From f62f82a6572a46ec79e7ad548be6bdf3719ee46c Mon Sep 17 00:00:00 2001 From: gcch Date: Wed, 6 May 2026 11:42:21 +0200 Subject: [PATCH] =?UTF-8?q?corv=C3=A9e(db)=20exporte=20les=20derni=C3=A8re?= =?UTF-8?q?s=20versions=20de=20BDD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...elier-2026-05-05-b350112_pré_nettoyage.sql | 20171 ++++++++++++++++ db/haiku_atelier-2026-05-05-b7eef2f.sql | 20126 +++++++++++++++ db/haiku_atelier-2026-05-06-b31acc0.sql | 20109 +++++++++++++++ 3 files changed, 60406 insertions(+) create mode 100644 db/haiku_atelier-2026-05-05-b350112_pré_nettoyage.sql create mode 100644 db/haiku_atelier-2026-05-05-b7eef2f.sql create mode 100644 db/haiku_atelier-2026-05-06-b31acc0.sql diff --git a/db/haiku_atelier-2026-05-05-b350112_pré_nettoyage.sql b/db/haiku_atelier-2026-05-05-b350112_pré_nettoyage.sql new file mode 100644 index 00000000..a05273a7 --- /dev/null +++ b/db/haiku_atelier-2026-05-05-b350112_pré_nettoyage.sql @@ -0,0 +1,20171 @@ +/*M!999999\- enable the sandbox mode */ +-- MariaDB dump 10.19-11.8.6-MariaDB, for debian-linux-gnu (x86_64) +-- +-- Host: localhost Database: haiku_atelier +-- ------------------------------------------------------ +-- Server version 11.8.6-MariaDB-0+deb13u1 from Debian + +/*!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' */; +/*M!100616 SET @OLD_NOTE_VERBOSITY=@@NOTE_VERBOSITY, NOTE_VERBOSITY=0 */; + +-- +-- Table structure for table `haikuwp_actionscheduler_actions` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_actions` ( + `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `hook` varchar(191) NOT NULL, + `status` varchar(20) NOT NULL, + `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00', + `priority` tinyint(3) unsigned NOT NULL DEFAULT 10, + `args` varchar(191) DEFAULT NULL, + `schedule` longtext DEFAULT NULL, + `group_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `attempts` int(11) NOT NULL DEFAULT 0, + `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00', + `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `extended_args` varchar(8000) DEFAULT NULL, + PRIMARY KEY (`action_id`), + KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`), + KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`), + KEY `scheduled_date_gmt` (`scheduled_date_gmt`), + KEY `args` (`args`), + KEY `group_id` (`group_id`), + KEY `last_attempt_gmt` (`last_attempt_gmt`), + KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`), + KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`), + KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`), + KEY `status_claim_id` (`status`,`claim_id`) +) ENGINE=InnoDB AUTO_INCREMENT=12672 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_actions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_actions` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_actions` DISABLE KEYS */; +INSERT INTO `haikuwp_actionscheduler_actions` VALUES +(10724,'woocommerce_geoip_updater','complete','2026-04-06 10:00:00','2026-04-06 12:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775469600;s:18:\"\0*\0first_timestamp\";i:1757315635;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775469600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',11,1,'2026-04-06 10:01:43','2026-04-06 12:01:43',344838,NULL), +(11074,'wp_mail_smtp_summary_report_email','complete','2026-04-07 06:59:15','2026-04-07 08:59:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775545155;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775545155;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11191,'fetch_patterns','complete','2026-04-04 15:15:28','2026-04-04 17:15:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775315728;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775315728;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-04 15:23:03','2026-04-04 17:23:03',344476,NULL), +(11198,'wp_mail_smtp_admin_notifications_update','complete','2026-04-04 20:34:07','2026-04-04 22:34:07',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775334847;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775334847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-04 20:50:06','2026-04-04 22:50:06',344518,NULL), +(11199,'wc_admin_daily_wrapper','complete','2026-04-04 20:34:07','2026-04-04 22:34:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775334847;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775334847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-04 20:50:07','2026-04-04 22:50:07',344518,NULL), +(11200,'woocommerce_cleanup_personal_data','complete','2026-04-04 20:34:07','2026-04-04 22:34:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775334847;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775334847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-04 20:50:07','2026-04-04 22:50:07',344518,NULL), +(11201,'woocommerce_expired_transient_files_cleanup','complete','2026-04-04 20:34:07','2026-04-04 22:34:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775334847;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775334847;}',12,1,'2026-04-04 20:50:07','2026-04-04 22:50:07',344518,NULL), +(11204,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-04 20:34:07','2026-04-04 22:34:07',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775334847;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775334847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-04 20:50:07','2026-04-04 22:50:07',344518,NULL), +(11214,'woocommerce_cleanup_sessions','complete','2026-04-04 16:01:57','2026-04-04 18:01:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775318517;s:18:\"\0*\0first_timestamp\";i:1775275200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775318517;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-04 16:13:15','2026-04-04 18:13:15',344485,NULL), +(11217,'woocommerce_scheduled_sales','complete','2026-04-05 05:17:34','2026-04-05 07:17:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775366254;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775366254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 05:30:04','2026-04-05 07:30:04',344557,NULL), +(11218,'woocommerce_cleanup_logs','complete','2026-04-05 05:17:34','2026-04-05 07:17:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775366254;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775366254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 05:30:04','2026-04-05 07:30:04',344557,NULL), +(11219,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-05 05:17:34','2026-04-05 07:17:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775366254;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775366254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 05:30:04','2026-04-05 07:30:04',344557,NULL), +(11225,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 13:40:20','2026-04-04 15:40:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775310020;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775310020;}',11,1,'2026-04-04 13:52:31','2026-04-04 15:52:31',344465,NULL), +(11226,'woocommerce_refresh_order_count_cache','complete','2026-04-05 01:07:21','2026-04-05 03:07:21',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775351241;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775351241;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-05 01:13:37','2026-04-05 03:13:37',344542,NULL), +(11227,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 14:52:31','2026-04-04 16:52:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775314351;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775314351;}',11,1,'2026-04-04 15:23:03','2026-04-04 17:23:03',344476,NULL), +(11228,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 16:23:03','2026-04-04 18:23:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775319783;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775319783;}',11,1,'2026-04-04 16:25:10','2026-04-04 18:25:10',344489,NULL), +(11229,'fetch_patterns','complete','2026-04-05 15:23:03','2026-04-05 17:23:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775402583;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775402583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 15:30:55','2026-04-05 17:30:55',344643,NULL), +(11231,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 17:25:10','2026-04-04 19:25:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775323510;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775323510;}',11,1,'2026-04-04 17:36:29','2026-04-04 19:36:29',344500,NULL), +(11232,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 18:36:29','2026-04-04 20:36:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775327789;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775327789;}',11,1,'2026-04-04 18:44:50','2026-04-04 20:44:50',344503,NULL), +(11233,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 19:44:50','2026-04-04 21:44:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775331890;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775331890;}',11,1,'2026-04-04 19:45:38','2026-04-04 21:45:38',344513,NULL), +(11234,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 20:45:38','2026-04-04 22:45:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775335538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775335538;}',11,1,'2026-04-04 20:50:07','2026-04-04 22:50:07',344518,NULL), +(11235,'wp_mail_smtp_admin_notifications_update','complete','2026-04-05 20:50:06','2026-04-05 22:50:06',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422206;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422206;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11236,'wc_admin_daily_wrapper','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11237,'woocommerce_cleanup_personal_data','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11238,'woocommerce_expired_transient_files_cleanup','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775422207;}',12,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11239,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 21:50:07','2026-04-04 23:50:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775339407;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775339407;}',11,1,'2026-04-04 21:50:46','2026-04-04 23:50:46',344524,NULL), +(11240,'woocommerce_cleanup_sessions','complete','2026-04-05 04:00:00','2026-04-05 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775361600;s:18:\"\0*\0first_timestamp\";i:1775361600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775361600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-05 04:01:17','2026-04-05 06:01:17',344550,NULL), +(11241,'generate_category_lookup_table_wrapper','complete','2026-04-04 20:50:17','2026-04-04 22:50:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775335817;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775335817;}',11,1,'2026-04-04 20:50:50','2026-04-04 22:50:50',344520,NULL), +(11242,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11243,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 22:50:46','2026-04-05 00:50:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775343046;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775343046;}',11,1,'2026-04-04 23:01:10','2026-04-05 01:01:10',344528,NULL), +(11244,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 00:01:10','2026-04-05 02:01:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775347270;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775347270;}',11,1,'2026-04-05 00:08:10','2026-04-05 02:08:10',344536,NULL), +(11245,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 01:08:10','2026-04-05 03:08:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775351290;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775351290;}',11,1,'2026-04-05 01:13:37','2026-04-05 03:13:37',344542,NULL), +(11246,'woocommerce_refresh_order_count_cache','complete','2026-04-05 13:13:37','2026-04-05 15:13:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775394817;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775394817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-05 13:19:23','2026-04-05 15:19:23',344628,NULL), +(11247,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 02:13:37','2026-04-05 04:13:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775355217;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775355217;}',11,1,'2026-04-05 02:42:10','2026-04-05 04:42:10',344545,NULL), +(11248,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 03:42:10','2026-04-05 05:42:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775360530;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775360530;}',11,1,'2026-04-05 04:01:17','2026-04-05 06:01:17',344550,NULL), +(11249,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 05:01:17','2026-04-05 07:01:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775365277;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775365277;}',11,1,'2026-04-05 05:30:04','2026-04-05 07:30:04',344557,NULL), +(11250,'woocommerce_cleanup_sessions','complete','2026-04-05 16:01:17','2026-04-05 18:01:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775404877;s:18:\"\0*\0first_timestamp\";i:1775361600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775404877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-05 16:09:39','2026-04-05 18:09:39',344646,NULL), +(11251,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 06:30:04','2026-04-05 08:30:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775370604;}',11,1,'2026-04-05 06:38:26','2026-04-05 08:38:26',344568,NULL), +(11252,'woocommerce_scheduled_sales','complete','2026-04-06 05:30:04','2026-04-06 07:30:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775453404;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775453404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11253,'woocommerce_cleanup_logs','complete','2026-04-06 05:30:04','2026-04-06 07:30:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775453404;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775453404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11254,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-06 05:30:04','2026-04-06 07:30:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775453404;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775453404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11255,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 07:38:26','2026-04-05 09:38:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775374706;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775374706;}',11,1,'2026-04-05 07:52:26','2026-04-05 09:52:26',344574,NULL), +(11256,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 08:52:26','2026-04-05 10:52:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775379146;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775379146;}',11,1,'2026-04-05 09:02:20','2026-04-05 11:02:20',344580,NULL), +(11257,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 10:02:20','2026-04-05 12:02:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775383340;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775383340;}',11,1,'2026-04-05 10:09:58','2026-04-05 12:09:58',344586,NULL), +(11258,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 11:09:58','2026-04-05 13:09:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775387398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775387398;}',11,1,'2026-04-05 11:10:57','2026-04-05 13:10:57',344595,NULL), +(11259,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 12:10:57','2026-04-05 14:10:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775391057;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775391057;}',11,1,'2026-04-05 12:15:20','2026-04-05 14:15:20',344619,NULL), +(11260,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 13:15:20','2026-04-05 15:15:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775394920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775394920;}',11,1,'2026-04-05 13:19:23','2026-04-05 15:19:23',344628,NULL), +(11261,'woocommerce_refresh_order_count_cache','complete','2026-04-06 01:19:23','2026-04-06 03:19:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775438363;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775438363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-06 02:00:54','2026-04-06 04:00:54',344729,NULL), +(11262,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 14:19:23','2026-04-05 16:19:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775398763;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775398763;}',11,1,'2026-04-05 14:22:18','2026-04-05 16:22:18',344638,NULL), +(11263,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 15:22:18','2026-04-05 17:22:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775402538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775402538;}',11,1,'2026-04-05 15:30:55','2026-04-05 17:30:55',344643,NULL), +(11264,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 16:30:55','2026-04-05 18:30:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775406655;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775406655;}',11,1,'2026-04-05 16:35:10','2026-04-05 18:35:10',344649,NULL), +(11265,'fetch_patterns','complete','2026-04-06 15:30:55','2026-04-06 17:30:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775489455;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775489455;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 15:43:58','2026-04-06 17:43:58',344913,NULL), +(11267,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 17:35:10','2026-04-05 19:35:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775410510;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775410510;}',11,1,'2026-04-05 17:45:14','2026-04-05 19:45:14',344655,NULL), +(11268,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 18:45:14','2026-04-05 20:45:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775414714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775414714;}',11,1,'2026-04-05 18:53:10','2026-04-05 20:53:10',344661,NULL), +(11269,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 19:53:10','2026-04-05 21:53:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775418790;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775418790;}',11,1,'2026-04-05 19:54:22','2026-04-05 21:54:22',344669,NULL), +(11270,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 20:54:22','2026-04-05 22:54:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775422462;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775422462;}',11,1,'2026-04-05 20:56:35','2026-04-05 22:56:35',344678,NULL), +(11271,'wp_mail_smtp_admin_notifications_update','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-06 21:02:54','2026-04-06 23:02:54',344955,NULL), +(11272,'wc_admin_daily_wrapper','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11273,'woocommerce_cleanup_personal_data','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11274,'woocommerce_expired_transient_files_cleanup','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775508712;}',12,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11275,'woocommerce_cleanup_sessions','complete','2026-04-06 04:00:00','2026-04-06 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775448000;s:18:\"\0*\0first_timestamp\";i:1775448000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775448000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-06 04:10:54','2026-04-06 06:10:54',344734,NULL), +(11276,'generate_category_lookup_table_wrapper','complete','2026-04-05 20:52:02','2026-04-05 22:52:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775422322;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775422322;}',11,1,'2026-04-05 20:56:35','2026-04-05 22:56:35',344678,NULL), +(11277,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11278,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 21:56:35','2026-04-05 23:56:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775426195;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775426195;}',11,1,'2026-04-05 21:57:29','2026-04-05 23:57:29',344683,NULL), +(11279,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 22:57:29','2026-04-06 00:57:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775429849;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775429849;}',11,1,'2026-04-05 23:05:34','2026-04-06 01:05:34',344694,NULL), +(11280,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 00:05:34','2026-04-06 02:05:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775433934;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775433934;}',11,1,'2026-04-06 00:07:20','2026-04-06 02:07:20',344712,NULL), +(11281,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 01:07:20','2026-04-06 03:07:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775437640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775437640;}',11,1,'2026-04-06 01:08:24','2026-04-06 03:08:24',344726,NULL), +(11282,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 02:08:24','2026-04-06 04:08:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775441304;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775441304;}',11,1,'2026-04-06 03:58:23','2026-04-06 05:58:23',344732,NULL), +(11283,'woocommerce_refresh_order_count_cache','complete','2026-04-06 14:00:54','2026-04-06 16:00:54',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775484054;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775484054;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-06 14:02:13','2026-04-06 16:02:13',344896,NULL), +(11284,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 04:58:23','2026-04-06 06:58:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775451503;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775451503;}',11,1,'2026-04-06 05:06:40','2026-04-06 07:06:40',344743,NULL), +(11285,'woocommerce_cleanup_sessions','complete','2026-04-06 16:10:54','2026-04-06 18:10:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775491854;s:18:\"\0*\0first_timestamp\";i:1775448000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775491854;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-06 16:11:56','2026-04-06 18:11:56',344922,NULL), +(11286,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 06:06:40','2026-04-06 08:06:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775455600;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775455600;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11287,'woocommerce_scheduled_sales','complete','2026-04-07 06:50:14','2026-04-07 08:50:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775544614;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775544614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11288,'woocommerce_cleanup_logs','complete','2026-04-07 06:50:14','2026-04-07 08:50:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775544614;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775544614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11289,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-07 06:50:14','2026-04-07 08:50:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775544614;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775544614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11290,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 07:50:14','2026-04-06 09:50:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461814;}',11,1,'2026-04-06 07:50:26','2026-04-06 09:50:26',344760,NULL), +(11291,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:48:37','2026-04-06 09:48:37',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461717;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461717;}',3,1,'2026-04-06 07:49:21','2026-04-06 09:49:21',344756,NULL), +(11292,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:49:22','2026-04-06 09:49:22',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461762;}',3,1,'2026-04-06 07:49:26','2026-04-06 09:49:26',344758,NULL), +(11293,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:50:04','2026-04-06 09:50:04',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461804;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461804;}',3,1,'2026-04-06 07:50:26','2026-04-06 09:50:26',344760,NULL), +(11294,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 08:50:26','2026-04-06 10:50:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775465426;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775465426;}',11,1,'2026-04-06 08:51:16','2026-04-06 10:51:16',344817,NULL), +(11295,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:50:39','2026-04-06 09:50:39',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461839;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461839;}',3,1,'2026-04-06 07:51:30','2026-04-06 09:51:30',344763,NULL), +(11296,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:35:28','2026-04-06 10:35:28',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464528;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464528;}',3,1,'2026-04-06 08:35:46','2026-04-06 10:35:46',344799,NULL), +(11297,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:37:57','2026-04-06 10:37:57',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464677;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464677;}',3,1,'2026-04-06 08:37:57','2026-04-06 10:37:57',344803,NULL), +(11298,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:40:00','2026-04-06 10:40:00',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464800;}',3,1,'2026-04-06 08:40:00','2026-04-06 10:40:00',344807,NULL), +(11299,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:40:39','2026-04-06 10:40:39',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464839;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464839;}',3,1,'2026-04-06 08:41:25','2026-04-06 10:41:25',344810,NULL), +(11300,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 09:51:16','2026-04-06 11:51:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775469076;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775469076;}',11,1,'2026-04-06 09:52:13','2026-04-06 11:52:13',344831,NULL), +(11301,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 09:48:46','2026-04-06 11:48:46',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775468926;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775468926;}',3,1,'2026-04-06 09:49:28','2026-04-06 11:49:28',344829,NULL), +(11302,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 09:48:55','2026-04-06 11:48:55',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775468935;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775468935;}',3,1,'2026-04-06 09:49:28','2026-04-06 11:49:28',344829,NULL), +(11303,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 09:49:10','2026-04-06 11:49:10',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775468950;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775468950;}',3,1,'2026-04-06 09:49:28','2026-04-06 11:49:28',344829,NULL), +(11304,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 10:52:13','2026-04-06 12:52:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775472733;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775472733;}',11,1,'2026-04-06 11:02:23','2026-04-06 13:02:23',344843,NULL), +(11305,'woocommerce_geoip_updater','complete','2026-04-21 10:01:43','2026-04-21 12:01:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776765703;s:18:\"\0*\0first_timestamp\";i:1757315635;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776765703;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',11,1,'2026-04-21 10:08:08','2026-04-21 12:08:08',347288,NULL), +(11306,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 12:02:23','2026-04-06 14:02:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775476943;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775476943;}',11,1,'2026-04-06 12:04:11','2026-04-06 14:04:11',344854,NULL), +(11307,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 13:04:11','2026-04-06 15:04:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775480651;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775480651;}',11,1,'2026-04-06 13:14:17','2026-04-06 15:14:17',344875,NULL), +(11308,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 14:14:17','2026-04-06 16:14:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775484857;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775484857;}',11,1,'2026-04-06 14:15:30','2026-04-06 16:15:30',344902,NULL), +(11309,'woocommerce_refresh_order_count_cache','complete','2026-04-07 02:02:13','2026-04-07 04:02:13',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775527333;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775527333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-07 02:04:40','2026-04-07 04:04:40',344984,NULL), +(11310,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 15:15:30','2026-04-06 17:15:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775488530;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775488530;}',11,1,'2026-04-06 15:28:57','2026-04-06 17:28:57',344911,NULL), +(11311,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 16:28:57','2026-04-06 18:28:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775492937;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775492937;}',11,1,'2026-04-06 16:35:07','2026-04-06 18:35:07',344928,NULL), +(11312,'fetch_patterns','complete','2026-04-07 15:43:58','2026-04-07 17:43:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775576638;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775576638;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 16:11:02','2026-04-07 18:11:02',345118,NULL), +(11314,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 17:35:07','2026-04-06 19:35:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775496907;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775496907;}',11,1,'2026-04-06 17:47:03','2026-04-06 19:47:03',344939,NULL), +(11315,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 18:47:03','2026-04-06 20:47:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775501223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775501223;}',11,1,'2026-04-06 19:01:12','2026-04-06 21:01:12',344946,NULL), +(11316,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 20:01:12','2026-04-06 22:01:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775505672;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775505672;}',11,1,'2026-04-06 20:20:45','2026-04-06 22:20:45',344951,NULL), +(11317,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 21:20:45','2026-04-06 23:20:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775510445;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775510445;}',11,1,'2026-04-06 21:32:21','2026-04-06 23:32:21',344962,NULL), +(11318,'wp_mail_smtp_admin_notifications_update','complete','2026-04-07 21:02:54','2026-04-07 23:02:54',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595774;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595774;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11319,'wc_admin_daily_wrapper','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11320,'woocommerce_cleanup_personal_data','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11321,'woocommerce_expired_transient_files_cleanup','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775595775;}',12,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11322,'woocommerce_cleanup_sessions','complete','2026-04-07 04:00:00','2026-04-07 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775534400;s:18:\"\0*\0first_timestamp\";i:1775534400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775534400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-07 04:14:23','2026-04-07 06:14:23',344996,NULL), +(11323,'generate_category_lookup_table_wrapper','complete','2026-04-06 21:03:05','2026-04-06 23:03:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775509385;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775509385;}',11,1,'2026-04-06 21:09:14','2026-04-06 23:09:14',344957,NULL), +(11324,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11325,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 22:32:21','2026-04-07 00:32:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775514741;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775514741;}',11,1,'2026-04-06 23:08:05','2026-04-07 01:08:05',344968,NULL), +(11326,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 00:08:05','2026-04-07 02:08:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775520485;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775520485;}',11,1,'2026-04-07 00:09:56','2026-04-07 02:09:56',344971,NULL), +(11327,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 01:09:56','2026-04-07 03:09:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775524196;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775524196;}',11,1,'2026-04-07 01:24:05','2026-04-07 03:24:05',344978,NULL), +(11328,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 02:24:05','2026-04-07 04:24:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775528645;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775528645;}',11,1,'2026-04-07 02:59:43','2026-04-07 04:59:43',344987,NULL), +(11329,'woocommerce_refresh_order_count_cache','complete','2026-04-07 14:04:40','2026-04-07 16:04:40',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775570680;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775570680;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-07 14:05:55','2026-04-07 16:05:55',345096,NULL), +(11330,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 03:59:43','2026-04-07 05:59:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775534383;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775534383;}',11,1,'2026-04-07 04:14:23','2026-04-07 06:14:23',344996,NULL), +(11331,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 05:14:23','2026-04-07 07:14:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775538863;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775538863;}',11,1,'2026-04-07 05:29:43','2026-04-07 07:29:43',345000,NULL), +(11332,'woocommerce_cleanup_sessions','complete','2026-04-07 16:14:23','2026-04-07 18:14:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775578463;s:18:\"\0*\0first_timestamp\";i:1775534400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775578463;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-07 16:17:25','2026-04-07 18:17:25',345121,NULL), +(11333,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 06:29:43','2026-04-07 08:29:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775543383;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775543383;}',11,1,'2026-04-07 06:35:06','2026-04-07 08:35:06',345011,NULL), +(11334,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 07:35:06','2026-04-07 09:35:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775547306;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775547306;}',11,1,'2026-04-07 07:35:32','2026-04-07 09:35:32',345029,NULL), +(11335,'woocommerce_scheduled_sales','complete','2026-04-08 07:06:50','2026-04-08 09:06:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775632010;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775632010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11336,'woocommerce_cleanup_logs','complete','2026-04-08 07:06:50','2026-04-08 09:06:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775632010;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775632010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11337,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-08 07:06:50','2026-04-08 09:06:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775632010;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775632010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11338,'wp_mail_smtp_summary_report_email','complete','2026-04-14 07:06:50','2026-04-14 09:06:50',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776150410;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776150410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-14 07:11:30','2026-04-14 09:11:30',346164,NULL), +(11339,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 08:35:32','2026-04-07 10:35:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775550932;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775550932;}',11,1,'2026-04-07 08:41:58','2026-04-07 10:41:58',345043,NULL), +(11340,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 09:41:58','2026-04-07 11:41:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775554918;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775554918;}',11,1,'2026-04-07 09:43:30','2026-04-07 11:43:30',345056,NULL), +(11341,'wc-admin_import_orders','complete','2026-04-07 08:42:27','2026-04-07 10:42:27',10,'[1698]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775551347;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775551347;}',4,1,'2026-04-07 08:46:30','2026-04-07 10:46:30',345046,NULL), +(11342,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 10:43:30','2026-04-07 12:43:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775558610;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775558610;}',11,1,'2026-04-07 10:50:52','2026-04-07 12:50:52',345065,NULL), +(11343,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 11:50:52','2026-04-07 13:50:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775562652;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775562652;}',11,1,'2026-04-07 11:52:33','2026-04-07 13:52:33',345077,NULL), +(11344,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 12:52:33','2026-04-07 14:52:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775566353;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775566353;}',11,1,'2026-04-07 12:57:06','2026-04-07 14:57:06',345083,NULL), +(11345,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 13:57:06','2026-04-07 15:57:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775570226;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775570226;}',11,1,'2026-04-07 14:03:01','2026-04-07 16:03:01',345094,NULL), +(11346,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 15:03:01','2026-04-07 17:03:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775574181;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775574181;}',11,1,'2026-04-07 15:03:10','2026-04-07 17:03:10',345106,NULL), +(11347,'woocommerce_refresh_order_count_cache','complete','2026-04-08 02:05:55','2026-04-08 04:05:55',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775613955;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775613955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-08 02:31:17','2026-04-08 04:31:17',345164,NULL), +(11348,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 16:03:10','2026-04-07 18:03:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775577790;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775577790;}',11,1,'2026-04-07 16:11:02','2026-04-07 18:11:02',345118,NULL), +(11349,'fetch_patterns','complete','2026-04-08 16:11:02','2026-04-08 18:11:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775664662;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775664662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 16:17:38','2026-04-08 18:17:38',345254,NULL), +(11350,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 17:11:02','2026-04-07 19:11:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775581862;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775581862;}',11,1,'2026-04-07 17:18:11','2026-04-07 19:18:11',345128,NULL), +(11352,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 18:18:11','2026-04-07 20:18:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775585891;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775585891;}',11,1,'2026-04-07 18:23:43','2026-04-07 20:23:43',345133,NULL), +(11353,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 19:23:43','2026-04-07 21:23:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775589823;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775589823;}',11,1,'2026-04-07 19:47:11','2026-04-07 21:47:11',345137,NULL), +(11354,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 20:47:11','2026-04-07 22:47:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775594831;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775594831;}',11,1,'2026-04-07 20:49:15','2026-04-07 22:49:15',345140,NULL), +(11355,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 21:49:15','2026-04-07 23:49:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775598555;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775598555;}',11,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11356,'wp_mail_smtp_admin_notifications_update','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-08 22:00:18','2026-04-09 00:00:18',345295,NULL), +(11357,'wc_admin_daily_wrapper','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11358,'woocommerce_cleanup_personal_data','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11359,'woocommerce_expired_transient_files_cleanup','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775684985;}',12,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11360,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 22:49:45','2026-04-08 00:49:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775602185;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775602185;}',11,1,'2026-04-07 22:54:33','2026-04-08 00:54:33',345150,NULL), +(11361,'woocommerce_cleanup_sessions','complete','2026-04-08 04:00:00','2026-04-08 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775620800;s:18:\"\0*\0first_timestamp\";i:1775620800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775620800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-08 04:18:56','2026-04-08 06:18:56',345170,NULL), +(11362,'generate_category_lookup_table_wrapper','complete','2026-04-07 21:49:55','2026-04-07 23:49:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775598595;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775598595;}',11,1,'2026-04-07 21:50:48','2026-04-07 23:50:48',345146,NULL), +(11363,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11364,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 23:54:33','2026-04-08 01:54:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775606073;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775606073;}',11,1,'2026-04-07 23:56:19','2026-04-08 01:56:19',345156,NULL), +(11365,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 00:56:19','2026-04-08 02:56:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775609779;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775609779;}',11,1,'2026-04-08 01:06:50','2026-04-08 03:06:50',345159,NULL), +(11366,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 02:06:50','2026-04-08 04:06:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775614010;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775614010;}',11,1,'2026-04-08 02:31:17','2026-04-08 04:31:17',345164,NULL), +(11367,'woocommerce_refresh_order_count_cache','complete','2026-04-08 14:31:17','2026-04-08 16:31:17',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775658677;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775658677;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-08 14:36:24','2026-04-08 16:36:24',345241,NULL), +(11368,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 03:31:17','2026-04-08 05:31:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775619077;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775619077;}',11,1,'2026-04-08 03:49:56','2026-04-08 05:49:56',345167,NULL), +(11369,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 04:49:56','2026-04-08 06:49:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775623796;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775623796;}',11,1,'2026-04-08 05:06:57','2026-04-08 07:06:57',345175,NULL), +(11370,'woocommerce_cleanup_sessions','complete','2026-04-08 16:18:56','2026-04-08 18:18:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775665136;s:18:\"\0*\0first_timestamp\";i:1775620800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775665136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-08 16:19:14','2026-04-08 18:19:14',345256,NULL), +(11371,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 06:06:57','2026-04-08 08:06:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775628417;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775628417;}',11,1,'2026-04-08 06:12:45','2026-04-08 08:12:45',345184,NULL), +(11372,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 07:12:44','2026-04-08 09:12:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775632364;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775632364;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11373,'woocommerce_scheduled_sales','complete','2026-04-09 07:21:07','2026-04-09 09:21:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775719267;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775719267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11374,'woocommerce_cleanup_logs','complete','2026-04-09 07:21:07','2026-04-09 09:21:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775719267;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775719267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11375,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-09 07:21:07','2026-04-09 09:21:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775719267;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775719267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11376,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 08:21:07','2026-04-08 10:21:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775636467;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775636467;}',11,1,'2026-04-08 09:11:30','2026-04-08 11:11:30',345200,NULL), +(11377,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 10:11:30','2026-04-08 12:11:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775643090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775643090;}',11,1,'2026-04-08 10:20:54','2026-04-08 12:20:54',345205,NULL), +(11378,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 11:20:54','2026-04-08 13:20:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775647254;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775647254;}',11,1,'2026-04-08 11:34:18','2026-04-08 13:34:18',345215,NULL), +(11379,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 12:34:18','2026-04-08 14:34:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775651658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775651658;}',11,1,'2026-04-08 12:41:44','2026-04-08 14:41:44',345225,NULL), +(11380,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 13:41:43','2026-04-08 15:41:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775655703;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775655703;}',11,1,'2026-04-08 13:45:39','2026-04-08 15:45:39',345236,NULL), +(11381,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 14:45:39','2026-04-08 16:45:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775659539;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775659539;}',11,1,'2026-04-08 14:45:39','2026-04-08 16:45:39',345244,NULL), +(11382,'woocommerce_refresh_order_count_cache','complete','2026-04-09 02:36:24','2026-04-09 04:36:24',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775702184;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775702184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-09 02:47:53','2026-04-09 04:47:53',345319,NULL), +(11383,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 15:45:39','2026-04-08 17:45:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775663139;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775663139;}',11,1,'2026-04-08 16:04:06','2026-04-08 18:04:06',345252,NULL), +(11384,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 17:04:06','2026-04-08 19:04:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775667846;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775667846;}',11,1,'2026-04-08 17:08:44','2026-04-08 19:08:44',345265,NULL), +(11385,'fetch_patterns','complete','2026-04-09 16:17:38','2026-04-09 18:17:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775751458;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775751458;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 16:20:03','2026-04-09 18:20:03',345421,NULL), +(11387,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 18:08:44','2026-04-08 20:08:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775671724;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775671724;}',11,1,'2026-04-08 18:10:44','2026-04-08 20:10:44',345274,NULL), +(11388,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 19:10:44','2026-04-08 21:10:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775675444;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775675444;}',11,1,'2026-04-08 19:59:05','2026-04-08 21:59:05',345284,NULL), +(11389,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 20:59:05','2026-04-08 22:59:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775681945;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775681945;}',11,1,'2026-04-08 21:07:54','2026-04-08 23:07:54',345290,NULL), +(11390,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 22:07:54','2026-04-09 00:07:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775686074;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775686074;}',11,1,'2026-04-08 22:21:00','2026-04-09 00:21:00',345299,NULL), +(11391,'wp_mail_smtp_admin_notifications_update','complete','2026-04-09 22:00:18','2026-04-10 00:00:18',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772018;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11392,'wc_admin_daily_wrapper','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11393,'woocommerce_cleanup_personal_data','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11394,'woocommerce_expired_transient_files_cleanup','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775772019;}',12,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11395,'woocommerce_cleanup_sessions','complete','2026-04-09 04:00:00','2026-04-09 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775707200;s:18:\"\0*\0first_timestamp\";i:1775707200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775707200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-09 04:09:03','2026-04-09 06:09:03',345326,NULL), +(11396,'generate_category_lookup_table_wrapper','complete','2026-04-08 22:00:29','2026-04-09 00:00:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775685629;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775685629;}',11,1,'2026-04-08 22:06:03','2026-04-09 00:06:03',345297,NULL), +(11397,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11398,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 23:21:00','2026-04-09 01:21:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775690460;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775690460;}',11,1,'2026-04-08 23:21:13','2026-04-09 01:21:13',345303,NULL), +(11399,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 00:21:13','2026-04-09 02:21:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775694073;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775694073;}',11,1,'2026-04-09 00:42:56','2026-04-09 02:42:56',345308,NULL), +(11400,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 01:42:56','2026-04-09 03:42:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775698976;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775698976;}',11,1,'2026-04-09 02:12:41','2026-04-09 04:12:41',345313,NULL), +(11401,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 03:12:41','2026-04-09 05:12:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775704361;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775704361;}',11,1,'2026-04-09 03:14:18','2026-04-09 05:14:18',345323,NULL), +(11402,'woocommerce_refresh_order_count_cache','complete','2026-04-09 14:47:53','2026-04-09 16:47:53',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775746073;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775746073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-09 15:05:45','2026-04-09 17:05:45',345415,NULL), +(11403,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 04:14:18','2026-04-09 06:14:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775708058;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775708058;}',11,1,'2026-04-09 04:15:14','2026-04-09 06:15:14',345329,NULL), +(11404,'woocommerce_cleanup_sessions','complete','2026-04-09 16:09:03','2026-04-09 18:09:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775750943;s:18:\"\0*\0first_timestamp\";i:1775707200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775750943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-09 16:20:03','2026-04-09 18:20:03',345421,NULL), +(11405,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 05:15:14','2026-04-09 07:15:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775711714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775711714;}',11,1,'2026-04-09 05:19:18','2026-04-09 07:19:18',345338,NULL), +(11406,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 06:19:18','2026-04-09 08:19:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775715558;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775715558;}',11,1,'2026-04-09 06:19:43','2026-04-09 08:19:43',345351,NULL), +(11407,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 07:19:43','2026-04-09 09:19:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775719183;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775719183;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11408,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 08:44:23','2026-04-09 10:44:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775724263;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775724263;}',11,1,'2026-04-09 09:06:32','2026-04-09 11:06:32',345372,NULL), +(11409,'woocommerce_scheduled_sales','complete','2026-04-10 07:44:23','2026-04-10 09:44:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775807063;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775807063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11410,'woocommerce_cleanup_logs','complete','2026-04-10 07:44:23','2026-04-10 09:44:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775807063;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775807063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11411,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-10 07:44:23','2026-04-10 09:44:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775807063;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775807063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11412,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 10:06:32','2026-04-09 12:06:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775729192;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775729192;}',11,1,'2026-04-09 10:08:09','2026-04-09 12:08:09',345377,NULL), +(11413,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 11:08:09','2026-04-09 13:08:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775732889;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775732889;}',11,1,'2026-04-09 11:11:58','2026-04-09 13:11:58',345385,NULL), +(11414,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 12:11:58','2026-04-09 14:11:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775736718;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775736718;}',11,1,'2026-04-09 12:14:49','2026-04-09 14:14:49',345395,NULL), +(11415,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 13:14:49','2026-04-09 15:14:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775740489;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775740489;}',11,1,'2026-04-09 13:23:41','2026-04-09 15:23:41',345405,NULL), +(11416,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 14:23:41','2026-04-09 16:23:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775744621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775744621;}',11,1,'2026-04-09 14:27:23','2026-04-09 16:27:23',345410,NULL), +(11417,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 15:27:23','2026-04-09 17:27:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775748443;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775748443;}',11,1,'2026-04-09 15:36:27','2026-04-09 17:36:27',345418,NULL), +(11418,'woocommerce_refresh_order_count_cache','complete','2026-04-10 03:05:45','2026-04-10 05:05:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775790345;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775790345;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-10 03:06:07','2026-04-10 05:06:07',345464,NULL), +(11419,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 16:36:27','2026-04-09 18:36:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775752587;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775752587;}',11,1,'2026-04-09 16:54:16','2026-04-09 18:54:16',345424,NULL), +(11421,'fetch_patterns','complete','2026-04-10 16:20:03','2026-04-10 18:20:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775838003;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775838003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 16:22:26','2026-04-10 18:22:26',345547,NULL), +(11422,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 17:54:16','2026-04-09 19:54:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775757256;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775757256;}',11,1,'2026-04-09 18:11:32','2026-04-09 20:11:32',345426,NULL), +(11423,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 19:11:32','2026-04-09 21:11:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775761892;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775761892;}',11,1,'2026-04-09 19:16:17','2026-04-09 21:16:17',345429,NULL), +(11424,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 20:16:16','2026-04-09 22:16:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775765776;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775765776;}',11,1,'2026-04-09 20:45:03','2026-04-09 22:45:03',345433,NULL), +(11425,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 21:45:03','2026-04-09 23:45:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775771103;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775771103;}',11,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11426,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 23:15:33','2026-04-10 01:15:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775776533;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775776533;}',11,1,'2026-04-09 23:20:04','2026-04-10 01:20:04',345445,NULL), +(11427,'wp_mail_smtp_admin_notifications_update','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11428,'wc_admin_daily_wrapper','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11429,'woocommerce_cleanup_personal_data','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11430,'woocommerce_expired_transient_files_cleanup','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775859333;}',12,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11431,'woocommerce_cleanup_sessions','complete','2026-04-10 04:00:00','2026-04-10 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775793600;s:18:\"\0*\0first_timestamp\";i:1775793600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775793600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-10 04:00:26','2026-04-10 06:00:26',345472,NULL), +(11432,'generate_category_lookup_table_wrapper','complete','2026-04-09 22:15:43','2026-04-10 00:15:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775772943;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775772943;}',11,1,'2026-04-09 22:17:52','2026-04-10 00:17:52',345440,NULL), +(11433,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11434,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 00:20:04','2026-04-10 02:20:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775780404;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775780404;}',11,1,'2026-04-10 00:40:28','2026-04-10 02:40:28',345453,NULL), +(11435,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 01:40:28','2026-04-10 03:40:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775785228;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775785228;}',11,1,'2026-04-10 02:18:20','2026-04-10 04:18:20',345459,NULL), +(11436,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 03:18:20','2026-04-10 05:18:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775791100;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775791100;}',11,1,'2026-04-10 03:57:03','2026-04-10 05:57:03',345469,NULL), +(11437,'woocommerce_refresh_order_count_cache','complete','2026-04-10 15:06:07','2026-04-10 17:06:07',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775833567;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775833567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-10 15:11:48','2026-04-10 17:11:48',345531,NULL), +(11438,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 04:57:03','2026-04-10 06:57:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775797023;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775797023;}',11,1,'2026-04-10 05:26:45','2026-04-10 07:26:45',345479,NULL), +(11439,'woocommerce_cleanup_sessions','complete','2026-04-10 16:00:26','2026-04-10 18:00:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775836826;s:18:\"\0*\0first_timestamp\";i:1775793600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775836826;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-10 16:13:38','2026-04-10 18:13:38',345542,NULL), +(11440,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 06:26:45','2026-04-10 08:26:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775802405;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775802405;}',11,1,'2026-04-10 06:34:36','2026-04-10 08:34:36',345488,NULL), +(11441,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 07:34:36','2026-04-10 09:34:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775806476;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775806476;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11442,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 09:16:45','2026-04-10 11:16:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775812605;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775812605;}',11,1,'2026-04-10 09:31:18','2026-04-10 11:31:18',345494,NULL), +(11443,'woocommerce_scheduled_sales','complete','2026-04-11 08:16:45','2026-04-11 10:16:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775895405;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775895405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 08:19:52','2026-04-11 10:19:52',345645,NULL), +(11444,'woocommerce_cleanup_logs','complete','2026-04-11 08:16:45','2026-04-11 10:16:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775895405;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775895405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 08:19:52','2026-04-11 10:19:52',345645,NULL), +(11445,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-11 08:16:45','2026-04-11 10:16:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775895405;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775895405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 08:19:52','2026-04-11 10:19:52',345645,NULL), +(11446,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 10:31:18','2026-04-10 12:31:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775817078;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775817078;}',11,1,'2026-04-10 10:50:56','2026-04-10 12:50:56',345501,NULL), +(11447,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 11:50:56','2026-04-10 13:50:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775821856;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775821856;}',11,1,'2026-04-10 11:55:26','2026-04-10 13:55:26',345510,NULL), +(11448,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 12:55:26','2026-04-10 14:55:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775825726;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775825726;}',11,1,'2026-04-10 12:58:08','2026-04-10 14:58:08',345518,NULL), +(11449,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 13:58:08','2026-04-10 15:58:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775829488;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775829488;}',11,1,'2026-04-10 14:11:17','2026-04-10 16:11:17',345526,NULL), +(11450,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 15:11:17','2026-04-10 17:11:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775833877;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775833877;}',11,1,'2026-04-10 15:11:48','2026-04-10 17:11:48',345531,NULL), +(11451,'woocommerce_refresh_order_count_cache','complete','2026-04-11 03:11:48','2026-04-11 05:11:48',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775877108;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775877108;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-11 03:21:03','2026-04-11 05:21:03',345611,NULL), +(11452,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 16:11:48','2026-04-10 18:11:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775837508;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775837508;}',11,1,'2026-04-10 16:13:38','2026-04-10 18:13:38',345542,NULL), +(11454,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 17:13:38','2026-04-10 19:13:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775841218;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775841218;}',11,1,'2026-04-10 17:40:40','2026-04-10 19:40:40',345551,NULL), +(11455,'fetch_patterns','complete','2026-04-11 16:22:26','2026-04-11 18:22:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775924546;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775924546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 16:45:57','2026-04-11 18:45:57',345706,NULL), +(11456,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 18:40:40','2026-04-10 20:40:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775846440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775846440;}',11,1,'2026-04-10 18:51:19','2026-04-10 20:51:19',345556,NULL), +(11457,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 19:51:19','2026-04-10 21:51:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775850679;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775850679;}',11,1,'2026-04-10 19:56:35','2026-04-10 21:56:35',345561,NULL), +(11458,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 20:56:35','2026-04-10 22:56:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775854595;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775854595;}',11,1,'2026-04-10 21:01:55','2026-04-10 23:01:55',345569,NULL), +(11459,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 22:01:55','2026-04-11 00:01:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775858515;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775858515;}',11,1,'2026-04-10 22:04:03','2026-04-11 00:04:03',345583,NULL), +(11460,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 23:04:03','2026-04-11 01:04:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775862243;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775862243;}',11,1,'2026-04-10 23:05:56','2026-04-11 01:05:56',345593,NULL), +(11461,'wp_mail_smtp_admin_notifications_update','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-11 22:27:15','2026-04-12 00:27:15',345753,NULL), +(11462,'wc_admin_daily_wrapper','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11463,'woocommerce_cleanup_personal_data','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11464,'woocommerce_expired_transient_files_cleanup','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775946136;}',12,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11465,'woocommerce_cleanup_sessions','complete','2026-04-11 04:00:00','2026-04-11 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775880000;s:18:\"\0*\0first_timestamp\";i:1775880000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775880000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-11 04:04:07','2026-04-11 06:04:07',345616,NULL), +(11466,'generate_category_lookup_table_wrapper','complete','2026-04-10 22:22:26','2026-04-11 00:22:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775859746;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775859746;}',11,1,'2026-04-10 22:23:38','2026-04-11 00:23:38',345588,NULL), +(11467,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11468,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 00:05:56','2026-04-11 02:05:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775865956;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775865956;}',11,1,'2026-04-11 01:08:54','2026-04-11 03:08:54',345600,NULL), +(11469,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 02:08:54','2026-04-11 04:08:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775873334;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775873334;}',11,1,'2026-04-11 02:33:06','2026-04-11 04:33:06',345605,NULL), +(11470,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 03:33:06','2026-04-11 05:33:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775878386;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775878386;}',11,1,'2026-04-11 03:49:11','2026-04-11 05:49:11',345614,NULL), +(11471,'woocommerce_refresh_order_count_cache','complete','2026-04-11 15:21:03','2026-04-11 17:21:03',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775920863;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775920863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-11 15:26:57','2026-04-11 17:26:57',345687,NULL), +(11472,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 04:49:11','2026-04-11 06:49:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775882951;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775882951;}',11,1,'2026-04-11 05:04:47','2026-04-11 07:04:47',345626,NULL), +(11473,'woocommerce_cleanup_sessions','complete','2026-04-11 16:04:07','2026-04-11 18:04:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775923447;s:18:\"\0*\0first_timestamp\";i:1775880000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775923447;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-11 16:06:59','2026-04-11 18:06:59',345699,NULL), +(11474,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 06:04:47','2026-04-11 08:04:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775887487;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775887487;}',11,1,'2026-04-11 06:24:33','2026-04-11 08:24:33',345632,NULL), +(11475,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 07:24:33','2026-04-11 09:24:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775892273;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775892273;}',11,1,'2026-04-11 07:29:11','2026-04-11 09:29:11',345638,NULL), +(11476,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 08:29:11','2026-04-11 10:29:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775896151;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775896151;}',11,1,'2026-04-11 09:02:50','2026-04-11 11:02:50',345647,NULL), +(11477,'woocommerce_scheduled_sales','complete','2026-04-12 08:19:52','2026-04-12 10:19:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775981992;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775981992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 08:30:27','2026-04-12 10:30:27',345803,NULL), +(11478,'woocommerce_cleanup_logs','complete','2026-04-12 08:19:52','2026-04-12 10:19:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775981992;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775981992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 08:30:27','2026-04-12 10:30:27',345803,NULL), +(11479,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-12 08:19:52','2026-04-12 10:19:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775981992;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775981992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 08:30:27','2026-04-12 10:30:27',345803,NULL), +(11480,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 10:02:50','2026-04-11 12:02:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775901770;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775901770;}',11,1,'2026-04-11 10:18:40','2026-04-11 12:18:40',345655,NULL), +(11481,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 11:18:40','2026-04-11 13:18:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775906320;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775906320;}',11,1,'2026-04-11 11:40:41','2026-04-11 13:40:41',345662,NULL), +(11482,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 12:40:41','2026-04-11 14:40:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775911241;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775911241;}',11,1,'2026-04-11 13:02:57','2026-04-11 15:02:57',345668,NULL), +(11483,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 14:02:57','2026-04-11 16:02:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775916177;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775916177;}',11,1,'2026-04-11 14:16:19','2026-04-11 16:16:19',345679,NULL), +(11484,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 15:16:19','2026-04-11 17:16:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775920579;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775920579;}',11,1,'2026-04-11 15:20:53','2026-04-11 17:20:53',345685,NULL), +(11485,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 16:20:53','2026-04-11 18:20:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775924453;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775924453;}',11,1,'2026-04-11 16:45:57','2026-04-11 18:45:57',345706,NULL), +(11486,'woocommerce_refresh_order_count_cache','complete','2026-04-12 03:26:57','2026-04-12 05:26:57',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775964417;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775964417;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-12 03:30:37','2026-04-12 05:30:37',345776,NULL), +(11488,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 17:45:57','2026-04-11 19:45:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775929557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775929557;}',11,1,'2026-04-11 17:55:03','2026-04-11 19:55:03',345718,NULL), +(11489,'fetch_patterns','complete','2026-04-12 16:45:57','2026-04-12 18:45:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776012357;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776012357;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 16:47:01','2026-04-12 18:47:01',345900,NULL), +(11490,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 18:55:03','2026-04-11 20:55:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775933703;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775933703;}',11,1,'2026-04-11 18:59:36','2026-04-11 20:59:36',345727,NULL), +(11491,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 19:59:36','2026-04-11 21:59:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775937576;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775937576;}',11,1,'2026-04-11 20:25:18','2026-04-11 22:25:18',345736,NULL), +(11492,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 21:25:18','2026-04-11 23:25:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775942718;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775942718;}',11,1,'2026-04-11 21:26:41','2026-04-11 23:26:41',345742,NULL), +(11493,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 22:26:41','2026-04-12 00:26:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775946401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775946401;}',11,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11494,'wp_mail_smtp_admin_notifications_update','complete','2026-04-12 22:27:15','2026-04-13 00:27:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032835;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032835;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11495,'wc_admin_daily_wrapper','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11496,'woocommerce_cleanup_personal_data','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11497,'woocommerce_expired_transient_files_cleanup','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776032836;}',12,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11498,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 23:27:16','2026-04-12 01:27:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775950036;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775950036;}',11,1,'2026-04-11 23:49:46','2026-04-12 01:49:46',345759,NULL), +(11499,'woocommerce_cleanup_sessions','complete','2026-04-12 04:00:00','2026-04-12 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775966400;s:18:\"\0*\0first_timestamp\";i:1775966400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775966400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-12 04:19:42','2026-04-12 06:19:42',345778,NULL), +(11500,'generate_category_lookup_table_wrapper','complete','2026-04-11 22:27:26','2026-04-12 00:27:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775946446;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775946446;}',11,1,'2026-04-11 22:55:17','2026-04-12 00:55:17',345755,NULL), +(11501,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11502,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 00:49:46','2026-04-12 02:49:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775954986;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775954986;}',11,1,'2026-04-12 00:54:57','2026-04-12 02:54:57',345764,NULL), +(11503,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 01:54:57','2026-04-12 03:54:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775958897;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775958897;}',11,1,'2026-04-12 01:56:07','2026-04-12 03:56:07',345769,NULL), +(11504,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 02:56:07','2026-04-12 04:56:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775962567;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775962567;}',11,1,'2026-04-12 03:00:55','2026-04-12 05:00:55',345773,NULL), +(11505,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 04:00:55','2026-04-12 06:00:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775966455;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775966455;}',11,1,'2026-04-12 04:19:42','2026-04-12 06:19:42',345778,NULL), +(11506,'woocommerce_refresh_order_count_cache','complete','2026-04-12 15:30:37','2026-04-12 17:30:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776007837;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776007837;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-12 15:49:39','2026-04-12 17:49:39',345885,NULL), +(11507,'woocommerce_cleanup_sessions','complete','2026-04-12 16:19:42','2026-04-12 18:19:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776010782;s:18:\"\0*\0first_timestamp\";i:1775966400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776010782;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-12 16:21:16','2026-04-12 18:21:16',345892,NULL), +(11508,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 05:19:42','2026-04-12 07:19:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775971182;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775971182;}',11,1,'2026-04-12 05:28:00','2026-04-12 07:28:00',345783,NULL), +(11509,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 06:28:00','2026-04-12 08:28:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775975280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775975280;}',11,1,'2026-04-12 06:48:44','2026-04-12 08:48:44',345790,NULL), +(11510,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 07:48:44','2026-04-12 09:48:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775980124;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775980124;}',11,1,'2026-04-12 08:00:28','2026-04-12 10:00:28',345800,NULL), +(11511,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 09:00:28','2026-04-12 11:00:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775984428;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775984428;}',11,1,'2026-04-12 09:29:22','2026-04-12 11:29:22',345808,NULL), +(11512,'woocommerce_scheduled_sales','complete','2026-04-13 08:30:27','2026-04-13 10:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776069027;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776069027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11513,'woocommerce_cleanup_logs','complete','2026-04-13 08:30:27','2026-04-13 10:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776069027;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776069027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11514,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-13 08:30:27','2026-04-13 10:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776069027;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776069027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11515,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 10:29:22','2026-04-12 12:29:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775989762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775989762;}',11,1,'2026-04-12 10:33:45','2026-04-12 12:33:45',345820,NULL), +(11516,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 11:33:45','2026-04-12 13:33:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775993625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775993625;}',11,1,'2026-04-12 11:52:19','2026-04-12 13:52:19',345827,NULL), +(11517,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 12:52:19','2026-04-12 14:52:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775998339;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775998339;}',11,1,'2026-04-12 12:57:19','2026-04-12 14:57:19',345833,NULL), +(11518,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 13:57:19','2026-04-12 15:57:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776002239;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776002239;}',11,1,'2026-04-12 13:57:33','2026-04-12 15:57:33',345855,NULL), +(11519,'wc-admin_import_orders','complete','2026-04-12 13:55:32','2026-04-12 15:55:32',10,'[1702]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776002132;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776002132;}',4,1,'2026-04-12 13:56:27','2026-04-12 15:56:27',345853,NULL), +(11520,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 14:57:33','2026-04-12 16:57:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776005853;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776005853;}',11,1,'2026-04-12 15:00:10','2026-04-12 17:00:10',345869,NULL), +(11521,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 16:00:10','2026-04-12 18:00:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776009610;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776009610;}',11,1,'2026-04-12 16:19:30','2026-04-12 18:19:30',345890,NULL), +(11522,'woocommerce_refresh_order_count_cache','complete','2026-04-13 03:49:39','2026-04-13 05:49:39',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776052179;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776052179;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-13 03:57:41','2026-04-13 05:57:41',345993,NULL), +(11523,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 17:19:30','2026-04-12 19:19:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776014370;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776014370;}',11,1,'2026-04-12 17:21:33','2026-04-12 19:21:33',345909,NULL), +(11525,'fetch_patterns','complete','2026-04-13 16:47:01','2026-04-13 18:47:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776098821;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776098821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 16:50:55','2026-04-13 18:50:55',346090,NULL), +(11526,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 18:21:33','2026-04-12 20:21:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776018093;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776018093;}',11,1,'2026-04-12 18:24:14','2026-04-12 20:24:14',345919,NULL), +(11527,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 19:24:14','2026-04-12 21:24:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776021854;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776021854;}',11,1,'2026-04-12 19:24:54','2026-04-12 21:24:54',345935,NULL), +(11528,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 20:24:54','2026-04-12 22:24:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776025494;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776025494;}',11,1,'2026-04-12 20:30:21','2026-04-12 22:30:21',345939,NULL), +(11529,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 21:30:21','2026-04-12 23:30:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776029421;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776029421;}',11,1,'2026-04-12 22:00:18','2026-04-13 00:00:18',345946,NULL), +(11530,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 23:00:18','2026-04-13 01:00:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776034818;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776034818;}',11,1,'2026-04-12 23:24:13','2026-04-13 01:24:13',345973,NULL), +(11531,'wp_mail_smtp_admin_notifications_update','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-13 22:47:41','2026-04-14 00:47:41',346115,NULL), +(11532,'wc_admin_daily_wrapper','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11533,'woocommerce_cleanup_personal_data','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11534,'woocommerce_expired_transient_files_cleanup','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776120121;}',12,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11535,'woocommerce_cleanup_sessions','complete','2026-04-13 04:00:00','2026-04-13 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776052800;s:18:\"\0*\0first_timestamp\";i:1776052800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776052800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-13 04:20:39','2026-04-13 06:20:39',345995,NULL), +(11536,'generate_category_lookup_table_wrapper','complete','2026-04-12 22:42:11','2026-04-13 00:42:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776033731;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776033731;}',11,1,'2026-04-12 22:52:09','2026-04-13 00:52:09',345971,NULL), +(11537,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11538,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 00:24:13','2026-04-13 02:24:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776039853;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776039853;}',11,1,'2026-04-13 00:33:32','2026-04-13 02:33:32',345978,NULL), +(11539,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 01:33:32','2026-04-13 03:33:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776044012;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776044012;}',11,1,'2026-04-13 01:33:33','2026-04-13 03:33:33',345983,NULL), +(11540,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 02:33:32','2026-04-13 04:33:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776047612;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776047612;}',11,1,'2026-04-13 02:36:33','2026-04-13 04:36:33',345988,NULL), +(11541,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 03:36:33','2026-04-13 05:36:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776051393;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776051393;}',11,1,'2026-04-13 03:57:41','2026-04-13 05:57:41',345993,NULL), +(11542,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 04:57:41','2026-04-13 06:57:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776056261;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776056261;}',11,1,'2026-04-13 04:59:23','2026-04-13 06:59:23',345999,NULL), +(11543,'woocommerce_refresh_order_count_cache','complete','2026-04-13 15:57:41','2026-04-13 17:57:41',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776095861;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776095861;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-13 16:20:23','2026-04-13 18:20:23',346085,NULL), +(11544,'woocommerce_cleanup_sessions','complete','2026-04-13 16:20:39','2026-04-13 18:20:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776097239;s:18:\"\0*\0first_timestamp\";i:1776052800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776097239;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-13 16:39:43','2026-04-13 18:39:43',346087,NULL), +(11545,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 05:59:23','2026-04-13 07:59:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776059963;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776059963;}',11,1,'2026-04-13 06:28:33','2026-04-13 08:28:33',346007,NULL), +(11546,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 07:28:33','2026-04-13 09:28:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776065313;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776065313;}',11,1,'2026-04-13 07:30:15','2026-04-13 09:30:15',346013,NULL), +(11547,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 08:30:15','2026-04-13 10:30:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776069015;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776069015;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11548,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 09:40:32','2026-04-13 11:40:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776073232;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776073232;}',11,1,'2026-04-13 10:11:07','2026-04-13 12:11:07',346045,NULL), +(11549,'woocommerce_scheduled_sales','complete','2026-04-14 08:40:32','2026-04-14 10:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776156032;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776156032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11550,'woocommerce_cleanup_logs','complete','2026-04-14 08:40:32','2026-04-14 10:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776156032;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776156032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11551,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-14 08:40:32','2026-04-14 10:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776156032;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776156032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11552,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 11:11:07','2026-04-13 13:11:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776078667;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776078667;}',11,1,'2026-04-13 11:11:20','2026-04-13 13:11:20',346058,NULL), +(11553,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 12:11:20','2026-04-13 14:11:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776082280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776082280;}',11,1,'2026-04-13 12:30:53','2026-04-13 14:30:53',346064,NULL), +(11554,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 13:30:53','2026-04-13 15:30:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776087053;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776087053;}',11,1,'2026-04-13 13:33:44','2026-04-13 15:33:44',346070,NULL), +(11555,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 14:33:44','2026-04-13 16:33:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776090824;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776090824;}',11,1,'2026-04-13 14:35:57','2026-04-13 16:35:57',346074,NULL), +(11556,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 15:35:57','2026-04-13 17:35:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776094557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776094557;}',11,1,'2026-04-13 15:36:00','2026-04-13 17:36:00',346081,NULL), +(11557,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 16:36:00','2026-04-13 18:36:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776098160;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776098160;}',11,1,'2026-04-13 16:39:43','2026-04-13 18:39:43',346087,NULL), +(11558,'woocommerce_refresh_order_count_cache','complete','2026-04-14 04:20:23','2026-04-14 06:20:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776140423;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776140423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-14 05:27:36','2026-04-14 07:27:36',346154,NULL), +(11560,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 17:39:43','2026-04-13 19:39:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776101983;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776101983;}',11,1,'2026-04-13 17:40:00','2026-04-13 19:40:00',346095,NULL), +(11561,'fetch_patterns','complete','2026-04-14 16:50:55','2026-04-14 18:50:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776185455;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776185455;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 16:57:16','2026-04-14 18:57:16',346224,NULL), +(11562,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 18:40:00','2026-04-13 20:40:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776105600;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776105600;}',11,1,'2026-04-13 18:44:13','2026-04-13 20:44:13',346100,NULL), +(11563,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 19:44:13','2026-04-13 21:44:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776109453;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776109453;}',11,1,'2026-04-13 19:47:23','2026-04-13 21:47:23',346104,NULL), +(11564,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 20:47:23','2026-04-13 22:47:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776113243;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776113243;}',11,1,'2026-04-13 21:19:32','2026-04-13 23:19:32',346108,NULL), +(11565,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 22:19:32','2026-04-14 00:19:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776118772;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776118772;}',11,1,'2026-04-13 22:21:18','2026-04-14 00:21:18',346112,NULL), +(11566,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 23:21:18','2026-04-14 01:21:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776122478;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776122478;}',11,1,'2026-04-13 23:21:26','2026-04-14 01:21:26',346122,NULL), +(11567,'wp_mail_smtp_admin_notifications_update','complete','2026-04-14 22:47:41','2026-04-15 00:47:41',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206861;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206861;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-14 23:11:41','2026-04-15 01:11:41',346248,NULL), +(11568,'wc_admin_daily_wrapper','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11569,'woocommerce_cleanup_personal_data','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11570,'woocommerce_expired_transient_files_cleanup','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776206862;}',12,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11571,'woocommerce_cleanup_sessions','complete','2026-04-14 04:00:00','2026-04-14 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776139200;s:18:\"\0*\0first_timestamp\";i:1776139200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776139200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-14 04:20:16','2026-04-14 06:20:16',346152,NULL), +(11572,'generate_category_lookup_table_wrapper','complete','2026-04-13 22:47:52','2026-04-14 00:47:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776120472;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776120472;}',11,1,'2026-04-13 22:55:19','2026-04-14 00:55:19',346117,NULL), +(11573,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11574,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 00:21:26','2026-04-14 02:21:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776126086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776126086;}',11,1,'2026-04-14 00:24:53','2026-04-14 02:24:53',346135,NULL), +(11575,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 01:24:53','2026-04-14 03:24:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776129893;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776129893;}',11,1,'2026-04-14 01:45:23','2026-04-14 03:45:23',346142,NULL), +(11576,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 02:45:22','2026-04-14 04:45:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776134722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776134722;}',11,1,'2026-04-14 02:50:40','2026-04-14 04:50:40',346148,NULL), +(11577,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 03:50:40','2026-04-14 05:50:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776138640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776138640;}',11,1,'2026-04-14 04:20:16','2026-04-14 06:20:16',346152,NULL), +(11578,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 05:20:16','2026-04-14 07:20:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776144016;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776144016;}',11,1,'2026-04-14 05:27:36','2026-04-14 07:27:36',346154,NULL), +(11579,'woocommerce_cleanup_sessions','complete','2026-04-14 16:20:16','2026-04-14 18:20:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776183616;s:18:\"\0*\0first_timestamp\";i:1776139200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776183616;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-14 16:57:16','2026-04-14 18:57:16',346224,NULL), +(11580,'woocommerce_refresh_order_count_cache','complete','2026-04-14 17:27:36','2026-04-14 19:27:36',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776187656;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776187656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-14 17:46:43','2026-04-14 19:46:43',346227,NULL), +(11581,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 06:27:36','2026-04-14 08:27:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776148056;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776148056;}',11,1,'2026-04-14 06:33:27','2026-04-14 08:33:27',346161,NULL), +(11582,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 07:33:27','2026-04-14 09:33:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776152007;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776152007;}',11,1,'2026-04-14 07:36:08','2026-04-14 09:36:08',346167,NULL), +(11583,'wp_mail_smtp_summary_report_email','complete','2026-04-21 07:11:30','2026-04-21 09:11:30',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776755490;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776755490;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-21 07:17:05','2026-04-21 09:17:05',347266,NULL), +(11584,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 08:36:08','2026-04-14 10:36:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776155768;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776155768;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11585,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 10:04:32','2026-04-14 12:04:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776161072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776161072;}',11,1,'2026-04-14 10:05:00','2026-04-14 12:05:00',346177,NULL), +(11586,'woocommerce_scheduled_sales','complete','2026-04-15 09:04:32','2026-04-15 11:04:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776243872;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776243872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11587,'woocommerce_cleanup_logs','complete','2026-04-15 09:04:32','2026-04-15 11:04:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776243872;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776243872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11588,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-15 09:04:32','2026-04-15 11:04:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776243872;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776243872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11589,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 11:05:00','2026-04-14 13:05:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776164700;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776164700;}',11,1,'2026-04-14 11:09:00','2026-04-14 13:09:00',346182,NULL), +(11590,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 12:09:00','2026-04-14 14:09:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776168540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776168540;}',11,1,'2026-04-14 12:27:39','2026-04-14 14:27:39',346191,NULL), +(11591,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 13:27:39','2026-04-14 15:27:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776173259;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776173259;}',11,1,'2026-04-14 13:34:38','2026-04-14 15:34:38',346200,NULL), +(11592,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 14:34:38','2026-04-14 16:34:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776177278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776177278;}',11,1,'2026-04-14 14:43:41','2026-04-14 16:43:41',346212,NULL), +(11593,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 15:43:41','2026-04-14 17:43:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776181421;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776181421;}',11,1,'2026-04-14 15:44:39','2026-04-14 17:44:39',346218,NULL), +(11594,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 16:44:39','2026-04-14 18:44:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776185079;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776185079;}',11,1,'2026-04-14 16:57:16','2026-04-14 18:57:16',346224,NULL), +(11596,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 17:57:16','2026-04-14 19:57:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776189436;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776189436;}',11,1,'2026-04-14 17:57:23','2026-04-14 19:57:23',346229,NULL), +(11597,'fetch_patterns','complete','2026-04-15 16:57:16','2026-04-15 18:57:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776272236;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776272236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 17:42:59','2026-04-15 19:42:59',346371,NULL), +(11598,'woocommerce_refresh_order_count_cache','complete','2026-04-15 05:46:43','2026-04-15 07:46:43',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776232003;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776232003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-15 05:49:34','2026-04-15 07:49:34',346280,NULL), +(11599,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 18:57:23','2026-04-14 20:57:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776193043;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776193043;}',11,1,'2026-04-14 20:06:24','2026-04-14 22:06:24',346232,NULL), +(11600,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 21:06:24','2026-04-14 23:06:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776200784;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776200784;}',11,1,'2026-04-14 21:18:35','2026-04-14 23:18:35',346239,NULL), +(11601,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 22:18:35','2026-04-15 00:18:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776205115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776205115;}',11,1,'2026-04-14 22:23:10','2026-04-15 00:23:10',346245,NULL), +(11602,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 23:23:10','2026-04-15 01:23:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776208990;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776208990;}',11,1,'2026-04-14 23:26:38','2026-04-15 01:26:38',346250,NULL), +(11603,'wp_mail_smtp_admin_notifications_update','complete','2026-04-15 23:11:41','2026-04-16 01:11:41',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294701;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294701;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11604,'wc_admin_daily_wrapper','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11605,'woocommerce_cleanup_personal_data','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11606,'woocommerce_expired_transient_files_cleanup','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776294702;}',12,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11607,'woocommerce_cleanup_sessions','complete','2026-04-15 04:00:00','2026-04-15 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776225600;s:18:\"\0*\0first_timestamp\";i:1776225600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776225600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-15 04:04:03','2026-04-15 06:04:03',346269,NULL), +(11608,'generate_category_lookup_table_wrapper','complete','2026-04-14 23:11:52','2026-04-15 01:11:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776208312;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776208312;}',11,1,'2026-04-14 23:26:38','2026-04-15 01:26:38',346250,NULL), +(11609,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11610,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 00:26:38','2026-04-15 02:26:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776212798;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776212798;}',11,1,'2026-04-15 01:06:59','2026-04-15 03:06:59',346259,NULL), +(11611,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 02:06:59','2026-04-15 04:06:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776218819;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776218819;}',11,1,'2026-04-15 02:29:53','2026-04-15 04:29:53',346264,NULL), +(11612,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 03:29:53','2026-04-15 05:29:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776223793;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776223793;}',11,1,'2026-04-15 03:29:56','2026-04-15 05:29:56',346266,NULL), +(11613,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 04:29:56','2026-04-15 06:29:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776227396;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776227396;}',11,1,'2026-04-15 04:54:11','2026-04-15 06:54:11',346273,NULL), +(11614,'woocommerce_cleanup_sessions','complete','2026-04-15 16:04:03','2026-04-15 18:04:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776269043;s:18:\"\0*\0first_timestamp\";i:1776225600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776269043;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-15 16:11:59','2026-04-15 18:11:59',346364,NULL), +(11615,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 05:54:11','2026-04-15 07:54:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776232451;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776232451;}',11,1,'2026-04-15 05:54:44','2026-04-15 07:54:44',346282,NULL), +(11616,'woocommerce_refresh_order_count_cache','complete','2026-04-15 17:49:34','2026-04-15 19:49:34',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776275374;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776275374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-15 17:52:07','2026-04-15 19:52:07',346375,NULL), +(11617,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 06:54:44','2026-04-15 08:54:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776236084;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776236084;}',11,1,'2026-04-15 06:54:47','2026-04-15 08:54:47',346307,NULL), +(11618,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 07:54:47','2026-04-15 09:54:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776239687;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776239687;}',11,1,'2026-04-15 07:57:19','2026-04-15 09:57:19',346313,NULL), +(11619,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 08:57:19','2026-04-15 10:57:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776243439;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776243439;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11620,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 10:08:20','2026-04-15 12:08:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776247700;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776247700;}',11,1,'2026-04-15 10:16:02','2026-04-15 12:16:02',346322,NULL), +(11621,'woocommerce_scheduled_sales','complete','2026-04-16 09:08:21','2026-04-16 11:08:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776330501;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776330501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 09:14:34','2026-04-16 11:14:34',346470,NULL), +(11622,'woocommerce_cleanup_logs','complete','2026-04-16 09:08:21','2026-04-16 11:08:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776330501;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776330501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 09:14:34','2026-04-16 11:14:34',346470,NULL), +(11623,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-16 09:08:21','2026-04-16 11:08:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776330501;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776330501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 09:14:34','2026-04-16 11:14:34',346470,NULL), +(11624,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 11:16:02','2026-04-15 13:16:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776251762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776251762;}',11,1,'2026-04-15 11:30:39','2026-04-15 13:30:39',346333,NULL), +(11625,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 12:30:39','2026-04-15 14:30:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776256239;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776256239;}',11,1,'2026-04-15 12:36:31','2026-04-15 14:36:31',346339,NULL), +(11626,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 13:36:31','2026-04-15 15:36:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776260191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776260191;}',11,1,'2026-04-15 13:40:17','2026-04-15 15:40:17',346347,NULL), +(11627,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 14:40:17','2026-04-15 16:40:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776264017;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776264017;}',11,1,'2026-04-15 14:48:45','2026-04-15 16:48:45',346354,NULL), +(11628,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 15:48:45','2026-04-15 17:48:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776268125;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776268125;}',11,1,'2026-04-15 16:11:59','2026-04-15 18:11:59',346364,NULL), +(11629,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 17:11:59','2026-04-15 19:11:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776273119;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776273119;}',11,1,'2026-04-15 17:42:59','2026-04-15 19:42:59',346371,NULL), +(11631,'fetch_patterns','complete','2026-04-16 17:42:59','2026-04-16 19:42:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776361379;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776361379;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 17:44:30','2026-04-16 19:44:30',346527,NULL), +(11632,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 18:42:59','2026-04-15 20:42:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776278579;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776278579;}',11,1,'2026-04-15 18:46:41','2026-04-15 20:46:41',346383,NULL), +(11633,'woocommerce_refresh_order_count_cache','complete','2026-04-16 05:52:07','2026-04-16 07:52:07',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776318727;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776318727;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-16 06:04:42','2026-04-16 08:04:42',346447,NULL), +(11634,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 19:46:41','2026-04-15 21:46:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776282401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776282401;}',11,1,'2026-04-15 20:15:02','2026-04-15 22:15:02',346389,NULL), +(11635,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 21:15:02','2026-04-15 23:15:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776287702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776287702;}',11,1,'2026-04-15 21:22:51','2026-04-15 23:22:51',346399,NULL), +(11636,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 22:22:51','2026-04-16 00:22:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776291771;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776291771;}',11,1,'2026-04-15 22:23:35','2026-04-16 00:23:35',346406,NULL), +(11637,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 23:23:35','2026-04-16 01:23:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776295415;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776295415;}',11,1,'2026-04-16 00:09:34','2026-04-16 02:09:34',346416,NULL), +(11638,'wp_mail_smtp_admin_notifications_update','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-16 23:20:02','2026-04-17 01:20:02',346567,NULL), +(11639,'wc_admin_daily_wrapper','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11640,'woocommerce_cleanup_personal_data','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11641,'woocommerce_expired_transient_files_cleanup','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776381576;}',12,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11642,'woocommerce_cleanup_sessions','complete','2026-04-16 04:00:00','2026-04-16 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776312000;s:18:\"\0*\0first_timestamp\";i:1776312000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776312000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-16 04:03:32','2026-04-16 06:03:32',346433,NULL), +(11643,'generate_category_lookup_table_wrapper','complete','2026-04-15 23:19:46','2026-04-16 01:19:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776295186;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776295186;}',11,1,'2026-04-16 00:09:34','2026-04-16 02:09:34',346416,NULL), +(11644,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11645,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 01:09:34','2026-04-16 03:09:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776301774;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776301774;}',11,1,'2026-04-16 01:29:01','2026-04-16 03:29:01',346425,NULL), +(11646,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 02:29:01','2026-04-16 04:29:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776306541;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776306541;}',11,1,'2026-04-16 03:04:38','2026-04-16 05:04:38',346429,NULL), +(11647,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 04:04:38','2026-04-16 06:04:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776312278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776312278;}',11,1,'2026-04-16 04:07:02','2026-04-16 06:07:02',346435,NULL), +(11648,'woocommerce_cleanup_sessions','complete','2026-04-16 16:03:32','2026-04-16 18:03:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776355412;s:18:\"\0*\0first_timestamp\";i:1776312000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776355412;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-16 16:09:03','2026-04-16 18:09:03',346518,NULL), +(11649,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 05:07:02','2026-04-16 07:07:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776316022;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776316022;}',11,1,'2026-04-16 05:19:12','2026-04-16 07:19:12',346442,NULL), +(11650,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 06:19:12','2026-04-16 08:19:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776320352;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776320352;}',11,1,'2026-04-16 06:25:07','2026-04-16 08:25:07',346450,NULL), +(11651,'woocommerce_refresh_order_count_cache','complete','2026-04-16 18:04:42','2026-04-16 20:04:42',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776362682;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776362682;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-16 18:22:45','2026-04-16 20:22:45',346533,NULL), +(11652,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 07:25:07','2026-04-16 09:25:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776324307;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776324307;}',11,1,'2026-04-16 07:25:28','2026-04-16 09:25:28',346457,NULL), +(11653,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 08:25:28','2026-04-16 10:25:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776327928;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776327928;}',11,1,'2026-04-16 08:31:11','2026-04-16 10:31:11',346466,NULL), +(11654,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 09:31:11','2026-04-16 11:31:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776331871;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776331871;}',11,1,'2026-04-16 09:32:46','2026-04-16 11:32:46',346477,NULL), +(11655,'woocommerce_scheduled_sales','complete','2026-04-17 09:14:34','2026-04-17 11:14:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776417274;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776417274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 09:40:34','2026-04-17 11:40:34',346662,NULL), +(11656,'woocommerce_cleanup_logs','complete','2026-04-17 09:14:34','2026-04-17 11:14:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776417274;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776417274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 09:40:34','2026-04-17 11:40:34',346662,NULL), +(11657,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-17 09:14:34','2026-04-17 11:14:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776417274;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776417274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 09:40:34','2026-04-17 11:40:34',346662,NULL), +(11658,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 10:32:46','2026-04-16 12:32:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776335566;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776335566;}',11,1,'2026-04-16 10:45:37','2026-04-16 12:45:37',346486,NULL), +(11659,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 11:45:37','2026-04-16 13:45:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776339937;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776339937;}',11,1,'2026-04-16 12:02:26','2026-04-16 14:02:26',346495,NULL), +(11660,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 13:02:26','2026-04-16 15:02:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776344546;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776344546;}',11,1,'2026-04-16 13:09:20','2026-04-16 15:09:20',346500,NULL), +(11661,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 14:09:20','2026-04-16 16:09:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776348560;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776348560;}',11,1,'2026-04-16 14:12:21','2026-04-16 16:12:21',346504,NULL), +(11662,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 15:12:21','2026-04-16 17:12:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776352341;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776352341;}',11,1,'2026-04-16 15:13:38','2026-04-16 17:13:38',346512,NULL), +(11663,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 16:13:38','2026-04-16 18:13:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776356018;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776356018;}',11,1,'2026-04-16 16:20:53','2026-04-16 18:20:53',346521,NULL), +(11665,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 17:20:53','2026-04-16 19:20:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776360053;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776360053;}',11,1,'2026-04-16 17:24:58','2026-04-16 19:24:58',346524,NULL), +(11666,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 18:24:58','2026-04-16 20:24:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776363898;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776363898;}',11,1,'2026-04-16 18:53:23','2026-04-16 20:53:23',346535,NULL), +(11667,'fetch_patterns','complete','2026-04-17 17:44:30','2026-04-17 19:44:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776447870;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776447870;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 18:10:04','2026-04-17 20:10:04',346709,NULL), +(11668,'woocommerce_refresh_order_count_cache','complete','2026-04-17 06:22:45','2026-04-17 08:22:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776406965;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776406965;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-17 06:35:10','2026-04-17 08:35:10',346633,NULL), +(11669,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 19:53:23','2026-04-16 21:53:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776369203;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776369203;}',11,1,'2026-04-16 19:53:59','2026-04-16 21:53:59',346545,NULL), +(11670,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 20:53:59','2026-04-16 22:53:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776372839;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776372839;}',11,1,'2026-04-16 20:56:16','2026-04-16 22:56:16',346549,NULL), +(11671,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 21:56:16','2026-04-16 23:56:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776376576;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776376576;}',11,1,'2026-04-16 22:03:19','2026-04-17 00:03:19',346553,NULL), +(11672,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 23:03:19','2026-04-17 01:03:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776380599;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776380599;}',11,1,'2026-04-16 23:04:35','2026-04-17 01:04:35',346564,NULL), +(11673,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 00:04:35','2026-04-17 02:04:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776384275;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776384275;}',11,1,'2026-04-17 00:12:57','2026-04-17 02:12:57',346575,NULL), +(11674,'wp_mail_smtp_admin_notifications_update','complete','2026-04-17 23:20:02','2026-04-18 01:20:02',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468002;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11675,'wc_admin_daily_wrapper','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11676,'woocommerce_cleanup_personal_data','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11677,'woocommerce_expired_transient_files_cleanup','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776468003;}',12,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11678,'woocommerce_cleanup_sessions','complete','2026-04-17 04:00:00','2026-04-17 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776398400;s:18:\"\0*\0first_timestamp\";i:1776398400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776398400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-17 04:01:24','2026-04-17 06:01:24',346600,NULL), +(11679,'generate_category_lookup_table_wrapper','complete','2026-04-16 23:20:13','2026-04-17 01:20:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776381613;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776381613;}',11,1,'2026-04-16 23:21:25','2026-04-17 01:21:25',346569,NULL), +(11680,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11681,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 01:12:57','2026-04-17 03:12:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776388377;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776388377;}',11,1,'2026-04-17 01:16:43','2026-04-17 03:16:43',346584,NULL), +(11682,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 02:16:43','2026-04-17 04:16:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776392203;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776392203;}',11,1,'2026-04-17 02:27:20','2026-04-17 04:27:20',346588,NULL), +(11683,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 03:27:20','2026-04-17 05:27:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776396440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776396440;}',11,1,'2026-04-17 03:47:19','2026-04-17 05:47:19',346594,NULL), +(11684,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 04:47:19','2026-04-17 06:47:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776401239;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776401239;}',11,1,'2026-04-17 05:07:55','2026-04-17 07:07:55',346621,NULL), +(11685,'woocommerce_cleanup_sessions','complete','2026-04-17 16:01:24','2026-04-17 18:01:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776441684;s:18:\"\0*\0first_timestamp\";i:1776398400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776441684;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-17 16:11:32','2026-04-17 18:11:32',346699,NULL), +(11686,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 06:07:55','2026-04-17 08:07:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776406075;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776406075;}',11,1,'2026-04-17 06:35:10','2026-04-17 08:35:10',346633,NULL), +(11687,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 07:35:10','2026-04-17 09:35:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776411310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776411310;}',11,1,'2026-04-17 07:36:10','2026-04-17 09:36:10',346644,NULL), +(11688,'woocommerce_refresh_order_count_cache','complete','2026-04-17 18:35:10','2026-04-17 20:35:10',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776450910;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776450910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-17 18:36:44','2026-04-17 20:36:44',346712,NULL), +(11689,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 08:36:10','2026-04-17 10:36:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776414970;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776414970;}',11,1,'2026-04-17 08:44:27','2026-04-17 10:44:27',346655,NULL), +(11690,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 09:44:27','2026-04-17 11:44:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776419067;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776419067;}',11,1,'2026-04-17 09:50:13','2026-04-17 11:50:13',346664,NULL), +(11691,'woocommerce_scheduled_sales','complete','2026-04-18 09:40:34','2026-04-18 11:40:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776505234;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776505234;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11692,'woocommerce_cleanup_logs','complete','2026-04-18 09:40:34','2026-04-18 11:40:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776505234;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776505234;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11693,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-18 09:40:34','2026-04-18 11:40:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776505234;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776505234;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11694,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 10:50:13','2026-04-17 12:50:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776423013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776423013;}',11,1,'2026-04-17 10:56:22','2026-04-17 12:56:22',346670,NULL), +(11695,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 11:56:22','2026-04-17 13:56:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776426982;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776426982;}',11,1,'2026-04-17 11:56:58','2026-04-17 13:56:58',346672,NULL), +(11696,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 12:56:58','2026-04-17 14:56:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776430618;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776430618;}',11,1,'2026-04-17 13:03:36','2026-04-17 15:03:36',346682,NULL), +(11697,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 14:03:36','2026-04-17 16:03:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776434616;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776434616;}',11,1,'2026-04-17 14:04:05','2026-04-17 16:04:05',346691,NULL), +(11698,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 15:04:05','2026-04-17 17:04:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776438245;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776438245;}',11,1,'2026-04-17 15:44:17','2026-04-17 17:44:17',346696,NULL), +(11699,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 16:44:17','2026-04-17 18:44:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776444257;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776444257;}',11,1,'2026-04-17 16:48:55','2026-04-17 18:48:55',346702,NULL), +(11701,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 17:48:55','2026-04-17 19:48:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776448135;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776448135;}',11,1,'2026-04-17 18:10:04','2026-04-17 20:10:04',346709,NULL), +(11702,'fetch_patterns','complete','2026-04-18 18:10:04','2026-04-18 20:10:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776535804;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776535804;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 18:20:42','2026-04-18 20:20:42',346866,NULL), +(11703,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 19:10:04','2026-04-17 21:10:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776453004;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776453004;}',11,1,'2026-04-17 19:11:10','2026-04-17 21:11:10',346715,NULL), +(11704,'woocommerce_refresh_order_count_cache','complete','2026-04-18 06:36:44','2026-04-18 08:36:44',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776494204;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776494204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-18 06:49:37','2026-04-18 08:49:37',346784,NULL), +(11705,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 20:11:10','2026-04-17 22:11:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776456670;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776456670;}',11,1,'2026-04-17 20:21:09','2026-04-17 22:21:09',346721,NULL), +(11706,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 21:21:09','2026-04-17 23:21:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776460869;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776460869;}',11,1,'2026-04-17 21:37:57','2026-04-17 23:37:57',346727,NULL), +(11707,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 22:37:57','2026-04-18 00:37:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776465477;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776465477;}',11,1,'2026-04-17 22:49:40','2026-04-18 00:49:40',346733,NULL), +(11708,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 23:49:40','2026-04-18 01:49:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776469780;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776469780;}',11,1,'2026-04-17 23:54:15','2026-04-18 01:54:15',346744,NULL), +(11709,'wp_mail_smtp_admin_notifications_update','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-18 23:26:13','2026-04-19 01:26:13',346930,NULL), +(11710,'wc_admin_daily_wrapper','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11711,'woocommerce_cleanup_personal_data','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11712,'woocommerce_expired_transient_files_cleanup','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776554431;}',12,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11713,'woocommerce_cleanup_sessions','complete','2026-04-18 04:00:00','2026-04-18 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776484800;s:18:\"\0*\0first_timestamp\";i:1776484800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776484800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-18 04:17:04','2026-04-18 06:17:04',346772,NULL), +(11714,'generate_category_lookup_table_wrapper','complete','2026-04-17 23:20:41','2026-04-18 01:20:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776468041;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776468041;}',11,1,'2026-04-17 23:35:41','2026-04-18 01:35:41',346741,NULL), +(11715,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11716,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 00:54:15','2026-04-18 02:54:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776473655;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776473655;}',11,1,'2026-04-18 00:54:47','2026-04-18 02:54:47',346751,NULL), +(11717,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 01:54:47','2026-04-18 03:54:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776477287;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776477287;}',11,1,'2026-04-18 01:57:48','2026-04-18 03:57:48',346761,NULL), +(11718,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 02:57:48','2026-04-18 04:57:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776481068;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776481068;}',11,1,'2026-04-18 03:09:04','2026-04-18 05:09:04',346768,NULL), +(11719,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 04:09:04','2026-04-18 06:09:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776485344;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776485344;}',11,1,'2026-04-18 04:17:04','2026-04-18 06:17:04',346772,NULL), +(11720,'woocommerce_cleanup_sessions','complete','2026-04-18 16:17:04','2026-04-18 18:17:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776529024;s:18:\"\0*\0first_timestamp\";i:1776484800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776529024;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-18 16:17:54','2026-04-18 18:17:54',346852,NULL), +(11721,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 05:17:04','2026-04-18 07:17:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776489424;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776489424;}',11,1,'2026-04-18 05:25:29','2026-04-18 07:25:29',346778,NULL), +(11722,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 06:25:29','2026-04-18 08:25:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776493529;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776493529;}',11,1,'2026-04-18 06:34:46','2026-04-18 08:34:46',346782,NULL), +(11723,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 07:34:46','2026-04-18 09:34:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776497686;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776497686;}',11,1,'2026-04-18 07:38:51','2026-04-18 09:38:51',346788,NULL), +(11724,'woocommerce_refresh_order_count_cache','complete','2026-04-18 18:49:37','2026-04-18 20:49:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776538177;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776538177;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-18 18:51:53','2026-04-18 20:51:53',346870,NULL), +(11725,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 08:38:51','2026-04-18 10:38:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776501531;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776501531;}',11,1,'2026-04-18 08:41:00','2026-04-18 10:41:00',346795,NULL), +(11726,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 09:41:00','2026-04-18 11:41:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776505260;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776505260;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11727,'woocommerce_scheduled_sales','complete','2026-04-19 09:56:33','2026-04-19 11:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776592593;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776592593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 10:05:57','2026-04-19 12:05:57',347003,NULL), +(11728,'woocommerce_cleanup_logs','complete','2026-04-19 09:56:33','2026-04-19 11:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776592593;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776592593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 10:05:57','2026-04-19 12:05:57',347003,NULL), +(11729,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-19 09:56:33','2026-04-19 11:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776592593;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776592593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 10:05:57','2026-04-19 12:05:57',347003,NULL), +(11730,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 10:56:33','2026-04-18 12:56:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776509793;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776509793;}',11,1,'2026-04-18 10:57:32','2026-04-18 12:57:32',346808,NULL), +(11731,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 11:57:32','2026-04-18 13:57:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776513452;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776513452;}',11,1,'2026-04-18 12:38:53','2026-04-18 14:38:53',346813,NULL), +(11732,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 13:38:53','2026-04-18 15:38:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776519533;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776519533;}',11,1,'2026-04-18 13:53:29','2026-04-18 15:53:29',346823,NULL), +(11733,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 14:53:29','2026-04-18 16:53:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776524009;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776524009;}',11,1,'2026-04-18 14:56:46','2026-04-18 16:56:46',346832,NULL), +(11734,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 15:56:46','2026-04-18 17:56:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776527806;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776527806;}',11,1,'2026-04-18 15:59:57','2026-04-18 17:59:57',346848,NULL), +(11735,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 16:59:57','2026-04-18 18:59:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776531597;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776531597;}',11,1,'2026-04-18 17:00:33','2026-04-18 19:00:33',346858,NULL), +(11737,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 18:00:33','2026-04-18 20:00:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776535233;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776535233;}',11,1,'2026-04-18 18:05:17','2026-04-18 20:05:17',346864,NULL), +(11738,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 19:05:17','2026-04-18 21:05:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776539117;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776539117;}',11,1,'2026-04-18 19:16:50','2026-04-18 21:16:50',346873,NULL), +(11739,'fetch_patterns','complete','2026-04-19 18:20:42','2026-04-19 20:20:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776622842;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776622842;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 18:36:52','2026-04-19 20:36:52',347072,NULL), +(11740,'woocommerce_refresh_order_count_cache','complete','2026-04-19 06:51:53','2026-04-19 08:51:53',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776581513;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776581513;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-19 06:55:14','2026-04-19 08:55:14',346977,NULL), +(11741,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 20:16:50','2026-04-18 22:16:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776543410;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776543410;}',11,1,'2026-04-18 20:18:11','2026-04-18 22:18:11',346885,NULL), +(11742,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 21:18:11','2026-04-18 23:18:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776547091;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776547091;}',11,1,'2026-04-18 21:18:45','2026-04-18 23:18:45',346907,NULL), +(11743,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 22:18:45','2026-04-19 00:18:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776550725;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776550725;}',11,1,'2026-04-18 22:42:48','2026-04-19 00:42:48',346924,NULL), +(11744,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 23:42:48','2026-04-19 01:42:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776555768;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776555768;}',11,1,'2026-04-18 23:44:52','2026-04-19 01:44:52',346934,NULL), +(11745,'wp_mail_smtp_admin_notifications_update','complete','2026-04-19 23:26:13','2026-04-20 01:26:13',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641173;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641173;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11746,'wc_admin_daily_wrapper','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641174;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11747,'woocommerce_cleanup_personal_data','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641174;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11748,'woocommerce_expired_transient_files_cleanup','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776641174;}',12,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11749,'woocommerce_cleanup_sessions','complete','2026-04-19 04:00:00','2026-04-19 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776571200;s:18:\"\0*\0first_timestamp\";i:1776571200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776571200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-19 04:04:54','2026-04-19 06:04:54',346961,NULL), +(11750,'generate_category_lookup_table_wrapper','complete','2026-04-18 23:26:24','2026-04-19 01:26:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776554784;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776554784;}',11,1,'2026-04-18 23:39:32','2026-04-19 01:39:32',346932,NULL), +(11751,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641174;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11752,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 00:44:52','2026-04-19 02:44:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776559492;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776559492;}',11,1,'2026-04-19 01:15:24','2026-04-19 03:15:24',346944,NULL), +(11753,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 02:15:24','2026-04-19 04:15:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776564924;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776564924;}',11,1,'2026-04-19 02:15:56','2026-04-19 04:15:56',346952,NULL), +(11754,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 03:15:56','2026-04-19 05:15:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776568556;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776568556;}',11,1,'2026-04-19 03:28:46','2026-04-19 05:28:46',346957,NULL), +(11755,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 04:28:46','2026-04-19 06:28:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776572926;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776572926;}',11,1,'2026-04-19 04:54:14','2026-04-19 06:54:14',346964,NULL), +(11756,'woocommerce_cleanup_sessions','complete','2026-04-19 16:04:54','2026-04-19 18:04:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776614694;s:18:\"\0*\0first_timestamp\";i:1776571200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776614694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-19 16:05:29','2026-04-19 18:05:29',347053,NULL), +(11757,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 05:54:14','2026-04-19 07:54:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776578054;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776578054;}',11,1,'2026-04-19 06:01:11','2026-04-19 08:01:11',346968,NULL), +(11758,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 07:01:11','2026-04-19 09:01:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776582071;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776582071;}',11,1,'2026-04-19 07:14:18','2026-04-19 09:14:18',346979,NULL), +(11759,'woocommerce_refresh_order_count_cache','complete','2026-04-19 18:55:14','2026-04-19 20:55:14',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776624914;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776624914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-19 19:02:30','2026-04-19 21:02:30',347077,NULL), +(11760,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 08:14:18','2026-04-19 10:14:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776586458;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776586458;}',11,1,'2026-04-19 08:26:29','2026-04-19 10:26:29',346984,NULL), +(11761,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 09:26:29','2026-04-19 11:26:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776590789;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776590789;}',11,1,'2026-04-19 09:31:32','2026-04-19 11:31:32',346991,NULL), +(11762,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 10:31:32','2026-04-19 12:31:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776594692;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776594692;}',11,1,'2026-04-19 10:34:23','2026-04-19 12:34:23',347011,NULL), +(11763,'woocommerce_scheduled_sales','complete','2026-04-20 10:05:57','2026-04-20 12:05:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776679557;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776679557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 10:10:03','2026-04-20 12:10:03',347157,NULL), +(11764,'woocommerce_cleanup_logs','complete','2026-04-20 10:05:57','2026-04-20 12:05:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776679557;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776679557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 10:10:03','2026-04-20 12:10:03',347157,NULL), +(11765,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-20 10:05:57','2026-04-20 12:05:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776679557;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776679557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 10:10:03','2026-04-20 12:10:03',347157,NULL), +(11766,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 11:34:23','2026-04-19 13:34:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776598463;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776598463;}',11,1,'2026-04-19 11:48:20','2026-04-19 13:48:20',347017,NULL), +(11767,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 12:48:20','2026-04-19 14:48:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776602900;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776602900;}',11,1,'2026-04-19 12:49:51','2026-04-19 14:49:51',347026,NULL), +(11768,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 13:49:51','2026-04-19 15:49:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776606591;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776606591;}',11,1,'2026-04-19 13:52:34','2026-04-19 15:52:34',347034,NULL), +(11769,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 14:52:34','2026-04-19 16:52:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776610354;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776610354;}',11,1,'2026-04-19 15:12:47','2026-04-19 17:12:47',347043,NULL), +(11770,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 16:12:47','2026-04-19 18:12:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776615167;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776615167;}',11,1,'2026-04-19 16:19:03','2026-04-19 18:19:03',347055,NULL), +(11772,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 17:19:03','2026-04-19 19:19:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776619143;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776619143;}',11,1,'2026-04-19 17:39:38','2026-04-19 19:39:38',347067,NULL), +(11773,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 18:39:38','2026-04-19 20:39:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776623978;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776623978;}',11,1,'2026-04-19 18:47:39','2026-04-19 20:47:39',347074,NULL), +(11774,'fetch_patterns','complete','2026-04-20 18:36:52','2026-04-20 20:36:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776710212;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776710212;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 18:37:14','2026-04-20 20:37:14',347224,NULL), +(11775,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 19:47:39','2026-04-19 21:47:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776628059;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776628059;}',11,1,'2026-04-19 19:51:21','2026-04-19 21:51:21',347082,NULL), +(11776,'woocommerce_refresh_order_count_cache','complete','2026-04-20 07:02:30','2026-04-20 09:02:30',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776668550;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776668550;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-20 07:34:50','2026-04-20 09:34:50',347141,NULL), +(11777,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 20:51:21','2026-04-19 22:51:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776631881;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776631881;}',11,1,'2026-04-19 20:59:23','2026-04-19 22:59:23',347087,NULL), +(11778,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 21:59:23','2026-04-19 23:59:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776635963;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776635963;}',11,1,'2026-04-19 22:20:37','2026-04-20 00:20:37',347092,NULL), +(11779,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 23:20:37','2026-04-20 01:20:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776640837;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776640837;}',11,1,'2026-04-19 23:21:03','2026-04-20 01:21:03',347100,NULL), +(11780,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 00:21:02','2026-04-20 02:21:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776644462;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776644462;}',11,1,'2026-04-20 00:35:30','2026-04-20 02:35:30',347107,NULL), +(11781,'wp_mail_smtp_admin_notifications_update','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-21 00:27:26','2026-04-21 02:27:26',347251,NULL), +(11782,'wc_admin_daily_wrapper','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11783,'woocommerce_cleanup_personal_data','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11784,'woocommerce_expired_transient_files_cleanup','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776727748;}',12,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11785,'woocommerce_cleanup_sessions','complete','2026-04-20 04:00:00','2026-04-20 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776657600;s:18:\"\0*\0first_timestamp\";i:1776657600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776657600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-20 04:07:56','2026-04-20 06:07:56',347125,NULL), +(11786,'generate_category_lookup_table_wrapper','complete','2026-04-19 23:29:18','2026-04-20 01:29:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776641358;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776641358;}',11,1,'2026-04-19 23:35:29','2026-04-20 01:35:29',347104,NULL), +(11787,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11788,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 01:35:30','2026-04-20 03:35:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776648930;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776648930;}',11,1,'2026-04-20 01:36:49','2026-04-20 03:36:49',347113,NULL), +(11789,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 02:36:49','2026-04-20 04:36:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776652609;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776652609;}',11,1,'2026-04-20 02:45:13','2026-04-20 04:45:13',347118,NULL), +(11790,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 03:45:13','2026-04-20 05:45:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776656713;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776656713;}',11,1,'2026-04-20 03:55:08','2026-04-20 05:55:08',347123,NULL), +(11791,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 04:55:08','2026-04-20 06:55:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776660908;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776660908;}',11,1,'2026-04-20 05:30:58','2026-04-20 07:30:58',347131,NULL), +(11792,'woocommerce_cleanup_sessions','complete','2026-04-20 16:07:56','2026-04-20 18:07:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776701276;s:18:\"\0*\0first_timestamp\";i:1776657600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776701276;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-20 16:14:07','2026-04-20 18:14:07',347210,NULL), +(11793,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 06:30:58','2026-04-20 08:30:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776666658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776666658;}',11,1,'2026-04-20 06:44:46','2026-04-20 08:44:46',347138,NULL), +(11794,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 07:44:46','2026-04-20 09:44:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776671086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776671086;}',11,1,'2026-04-20 07:45:09','2026-04-20 09:45:09',347143,NULL), +(11795,'woocommerce_refresh_order_count_cache','complete','2026-04-20 19:34:50','2026-04-20 21:34:50',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776713690;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776713690;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-20 19:45:46','2026-04-20 21:45:46',347231,NULL), +(11796,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 08:45:09','2026-04-20 10:45:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776674709;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776674709;}',11,1,'2026-04-20 08:47:51','2026-04-20 10:47:51',347151,NULL), +(11797,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 09:47:51','2026-04-20 11:47:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776678471;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776678471;}',11,1,'2026-04-20 09:53:39','2026-04-20 11:53:39',347154,NULL), +(11798,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 10:53:39','2026-04-20 12:53:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776682419;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776682419;}',11,1,'2026-04-20 11:09:07','2026-04-20 13:09:07',347163,NULL), +(11799,'woocommerce_scheduled_sales','complete','2026-04-21 10:10:03','2026-04-21 12:10:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776766203;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776766203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 10:29:04','2026-04-21 12:29:04',347290,NULL), +(11800,'woocommerce_cleanup_logs','complete','2026-04-21 10:10:03','2026-04-21 12:10:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776766203;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776766203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 10:29:04','2026-04-21 12:29:04',347290,NULL), +(11801,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-21 10:10:03','2026-04-21 12:10:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776766203;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776766203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 10:29:04','2026-04-21 12:29:04',347290,NULL), +(11802,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 12:09:07','2026-04-20 14:09:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776686947;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776686947;}',11,1,'2026-04-20 12:09:39','2026-04-20 14:09:39',347176,NULL), +(11803,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 13:09:39','2026-04-20 15:09:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776690579;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776690579;}',11,1,'2026-04-20 13:15:15','2026-04-20 15:15:15',347186,NULL), +(11804,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 14:15:15','2026-04-20 16:15:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776694515;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776694515;}',11,1,'2026-04-20 14:29:39','2026-04-20 16:29:39',347195,NULL), +(11805,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 15:29:39','2026-04-20 17:29:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776698979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776698979;}',11,1,'2026-04-20 15:31:41','2026-04-20 17:31:41',347206,NULL), +(11806,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 16:31:41','2026-04-20 18:31:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776702701;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776702701;}',11,1,'2026-04-20 16:34:52','2026-04-20 18:34:52',347214,NULL), +(11808,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 17:34:52','2026-04-20 19:34:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776706492;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776706492;}',11,1,'2026-04-20 17:58:00','2026-04-20 19:58:00',347220,NULL), +(11809,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 18:58:00','2026-04-20 20:58:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776711480;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776711480;}',11,1,'2026-04-20 19:19:35','2026-04-20 21:19:35',347228,NULL), +(11810,'fetch_patterns','complete','2026-04-21 18:37:14','2026-04-21 20:37:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776796634;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776796634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 19:01:08','2026-04-21 21:01:08',347361,NULL), +(11811,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 20:19:35','2026-04-20 22:19:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776716375;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776716375;}',11,1,'2026-04-20 20:32:28','2026-04-20 22:32:28',347235,NULL), +(11812,'woocommerce_refresh_order_count_cache','complete','2026-04-21 07:45:46','2026-04-21 09:45:46',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776757546;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776757546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-21 07:46:47','2026-04-21 09:46:47',347268,NULL), +(11813,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 21:32:28','2026-04-20 23:32:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776720748;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776720748;}',11,1,'2026-04-20 21:36:00','2026-04-20 23:36:00',347242,NULL), +(11814,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 22:36:00','2026-04-21 00:36:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776724560;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776724560;}',11,1,'2026-04-20 22:40:43','2026-04-21 00:40:43',347246,NULL), +(11815,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 23:40:43','2026-04-21 01:40:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776728443;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776728443;}',11,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11816,'wp_mail_smtp_admin_notifications_update','complete','2026-04-22 00:27:26','2026-04-22 02:27:26',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817646;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817646;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-22 00:27:42','2026-04-22 02:27:42',347389,NULL), +(11817,'wc_admin_daily_wrapper','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11818,'woocommerce_cleanup_personal_data','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11819,'woocommerce_expired_transient_files_cleanup','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776817647;}',12,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11820,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 01:27:27','2026-04-21 03:27:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776734847;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776734847;}',11,1,'2026-04-21 01:57:29','2026-04-21 03:57:29',347253,NULL), +(11822,'generate_category_lookup_table_wrapper','complete','2026-04-21 00:27:37','2026-04-21 02:27:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776731257;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776731257;}',11,1,'2026-04-21 01:57:29','2026-04-21 03:57:29',347253,NULL), +(11823,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11824,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 02:57:29','2026-04-21 04:57:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776740249;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776740249;}',11,1,'2026-04-21 03:16:10','2026-04-21 05:16:10',347256,NULL), +(11825,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 04:16:10','2026-04-21 06:16:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776744970;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776744970;}',11,1,'2026-04-21 04:19:37','2026-04-21 06:19:37',347259,NULL), +(11826,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 05:19:37','2026-04-21 07:19:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776748777;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776748777;}',11,1,'2026-04-21 07:17:05','2026-04-21 09:17:05',347266,NULL), +(11827,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 08:17:05','2026-04-21 10:17:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776759425;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776759425;}',11,1,'2026-04-21 08:17:24','2026-04-21 10:17:24',347271,NULL), +(11828,'wp_mail_smtp_summary_report_email','complete','2026-04-28 07:17:05','2026-04-28 09:17:05',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777360625;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777360625;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-28 07:30:15','2026-04-28 09:30:15',348978,NULL), +(11829,'woocommerce_refresh_order_count_cache','complete','2026-04-21 19:46:47','2026-04-21 21:46:47',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776800807;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776800807;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-21 19:48:43','2026-04-21 21:48:43',347365,NULL), +(11830,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 09:17:24','2026-04-21 11:17:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776763044;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776763044;}',11,1,'2026-04-21 09:31:09','2026-04-21 11:31:09',347282,NULL), +(11831,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 10:31:09','2026-04-21 12:31:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776767469;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776767469;}',11,1,'2026-04-21 10:32:04','2026-04-21 12:32:04',347294,NULL), +(11832,'woocommerce_geoip_updater','pending','2026-05-06 10:08:08','2026-05-06 12:08:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778062088;s:18:\"\0*\0first_timestamp\";i:1757315635;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778062088;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(11833,'woocommerce_scheduled_sales','complete','2026-04-22 10:29:04','2026-04-22 12:29:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776853744;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776853744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 10:37:02','2026-04-22 12:37:02',347442,NULL), +(11834,'woocommerce_cleanup_logs','complete','2026-04-22 10:29:04','2026-04-22 12:29:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776853744;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776853744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 10:37:02','2026-04-22 12:37:02',347442,NULL), +(11835,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-22 10:29:04','2026-04-22 12:29:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776853744;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776853744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 10:37:02','2026-04-22 12:37:02',347442,NULL), +(11836,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 11:32:03','2026-04-21 13:32:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776771123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776771123;}',11,1,'2026-04-21 11:55:23','2026-04-21 13:55:23',347305,NULL), +(11837,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 12:55:23','2026-04-21 14:55:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776776123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776776123;}',11,1,'2026-04-21 13:04:02','2026-04-21 15:04:02',347313,NULL), +(11838,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 14:04:02','2026-04-21 16:04:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776780242;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776780242;}',11,1,'2026-04-21 14:19:54','2026-04-21 16:19:54',347330,NULL), +(11839,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 15:19:54','2026-04-21 17:19:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776784794;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776784794;}',11,1,'2026-04-21 15:19:58','2026-04-21 17:19:58',347336,NULL), +(11840,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 16:19:58','2026-04-21 18:19:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776788398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776788398;}',11,1,'2026-04-21 16:21:26','2026-04-21 18:21:26',347350,NULL), +(11841,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 17:21:26','2026-04-21 19:21:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776792086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776792086;}',11,1,'2026-04-21 17:23:26','2026-04-21 19:23:26',347355,NULL), +(11842,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 18:23:26','2026-04-21 20:23:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776795806;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776795806;}',11,1,'2026-04-21 18:29:27','2026-04-21 20:29:27',347359,NULL), +(11843,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 19:29:27','2026-04-21 21:29:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776799767;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776799767;}',11,1,'2026-04-21 19:48:43','2026-04-21 21:48:43',347365,NULL), +(11844,'fetch_patterns','complete','2026-04-22 19:01:08','2026-04-22 21:01:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776884468;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776884468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 19:07:42','2026-04-22 21:07:42',347483,NULL), +(11845,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 20:48:43','2026-04-21 22:48:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776804523;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776804523;}',11,1,'2026-04-21 21:16:05','2026-04-21 23:16:05',347368,NULL), +(11846,'woocommerce_refresh_order_count_cache','complete','2026-04-22 07:48:43','2026-04-22 09:48:43',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776844123;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776844123;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-22 08:06:10','2026-04-22 10:06:10',347429,NULL), +(11847,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 22:16:05','2026-04-22 00:16:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776809765;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776809765;}',11,1,'2026-04-21 22:20:26','2026-04-22 00:20:26',347374,NULL), +(11848,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 23:20:25','2026-04-22 01:20:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776813625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776813625;}',11,1,'2026-04-22 00:17:03','2026-04-22 02:17:03',347381,NULL), +(11849,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 01:17:03','2026-04-22 03:17:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776820623;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776820623;}',11,1,'2026-04-22 01:22:41','2026-04-22 03:22:41',347409,NULL), +(11850,'wp_mail_smtp_admin_notifications_update','complete','2026-04-23 00:27:42','2026-04-23 02:27:42',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904062;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904062;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11851,'wc_admin_daily_wrapper','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11852,'woocommerce_cleanup_personal_data','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11853,'woocommerce_expired_transient_files_cleanup','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776904063;}',12,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11855,'generate_category_lookup_table_wrapper','complete','2026-04-22 00:27:53','2026-04-22 02:27:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776817673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776817673;}',11,1,'2026-04-22 00:29:06','2026-04-22 02:29:06',347391,NULL), +(11856,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11857,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 02:22:41','2026-04-22 04:22:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776824561;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776824561;}',11,1,'2026-04-22 02:44:14','2026-04-22 04:44:14',347412,NULL), +(11858,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 03:44:14','2026-04-22 05:44:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776829454;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776829454;}',11,1,'2026-04-22 03:54:30','2026-04-22 05:54:30',347415,NULL), +(11859,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 04:54:30','2026-04-22 06:54:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776833670;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776833670;}',11,1,'2026-04-22 05:21:53','2026-04-22 07:21:53',347420,NULL), +(11860,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 06:21:53','2026-04-22 08:21:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776838913;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776838913;}',11,1,'2026-04-22 07:17:51','2026-04-22 09:17:51',347426,NULL), +(11861,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 08:17:50','2026-04-22 10:17:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776845870;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776845870;}',11,1,'2026-04-22 08:26:29','2026-04-22 10:26:29',347431,NULL), +(11862,'woocommerce_refresh_order_count_cache','complete','2026-04-22 20:06:10','2026-04-22 22:06:10',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776888370;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776888370;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-22 20:11:28','2026-04-22 22:11:28',347490,NULL), +(11863,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 09:26:29','2026-04-22 11:26:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776849989;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776849989;}',11,1,'2026-04-22 09:46:32','2026-04-22 11:46:32',347437,NULL), +(11864,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 10:46:32','2026-04-22 12:46:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776854792;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776854792;}',11,1,'2026-04-22 10:53:15','2026-04-22 12:53:15',347444,NULL), +(11865,'woocommerce_scheduled_sales','complete','2026-04-23 10:37:02','2026-04-23 12:37:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776940622;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776940622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11866,'woocommerce_cleanup_logs','complete','2026-04-23 10:37:02','2026-04-23 12:37:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776940622;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776940622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11867,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-23 10:37:02','2026-04-23 12:37:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776940622;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776940622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11868,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 11:53:15','2026-04-22 13:53:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776858795;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776858795;}',11,1,'2026-04-22 12:22:47','2026-04-22 14:22:47',347447,NULL), +(11869,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 13:22:47','2026-04-22 15:22:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776864167;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776864167;}',11,1,'2026-04-22 13:31:33','2026-04-22 15:31:33',347449,NULL), +(11870,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 14:31:33','2026-04-22 16:31:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776868293;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776868293;}',11,1,'2026-04-22 15:01:46','2026-04-22 17:01:46',347454,NULL), +(11871,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 16:01:46','2026-04-22 18:01:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776873706;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776873706;}',11,1,'2026-04-22 16:18:53','2026-04-22 18:18:53',347462,NULL), +(11872,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 17:18:52','2026-04-22 19:18:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776878332;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776878332;}',11,1,'2026-04-22 17:22:50','2026-04-22 19:22:50',347470,NULL), +(11873,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 18:22:50','2026-04-22 20:22:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776882170;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776882170;}',11,1,'2026-04-22 18:23:01','2026-04-22 20:23:01',347474,NULL), +(11874,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 19:23:01','2026-04-22 21:23:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776885781;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776885781;}',11,1,'2026-04-22 19:36:52','2026-04-22 21:36:52',347486,NULL), +(11875,'fetch_patterns','complete','2026-04-23 19:07:42','2026-04-23 21:07:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776971262;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776971262;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 19:12:50','2026-04-23 21:12:50',347633,NULL), +(11876,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 20:36:52','2026-04-22 22:36:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776890212;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776890212;}',11,1,'2026-04-22 20:50:38','2026-04-22 22:50:38',347498,NULL), +(11877,'woocommerce_refresh_order_count_cache','complete','2026-04-23 08:11:28','2026-04-23 10:11:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776931888;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776931888;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-23 08:11:38','2026-04-23 10:11:38',347552,NULL), +(11878,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 21:50:38','2026-04-22 23:50:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776894638;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776894638;}',11,1,'2026-04-22 21:57:24','2026-04-22 23:57:24',347504,NULL), +(11879,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 22:57:24','2026-04-23 00:57:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776898644;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776898644;}',11,1,'2026-04-22 23:21:54','2026-04-23 01:21:54',347510,NULL), +(11880,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 00:21:54','2026-04-23 02:21:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776903714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776903714;}',11,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11881,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 02:12:19','2026-04-23 04:12:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776910339;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776910339;}',11,1,'2026-04-23 02:16:06','2026-04-23 04:16:06',347519,NULL), +(11882,'wp_mail_smtp_admin_notifications_update','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11883,'wc_admin_daily_wrapper','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11884,'woocommerce_cleanup_personal_data','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11885,'woocommerce_expired_transient_files_cleanup','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776993139;}',12,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11887,'generate_category_lookup_table_wrapper','complete','2026-04-23 01:12:29','2026-04-23 03:12:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776906749;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776906749;}',11,1,'2026-04-23 02:16:06','2026-04-23 04:16:06',347519,NULL), +(11888,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11889,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 03:16:06','2026-04-23 05:16:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776914166;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776914166;}',11,1,'2026-04-23 04:18:15','2026-04-23 06:18:15',347524,NULL), +(11890,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 05:18:15','2026-04-23 07:18:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776921495;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776921495;}',11,1,'2026-04-23 05:30:21','2026-04-23 07:30:21',347530,NULL), +(11891,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 06:30:21','2026-04-23 08:30:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776925821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776925821;}',11,1,'2026-04-23 06:47:11','2026-04-23 08:47:11',347536,NULL), +(11892,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 07:47:11','2026-04-23 09:47:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776930431;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776930431;}',11,1,'2026-04-23 07:47:45','2026-04-23 09:47:45',347546,NULL), +(11893,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 08:47:45','2026-04-23 10:47:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776934065;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776934065;}',11,1,'2026-04-23 09:30:22','2026-04-23 11:30:22',347557,NULL), +(11894,'woocommerce_refresh_order_count_cache','complete','2026-04-23 20:11:38','2026-04-23 22:11:38',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776975098;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776975098;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-23 20:15:22','2026-04-23 22:15:22',347640,NULL), +(11895,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 10:30:22','2026-04-23 12:30:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776940222;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776940222;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11896,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 11:52:48','2026-04-23 13:52:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776945168;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776945168;}',11,1,'2026-04-23 12:11:01','2026-04-23 14:11:01',347590,NULL), +(11897,'woocommerce_scheduled_sales','complete','2026-04-24 10:52:48','2026-04-24 12:52:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777027968;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777027968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11898,'woocommerce_cleanup_logs','complete','2026-04-24 10:52:48','2026-04-24 12:52:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777027968;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777027968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11899,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-24 10:52:48','2026-04-24 12:52:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777027968;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777027968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11900,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 13:11:01','2026-04-23 15:11:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776949861;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776949861;}',11,1,'2026-04-23 13:16:30','2026-04-23 15:16:30',347596,NULL), +(11901,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 14:16:30','2026-04-23 16:16:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776953790;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776953790;}',11,1,'2026-04-23 14:16:41','2026-04-23 16:16:41',347604,NULL), +(11902,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 15:16:41','2026-04-23 17:16:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776957401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776957401;}',11,1,'2026-04-23 15:35:47','2026-04-23 17:35:47',347608,NULL), +(11903,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 16:35:47','2026-04-23 18:35:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776962147;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776962147;}',11,1,'2026-04-23 16:49:50','2026-04-23 18:49:50',347615,NULL), +(11904,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 17:49:50','2026-04-23 19:49:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776966590;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776966590;}',11,1,'2026-04-23 18:06:00','2026-04-23 20:06:00',347627,NULL), +(11905,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 19:06:00','2026-04-23 21:06:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776971160;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776971160;}',11,1,'2026-04-23 19:12:50','2026-04-23 21:12:50',347633,NULL), +(11906,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 20:12:50','2026-04-23 22:12:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776975170;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776975170;}',11,1,'2026-04-23 20:15:22','2026-04-23 22:15:22',347640,NULL), +(11907,'fetch_patterns','complete','2026-04-24 19:12:50','2026-04-24 21:12:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777057970;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777057970;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 20:04:48','2026-04-24 22:04:48',347941,NULL), +(11908,'woocommerce_refresh_order_count_cache','complete','2026-04-24 08:15:22','2026-04-24 10:15:22',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777018522;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777018522;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-24 08:15:46','2026-04-24 10:15:46',347714,NULL), +(11909,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 21:15:22','2026-04-23 23:15:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776978922;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776978922;}',11,1,'2026-04-23 21:16:15','2026-04-23 23:16:15',347645,NULL), +(11910,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 22:16:15','2026-04-24 00:16:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776982575;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776982575;}',11,1,'2026-04-23 22:21:37','2026-04-24 00:21:37',347649,NULL), +(11911,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 23:21:37','2026-04-24 01:21:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776986497;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776986497;}',11,1,'2026-04-23 23:26:05','2026-04-24 01:26:05',347655,NULL), +(11912,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 00:26:05','2026-04-24 02:26:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776990365;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776990365;}',11,1,'2026-04-24 00:31:32','2026-04-24 02:31:32',347659,NULL), +(11913,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 01:31:32','2026-04-24 03:31:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776994292;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776994292;}',11,1,'2026-04-24 02:08:26','2026-04-24 04:08:26',347668,NULL), +(11914,'wp_mail_smtp_admin_notifications_update','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-25 01:21:15','2026-04-25 03:21:15',347996,NULL), +(11915,'wc_admin_daily_wrapper','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11916,'woocommerce_cleanup_personal_data','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11917,'woocommerce_expired_transient_files_cleanup','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777079752;}',12,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11919,'generate_category_lookup_table_wrapper','complete','2026-04-24 01:16:02','2026-04-24 03:16:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776993362;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776993362;}',11,1,'2026-04-24 01:17:03','2026-04-24 03:17:03',347665,NULL), +(11920,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11921,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 03:08:26','2026-04-24 05:08:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777000106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777000106;}',11,1,'2026-04-24 03:23:36','2026-04-24 05:23:36',347673,NULL), +(11922,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 04:23:36','2026-04-24 06:23:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777004616;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777004616;}',11,1,'2026-04-24 04:31:27','2026-04-24 06:31:27',347683,NULL), +(11923,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 05:31:27','2026-04-24 07:31:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777008687;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777008687;}',11,1,'2026-04-24 05:31:34','2026-04-24 07:31:34',347689,NULL), +(11924,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 06:31:34','2026-04-24 08:31:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777012294;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777012294;}',11,1,'2026-04-24 06:40:40','2026-04-24 08:40:40',347694,NULL), +(11925,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 07:40:40','2026-04-24 09:40:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777016440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777016440;}',11,1,'2026-04-24 07:43:53','2026-04-24 09:43:53',347703,NULL), +(11926,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 08:43:53','2026-04-24 10:43:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777020233;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777020233;}',11,1,'2026-04-24 08:51:26','2026-04-24 10:51:26',347717,NULL), +(11927,'woocommerce_refresh_order_count_cache','complete','2026-04-24 20:15:46','2026-04-24 22:15:46',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777061746;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777061746;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-24 20:18:27','2026-04-24 22:18:27',347943,NULL), +(11928,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 09:51:26','2026-04-24 11:51:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777024286;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777024286;}',11,1,'2026-04-24 09:56:27','2026-04-24 11:56:27',347721,NULL), +(11929,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 10:56:27','2026-04-24 12:56:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777028187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777028187;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11930,'woocommerce_scheduled_sales','complete','2026-04-25 10:59:39','2026-04-25 12:59:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777114779;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777114779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 11:10:17','2026-04-25 13:10:17',348133,NULL), +(11931,'woocommerce_cleanup_logs','complete','2026-04-25 10:59:39','2026-04-25 12:59:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777114779;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777114779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 11:10:17','2026-04-25 13:10:17',348133,NULL), +(11932,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-25 10:59:39','2026-04-25 12:59:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777114779;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777114779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 11:10:17','2026-04-25 13:10:17',348133,NULL), +(11933,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 11:59:39','2026-04-24 13:59:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777031979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777031979;}',11,1,'2026-04-24 12:00:47','2026-04-24 14:00:47',347738,NULL), +(11934,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 13:00:47','2026-04-24 15:00:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035647;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035647;}',11,1,'2026-04-24 13:01:31','2026-04-24 15:01:31',347773,NULL), +(11935,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:49:34','2026-04-24 14:49:34',10,'[263,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777034974;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777034974;}',3,1,'2026-04-24 12:50:23','2026-04-24 14:50:23',347754,NULL), +(11936,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:50:10','2026-04-24 14:50:10',10,'[240,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035010;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035010;}',3,1,'2026-04-24 12:50:23','2026-04-24 14:50:23',347754,NULL), +(11937,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:50:48','2026-04-24 14:50:48',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035048;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035048;}',3,1,'2026-04-24 12:51:33','2026-04-24 14:51:33',347757,NULL), +(11938,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:51:24','2026-04-24 14:51:24',10,'[1560,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035084;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035084;}',3,1,'2026-04-24 12:51:33','2026-04-24 14:51:33',347757,NULL), +(11939,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:51:41','2026-04-24 14:51:41',10,'[1555,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035101;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035101;}',3,1,'2026-04-24 12:52:31','2026-04-24 14:52:31',347760,NULL), +(11940,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:56:12','2026-04-24 14:56:12',10,'[1535,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035372;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035372;}',3,1,'2026-04-24 12:56:33','2026-04-24 14:56:33',347765,NULL), +(11941,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:57:35','2026-04-24 14:57:35',10,'[1491,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035455;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035455;}',3,1,'2026-04-24 12:58:09','2026-04-24 14:58:09',347768,NULL), +(11942,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 14:01:31','2026-04-24 16:01:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777039291;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777039291;}',11,1,'2026-04-24 14:02:01','2026-04-24 16:02:01',347817,NULL), +(11943,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:02:16','2026-04-24 15:02:16',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035736;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035736;}',3,1,'2026-04-24 13:02:28','2026-04-24 15:02:28',347776,NULL), +(11944,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:12','2026-04-24 15:08:12',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036092;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036092;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11945,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:20','2026-04-24 15:08:20',10,'[1468,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036100;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036100;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11946,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1469,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11947,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1470,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11948,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1471,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11949,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1472,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11950,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1473,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11951,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1474,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11952,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1475,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11953,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1467,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11954,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:28','2026-04-24 15:08:28',10,'[1704,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036108;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036108;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11955,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1705,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11956,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1706,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11957,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1707,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11958,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1708,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11959,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1709,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11960,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1710,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11961,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1711,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11962,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1712,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11963,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1713,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11964,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1714,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11965,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1715,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11966,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1716,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11967,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1717,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11968,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1718,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11969,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1719,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347784,NULL), +(11970,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1720,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347784,NULL), +(11971,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:09:08','2026-04-24 15:09:08',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036148;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036148;}',3,1,'2026-04-24 13:09:34','2026-04-24 15:09:34',347786,NULL), +(11972,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:10:16','2026-04-24 15:10:16',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036216;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036216;}',3,1,'2026-04-24 13:10:32','2026-04-24 15:10:32',347788,NULL), +(11973,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:11:21','2026-04-24 15:11:21',10,'[1449,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036281;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036281;}',3,1,'2026-04-24 13:11:26','2026-04-24 15:11:26',347790,NULL), +(11974,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:11:27','2026-04-24 15:11:27',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036287;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036287;}',3,1,'2026-04-24 13:12:18','2026-04-24 15:12:18',347792,NULL), +(11975,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:16:02','2026-04-24 15:16:02',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036562;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036562;}',3,1,'2026-04-24 13:16:28','2026-04-24 15:16:28',347798,NULL), +(11976,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:49','2026-04-24 15:18:49',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036729;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036729;}',3,1,'2026-04-24 13:18:49','2026-04-24 15:18:49',347802,NULL), +(11977,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1722,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11978,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1723,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11979,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1724,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11980,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1725,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11981,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1726,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11982,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1727,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11983,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:19:00','2026-04-24 15:19:00',10,'[1728,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036740;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036740;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11984,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:19:00','2026-04-24 15:19:00',10,'[1729,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036740;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036740;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11985,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:19:00','2026-04-24 15:19:00',10,'[1730,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036740;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036740;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11986,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:20:34','2026-04-24 15:20:34',10,'[1731,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036834;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036834;}',3,1,'2026-04-24 13:21:08','2026-04-24 15:21:08',347807,NULL), +(11987,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:20:51','2026-04-24 15:20:51',10,'[1732,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036851;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036851;}',3,1,'2026-04-24 13:21:08','2026-04-24 15:21:08',347807,NULL), +(11988,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:17','2026-04-24 15:21:17',10,'[1722,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036877;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036877;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11989,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1723,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11990,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1724,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11991,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1725,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11992,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1726,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11993,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1727,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11994,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1728,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11995,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1729,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11996,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1730,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11997,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1731,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11998,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1732,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11999,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:22:01','2026-04-24 15:22:01',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036921;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036921;}',3,1,'2026-04-24 13:42:41','2026-04-24 15:42:41',347811,NULL), +(12000,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 15:02:00','2026-04-24 17:02:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777042920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777042920;}',11,1,'2026-04-24 15:05:03','2026-04-24 17:05:03',347830,NULL), +(12001,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 16:05:03','2026-04-24 18:05:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777046703;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777046703;}',11,1,'2026-04-24 16:18:47','2026-04-24 18:18:47',347847,NULL), +(12002,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 17:18:47','2026-04-24 19:18:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777051127;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777051127;}',11,1,'2026-04-24 17:41:12','2026-04-24 19:41:12',347863,NULL), +(12003,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 18:41:12','2026-04-24 20:41:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777056072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777056072;}',11,1,'2026-04-24 18:41:14','2026-04-24 20:41:14',347936,NULL), +(12004,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:15:06','2026-04-24 20:15:06',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054506;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054506;}',3,1,'2026-04-24 18:15:17','2026-04-24 20:15:17',347873,NULL), +(12005,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:16:03','2026-04-24 20:16:03',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054563;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054563;}',3,1,'2026-04-24 18:16:20','2026-04-24 20:16:20',347876,NULL), +(12006,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:16:25','2026-04-24 20:16:25',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054585;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054585;}',3,1,'2026-04-24 18:16:25','2026-04-24 20:16:25',347878,NULL), +(12007,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:17:55','2026-04-24 20:17:55',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054675;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054675;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12008,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[958,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12009,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[959,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12010,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[960,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12011,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[961,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12012,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[954,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12013,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[955,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12014,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[956,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12015,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[957,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12016,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[953,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12017,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1734,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12018,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1735,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12019,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1736,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12020,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1737,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12021,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1738,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12022,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1739,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12023,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1740,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12024,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1741,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12025,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1742,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12026,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1743,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12027,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1744,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12028,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1745,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12029,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1746,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12030,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1747,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12031,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1748,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12032,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1749,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347883,NULL), +(12033,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1750,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347883,NULL), +(12034,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:58','2026-04-24 20:18:58',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054738;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054738;}',3,1,'2026-04-24 18:19:33','2026-04-24 20:19:33',347886,NULL), +(12035,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:44','2026-04-24 20:19:44',10,'[1732,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054784;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054784;}',3,1,'2026-04-24 18:20:33','2026-04-24 20:20:33',347889,NULL), +(12036,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1731,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12037,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1730,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12038,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1729,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12039,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1728,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12040,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1727,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12041,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1726,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12042,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1725,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12043,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1724,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12044,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1723,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12045,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1722,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12046,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[951,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12047,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[950,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12048,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[949,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12049,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[948,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12050,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[947,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12051,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[946,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12052,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[945,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12053,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[944,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12054,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:46','2026-04-24 20:19:46',10,'[941,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054786;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054786;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12055,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1751,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12056,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1752,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12057,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1753,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12058,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1754,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12059,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1755,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12060,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1756,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12061,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1757,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12062,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1758,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12063,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1759,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12064,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1760,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12065,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1761,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12066,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1762,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12067,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1763,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12068,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1764,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12069,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1765,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12070,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12071,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1767,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12072,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:16','2026-04-24 20:20:16',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054816;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054816;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12073,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:54','2026-04-24 20:20:54',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054854;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054854;}',3,1,'2026-04-24 18:21:35','2026-04-24 20:21:35',347893,NULL), +(12074,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:23:01','2026-04-24 20:23:01',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054981;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054981;}',3,1,'2026-04-24 18:23:28','2026-04-24 20:23:28',347897,NULL), +(12075,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:42','2026-04-24 20:24:42',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055082;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055082;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12076,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:49','2026-04-24 20:24:49',10,'[528,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055089;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055089;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12077,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:49','2026-04-24 20:24:49',10,'[103,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055089;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055089;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12078,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:49','2026-04-24 20:24:49',10,'[104,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055089;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055089;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12079,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[105,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12080,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[106,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12081,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[107,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12082,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[108,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12083,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[109,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12084,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[102,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12085,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1770,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12086,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1771,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12087,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1772,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12088,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1773,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12089,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1774,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12090,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1775,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12091,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1776,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12092,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1777,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12093,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1778,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12094,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1779,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12095,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1780,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12096,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1781,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12097,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1782,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12098,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1783,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12099,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1784,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12100,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1785,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12101,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1786,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12102,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:25:15','2026-04-24 20:25:15',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055115;}',3,1,'2026-04-24 18:25:27','2026-04-24 20:25:27',347906,NULL), +(12103,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:26:34','2026-04-24 20:26:34',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055194;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055194;}',3,1,'2026-04-24 18:27:02','2026-04-24 20:27:02',347909,NULL), +(12104,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:15','2026-04-24 20:28:15',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055295;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055295;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12105,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[529,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12106,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[119,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12107,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[120,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12108,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[114,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12109,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[115,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12110,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[116,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12111,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[117,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12112,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[118,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12113,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[113,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12114,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1788,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12115,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1789,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12116,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1790,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12117,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1791,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12118,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1792,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12119,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1793,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12120,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1794,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12121,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1795,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12122,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1796,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12123,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1797,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12124,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1798,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12125,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1799,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12126,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1800,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12127,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1801,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12128,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1802,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12129,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:31','2026-04-24 20:28:31',10,'[1803,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055311;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055311;}',3,1,'2026-04-24 18:29:07','2026-04-24 20:29:07',347914,NULL), +(12130,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:31','2026-04-24 20:28:31',10,'[1804,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055311;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055311;}',3,1,'2026-04-24 18:29:07','2026-04-24 20:29:07',347914,NULL), +(12131,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:49','2026-04-24 20:28:49',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055329;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055329;}',3,1,'2026-04-24 18:29:07','2026-04-24 20:29:07',347914,NULL), +(12132,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:29:33','2026-04-24 20:29:33',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055373;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055373;}',3,1,'2026-04-24 18:30:17','2026-04-24 20:30:17',347917,NULL), +(12133,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:30:31','2026-04-24 20:30:31',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055431;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055431;}',3,1,'2026-04-24 18:31:18','2026-04-24 20:31:18',347920,NULL), +(12134,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:34:18','2026-04-24 20:34:18',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055658;}',3,1,'2026-04-24 18:34:34','2026-04-24 20:34:34',347925,NULL), +(12135,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:39:11','2026-04-24 20:39:11',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055951;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055951;}',3,1,'2026-04-24 18:39:28','2026-04-24 20:39:28',347932,NULL), +(12136,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:40:11','2026-04-24 20:40:11',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777056011;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777056011;}',3,1,'2026-04-24 18:40:27','2026-04-24 20:40:27',347934,NULL), +(12137,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 19:41:14','2026-04-24 21:41:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777059674;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777059674;}',11,1,'2026-04-24 20:04:48','2026-04-24 22:04:48',347941,NULL), +(12138,'fetch_patterns','complete','2026-04-25 20:04:48','2026-04-25 22:04:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777147488;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777147488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 20:07:55','2026-04-25 22:07:55',348185,NULL), +(12139,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 21:04:48','2026-04-24 23:04:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777064688;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777064688;}',11,1,'2026-04-24 21:24:43','2026-04-24 23:24:43',347956,NULL), +(12140,'woocommerce_refresh_order_count_cache','complete','2026-04-25 08:18:27','2026-04-25 10:18:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777105107;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777105107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-25 08:22:59','2026-04-25 10:22:59',348111,NULL), +(12141,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 22:24:43','2026-04-25 00:24:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777069483;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777069483;}',11,1,'2026-04-24 22:25:40','2026-04-25 00:25:40',347981,NULL), +(12142,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 23:25:40','2026-04-25 01:25:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777073140;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777073140;}',11,1,'2026-04-25 00:38:29','2026-04-25 02:38:29',347989,NULL), +(12143,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 01:38:29','2026-04-25 03:38:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777081109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777081109;}',11,1,'2026-04-25 02:35:01','2026-04-25 04:35:01',348001,NULL), +(12144,'wp_mail_smtp_admin_notifications_update','complete','2026-04-26 01:21:15','2026-04-26 03:21:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166475;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166475;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12145,'wc_admin_daily_wrapper','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12146,'woocommerce_cleanup_personal_data','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12147,'woocommerce_expired_transient_files_cleanup','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777166476;}',12,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12149,'generate_category_lookup_table_wrapper','complete','2026-04-25 01:21:26','2026-04-25 03:21:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777080086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777080086;}',11,1,'2026-04-25 01:25:47','2026-04-25 03:25:47',347998,NULL), +(12150,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12151,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 03:35:01','2026-04-25 05:35:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777088101;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777088101;}',11,1,'2026-04-25 03:46:03','2026-04-25 05:46:03',348007,NULL), +(12152,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 04:46:03','2026-04-25 06:46:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777092363;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777092363;}',11,1,'2026-04-25 04:48:51','2026-04-25 06:48:51',348018,NULL), +(12153,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 05:48:51','2026-04-25 07:48:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777096131;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777096131;}',11,1,'2026-04-25 05:57:30','2026-04-25 07:57:30',348022,NULL), +(12154,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 06:57:30','2026-04-25 08:57:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777100250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777100250;}',11,1,'2026-04-25 07:02:03','2026-04-25 09:02:03',348105,NULL), +(12155,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:16:04','2026-04-25 08:16:04',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097764;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097764;}',3,1,'2026-04-25 06:16:31','2026-04-25 08:16:31',348034,NULL), +(12156,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:16:34','2026-04-25 08:16:34',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097794;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097794;}',3,1,'2026-04-25 06:16:52','2026-04-25 08:16:52',348036,NULL), +(12157,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:16:56','2026-04-25 08:16:56',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097816;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097816;}',3,1,'2026-04-25 06:16:57','2026-04-25 08:16:57',348038,NULL), +(12158,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:01','2026-04-25 08:17:01',10,'[1807,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097821;}',3,1,'2026-04-25 06:17:02','2026-04-25 08:17:02',348040,NULL), +(12159,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:01','2026-04-25 08:17:01',10,'[1808,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097821;}',3,1,'2026-04-25 06:17:02','2026-04-25 08:17:02',348040,NULL), +(12160,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:01','2026-04-25 08:17:01',10,'[393,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097821;}',3,1,'2026-04-25 06:17:02','2026-04-25 08:17:02',348040,NULL), +(12161,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:54','2026-04-25 08:17:54',10,'[1807,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097874;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097874;}',3,1,'2026-04-25 06:17:54','2026-04-25 08:17:54',348043,NULL), +(12162,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:55','2026-04-25 08:17:55',10,'[1808,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097875;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097875;}',3,1,'2026-04-25 06:17:59','2026-04-25 08:17:59',348045,NULL), +(12163,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:18:14','2026-04-25 08:18:14',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097894;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097894;}',3,1,'2026-04-25 06:18:31','2026-04-25 08:18:31',348047,NULL), +(12164,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:24:10','2026-04-25 08:24:10',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098250;}',3,1,'2026-04-25 06:24:31','2026-04-25 08:24:31',348054,NULL), +(12165,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:24:29','2026-04-25 08:24:29',10,'[1516,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098269;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098269;}',3,1,'2026-04-25 06:24:31','2026-04-25 08:24:31',348054,NULL), +(12166,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:25:16','2026-04-25 08:25:16',10,'[1406,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098316;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098316;}',3,1,'2026-04-25 06:25:30','2026-04-25 08:25:30',348056,NULL), +(12167,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:25:47','2026-04-25 08:25:47',10,'[1401,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098347;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098347;}',3,1,'2026-04-25 06:26:13','2026-04-25 08:26:13',348058,NULL), +(12168,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:28:42','2026-04-25 08:28:42',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098522;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098522;}',3,1,'2026-04-25 06:29:27','2026-04-25 08:29:27',348063,NULL), +(12169,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:30:58','2026-04-25 08:30:58',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098658;}',3,1,'2026-04-25 06:31:31','2026-04-25 08:31:31',348066,NULL), +(12170,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:31:44','2026-04-25 08:31:44',10,'[982,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098704;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098704;}',3,1,'2026-04-25 06:31:59','2026-04-25 08:31:59',348068,NULL), +(12171,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:32:47','2026-04-25 08:32:47',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098767;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098767;}',3,1,'2026-04-25 06:33:02','2026-04-25 08:33:02',348071,NULL), +(12172,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:18','2026-04-25 08:33:18',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098798;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098798;}',3,1,'2026-04-25 06:33:26','2026-04-25 08:33:26',348073,NULL), +(12173,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:34','2026-04-25 08:33:34',10,'[555,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098814;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12174,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:34','2026-04-25 08:33:34',10,'[556,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098814;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12175,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:34','2026-04-25 08:33:34',10,'[554,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098814;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12176,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:41','2026-04-25 08:33:41',10,'[552,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098821;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12177,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:41','2026-04-25 08:33:41',10,'[553,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098821;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12178,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:41','2026-04-25 08:33:41',10,'[545,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098821;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12179,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:49','2026-04-25 08:33:49',10,'[496,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098829;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098829;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12180,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:34:11','2026-04-25 08:34:11',10,'[447,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098851;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098851;}',3,1,'2026-04-25 06:34:35','2026-04-25 08:34:35',348077,NULL), +(12181,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:34:21','2026-04-25 08:34:21',10,'[435,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098861;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098861;}',3,1,'2026-04-25 06:34:35','2026-04-25 08:34:35',348077,NULL), +(12182,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:36:09','2026-04-25 08:36:09',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098969;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098969;}',3,1,'2026-04-25 06:36:26','2026-04-25 08:36:26',348080,NULL), +(12183,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:37:00','2026-04-25 08:37:00',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099020;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099020;}',3,1,'2026-04-25 06:37:07','2026-04-25 08:37:07',348082,NULL), +(12184,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:37:37','2026-04-25 08:37:37',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099057;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099057;}',3,1,'2026-04-25 06:38:11','2026-04-25 08:38:11',348085,NULL), +(12185,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:08','2026-04-25 08:39:08',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099148;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099148;}',3,1,'2026-04-25 06:39:12','2026-04-25 08:39:12',348088,NULL), +(12186,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:33','2026-04-25 08:39:33',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099173;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099173;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12187,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[645,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12188,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[646,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12189,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[647,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12190,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[288,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12191,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[641,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12192,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[642,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12193,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[643,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12194,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[285,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12195,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:02','2026-04-25 08:42:02',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099322;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099322;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12196,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[569,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12197,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[570,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12198,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[571,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12199,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[213,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12200,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:28','2026-04-25 08:42:28',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099348;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099348;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12201,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[565,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12202,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[566,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12203,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[567,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12204,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[183,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12205,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:49','2026-04-25 08:42:49',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099369;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099369;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12206,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:43:09','2026-04-25 08:43:09',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099389;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099389;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12207,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:43:28','2026-04-25 08:43:28',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099408;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099408;}',3,1,'2026-04-25 06:43:28','2026-04-25 08:43:28',348100,NULL), +(12208,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:43:59','2026-04-25 08:43:59',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099439;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099439;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12209,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1788,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12210,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1789,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12211,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1790,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12212,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1791,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12213,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1792,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12214,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1793,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12215,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1794,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12216,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1795,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12217,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1796,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12218,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1797,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12219,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1798,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12220,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1799,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12221,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1800,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12222,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1801,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12223,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1802,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12224,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1803,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12225,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1804,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12226,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[113,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12227,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 08:02:03','2026-04-25 10:02:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777104123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777104123;}',11,1,'2026-04-25 08:22:59','2026-04-25 10:22:59',348111,NULL), +(12228,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 09:22:59','2026-04-25 11:22:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777108979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777108979;}',11,1,'2026-04-25 09:30:55','2026-04-25 11:30:55',348125,NULL), +(12229,'woocommerce_refresh_order_count_cache','complete','2026-04-25 20:22:59','2026-04-25 22:22:59',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777148579;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777148579;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-25 20:23:32','2026-04-25 22:23:32',348188,NULL), +(12230,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 10:30:55','2026-04-25 12:30:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777113055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777113055;}',11,1,'2026-04-25 10:46:09','2026-04-25 12:46:09',348130,NULL), +(12231,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 11:46:09','2026-04-25 13:46:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777117569;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777117569;}',11,1,'2026-04-25 11:48:38','2026-04-25 13:48:38',348136,NULL), +(12232,'woocommerce_scheduled_sales','complete','2026-04-26 11:10:17','2026-04-26 13:10:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777201817;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777201817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 11:38:31','2026-04-26 13:38:31',348279,NULL), +(12233,'woocommerce_cleanup_logs','complete','2026-04-26 11:10:17','2026-04-26 13:10:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777201817;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777201817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 11:38:31','2026-04-26 13:38:31',348279,NULL), +(12234,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-26 11:10:17','2026-04-26 13:10:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777201817;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777201817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 11:38:31','2026-04-26 13:38:31',348279,NULL), +(12235,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 12:48:38','2026-04-25 14:48:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777121318;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777121318;}',11,1,'2026-04-25 12:56:58','2026-04-25 14:56:58',348145,NULL), +(12236,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 13:56:58','2026-04-25 15:56:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777125418;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777125418;}',11,1,'2026-04-25 14:00:10','2026-04-25 16:00:10',348157,NULL), +(12237,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 15:00:10','2026-04-25 17:00:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777129210;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777129210;}',11,1,'2026-04-25 15:24:52','2026-04-25 17:24:52',348163,NULL), +(12238,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 16:24:52','2026-04-25 18:24:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777134292;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777134292;}',11,1,'2026-04-25 16:26:23','2026-04-25 18:26:23',348169,NULL), +(12239,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 17:26:23','2026-04-25 19:26:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777137983;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777137983;}',11,1,'2026-04-25 17:33:33','2026-04-25 19:33:33',348173,NULL), +(12240,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 18:33:33','2026-04-25 20:33:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777142013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777142013;}',11,1,'2026-04-25 18:53:08','2026-04-25 20:53:08',348179,NULL), +(12241,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 19:53:08','2026-04-25 21:53:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777146788;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777146788;}',11,1,'2026-04-25 20:07:55','2026-04-25 22:07:55',348185,NULL), +(12242,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 21:07:55','2026-04-25 23:07:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777151275;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777151275;}',11,1,'2026-04-25 21:59:50','2026-04-25 23:59:50',348193,NULL), +(12243,'fetch_patterns','complete','2026-04-26 20:07:55','2026-04-26 22:07:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777234075;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777234075;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 20:12:18','2026-04-26 22:12:18',348435,NULL), +(12244,'woocommerce_refresh_order_count_cache','complete','2026-04-26 08:23:32','2026-04-26 10:23:32',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777191812;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777191812;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-26 08:51:17','2026-04-26 10:51:17',348259,NULL), +(12245,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 22:59:50','2026-04-26 00:59:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777157990;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777157990;}',11,1,'2026-04-25 23:02:03','2026-04-26 01:02:03',348202,NULL), +(12246,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 00:02:03','2026-04-26 02:02:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777161723;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777161723;}',11,1,'2026-04-26 00:04:39','2026-04-26 02:04:39',348206,NULL), +(12247,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 01:04:39','2026-04-26 03:04:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777165479;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777165479;}',11,1,'2026-04-26 01:08:13','2026-04-26 03:08:13',348210,NULL), +(12248,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 02:08:12','2026-04-26 04:08:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777169292;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777169292;}',11,1,'2026-04-26 02:36:25','2026-04-26 04:36:25',348217,NULL), +(12249,'wp_mail_smtp_admin_notifications_update','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-27 01:32:23','2026-04-27 03:32:23',348473,NULL), +(12250,'wc_admin_daily_wrapper','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12251,'woocommerce_cleanup_personal_data','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12252,'woocommerce_expired_transient_files_cleanup','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777253398;}',12,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12254,'generate_category_lookup_table_wrapper','complete','2026-04-26 01:30:08','2026-04-26 03:30:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777167008;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777167008;}',11,1,'2026-04-26 01:53:02','2026-04-26 03:53:02',348214,NULL), +(12255,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12256,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 03:36:25','2026-04-26 05:36:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777174585;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777174585;}',11,1,'2026-04-26 04:18:27','2026-04-26 06:18:27',348224,NULL), +(12257,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 05:18:27','2026-04-26 07:18:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777180707;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777180707;}',11,1,'2026-04-26 05:20:28','2026-04-26 07:20:28',348229,NULL), +(12258,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 06:20:28','2026-04-26 08:20:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777184428;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777184428;}',11,1,'2026-04-26 06:22:26','2026-04-26 08:22:26',348245,NULL), +(12259,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 07:22:26','2026-04-26 09:22:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777188146;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777188146;}',11,1,'2026-04-26 07:22:41','2026-04-26 09:22:41',348250,NULL), +(12260,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 08:22:41','2026-04-26 10:22:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777191761;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777191761;}',11,1,'2026-04-26 08:51:17','2026-04-26 10:51:17',348259,NULL), +(12261,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 09:51:17','2026-04-26 11:51:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777197077;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777197077;}',11,1,'2026-04-26 09:59:15','2026-04-26 11:59:15',348267,NULL), +(12262,'woocommerce_refresh_order_count_cache','complete','2026-04-26 20:51:17','2026-04-26 22:51:17',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777236677;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777236677;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-26 21:11:13','2026-04-26 23:11:13',348441,NULL), +(12263,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 10:59:15','2026-04-26 12:59:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777201155;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777201155;}',11,1,'2026-04-26 10:59:25','2026-04-26 12:59:25',348277,NULL), +(12264,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 11:59:25','2026-04-26 13:59:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777204765;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777204765;}',11,1,'2026-04-26 12:49:11','2026-04-26 14:49:11',348285,NULL), +(12265,'woocommerce_scheduled_sales','complete','2026-04-27 11:38:31','2026-04-27 13:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777289911;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777289911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 11:38:33','2026-04-27 13:38:33',348656,NULL), +(12266,'woocommerce_cleanup_logs','complete','2026-04-27 11:38:31','2026-04-27 13:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777289911;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777289911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 11:38:33','2026-04-27 13:38:33',348656,NULL), +(12267,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-27 11:38:31','2026-04-27 13:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777289911;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777289911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 11:38:33','2026-04-27 13:38:33',348656,NULL), +(12268,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 13:49:11','2026-04-26 15:49:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777211351;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777211351;}',11,1,'2026-04-26 13:49:31','2026-04-26 15:49:31',348315,NULL), +(12269,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:42:32','2026-04-26 15:42:32',10,'[1809,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777210952;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777210952;}',3,1,'2026-04-26 13:42:32','2026-04-26 15:42:32',348305,NULL), +(12270,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:42:32','2026-04-26 15:42:32',10,'[1810,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777210952;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777210952;}',3,1,'2026-04-26 13:42:32','2026-04-26 15:42:32',348305,NULL), +(12271,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:42:33','2026-04-26 15:42:33',10,'[1811,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777210953;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777210953;}',3,1,'2026-04-26 13:43:18','2026-04-26 15:43:18',348307,NULL), +(12272,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:45:32','2026-04-26 15:45:32',10,'[1809,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777211132;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777211132;}',3,1,'2026-04-26 13:47:31','2026-04-26 15:47:31',348312,NULL), +(12273,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 14:49:31','2026-04-26 16:49:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777214971;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777214971;}',11,1,'2026-04-26 14:49:32','2026-04-26 16:49:32',348346,NULL), +(12274,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 15:49:32','2026-04-26 17:49:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777218572;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777218572;}',11,1,'2026-04-26 15:54:46','2026-04-26 17:54:46',348389,NULL), +(12275,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 15:20:13','2026-04-26 17:20:13',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777216813;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777216813;}',3,1,'2026-04-26 15:20:34','2026-04-26 17:20:34',348370,NULL), +(12276,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 16:54:46','2026-04-26 18:54:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777222486;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777222486;}',11,1,'2026-04-26 17:10:39','2026-04-26 19:10:39',348416,NULL), +(12277,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 18:10:39','2026-04-26 20:10:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777227039;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777227039;}',11,1,'2026-04-26 18:30:06','2026-04-26 20:30:06',348425,NULL), +(12278,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 19:30:06','2026-04-26 21:30:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777231806;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777231806;}',11,1,'2026-04-26 19:55:47','2026-04-26 21:55:47',348432,NULL), +(12279,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 20:55:47','2026-04-26 22:55:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777236947;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777236947;}',11,1,'2026-04-26 21:11:13','2026-04-26 23:11:13',348441,NULL), +(12280,'fetch_patterns','complete','2026-04-27 20:12:18','2026-04-27 22:12:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777320738;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777320738;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 20:15:23','2026-04-27 22:15:23',348899,NULL), +(12281,'woocommerce_refresh_order_count_cache','complete','2026-04-27 09:11:13','2026-04-27 11:11:13',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777281073;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777281073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-27 09:11:28','2026-04-27 11:11:28',348579,NULL), +(12282,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 22:11:13','2026-04-27 00:11:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777241473;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777241473;}',11,1,'2026-04-26 22:14:06','2026-04-27 00:14:06',348445,NULL), +(12283,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 23:14:06','2026-04-27 01:14:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777245246;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777245246;}',11,1,'2026-04-26 23:20:44','2026-04-27 01:20:44',348459,NULL), +(12284,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 00:20:44','2026-04-27 02:20:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777249244;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777249244;}',11,1,'2026-04-27 00:20:46','2026-04-27 02:20:46',348467,NULL), +(12285,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 01:20:46','2026-04-27 03:20:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777252846;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777252846;}',11,1,'2026-04-27 01:24:52','2026-04-27 03:24:52',348470,NULL), +(12286,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 02:24:52','2026-04-27 04:24:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777256692;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777256692;}',11,1,'2026-04-27 04:01:05','2026-04-27 06:01:05',348482,NULL), +(12287,'wp_mail_smtp_admin_notifications_update','complete','2026-04-28 01:32:23','2026-04-28 03:32:23',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339943;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-28 01:35:51','2026-04-28 03:35:51',348941,NULL), +(12288,'wc_admin_daily_wrapper','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12289,'woocommerce_cleanup_personal_data','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12290,'woocommerce_expired_transient_files_cleanup','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777339944;}',12,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12292,'generate_category_lookup_table_wrapper','complete','2026-04-27 01:32:34','2026-04-27 03:32:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777253554;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777253554;}',11,1,'2026-04-27 01:35:29','2026-04-27 03:35:29',348475,NULL), +(12293,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12294,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 05:01:05','2026-04-27 07:01:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777266065;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777266065;}',11,1,'2026-04-27 05:10:56','2026-04-27 07:10:56',348491,NULL), +(12295,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 06:10:55','2026-04-27 08:10:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777270255;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777270255;}',11,1,'2026-04-27 06:11:26','2026-04-27 08:11:26',348500,NULL), +(12296,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 07:11:26','2026-04-27 09:11:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777273886;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777273886;}',11,1,'2026-04-27 07:14:04','2026-04-27 09:14:04',348508,NULL), +(12297,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 08:14:04','2026-04-27 10:14:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777277644;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777277644;}',11,1,'2026-04-27 08:14:34','2026-04-27 10:14:34',348535,NULL), +(12298,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 07:51:53','2026-04-27 09:51:53',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777276313;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777276313;}',3,1,'2026-04-27 07:52:43','2026-04-27 09:52:43',348515,NULL), +(12299,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 09:14:34','2026-04-27 11:14:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777281274;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777281274;}',11,1,'2026-04-27 09:14:35','2026-04-27 11:14:35',348582,NULL), +(12300,'woocommerce_refresh_order_count_cache','complete','2026-04-27 21:11:28','2026-04-27 23:11:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777324288;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777324288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-27 21:19:11','2026-04-27 23:19:11',348905,NULL), +(12301,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 10:14:35','2026-04-27 12:14:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777284875;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777284875;}',11,1,'2026-04-27 10:18:52','2026-04-27 12:18:52',348624,NULL), +(12302,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 11:18:52','2026-04-27 13:18:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777288732;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777288732;}',11,1,'2026-04-27 11:19:53','2026-04-27 13:19:53',348645,NULL), +(12303,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 11:15:16','2026-04-27 13:15:16',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777288516;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777288516;}',3,1,'2026-04-27 11:15:17','2026-04-27 13:15:17',348639,NULL), +(12304,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 12:19:53','2026-04-27 14:19:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777292393;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777292393;}',11,1,'2026-04-27 12:20:09','2026-04-27 14:20:09',348694,NULL), +(12305,'woocommerce_scheduled_sales','complete','2026-04-28 11:38:33','2026-04-28 13:38:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777376313;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777376313;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 11:40:08','2026-04-28 13:40:08',349203,NULL), +(12306,'woocommerce_cleanup_logs','complete','2026-04-28 11:38:33','2026-04-28 13:38:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777376313;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777376313;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 11:40:08','2026-04-28 13:40:08',349203,NULL), +(12307,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-28 11:38:33','2026-04-28 13:38:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777376313;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777376313;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 11:40:08','2026-04-28 13:40:08',349203,NULL), +(12308,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 11:41:26','2026-04-27 13:41:26',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777290086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777290086;}',3,1,'2026-04-27 11:41:26','2026-04-27 13:41:26',348660,NULL), +(12309,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 11:54:35','2026-04-27 13:54:35',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777290875;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777290875;}',3,1,'2026-04-27 11:55:28','2026-04-27 13:55:28',348673,NULL), +(12310,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 12:04:25','2026-04-27 14:04:25',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777291465;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777291465;}',3,1,'2026-04-27 12:04:26','2026-04-27 14:04:26',348680,NULL), +(12311,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 12:17:58','2026-04-27 14:17:58',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777292278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777292278;}',3,1,'2026-04-27 12:18:19','2026-04-27 14:18:19',348690,NULL), +(12312,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 13:20:09','2026-04-27 15:20:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296009;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296009;}',11,1,'2026-04-27 13:20:50','2026-04-27 15:20:50',348738,NULL), +(12313,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 12:53:52','2026-04-27 14:53:52',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777294432;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777294432;}',3,1,'2026-04-27 12:54:28','2026-04-27 14:54:28',348716,NULL), +(12314,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 14:20:50','2026-04-27 16:20:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777299650;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777299650;}',11,1,'2026-04-27 14:23:49','2026-04-27 16:23:49',348777,NULL), +(12315,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:27:07','2026-04-27 15:27:07',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296427;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296427;}',3,1,'2026-04-27 13:28:17','2026-04-27 15:28:17',348747,NULL), +(12316,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:50','2026-04-27 15:29:50',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296590;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296590;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12317,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:56','2026-04-27 15:29:56',10,'[1807,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296596;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296596;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12318,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:58','2026-04-27 15:29:58',10,'[1808,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296598;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296598;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12319,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:58','2026-04-27 15:29:58',10,'[393,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296598;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296598;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12320,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:00','2026-04-27 15:30:00',10,'[1843,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296600;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296600;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12321,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1844,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12322,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1845,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12323,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1846,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12324,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1847,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12325,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1843,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12326,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1844,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12327,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1845,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12328,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1846,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12329,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1847,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12330,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:29','2026-04-27 15:33:29',10,'[1844,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296809;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296809;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12331,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:32','2026-04-27 15:33:32',10,'[1845,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296812;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296812;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12332,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:34:00','2026-04-27 15:34:00',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296840;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296840;}',3,1,'2026-04-27 13:34:00','2026-04-27 15:34:00',348760,NULL), +(12333,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:34:42','2026-04-27 15:34:42',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296882;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296882;}',3,1,'2026-04-27 13:34:57','2026-04-27 15:34:57',348763,NULL), +(12334,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 15:23:49','2026-04-27 17:23:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777303429;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777303429;}',11,1,'2026-04-27 15:26:32','2026-04-27 17:26:32',348783,NULL), +(12335,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 16:26:32','2026-04-27 18:26:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777307192;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777307192;}',11,1,'2026-04-27 16:26:35','2026-04-27 18:26:35',348833,NULL), +(12336,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 15:58:45','2026-04-27 17:58:45',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777305525;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777305525;}',3,1,'2026-04-27 15:59:30','2026-04-27 17:59:30',348809,NULL), +(12337,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 16:04:55','2026-04-27 18:04:55',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777305895;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777305895;}',3,1,'2026-04-27 16:05:30','2026-04-27 18:05:30',348814,NULL), +(12338,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 17:26:35','2026-04-27 19:26:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777310795;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777310795;}',11,1,'2026-04-27 17:31:59','2026-04-27 19:31:59',348864,NULL), +(12339,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 16:43:03','2026-04-27 18:43:03',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777308183;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777308183;}',3,1,'2026-04-27 16:43:28','2026-04-27 18:43:28',348850,NULL), +(12340,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 18:31:59','2026-04-27 20:31:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777314719;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777314719;}',11,1,'2026-04-27 18:39:06','2026-04-27 20:39:06',348873,NULL), +(12341,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 19:39:06','2026-04-27 21:39:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777318746;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777318746;}',11,1,'2026-04-27 19:40:40','2026-04-27 21:40:40',348887,NULL), +(12342,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 20:40:40','2026-04-27 22:40:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777322440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777322440;}',11,1,'2026-04-27 21:19:11','2026-04-27 23:19:11',348905,NULL), +(12343,'fetch_patterns','complete','2026-04-28 20:15:23','2026-04-28 22:15:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777407323;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777407323;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 20:17:01','2026-04-28 22:17:01',349339,NULL), +(12344,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 22:19:11','2026-04-28 00:19:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777328351;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777328351;}',11,1,'2026-04-27 22:22:21','2026-04-28 00:22:21',348918,NULL), +(12345,'woocommerce_refresh_order_count_cache','complete','2026-04-28 09:19:11','2026-04-28 11:19:11',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777367951;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777367951;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-28 09:19:13','2026-04-28 11:19:13',349050,NULL), +(12346,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 23:22:21','2026-04-28 01:22:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777332141;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777332141;}',11,1,'2026-04-27 23:40:30','2026-04-28 01:40:30',348931,NULL), +(12347,'wc-admin_import_orders','complete','2026-04-27 23:02:09','2026-04-28 01:02:09',10,'[1857]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777330929;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777330929;}',4,1,'2026-04-27 23:03:47','2026-04-28 01:03:47',348928,NULL), +(12348,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 23:03:45','2026-04-28 01:03:45',10,'[1541,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777331025;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777331025;}',3,1,'2026-04-27 23:03:47','2026-04-28 01:03:47',348928,NULL), +(12349,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 00:40:30','2026-04-28 02:40:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777336830;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777336830;}',11,1,'2026-04-28 01:05:31','2026-04-28 03:05:31',348937,NULL), +(12350,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 02:05:31','2026-04-28 04:05:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777341931;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777341931;}',11,1,'2026-04-28 02:12:15','2026-04-28 04:12:15',348947,NULL), +(12351,'wp_mail_smtp_admin_notifications_update','complete','2026-04-29 01:35:51','2026-04-29 03:35:51',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426551;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-29 01:56:43','2026-04-29 03:56:43',349372,NULL), +(12352,'wc_admin_daily_wrapper','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 01:56:43','2026-04-29 03:56:43',349372,NULL), +(12353,'woocommerce_cleanup_personal_data','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 01:56:44','2026-04-29 03:56:44',349372,NULL), +(12354,'woocommerce_expired_transient_files_cleanup','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777426552;}',12,1,'2026-04-29 01:56:44','2026-04-29 03:56:44',349372,NULL), +(12356,'generate_category_lookup_table_wrapper','complete','2026-04-28 01:36:02','2026-04-28 03:36:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777340162;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777340162;}',11,1,'2026-04-28 01:45:58','2026-04-28 03:45:58',348943,NULL), +(12357,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-29 01:56:44','2026-04-29 03:56:44',349372,NULL), +(12358,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 03:12:15','2026-04-28 05:12:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777345935;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777345935;}',11,1,'2026-04-28 03:12:20','2026-04-28 05:12:20',348954,NULL), +(12359,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 04:12:20','2026-04-28 06:12:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777349540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777349540;}',11,1,'2026-04-28 04:16:03','2026-04-28 06:16:03',348960,NULL), +(12360,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 05:16:03','2026-04-28 07:16:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777353363;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777353363;}',11,1,'2026-04-28 05:34:11','2026-04-28 07:34:11',348966,NULL), +(12361,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 06:34:11','2026-04-28 08:34:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777358051;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777358051;}',11,1,'2026-04-28 06:41:55','2026-04-28 08:41:55',348975,NULL), +(12362,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 07:41:55','2026-04-28 09:41:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777362115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777362115;}',11,1,'2026-04-28 07:47:34','2026-04-28 09:47:34',348980,NULL), +(12363,'wp_mail_smtp_summary_report_email','complete','2026-05-05 07:30:15','2026-05-05 09:30:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777966215;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777966215;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-05-05 07:41:13','2026-05-05 09:41:13',350436,NULL), +(12364,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 08:47:34','2026-04-28 10:47:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777366054;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777366054;}',11,1,'2026-04-28 08:49:12','2026-04-28 10:49:12',349032,NULL), +(12365,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:19','2026-04-28 10:08:19',10,'[200,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363699;}',3,1,'2026-04-28 08:08:27','2026-04-28 10:08:27',348990,NULL), +(12366,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:22','2026-04-28 10:08:22',10,'[201,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363702;}',3,1,'2026-04-28 08:08:27','2026-04-28 10:08:27',348990,NULL), +(12367,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:22','2026-04-28 10:08:22',10,'[168,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363702;}',3,1,'2026-04-28 08:08:27','2026-04-28 10:08:27',348990,NULL), +(12368,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:37','2026-04-28 10:08:37',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363717;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363717;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12369,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1859,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12370,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1860,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12371,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1861,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12372,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1862,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12373,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1863,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12374,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1864,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12375,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1865,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12376,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1866,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12377,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1867,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12378,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1868,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12379,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1869,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12380,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1870,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12381,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1871,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12382,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1872,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12383,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1873,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12384,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1874,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12385,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1875,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12386,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:09:06','2026-04-28 10:09:06',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363746;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363746;}',3,1,'2026-04-28 08:09:08','2026-04-28 10:09:08',348994,NULL), +(12387,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:23:51','2026-04-28 10:23:51',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777364631;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777364631;}',3,1,'2026-04-28 08:24:09','2026-04-28 10:24:09',349008,NULL), +(12388,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:24:43','2026-04-28 10:24:43',10,'[1878,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777364683;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777364683;}',3,1,'2026-04-28 08:25:14','2026-04-28 10:25:14',349011,NULL), +(12389,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:40:28','2026-04-28 10:40:28',10,'[1878,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777365628;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777365628;}',3,1,'2026-04-28 08:41:18','2026-04-28 10:41:18',349026,NULL), +(12390,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:40:45','2026-04-28 10:40:45',10,'[1882,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777365645;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777365645;}',3,1,'2026-04-28 08:41:18','2026-04-28 10:41:18',349026,NULL), +(12391,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 09:49:12','2026-04-28 11:49:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369752;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369752;}',11,1,'2026-04-28 09:49:26','2026-04-28 11:49:26',349071,NULL), +(12392,'woocommerce_refresh_order_count_cache','complete','2026-04-28 21:19:13','2026-04-28 23:19:13',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777411153;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777411153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-28 21:21:26','2026-04-28 23:21:26',349351,NULL), +(12393,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:49:15','2026-04-28 11:49:15',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369755;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369755;}',3,1,'2026-04-28 09:49:26','2026-04-28 11:49:26',349071,NULL), +(12394,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 10:49:26','2026-04-28 12:49:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373366;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373366;}',11,1,'2026-04-28 10:49:26','2026-04-28 12:49:26',349143,NULL), +(12395,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:50:49','2026-04-28 11:50:49',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369849;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369849;}',3,1,'2026-04-28 09:51:08','2026-04-28 11:51:08',349074,NULL), +(12396,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:51:08','2026-04-28 11:51:08',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369868;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369868;}',3,1,'2026-04-28 09:51:08','2026-04-28 11:51:08',349075,NULL), +(12397,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:51:55','2026-04-28 11:51:55',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369915;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369915;}',3,1,'2026-04-28 09:52:08','2026-04-28 11:52:08',349078,NULL), +(12398,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1889,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12399,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1890,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12400,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1891,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12401,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1892,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12402,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1893,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12403,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1894,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12404,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1895,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12405,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1896,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12406,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1897,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12407,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1898,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12408,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1899,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12409,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1900,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12410,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1901,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12411,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1902,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12412,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1903,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12413,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1904,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12414,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1905,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12415,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1906,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12416,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1889,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12417,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:22:58','2026-04-28 12:22:58',10,'[1889,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777371778;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777371778;}',3,1,'2026-04-28 10:23:28','2026-04-28 12:23:28',349109,NULL), +(12418,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:40:05','2026-04-28 12:40:05',10,'[1889,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777372805;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777372805;}',3,1,'2026-04-28 10:40:26','2026-04-28 12:40:26',349127,NULL), +(12419,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:47:06','2026-04-28 12:47:06',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373226;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373226;}',3,1,'2026-04-28 10:47:11','2026-04-28 12:47:11',349135,NULL), +(12420,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:48:45','2026-04-28 12:48:45',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373325;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373325;}',3,1,'2026-04-28 10:49:20','2026-04-28 12:49:20',349139,NULL), +(12421,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:49:21','2026-04-28 12:49:21',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373361;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373361;}',3,1,'2026-04-28 10:49:25','2026-04-28 12:49:25',349141,NULL), +(12422,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 11:49:26','2026-04-28 13:49:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777376966;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777376966;}',11,1,'2026-04-28 11:49:41','2026-04-28 13:49:41',349208,NULL), +(12423,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:50:27','2026-04-28 12:50:27',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373427;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373427;}',3,1,'2026-04-28 10:51:32','2026-04-28 12:51:32',349146,NULL), +(12424,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:53:53','2026-04-28 12:53:53',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373633;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373633;}',3,1,'2026-04-28 10:54:26','2026-04-28 12:54:26',349151,NULL), +(12425,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:54:35','2026-04-28 12:54:35',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373675;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373675;}',3,1,'2026-04-28 10:54:42','2026-04-28 12:54:42',349153,NULL), +(12426,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:00:34','2026-04-28 13:00:34',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374034;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374034;}',3,1,'2026-04-28 11:01:16','2026-04-28 13:01:16',349161,NULL), +(12427,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:01:07','2026-04-28 13:01:07',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374067;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374067;}',3,1,'2026-04-28 11:01:16','2026-04-28 13:01:16',349161,NULL), +(12428,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:01:35','2026-04-28 13:01:35',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374095;}',3,1,'2026-04-28 11:02:18','2026-04-28 13:02:18',349164,NULL), +(12429,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:02:03','2026-04-28 13:02:03',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374123;}',3,1,'2026-04-28 11:02:19','2026-04-28 13:02:19',349164,NULL), +(12430,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:02:37','2026-04-28 13:02:37',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374157;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374157;}',3,1,'2026-04-28 11:03:27','2026-04-28 13:03:27',349167,NULL), +(12431,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1912,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12432,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1913,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12433,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1914,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12434,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1915,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12435,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:20:50','2026-04-28 13:20:50',10,'[1912,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375250;}',3,1,'2026-04-28 11:21:32','2026-04-28 13:21:32',349185,NULL), +(12436,'woocommerce_scheduled_sales','complete','2026-04-29 11:40:08','2026-04-29 13:40:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777462808;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777462808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 12:01:27','2026-04-29 14:01:27',349497,NULL), +(12437,'woocommerce_cleanup_logs','complete','2026-04-29 11:40:08','2026-04-29 13:40:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777462808;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777462808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 12:01:27','2026-04-29 14:01:27',349497,NULL), +(12438,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-29 11:40:08','2026-04-29 13:40:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777462808;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777462808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 12:01:27','2026-04-29 14:01:27',349497,NULL), +(12439,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 12:49:41','2026-04-28 14:49:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777380581;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777380581;}',11,1,'2026-04-28 12:50:34','2026-04-28 14:50:34',349233,NULL), +(12440,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 13:50:34','2026-04-28 15:50:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777384234;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777384234;}',11,1,'2026-04-28 13:55:40','2026-04-28 15:55:40',349257,NULL), +(12441,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 14:55:40','2026-04-28 16:55:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777388140;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777388140;}',11,1,'2026-04-28 15:00:46','2026-04-28 17:00:46',349268,NULL), +(12442,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 16:00:46','2026-04-28 18:00:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777392046;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777392046;}',11,1,'2026-04-28 16:08:44','2026-04-28 18:08:44',349285,NULL), +(12443,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 17:08:44','2026-04-28 19:08:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777396124;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777396124;}',11,1,'2026-04-28 17:08:44','2026-04-28 19:08:44',349306,NULL), +(12444,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 18:08:44','2026-04-28 20:08:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777399724;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777399724;}',11,1,'2026-04-28 18:15:05','2026-04-28 20:15:05',349324,NULL), +(12445,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 19:15:05','2026-04-28 21:15:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777403705;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777403705;}',11,1,'2026-04-28 19:21:24','2026-04-28 21:21:24',349331,NULL), +(12446,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 20:21:24','2026-04-28 22:21:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777407684;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777407684;}',11,1,'2026-04-28 20:38:30','2026-04-28 22:38:30',349341,NULL), +(12447,'fetch_patterns','complete','2026-04-29 20:17:01','2026-04-29 22:17:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777493821;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777493821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 20:53:52','2026-04-29 22:53:52',349593,NULL), +(12448,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 21:38:30','2026-04-28 23:38:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777412310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777412310;}',11,1,'2026-04-28 22:22:17','2026-04-29 00:22:17',349357,NULL), +(12449,'woocommerce_refresh_order_count_cache','complete','2026-04-29 09:21:26','2026-04-29 11:21:26',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777454486;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777454486;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-29 09:22:34','2026-04-29 11:22:34',349473,NULL), +(12450,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 23:22:17','2026-04-29 01:22:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777418537;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777418537;}',11,1,'2026-04-29 00:30:04','2026-04-29 02:30:04',349368,NULL), +(12451,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 01:30:04','2026-04-29 03:30:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777426204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777426204;}',11,1,'2026-04-29 01:56:43','2026-04-29 03:56:43',349372,NULL), +(12452,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 02:56:43','2026-04-29 04:56:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777431403;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777431403;}',11,1,'2026-04-29 03:07:45','2026-04-29 05:07:45',349388,NULL), +(12453,'wp_mail_smtp_admin_notifications_update','complete','2026-04-30 01:56:43','2026-04-30 03:56:43',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514203;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-30 02:13:02','2026-04-30 04:13:02',349623,NULL), +(12454,'wc_admin_daily_wrapper','complete','2026-04-30 01:56:43','2026-04-30 03:56:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514203;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12455,'woocommerce_cleanup_personal_data','complete','2026-04-30 01:56:44','2026-04-30 03:56:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514204;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12456,'woocommerce_expired_transient_files_cleanup','complete','2026-04-30 01:56:44','2026-04-30 03:56:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777514204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777514204;}',12,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12458,'generate_category_lookup_table_wrapper','complete','2026-04-29 01:56:54','2026-04-29 03:56:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777427814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777427814;}',11,1,'2026-04-29 01:58:05','2026-04-29 03:58:05',349374,NULL), +(12459,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-30 01:56:44','2026-04-30 03:56:44',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514204;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12460,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 04:07:45','2026-04-29 06:07:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777435665;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777435665;}',11,1,'2026-04-29 04:16:44','2026-04-29 06:16:44',349394,NULL), +(12461,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 05:16:44','2026-04-29 07:16:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777439804;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777439804;}',11,1,'2026-04-29 05:25:02','2026-04-29 07:25:02',349405,NULL), +(12462,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 06:25:02','2026-04-29 08:25:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777443902;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777443902;}',11,1,'2026-04-29 06:25:11','2026-04-29 08:25:11',349419,NULL), +(12463,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 07:25:11','2026-04-29 09:25:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777447511;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777447511;}',11,1,'2026-04-29 07:25:15','2026-04-29 09:25:15',349430,NULL), +(12464,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 08:25:15','2026-04-29 10:25:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777451115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777451115;}',11,1,'2026-04-29 08:40:25','2026-04-29 10:40:25',349438,NULL), +(12465,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 09:40:25','2026-04-29 11:40:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777455625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777455625;}',11,1,'2026-04-29 10:07:56','2026-04-29 12:07:56',349481,NULL), +(12466,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-29 09:02:07','2026-04-29 11:02:07',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777453327;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777453327;}',3,1,'2026-04-29 09:02:28','2026-04-29 11:02:28',349451,NULL), +(12467,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-29 09:02:33','2026-04-29 11:02:33',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777453353;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777453353;}',3,1,'2026-04-29 09:03:10','2026-04-29 11:03:10',349453,NULL), +(12468,'wc-admin_import_orders','complete','2026-04-29 09:18:32','2026-04-29 11:18:32',10,'[1857]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777454312;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777454312;}',4,1,'2026-04-29 09:19:43','2026-04-29 11:19:43',349470,NULL), +(12469,'woocommerce_refresh_order_count_cache','complete','2026-04-29 21:22:34','2026-04-29 23:22:34',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777497754;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777497754;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-29 21:51:21','2026-04-29 23:51:21',349598,NULL), +(12470,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 11:07:56','2026-04-29 13:07:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777460876;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777460876;}',11,1,'2026-04-29 11:11:17','2026-04-29 13:11:17',349491,NULL), +(12471,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 12:11:17','2026-04-29 14:11:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777464677;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777464677;}',11,1,'2026-04-29 12:25:16','2026-04-29 14:25:16',349501,NULL), +(12472,'woocommerce_scheduled_sales','complete','2026-04-30 12:01:27','2026-04-30 14:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777550487;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777550487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12473,'woocommerce_cleanup_logs','complete','2026-04-30 12:01:27','2026-04-30 14:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777550487;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777550487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12474,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-30 12:01:27','2026-04-30 14:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777550487;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777550487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12475,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 13:25:16','2026-04-29 15:25:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777469116;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777469116;}',11,1,'2026-04-29 13:43:38','2026-04-29 15:43:38',349511,NULL), +(12476,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 14:43:38','2026-04-29 16:43:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777473818;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777473818;}',11,1,'2026-04-29 14:50:13','2026-04-29 16:50:13',349520,NULL), +(12477,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 15:50:13','2026-04-29 17:50:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777477813;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777477813;}',11,1,'2026-04-29 15:57:18','2026-04-29 17:57:18',349548,NULL), +(12478,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 16:57:18','2026-04-29 18:57:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777481838;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777481838;}',11,1,'2026-04-29 16:57:41','2026-04-29 18:57:41',349556,NULL), +(12479,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 17:57:41','2026-04-29 19:57:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777485461;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777485461;}',11,1,'2026-04-29 18:03:16','2026-04-29 20:03:16',349565,NULL), +(12480,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 19:03:16','2026-04-29 21:03:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777489396;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777489396;}',11,1,'2026-04-29 19:21:12','2026-04-29 21:21:12',349586,NULL), +(12481,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 20:21:12','2026-04-29 22:21:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777494072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777494072;}',11,1,'2026-04-29 20:53:52','2026-04-29 22:53:52',349593,NULL), +(12482,'fetch_patterns','complete','2026-04-30 20:53:52','2026-04-30 22:53:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777582432;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777582432;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 21:17:52','2026-04-30 23:17:52',349767,NULL), +(12483,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 21:53:52','2026-04-29 23:53:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777499632;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777499632;}',11,1,'2026-04-29 21:57:14','2026-04-29 23:57:14',349600,NULL), +(12484,'woocommerce_refresh_order_count_cache','complete','2026-04-30 09:51:21','2026-04-30 11:51:21',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777542681;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777542681;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-30 09:51:52','2026-04-30 11:51:52',349690,NULL), +(12485,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 22:57:14','2026-04-30 00:57:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777503434;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777503434;}',11,1,'2026-04-29 23:02:46','2026-04-30 01:02:46',349605,NULL), +(12486,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 00:02:46','2026-04-30 02:02:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777507366;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777507366;}',11,1,'2026-04-30 00:03:28','2026-04-30 02:03:28',349611,NULL), +(12487,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 01:03:28','2026-04-30 03:03:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777511008;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777511008;}',11,1,'2026-04-30 01:35:39','2026-04-30 03:35:39',349621,NULL), +(12488,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 02:35:39','2026-04-30 04:35:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777516539;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777516539;}',11,1,'2026-04-30 03:08:49','2026-04-30 05:08:49',349625,NULL), +(12489,'wp_mail_smtp_admin_notifications_update','complete','2026-05-01 02:13:02','2026-05-01 04:13:02',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601582;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601582;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-01 02:26:58','2026-05-01 04:26:58',349788,NULL), +(12490,'wc_admin_daily_wrapper','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12491,'woocommerce_cleanup_personal_data','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12492,'woocommerce_expired_transient_files_cleanup','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777601583;}',12,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12494,'generate_category_lookup_table_wrapper','complete','2026-04-30 02:13:13','2026-04-30 04:13:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777515193;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777515193;}',11,1,'2026-04-30 03:08:49','2026-04-30 05:08:49',349625,NULL), +(12495,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12496,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 04:08:49','2026-04-30 06:08:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777522129;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777522129;}',11,1,'2026-04-30 04:14:32','2026-04-30 06:14:32',349631,NULL), +(12497,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 05:14:32','2026-04-30 07:14:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777526072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777526072;}',11,1,'2026-04-30 05:14:44','2026-04-30 07:14:44',349637,NULL), +(12498,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 06:14:44','2026-04-30 08:14:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777529684;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777529684;}',11,1,'2026-04-30 06:32:15','2026-04-30 08:32:15',349648,NULL), +(12499,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 07:32:15','2026-04-30 09:32:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777534335;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777534335;}',11,1,'2026-04-30 07:33:52','2026-04-30 09:33:52',349653,NULL), +(12500,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 08:33:52','2026-04-30 10:33:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777538032;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777538032;}',11,1,'2026-04-30 09:05:40','2026-04-30 11:05:40',349662,NULL), +(12501,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 10:05:40','2026-04-30 12:05:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777543540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777543540;}',11,1,'2026-04-30 10:06:33','2026-04-30 12:06:33',349692,NULL), +(12502,'woocommerce_refresh_order_count_cache','complete','2026-04-30 21:51:52','2026-04-30 23:51:52',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777585912;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777585912;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-30 21:58:28','2026-04-30 23:58:28',349771,NULL), +(12503,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 11:06:33','2026-04-30 13:06:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777547193;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777547193;}',11,1,'2026-04-30 11:26:19','2026-04-30 13:26:19',349704,NULL), +(12504,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 12:26:19','2026-04-30 14:26:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777551979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777551979;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12505,'woocommerce_scheduled_sales','complete','2026-05-01 12:47:45','2026-05-01 14:47:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777639665;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777639665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 13:19:15','2026-05-01 15:19:15',349857,NULL), +(12506,'woocommerce_cleanup_logs','complete','2026-05-01 12:47:45','2026-05-01 14:47:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777639665;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777639665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 13:19:15','2026-05-01 15:19:15',349857,NULL), +(12507,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-01 12:47:45','2026-05-01 14:47:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777639665;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777639665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 13:19:15','2026-05-01 15:19:15',349857,NULL), +(12508,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 13:47:45','2026-04-30 15:47:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777556865;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777556865;}',11,1,'2026-04-30 13:49:46','2026-04-30 15:49:46',349724,NULL), +(12509,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 14:49:46','2026-04-30 16:49:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777560586;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777560586;}',11,1,'2026-04-30 14:56:43','2026-04-30 16:56:43',349736,NULL), +(12510,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 15:56:42','2026-04-30 17:56:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777564602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777564602;}',11,1,'2026-04-30 16:17:45','2026-04-30 18:17:45',349742,NULL), +(12511,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 17:17:45','2026-04-30 19:17:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777569465;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777569465;}',11,1,'2026-04-30 17:29:32','2026-04-30 19:29:32',349749,NULL), +(12512,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 18:29:32','2026-04-30 20:29:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777573772;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777573772;}',11,1,'2026-04-30 19:44:47','2026-04-30 21:44:47',349756,NULL), +(12513,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 20:44:47','2026-04-30 22:44:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777581887;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777581887;}',11,1,'2026-04-30 21:17:52','2026-04-30 23:17:52',349767,NULL), +(12514,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 22:17:52','2026-05-01 00:17:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777587472;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777587472;}',11,1,'2026-04-30 22:21:05','2026-05-01 00:21:05',349774,NULL), +(12515,'fetch_patterns','complete','2026-05-01 21:17:52','2026-05-01 23:17:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777670272;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777670272;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 21:20:34','2026-05-01 23:20:34',349898,NULL), +(12516,'woocommerce_refresh_order_count_cache','complete','2026-05-01 09:58:28','2026-05-01 11:58:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777629508;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777629508;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-01 09:59:45','2026-05-01 11:59:45',349829,NULL), +(12517,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 23:21:05','2026-05-01 01:21:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777591265;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777591265;}',11,1,'2026-04-30 23:23:04','2026-05-01 01:23:04',349777,NULL), +(12518,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 00:23:04','2026-05-01 02:23:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777594984;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777594984;}',11,1,'2026-05-01 01:08:25','2026-05-01 03:08:25',349780,NULL), +(12519,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 02:08:25','2026-05-01 04:08:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777601305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777601305;}',11,1,'2026-05-01 02:08:41','2026-05-01 04:08:41',349786,NULL), +(12520,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 03:08:41','2026-05-01 05:08:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777604921;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777604921;}',11,1,'2026-05-01 03:16:02','2026-05-01 05:16:02',349793,NULL), +(12521,'wp_mail_smtp_admin_notifications_update','complete','2026-05-02 02:26:58','2026-05-02 04:26:58',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688818;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688818;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12522,'wc_admin_daily_wrapper','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688819;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12523,'woocommerce_cleanup_personal_data','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688819;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12524,'woocommerce_expired_transient_files_cleanup','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777688819;}',12,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12525,'woocommerce_cleanup_sessions','complete','2026-05-02 04:00:00','2026-05-02 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777694400;s:18:\"\0*\0first_timestamp\";i:1777694400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777694400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12526,'generate_category_lookup_table_wrapper','complete','2026-05-01 02:27:09','2026-05-01 04:27:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777602429;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777602429;}',11,1,'2026-05-01 02:47:51','2026-05-01 04:47:51',349790,NULL), +(12527,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688819;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12528,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 04:16:02','2026-05-01 06:16:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777608962;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777608962;}',11,1,'2026-05-01 04:19:03','2026-05-01 06:19:03',349797,NULL), +(12529,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 05:19:03','2026-05-01 07:19:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777612743;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777612743;}',11,1,'2026-05-01 05:22:06','2026-05-01 07:22:06',349800,NULL), +(12530,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 06:22:06','2026-05-01 08:22:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777616526;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777616526;}',11,1,'2026-05-01 06:29:41','2026-05-01 08:29:41',349812,NULL), +(12531,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 07:29:41','2026-05-01 09:29:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777620581;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777620581;}',11,1,'2026-05-01 07:58:17','2026-05-01 09:58:17',349818,NULL), +(12532,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 08:58:17','2026-05-01 10:58:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777625897;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777625897;}',11,1,'2026-05-01 09:06:01','2026-05-01 11:06:01',349824,NULL), +(12533,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 10:06:01','2026-05-01 12:06:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777629961;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777629961;}',11,1,'2026-05-01 10:07:21','2026-05-01 12:07:21',349836,NULL), +(12534,'woocommerce_refresh_order_count_cache','complete','2026-05-01 21:59:45','2026-05-01 23:59:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777672785;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777672785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-01 22:17:06','2026-05-02 00:17:06',349902,NULL), +(12535,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 11:07:21','2026-05-01 13:07:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777633641;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777633641;}',11,1,'2026-05-01 11:17:48','2026-05-01 13:17:48',349850,NULL), +(12536,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 12:17:48','2026-05-01 14:17:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777637868;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777637868;}',11,1,'2026-05-01 12:23:43','2026-05-01 14:23:43',349855,NULL), +(12537,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 13:23:43','2026-05-01 15:23:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777641823;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777641823;}',11,1,'2026-05-01 14:05:19','2026-05-01 16:05:19',349860,NULL), +(12538,'woocommerce_scheduled_sales','complete','2026-05-02 13:19:15','2026-05-02 15:19:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777727955;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777727955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12539,'woocommerce_cleanup_logs','complete','2026-05-02 13:19:15','2026-05-02 15:19:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777727955;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777727955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12540,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-02 13:19:15','2026-05-02 15:19:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777727955;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777727955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12541,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 15:05:19','2026-05-01 17:05:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777647919;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777647919;}',11,1,'2026-05-01 15:09:09','2026-05-01 17:09:09',349870,NULL), +(12542,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 16:09:09','2026-05-01 18:09:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777651749;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777651749;}',11,1,'2026-05-01 16:18:05','2026-05-01 18:18:05',349878,NULL), +(12543,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 17:18:05','2026-05-01 19:18:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777655885;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777655885;}',11,1,'2026-05-01 17:28:16','2026-05-01 19:28:16',349882,NULL), +(12544,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 18:28:16','2026-05-01 20:28:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777660096;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777660096;}',11,1,'2026-05-01 19:17:29','2026-05-01 21:17:29',349885,NULL), +(12545,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 20:17:29','2026-05-01 22:17:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777666649;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777666649;}',11,1,'2026-05-01 20:35:14','2026-05-01 22:35:14',349894,NULL), +(12546,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 21:35:14','2026-05-01 23:35:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777671314;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777671314;}',11,1,'2026-05-01 22:17:06','2026-05-02 00:17:06',349902,NULL), +(12547,'fetch_patterns','complete','2026-05-02 21:20:34','2026-05-02 23:20:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777756834;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777756834;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 21:41:23','2026-05-02 23:41:23',350041,NULL), +(12548,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 23:17:06','2026-05-02 01:17:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777677426;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777677426;}',11,1,'2026-05-01 23:26:34','2026-05-02 01:26:34',349911,NULL), +(12549,'woocommerce_refresh_order_count_cache','complete','2026-05-02 10:17:06','2026-05-02 12:17:06',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777717026;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777717026;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-02 10:20:15','2026-05-02 12:20:15',349958,NULL), +(12550,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 00:26:34','2026-05-02 02:26:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777681594;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777681594;}',11,1,'2026-05-02 00:51:44','2026-05-02 02:51:44',349915,NULL), +(12551,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 01:51:44','2026-05-02 03:51:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777686704;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777686704;}',11,1,'2026-05-02 04:06:08','2026-05-02 06:06:08',349919,NULL), +(12552,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 05:06:08','2026-05-02 07:06:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777698368;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777698368;}',11,1,'2026-05-02 05:43:57','2026-05-02 07:43:57',349926,NULL), +(12553,'wp_mail_smtp_admin_notifications_update','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12554,'wc_admin_daily_wrapper','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12555,'woocommerce_cleanup_personal_data','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12556,'woocommerce_expired_transient_files_cleanup','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777781169;}',12,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12558,'woocommerce_cleanup_sessions','complete','2026-05-03 04:00:00','2026-05-03 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777780800;s:18:\"\0*\0first_timestamp\";i:1777780800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777780800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-03 04:04:33','2026-05-03 06:04:33',350070,NULL), +(12559,'generate_category_lookup_table_wrapper','complete','2026-05-02 04:06:19','2026-05-02 06:06:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777694779;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777694779;}',11,1,'2026-05-02 04:18:43','2026-05-02 06:18:43',349921,NULL), +(12560,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12561,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 06:43:57','2026-05-02 08:43:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777704237;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777704237;}',11,1,'2026-05-02 07:02:07','2026-05-02 09:02:07',349932,NULL), +(12562,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 08:02:07','2026-05-02 10:02:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777708927;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777708927;}',11,1,'2026-05-02 08:04:08','2026-05-02 10:04:08',349936,NULL), +(12563,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 09:04:08','2026-05-02 11:04:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777712648;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777712648;}',11,1,'2026-05-02 09:17:09','2026-05-02 11:17:09',349947,NULL), +(12564,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 10:17:09','2026-05-02 12:17:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777717029;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777717029;}',11,1,'2026-05-02 10:20:15','2026-05-02 12:20:15',349958,NULL), +(12565,'woocommerce_refresh_order_count_cache','complete','2026-05-02 22:20:15','2026-05-03 00:20:15',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777760415;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777760415;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-02 22:31:27','2026-05-03 00:31:27',350049,NULL), +(12566,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 11:20:15','2026-05-02 13:20:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777720815;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777720815;}',11,1,'2026-05-02 11:27:17','2026-05-02 13:27:17',349967,NULL), +(12567,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 12:27:17','2026-05-02 14:27:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777724837;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777724837;}',11,1,'2026-05-02 12:28:00','2026-05-02 14:28:00',349972,NULL), +(12568,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 13:28:00','2026-05-02 15:28:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777728480;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777728480;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12569,'woocommerce_scheduled_sales','complete','2026-05-03 13:31:51','2026-05-03 15:31:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777815111;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777815111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 13:33:06','2026-05-03 15:33:06',350136,NULL), +(12570,'woocommerce_cleanup_logs','complete','2026-05-03 13:31:51','2026-05-03 15:31:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777815111;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777815111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 13:33:06','2026-05-03 15:33:06',350136,NULL), +(12571,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-03 13:31:51','2026-05-03 15:31:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777815111;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777815111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 13:33:06','2026-05-03 15:33:06',350136,NULL), +(12572,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 14:31:51','2026-05-02 16:31:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777732311;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777732311;}',11,1,'2026-05-02 14:43:41','2026-05-02 16:43:41',349994,NULL), +(12573,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 15:43:41','2026-05-02 17:43:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777736621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777736621;}',11,1,'2026-05-02 16:01:17','2026-05-02 18:01:17',350008,NULL), +(12574,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 17:01:17','2026-05-02 19:01:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777741277;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777741277;}',11,1,'2026-05-02 17:09:33','2026-05-02 19:09:33',350020,NULL), +(12575,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 18:09:33','2026-05-02 20:09:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777745373;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777745373;}',11,1,'2026-05-02 18:31:21','2026-05-02 20:31:21',350024,NULL), +(12576,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 19:31:20','2026-05-02 21:31:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777750280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777750280;}',11,1,'2026-05-02 19:55:44','2026-05-02 21:55:44',350034,NULL), +(12577,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 20:55:44','2026-05-02 22:55:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777755344;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777755344;}',11,1,'2026-05-02 21:07:44','2026-05-02 23:07:44',350039,NULL), +(12578,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 22:07:44','2026-05-03 00:07:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777759664;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777759664;}',11,1,'2026-05-02 22:10:41','2026-05-03 00:10:41',350045,NULL), +(12579,'fetch_patterns','complete','2026-05-03 21:41:23','2026-05-03 23:41:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777844483;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777844483;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 21:55:11','2026-05-03 23:55:11',350252,NULL), +(12580,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 23:10:41','2026-05-03 01:10:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777763441;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777763441;}',11,1,'2026-05-02 23:29:54','2026-05-03 01:29:54',350054,NULL), +(12581,'woocommerce_refresh_order_count_cache','complete','2026-05-03 10:31:27','2026-05-03 12:31:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777804287;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777804287;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-03 10:42:21','2026-05-03 12:42:21',350121,NULL), +(12582,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 00:29:54','2026-05-03 02:29:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777768194;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777768194;}',11,1,'2026-05-03 00:35:52','2026-05-03 02:35:52',350058,NULL), +(12583,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 01:35:52','2026-05-03 03:35:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777772152;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777772152;}',11,1,'2026-05-03 02:36:28','2026-05-03 04:36:28',350065,NULL), +(12584,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 03:36:28','2026-05-03 05:36:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777779388;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777779388;}',11,1,'2026-05-03 04:04:33','2026-05-03 06:04:33',350070,NULL), +(12585,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 05:04:33','2026-05-03 07:04:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777784673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777784673;}',11,1,'2026-05-03 05:08:34','2026-05-03 07:08:34',350081,NULL), +(12587,'wp_mail_smtp_admin_notifications_update','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-04 04:18:25','2026-05-04 06:18:25',350272,NULL), +(12588,'wc_admin_daily_wrapper','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12589,'woocommerce_cleanup_personal_data','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12590,'woocommerce_expired_transient_files_cleanup','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777867974;}',12,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12591,'woocommerce_cleanup_sessions','complete','2026-05-04 04:00:00','2026-05-04 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867200;s:18:\"\0*\0first_timestamp\";i:1777867200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-04 04:18:25','2026-05-04 06:18:25',350272,NULL), +(12592,'generate_category_lookup_table_wrapper','complete','2026-05-03 04:13:04','2026-05-03 06:13:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777781584;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777781584;}',11,1,'2026-05-03 04:18:13','2026-05-03 06:18:13',350074,NULL), +(12593,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12594,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 06:08:34','2026-05-03 08:08:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777788514;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777788514;}',11,1,'2026-05-03 06:18:06','2026-05-03 08:18:06',350089,NULL), +(12595,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 07:18:06','2026-05-03 09:18:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777792686;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777792686;}',11,1,'2026-05-03 07:21:18','2026-05-03 09:21:18',350094,NULL), +(12596,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 08:21:18','2026-05-03 10:21:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777796478;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777796478;}',11,1,'2026-05-03 08:22:58','2026-05-03 10:22:58',350101,NULL), +(12597,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 09:22:58','2026-05-03 11:22:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777800178;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777800178;}',11,1,'2026-05-03 09:25:34','2026-05-03 11:25:34',350115,NULL), +(12598,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 10:25:34','2026-05-03 12:25:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777803934;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777803934;}',11,1,'2026-05-03 10:42:21','2026-05-03 12:42:21',350121,NULL), +(12599,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 11:42:21','2026-05-03 13:42:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777808541;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777808541;}',11,1,'2026-05-03 12:02:08','2026-05-03 14:02:08',350125,NULL), +(12600,'woocommerce_refresh_order_count_cache','complete','2026-05-03 22:42:21','2026-05-04 00:42:21',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777848141;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777848141;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-03 23:07:22','2026-05-04 01:07:22',350257,NULL), +(12601,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 13:02:08','2026-05-03 15:02:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777813328;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777813328;}',11,1,'2026-05-03 13:13:40','2026-05-03 15:13:40',350132,NULL), +(12602,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 14:13:40','2026-05-03 16:13:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777817620;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777817620;}',11,1,'2026-05-03 14:13:43','2026-05-03 16:13:43',350153,NULL), +(12603,'woocommerce_run_update_callback','complete','2026-05-03 13:33:06','2026-05-03 15:33:06',10,'{\"update_callback\":\"wc_update_1070_disable_hpos_sync_on_read\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777815186;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777815186;}',3,1,'2026-05-03 13:33:07','2026-05-03 15:33:07',350136,NULL), +(12604,'woocommerce_update_db_to_current_version','complete','2026-05-03 13:33:07','2026-05-03 15:33:07',10,'{\"version\":\"10.7.0\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777815187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777815187;}',3,1,'2026-05-03 13:33:07','2026-05-03 15:33:07',350137,NULL), +(12605,'woocommerce_scheduled_sales','complete','2026-05-04 13:33:06','2026-05-04 15:33:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777901586;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777901586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 13:42:33','2026-05-04 15:42:33',350346,NULL), +(12606,'woocommerce_cleanup_logs','complete','2026-05-04 13:33:06','2026-05-04 15:33:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777901586;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777901586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 13:42:33','2026-05-04 15:42:33',350346,NULL), +(12607,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-04 13:33:06','2026-05-04 15:33:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777901586;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777901586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 13:42:33','2026-05-04 15:42:33',350346,NULL), +(12608,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 15:13:43','2026-05-03 17:13:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777821223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777821223;}',11,1,'2026-05-03 15:13:49','2026-05-03 17:13:49',350171,NULL), +(12609,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 16:13:49','2026-05-03 18:13:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777824829;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777824829;}',11,1,'2026-05-03 16:14:21','2026-05-03 18:14:21',350189,NULL), +(12610,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 17:14:21','2026-05-03 19:14:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777828461;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777828461;}',11,1,'2026-05-03 17:48:50','2026-05-03 19:48:50',350204,NULL), +(12611,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 18:48:50','2026-05-03 20:48:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777834130;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777834130;}',11,1,'2026-05-03 18:58:55','2026-05-03 20:58:55',350223,NULL), +(12612,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 19:58:55','2026-05-03 21:58:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777838335;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777838335;}',11,1,'2026-05-03 20:03:24','2026-05-03 22:03:24',350231,NULL), +(12613,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 21:03:24','2026-05-03 23:03:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777842204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777842204;}',11,1,'2026-05-03 21:24:57','2026-05-03 23:24:57',350249,NULL), +(12614,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 22:24:57','2026-05-04 00:24:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777847097;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777847097;}',11,1,'2026-05-03 22:41:13','2026-05-04 00:41:13',350255,NULL), +(12615,'fetch_patterns','complete','2026-05-04 21:55:11','2026-05-04 23:55:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777931711;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777931711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 22:07:03','2026-05-05 00:07:03',350383,NULL), +(12616,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 23:41:13','2026-05-04 01:41:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777851673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777851673;}',11,1,'2026-05-04 00:33:56','2026-05-04 02:33:56',350261,NULL), +(12617,'woocommerce_refresh_order_count_cache','complete','2026-05-04 11:07:22','2026-05-04 13:07:22',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777892842;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777892842;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-04 11:19:23','2026-05-04 13:19:23',350322,NULL), +(12618,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 01:33:56','2026-05-04 03:33:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777858436;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777858436;}',11,1,'2026-05-04 02:25:04','2026-05-04 04:25:04',350265,NULL), +(12619,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 03:25:04','2026-05-04 05:25:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777865104;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777865104;}',11,1,'2026-05-04 03:29:24','2026-05-04 05:29:24',350267,NULL), +(12620,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 04:29:24','2026-05-04 06:29:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777868964;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777868964;}',11,1,'2026-05-04 04:30:30','2026-05-04 06:30:30',350274,NULL), +(12622,'wp_mail_smtp_admin_notifications_update','complete','2026-05-05 04:18:25','2026-05-05 06:18:25',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954705;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954705;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-05 04:19:46','2026-05-05 06:19:46',350409,NULL), +(12623,'wc_admin_daily_wrapper','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 04:19:46','2026-05-05 06:19:46',350409,NULL), +(12624,'woocommerce_cleanup_personal_data','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 04:19:47','2026-05-05 06:19:47',350409,NULL), +(12625,'woocommerce_expired_transient_files_cleanup','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777954706;}',12,1,'2026-05-05 04:19:47','2026-05-05 06:19:47',350409,NULL), +(12626,'woocommerce_cleanup_sessions','complete','2026-05-05 04:00:00','2026-05-05 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777953600;s:18:\"\0*\0first_timestamp\";i:1777953600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777953600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-05 04:00:20','2026-05-05 06:00:20',350406,NULL), +(12627,'generate_category_lookup_table_wrapper','complete','2026-05-04 04:18:36','2026-05-04 06:18:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777868316;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777868316;}',11,1,'2026-05-04 04:30:30','2026-05-04 06:30:30',350274,NULL), +(12628,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-05 04:19:47','2026-05-05 06:19:47',350409,NULL), +(12629,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 05:30:30','2026-05-04 07:30:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777872630;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777872630;}',11,1,'2026-05-04 05:40:58','2026-05-04 07:40:58',350277,NULL), +(12630,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 06:40:58','2026-05-04 08:40:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777876858;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777876858;}',11,1,'2026-05-04 06:57:10','2026-05-04 08:57:10',350285,NULL), +(12631,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 07:57:10','2026-05-04 09:57:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777881430;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777881430;}',11,1,'2026-05-04 08:06:31','2026-05-04 10:06:31',350293,NULL), +(12632,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 09:06:31','2026-05-04 11:06:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777885591;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777885591;}',11,1,'2026-05-04 09:09:18','2026-05-04 11:09:18',350302,NULL), +(12633,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 10:09:18','2026-05-04 12:09:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777889358;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777889358;}',11,1,'2026-05-04 10:17:53','2026-05-04 12:17:53',350315,NULL), +(12634,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 11:17:53','2026-05-04 13:17:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777893473;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777893473;}',11,1,'2026-05-04 11:19:23','2026-05-04 13:19:23',350322,NULL), +(12635,'woocommerce_refresh_order_count_cache','complete','2026-05-04 23:19:23','2026-05-05 01:19:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777936763;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777936763;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-04 23:33:12','2026-05-05 01:33:12',350389,NULL), +(12636,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 12:19:23','2026-05-04 14:19:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777897163;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777897163;}',11,1,'2026-05-04 12:31:52','2026-05-04 14:31:52',350332,NULL), +(12637,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 13:31:52','2026-05-04 15:31:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777901512;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777901512;}',11,1,'2026-05-04 13:42:32','2026-05-04 15:42:32',350346,NULL), +(12638,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 14:42:32','2026-05-04 16:42:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777905752;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777905752;}',11,1,'2026-05-04 14:42:34','2026-05-04 16:42:34',350351,NULL), +(12639,'woocommerce_scheduled_sales','pending','2026-05-05 13:42:33','2026-05-05 15:42:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777988553;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777988553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12640,'woocommerce_cleanup_logs','pending','2026-05-05 13:42:33','2026-05-05 15:42:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777988553;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777988553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12641,'woocommerce_cleanup_rate_limits_wrapper','pending','2026-05-05 13:42:33','2026-05-05 15:42:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777988553;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777988553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12642,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 15:42:34','2026-05-04 17:42:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777909354;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777909354;}',11,1,'2026-05-04 15:47:29','2026-05-04 17:47:29',350354,NULL), +(12643,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 16:47:29','2026-05-04 18:47:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777913249;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777913249;}',11,1,'2026-05-04 16:55:26','2026-05-04 18:55:26',350362,NULL), +(12644,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 17:55:26','2026-05-04 19:55:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777917326;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777917326;}',11,1,'2026-05-04 18:01:30','2026-05-04 20:01:30',350367,NULL), +(12645,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 19:01:30','2026-05-04 21:01:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777921290;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777921290;}',11,1,'2026-05-04 19:11:27','2026-05-04 21:11:27',350369,NULL), +(12646,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 20:11:27','2026-05-04 22:11:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777925487;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777925487;}',11,1,'2026-05-04 20:33:18','2026-05-04 22:33:18',350377,NULL), +(12647,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 21:33:18','2026-05-04 23:33:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777930398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777930398;}',11,1,'2026-05-04 22:07:03','2026-05-05 00:07:03',350383,NULL), +(12648,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 23:07:03','2026-05-05 01:07:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777936023;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777936023;}',11,1,'2026-05-04 23:33:12','2026-05-05 01:33:12',350389,NULL), +(12649,'fetch_patterns','pending','2026-05-05 22:07:03','2026-05-06 00:07:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778018823;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778018823;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12650,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 00:33:12','2026-05-05 02:33:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777941192;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777941192;}',11,1,'2026-05-05 00:35:05','2026-05-05 02:35:05',350395,NULL), +(12651,'woocommerce_refresh_order_count_cache','complete','2026-05-05 11:33:12','2026-05-05 13:33:12',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777980792;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777980792;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-05 11:42:31','2026-05-05 13:42:31',350452,NULL), +(12652,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 01:35:05','2026-05-05 03:35:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777944905;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777944905;}',11,1,'2026-05-05 02:04:41','2026-05-05 04:04:41',350401,NULL), +(12653,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 03:04:41','2026-05-05 05:04:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777950281;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777950281;}',11,1,'2026-05-05 03:23:40','2026-05-05 05:23:40',350404,NULL), +(12654,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 04:23:40','2026-05-05 06:23:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777955020;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777955020;}',11,1,'2026-05-05 04:40:21','2026-05-05 06:40:21',350411,NULL), +(12656,'wp_mail_smtp_admin_notifications_update','pending','2026-05-06 04:19:46','2026-05-06 06:19:46',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041186;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12657,'wc_admin_daily_wrapper','pending','2026-05-06 04:19:46','2026-05-06 06:19:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041186;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12658,'woocommerce_cleanup_personal_data','pending','2026-05-06 04:19:47','2026-05-06 06:19:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041187;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12659,'woocommerce_expired_transient_files_cleanup','pending','2026-05-06 04:19:47','2026-05-06 06:19:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778041187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778041187;}',12,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12660,'woocommerce_cleanup_sessions','pending','2026-05-06 04:00:00','2026-05-06 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778040000;s:18:\"\0*\0first_timestamp\";i:1778040000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778040000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12661,'generate_category_lookup_table_wrapper','complete','2026-05-05 04:19:57','2026-05-05 06:19:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777954797;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777954797;}',11,1,'2026-05-05 04:40:21','2026-05-05 06:40:21',350411,NULL), +(12662,'action_scheduler_run_recurring_actions_schedule_hook','pending','2026-05-06 04:19:47','2026-05-06 06:19:47',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041187;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12663,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 05:40:21','2026-05-05 07:40:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777959621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777959621;}',11,1,'2026-05-05 05:43:09','2026-05-05 07:43:09',350419,NULL), +(12664,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 06:43:09','2026-05-05 08:43:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777963389;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777963389;}',11,1,'2026-05-05 06:47:17','2026-05-05 08:47:17',350426,NULL), +(12665,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 07:47:16','2026-05-05 09:47:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777967236;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777967236;}',11,1,'2026-05-05 07:57:14','2026-05-05 09:57:14',350438,NULL), +(12666,'wp_mail_smtp_summary_report_email','pending','2026-05-12 07:41:13','2026-05-12 09:41:13',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778571673;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778571673;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12667,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 08:57:14','2026-05-05 10:57:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777971434;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777971434;}',11,1,'2026-05-05 10:19:40','2026-05-05 12:19:40',350444,NULL), +(12668,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 11:19:40','2026-05-05 13:19:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777979980;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777979980;}',11,1,'2026-05-05 11:42:31','2026-05-05 13:42:31',350452,NULL), +(12669,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 12:42:31','2026-05-05 14:42:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777984951;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777984951;}',11,1,'2026-05-05 13:10:05','2026-05-05 15:10:05',350462,NULL), +(12670,'woocommerce_refresh_order_count_cache','pending','2026-05-05 23:42:31','2026-05-06 01:42:31',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778024551;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778024551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12671,'woocommerce_cancel_unpaid_orders','pending','2026-05-05 14:10:05','2026-05-05 16:10:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777990205;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777990205;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL); +/*!40000 ALTER TABLE `haikuwp_actionscheduler_actions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_actionscheduler_claims` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_claims`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_claims` ( + `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`claim_id`), + KEY `date_created_gmt` (`date_created_gmt`) +) ENGINE=InnoDB AUTO_INCREMENT=350464 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_claims` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_claims` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_claims` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_claims` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_actionscheduler_groups` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_groups` ( + `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `slug` varchar(255) NOT NULL, + PRIMARY KEY (`group_id`), + KEY `slug` (`slug`(191)) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_groups` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_groups` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_groups` DISABLE KEYS */; +INSERT INTO `haikuwp_actionscheduler_groups` VALUES +(1,'action-scheduler-migration'), +(2,''), +(3,'woocommerce-db-updates'), +(4,'wc-admin-data'), +(5,'wc_update_product_default_cat'), +(6,'wp_mail_smtp'), +(7,'wc_update_product_lookup_tables'), +(8,'wc_delete_related_product_transients_group'), +(9,'count'), +(10,'ActionScheduler'), +(11,'woocommerce'), +(12,'wc_batch_processes'); +/*!40000 ALTER TABLE `haikuwp_actionscheduler_groups` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_actionscheduler_logs` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_logs` ( + `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `action_id` bigint(20) unsigned NOT NULL, + `message` text NOT NULL, + `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `log_date_local` datetime DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`log_id`), + KEY `action_id` (`action_id`), + KEY `log_date_gmt` (`log_date_gmt`) +) ENGINE=InnoDB AUTO_INCREMENT=37771 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_logs` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_logs` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_logs` DISABLE KEYS */; +INSERT INTO `haikuwp_actionscheduler_logs` VALUES +(31975,10724,'action created','2026-03-22 10:00:00','2026-03-22 11:00:00'), +(33014,11074,'action created','2026-03-31 06:59:15','2026-03-31 08:59:15'), +(33362,11191,'action created','2026-04-03 15:15:28','2026-04-03 17:15:28'), +(33383,11198,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'), +(33386,11199,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'), +(33389,11200,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'), +(33391,11201,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'), +(33398,11204,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'), +(33430,11214,'action created','2026-04-04 04:01:57','2026-04-04 06:01:57'), +(33439,11217,'action created','2026-04-04 05:17:34','2026-04-04 07:17:34'), +(33442,11218,'action created','2026-04-04 05:17:34','2026-04-04 07:17:34'), +(33445,11219,'action created','2026-04-04 05:17:34','2026-04-04 07:17:34'), +(33462,11225,'action created','2026-04-04 12:40:20','2026-04-04 14:40:20'), +(33466,11226,'action created','2026-04-04 13:07:21','2026-04-04 15:07:21'), +(33467,11225,'action started via WP Cron','2026-04-04 13:52:31','2026-04-04 15:52:31'), +(33468,11227,'action created','2026-04-04 13:52:31','2026-04-04 15:52:31'), +(33469,11225,'action complete via WP Cron','2026-04-04 13:52:31','2026-04-04 15:52:31'), +(33470,11227,'action started via WP Cron','2026-04-04 15:23:03','2026-04-04 17:23:03'), +(33471,11228,'action created','2026-04-04 15:23:03','2026-04-04 17:23:03'), +(33472,11227,'action complete via WP Cron','2026-04-04 15:23:03','2026-04-04 17:23:03'), +(33473,11191,'action started via WP Cron','2026-04-04 15:23:03','2026-04-04 17:23:03'), +(33474,11191,'action complete via WP Cron','2026-04-04 15:23:03','2026-04-04 17:23:03'), +(33475,11229,'action created','2026-04-04 15:23:03','2026-04-04 17:23:03'), +(33476,11214,'action started via WP Cron','2026-04-04 16:13:15','2026-04-04 18:13:15'), +(33477,11214,'action complete via WP Cron','2026-04-04 16:13:15','2026-04-04 18:13:15'), +(33479,11228,'action started via WP Cron','2026-04-04 16:25:10','2026-04-04 18:25:10'), +(33480,11231,'action created','2026-04-04 16:25:10','2026-04-04 18:25:10'), +(33481,11228,'action complete via WP Cron','2026-04-04 16:25:10','2026-04-04 18:25:10'), +(33482,11231,'action started via WP Cron','2026-04-04 17:36:29','2026-04-04 19:36:29'), +(33483,11232,'action created','2026-04-04 17:36:29','2026-04-04 19:36:29'), +(33484,11231,'action complete via WP Cron','2026-04-04 17:36:29','2026-04-04 19:36:29'), +(33485,11232,'action started via WP Cron','2026-04-04 18:44:50','2026-04-04 20:44:50'), +(33486,11233,'action created','2026-04-04 18:44:50','2026-04-04 20:44:50'), +(33487,11232,'action complete via WP Cron','2026-04-04 18:44:50','2026-04-04 20:44:50'), +(33488,11233,'action started via WP Cron','2026-04-04 19:45:38','2026-04-04 21:45:38'), +(33489,11234,'action created','2026-04-04 19:45:38','2026-04-04 21:45:38'), +(33490,11233,'action complete via WP Cron','2026-04-04 19:45:38','2026-04-04 21:45:38'), +(33491,11198,'action started via WP Cron','2026-04-04 20:50:06','2026-04-04 22:50:06'), +(33492,11198,'action complete via WP Cron','2026-04-04 20:50:06','2026-04-04 22:50:06'), +(33493,11235,'action created','2026-04-04 20:50:06','2026-04-04 22:50:06'), +(33494,11199,'action started via WP Cron','2026-04-04 20:50:06','2026-04-04 22:50:06'), +(33495,11199,'action complete via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33496,11236,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33497,11200,'action started via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33498,11200,'action complete via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33499,11237,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33500,11201,'action started via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33501,11238,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33502,11201,'action complete via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33503,11234,'action started via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33504,11239,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33505,11234,'action complete via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33506,11204,'action started via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33508,11240,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33509,11241,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33510,11204,'action complete via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33511,11242,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33512,11241,'action started via WP Cron','2026-04-04 20:50:50','2026-04-04 22:50:50'), +(33513,11241,'action complete via WP Cron','2026-04-04 20:50:50','2026-04-04 22:50:50'), +(33514,11239,'action started via WP Cron','2026-04-04 21:50:46','2026-04-04 23:50:46'), +(33515,11243,'action created','2026-04-04 21:50:46','2026-04-04 23:50:46'), +(33516,11239,'action complete via WP Cron','2026-04-04 21:50:46','2026-04-04 23:50:46'), +(33517,11243,'action started via WP Cron','2026-04-04 23:01:10','2026-04-05 01:01:10'), +(33518,11244,'action created','2026-04-04 23:01:10','2026-04-05 01:01:10'), +(33519,11243,'action complete via WP Cron','2026-04-04 23:01:10','2026-04-05 01:01:10'), +(33520,11244,'action started via WP Cron','2026-04-05 00:08:10','2026-04-05 02:08:10'), +(33521,11245,'action created','2026-04-05 00:08:10','2026-04-05 02:08:10'), +(33522,11244,'action complete via WP Cron','2026-04-05 00:08:10','2026-04-05 02:08:10'), +(33523,11226,'action started via WP Cron','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33524,11226,'action complete via WP Cron','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33525,11246,'action created','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33526,11245,'action started via WP Cron','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33527,11247,'action created','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33528,11245,'action complete via WP Cron','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33529,11247,'action started via WP Cron','2026-04-05 02:42:10','2026-04-05 04:42:10'), +(33530,11248,'action created','2026-04-05 02:42:10','2026-04-05 04:42:10'), +(33531,11247,'action complete via WP Cron','2026-04-05 02:42:10','2026-04-05 04:42:10'), +(33532,11248,'action started via WP Cron','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33533,11249,'action created','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33534,11248,'action complete via WP Cron','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33535,11240,'action started via WP Cron','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33536,11240,'action complete via WP Cron','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33537,11250,'action created','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33538,11249,'action started via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33539,11251,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33540,11249,'action complete via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33541,11217,'action started via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33542,11217,'action complete via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33543,11252,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33544,11218,'action started via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33545,11218,'action complete via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33546,11253,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33547,11219,'action started via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33548,11219,'action complete via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33549,11254,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33550,11251,'action started via WP Cron','2026-04-05 06:38:26','2026-04-05 08:38:26'), +(33551,11255,'action created','2026-04-05 06:38:26','2026-04-05 08:38:26'), +(33552,11251,'action complete via WP Cron','2026-04-05 06:38:26','2026-04-05 08:38:26'), +(33553,11255,'action started via WP Cron','2026-04-05 07:52:26','2026-04-05 09:52:26'), +(33554,11256,'action created','2026-04-05 07:52:26','2026-04-05 09:52:26'), +(33555,11255,'action complete via WP Cron','2026-04-05 07:52:26','2026-04-05 09:52:26'), +(33556,11256,'action started via WP Cron','2026-04-05 09:02:20','2026-04-05 11:02:20'), +(33557,11257,'action created','2026-04-05 09:02:20','2026-04-05 11:02:20'), +(33558,11256,'action complete via WP Cron','2026-04-05 09:02:20','2026-04-05 11:02:20'), +(33559,11257,'action started via WP Cron','2026-04-05 10:09:58','2026-04-05 12:09:58'), +(33560,11258,'action created','2026-04-05 10:09:58','2026-04-05 12:09:58'), +(33561,11257,'action complete via WP Cron','2026-04-05 10:09:58','2026-04-05 12:09:58'), +(33562,11258,'action started via WP Cron','2026-04-05 11:10:57','2026-04-05 13:10:57'), +(33563,11259,'action created','2026-04-05 11:10:57','2026-04-05 13:10:57'), +(33564,11258,'action complete via WP Cron','2026-04-05 11:10:57','2026-04-05 13:10:57'), +(33565,11259,'action started via WP Cron','2026-04-05 12:15:20','2026-04-05 14:15:20'), +(33566,11260,'action created','2026-04-05 12:15:20','2026-04-05 14:15:20'), +(33567,11259,'action complete via WP Cron','2026-04-05 12:15:20','2026-04-05 14:15:20'), +(33568,11246,'action started via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33569,11246,'action complete via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33570,11261,'action created','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33571,11260,'action started via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33572,11262,'action created','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33573,11260,'action complete via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33574,11262,'action started via WP Cron','2026-04-05 14:22:18','2026-04-05 16:22:18'), +(33575,11263,'action created','2026-04-05 14:22:18','2026-04-05 16:22:18'), +(33576,11262,'action complete via WP Cron','2026-04-05 14:22:18','2026-04-05 16:22:18'), +(33577,11263,'action started via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33578,11264,'action created','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33579,11263,'action complete via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33580,11229,'action started via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33581,11229,'action complete via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33582,11265,'action created','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33583,11250,'action started via WP Cron','2026-04-05 16:09:39','2026-04-05 18:09:39'), +(33584,11250,'action complete via WP Cron','2026-04-05 16:09:39','2026-04-05 18:09:39'), +(33586,11264,'action started via WP Cron','2026-04-05 16:35:10','2026-04-05 18:35:10'), +(33587,11267,'action created','2026-04-05 16:35:10','2026-04-05 18:35:10'), +(33588,11264,'action complete via WP Cron','2026-04-05 16:35:10','2026-04-05 18:35:10'), +(33589,11267,'action started via WP Cron','2026-04-05 17:45:14','2026-04-05 19:45:14'), +(33590,11268,'action created','2026-04-05 17:45:14','2026-04-05 19:45:14'), +(33591,11267,'action complete via WP Cron','2026-04-05 17:45:14','2026-04-05 19:45:14'), +(33592,11268,'action started via WP Cron','2026-04-05 18:53:10','2026-04-05 20:53:10'), +(33593,11269,'action created','2026-04-05 18:53:10','2026-04-05 20:53:10'), +(33594,11268,'action complete via WP Cron','2026-04-05 18:53:10','2026-04-05 20:53:10'), +(33595,11269,'action started via WP Cron','2026-04-05 19:54:22','2026-04-05 21:54:22'), +(33596,11270,'action created','2026-04-05 19:54:22','2026-04-05 21:54:22'), +(33597,11269,'action complete via WP Cron','2026-04-05 19:54:22','2026-04-05 21:54:22'), +(33598,11235,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33599,11235,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33600,11271,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33601,11236,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33602,11236,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33603,11272,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33604,11237,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33605,11237,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33606,11273,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33607,11238,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33608,11274,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33609,11238,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33610,11242,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33612,11275,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33613,11276,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33614,11242,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33615,11277,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33616,11276,'action started via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33617,11276,'action complete via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33618,11270,'action started via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33619,11278,'action created','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33620,11270,'action complete via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33621,11278,'action started via WP Cron','2026-04-05 21:57:29','2026-04-05 23:57:29'), +(33622,11279,'action created','2026-04-05 21:57:29','2026-04-05 23:57:29'), +(33623,11278,'action complete via WP Cron','2026-04-05 21:57:29','2026-04-05 23:57:29'), +(33624,11279,'action started via WP Cron','2026-04-05 23:05:34','2026-04-06 01:05:34'), +(33625,11280,'action created','2026-04-05 23:05:34','2026-04-06 01:05:34'), +(33626,11279,'action complete via WP Cron','2026-04-05 23:05:34','2026-04-06 01:05:34'), +(33627,11280,'action started via WP Cron','2026-04-06 00:07:20','2026-04-06 02:07:20'), +(33628,11281,'action created','2026-04-06 00:07:20','2026-04-06 02:07:20'), +(33629,11280,'action complete via WP Cron','2026-04-06 00:07:20','2026-04-06 02:07:20'), +(33630,11281,'action started via WP Cron','2026-04-06 01:08:24','2026-04-06 03:08:24'), +(33631,11282,'action created','2026-04-06 01:08:24','2026-04-06 03:08:24'), +(33632,11281,'action complete via WP Cron','2026-04-06 01:08:24','2026-04-06 03:08:24'), +(33633,11261,'action started via WP Cron','2026-04-06 02:00:54','2026-04-06 04:00:54'), +(33634,11261,'action complete via WP Cron','2026-04-06 02:00:54','2026-04-06 04:00:54'), +(33635,11283,'action created','2026-04-06 02:00:54','2026-04-06 04:00:54'), +(33636,11282,'action started via WP Cron','2026-04-06 03:58:23','2026-04-06 05:58:23'), +(33637,11284,'action created','2026-04-06 03:58:23','2026-04-06 05:58:23'), +(33638,11282,'action complete via WP Cron','2026-04-06 03:58:23','2026-04-06 05:58:23'), +(33639,11275,'action started via WP Cron','2026-04-06 04:10:54','2026-04-06 06:10:54'), +(33640,11275,'action complete via WP Cron','2026-04-06 04:10:54','2026-04-06 06:10:54'), +(33641,11285,'action created','2026-04-06 04:10:54','2026-04-06 06:10:54'), +(33642,11284,'action started via WP Cron','2026-04-06 05:06:40','2026-04-06 07:06:40'), +(33643,11286,'action created','2026-04-06 05:06:40','2026-04-06 07:06:40'), +(33644,11284,'action complete via WP Cron','2026-04-06 05:06:40','2026-04-06 07:06:40'), +(33645,11252,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33646,11252,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33647,11287,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33648,11253,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33649,11253,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33650,11288,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33651,11254,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33652,11254,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33653,11289,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33654,11286,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33655,11290,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33656,11286,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33657,11291,'action created','2026-04-06 07:48:36','2026-04-06 09:48:36'), +(33658,11292,'action created','2026-04-06 07:49:21','2026-04-06 09:49:21'), +(33659,11291,'action started via Async Request','2026-04-06 07:49:21','2026-04-06 09:49:21'), +(33660,11291,'action complete via Async Request','2026-04-06 07:49:21','2026-04-06 09:49:21'), +(33661,11292,'action started via WP Cron','2026-04-06 07:49:26','2026-04-06 09:49:26'), +(33662,11292,'action complete via WP Cron','2026-04-06 07:49:26','2026-04-06 09:49:26'), +(33663,11293,'action created','2026-04-06 07:50:03','2026-04-06 09:50:03'), +(33664,11293,'action started via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33665,11293,'action complete via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33666,11290,'action started via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33667,11294,'action created','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33668,11290,'action complete via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33669,11295,'action created','2026-04-06 07:50:38','2026-04-06 09:50:38'), +(33670,11295,'action started via Async Request','2026-04-06 07:51:30','2026-04-06 09:51:30'), +(33671,11295,'action complete via Async Request','2026-04-06 07:51:30','2026-04-06 09:51:30'), +(33672,11296,'action created','2026-04-06 08:35:27','2026-04-06 10:35:27'), +(33673,11296,'action started via Async Request','2026-04-06 08:35:46','2026-04-06 10:35:46'), +(33674,11296,'action complete via Async Request','2026-04-06 08:35:46','2026-04-06 10:35:46'), +(33675,11297,'action created','2026-04-06 08:37:56','2026-04-06 10:37:56'), +(33676,11297,'action started via Async Request','2026-04-06 08:37:57','2026-04-06 10:37:57'), +(33677,11297,'action complete via Async Request','2026-04-06 08:37:57','2026-04-06 10:37:57'), +(33678,11298,'action created','2026-04-06 08:39:59','2026-04-06 10:39:59'), +(33679,11298,'action started via Async Request','2026-04-06 08:40:00','2026-04-06 10:40:00'), +(33680,11298,'action complete via Async Request','2026-04-06 08:40:00','2026-04-06 10:40:00'), +(33681,11299,'action created','2026-04-06 08:40:38','2026-04-06 10:40:38'), +(33682,11299,'action started via Async Request','2026-04-06 08:41:25','2026-04-06 10:41:25'), +(33683,11299,'action complete via Async Request','2026-04-06 08:41:25','2026-04-06 10:41:25'), +(33684,11294,'action started via Async Request','2026-04-06 08:51:16','2026-04-06 10:51:16'), +(33685,11300,'action created','2026-04-06 08:51:16','2026-04-06 10:51:16'), +(33686,11294,'action complete via Async Request','2026-04-06 08:51:16','2026-04-06 10:51:16'), +(33687,11301,'action created','2026-04-06 09:48:45','2026-04-06 11:48:45'), +(33688,11302,'action created','2026-04-06 09:48:54','2026-04-06 11:48:54'), +(33689,11303,'action created','2026-04-06 09:49:09','2026-04-06 11:49:09'), +(33690,11301,'action started via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33691,11301,'action complete via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33692,11302,'action started via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33693,11302,'action complete via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33694,11303,'action started via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33695,11303,'action complete via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33696,11300,'action started via Async Request','2026-04-06 09:52:13','2026-04-06 11:52:13'), +(33697,11304,'action created','2026-04-06 09:52:13','2026-04-06 11:52:13'), +(33698,11300,'action complete via Async Request','2026-04-06 09:52:13','2026-04-06 11:52:13'), +(33699,10724,'action started via Async Request','2026-04-06 10:01:43','2026-04-06 12:01:43'), +(33700,10724,'action complete via Async Request','2026-04-06 10:01:43','2026-04-06 12:01:43'), +(33701,11305,'action created','2026-04-06 10:01:43','2026-04-06 12:01:43'), +(33702,11304,'action started via WP Cron','2026-04-06 11:02:23','2026-04-06 13:02:23'), +(33703,11306,'action created','2026-04-06 11:02:23','2026-04-06 13:02:23'), +(33704,11304,'action complete via WP Cron','2026-04-06 11:02:23','2026-04-06 13:02:23'), +(33705,11306,'action started via WP Cron','2026-04-06 12:04:11','2026-04-06 14:04:11'), +(33706,11307,'action created','2026-04-06 12:04:11','2026-04-06 14:04:11'), +(33707,11306,'action complete via WP Cron','2026-04-06 12:04:11','2026-04-06 14:04:11'), +(33708,11307,'action started via WP Cron','2026-04-06 13:14:17','2026-04-06 15:14:17'), +(33709,11308,'action created','2026-04-06 13:14:17','2026-04-06 15:14:17'), +(33710,11307,'action complete via WP Cron','2026-04-06 13:14:17','2026-04-06 15:14:17'), +(33711,11283,'action started via WP Cron','2026-04-06 14:02:13','2026-04-06 16:02:13'), +(33712,11283,'action complete via WP Cron','2026-04-06 14:02:13','2026-04-06 16:02:13'), +(33713,11309,'action created','2026-04-06 14:02:13','2026-04-06 16:02:13'), +(33714,11308,'action started via WP Cron','2026-04-06 14:15:30','2026-04-06 16:15:30'), +(33715,11310,'action created','2026-04-06 14:15:30','2026-04-06 16:15:30'), +(33716,11308,'action complete via WP Cron','2026-04-06 14:15:30','2026-04-06 16:15:30'), +(33717,11310,'action started via WP Cron','2026-04-06 15:28:57','2026-04-06 17:28:57'), +(33718,11311,'action created','2026-04-06 15:28:57','2026-04-06 17:28:57'), +(33719,11310,'action complete via WP Cron','2026-04-06 15:28:57','2026-04-06 17:28:57'), +(33720,11265,'action started via WP Cron','2026-04-06 15:43:58','2026-04-06 17:43:58'), +(33721,11265,'action complete via WP Cron','2026-04-06 15:43:58','2026-04-06 17:43:58'), +(33722,11312,'action created','2026-04-06 15:43:58','2026-04-06 17:43:58'), +(33723,11285,'action started via WP Cron','2026-04-06 16:11:56','2026-04-06 18:11:56'), +(33724,11285,'action complete via WP Cron','2026-04-06 16:11:56','2026-04-06 18:11:56'), +(33726,11311,'action started via WP Cron','2026-04-06 16:35:07','2026-04-06 18:35:07'), +(33727,11314,'action created','2026-04-06 16:35:07','2026-04-06 18:35:07'), +(33728,11311,'action complete via WP Cron','2026-04-06 16:35:07','2026-04-06 18:35:07'), +(33729,11314,'action started via WP Cron','2026-04-06 17:47:03','2026-04-06 19:47:03'), +(33730,11315,'action created','2026-04-06 17:47:03','2026-04-06 19:47:03'), +(33731,11314,'action complete via WP Cron','2026-04-06 17:47:03','2026-04-06 19:47:03'), +(33732,11315,'action started via WP Cron','2026-04-06 19:01:12','2026-04-06 21:01:12'), +(33733,11316,'action created','2026-04-06 19:01:12','2026-04-06 21:01:12'), +(33734,11315,'action complete via WP Cron','2026-04-06 19:01:12','2026-04-06 21:01:12'), +(33735,11316,'action started via WP Cron','2026-04-06 20:20:45','2026-04-06 22:20:45'), +(33736,11317,'action created','2026-04-06 20:20:45','2026-04-06 22:20:45'), +(33737,11316,'action complete via WP Cron','2026-04-06 20:20:45','2026-04-06 22:20:45'), +(33738,11271,'action started via WP Cron','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33739,11271,'action complete via WP Cron','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33740,11318,'action created','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33741,11272,'action started via WP Cron','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33742,11272,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33743,11319,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33744,11273,'action started via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33745,11273,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33746,11320,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33747,11274,'action started via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33748,11321,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33749,11274,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33750,11277,'action started via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33752,11322,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33753,11323,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33754,11277,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33755,11324,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33756,11323,'action started via WP Cron','2026-04-06 21:09:14','2026-04-06 23:09:14'), +(33757,11323,'action complete via WP Cron','2026-04-06 21:09:14','2026-04-06 23:09:14'), +(33758,11317,'action started via WP Cron','2026-04-06 21:32:21','2026-04-06 23:32:21'), +(33759,11325,'action created','2026-04-06 21:32:21','2026-04-06 23:32:21'), +(33760,11317,'action complete via WP Cron','2026-04-06 21:32:21','2026-04-06 23:32:21'), +(33761,11325,'action started via WP Cron','2026-04-06 23:08:05','2026-04-07 01:08:05'), +(33762,11326,'action created','2026-04-06 23:08:05','2026-04-07 01:08:05'), +(33763,11325,'action complete via WP Cron','2026-04-06 23:08:05','2026-04-07 01:08:05'), +(33764,11326,'action started via WP Cron','2026-04-07 00:09:56','2026-04-07 02:09:56'), +(33765,11327,'action created','2026-04-07 00:09:56','2026-04-07 02:09:56'), +(33766,11326,'action complete via WP Cron','2026-04-07 00:09:56','2026-04-07 02:09:56'), +(33767,11327,'action started via WP Cron','2026-04-07 01:24:05','2026-04-07 03:24:05'), +(33768,11328,'action created','2026-04-07 01:24:05','2026-04-07 03:24:05'), +(33769,11327,'action complete via WP Cron','2026-04-07 01:24:05','2026-04-07 03:24:05'), +(33770,11309,'action started via WP Cron','2026-04-07 02:04:40','2026-04-07 04:04:40'), +(33771,11309,'action complete via WP Cron','2026-04-07 02:04:40','2026-04-07 04:04:40'), +(33772,11329,'action created','2026-04-07 02:04:40','2026-04-07 04:04:40'), +(33773,11328,'action started via WP Cron','2026-04-07 02:59:43','2026-04-07 04:59:43'), +(33774,11330,'action created','2026-04-07 02:59:43','2026-04-07 04:59:43'), +(33775,11328,'action complete via WP Cron','2026-04-07 02:59:43','2026-04-07 04:59:43'), +(33776,11330,'action started via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33777,11331,'action created','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33778,11330,'action complete via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33779,11322,'action started via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33780,11322,'action complete via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33781,11332,'action created','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33782,11331,'action started via WP Cron','2026-04-07 05:29:43','2026-04-07 07:29:43'), +(33783,11333,'action created','2026-04-07 05:29:43','2026-04-07 07:29:43'), +(33784,11331,'action complete via WP Cron','2026-04-07 05:29:43','2026-04-07 07:29:43'), +(33785,11333,'action started via WP Cron','2026-04-07 06:35:06','2026-04-07 08:35:06'), +(33786,11334,'action created','2026-04-07 06:35:06','2026-04-07 08:35:06'), +(33787,11333,'action complete via WP Cron','2026-04-07 06:35:06','2026-04-07 08:35:06'), +(33788,11287,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33789,11287,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33790,11335,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33791,11288,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33792,11288,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33793,11336,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33794,11289,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33795,11289,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33796,11337,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33797,11074,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33798,11074,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33799,11338,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33800,11334,'action started via Async Request','2026-04-07 07:35:32','2026-04-07 09:35:32'), +(33801,11339,'action created','2026-04-07 07:35:32','2026-04-07 09:35:32'), +(33802,11334,'action complete via Async Request','2026-04-07 07:35:32','2026-04-07 09:35:32'), +(33803,11339,'action started via Async Request','2026-04-07 08:41:58','2026-04-07 10:41:58'), +(33804,11340,'action created','2026-04-07 08:41:58','2026-04-07 10:41:58'), +(33805,11339,'action complete via Async Request','2026-04-07 08:41:58','2026-04-07 10:41:58'), +(33806,11341,'action created','2026-04-07 08:42:22','2026-04-07 10:42:22'), +(33807,11341,'action started via WP Cron','2026-04-07 08:46:30','2026-04-07 10:46:30'), +(33808,11341,'action complete via WP Cron','2026-04-07 08:46:30','2026-04-07 10:46:30'), +(33809,11340,'action started via WP Cron','2026-04-07 09:43:30','2026-04-07 11:43:30'), +(33810,11342,'action created','2026-04-07 09:43:30','2026-04-07 11:43:30'), +(33811,11340,'action complete via WP Cron','2026-04-07 09:43:30','2026-04-07 11:43:30'), +(33812,11342,'action started via WP Cron','2026-04-07 10:50:52','2026-04-07 12:50:52'), +(33813,11343,'action created','2026-04-07 10:50:52','2026-04-07 12:50:52'), +(33814,11342,'action complete via WP Cron','2026-04-07 10:50:52','2026-04-07 12:50:52'), +(33815,11343,'action started via WP Cron','2026-04-07 11:52:33','2026-04-07 13:52:33'), +(33816,11344,'action created','2026-04-07 11:52:33','2026-04-07 13:52:33'), +(33817,11343,'action complete via WP Cron','2026-04-07 11:52:33','2026-04-07 13:52:33'), +(33818,11344,'action started via WP Cron','2026-04-07 12:57:06','2026-04-07 14:57:06'), +(33819,11345,'action created','2026-04-07 12:57:06','2026-04-07 14:57:06'), +(33820,11344,'action complete via WP Cron','2026-04-07 12:57:06','2026-04-07 14:57:06'), +(33821,11345,'action started via WP Cron','2026-04-07 14:03:01','2026-04-07 16:03:01'), +(33822,11346,'action created','2026-04-07 14:03:01','2026-04-07 16:03:01'), +(33823,11345,'action complete via WP Cron','2026-04-07 14:03:01','2026-04-07 16:03:01'), +(33824,11329,'action started via WP Cron','2026-04-07 14:05:55','2026-04-07 16:05:55'), +(33825,11329,'action complete via WP Cron','2026-04-07 14:05:55','2026-04-07 16:05:55'), +(33826,11347,'action created','2026-04-07 14:05:55','2026-04-07 16:05:55'), +(33827,11346,'action started via WP Cron','2026-04-07 15:03:10','2026-04-07 17:03:10'), +(33828,11348,'action created','2026-04-07 15:03:10','2026-04-07 17:03:10'), +(33829,11346,'action complete via WP Cron','2026-04-07 15:03:10','2026-04-07 17:03:10'), +(33830,11312,'action started via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33831,11312,'action complete via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33832,11349,'action created','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33833,11348,'action started via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33834,11350,'action created','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33835,11348,'action complete via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33836,11332,'action started via WP Cron','2026-04-07 16:17:25','2026-04-07 18:17:25'), +(33837,11332,'action complete via WP Cron','2026-04-07 16:17:25','2026-04-07 18:17:25'), +(33839,11350,'action started via WP Cron','2026-04-07 17:18:11','2026-04-07 19:18:11'), +(33840,11352,'action created','2026-04-07 17:18:11','2026-04-07 19:18:11'), +(33841,11350,'action complete via WP Cron','2026-04-07 17:18:11','2026-04-07 19:18:11'), +(33842,11352,'action started via WP Cron','2026-04-07 18:23:43','2026-04-07 20:23:43'), +(33843,11353,'action created','2026-04-07 18:23:43','2026-04-07 20:23:43'), +(33844,11352,'action complete via WP Cron','2026-04-07 18:23:43','2026-04-07 20:23:43'), +(33845,11353,'action started via WP Cron','2026-04-07 19:47:11','2026-04-07 21:47:11'), +(33846,11354,'action created','2026-04-07 19:47:11','2026-04-07 21:47:11'), +(33847,11353,'action complete via WP Cron','2026-04-07 19:47:11','2026-04-07 21:47:11'), +(33848,11354,'action started via WP Cron','2026-04-07 20:49:15','2026-04-07 22:49:15'), +(33849,11355,'action created','2026-04-07 20:49:15','2026-04-07 22:49:15'), +(33850,11354,'action complete via WP Cron','2026-04-07 20:49:15','2026-04-07 22:49:15'), +(33851,11318,'action started via WP Cron','2026-04-07 21:49:44','2026-04-07 23:49:44'), +(33852,11318,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33853,11356,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33854,11319,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33855,11319,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33856,11357,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33857,11320,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33858,11320,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33859,11358,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33860,11321,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33861,11359,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33862,11321,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33863,11355,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33864,11360,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33865,11355,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33866,11324,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33868,11361,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33869,11362,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33870,11324,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33871,11363,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33872,11362,'action started via WP Cron','2026-04-07 21:50:47','2026-04-07 23:50:47'), +(33873,11362,'action complete via WP Cron','2026-04-07 21:50:48','2026-04-07 23:50:48'), +(33874,11360,'action started via WP Cron','2026-04-07 22:54:33','2026-04-08 00:54:33'), +(33875,11364,'action created','2026-04-07 22:54:33','2026-04-08 00:54:33'), +(33876,11360,'action complete via WP Cron','2026-04-07 22:54:33','2026-04-08 00:54:33'), +(33877,11364,'action started via WP Cron','2026-04-07 23:56:19','2026-04-08 01:56:19'), +(33878,11365,'action created','2026-04-07 23:56:19','2026-04-08 01:56:19'), +(33879,11364,'action complete via WP Cron','2026-04-07 23:56:19','2026-04-08 01:56:19'), +(33880,11365,'action started via WP Cron','2026-04-08 01:06:50','2026-04-08 03:06:50'), +(33881,11366,'action created','2026-04-08 01:06:50','2026-04-08 03:06:50'), +(33882,11365,'action complete via WP Cron','2026-04-08 01:06:50','2026-04-08 03:06:50'), +(33883,11347,'action started via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33884,11347,'action complete via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33885,11367,'action created','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33886,11366,'action started via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33887,11368,'action created','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33888,11366,'action complete via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33889,11368,'action started via WP Cron','2026-04-08 03:49:56','2026-04-08 05:49:56'), +(33890,11369,'action created','2026-04-08 03:49:56','2026-04-08 05:49:56'), +(33891,11368,'action complete via WP Cron','2026-04-08 03:49:56','2026-04-08 05:49:56'), +(33892,11361,'action started via WP Cron','2026-04-08 04:18:56','2026-04-08 06:18:56'), +(33893,11361,'action complete via WP Cron','2026-04-08 04:18:56','2026-04-08 06:18:56'), +(33894,11370,'action created','2026-04-08 04:18:56','2026-04-08 06:18:56'), +(33895,11369,'action started via WP Cron','2026-04-08 05:06:57','2026-04-08 07:06:57'), +(33896,11371,'action created','2026-04-08 05:06:57','2026-04-08 07:06:57'), +(33897,11369,'action complete via WP Cron','2026-04-08 05:06:57','2026-04-08 07:06:57'), +(33898,11371,'action started via WP Cron','2026-04-08 06:12:44','2026-04-08 08:12:44'), +(33899,11372,'action created','2026-04-08 06:12:44','2026-04-08 08:12:44'), +(33900,11371,'action complete via WP Cron','2026-04-08 06:12:45','2026-04-08 08:12:45'), +(33901,11335,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33902,11335,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33903,11373,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33904,11336,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33905,11336,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33906,11374,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33907,11337,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33908,11337,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33909,11375,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33910,11372,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33911,11376,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33912,11372,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33913,11376,'action started via WP Cron','2026-04-08 09:11:30','2026-04-08 11:11:30'), +(33914,11377,'action created','2026-04-08 09:11:30','2026-04-08 11:11:30'), +(33915,11376,'action complete via WP Cron','2026-04-08 09:11:30','2026-04-08 11:11:30'), +(33916,11377,'action started via WP Cron','2026-04-08 10:20:54','2026-04-08 12:20:54'), +(33917,11378,'action created','2026-04-08 10:20:54','2026-04-08 12:20:54'), +(33918,11377,'action complete via WP Cron','2026-04-08 10:20:54','2026-04-08 12:20:54'), +(33919,11378,'action started via WP Cron','2026-04-08 11:34:18','2026-04-08 13:34:18'), +(33920,11379,'action created','2026-04-08 11:34:18','2026-04-08 13:34:18'), +(33921,11378,'action complete via WP Cron','2026-04-08 11:34:18','2026-04-08 13:34:18'), +(33922,11379,'action started via WP Cron','2026-04-08 12:41:43','2026-04-08 14:41:43'), +(33923,11380,'action created','2026-04-08 12:41:43','2026-04-08 14:41:43'), +(33924,11379,'action complete via WP Cron','2026-04-08 12:41:44','2026-04-08 14:41:44'), +(33925,11380,'action started via WP Cron','2026-04-08 13:45:39','2026-04-08 15:45:39'), +(33926,11381,'action created','2026-04-08 13:45:39','2026-04-08 15:45:39'), +(33927,11380,'action complete via WP Cron','2026-04-08 13:45:39','2026-04-08 15:45:39'), +(33928,11367,'action started via WP Cron','2026-04-08 14:36:24','2026-04-08 16:36:24'), +(33929,11367,'action complete via WP Cron','2026-04-08 14:36:24','2026-04-08 16:36:24'), +(33930,11382,'action created','2026-04-08 14:36:24','2026-04-08 16:36:24'), +(33931,11381,'action started via WP Cron','2026-04-08 14:45:39','2026-04-08 16:45:39'), +(33932,11383,'action created','2026-04-08 14:45:39','2026-04-08 16:45:39'), +(33933,11381,'action complete via WP Cron','2026-04-08 14:45:39','2026-04-08 16:45:39'), +(33934,11383,'action started via WP Cron','2026-04-08 16:04:06','2026-04-08 18:04:06'), +(33935,11384,'action created','2026-04-08 16:04:06','2026-04-08 18:04:06'), +(33936,11383,'action complete via WP Cron','2026-04-08 16:04:06','2026-04-08 18:04:06'), +(33937,11349,'action started via WP Cron','2026-04-08 16:17:38','2026-04-08 18:17:38'), +(33938,11349,'action complete via WP Cron','2026-04-08 16:17:38','2026-04-08 18:17:38'), +(33939,11385,'action created','2026-04-08 16:17:38','2026-04-08 18:17:38'), +(33940,11370,'action started via WP Cron','2026-04-08 16:19:14','2026-04-08 18:19:14'), +(33941,11370,'action complete via WP Cron','2026-04-08 16:19:14','2026-04-08 18:19:14'), +(33943,11384,'action started via WP Cron','2026-04-08 17:08:44','2026-04-08 19:08:44'), +(33944,11387,'action created','2026-04-08 17:08:44','2026-04-08 19:08:44'), +(33945,11384,'action complete via WP Cron','2026-04-08 17:08:44','2026-04-08 19:08:44'), +(33946,11387,'action started via WP Cron','2026-04-08 18:10:44','2026-04-08 20:10:44'), +(33947,11388,'action created','2026-04-08 18:10:44','2026-04-08 20:10:44'), +(33948,11387,'action complete via WP Cron','2026-04-08 18:10:44','2026-04-08 20:10:44'), +(33949,11388,'action started via WP Cron','2026-04-08 19:59:05','2026-04-08 21:59:05'), +(33950,11389,'action created','2026-04-08 19:59:05','2026-04-08 21:59:05'), +(33951,11388,'action complete via WP Cron','2026-04-08 19:59:05','2026-04-08 21:59:05'), +(33952,11389,'action started via WP Cron','2026-04-08 21:07:54','2026-04-08 23:07:54'), +(33953,11390,'action created','2026-04-08 21:07:54','2026-04-08 23:07:54'), +(33954,11389,'action complete via WP Cron','2026-04-08 21:07:54','2026-04-08 23:07:54'), +(33955,11356,'action started via WP Cron','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33956,11356,'action complete via WP Cron','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33957,11391,'action created','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33958,11357,'action started via WP Cron','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33959,11357,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33960,11392,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33961,11358,'action started via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33962,11358,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33963,11393,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33964,11359,'action started via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33965,11394,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33966,11359,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33967,11363,'action started via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33969,11395,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33970,11396,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33971,11363,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33972,11397,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33973,11396,'action started via WP Cron','2026-04-08 22:06:03','2026-04-09 00:06:03'), +(33974,11396,'action complete via WP Cron','2026-04-08 22:06:03','2026-04-09 00:06:03'), +(33975,11390,'action started via WP Cron','2026-04-08 22:21:00','2026-04-09 00:21:00'), +(33976,11398,'action created','2026-04-08 22:21:00','2026-04-09 00:21:00'), +(33977,11390,'action complete via WP Cron','2026-04-08 22:21:00','2026-04-09 00:21:00'), +(33978,11398,'action started via WP Cron','2026-04-08 23:21:13','2026-04-09 01:21:13'), +(33979,11399,'action created','2026-04-08 23:21:13','2026-04-09 01:21:13'), +(33980,11398,'action complete via WP Cron','2026-04-08 23:21:13','2026-04-09 01:21:13'), +(33981,11399,'action started via WP Cron','2026-04-09 00:42:56','2026-04-09 02:42:56'), +(33982,11400,'action created','2026-04-09 00:42:56','2026-04-09 02:42:56'), +(33983,11399,'action complete via WP Cron','2026-04-09 00:42:56','2026-04-09 02:42:56'), +(33984,11400,'action started via WP Cron','2026-04-09 02:12:41','2026-04-09 04:12:41'), +(33985,11401,'action created','2026-04-09 02:12:41','2026-04-09 04:12:41'), +(33986,11400,'action complete via WP Cron','2026-04-09 02:12:41','2026-04-09 04:12:41'), +(33987,11382,'action started via WP Cron','2026-04-09 02:47:53','2026-04-09 04:47:53'), +(33988,11382,'action complete via WP Cron','2026-04-09 02:47:53','2026-04-09 04:47:53'), +(33989,11402,'action created','2026-04-09 02:47:53','2026-04-09 04:47:53'), +(33990,11401,'action started via WP Cron','2026-04-09 03:14:18','2026-04-09 05:14:18'), +(33991,11403,'action created','2026-04-09 03:14:18','2026-04-09 05:14:18'), +(33992,11401,'action complete via WP Cron','2026-04-09 03:14:18','2026-04-09 05:14:18'), +(33993,11395,'action started via WP Cron','2026-04-09 04:09:03','2026-04-09 06:09:03'), +(33994,11395,'action complete via WP Cron','2026-04-09 04:09:03','2026-04-09 06:09:03'), +(33995,11404,'action created','2026-04-09 04:09:03','2026-04-09 06:09:03'), +(33996,11403,'action started via WP Cron','2026-04-09 04:15:14','2026-04-09 06:15:14'), +(33997,11405,'action created','2026-04-09 04:15:14','2026-04-09 06:15:14'), +(33998,11403,'action complete via WP Cron','2026-04-09 04:15:14','2026-04-09 06:15:14'), +(33999,11405,'action started via WP Cron','2026-04-09 05:19:18','2026-04-09 07:19:18'), +(34000,11406,'action created','2026-04-09 05:19:18','2026-04-09 07:19:18'), +(34001,11405,'action complete via WP Cron','2026-04-09 05:19:18','2026-04-09 07:19:18'), +(34002,11406,'action started via WP Cron','2026-04-09 06:19:43','2026-04-09 08:19:43'), +(34003,11407,'action created','2026-04-09 06:19:43','2026-04-09 08:19:43'), +(34004,11406,'action complete via WP Cron','2026-04-09 06:19:43','2026-04-09 08:19:43'), +(34005,11407,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34006,11408,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34007,11407,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34008,11373,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34009,11373,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34010,11409,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34011,11374,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34012,11374,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34013,11410,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34014,11375,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34015,11375,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34016,11411,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34017,11408,'action started via WP Cron','2026-04-09 09:06:32','2026-04-09 11:06:32'), +(34018,11412,'action created','2026-04-09 09:06:32','2026-04-09 11:06:32'), +(34019,11408,'action complete via WP Cron','2026-04-09 09:06:32','2026-04-09 11:06:32'), +(34020,11412,'action started via WP Cron','2026-04-09 10:08:09','2026-04-09 12:08:09'), +(34021,11413,'action created','2026-04-09 10:08:09','2026-04-09 12:08:09'), +(34022,11412,'action complete via WP Cron','2026-04-09 10:08:09','2026-04-09 12:08:09'), +(34023,11413,'action started via WP Cron','2026-04-09 11:11:58','2026-04-09 13:11:58'), +(34024,11414,'action created','2026-04-09 11:11:58','2026-04-09 13:11:58'), +(34025,11413,'action complete via WP Cron','2026-04-09 11:11:58','2026-04-09 13:11:58'), +(34026,11414,'action started via WP Cron','2026-04-09 12:14:49','2026-04-09 14:14:49'), +(34027,11415,'action created','2026-04-09 12:14:49','2026-04-09 14:14:49'), +(34028,11414,'action complete via WP Cron','2026-04-09 12:14:49','2026-04-09 14:14:49'), +(34029,11415,'action started via WP Cron','2026-04-09 13:23:41','2026-04-09 15:23:41'), +(34030,11416,'action created','2026-04-09 13:23:41','2026-04-09 15:23:41'), +(34031,11415,'action complete via WP Cron','2026-04-09 13:23:41','2026-04-09 15:23:41'), +(34032,11416,'action started via WP Cron','2026-04-09 14:27:23','2026-04-09 16:27:23'), +(34033,11417,'action created','2026-04-09 14:27:23','2026-04-09 16:27:23'), +(34034,11416,'action complete via WP Cron','2026-04-09 14:27:23','2026-04-09 16:27:23'), +(34035,11402,'action started via WP Cron','2026-04-09 15:05:45','2026-04-09 17:05:45'), +(34036,11402,'action complete via WP Cron','2026-04-09 15:05:45','2026-04-09 17:05:45'), +(34037,11418,'action created','2026-04-09 15:05:45','2026-04-09 17:05:45'), +(34038,11417,'action started via WP Cron','2026-04-09 15:36:27','2026-04-09 17:36:27'), +(34039,11419,'action created','2026-04-09 15:36:27','2026-04-09 17:36:27'), +(34040,11417,'action complete via WP Cron','2026-04-09 15:36:27','2026-04-09 17:36:27'), +(34041,11404,'action started via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34042,11404,'action complete via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34044,11385,'action started via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34045,11385,'action complete via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34046,11421,'action created','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34047,11419,'action started via WP Cron','2026-04-09 16:54:16','2026-04-09 18:54:16'), +(34048,11422,'action created','2026-04-09 16:54:16','2026-04-09 18:54:16'), +(34049,11419,'action complete via WP Cron','2026-04-09 16:54:16','2026-04-09 18:54:16'), +(34050,11422,'action started via WP Cron','2026-04-09 18:11:32','2026-04-09 20:11:32'), +(34051,11423,'action created','2026-04-09 18:11:32','2026-04-09 20:11:32'), +(34052,11422,'action complete via WP Cron','2026-04-09 18:11:32','2026-04-09 20:11:32'), +(34053,11423,'action started via WP Cron','2026-04-09 19:16:16','2026-04-09 21:16:16'), +(34054,11424,'action created','2026-04-09 19:16:16','2026-04-09 21:16:16'), +(34055,11423,'action complete via WP Cron','2026-04-09 19:16:17','2026-04-09 21:16:17'), +(34056,11424,'action started via WP Cron','2026-04-09 20:45:03','2026-04-09 22:45:03'), +(34057,11425,'action created','2026-04-09 20:45:03','2026-04-09 22:45:03'), +(34058,11424,'action complete via WP Cron','2026-04-09 20:45:03','2026-04-09 22:45:03'), +(34059,11425,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34060,11426,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34061,11425,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34062,11391,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34063,11391,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34064,11427,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34065,11392,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34066,11392,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34067,11428,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34068,11393,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34069,11393,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34070,11429,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34071,11394,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34072,11430,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34073,11394,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34074,11397,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34076,11431,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34077,11432,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34078,11397,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34079,11433,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34080,11432,'action started via WP Cron','2026-04-09 22:17:52','2026-04-10 00:17:52'), +(34081,11432,'action complete via WP Cron','2026-04-09 22:17:52','2026-04-10 00:17:52'), +(34082,11426,'action started via WP Cron','2026-04-09 23:20:04','2026-04-10 01:20:04'), +(34083,11434,'action created','2026-04-09 23:20:04','2026-04-10 01:20:04'), +(34084,11426,'action complete via WP Cron','2026-04-09 23:20:04','2026-04-10 01:20:04'), +(34085,11434,'action started via WP Cron','2026-04-10 00:40:28','2026-04-10 02:40:28'), +(34086,11435,'action created','2026-04-10 00:40:28','2026-04-10 02:40:28'), +(34087,11434,'action complete via WP Cron','2026-04-10 00:40:28','2026-04-10 02:40:28'), +(34088,11435,'action started via WP Cron','2026-04-10 02:18:20','2026-04-10 04:18:20'), +(34089,11436,'action created','2026-04-10 02:18:20','2026-04-10 04:18:20'), +(34090,11435,'action complete via WP Cron','2026-04-10 02:18:20','2026-04-10 04:18:20'), +(34091,11418,'action started via WP Cron','2026-04-10 03:06:07','2026-04-10 05:06:07'), +(34092,11418,'action complete via WP Cron','2026-04-10 03:06:07','2026-04-10 05:06:07'), +(34093,11437,'action created','2026-04-10 03:06:07','2026-04-10 05:06:07'), +(34094,11436,'action started via WP Cron','2026-04-10 03:57:03','2026-04-10 05:57:03'), +(34095,11438,'action created','2026-04-10 03:57:03','2026-04-10 05:57:03'), +(34096,11436,'action complete via WP Cron','2026-04-10 03:57:03','2026-04-10 05:57:03'), +(34097,11431,'action started via WP Cron','2026-04-10 04:00:26','2026-04-10 06:00:26'), +(34098,11431,'action complete via WP Cron','2026-04-10 04:00:26','2026-04-10 06:00:26'), +(34099,11439,'action created','2026-04-10 04:00:26','2026-04-10 06:00:26'), +(34100,11438,'action started via WP Cron','2026-04-10 05:26:45','2026-04-10 07:26:45'), +(34101,11440,'action created','2026-04-10 05:26:45','2026-04-10 07:26:45'), +(34102,11438,'action complete via WP Cron','2026-04-10 05:26:45','2026-04-10 07:26:45'), +(34103,11440,'action started via WP Cron','2026-04-10 06:34:36','2026-04-10 08:34:36'), +(34104,11441,'action created','2026-04-10 06:34:36','2026-04-10 08:34:36'), +(34105,11440,'action complete via WP Cron','2026-04-10 06:34:36','2026-04-10 08:34:36'), +(34106,11441,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34107,11442,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34108,11441,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34109,11409,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34110,11409,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34111,11443,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34112,11410,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34113,11410,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34114,11444,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34115,11411,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34116,11411,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34117,11445,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34118,11442,'action started via WP Cron','2026-04-10 09:31:18','2026-04-10 11:31:18'), +(34119,11446,'action created','2026-04-10 09:31:18','2026-04-10 11:31:18'), +(34120,11442,'action complete via WP Cron','2026-04-10 09:31:18','2026-04-10 11:31:18'), +(34121,11446,'action started via WP Cron','2026-04-10 10:50:56','2026-04-10 12:50:56'), +(34122,11447,'action created','2026-04-10 10:50:56','2026-04-10 12:50:56'), +(34123,11446,'action complete via WP Cron','2026-04-10 10:50:56','2026-04-10 12:50:56'), +(34124,11447,'action started via WP Cron','2026-04-10 11:55:26','2026-04-10 13:55:26'), +(34125,11448,'action created','2026-04-10 11:55:26','2026-04-10 13:55:26'), +(34126,11447,'action complete via WP Cron','2026-04-10 11:55:26','2026-04-10 13:55:26'), +(34127,11448,'action started via WP Cron','2026-04-10 12:58:08','2026-04-10 14:58:08'), +(34128,11449,'action created','2026-04-10 12:58:08','2026-04-10 14:58:08'), +(34129,11448,'action complete via WP Cron','2026-04-10 12:58:08','2026-04-10 14:58:08'), +(34130,11449,'action started via WP Cron','2026-04-10 14:11:17','2026-04-10 16:11:17'), +(34131,11450,'action created','2026-04-10 14:11:17','2026-04-10 16:11:17'), +(34132,11449,'action complete via WP Cron','2026-04-10 14:11:17','2026-04-10 16:11:17'), +(34133,11437,'action started via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34134,11437,'action complete via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34135,11451,'action created','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34136,11450,'action started via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34137,11452,'action created','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34138,11450,'action complete via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34139,11439,'action started via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34140,11439,'action complete via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34142,11452,'action started via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34143,11454,'action created','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34144,11452,'action complete via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34145,11421,'action started via WP Cron','2026-04-10 16:22:26','2026-04-10 18:22:26'), +(34146,11421,'action complete via WP Cron','2026-04-10 16:22:26','2026-04-10 18:22:26'), +(34147,11455,'action created','2026-04-10 16:22:26','2026-04-10 18:22:26'), +(34148,11454,'action started via WP Cron','2026-04-10 17:40:40','2026-04-10 19:40:40'), +(34149,11456,'action created','2026-04-10 17:40:40','2026-04-10 19:40:40'), +(34150,11454,'action complete via WP Cron','2026-04-10 17:40:40','2026-04-10 19:40:40'), +(34151,11456,'action started via WP Cron','2026-04-10 18:51:19','2026-04-10 20:51:19'), +(34152,11457,'action created','2026-04-10 18:51:19','2026-04-10 20:51:19'), +(34153,11456,'action complete via WP Cron','2026-04-10 18:51:19','2026-04-10 20:51:19'), +(34154,11457,'action started via WP Cron','2026-04-10 19:56:35','2026-04-10 21:56:35'), +(34155,11458,'action created','2026-04-10 19:56:35','2026-04-10 21:56:35'), +(34156,11457,'action complete via WP Cron','2026-04-10 19:56:35','2026-04-10 21:56:35'), +(34157,11458,'action started via WP Cron','2026-04-10 21:01:55','2026-04-10 23:01:55'), +(34158,11459,'action created','2026-04-10 21:01:55','2026-04-10 23:01:55'), +(34159,11458,'action complete via WP Cron','2026-04-10 21:01:55','2026-04-10 23:01:55'), +(34160,11459,'action started via WP Cron','2026-04-10 22:04:03','2026-04-11 00:04:03'), +(34161,11460,'action created','2026-04-10 22:04:03','2026-04-11 00:04:03'), +(34162,11459,'action complete via WP Cron','2026-04-10 22:04:03','2026-04-11 00:04:03'), +(34163,11427,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34164,11427,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34165,11461,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34166,11428,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34167,11428,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34168,11462,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34169,11429,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34170,11429,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34171,11463,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34172,11430,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34173,11464,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34174,11430,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34175,11433,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34177,11465,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34178,11466,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34179,11433,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34180,11467,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34181,11466,'action started via WP Cron','2026-04-10 22:23:38','2026-04-11 00:23:38'), +(34182,11466,'action complete via WP Cron','2026-04-10 22:23:38','2026-04-11 00:23:38'), +(34183,11460,'action started via WP Cron','2026-04-10 23:05:56','2026-04-11 01:05:56'), +(34184,11468,'action created','2026-04-10 23:05:56','2026-04-11 01:05:56'), +(34185,11460,'action complete via WP Cron','2026-04-10 23:05:56','2026-04-11 01:05:56'), +(34186,11468,'action started via WP Cron','2026-04-11 01:08:54','2026-04-11 03:08:54'), +(34187,11469,'action created','2026-04-11 01:08:54','2026-04-11 03:08:54'), +(34188,11468,'action complete via WP Cron','2026-04-11 01:08:54','2026-04-11 03:08:54'), +(34189,11469,'action started via WP Cron','2026-04-11 02:33:06','2026-04-11 04:33:06'), +(34190,11470,'action created','2026-04-11 02:33:06','2026-04-11 04:33:06'), +(34191,11469,'action complete via WP Cron','2026-04-11 02:33:06','2026-04-11 04:33:06'), +(34192,11451,'action started via WP Cron','2026-04-11 03:21:03','2026-04-11 05:21:03'), +(34193,11451,'action complete via WP Cron','2026-04-11 03:21:03','2026-04-11 05:21:03'), +(34194,11471,'action created','2026-04-11 03:21:03','2026-04-11 05:21:03'), +(34195,11470,'action started via WP Cron','2026-04-11 03:49:11','2026-04-11 05:49:11'), +(34196,11472,'action created','2026-04-11 03:49:11','2026-04-11 05:49:11'), +(34197,11470,'action complete via WP Cron','2026-04-11 03:49:11','2026-04-11 05:49:11'), +(34198,11465,'action started via WP Cron','2026-04-11 04:04:07','2026-04-11 06:04:07'), +(34199,11465,'action complete via WP Cron','2026-04-11 04:04:07','2026-04-11 06:04:07'), +(34200,11473,'action created','2026-04-11 04:04:07','2026-04-11 06:04:07'), +(34201,11472,'action started via WP Cron','2026-04-11 05:04:47','2026-04-11 07:04:47'), +(34202,11474,'action created','2026-04-11 05:04:47','2026-04-11 07:04:47'), +(34203,11472,'action complete via WP Cron','2026-04-11 05:04:47','2026-04-11 07:04:47'), +(34204,11474,'action started via WP Cron','2026-04-11 06:24:33','2026-04-11 08:24:33'), +(34205,11475,'action created','2026-04-11 06:24:33','2026-04-11 08:24:33'), +(34206,11474,'action complete via WP Cron','2026-04-11 06:24:33','2026-04-11 08:24:33'), +(34207,11475,'action started via WP Cron','2026-04-11 07:29:11','2026-04-11 09:29:11'), +(34208,11476,'action created','2026-04-11 07:29:11','2026-04-11 09:29:11'), +(34209,11475,'action complete via WP Cron','2026-04-11 07:29:11','2026-04-11 09:29:11'), +(34210,11443,'action started via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34211,11443,'action complete via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34212,11477,'action created','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34213,11444,'action started via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34214,11444,'action complete via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34215,11478,'action created','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34216,11445,'action started via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34217,11445,'action complete via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34218,11479,'action created','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34219,11476,'action started via WP Cron','2026-04-11 09:02:50','2026-04-11 11:02:50'), +(34220,11480,'action created','2026-04-11 09:02:50','2026-04-11 11:02:50'), +(34221,11476,'action complete via WP Cron','2026-04-11 09:02:50','2026-04-11 11:02:50'), +(34222,11480,'action started via WP Cron','2026-04-11 10:18:40','2026-04-11 12:18:40'), +(34223,11481,'action created','2026-04-11 10:18:40','2026-04-11 12:18:40'), +(34224,11480,'action complete via WP Cron','2026-04-11 10:18:40','2026-04-11 12:18:40'), +(34225,11481,'action started via WP Cron','2026-04-11 11:40:41','2026-04-11 13:40:41'), +(34226,11482,'action created','2026-04-11 11:40:41','2026-04-11 13:40:41'), +(34227,11481,'action complete via WP Cron','2026-04-11 11:40:41','2026-04-11 13:40:41'), +(34228,11482,'action started via WP Cron','2026-04-11 13:02:57','2026-04-11 15:02:57'), +(34229,11483,'action created','2026-04-11 13:02:57','2026-04-11 15:02:57'), +(34230,11482,'action complete via WP Cron','2026-04-11 13:02:57','2026-04-11 15:02:57'), +(34231,11483,'action started via WP Cron','2026-04-11 14:16:19','2026-04-11 16:16:19'), +(34232,11484,'action created','2026-04-11 14:16:19','2026-04-11 16:16:19'), +(34233,11483,'action complete via WP Cron','2026-04-11 14:16:19','2026-04-11 16:16:19'), +(34234,11484,'action started via WP Cron','2026-04-11 15:20:53','2026-04-11 17:20:53'), +(34235,11485,'action created','2026-04-11 15:20:53','2026-04-11 17:20:53'), +(34236,11484,'action complete via WP Cron','2026-04-11 15:20:53','2026-04-11 17:20:53'), +(34237,11471,'action started via WP Cron','2026-04-11 15:26:57','2026-04-11 17:26:57'), +(34238,11471,'action complete via WP Cron','2026-04-11 15:26:57','2026-04-11 17:26:57'), +(34239,11486,'action created','2026-04-11 15:26:57','2026-04-11 17:26:57'), +(34240,11473,'action started via WP Cron','2026-04-11 16:06:59','2026-04-11 18:06:59'), +(34241,11473,'action complete via WP Cron','2026-04-11 16:06:59','2026-04-11 18:06:59'), +(34243,11485,'action started via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34244,11488,'action created','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34245,11485,'action complete via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34246,11455,'action started via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34247,11455,'action complete via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34248,11489,'action created','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34249,11488,'action started via WP Cron','2026-04-11 17:55:03','2026-04-11 19:55:03'), +(34250,11490,'action created','2026-04-11 17:55:03','2026-04-11 19:55:03'), +(34251,11488,'action complete via WP Cron','2026-04-11 17:55:03','2026-04-11 19:55:03'), +(34252,11490,'action started via WP Cron','2026-04-11 18:59:36','2026-04-11 20:59:36'), +(34253,11491,'action created','2026-04-11 18:59:36','2026-04-11 20:59:36'), +(34254,11490,'action complete via WP Cron','2026-04-11 18:59:36','2026-04-11 20:59:36'), +(34255,11491,'action started via WP Cron','2026-04-11 20:25:18','2026-04-11 22:25:18'), +(34256,11492,'action created','2026-04-11 20:25:18','2026-04-11 22:25:18'), +(34257,11491,'action complete via WP Cron','2026-04-11 20:25:18','2026-04-11 22:25:18'), +(34258,11492,'action started via WP Cron','2026-04-11 21:26:41','2026-04-11 23:26:41'), +(34259,11493,'action created','2026-04-11 21:26:41','2026-04-11 23:26:41'), +(34260,11492,'action complete via WP Cron','2026-04-11 21:26:41','2026-04-11 23:26:41'), +(34261,11461,'action started via WP Cron','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34262,11461,'action complete via WP Cron','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34263,11494,'action created','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34264,11462,'action started via WP Cron','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34265,11462,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34266,11495,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34267,11463,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34268,11463,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34269,11496,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34270,11464,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34271,11497,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34272,11464,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34273,11493,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34274,11498,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34275,11493,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34276,11467,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34278,11499,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34279,11500,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34280,11467,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34281,11501,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34282,11500,'action started via WP Cron','2026-04-11 22:55:17','2026-04-12 00:55:17'), +(34283,11500,'action complete via WP Cron','2026-04-11 22:55:17','2026-04-12 00:55:17'), +(34284,11498,'action started via WP Cron','2026-04-11 23:49:46','2026-04-12 01:49:46'), +(34285,11502,'action created','2026-04-11 23:49:46','2026-04-12 01:49:46'), +(34286,11498,'action complete via WP Cron','2026-04-11 23:49:46','2026-04-12 01:49:46'), +(34287,11502,'action started via WP Cron','2026-04-12 00:54:57','2026-04-12 02:54:57'), +(34288,11503,'action created','2026-04-12 00:54:57','2026-04-12 02:54:57'), +(34289,11502,'action complete via WP Cron','2026-04-12 00:54:57','2026-04-12 02:54:57'), +(34290,11503,'action started via WP Cron','2026-04-12 01:56:07','2026-04-12 03:56:07'), +(34291,11504,'action created','2026-04-12 01:56:07','2026-04-12 03:56:07'), +(34292,11503,'action complete via WP Cron','2026-04-12 01:56:07','2026-04-12 03:56:07'), +(34293,11504,'action started via WP Cron','2026-04-12 03:00:55','2026-04-12 05:00:55'), +(34294,11505,'action created','2026-04-12 03:00:55','2026-04-12 05:00:55'), +(34295,11504,'action complete via WP Cron','2026-04-12 03:00:55','2026-04-12 05:00:55'), +(34296,11486,'action started via WP Cron','2026-04-12 03:30:37','2026-04-12 05:30:37'), +(34297,11486,'action complete via WP Cron','2026-04-12 03:30:37','2026-04-12 05:30:37'), +(34298,11506,'action created','2026-04-12 03:30:37','2026-04-12 05:30:37'), +(34299,11499,'action started via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34300,11499,'action complete via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34301,11507,'action created','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34302,11505,'action started via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34303,11508,'action created','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34304,11505,'action complete via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34305,11508,'action started via WP Cron','2026-04-12 05:28:00','2026-04-12 07:28:00'), +(34306,11509,'action created','2026-04-12 05:28:00','2026-04-12 07:28:00'), +(34307,11508,'action complete via WP Cron','2026-04-12 05:28:00','2026-04-12 07:28:00'), +(34308,11509,'action started via WP Cron','2026-04-12 06:48:44','2026-04-12 08:48:44'), +(34309,11510,'action created','2026-04-12 06:48:44','2026-04-12 08:48:44'), +(34310,11509,'action complete via WP Cron','2026-04-12 06:48:44','2026-04-12 08:48:44'), +(34311,11510,'action started via WP Cron','2026-04-12 08:00:28','2026-04-12 10:00:28'), +(34312,11511,'action created','2026-04-12 08:00:28','2026-04-12 10:00:28'), +(34313,11510,'action complete via WP Cron','2026-04-12 08:00:28','2026-04-12 10:00:28'), +(34314,11477,'action started via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34315,11477,'action complete via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34316,11512,'action created','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34317,11478,'action started via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34318,11478,'action complete via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34319,11513,'action created','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34320,11479,'action started via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34321,11479,'action complete via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34322,11514,'action created','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34323,11511,'action started via WP Cron','2026-04-12 09:29:22','2026-04-12 11:29:22'), +(34324,11515,'action created','2026-04-12 09:29:22','2026-04-12 11:29:22'), +(34325,11511,'action complete via WP Cron','2026-04-12 09:29:22','2026-04-12 11:29:22'), +(34326,11515,'action started via WP Cron','2026-04-12 10:33:45','2026-04-12 12:33:45'), +(34327,11516,'action created','2026-04-12 10:33:45','2026-04-12 12:33:45'), +(34328,11515,'action complete via WP Cron','2026-04-12 10:33:45','2026-04-12 12:33:45'), +(34329,11516,'action started via WP Cron','2026-04-12 11:52:19','2026-04-12 13:52:19'), +(34330,11517,'action created','2026-04-12 11:52:19','2026-04-12 13:52:19'), +(34331,11516,'action complete via WP Cron','2026-04-12 11:52:19','2026-04-12 13:52:19'), +(34332,11517,'action started via WP Cron','2026-04-12 12:57:19','2026-04-12 14:57:19'), +(34333,11518,'action created','2026-04-12 12:57:19','2026-04-12 14:57:19'), +(34334,11517,'action complete via WP Cron','2026-04-12 12:57:19','2026-04-12 14:57:19'), +(34335,11519,'action created','2026-04-12 13:55:27','2026-04-12 15:55:27'), +(34336,11519,'action started via WP Cron','2026-04-12 13:56:27','2026-04-12 15:56:27'), +(34337,11519,'action complete via WP Cron','2026-04-12 13:56:27','2026-04-12 15:56:27'), +(34338,11518,'action started via WP Cron','2026-04-12 13:57:33','2026-04-12 15:57:33'), +(34339,11520,'action created','2026-04-12 13:57:33','2026-04-12 15:57:33'), +(34340,11518,'action complete via WP Cron','2026-04-12 13:57:33','2026-04-12 15:57:33'), +(34341,11520,'action started via Async Request','2026-04-12 15:00:10','2026-04-12 17:00:10'), +(34342,11521,'action created','2026-04-12 15:00:10','2026-04-12 17:00:10'), +(34343,11520,'action complete via Async Request','2026-04-12 15:00:10','2026-04-12 17:00:10'), +(34344,11506,'action started via WP Cron','2026-04-12 15:49:39','2026-04-12 17:49:39'), +(34345,11506,'action complete via WP Cron','2026-04-12 15:49:39','2026-04-12 17:49:39'), +(34346,11522,'action created','2026-04-12 15:49:39','2026-04-12 17:49:39'), +(34347,11521,'action started via WP Cron','2026-04-12 16:19:30','2026-04-12 18:19:30'), +(34348,11523,'action created','2026-04-12 16:19:30','2026-04-12 18:19:30'), +(34349,11521,'action complete via WP Cron','2026-04-12 16:19:30','2026-04-12 18:19:30'), +(34350,11507,'action started via WP Cron','2026-04-12 16:21:16','2026-04-12 18:21:16'), +(34351,11507,'action complete via WP Cron','2026-04-12 16:21:16','2026-04-12 18:21:16'), +(34353,11489,'action started via WP Cron','2026-04-12 16:47:01','2026-04-12 18:47:01'), +(34354,11489,'action complete via WP Cron','2026-04-12 16:47:01','2026-04-12 18:47:01'), +(34355,11525,'action created','2026-04-12 16:47:01','2026-04-12 18:47:01'), +(34356,11523,'action started via WP Cron','2026-04-12 17:21:33','2026-04-12 19:21:33'), +(34357,11526,'action created','2026-04-12 17:21:33','2026-04-12 19:21:33'), +(34358,11523,'action complete via WP Cron','2026-04-12 17:21:33','2026-04-12 19:21:33'), +(34359,11526,'action started via WP Cron','2026-04-12 18:24:14','2026-04-12 20:24:14'), +(34360,11527,'action created','2026-04-12 18:24:14','2026-04-12 20:24:14'), +(34361,11526,'action complete via WP Cron','2026-04-12 18:24:14','2026-04-12 20:24:14'), +(34362,11527,'action started via WP Cron','2026-04-12 19:24:54','2026-04-12 21:24:54'), +(34363,11528,'action created','2026-04-12 19:24:54','2026-04-12 21:24:54'), +(34364,11527,'action complete via WP Cron','2026-04-12 19:24:54','2026-04-12 21:24:54'), +(34365,11528,'action started via WP Cron','2026-04-12 20:30:21','2026-04-12 22:30:21'), +(34366,11529,'action created','2026-04-12 20:30:21','2026-04-12 22:30:21'), +(34367,11528,'action complete via WP Cron','2026-04-12 20:30:21','2026-04-12 22:30:21'), +(34368,11529,'action started via WP Cron','2026-04-12 22:00:18','2026-04-13 00:00:18'), +(34369,11530,'action created','2026-04-12 22:00:18','2026-04-13 00:00:18'), +(34370,11529,'action complete via WP Cron','2026-04-12 22:00:18','2026-04-13 00:00:18'), +(34371,11494,'action started via WP Cron','2026-04-12 22:42:00','2026-04-13 00:42:00'), +(34372,11494,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34373,11531,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34374,11495,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34375,11495,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34376,11532,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34377,11496,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34378,11496,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34379,11533,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34380,11497,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34381,11534,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34382,11497,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34383,11501,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34385,11535,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34386,11536,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34387,11501,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34388,11537,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34389,11536,'action started via WP Cron','2026-04-12 22:52:09','2026-04-13 00:52:09'), +(34390,11536,'action complete via WP Cron','2026-04-12 22:52:09','2026-04-13 00:52:09'), +(34391,11530,'action started via WP Cron','2026-04-12 23:24:13','2026-04-13 01:24:13'), +(34392,11538,'action created','2026-04-12 23:24:13','2026-04-13 01:24:13'), +(34393,11530,'action complete via WP Cron','2026-04-12 23:24:13','2026-04-13 01:24:13'), +(34394,11538,'action started via WP Cron','2026-04-13 00:33:32','2026-04-13 02:33:32'), +(34395,11539,'action created','2026-04-13 00:33:32','2026-04-13 02:33:32'), +(34396,11538,'action complete via WP Cron','2026-04-13 00:33:32','2026-04-13 02:33:32'), +(34397,11539,'action started via WP Cron','2026-04-13 01:33:32','2026-04-13 03:33:32'), +(34398,11540,'action created','2026-04-13 01:33:32','2026-04-13 03:33:32'), +(34399,11539,'action complete via WP Cron','2026-04-13 01:33:33','2026-04-13 03:33:33'), +(34400,11540,'action started via WP Cron','2026-04-13 02:36:33','2026-04-13 04:36:33'), +(34401,11541,'action created','2026-04-13 02:36:33','2026-04-13 04:36:33'), +(34402,11540,'action complete via WP Cron','2026-04-13 02:36:33','2026-04-13 04:36:33'), +(34403,11541,'action started via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34404,11542,'action created','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34405,11541,'action complete via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34406,11522,'action started via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34407,11522,'action complete via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34408,11543,'action created','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34409,11535,'action started via WP Cron','2026-04-13 04:20:39','2026-04-13 06:20:39'), +(34410,11535,'action complete via WP Cron','2026-04-13 04:20:39','2026-04-13 06:20:39'), +(34411,11544,'action created','2026-04-13 04:20:39','2026-04-13 06:20:39'), +(34412,11542,'action started via WP Cron','2026-04-13 04:59:23','2026-04-13 06:59:23'), +(34413,11545,'action created','2026-04-13 04:59:23','2026-04-13 06:59:23'), +(34414,11542,'action complete via WP Cron','2026-04-13 04:59:23','2026-04-13 06:59:23'), +(34415,11545,'action started via WP Cron','2026-04-13 06:28:33','2026-04-13 08:28:33'), +(34416,11546,'action created','2026-04-13 06:28:33','2026-04-13 08:28:33'), +(34417,11545,'action complete via WP Cron','2026-04-13 06:28:33','2026-04-13 08:28:33'), +(34418,11546,'action started via WP Cron','2026-04-13 07:30:15','2026-04-13 09:30:15'), +(34419,11547,'action created','2026-04-13 07:30:15','2026-04-13 09:30:15'), +(34420,11546,'action complete via WP Cron','2026-04-13 07:30:15','2026-04-13 09:30:15'), +(34421,11547,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34422,11548,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34423,11547,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34424,11512,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34425,11512,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34426,11549,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34427,11513,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34428,11513,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34429,11550,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34430,11514,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34431,11514,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34432,11551,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34433,11548,'action started via WP Cron','2026-04-13 10:11:07','2026-04-13 12:11:07'), +(34434,11552,'action created','2026-04-13 10:11:07','2026-04-13 12:11:07'), +(34435,11548,'action complete via WP Cron','2026-04-13 10:11:07','2026-04-13 12:11:07'), +(34436,11552,'action started via WP Cron','2026-04-13 11:11:20','2026-04-13 13:11:20'), +(34437,11553,'action created','2026-04-13 11:11:20','2026-04-13 13:11:20'), +(34438,11552,'action complete via WP Cron','2026-04-13 11:11:20','2026-04-13 13:11:20'), +(34439,11553,'action started via WP Cron','2026-04-13 12:30:53','2026-04-13 14:30:53'), +(34440,11554,'action created','2026-04-13 12:30:53','2026-04-13 14:30:53'), +(34441,11553,'action complete via WP Cron','2026-04-13 12:30:53','2026-04-13 14:30:53'), +(34442,11554,'action started via WP Cron','2026-04-13 13:33:44','2026-04-13 15:33:44'), +(34443,11555,'action created','2026-04-13 13:33:44','2026-04-13 15:33:44'), +(34444,11554,'action complete via WP Cron','2026-04-13 13:33:44','2026-04-13 15:33:44'), +(34445,11555,'action started via WP Cron','2026-04-13 14:35:57','2026-04-13 16:35:57'), +(34446,11556,'action created','2026-04-13 14:35:57','2026-04-13 16:35:57'), +(34447,11555,'action complete via WP Cron','2026-04-13 14:35:57','2026-04-13 16:35:57'), +(34448,11556,'action started via WP Cron','2026-04-13 15:36:00','2026-04-13 17:36:00'), +(34449,11557,'action created','2026-04-13 15:36:00','2026-04-13 17:36:00'), +(34450,11556,'action complete via WP Cron','2026-04-13 15:36:00','2026-04-13 17:36:00'), +(34451,11543,'action started via WP Cron','2026-04-13 16:20:23','2026-04-13 18:20:23'), +(34452,11543,'action complete via WP Cron','2026-04-13 16:20:23','2026-04-13 18:20:23'), +(34453,11558,'action created','2026-04-13 16:20:23','2026-04-13 18:20:23'), +(34454,11544,'action started via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34455,11544,'action complete via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34457,11557,'action started via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34458,11560,'action created','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34459,11557,'action complete via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34460,11525,'action started via WP Cron','2026-04-13 16:50:55','2026-04-13 18:50:55'), +(34461,11525,'action complete via WP Cron','2026-04-13 16:50:55','2026-04-13 18:50:55'), +(34462,11561,'action created','2026-04-13 16:50:55','2026-04-13 18:50:55'), +(34463,11560,'action started via WP Cron','2026-04-13 17:40:00','2026-04-13 19:40:00'), +(34464,11562,'action created','2026-04-13 17:40:00','2026-04-13 19:40:00'), +(34465,11560,'action complete via WP Cron','2026-04-13 17:40:00','2026-04-13 19:40:00'), +(34466,11562,'action started via WP Cron','2026-04-13 18:44:13','2026-04-13 20:44:13'), +(34467,11563,'action created','2026-04-13 18:44:13','2026-04-13 20:44:13'), +(34468,11562,'action complete via WP Cron','2026-04-13 18:44:13','2026-04-13 20:44:13'), +(34469,11563,'action started via WP Cron','2026-04-13 19:47:23','2026-04-13 21:47:23'), +(34470,11564,'action created','2026-04-13 19:47:23','2026-04-13 21:47:23'), +(34471,11563,'action complete via WP Cron','2026-04-13 19:47:23','2026-04-13 21:47:23'), +(34472,11564,'action started via WP Cron','2026-04-13 21:19:32','2026-04-13 23:19:32'), +(34473,11565,'action created','2026-04-13 21:19:32','2026-04-13 23:19:32'), +(34474,11564,'action complete via WP Cron','2026-04-13 21:19:32','2026-04-13 23:19:32'), +(34475,11565,'action started via WP Cron','2026-04-13 22:21:18','2026-04-14 00:21:18'), +(34476,11566,'action created','2026-04-13 22:21:18','2026-04-14 00:21:18'), +(34477,11565,'action complete via WP Cron','2026-04-13 22:21:18','2026-04-14 00:21:18'), +(34478,11531,'action started via WP Cron','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34479,11531,'action complete via WP Cron','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34480,11567,'action created','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34481,11532,'action started via WP Cron','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34482,11532,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34483,11568,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34484,11533,'action started via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34485,11533,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34486,11569,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34487,11534,'action started via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34488,11570,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34489,11534,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34490,11537,'action started via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34492,11571,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34493,11572,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34494,11537,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34495,11573,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34496,11572,'action started via WP Cron','2026-04-13 22:55:19','2026-04-14 00:55:19'), +(34497,11572,'action complete via WP Cron','2026-04-13 22:55:19','2026-04-14 00:55:19'), +(34498,11566,'action started via WP Cron','2026-04-13 23:21:26','2026-04-14 01:21:26'), +(34499,11574,'action created','2026-04-13 23:21:26','2026-04-14 01:21:26'), +(34500,11566,'action complete via WP Cron','2026-04-13 23:21:26','2026-04-14 01:21:26'), +(34501,11574,'action started via WP Cron','2026-04-14 00:24:53','2026-04-14 02:24:53'), +(34502,11575,'action created','2026-04-14 00:24:53','2026-04-14 02:24:53'), +(34503,11574,'action complete via WP Cron','2026-04-14 00:24:53','2026-04-14 02:24:53'), +(34504,11575,'action started via WP Cron','2026-04-14 01:45:22','2026-04-14 03:45:22'), +(34505,11576,'action created','2026-04-14 01:45:22','2026-04-14 03:45:22'), +(34506,11575,'action complete via WP Cron','2026-04-14 01:45:23','2026-04-14 03:45:23'), +(34507,11576,'action started via WP Cron','2026-04-14 02:50:40','2026-04-14 04:50:40'), +(34508,11577,'action created','2026-04-14 02:50:40','2026-04-14 04:50:40'), +(34509,11576,'action complete via WP Cron','2026-04-14 02:50:40','2026-04-14 04:50:40'), +(34510,11577,'action started via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34511,11578,'action created','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34512,11577,'action complete via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34513,11571,'action started via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34514,11571,'action complete via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34515,11579,'action created','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34516,11558,'action started via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34517,11558,'action complete via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34518,11580,'action created','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34519,11578,'action started via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34520,11581,'action created','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34521,11578,'action complete via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34522,11581,'action started via WP Cron','2026-04-14 06:33:27','2026-04-14 08:33:27'), +(34523,11582,'action created','2026-04-14 06:33:27','2026-04-14 08:33:27'), +(34524,11581,'action complete via WP Cron','2026-04-14 06:33:27','2026-04-14 08:33:27'), +(34525,11338,'action started via WP Cron','2026-04-14 07:11:30','2026-04-14 09:11:30'), +(34526,11338,'action complete via WP Cron','2026-04-14 07:11:30','2026-04-14 09:11:30'), +(34527,11583,'action created','2026-04-14 07:11:30','2026-04-14 09:11:30'), +(34528,11582,'action started via WP Cron','2026-04-14 07:36:08','2026-04-14 09:36:08'), +(34529,11584,'action created','2026-04-14 07:36:08','2026-04-14 09:36:08'), +(34530,11582,'action complete via WP Cron','2026-04-14 07:36:08','2026-04-14 09:36:08'), +(34531,11584,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34532,11585,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34533,11584,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34534,11549,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34535,11549,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34536,11586,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34537,11550,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34538,11550,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34539,11587,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34540,11551,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34541,11551,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34542,11588,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34543,11585,'action started via WP Cron','2026-04-14 10:05:00','2026-04-14 12:05:00'), +(34544,11589,'action created','2026-04-14 10:05:00','2026-04-14 12:05:00'), +(34545,11585,'action complete via WP Cron','2026-04-14 10:05:00','2026-04-14 12:05:00'), +(34546,11589,'action started via WP Cron','2026-04-14 11:09:00','2026-04-14 13:09:00'), +(34547,11590,'action created','2026-04-14 11:09:00','2026-04-14 13:09:00'), +(34548,11589,'action complete via WP Cron','2026-04-14 11:09:00','2026-04-14 13:09:00'), +(34549,11590,'action started via WP Cron','2026-04-14 12:27:39','2026-04-14 14:27:39'), +(34550,11591,'action created','2026-04-14 12:27:39','2026-04-14 14:27:39'), +(34551,11590,'action complete via WP Cron','2026-04-14 12:27:39','2026-04-14 14:27:39'), +(34552,11591,'action started via WP Cron','2026-04-14 13:34:38','2026-04-14 15:34:38'), +(34553,11592,'action created','2026-04-14 13:34:38','2026-04-14 15:34:38'), +(34554,11591,'action complete via WP Cron','2026-04-14 13:34:38','2026-04-14 15:34:38'), +(34555,11592,'action started via WP Cron','2026-04-14 14:43:41','2026-04-14 16:43:41'), +(34556,11593,'action created','2026-04-14 14:43:41','2026-04-14 16:43:41'), +(34557,11592,'action complete via WP Cron','2026-04-14 14:43:41','2026-04-14 16:43:41'), +(34558,11593,'action started via WP Cron','2026-04-14 15:44:39','2026-04-14 17:44:39'), +(34559,11594,'action created','2026-04-14 15:44:39','2026-04-14 17:44:39'), +(34560,11593,'action complete via WP Cron','2026-04-14 15:44:39','2026-04-14 17:44:39'), +(34561,11579,'action started via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34562,11579,'action complete via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34564,11594,'action started via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34565,11596,'action created','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34566,11594,'action complete via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34567,11561,'action started via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34568,11561,'action complete via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34569,11597,'action created','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34570,11580,'action started via WP Cron','2026-04-14 17:46:43','2026-04-14 19:46:43'), +(34571,11580,'action complete via WP Cron','2026-04-14 17:46:43','2026-04-14 19:46:43'), +(34572,11598,'action created','2026-04-14 17:46:43','2026-04-14 19:46:43'), +(34573,11596,'action started via WP Cron','2026-04-14 17:57:23','2026-04-14 19:57:23'), +(34574,11599,'action created','2026-04-14 17:57:23','2026-04-14 19:57:23'), +(34575,11596,'action complete via WP Cron','2026-04-14 17:57:23','2026-04-14 19:57:23'), +(34576,11599,'action started via WP Cron','2026-04-14 20:06:24','2026-04-14 22:06:24'), +(34577,11600,'action created','2026-04-14 20:06:24','2026-04-14 22:06:24'), +(34578,11599,'action complete via WP Cron','2026-04-14 20:06:24','2026-04-14 22:06:24'), +(34579,11600,'action started via WP Cron','2026-04-14 21:18:35','2026-04-14 23:18:35'), +(34580,11601,'action created','2026-04-14 21:18:35','2026-04-14 23:18:35'), +(34581,11600,'action complete via WP Cron','2026-04-14 21:18:35','2026-04-14 23:18:35'), +(34582,11601,'action started via WP Cron','2026-04-14 22:23:10','2026-04-15 00:23:10'), +(34583,11602,'action created','2026-04-14 22:23:10','2026-04-15 00:23:10'), +(34584,11601,'action complete via WP Cron','2026-04-14 22:23:10','2026-04-15 00:23:10'), +(34585,11567,'action started via WP Cron','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34586,11567,'action complete via WP Cron','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34587,11603,'action created','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34588,11568,'action started via WP Cron','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34589,11568,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34590,11604,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34591,11569,'action started via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34592,11569,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34593,11605,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34594,11570,'action started via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34595,11606,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34596,11570,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34597,11573,'action started via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34599,11607,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34600,11608,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34601,11573,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34602,11609,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34603,11608,'action started via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34604,11608,'action complete via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34605,11602,'action started via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34606,11610,'action created','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34607,11602,'action complete via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34608,11610,'action started via WP Cron','2026-04-15 01:06:59','2026-04-15 03:06:59'), +(34609,11611,'action created','2026-04-15 01:06:59','2026-04-15 03:06:59'), +(34610,11610,'action complete via WP Cron','2026-04-15 01:06:59','2026-04-15 03:06:59'), +(34611,11611,'action started via WP Cron','2026-04-15 02:29:53','2026-04-15 04:29:53'), +(34612,11612,'action created','2026-04-15 02:29:53','2026-04-15 04:29:53'), +(34613,11611,'action complete via WP Cron','2026-04-15 02:29:53','2026-04-15 04:29:53'), +(34614,11612,'action started via WP Cron','2026-04-15 03:29:56','2026-04-15 05:29:56'), +(34615,11613,'action created','2026-04-15 03:29:56','2026-04-15 05:29:56'), +(34616,11612,'action complete via WP Cron','2026-04-15 03:29:56','2026-04-15 05:29:56'), +(34617,11607,'action started via WP Cron','2026-04-15 04:04:03','2026-04-15 06:04:03'), +(34618,11607,'action complete via WP Cron','2026-04-15 04:04:03','2026-04-15 06:04:03'), +(34619,11614,'action created','2026-04-15 04:04:03','2026-04-15 06:04:03'), +(34620,11613,'action started via WP Cron','2026-04-15 04:54:11','2026-04-15 06:54:11'), +(34621,11615,'action created','2026-04-15 04:54:11','2026-04-15 06:54:11'), +(34622,11613,'action complete via WP Cron','2026-04-15 04:54:11','2026-04-15 06:54:11'), +(34623,11598,'action started via WP Cron','2026-04-15 05:49:34','2026-04-15 07:49:34'), +(34624,11598,'action complete via WP Cron','2026-04-15 05:49:34','2026-04-15 07:49:34'), +(34625,11616,'action created','2026-04-15 05:49:34','2026-04-15 07:49:34'), +(34626,11615,'action started via WP Cron','2026-04-15 05:54:44','2026-04-15 07:54:44'), +(34627,11617,'action created','2026-04-15 05:54:44','2026-04-15 07:54:44'), +(34628,11615,'action complete via WP Cron','2026-04-15 05:54:44','2026-04-15 07:54:44'), +(34629,11617,'action started via WP Cron','2026-04-15 06:54:47','2026-04-15 08:54:47'), +(34630,11618,'action created','2026-04-15 06:54:47','2026-04-15 08:54:47'), +(34631,11617,'action complete via WP Cron','2026-04-15 06:54:47','2026-04-15 08:54:47'), +(34632,11618,'action started via WP Cron','2026-04-15 07:57:19','2026-04-15 09:57:19'), +(34633,11619,'action created','2026-04-15 07:57:19','2026-04-15 09:57:19'), +(34634,11618,'action complete via WP Cron','2026-04-15 07:57:19','2026-04-15 09:57:19'), +(34635,11619,'action started via WP Cron','2026-04-15 09:08:20','2026-04-15 11:08:20'), +(34636,11620,'action created','2026-04-15 09:08:20','2026-04-15 11:08:20'), +(34637,11619,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34638,11586,'action started via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34639,11586,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34640,11621,'action created','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34641,11587,'action started via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34642,11587,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34643,11622,'action created','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34644,11588,'action started via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34645,11588,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34646,11623,'action created','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34647,11620,'action started via WP Cron','2026-04-15 10:16:02','2026-04-15 12:16:02'), +(34648,11624,'action created','2026-04-15 10:16:02','2026-04-15 12:16:02'), +(34649,11620,'action complete via WP Cron','2026-04-15 10:16:02','2026-04-15 12:16:02'), +(34650,11624,'action started via WP Cron','2026-04-15 11:30:39','2026-04-15 13:30:39'), +(34651,11625,'action created','2026-04-15 11:30:39','2026-04-15 13:30:39'), +(34652,11624,'action complete via WP Cron','2026-04-15 11:30:39','2026-04-15 13:30:39'), +(34653,11625,'action started via WP Cron','2026-04-15 12:36:31','2026-04-15 14:36:31'), +(34654,11626,'action created','2026-04-15 12:36:31','2026-04-15 14:36:31'), +(34655,11625,'action complete via WP Cron','2026-04-15 12:36:31','2026-04-15 14:36:31'), +(34656,11626,'action started via WP Cron','2026-04-15 13:40:17','2026-04-15 15:40:17'), +(34657,11627,'action created','2026-04-15 13:40:17','2026-04-15 15:40:17'), +(34658,11626,'action complete via WP Cron','2026-04-15 13:40:17','2026-04-15 15:40:17'), +(34659,11627,'action started via WP Cron','2026-04-15 14:48:45','2026-04-15 16:48:45'), +(34660,11628,'action created','2026-04-15 14:48:45','2026-04-15 16:48:45'), +(34661,11627,'action complete via WP Cron','2026-04-15 14:48:45','2026-04-15 16:48:45'), +(34662,11628,'action started via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34663,11629,'action created','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34664,11628,'action complete via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34665,11614,'action started via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34666,11614,'action complete via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34668,11597,'action started via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34669,11597,'action complete via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34670,11631,'action created','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34671,11629,'action started via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34672,11632,'action created','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34673,11629,'action complete via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34674,11616,'action started via WP Cron','2026-04-15 17:52:07','2026-04-15 19:52:07'), +(34675,11616,'action complete via WP Cron','2026-04-15 17:52:07','2026-04-15 19:52:07'), +(34676,11633,'action created','2026-04-15 17:52:07','2026-04-15 19:52:07'), +(34677,11632,'action started via WP Cron','2026-04-15 18:46:41','2026-04-15 20:46:41'), +(34678,11634,'action created','2026-04-15 18:46:41','2026-04-15 20:46:41'), +(34679,11632,'action complete via WP Cron','2026-04-15 18:46:41','2026-04-15 20:46:41'), +(34680,11634,'action started via WP Cron','2026-04-15 20:15:02','2026-04-15 22:15:02'), +(34681,11635,'action created','2026-04-15 20:15:02','2026-04-15 22:15:02'), +(34682,11634,'action complete via WP Cron','2026-04-15 20:15:02','2026-04-15 22:15:02'), +(34683,11635,'action started via WP Cron','2026-04-15 21:22:51','2026-04-15 23:22:51'), +(34684,11636,'action created','2026-04-15 21:22:51','2026-04-15 23:22:51'), +(34685,11635,'action complete via WP Cron','2026-04-15 21:22:51','2026-04-15 23:22:51'), +(34686,11636,'action started via WP Cron','2026-04-15 22:23:35','2026-04-16 00:23:35'), +(34687,11637,'action created','2026-04-15 22:23:35','2026-04-16 00:23:35'), +(34688,11636,'action complete via WP Cron','2026-04-15 22:23:35','2026-04-16 00:23:35'), +(34689,11603,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34690,11603,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34691,11638,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34692,11604,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34693,11604,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34694,11639,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34695,11605,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34696,11605,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34697,11640,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34698,11606,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34699,11641,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34700,11606,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34701,11609,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34703,11642,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34704,11643,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34705,11609,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34706,11644,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34707,11643,'action started via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34708,11643,'action complete via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34709,11637,'action started via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34710,11645,'action created','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34711,11637,'action complete via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34712,11645,'action started via WP Cron','2026-04-16 01:29:01','2026-04-16 03:29:01'), +(34713,11646,'action created','2026-04-16 01:29:01','2026-04-16 03:29:01'), +(34714,11645,'action complete via WP Cron','2026-04-16 01:29:01','2026-04-16 03:29:01'), +(34715,11646,'action started via WP Cron','2026-04-16 03:04:38','2026-04-16 05:04:38'), +(34716,11647,'action created','2026-04-16 03:04:38','2026-04-16 05:04:38'), +(34717,11646,'action complete via WP Cron','2026-04-16 03:04:38','2026-04-16 05:04:38'), +(34718,11642,'action started via WP Cron','2026-04-16 04:03:32','2026-04-16 06:03:32'), +(34719,11642,'action complete via WP Cron','2026-04-16 04:03:32','2026-04-16 06:03:32'), +(34720,11648,'action created','2026-04-16 04:03:32','2026-04-16 06:03:32'), +(34721,11647,'action started via WP Cron','2026-04-16 04:07:02','2026-04-16 06:07:02'), +(34722,11649,'action created','2026-04-16 04:07:02','2026-04-16 06:07:02'), +(34723,11647,'action complete via WP Cron','2026-04-16 04:07:02','2026-04-16 06:07:02'), +(34724,11649,'action started via WP Cron','2026-04-16 05:19:12','2026-04-16 07:19:12'), +(34725,11650,'action created','2026-04-16 05:19:12','2026-04-16 07:19:12'), +(34726,11649,'action complete via WP Cron','2026-04-16 05:19:12','2026-04-16 07:19:12'), +(34727,11633,'action started via WP Cron','2026-04-16 06:04:42','2026-04-16 08:04:42'), +(34728,11633,'action complete via WP Cron','2026-04-16 06:04:42','2026-04-16 08:04:42'), +(34729,11651,'action created','2026-04-16 06:04:42','2026-04-16 08:04:42'), +(34730,11650,'action started via WP Cron','2026-04-16 06:25:07','2026-04-16 08:25:07'), +(34731,11652,'action created','2026-04-16 06:25:07','2026-04-16 08:25:07'), +(34732,11650,'action complete via WP Cron','2026-04-16 06:25:07','2026-04-16 08:25:07'), +(34733,11652,'action started via WP Cron','2026-04-16 07:25:28','2026-04-16 09:25:28'), +(34734,11653,'action created','2026-04-16 07:25:28','2026-04-16 09:25:28'), +(34735,11652,'action complete via WP Cron','2026-04-16 07:25:28','2026-04-16 09:25:28'), +(34736,11653,'action started via WP Cron','2026-04-16 08:31:11','2026-04-16 10:31:11'), +(34737,11654,'action created','2026-04-16 08:31:11','2026-04-16 10:31:11'), +(34738,11653,'action complete via WP Cron','2026-04-16 08:31:11','2026-04-16 10:31:11'), +(34739,11621,'action started via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34740,11621,'action complete via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34741,11655,'action created','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34742,11622,'action started via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34743,11622,'action complete via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34744,11656,'action created','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34745,11623,'action started via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34746,11623,'action complete via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34747,11657,'action created','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34748,11654,'action started via WP Cron','2026-04-16 09:32:46','2026-04-16 11:32:46'), +(34749,11658,'action created','2026-04-16 09:32:46','2026-04-16 11:32:46'), +(34750,11654,'action complete via WP Cron','2026-04-16 09:32:46','2026-04-16 11:32:46'), +(34751,11658,'action started via WP Cron','2026-04-16 10:45:37','2026-04-16 12:45:37'), +(34752,11659,'action created','2026-04-16 10:45:37','2026-04-16 12:45:37'), +(34753,11658,'action complete via WP Cron','2026-04-16 10:45:37','2026-04-16 12:45:37'), +(34754,11659,'action started via WP Cron','2026-04-16 12:02:26','2026-04-16 14:02:26'), +(34755,11660,'action created','2026-04-16 12:02:26','2026-04-16 14:02:26'), +(34756,11659,'action complete via WP Cron','2026-04-16 12:02:26','2026-04-16 14:02:26'), +(34757,11660,'action started via WP Cron','2026-04-16 13:09:20','2026-04-16 15:09:20'), +(34758,11661,'action created','2026-04-16 13:09:20','2026-04-16 15:09:20'), +(34759,11660,'action complete via WP Cron','2026-04-16 13:09:20','2026-04-16 15:09:20'), +(34760,11661,'action started via WP Cron','2026-04-16 14:12:21','2026-04-16 16:12:21'), +(34761,11662,'action created','2026-04-16 14:12:21','2026-04-16 16:12:21'), +(34762,11661,'action complete via WP Cron','2026-04-16 14:12:21','2026-04-16 16:12:21'), +(34763,11662,'action started via WP Cron','2026-04-16 15:13:38','2026-04-16 17:13:38'), +(34764,11663,'action created','2026-04-16 15:13:38','2026-04-16 17:13:38'), +(34765,11662,'action complete via WP Cron','2026-04-16 15:13:38','2026-04-16 17:13:38'), +(34766,11648,'action started via WP Cron','2026-04-16 16:09:03','2026-04-16 18:09:03'), +(34767,11648,'action complete via WP Cron','2026-04-16 16:09:03','2026-04-16 18:09:03'), +(34769,11663,'action started via WP Cron','2026-04-16 16:20:53','2026-04-16 18:20:53'), +(34770,11665,'action created','2026-04-16 16:20:53','2026-04-16 18:20:53'), +(34771,11663,'action complete via WP Cron','2026-04-16 16:20:53','2026-04-16 18:20:53'), +(34772,11665,'action started via WP Cron','2026-04-16 17:24:58','2026-04-16 19:24:58'), +(34773,11666,'action created','2026-04-16 17:24:58','2026-04-16 19:24:58'), +(34774,11665,'action complete via WP Cron','2026-04-16 17:24:58','2026-04-16 19:24:58'), +(34775,11631,'action started via WP Cron','2026-04-16 17:44:30','2026-04-16 19:44:30'), +(34776,11631,'action complete via WP Cron','2026-04-16 17:44:30','2026-04-16 19:44:30'), +(34777,11667,'action created','2026-04-16 17:44:30','2026-04-16 19:44:30'), +(34778,11651,'action started via WP Cron','2026-04-16 18:22:45','2026-04-16 20:22:45'), +(34779,11651,'action complete via WP Cron','2026-04-16 18:22:45','2026-04-16 20:22:45'), +(34780,11668,'action created','2026-04-16 18:22:45','2026-04-16 20:22:45'), +(34781,11666,'action started via WP Cron','2026-04-16 18:53:23','2026-04-16 20:53:23'), +(34782,11669,'action created','2026-04-16 18:53:23','2026-04-16 20:53:23'), +(34783,11666,'action complete via WP Cron','2026-04-16 18:53:23','2026-04-16 20:53:23'), +(34784,11669,'action started via WP Cron','2026-04-16 19:53:59','2026-04-16 21:53:59'), +(34785,11670,'action created','2026-04-16 19:53:59','2026-04-16 21:53:59'), +(34786,11669,'action complete via WP Cron','2026-04-16 19:53:59','2026-04-16 21:53:59'), +(34787,11670,'action started via WP Cron','2026-04-16 20:56:16','2026-04-16 22:56:16'), +(34788,11671,'action created','2026-04-16 20:56:16','2026-04-16 22:56:16'), +(34789,11670,'action complete via WP Cron','2026-04-16 20:56:16','2026-04-16 22:56:16'), +(34790,11671,'action started via WP Cron','2026-04-16 22:03:19','2026-04-17 00:03:19'), +(34791,11672,'action created','2026-04-16 22:03:19','2026-04-17 00:03:19'), +(34792,11671,'action complete via WP Cron','2026-04-16 22:03:19','2026-04-17 00:03:19'), +(34793,11672,'action started via WP Cron','2026-04-16 23:04:35','2026-04-17 01:04:35'), +(34794,11673,'action created','2026-04-16 23:04:35','2026-04-17 01:04:35'), +(34795,11672,'action complete via WP Cron','2026-04-16 23:04:35','2026-04-17 01:04:35'), +(34796,11638,'action started via WP Cron','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34797,11638,'action complete via WP Cron','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34798,11674,'action created','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34799,11639,'action started via WP Cron','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34800,11639,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34801,11675,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34802,11640,'action started via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34803,11640,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34804,11676,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34805,11641,'action started via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34806,11677,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34807,11641,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34808,11644,'action started via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34810,11678,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34811,11679,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34812,11644,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34813,11680,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34814,11679,'action started via WP Cron','2026-04-16 23:21:25','2026-04-17 01:21:25'), +(34815,11679,'action complete via WP Cron','2026-04-16 23:21:25','2026-04-17 01:21:25'), +(34816,11673,'action started via WP Cron','2026-04-17 00:12:57','2026-04-17 02:12:57'), +(34817,11681,'action created','2026-04-17 00:12:57','2026-04-17 02:12:57'), +(34818,11673,'action complete via WP Cron','2026-04-17 00:12:57','2026-04-17 02:12:57'), +(34819,11681,'action started via WP Cron','2026-04-17 01:16:43','2026-04-17 03:16:43'), +(34820,11682,'action created','2026-04-17 01:16:43','2026-04-17 03:16:43'), +(34821,11681,'action complete via WP Cron','2026-04-17 01:16:43','2026-04-17 03:16:43'), +(34822,11682,'action started via WP Cron','2026-04-17 02:27:20','2026-04-17 04:27:20'), +(34823,11683,'action created','2026-04-17 02:27:20','2026-04-17 04:27:20'), +(34824,11682,'action complete via WP Cron','2026-04-17 02:27:20','2026-04-17 04:27:20'), +(34825,11683,'action started via WP Cron','2026-04-17 03:47:19','2026-04-17 05:47:19'), +(34826,11684,'action created','2026-04-17 03:47:19','2026-04-17 05:47:19'), +(34827,11683,'action complete via WP Cron','2026-04-17 03:47:19','2026-04-17 05:47:19'), +(34828,11678,'action started via WP Cron','2026-04-17 04:01:24','2026-04-17 06:01:24'), +(34829,11678,'action complete via WP Cron','2026-04-17 04:01:24','2026-04-17 06:01:24'), +(34830,11685,'action created','2026-04-17 04:01:24','2026-04-17 06:01:24'), +(34831,11684,'action started via WP Cron','2026-04-17 05:07:55','2026-04-17 07:07:55'), +(34832,11686,'action created','2026-04-17 05:07:55','2026-04-17 07:07:55'), +(34833,11684,'action complete via WP Cron','2026-04-17 05:07:55','2026-04-17 07:07:55'), +(34834,11686,'action started via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34835,11687,'action created','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34836,11686,'action complete via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34837,11668,'action started via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34838,11668,'action complete via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34839,11688,'action created','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34840,11687,'action started via WP Cron','2026-04-17 07:36:10','2026-04-17 09:36:10'), +(34841,11689,'action created','2026-04-17 07:36:10','2026-04-17 09:36:10'), +(34842,11687,'action complete via WP Cron','2026-04-17 07:36:10','2026-04-17 09:36:10'), +(34843,11689,'action started via WP Cron','2026-04-17 08:44:27','2026-04-17 10:44:27'), +(34844,11690,'action created','2026-04-17 08:44:27','2026-04-17 10:44:27'), +(34845,11689,'action complete via WP Cron','2026-04-17 08:44:27','2026-04-17 10:44:27'), +(34846,11655,'action started via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34847,11655,'action complete via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34848,11691,'action created','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34849,11656,'action started via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34850,11656,'action complete via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34851,11692,'action created','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34852,11657,'action started via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34853,11657,'action complete via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34854,11693,'action created','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34855,11690,'action started via WP Cron','2026-04-17 09:50:13','2026-04-17 11:50:13'), +(34856,11694,'action created','2026-04-17 09:50:13','2026-04-17 11:50:13'), +(34857,11690,'action complete via WP Cron','2026-04-17 09:50:13','2026-04-17 11:50:13'), +(34858,11694,'action started via WP Cron','2026-04-17 10:56:22','2026-04-17 12:56:22'), +(34859,11695,'action created','2026-04-17 10:56:22','2026-04-17 12:56:22'), +(34860,11694,'action complete via WP Cron','2026-04-17 10:56:22','2026-04-17 12:56:22'), +(34861,11695,'action started via WP Cron','2026-04-17 11:56:58','2026-04-17 13:56:58'), +(34862,11696,'action created','2026-04-17 11:56:58','2026-04-17 13:56:58'), +(34863,11695,'action complete via WP Cron','2026-04-17 11:56:58','2026-04-17 13:56:58'), +(34864,11696,'action started via WP Cron','2026-04-17 13:03:36','2026-04-17 15:03:36'), +(34865,11697,'action created','2026-04-17 13:03:36','2026-04-17 15:03:36'), +(34866,11696,'action complete via WP Cron','2026-04-17 13:03:36','2026-04-17 15:03:36'), +(34867,11697,'action started via WP Cron','2026-04-17 14:04:05','2026-04-17 16:04:05'), +(34868,11698,'action created','2026-04-17 14:04:05','2026-04-17 16:04:05'), +(34869,11697,'action complete via WP Cron','2026-04-17 14:04:05','2026-04-17 16:04:05'), +(34870,11698,'action started via WP Cron','2026-04-17 15:44:17','2026-04-17 17:44:17'), +(34871,11699,'action created','2026-04-17 15:44:17','2026-04-17 17:44:17'), +(34872,11698,'action complete via WP Cron','2026-04-17 15:44:17','2026-04-17 17:44:17'), +(34873,11685,'action started via WP Cron','2026-04-17 16:11:32','2026-04-17 18:11:32'), +(34874,11685,'action complete via WP Cron','2026-04-17 16:11:32','2026-04-17 18:11:32'), +(34876,11699,'action started via WP Cron','2026-04-17 16:48:55','2026-04-17 18:48:55'), +(34877,11701,'action created','2026-04-17 16:48:55','2026-04-17 18:48:55'), +(34878,11699,'action complete via WP Cron','2026-04-17 16:48:55','2026-04-17 18:48:55'), +(34879,11667,'action started via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34880,11667,'action complete via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34881,11702,'action created','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34882,11701,'action started via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34883,11703,'action created','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34884,11701,'action complete via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34885,11688,'action started via WP Cron','2026-04-17 18:36:44','2026-04-17 20:36:44'), +(34886,11688,'action complete via WP Cron','2026-04-17 18:36:44','2026-04-17 20:36:44'), +(34887,11704,'action created','2026-04-17 18:36:44','2026-04-17 20:36:44'), +(34888,11703,'action started via WP Cron','2026-04-17 19:11:10','2026-04-17 21:11:10'), +(34889,11705,'action created','2026-04-17 19:11:10','2026-04-17 21:11:10'), +(34890,11703,'action complete via WP Cron','2026-04-17 19:11:10','2026-04-17 21:11:10'), +(34891,11705,'action started via WP Cron','2026-04-17 20:21:09','2026-04-17 22:21:09'), +(34892,11706,'action created','2026-04-17 20:21:09','2026-04-17 22:21:09'), +(34893,11705,'action complete via WP Cron','2026-04-17 20:21:09','2026-04-17 22:21:09'), +(34894,11706,'action started via WP Cron','2026-04-17 21:37:57','2026-04-17 23:37:57'), +(34895,11707,'action created','2026-04-17 21:37:57','2026-04-17 23:37:57'), +(34896,11706,'action complete via WP Cron','2026-04-17 21:37:57','2026-04-17 23:37:57'), +(34897,11707,'action started via WP Cron','2026-04-17 22:49:40','2026-04-18 00:49:40'), +(34898,11708,'action created','2026-04-17 22:49:40','2026-04-18 00:49:40'), +(34899,11707,'action complete via WP Cron','2026-04-17 22:49:40','2026-04-18 00:49:40'), +(34900,11674,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34901,11674,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34902,11709,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34903,11675,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34904,11675,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34905,11710,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34906,11676,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34907,11676,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34908,11711,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34909,11677,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34910,11712,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34911,11677,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34912,11680,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34914,11713,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34915,11714,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34916,11680,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34917,11715,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34918,11714,'action started via WP Cron','2026-04-17 23:35:41','2026-04-18 01:35:41'), +(34919,11714,'action complete via WP Cron','2026-04-17 23:35:41','2026-04-18 01:35:41'), +(34920,11708,'action started via WP Cron','2026-04-17 23:54:15','2026-04-18 01:54:15'), +(34921,11716,'action created','2026-04-17 23:54:15','2026-04-18 01:54:15'), +(34922,11708,'action complete via WP Cron','2026-04-17 23:54:15','2026-04-18 01:54:15'), +(34923,11716,'action started via WP Cron','2026-04-18 00:54:47','2026-04-18 02:54:47'), +(34924,11717,'action created','2026-04-18 00:54:47','2026-04-18 02:54:47'), +(34925,11716,'action complete via WP Cron','2026-04-18 00:54:47','2026-04-18 02:54:47'), +(34926,11717,'action started via WP Cron','2026-04-18 01:57:48','2026-04-18 03:57:48'), +(34927,11718,'action created','2026-04-18 01:57:48','2026-04-18 03:57:48'), +(34928,11717,'action complete via WP Cron','2026-04-18 01:57:48','2026-04-18 03:57:48'), +(34929,11718,'action started via WP Cron','2026-04-18 03:09:04','2026-04-18 05:09:04'), +(34930,11719,'action created','2026-04-18 03:09:04','2026-04-18 05:09:04'), +(34931,11718,'action complete via WP Cron','2026-04-18 03:09:04','2026-04-18 05:09:04'), +(34932,11713,'action started via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34933,11713,'action complete via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34934,11720,'action created','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34935,11719,'action started via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34936,11721,'action created','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34937,11719,'action complete via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34938,11721,'action started via WP Cron','2026-04-18 05:25:29','2026-04-18 07:25:29'), +(34939,11722,'action created','2026-04-18 05:25:29','2026-04-18 07:25:29'), +(34940,11721,'action complete via WP Cron','2026-04-18 05:25:29','2026-04-18 07:25:29'), +(34941,11722,'action started via WP Cron','2026-04-18 06:34:46','2026-04-18 08:34:46'), +(34942,11723,'action created','2026-04-18 06:34:46','2026-04-18 08:34:46'), +(34943,11722,'action complete via WP Cron','2026-04-18 06:34:46','2026-04-18 08:34:46'), +(34944,11704,'action started via WP Cron','2026-04-18 06:49:37','2026-04-18 08:49:37'), +(34945,11704,'action complete via WP Cron','2026-04-18 06:49:37','2026-04-18 08:49:37'), +(34946,11724,'action created','2026-04-18 06:49:37','2026-04-18 08:49:37'), +(34947,11723,'action started via WP Cron','2026-04-18 07:38:51','2026-04-18 09:38:51'), +(34948,11725,'action created','2026-04-18 07:38:51','2026-04-18 09:38:51'), +(34949,11723,'action complete via WP Cron','2026-04-18 07:38:51','2026-04-18 09:38:51'), +(34950,11725,'action started via WP Cron','2026-04-18 08:41:00','2026-04-18 10:41:00'), +(34951,11726,'action created','2026-04-18 08:41:00','2026-04-18 10:41:00'), +(34952,11725,'action complete via WP Cron','2026-04-18 08:41:00','2026-04-18 10:41:00'), +(34953,11691,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34954,11691,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34955,11727,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34956,11692,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34957,11692,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34958,11728,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34959,11693,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34960,11693,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34961,11729,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34962,11726,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34963,11730,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34964,11726,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34965,11730,'action started via WP Cron','2026-04-18 10:57:32','2026-04-18 12:57:32'), +(34966,11731,'action created','2026-04-18 10:57:32','2026-04-18 12:57:32'), +(34967,11730,'action complete via WP Cron','2026-04-18 10:57:32','2026-04-18 12:57:32'), +(34968,11731,'action started via WP Cron','2026-04-18 12:38:53','2026-04-18 14:38:53'), +(34969,11732,'action created','2026-04-18 12:38:53','2026-04-18 14:38:53'), +(34970,11731,'action complete via WP Cron','2026-04-18 12:38:53','2026-04-18 14:38:53'), +(34971,11732,'action started via WP Cron','2026-04-18 13:53:29','2026-04-18 15:53:29'), +(34972,11733,'action created','2026-04-18 13:53:29','2026-04-18 15:53:29'), +(34973,11732,'action complete via WP Cron','2026-04-18 13:53:29','2026-04-18 15:53:29'), +(34974,11733,'action started via WP Cron','2026-04-18 14:56:46','2026-04-18 16:56:46'), +(34975,11734,'action created','2026-04-18 14:56:46','2026-04-18 16:56:46'), +(34976,11733,'action complete via WP Cron','2026-04-18 14:56:46','2026-04-18 16:56:46'), +(34977,11734,'action started via WP Cron','2026-04-18 15:59:57','2026-04-18 17:59:57'), +(34978,11735,'action created','2026-04-18 15:59:57','2026-04-18 17:59:57'), +(34979,11734,'action complete via WP Cron','2026-04-18 15:59:57','2026-04-18 17:59:57'), +(34980,11720,'action started via WP Cron','2026-04-18 16:17:54','2026-04-18 18:17:54'), +(34981,11720,'action complete via WP Cron','2026-04-18 16:17:54','2026-04-18 18:17:54'), +(34983,11735,'action started via WP Cron','2026-04-18 17:00:33','2026-04-18 19:00:33'), +(34984,11737,'action created','2026-04-18 17:00:33','2026-04-18 19:00:33'), +(34985,11735,'action complete via WP Cron','2026-04-18 17:00:33','2026-04-18 19:00:33'), +(34986,11737,'action started via WP Cron','2026-04-18 18:05:17','2026-04-18 20:05:17'), +(34987,11738,'action created','2026-04-18 18:05:17','2026-04-18 20:05:17'), +(34988,11737,'action complete via WP Cron','2026-04-18 18:05:17','2026-04-18 20:05:17'), +(34989,11702,'action started via WP Cron','2026-04-18 18:20:42','2026-04-18 20:20:42'), +(34990,11702,'action complete via WP Cron','2026-04-18 18:20:42','2026-04-18 20:20:42'), +(34991,11739,'action created','2026-04-18 18:20:42','2026-04-18 20:20:42'), +(34992,11724,'action started via WP Cron','2026-04-18 18:51:53','2026-04-18 20:51:53'), +(34993,11724,'action complete via WP Cron','2026-04-18 18:51:53','2026-04-18 20:51:53'), +(34994,11740,'action created','2026-04-18 18:51:53','2026-04-18 20:51:53'), +(34995,11738,'action started via WP Cron','2026-04-18 19:16:50','2026-04-18 21:16:50'), +(34996,11741,'action created','2026-04-18 19:16:50','2026-04-18 21:16:50'), +(34997,11738,'action complete via WP Cron','2026-04-18 19:16:50','2026-04-18 21:16:50'), +(34998,11741,'action started via WP Cron','2026-04-18 20:18:11','2026-04-18 22:18:11'), +(34999,11742,'action created','2026-04-18 20:18:11','2026-04-18 22:18:11'), +(35000,11741,'action complete via WP Cron','2026-04-18 20:18:11','2026-04-18 22:18:11'), +(35001,11742,'action started via WP Cron','2026-04-18 21:18:45','2026-04-18 23:18:45'), +(35002,11743,'action created','2026-04-18 21:18:45','2026-04-18 23:18:45'), +(35003,11742,'action complete via WP Cron','2026-04-18 21:18:45','2026-04-18 23:18:45'), +(35004,11743,'action started via WP Cron','2026-04-18 22:42:48','2026-04-19 00:42:48'), +(35005,11744,'action created','2026-04-18 22:42:48','2026-04-19 00:42:48'), +(35006,11743,'action complete via WP Cron','2026-04-18 22:42:48','2026-04-19 00:42:48'), +(35007,11709,'action started via WP Cron','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35008,11709,'action complete via WP Cron','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35009,11745,'action created','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35010,11710,'action started via WP Cron','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35011,11710,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35012,11746,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35013,11711,'action started via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35014,11711,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35015,11747,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35016,11712,'action started via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35017,11748,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35018,11712,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35019,11715,'action started via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35021,11749,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35022,11750,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35023,11715,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35024,11751,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35025,11750,'action started via WP Cron','2026-04-18 23:39:32','2026-04-19 01:39:32'), +(35026,11750,'action complete via WP Cron','2026-04-18 23:39:32','2026-04-19 01:39:32'), +(35027,11744,'action started via WP Cron','2026-04-18 23:44:52','2026-04-19 01:44:52'), +(35028,11752,'action created','2026-04-18 23:44:52','2026-04-19 01:44:52'), +(35029,11744,'action complete via WP Cron','2026-04-18 23:44:52','2026-04-19 01:44:52'), +(35030,11752,'action started via WP Cron','2026-04-19 01:15:24','2026-04-19 03:15:24'), +(35031,11753,'action created','2026-04-19 01:15:24','2026-04-19 03:15:24'), +(35032,11752,'action complete via WP Cron','2026-04-19 01:15:24','2026-04-19 03:15:24'), +(35033,11753,'action started via WP Cron','2026-04-19 02:15:56','2026-04-19 04:15:56'), +(35034,11754,'action created','2026-04-19 02:15:56','2026-04-19 04:15:56'), +(35035,11753,'action complete via WP Cron','2026-04-19 02:15:56','2026-04-19 04:15:56'), +(35036,11754,'action started via WP Cron','2026-04-19 03:28:46','2026-04-19 05:28:46'), +(35037,11755,'action created','2026-04-19 03:28:46','2026-04-19 05:28:46'), +(35038,11754,'action complete via WP Cron','2026-04-19 03:28:46','2026-04-19 05:28:46'), +(35039,11749,'action started via WP Cron','2026-04-19 04:04:54','2026-04-19 06:04:54'), +(35040,11749,'action complete via WP Cron','2026-04-19 04:04:54','2026-04-19 06:04:54'), +(35041,11756,'action created','2026-04-19 04:04:54','2026-04-19 06:04:54'), +(35042,11755,'action started via WP Cron','2026-04-19 04:54:14','2026-04-19 06:54:14'), +(35043,11757,'action created','2026-04-19 04:54:14','2026-04-19 06:54:14'), +(35044,11755,'action complete via WP Cron','2026-04-19 04:54:14','2026-04-19 06:54:14'), +(35045,11757,'action started via WP Cron','2026-04-19 06:01:11','2026-04-19 08:01:11'), +(35046,11758,'action created','2026-04-19 06:01:11','2026-04-19 08:01:11'), +(35047,11757,'action complete via WP Cron','2026-04-19 06:01:11','2026-04-19 08:01:11'), +(35048,11740,'action started via WP Cron','2026-04-19 06:55:14','2026-04-19 08:55:14'), +(35049,11740,'action complete via WP Cron','2026-04-19 06:55:14','2026-04-19 08:55:14'), +(35050,11759,'action created','2026-04-19 06:55:14','2026-04-19 08:55:14'), +(35051,11758,'action started via WP Cron','2026-04-19 07:14:18','2026-04-19 09:14:18'), +(35052,11760,'action created','2026-04-19 07:14:18','2026-04-19 09:14:18'), +(35053,11758,'action complete via WP Cron','2026-04-19 07:14:18','2026-04-19 09:14:18'), +(35054,11760,'action started via WP Cron','2026-04-19 08:26:29','2026-04-19 10:26:29'), +(35055,11761,'action created','2026-04-19 08:26:29','2026-04-19 10:26:29'), +(35056,11760,'action complete via WP Cron','2026-04-19 08:26:29','2026-04-19 10:26:29'), +(35057,11761,'action started via WP Cron','2026-04-19 09:31:32','2026-04-19 11:31:32'), +(35058,11762,'action created','2026-04-19 09:31:32','2026-04-19 11:31:32'), +(35059,11761,'action complete via WP Cron','2026-04-19 09:31:32','2026-04-19 11:31:32'), +(35060,11727,'action started via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35061,11727,'action complete via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35062,11763,'action created','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35063,11728,'action started via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35064,11728,'action complete via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35065,11764,'action created','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35066,11729,'action started via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35067,11729,'action complete via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35068,11765,'action created','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35069,11762,'action started via WP Cron','2026-04-19 10:34:23','2026-04-19 12:34:23'), +(35070,11766,'action created','2026-04-19 10:34:23','2026-04-19 12:34:23'), +(35071,11762,'action complete via WP Cron','2026-04-19 10:34:23','2026-04-19 12:34:23'), +(35072,11766,'action started via WP Cron','2026-04-19 11:48:20','2026-04-19 13:48:20'), +(35073,11767,'action created','2026-04-19 11:48:20','2026-04-19 13:48:20'), +(35074,11766,'action complete via WP Cron','2026-04-19 11:48:20','2026-04-19 13:48:20'), +(35075,11767,'action started via WP Cron','2026-04-19 12:49:51','2026-04-19 14:49:51'), +(35076,11768,'action created','2026-04-19 12:49:51','2026-04-19 14:49:51'), +(35077,11767,'action complete via WP Cron','2026-04-19 12:49:51','2026-04-19 14:49:51'), +(35078,11768,'action started via WP Cron','2026-04-19 13:52:34','2026-04-19 15:52:34'), +(35079,11769,'action created','2026-04-19 13:52:34','2026-04-19 15:52:34'), +(35080,11768,'action complete via WP Cron','2026-04-19 13:52:34','2026-04-19 15:52:34'), +(35081,11769,'action started via WP Cron','2026-04-19 15:12:47','2026-04-19 17:12:47'), +(35082,11770,'action created','2026-04-19 15:12:47','2026-04-19 17:12:47'), +(35083,11769,'action complete via WP Cron','2026-04-19 15:12:47','2026-04-19 17:12:47'), +(35084,11756,'action started via WP Cron','2026-04-19 16:05:29','2026-04-19 18:05:29'), +(35085,11756,'action complete via WP Cron','2026-04-19 16:05:29','2026-04-19 18:05:29'), +(35087,11770,'action started via WP Cron','2026-04-19 16:19:03','2026-04-19 18:19:03'), +(35088,11772,'action created','2026-04-19 16:19:03','2026-04-19 18:19:03'), +(35089,11770,'action complete via WP Cron','2026-04-19 16:19:03','2026-04-19 18:19:03'), +(35090,11772,'action started via WP Cron','2026-04-19 17:39:38','2026-04-19 19:39:38'), +(35091,11773,'action created','2026-04-19 17:39:38','2026-04-19 19:39:38'), +(35092,11772,'action complete via WP Cron','2026-04-19 17:39:38','2026-04-19 19:39:38'), +(35093,11739,'action started via WP Cron','2026-04-19 18:36:52','2026-04-19 20:36:52'), +(35094,11739,'action complete via WP Cron','2026-04-19 18:36:52','2026-04-19 20:36:52'), +(35095,11774,'action created','2026-04-19 18:36:52','2026-04-19 20:36:52'), +(35096,11773,'action started via WP Cron','2026-04-19 18:47:39','2026-04-19 20:47:39'), +(35097,11775,'action created','2026-04-19 18:47:39','2026-04-19 20:47:39'), +(35098,11773,'action complete via WP Cron','2026-04-19 18:47:39','2026-04-19 20:47:39'), +(35099,11759,'action started via WP Cron','2026-04-19 19:02:30','2026-04-19 21:02:30'), +(35100,11759,'action complete via WP Cron','2026-04-19 19:02:30','2026-04-19 21:02:30'), +(35101,11776,'action created','2026-04-19 19:02:30','2026-04-19 21:02:30'), +(35102,11775,'action started via WP Cron','2026-04-19 19:51:21','2026-04-19 21:51:21'), +(35103,11777,'action created','2026-04-19 19:51:21','2026-04-19 21:51:21'), +(35104,11775,'action complete via WP Cron','2026-04-19 19:51:21','2026-04-19 21:51:21'), +(35105,11777,'action started via WP Cron','2026-04-19 20:59:23','2026-04-19 22:59:23'), +(35106,11778,'action created','2026-04-19 20:59:23','2026-04-19 22:59:23'), +(35107,11777,'action complete via WP Cron','2026-04-19 20:59:23','2026-04-19 22:59:23'), +(35108,11778,'action started via WP Cron','2026-04-19 22:20:37','2026-04-20 00:20:37'), +(35109,11779,'action created','2026-04-19 22:20:37','2026-04-20 00:20:37'), +(35110,11778,'action complete via WP Cron','2026-04-19 22:20:37','2026-04-20 00:20:37'), +(35111,11779,'action started via WP Cron','2026-04-19 23:21:02','2026-04-20 01:21:02'), +(35112,11780,'action created','2026-04-19 23:21:02','2026-04-20 01:21:02'), +(35113,11779,'action complete via WP Cron','2026-04-19 23:21:03','2026-04-20 01:21:03'), +(35114,11745,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35115,11745,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35116,11781,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35117,11746,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35118,11746,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35119,11782,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35120,11747,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35121,11747,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35122,11783,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35123,11748,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35124,11784,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35125,11748,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35126,11751,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35128,11785,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35129,11786,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35130,11751,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35131,11787,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35132,11786,'action started via WP Cron','2026-04-19 23:35:29','2026-04-20 01:35:29'), +(35133,11786,'action complete via WP Cron','2026-04-19 23:35:29','2026-04-20 01:35:29'), +(35134,11780,'action started via WP Cron','2026-04-20 00:35:30','2026-04-20 02:35:30'), +(35135,11788,'action created','2026-04-20 00:35:30','2026-04-20 02:35:30'), +(35136,11780,'action complete via WP Cron','2026-04-20 00:35:30','2026-04-20 02:35:30'), +(35137,11788,'action started via WP Cron','2026-04-20 01:36:49','2026-04-20 03:36:49'), +(35138,11789,'action created','2026-04-20 01:36:49','2026-04-20 03:36:49'), +(35139,11788,'action complete via WP Cron','2026-04-20 01:36:49','2026-04-20 03:36:49'), +(35140,11789,'action started via WP Cron','2026-04-20 02:45:13','2026-04-20 04:45:13'), +(35141,11790,'action created','2026-04-20 02:45:13','2026-04-20 04:45:13'), +(35142,11789,'action complete via WP Cron','2026-04-20 02:45:13','2026-04-20 04:45:13'), +(35143,11790,'action started via WP Cron','2026-04-20 03:55:08','2026-04-20 05:55:08'), +(35144,11791,'action created','2026-04-20 03:55:08','2026-04-20 05:55:08'), +(35145,11790,'action complete via WP Cron','2026-04-20 03:55:08','2026-04-20 05:55:08'), +(35146,11785,'action started via WP Cron','2026-04-20 04:07:56','2026-04-20 06:07:56'), +(35147,11785,'action complete via WP Cron','2026-04-20 04:07:56','2026-04-20 06:07:56'), +(35148,11792,'action created','2026-04-20 04:07:56','2026-04-20 06:07:56'), +(35149,11791,'action started via WP Cron','2026-04-20 05:30:58','2026-04-20 07:30:58'), +(35150,11793,'action created','2026-04-20 05:30:58','2026-04-20 07:30:58'), +(35151,11791,'action complete via WP Cron','2026-04-20 05:30:58','2026-04-20 07:30:58'), +(35152,11793,'action started via WP Cron','2026-04-20 06:44:46','2026-04-20 08:44:46'), +(35153,11794,'action created','2026-04-20 06:44:46','2026-04-20 08:44:46'), +(35154,11793,'action complete via WP Cron','2026-04-20 06:44:46','2026-04-20 08:44:46'), +(35155,11776,'action started via WP Cron','2026-04-20 07:34:50','2026-04-20 09:34:50'), +(35156,11776,'action complete via WP Cron','2026-04-20 07:34:50','2026-04-20 09:34:50'), +(35157,11795,'action created','2026-04-20 07:34:50','2026-04-20 09:34:50'), +(35158,11794,'action started via WP Cron','2026-04-20 07:45:09','2026-04-20 09:45:09'), +(35159,11796,'action created','2026-04-20 07:45:09','2026-04-20 09:45:09'), +(35160,11794,'action complete via WP Cron','2026-04-20 07:45:09','2026-04-20 09:45:09'), +(35161,11796,'action started via WP Cron','2026-04-20 08:47:51','2026-04-20 10:47:51'), +(35162,11797,'action created','2026-04-20 08:47:51','2026-04-20 10:47:51'), +(35163,11796,'action complete via WP Cron','2026-04-20 08:47:51','2026-04-20 10:47:51'), +(35164,11797,'action started via WP Cron','2026-04-20 09:53:39','2026-04-20 11:53:39'), +(35165,11798,'action created','2026-04-20 09:53:39','2026-04-20 11:53:39'), +(35166,11797,'action complete via WP Cron','2026-04-20 09:53:39','2026-04-20 11:53:39'), +(35167,11763,'action started via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35168,11763,'action complete via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35169,11799,'action created','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35170,11764,'action started via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35171,11764,'action complete via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35172,11800,'action created','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35173,11765,'action started via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35174,11765,'action complete via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35175,11801,'action created','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35176,11798,'action started via WP Cron','2026-04-20 11:09:07','2026-04-20 13:09:07'), +(35177,11802,'action created','2026-04-20 11:09:07','2026-04-20 13:09:07'), +(35178,11798,'action complete via WP Cron','2026-04-20 11:09:07','2026-04-20 13:09:07'), +(35179,11802,'action started via WP Cron','2026-04-20 12:09:39','2026-04-20 14:09:39'), +(35180,11803,'action created','2026-04-20 12:09:39','2026-04-20 14:09:39'), +(35181,11802,'action complete via WP Cron','2026-04-20 12:09:39','2026-04-20 14:09:39'), +(35182,11803,'action started via WP Cron','2026-04-20 13:15:15','2026-04-20 15:15:15'), +(35183,11804,'action created','2026-04-20 13:15:15','2026-04-20 15:15:15'), +(35184,11803,'action complete via WP Cron','2026-04-20 13:15:15','2026-04-20 15:15:15'), +(35185,11804,'action started via WP Cron','2026-04-20 14:29:39','2026-04-20 16:29:39'), +(35186,11805,'action created','2026-04-20 14:29:39','2026-04-20 16:29:39'), +(35187,11804,'action complete via WP Cron','2026-04-20 14:29:39','2026-04-20 16:29:39'), +(35188,11805,'action started via WP Cron','2026-04-20 15:31:41','2026-04-20 17:31:41'), +(35189,11806,'action created','2026-04-20 15:31:41','2026-04-20 17:31:41'), +(35190,11805,'action complete via WP Cron','2026-04-20 15:31:41','2026-04-20 17:31:41'), +(35191,11792,'action started via WP Cron','2026-04-20 16:14:07','2026-04-20 18:14:07'), +(35192,11792,'action complete via WP Cron','2026-04-20 16:14:07','2026-04-20 18:14:07'), +(35194,11806,'action started via WP Cron','2026-04-20 16:34:52','2026-04-20 18:34:52'), +(35195,11808,'action created','2026-04-20 16:34:52','2026-04-20 18:34:52'), +(35196,11806,'action complete via WP Cron','2026-04-20 16:34:52','2026-04-20 18:34:52'), +(35197,11808,'action started via WP Cron','2026-04-20 17:58:00','2026-04-20 19:58:00'), +(35198,11809,'action created','2026-04-20 17:58:00','2026-04-20 19:58:00'), +(35199,11808,'action complete via WP Cron','2026-04-20 17:58:00','2026-04-20 19:58:00'), +(35200,11774,'action started via WP Cron','2026-04-20 18:37:14','2026-04-20 20:37:14'), +(35201,11774,'action complete via WP Cron','2026-04-20 18:37:14','2026-04-20 20:37:14'), +(35202,11810,'action created','2026-04-20 18:37:14','2026-04-20 20:37:14'), +(35203,11809,'action started via WP Cron','2026-04-20 19:19:35','2026-04-20 21:19:35'), +(35204,11811,'action created','2026-04-20 19:19:35','2026-04-20 21:19:35'), +(35205,11809,'action complete via WP Cron','2026-04-20 19:19:35','2026-04-20 21:19:35'), +(35206,11795,'action started via WP Cron','2026-04-20 19:45:46','2026-04-20 21:45:46'), +(35207,11795,'action complete via WP Cron','2026-04-20 19:45:46','2026-04-20 21:45:46'), +(35208,11812,'action created','2026-04-20 19:45:46','2026-04-20 21:45:46'), +(35209,11811,'action started via WP Cron','2026-04-20 20:32:28','2026-04-20 22:32:28'), +(35210,11813,'action created','2026-04-20 20:32:28','2026-04-20 22:32:28'), +(35211,11811,'action complete via WP Cron','2026-04-20 20:32:28','2026-04-20 22:32:28'), +(35212,11813,'action started via WP Cron','2026-04-20 21:36:00','2026-04-20 23:36:00'), +(35213,11814,'action created','2026-04-20 21:36:00','2026-04-20 23:36:00'), +(35214,11813,'action complete via WP Cron','2026-04-20 21:36:00','2026-04-20 23:36:00'), +(35215,11814,'action started via WP Cron','2026-04-20 22:40:43','2026-04-21 00:40:43'), +(35216,11815,'action created','2026-04-20 22:40:43','2026-04-21 00:40:43'), +(35217,11814,'action complete via WP Cron','2026-04-20 22:40:43','2026-04-21 00:40:43'), +(35218,11781,'action started via WP Cron','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35219,11781,'action complete via WP Cron','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35220,11816,'action created','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35221,11782,'action started via WP Cron','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35222,11782,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35223,11817,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35224,11783,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35225,11783,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35226,11818,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35227,11784,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35228,11819,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35229,11784,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35230,11815,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35231,11820,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35232,11815,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35233,11787,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35236,11822,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35237,11787,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35238,11823,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35239,11822,'action started via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35240,11822,'action complete via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35241,11820,'action started via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35242,11824,'action created','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35243,11820,'action complete via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35244,11824,'action started via WP Cron','2026-04-21 03:16:10','2026-04-21 05:16:10'), +(35245,11825,'action created','2026-04-21 03:16:10','2026-04-21 05:16:10'), +(35246,11824,'action complete via WP Cron','2026-04-21 03:16:10','2026-04-21 05:16:10'), +(35247,11825,'action started via WP Cron','2026-04-21 04:19:37','2026-04-21 06:19:37'), +(35248,11826,'action created','2026-04-21 04:19:37','2026-04-21 06:19:37'), +(35249,11825,'action complete via WP Cron','2026-04-21 04:19:37','2026-04-21 06:19:37'), +(35250,11826,'action started via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35251,11827,'action created','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35252,11826,'action complete via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35253,11583,'action started via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35254,11583,'action complete via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35255,11828,'action created','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35256,11812,'action started via WP Cron','2026-04-21 07:46:47','2026-04-21 09:46:47'), +(35257,11812,'action complete via WP Cron','2026-04-21 07:46:47','2026-04-21 09:46:47'), +(35258,11829,'action created','2026-04-21 07:46:47','2026-04-21 09:46:47'), +(35259,11827,'action started via WP Cron','2026-04-21 08:17:24','2026-04-21 10:17:24'), +(35260,11830,'action created','2026-04-21 08:17:24','2026-04-21 10:17:24'), +(35261,11827,'action complete via WP Cron','2026-04-21 08:17:24','2026-04-21 10:17:24'), +(35262,11830,'action started via WP Cron','2026-04-21 09:31:09','2026-04-21 11:31:09'), +(35263,11831,'action created','2026-04-21 09:31:09','2026-04-21 11:31:09'), +(35264,11830,'action complete via WP Cron','2026-04-21 09:31:09','2026-04-21 11:31:09'), +(35265,11305,'action started via WP Cron','2026-04-21 10:08:08','2026-04-21 12:08:08'), +(35266,11305,'action complete via WP Cron','2026-04-21 10:08:08','2026-04-21 12:08:08'), +(35267,11832,'action created','2026-04-21 10:08:08','2026-04-21 12:08:08'), +(35268,11799,'action started via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35269,11799,'action complete via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35270,11833,'action created','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35271,11800,'action started via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35272,11800,'action complete via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35273,11834,'action created','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35274,11801,'action started via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35275,11801,'action complete via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35276,11835,'action created','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35277,11831,'action started via WP Cron','2026-04-21 10:32:03','2026-04-21 12:32:03'), +(35278,11836,'action created','2026-04-21 10:32:03','2026-04-21 12:32:03'), +(35279,11831,'action complete via WP Cron','2026-04-21 10:32:04','2026-04-21 12:32:04'), +(35280,11836,'action started via WP Cron','2026-04-21 11:55:23','2026-04-21 13:55:23'), +(35281,11837,'action created','2026-04-21 11:55:23','2026-04-21 13:55:23'), +(35282,11836,'action complete via WP Cron','2026-04-21 11:55:23','2026-04-21 13:55:23'), +(35283,11837,'action started via WP Cron','2026-04-21 13:04:02','2026-04-21 15:04:02'), +(35284,11838,'action created','2026-04-21 13:04:02','2026-04-21 15:04:02'), +(35285,11837,'action complete via WP Cron','2026-04-21 13:04:02','2026-04-21 15:04:02'), +(35286,11838,'action started via WP Cron','2026-04-21 14:19:54','2026-04-21 16:19:54'), +(35287,11839,'action created','2026-04-21 14:19:54','2026-04-21 16:19:54'), +(35288,11838,'action complete via WP Cron','2026-04-21 14:19:54','2026-04-21 16:19:54'), +(35289,11839,'action started via WP Cron','2026-04-21 15:19:58','2026-04-21 17:19:58'), +(35290,11840,'action created','2026-04-21 15:19:58','2026-04-21 17:19:58'), +(35291,11839,'action complete via WP Cron','2026-04-21 15:19:58','2026-04-21 17:19:58'), +(35292,11840,'action started via WP Cron','2026-04-21 16:21:26','2026-04-21 18:21:26'), +(35293,11841,'action created','2026-04-21 16:21:26','2026-04-21 18:21:26'), +(35294,11840,'action complete via WP Cron','2026-04-21 16:21:26','2026-04-21 18:21:26'), +(35295,11841,'action started via WP Cron','2026-04-21 17:23:26','2026-04-21 19:23:26'), +(35296,11842,'action created','2026-04-21 17:23:26','2026-04-21 19:23:26'), +(35297,11841,'action complete via WP Cron','2026-04-21 17:23:26','2026-04-21 19:23:26'), +(35298,11842,'action started via WP Cron','2026-04-21 18:29:27','2026-04-21 20:29:27'), +(35299,11843,'action created','2026-04-21 18:29:27','2026-04-21 20:29:27'), +(35300,11842,'action complete via WP Cron','2026-04-21 18:29:27','2026-04-21 20:29:27'), +(35301,11810,'action started via WP Cron','2026-04-21 19:01:08','2026-04-21 21:01:08'), +(35302,11810,'action complete via WP Cron','2026-04-21 19:01:08','2026-04-21 21:01:08'), +(35303,11844,'action created','2026-04-21 19:01:08','2026-04-21 21:01:08'), +(35304,11843,'action started via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35305,11845,'action created','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35306,11843,'action complete via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35307,11829,'action started via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35308,11829,'action complete via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35309,11846,'action created','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35310,11845,'action started via WP Cron','2026-04-21 21:16:05','2026-04-21 23:16:05'), +(35311,11847,'action created','2026-04-21 21:16:05','2026-04-21 23:16:05'), +(35312,11845,'action complete via WP Cron','2026-04-21 21:16:05','2026-04-21 23:16:05'), +(35313,11847,'action started via WP Cron','2026-04-21 22:20:25','2026-04-22 00:20:25'), +(35314,11848,'action created','2026-04-21 22:20:25','2026-04-22 00:20:25'), +(35315,11847,'action complete via WP Cron','2026-04-21 22:20:26','2026-04-22 00:20:26'), +(35316,11848,'action started via WP Cron','2026-04-22 00:17:03','2026-04-22 02:17:03'), +(35317,11849,'action created','2026-04-22 00:17:03','2026-04-22 02:17:03'), +(35318,11848,'action complete via WP Cron','2026-04-22 00:17:03','2026-04-22 02:17:03'), +(35319,11816,'action started via WP Cron','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35320,11816,'action complete via WP Cron','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35321,11850,'action created','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35322,11817,'action started via WP Cron','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35323,11817,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35324,11851,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35325,11818,'action started via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35326,11818,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35327,11852,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35328,11819,'action started via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35329,11853,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35330,11819,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35331,11823,'action started via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35334,11855,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35335,11823,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35336,11856,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35337,11855,'action started via WP Cron','2026-04-22 00:29:06','2026-04-22 02:29:06'), +(35338,11855,'action complete via WP Cron','2026-04-22 00:29:06','2026-04-22 02:29:06'), +(35339,11849,'action started via WP Cron','2026-04-22 01:22:41','2026-04-22 03:22:41'), +(35340,11857,'action created','2026-04-22 01:22:41','2026-04-22 03:22:41'), +(35341,11849,'action complete via WP Cron','2026-04-22 01:22:41','2026-04-22 03:22:41'), +(35342,11857,'action started via WP Cron','2026-04-22 02:44:14','2026-04-22 04:44:14'), +(35343,11858,'action created','2026-04-22 02:44:14','2026-04-22 04:44:14'), +(35344,11857,'action complete via WP Cron','2026-04-22 02:44:14','2026-04-22 04:44:14'), +(35345,11858,'action started via WP Cron','2026-04-22 03:54:30','2026-04-22 05:54:30'), +(35346,11859,'action created','2026-04-22 03:54:30','2026-04-22 05:54:30'), +(35347,11858,'action complete via WP Cron','2026-04-22 03:54:30','2026-04-22 05:54:30'), +(35348,11859,'action started via WP Cron','2026-04-22 05:21:53','2026-04-22 07:21:53'), +(35349,11860,'action created','2026-04-22 05:21:53','2026-04-22 07:21:53'), +(35350,11859,'action complete via WP Cron','2026-04-22 05:21:53','2026-04-22 07:21:53'), +(35351,11860,'action started via WP Cron','2026-04-22 07:17:50','2026-04-22 09:17:50'), +(35352,11861,'action created','2026-04-22 07:17:50','2026-04-22 09:17:50'), +(35353,11860,'action complete via WP Cron','2026-04-22 07:17:51','2026-04-22 09:17:51'), +(35354,11846,'action started via WP Cron','2026-04-22 08:06:10','2026-04-22 10:06:10'), +(35355,11846,'action complete via WP Cron','2026-04-22 08:06:10','2026-04-22 10:06:10'), +(35356,11862,'action created','2026-04-22 08:06:10','2026-04-22 10:06:10'), +(35357,11861,'action started via WP Cron','2026-04-22 08:26:29','2026-04-22 10:26:29'), +(35358,11863,'action created','2026-04-22 08:26:29','2026-04-22 10:26:29'), +(35359,11861,'action complete via WP Cron','2026-04-22 08:26:29','2026-04-22 10:26:29'), +(35360,11863,'action started via WP Cron','2026-04-22 09:46:32','2026-04-22 11:46:32'), +(35361,11864,'action created','2026-04-22 09:46:32','2026-04-22 11:46:32'), +(35362,11863,'action complete via WP Cron','2026-04-22 09:46:32','2026-04-22 11:46:32'), +(35363,11833,'action started via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35364,11833,'action complete via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35365,11865,'action created','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35366,11834,'action started via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35367,11834,'action complete via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35368,11866,'action created','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35369,11835,'action started via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35370,11835,'action complete via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35371,11867,'action created','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35372,11864,'action started via WP Cron','2026-04-22 10:53:15','2026-04-22 12:53:15'), +(35373,11868,'action created','2026-04-22 10:53:15','2026-04-22 12:53:15'), +(35374,11864,'action complete via WP Cron','2026-04-22 10:53:15','2026-04-22 12:53:15'), +(35375,11868,'action started via WP Cron','2026-04-22 12:22:47','2026-04-22 14:22:47'), +(35376,11869,'action created','2026-04-22 12:22:47','2026-04-22 14:22:47'), +(35377,11868,'action complete via WP Cron','2026-04-22 12:22:47','2026-04-22 14:22:47'), +(35378,11869,'action started via WP Cron','2026-04-22 13:31:33','2026-04-22 15:31:33'), +(35379,11870,'action created','2026-04-22 13:31:33','2026-04-22 15:31:33'), +(35380,11869,'action complete via WP Cron','2026-04-22 13:31:33','2026-04-22 15:31:33'), +(35381,11870,'action started via WP Cron','2026-04-22 15:01:46','2026-04-22 17:01:46'), +(35382,11871,'action created','2026-04-22 15:01:46','2026-04-22 17:01:46'), +(35383,11870,'action complete via WP Cron','2026-04-22 15:01:46','2026-04-22 17:01:46'), +(35384,11871,'action started via WP Cron','2026-04-22 16:18:52','2026-04-22 18:18:52'), +(35385,11872,'action created','2026-04-22 16:18:52','2026-04-22 18:18:52'), +(35386,11871,'action complete via WP Cron','2026-04-22 16:18:53','2026-04-22 18:18:53'), +(35387,11872,'action started via WP Cron','2026-04-22 17:22:50','2026-04-22 19:22:50'), +(35388,11873,'action created','2026-04-22 17:22:50','2026-04-22 19:22:50'), +(35389,11872,'action complete via WP Cron','2026-04-22 17:22:50','2026-04-22 19:22:50'), +(35390,11873,'action started via WP Cron','2026-04-22 18:23:01','2026-04-22 20:23:01'), +(35391,11874,'action created','2026-04-22 18:23:01','2026-04-22 20:23:01'), +(35392,11873,'action complete via WP Cron','2026-04-22 18:23:01','2026-04-22 20:23:01'), +(35393,11844,'action started via WP Cron','2026-04-22 19:07:42','2026-04-22 21:07:42'), +(35394,11844,'action complete via WP Cron','2026-04-22 19:07:42','2026-04-22 21:07:42'), +(35395,11875,'action created','2026-04-22 19:07:42','2026-04-22 21:07:42'), +(35396,11874,'action started via WP Cron','2026-04-22 19:36:52','2026-04-22 21:36:52'), +(35397,11876,'action created','2026-04-22 19:36:52','2026-04-22 21:36:52'), +(35398,11874,'action complete via WP Cron','2026-04-22 19:36:52','2026-04-22 21:36:52'), +(35399,11862,'action started via WP Cron','2026-04-22 20:11:28','2026-04-22 22:11:28'), +(35400,11862,'action complete via WP Cron','2026-04-22 20:11:28','2026-04-22 22:11:28'), +(35401,11877,'action created','2026-04-22 20:11:28','2026-04-22 22:11:28'), +(35402,11876,'action started via WP Cron','2026-04-22 20:50:38','2026-04-22 22:50:38'), +(35403,11878,'action created','2026-04-22 20:50:38','2026-04-22 22:50:38'), +(35404,11876,'action complete via WP Cron','2026-04-22 20:50:38','2026-04-22 22:50:38'), +(35405,11878,'action started via WP Cron','2026-04-22 21:57:24','2026-04-22 23:57:24'), +(35406,11879,'action created','2026-04-22 21:57:24','2026-04-22 23:57:24'), +(35407,11878,'action complete via WP Cron','2026-04-22 21:57:24','2026-04-22 23:57:24'), +(35408,11879,'action started via WP Cron','2026-04-22 23:21:54','2026-04-23 01:21:54'), +(35409,11880,'action created','2026-04-22 23:21:54','2026-04-23 01:21:54'), +(35410,11879,'action complete via WP Cron','2026-04-22 23:21:54','2026-04-23 01:21:54'), +(35411,11880,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35412,11881,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35413,11880,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35414,11850,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35415,11850,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35416,11882,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35417,11851,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35418,11851,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35419,11883,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35420,11852,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35421,11852,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35422,11884,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35423,11853,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35424,11885,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35425,11853,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35426,11856,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35429,11887,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35430,11856,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35431,11888,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35432,11887,'action started via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35433,11887,'action complete via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35434,11881,'action started via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35435,11889,'action created','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35436,11881,'action complete via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35437,11889,'action started via WP Cron','2026-04-23 04:18:15','2026-04-23 06:18:15'), +(35438,11890,'action created','2026-04-23 04:18:15','2026-04-23 06:18:15'), +(35439,11889,'action complete via WP Cron','2026-04-23 04:18:15','2026-04-23 06:18:15'), +(35440,11890,'action started via WP Cron','2026-04-23 05:30:21','2026-04-23 07:30:21'), +(35441,11891,'action created','2026-04-23 05:30:21','2026-04-23 07:30:21'), +(35442,11890,'action complete via WP Cron','2026-04-23 05:30:21','2026-04-23 07:30:21'), +(35443,11891,'action started via WP Cron','2026-04-23 06:47:11','2026-04-23 08:47:11'), +(35444,11892,'action created','2026-04-23 06:47:11','2026-04-23 08:47:11'), +(35445,11891,'action complete via WP Cron','2026-04-23 06:47:11','2026-04-23 08:47:11'), +(35446,11892,'action started via WP Cron','2026-04-23 07:47:45','2026-04-23 09:47:45'), +(35447,11893,'action created','2026-04-23 07:47:45','2026-04-23 09:47:45'), +(35448,11892,'action complete via WP Cron','2026-04-23 07:47:45','2026-04-23 09:47:45'), +(35449,11877,'action started via WP Cron','2026-04-23 08:11:38','2026-04-23 10:11:38'), +(35450,11877,'action complete via WP Cron','2026-04-23 08:11:38','2026-04-23 10:11:38'), +(35451,11894,'action created','2026-04-23 08:11:38','2026-04-23 10:11:38'), +(35452,11893,'action started via WP Cron','2026-04-23 09:30:22','2026-04-23 11:30:22'), +(35453,11895,'action created','2026-04-23 09:30:22','2026-04-23 11:30:22'), +(35454,11893,'action complete via WP Cron','2026-04-23 09:30:22','2026-04-23 11:30:22'), +(35455,11895,'action started via WP Cron','2026-04-23 10:52:47','2026-04-23 12:52:47'), +(35456,11896,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35457,11895,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35458,11865,'action started via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35459,11865,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35460,11897,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35461,11866,'action started via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35462,11866,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35463,11898,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35464,11867,'action started via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35465,11867,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35466,11899,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35467,11896,'action started via WP Cron','2026-04-23 12:11:01','2026-04-23 14:11:01'), +(35468,11900,'action created','2026-04-23 12:11:01','2026-04-23 14:11:01'), +(35469,11896,'action complete via WP Cron','2026-04-23 12:11:01','2026-04-23 14:11:01'), +(35470,11900,'action started via WP Cron','2026-04-23 13:16:30','2026-04-23 15:16:30'), +(35471,11901,'action created','2026-04-23 13:16:30','2026-04-23 15:16:30'), +(35472,11900,'action complete via WP Cron','2026-04-23 13:16:30','2026-04-23 15:16:30'), +(35473,11901,'action started via WP Cron','2026-04-23 14:16:41','2026-04-23 16:16:41'), +(35474,11902,'action created','2026-04-23 14:16:41','2026-04-23 16:16:41'), +(35475,11901,'action complete via WP Cron','2026-04-23 14:16:41','2026-04-23 16:16:41'), +(35476,11902,'action started via WP Cron','2026-04-23 15:35:47','2026-04-23 17:35:47'), +(35477,11903,'action created','2026-04-23 15:35:47','2026-04-23 17:35:47'), +(35478,11902,'action complete via WP Cron','2026-04-23 15:35:47','2026-04-23 17:35:47'), +(35479,11903,'action started via WP Cron','2026-04-23 16:49:50','2026-04-23 18:49:50'), +(35480,11904,'action created','2026-04-23 16:49:50','2026-04-23 18:49:50'), +(35481,11903,'action complete via WP Cron','2026-04-23 16:49:50','2026-04-23 18:49:50'), +(35482,11904,'action started via WP Cron','2026-04-23 18:06:00','2026-04-23 20:06:00'), +(35483,11905,'action created','2026-04-23 18:06:00','2026-04-23 20:06:00'), +(35484,11904,'action complete via WP Cron','2026-04-23 18:06:00','2026-04-23 20:06:00'), +(35485,11905,'action started via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35486,11906,'action created','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35487,11905,'action complete via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35488,11875,'action started via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35489,11875,'action complete via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35490,11907,'action created','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35491,11894,'action started via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35492,11894,'action complete via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35493,11908,'action created','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35494,11906,'action started via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35495,11909,'action created','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35496,11906,'action complete via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35497,11909,'action started via WP Cron','2026-04-23 21:16:15','2026-04-23 23:16:15'), +(35498,11910,'action created','2026-04-23 21:16:15','2026-04-23 23:16:15'), +(35499,11909,'action complete via WP Cron','2026-04-23 21:16:15','2026-04-23 23:16:15'), +(35500,11910,'action started via WP Cron','2026-04-23 22:21:37','2026-04-24 00:21:37'), +(35501,11911,'action created','2026-04-23 22:21:37','2026-04-24 00:21:37'), +(35502,11910,'action complete via WP Cron','2026-04-23 22:21:37','2026-04-24 00:21:37'), +(35503,11911,'action started via WP Cron','2026-04-23 23:26:05','2026-04-24 01:26:05'), +(35504,11912,'action created','2026-04-23 23:26:05','2026-04-24 01:26:05'), +(35505,11911,'action complete via WP Cron','2026-04-23 23:26:05','2026-04-24 01:26:05'), +(35506,11912,'action started via WP Cron','2026-04-24 00:31:32','2026-04-24 02:31:32'), +(35507,11913,'action created','2026-04-24 00:31:32','2026-04-24 02:31:32'), +(35508,11912,'action complete via WP Cron','2026-04-24 00:31:32','2026-04-24 02:31:32'), +(35509,11882,'action started via WP Cron','2026-04-24 01:15:51','2026-04-24 03:15:51'), +(35510,11882,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35511,11914,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35512,11883,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35513,11883,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35514,11915,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35515,11884,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35516,11884,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35517,11916,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35518,11885,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35519,11917,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35520,11885,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35521,11888,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35524,11919,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35525,11888,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35526,11920,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35527,11919,'action started via WP Cron','2026-04-24 01:17:03','2026-04-24 03:17:03'), +(35528,11919,'action complete via WP Cron','2026-04-24 01:17:03','2026-04-24 03:17:03'), +(35529,11913,'action started via WP Cron','2026-04-24 02:08:26','2026-04-24 04:08:26'), +(35530,11921,'action created','2026-04-24 02:08:26','2026-04-24 04:08:26'), +(35531,11913,'action complete via WP Cron','2026-04-24 02:08:26','2026-04-24 04:08:26'), +(35532,11921,'action started via WP Cron','2026-04-24 03:23:36','2026-04-24 05:23:36'), +(35533,11922,'action created','2026-04-24 03:23:36','2026-04-24 05:23:36'), +(35534,11921,'action complete via WP Cron','2026-04-24 03:23:36','2026-04-24 05:23:36'), +(35535,11922,'action started via WP Cron','2026-04-24 04:31:27','2026-04-24 06:31:27'), +(35536,11923,'action created','2026-04-24 04:31:27','2026-04-24 06:31:27'), +(35537,11922,'action complete via WP Cron','2026-04-24 04:31:27','2026-04-24 06:31:27'), +(35538,11923,'action started via WP Cron','2026-04-24 05:31:34','2026-04-24 07:31:34'), +(35539,11924,'action created','2026-04-24 05:31:34','2026-04-24 07:31:34'), +(35540,11923,'action complete via WP Cron','2026-04-24 05:31:34','2026-04-24 07:31:34'), +(35541,11924,'action started via WP Cron','2026-04-24 06:40:40','2026-04-24 08:40:40'), +(35542,11925,'action created','2026-04-24 06:40:40','2026-04-24 08:40:40'), +(35543,11924,'action complete via WP Cron','2026-04-24 06:40:40','2026-04-24 08:40:40'), +(35544,11925,'action started via Async Request','2026-04-24 07:43:53','2026-04-24 09:43:53'), +(35545,11926,'action created','2026-04-24 07:43:53','2026-04-24 09:43:53'), +(35546,11925,'action complete via Async Request','2026-04-24 07:43:53','2026-04-24 09:43:53'), +(35547,11908,'action started via WP Cron','2026-04-24 08:15:46','2026-04-24 10:15:46'), +(35548,11908,'action complete via WP Cron','2026-04-24 08:15:46','2026-04-24 10:15:46'), +(35549,11927,'action created','2026-04-24 08:15:46','2026-04-24 10:15:46'), +(35550,11926,'action started via WP Cron','2026-04-24 08:51:26','2026-04-24 10:51:26'), +(35551,11928,'action created','2026-04-24 08:51:26','2026-04-24 10:51:26'), +(35552,11926,'action complete via WP Cron','2026-04-24 08:51:26','2026-04-24 10:51:26'), +(35553,11928,'action started via WP Cron','2026-04-24 09:56:27','2026-04-24 11:56:27'), +(35554,11929,'action created','2026-04-24 09:56:27','2026-04-24 11:56:27'), +(35555,11928,'action complete via WP Cron','2026-04-24 09:56:27','2026-04-24 11:56:27'), +(35556,11897,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35557,11897,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35558,11930,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35559,11898,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35560,11898,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35561,11931,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35562,11899,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35563,11899,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35564,11932,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35565,11929,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35566,11933,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35567,11929,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35568,11933,'action started via WP Cron','2026-04-24 12:00:47','2026-04-24 14:00:47'), +(35569,11934,'action created','2026-04-24 12:00:47','2026-04-24 14:00:47'), +(35570,11933,'action complete via WP Cron','2026-04-24 12:00:47','2026-04-24 14:00:47'), +(35571,11935,'action created','2026-04-24 12:49:33','2026-04-24 14:49:33'), +(35572,11936,'action created','2026-04-24 12:50:09','2026-04-24 14:50:09'), +(35573,11935,'action started via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35574,11935,'action complete via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35575,11936,'action started via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35576,11936,'action complete via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35577,11937,'action created','2026-04-24 12:50:47','2026-04-24 14:50:47'), +(35578,11938,'action created','2026-04-24 12:51:23','2026-04-24 14:51:23'), +(35579,11937,'action started via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35580,11937,'action complete via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35581,11938,'action started via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35582,11938,'action complete via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35583,11939,'action created','2026-04-24 12:51:40','2026-04-24 14:51:40'), +(35584,11939,'action started via WP Cron','2026-04-24 12:52:31','2026-04-24 14:52:31'), +(35585,11939,'action complete via WP Cron','2026-04-24 12:52:31','2026-04-24 14:52:31'), +(35586,11940,'action created','2026-04-24 12:56:11','2026-04-24 14:56:11'), +(35587,11940,'action started via WP Cron','2026-04-24 12:56:33','2026-04-24 14:56:33'), +(35588,11940,'action complete via WP Cron','2026-04-24 12:56:33','2026-04-24 14:56:33'), +(35589,11941,'action created','2026-04-24 12:57:34','2026-04-24 14:57:34'), +(35590,11941,'action started via Async Request','2026-04-24 12:58:09','2026-04-24 14:58:09'), +(35591,11941,'action complete via Async Request','2026-04-24 12:58:09','2026-04-24 14:58:09'), +(35592,11934,'action started via Async Request','2026-04-24 13:01:31','2026-04-24 15:01:31'), +(35593,11942,'action created','2026-04-24 13:01:31','2026-04-24 15:01:31'), +(35594,11934,'action complete via Async Request','2026-04-24 13:01:31','2026-04-24 15:01:31'), +(35595,11943,'action created','2026-04-24 13:02:15','2026-04-24 15:02:15'), +(35596,11943,'action started via WP Cron','2026-04-24 13:02:28','2026-04-24 15:02:28'), +(35597,11943,'action complete via WP Cron','2026-04-24 13:02:28','2026-04-24 15:02:28'), +(35598,11944,'action created','2026-04-24 13:08:11','2026-04-24 15:08:11'), +(35599,11945,'action created','2026-04-24 13:08:19','2026-04-24 15:08:19'), +(35600,11946,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35601,11947,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35602,11948,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35603,11949,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35604,11950,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35605,11951,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35606,11952,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35607,11953,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35608,11954,'action created','2026-04-24 13:08:27','2026-04-24 15:08:27'), +(35609,11955,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35610,11956,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35611,11957,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35612,11958,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35613,11959,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35614,11960,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35615,11961,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35616,11962,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35617,11963,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35618,11964,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35619,11965,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35620,11966,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35621,11967,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35622,11968,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35623,11969,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35624,11970,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35625,11944,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35626,11944,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35627,11945,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35628,11945,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35629,11946,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35630,11946,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35631,11947,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35632,11947,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35633,11948,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35634,11948,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35635,11949,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35636,11949,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35637,11950,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35638,11950,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35639,11951,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35640,11951,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35641,11952,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35642,11952,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35643,11953,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35644,11953,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35645,11954,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35646,11954,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35647,11955,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35648,11955,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35649,11956,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35650,11956,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35651,11957,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35652,11957,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35653,11958,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35654,11958,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35655,11959,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35656,11959,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35657,11960,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35658,11960,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35659,11961,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35660,11961,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35661,11962,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35662,11962,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35663,11963,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35664,11963,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35665,11964,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35666,11964,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35667,11965,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35668,11965,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35669,11966,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35670,11966,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35671,11967,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35672,11967,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35673,11968,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35674,11968,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35675,11969,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35676,11969,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35677,11970,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35678,11970,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35679,11971,'action created','2026-04-24 13:09:07','2026-04-24 15:09:07'), +(35680,11971,'action started via WP Cron','2026-04-24 13:09:34','2026-04-24 15:09:34'), +(35681,11971,'action complete via WP Cron','2026-04-24 13:09:34','2026-04-24 15:09:34'), +(35682,11972,'action created','2026-04-24 13:10:15','2026-04-24 15:10:15'), +(35683,11972,'action started via WP Cron','2026-04-24 13:10:32','2026-04-24 15:10:32'), +(35684,11972,'action complete via WP Cron','2026-04-24 13:10:32','2026-04-24 15:10:32'), +(35685,11973,'action created','2026-04-24 13:11:20','2026-04-24 15:11:20'), +(35686,11974,'action created','2026-04-24 13:11:26','2026-04-24 15:11:26'), +(35687,11973,'action started via WP Cron','2026-04-24 13:11:26','2026-04-24 15:11:26'), +(35688,11973,'action complete via WP Cron','2026-04-24 13:11:26','2026-04-24 15:11:26'), +(35689,11974,'action started via Async Request','2026-04-24 13:12:18','2026-04-24 15:12:18'), +(35690,11974,'action complete via Async Request','2026-04-24 13:12:18','2026-04-24 15:12:18'), +(35691,11975,'action created','2026-04-24 13:16:01','2026-04-24 15:16:01'), +(35692,11975,'action started via WP Cron','2026-04-24 13:16:28','2026-04-24 15:16:28'), +(35693,11975,'action complete via WP Cron','2026-04-24 13:16:28','2026-04-24 15:16:28'), +(35694,11976,'action created','2026-04-24 13:18:48','2026-04-24 15:18:48'), +(35695,11976,'action started via Async Request','2026-04-24 13:18:49','2026-04-24 15:18:49'), +(35696,11976,'action complete via Async Request','2026-04-24 13:18:49','2026-04-24 15:18:49'), +(35697,11977,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35698,11978,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35699,11979,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35700,11980,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35701,11981,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35702,11982,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35703,11983,'action created','2026-04-24 13:18:59','2026-04-24 15:18:59'), +(35704,11984,'action created','2026-04-24 13:18:59','2026-04-24 15:18:59'), +(35705,11985,'action created','2026-04-24 13:18:59','2026-04-24 15:18:59'), +(35706,11977,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35707,11977,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35708,11978,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35709,11978,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35710,11979,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35711,11979,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35712,11980,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35713,11980,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35714,11981,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35715,11981,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35716,11982,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35717,11982,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35718,11983,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35719,11983,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35720,11984,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35721,11984,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35722,11985,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35723,11985,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35724,11986,'action created','2026-04-24 13:20:33','2026-04-24 15:20:33'), +(35725,11987,'action created','2026-04-24 13:20:50','2026-04-24 15:20:50'), +(35726,11986,'action started via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35727,11986,'action complete via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35728,11987,'action started via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35729,11987,'action complete via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35730,11988,'action created','2026-04-24 13:21:16','2026-04-24 15:21:16'), +(35731,11989,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35732,11990,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35733,11991,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35734,11992,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35735,11993,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35736,11994,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35737,11995,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35738,11996,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35739,11997,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35740,11998,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35741,11988,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35742,11988,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35743,11989,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35744,11989,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35745,11990,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35746,11990,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35747,11991,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35748,11991,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35749,11992,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35750,11992,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35751,11993,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35752,11993,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35753,11994,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35754,11994,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35755,11995,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35756,11995,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35757,11996,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35758,11996,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35759,11997,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35760,11997,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35761,11998,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35762,11998,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35763,11999,'action created','2026-04-24 13:22:00','2026-04-24 15:22:00'), +(35764,11999,'action started via WP Cron','2026-04-24 13:42:41','2026-04-24 15:42:41'), +(35765,11999,'action complete via WP Cron','2026-04-24 13:42:41','2026-04-24 15:42:41'), +(35766,11942,'action started via WP Cron','2026-04-24 14:02:00','2026-04-24 16:02:00'), +(35767,12000,'action created','2026-04-24 14:02:00','2026-04-24 16:02:00'), +(35768,11942,'action complete via WP Cron','2026-04-24 14:02:01','2026-04-24 16:02:01'), +(35769,12000,'action started via WP Cron','2026-04-24 15:05:03','2026-04-24 17:05:03'), +(35770,12001,'action created','2026-04-24 15:05:03','2026-04-24 17:05:03'), +(35771,12000,'action complete via WP Cron','2026-04-24 15:05:03','2026-04-24 17:05:03'), +(35772,12001,'action started via WP Cron','2026-04-24 16:18:47','2026-04-24 18:18:47'), +(35773,12002,'action created','2026-04-24 16:18:47','2026-04-24 18:18:47'), +(35774,12001,'action complete via WP Cron','2026-04-24 16:18:47','2026-04-24 18:18:47'), +(35775,12002,'action started via WP Cron','2026-04-24 17:41:12','2026-04-24 19:41:12'), +(35776,12003,'action created','2026-04-24 17:41:12','2026-04-24 19:41:12'), +(35777,12002,'action complete via WP Cron','2026-04-24 17:41:12','2026-04-24 19:41:12'), +(35778,12004,'action created','2026-04-24 18:15:05','2026-04-24 20:15:05'), +(35779,12004,'action started via Async Request','2026-04-24 18:15:17','2026-04-24 20:15:17'), +(35780,12004,'action complete via Async Request','2026-04-24 18:15:17','2026-04-24 20:15:17'), +(35781,12005,'action created','2026-04-24 18:16:02','2026-04-24 20:16:02'), +(35782,12005,'action started via Async Request','2026-04-24 18:16:20','2026-04-24 20:16:20'), +(35783,12005,'action complete via Async Request','2026-04-24 18:16:20','2026-04-24 20:16:20'), +(35784,12006,'action created','2026-04-24 18:16:24','2026-04-24 20:16:24'), +(35785,12006,'action started via Async Request','2026-04-24 18:16:25','2026-04-24 20:16:25'), +(35786,12006,'action complete via Async Request','2026-04-24 18:16:25','2026-04-24 20:16:25'), +(35787,12007,'action created','2026-04-24 18:17:54','2026-04-24 20:17:54'), +(35788,12008,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35789,12009,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35790,12010,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35791,12011,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35792,12012,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35793,12013,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35794,12014,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35795,12015,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35796,12016,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35797,12017,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35798,12018,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35799,12019,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35800,12020,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35801,12021,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35802,12022,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35803,12023,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35804,12024,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35805,12025,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35806,12026,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35807,12027,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35808,12028,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35809,12029,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35810,12030,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35811,12031,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35812,12032,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35813,12033,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35814,12007,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35815,12007,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35816,12008,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35817,12008,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35818,12009,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35819,12009,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35820,12010,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35821,12010,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35822,12011,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35823,12011,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35824,12012,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35825,12012,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35826,12013,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35827,12013,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35828,12014,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35829,12014,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35830,12015,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35831,12015,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35832,12016,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35833,12016,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35834,12017,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35835,12017,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35836,12018,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35837,12018,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35838,12019,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35839,12019,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35840,12020,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35841,12020,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35842,12021,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35843,12021,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35844,12022,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35845,12022,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35846,12023,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35847,12023,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35848,12024,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35849,12024,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35850,12025,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35851,12025,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35852,12026,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35853,12026,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35854,12027,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35855,12027,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35856,12028,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35857,12028,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35858,12029,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35859,12029,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35860,12030,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35861,12030,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35862,12031,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35863,12031,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35864,12032,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35865,12032,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35866,12033,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35867,12033,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35868,12034,'action created','2026-04-24 18:18:57','2026-04-24 20:18:57'), +(35869,12034,'action started via Async Request','2026-04-24 18:19:33','2026-04-24 20:19:33'), +(35870,12034,'action complete via Async Request','2026-04-24 18:19:33','2026-04-24 20:19:33'), +(35871,12035,'action created','2026-04-24 18:19:43','2026-04-24 20:19:43'), +(35872,12036,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35873,12037,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35874,12038,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35875,12039,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35876,12040,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35877,12041,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35878,12042,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35879,12043,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35880,12044,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35881,12045,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35882,12046,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35883,12047,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35884,12048,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35885,12049,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35886,12050,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35887,12051,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35888,12052,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35889,12053,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35890,12054,'action created','2026-04-24 18:19:45','2026-04-24 20:19:45'), +(35891,12055,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35892,12056,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35893,12057,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35894,12058,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35895,12059,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35896,12060,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35897,12061,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35898,12062,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35899,12063,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35900,12064,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35901,12065,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35902,12066,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35903,12067,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35904,12068,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35905,12069,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35906,12070,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35907,12071,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35908,12072,'action created','2026-04-24 18:20:15','2026-04-24 20:20:15'), +(35909,12035,'action started via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35910,12035,'action complete via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35911,12036,'action started via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35912,12036,'action complete via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35913,12037,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35914,12037,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35915,12038,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35916,12038,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35917,12039,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35918,12039,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35919,12040,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35920,12040,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35921,12041,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35922,12041,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35923,12042,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35924,12042,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35925,12043,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35926,12043,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35927,12044,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35928,12044,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35929,12045,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35930,12045,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35931,12046,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35932,12046,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35933,12047,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35934,12047,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35935,12048,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35936,12048,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35937,12049,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35938,12049,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35939,12050,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35940,12050,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35941,12051,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35942,12051,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35943,12052,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35944,12052,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35945,12053,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35946,12053,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35947,12054,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35948,12054,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35949,12055,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35950,12055,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35951,12056,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35952,12056,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35953,12057,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35954,12057,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35955,12058,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35956,12058,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35957,12059,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35958,12059,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35959,12060,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35960,12060,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35961,12061,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35962,12061,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35963,12062,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35964,12062,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35965,12063,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35966,12063,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35967,12064,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35968,12064,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35969,12065,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35970,12065,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35971,12066,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35972,12066,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35973,12067,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35974,12067,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35975,12068,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35976,12068,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35977,12069,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35978,12069,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35979,12070,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35980,12070,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35981,12071,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35982,12071,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35983,12072,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35984,12072,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35985,12073,'action created','2026-04-24 18:20:53','2026-04-24 20:20:53'), +(35986,12073,'action started via Async Request','2026-04-24 18:21:35','2026-04-24 20:21:35'), +(35987,12073,'action complete via Async Request','2026-04-24 18:21:35','2026-04-24 20:21:35'), +(35988,12074,'action created','2026-04-24 18:23:00','2026-04-24 20:23:00'), +(35989,12074,'action started via WP Cron','2026-04-24 18:23:28','2026-04-24 20:23:28'), +(35990,12074,'action complete via WP Cron','2026-04-24 18:23:28','2026-04-24 20:23:28'), +(35991,12075,'action created','2026-04-24 18:24:41','2026-04-24 20:24:41'), +(35992,12076,'action created','2026-04-24 18:24:48','2026-04-24 20:24:48'), +(35993,12077,'action created','2026-04-24 18:24:48','2026-04-24 20:24:48'), +(35994,12078,'action created','2026-04-24 18:24:48','2026-04-24 20:24:48'), +(35995,12079,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35996,12080,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35997,12081,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35998,12082,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35999,12083,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36000,12084,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36001,12075,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36002,12075,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36003,12076,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36004,12076,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36005,12077,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36006,12077,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36007,12078,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36008,12078,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36009,12085,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36010,12086,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36011,12087,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36012,12088,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36013,12089,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36014,12090,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36015,12091,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36016,12092,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36017,12093,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36018,12094,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36019,12095,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36020,12096,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36021,12097,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36022,12079,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36023,12079,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36024,12080,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36025,12080,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36026,12081,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36027,12081,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36028,12082,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36029,12082,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36030,12083,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36031,12083,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36032,12084,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36033,12084,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36034,12085,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36035,12098,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36036,12085,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36037,12086,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36038,12086,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36039,12087,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36040,12087,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36041,12088,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36042,12088,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36043,12089,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36044,12089,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36045,12090,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36046,12090,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36047,12099,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36048,12100,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36049,12101,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36050,12091,'action started via Async Request','2026-04-24 18:24:59','2026-04-24 20:24:59'), +(36051,12091,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36052,12092,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36053,12092,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36054,12093,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36055,12093,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36056,12094,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36057,12094,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36058,12095,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36059,12095,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36060,12096,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36061,12096,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36062,12097,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36063,12097,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36064,12098,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36065,12098,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36066,12099,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36067,12099,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36068,12100,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36069,12100,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36070,12101,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36071,12101,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36072,12102,'action created','2026-04-24 18:25:14','2026-04-24 20:25:14'), +(36073,12102,'action started via WP Cron','2026-04-24 18:25:26','2026-04-24 20:25:26'), +(36074,12102,'action complete via WP Cron','2026-04-24 18:25:27','2026-04-24 20:25:27'), +(36075,12103,'action created','2026-04-24 18:26:33','2026-04-24 20:26:33'), +(36076,12103,'action started via Async Request','2026-04-24 18:27:02','2026-04-24 20:27:02'), +(36077,12103,'action complete via Async Request','2026-04-24 18:27:02','2026-04-24 20:27:02'), +(36078,12104,'action created','2026-04-24 18:28:14','2026-04-24 20:28:14'), +(36079,12105,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36080,12106,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36081,12107,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36082,12108,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36083,12109,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36084,12110,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36085,12111,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36086,12112,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36087,12113,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36088,12114,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36089,12115,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36090,12116,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36091,12117,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36092,12118,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36093,12119,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36094,12120,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36095,12121,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36096,12122,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36097,12123,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36098,12124,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36099,12125,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36100,12126,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36101,12127,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36102,12128,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36103,12129,'action created','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36104,12130,'action created','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36105,12104,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36106,12104,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36107,12105,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36108,12105,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36109,12106,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36110,12106,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36111,12107,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36112,12107,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36113,12108,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36114,12108,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36115,12109,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36116,12109,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36117,12110,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36118,12110,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36119,12111,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36120,12111,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36121,12112,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36122,12112,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36123,12113,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36124,12113,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36125,12114,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36126,12114,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36127,12115,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36128,12115,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36129,12116,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36130,12116,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36131,12117,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36132,12117,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36133,12118,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36134,12118,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36135,12119,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36136,12119,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36137,12120,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36138,12120,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36139,12121,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36140,12121,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36141,12122,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36142,12122,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36143,12123,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36144,12123,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36145,12124,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36146,12124,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36147,12125,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36148,12125,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36149,12126,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36150,12126,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36151,12127,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36152,12127,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36153,12128,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36154,12128,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36155,12131,'action created','2026-04-24 18:28:48','2026-04-24 20:28:48'), +(36156,12129,'action started via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36157,12129,'action complete via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36158,12130,'action started via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36159,12130,'action complete via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36160,12131,'action started via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36161,12131,'action complete via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36162,12132,'action created','2026-04-24 18:29:32','2026-04-24 20:29:32'), +(36163,12132,'action started via Async Request','2026-04-24 18:30:17','2026-04-24 20:30:17'), +(36164,12132,'action complete via Async Request','2026-04-24 18:30:17','2026-04-24 20:30:17'), +(36165,12133,'action created','2026-04-24 18:30:30','2026-04-24 20:30:30'), +(36166,12133,'action started via Async Request','2026-04-24 18:31:18','2026-04-24 20:31:18'), +(36167,12133,'action complete via Async Request','2026-04-24 18:31:18','2026-04-24 20:31:18'), +(36168,12134,'action created','2026-04-24 18:34:17','2026-04-24 20:34:17'), +(36169,12134,'action started via Async Request','2026-04-24 18:34:34','2026-04-24 20:34:34'), +(36170,12134,'action complete via Async Request','2026-04-24 18:34:34','2026-04-24 20:34:34'), +(36171,12135,'action created','2026-04-24 18:39:10','2026-04-24 20:39:10'), +(36172,12135,'action started via WP Cron','2026-04-24 18:39:28','2026-04-24 20:39:28'), +(36173,12135,'action complete via WP Cron','2026-04-24 18:39:28','2026-04-24 20:39:28'), +(36174,12136,'action created','2026-04-24 18:40:10','2026-04-24 20:40:10'), +(36175,12136,'action started via WP Cron','2026-04-24 18:40:27','2026-04-24 20:40:27'), +(36176,12136,'action complete via WP Cron','2026-04-24 18:40:27','2026-04-24 20:40:27'), +(36177,12003,'action started via Async Request','2026-04-24 18:41:14','2026-04-24 20:41:14'), +(36178,12137,'action created','2026-04-24 18:41:14','2026-04-24 20:41:14'), +(36179,12003,'action complete via Async Request','2026-04-24 18:41:14','2026-04-24 20:41:14'), +(36180,11907,'action started via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36181,11907,'action complete via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36182,12138,'action created','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36183,12137,'action started via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36184,12139,'action created','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36185,12137,'action complete via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36186,11927,'action started via WP Cron','2026-04-24 20:18:27','2026-04-24 22:18:27'), +(36187,11927,'action complete via WP Cron','2026-04-24 20:18:27','2026-04-24 22:18:27'), +(36188,12140,'action created','2026-04-24 20:18:27','2026-04-24 22:18:27'), +(36189,12139,'action started via WP Cron','2026-04-24 21:24:43','2026-04-24 23:24:43'), +(36190,12141,'action created','2026-04-24 21:24:43','2026-04-24 23:24:43'), +(36191,12139,'action complete via WP Cron','2026-04-24 21:24:43','2026-04-24 23:24:43'), +(36192,12141,'action started via WP Cron','2026-04-24 22:25:40','2026-04-25 00:25:40'), +(36193,12142,'action created','2026-04-24 22:25:40','2026-04-25 00:25:40'), +(36194,12141,'action complete via WP Cron','2026-04-24 22:25:40','2026-04-25 00:25:40'), +(36195,12142,'action started via WP Cron','2026-04-25 00:38:29','2026-04-25 02:38:29'), +(36196,12143,'action created','2026-04-25 00:38:29','2026-04-25 02:38:29'), +(36197,12142,'action complete via WP Cron','2026-04-25 00:38:29','2026-04-25 02:38:29'), +(36198,11914,'action started via WP Cron','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36199,11914,'action complete via WP Cron','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36200,12144,'action created','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36201,11915,'action started via WP Cron','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36202,11915,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36203,12145,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36204,11916,'action started via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36205,11916,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36206,12146,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36207,11917,'action started via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36208,12147,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36209,11917,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36210,11920,'action started via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36213,12149,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36214,11920,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36215,12150,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36216,12149,'action started via WP Cron','2026-04-25 01:25:47','2026-04-25 03:25:47'), +(36217,12149,'action complete via WP Cron','2026-04-25 01:25:47','2026-04-25 03:25:47'), +(36218,12143,'action started via WP Cron','2026-04-25 02:35:01','2026-04-25 04:35:01'), +(36219,12151,'action created','2026-04-25 02:35:01','2026-04-25 04:35:01'), +(36220,12143,'action complete via WP Cron','2026-04-25 02:35:01','2026-04-25 04:35:01'), +(36221,12151,'action started via WP Cron','2026-04-25 03:46:03','2026-04-25 05:46:03'), +(36222,12152,'action created','2026-04-25 03:46:03','2026-04-25 05:46:03'), +(36223,12151,'action complete via WP Cron','2026-04-25 03:46:03','2026-04-25 05:46:03'), +(36224,12152,'action started via WP Cron','2026-04-25 04:48:51','2026-04-25 06:48:51'), +(36225,12153,'action created','2026-04-25 04:48:51','2026-04-25 06:48:51'), +(36226,12152,'action complete via WP Cron','2026-04-25 04:48:51','2026-04-25 06:48:51'), +(36227,12153,'action started via WP Cron','2026-04-25 05:57:30','2026-04-25 07:57:30'), +(36228,12154,'action created','2026-04-25 05:57:30','2026-04-25 07:57:30'), +(36229,12153,'action complete via WP Cron','2026-04-25 05:57:30','2026-04-25 07:57:30'), +(36230,12155,'action created','2026-04-25 06:16:03','2026-04-25 08:16:03'), +(36231,12155,'action started via WP Cron','2026-04-25 06:16:31','2026-04-25 08:16:31'), +(36232,12155,'action complete via WP Cron','2026-04-25 06:16:31','2026-04-25 08:16:31'), +(36233,12156,'action created','2026-04-25 06:16:33','2026-04-25 08:16:33'), +(36234,12156,'action started via Async Request','2026-04-25 06:16:52','2026-04-25 08:16:52'), +(36235,12156,'action complete via Async Request','2026-04-25 06:16:52','2026-04-25 08:16:52'), +(36236,12157,'action created','2026-04-25 06:16:55','2026-04-25 08:16:55'), +(36237,12157,'action started via Async Request','2026-04-25 06:16:57','2026-04-25 08:16:57'), +(36238,12157,'action complete via Async Request','2026-04-25 06:16:57','2026-04-25 08:16:57'), +(36239,12158,'action created','2026-04-25 06:17:00','2026-04-25 08:17:00'), +(36240,12159,'action created','2026-04-25 06:17:00','2026-04-25 08:17:00'), +(36241,12160,'action created','2026-04-25 06:17:00','2026-04-25 08:17:00'), +(36242,12158,'action started via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36243,12158,'action complete via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36244,12159,'action started via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36245,12159,'action complete via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36246,12160,'action started via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36247,12160,'action complete via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36248,12161,'action created','2026-04-25 06:17:53','2026-04-25 08:17:53'), +(36249,12162,'action created','2026-04-25 06:17:54','2026-04-25 08:17:54'), +(36250,12161,'action started via Async Request','2026-04-25 06:17:54','2026-04-25 08:17:54'), +(36251,12161,'action complete via Async Request','2026-04-25 06:17:54','2026-04-25 08:17:54'), +(36252,12162,'action started via Async Request','2026-04-25 06:17:59','2026-04-25 08:17:59'), +(36253,12162,'action complete via Async Request','2026-04-25 06:17:59','2026-04-25 08:17:59'), +(36254,12163,'action created','2026-04-25 06:18:13','2026-04-25 08:18:13'), +(36255,12163,'action started via WP Cron','2026-04-25 06:18:31','2026-04-25 08:18:31'), +(36256,12163,'action complete via WP Cron','2026-04-25 06:18:31','2026-04-25 08:18:31'), +(36257,12164,'action created','2026-04-25 06:24:09','2026-04-25 08:24:09'), +(36258,12165,'action created','2026-04-25 06:24:28','2026-04-25 08:24:28'), +(36259,12164,'action started via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36260,12164,'action complete via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36261,12165,'action started via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36262,12165,'action complete via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36263,12166,'action created','2026-04-25 06:25:15','2026-04-25 08:25:15'), +(36264,12166,'action started via WP Cron','2026-04-25 06:25:30','2026-04-25 08:25:30'), +(36265,12166,'action complete via WP Cron','2026-04-25 06:25:30','2026-04-25 08:25:30'), +(36266,12167,'action created','2026-04-25 06:25:46','2026-04-25 08:25:46'), +(36267,12167,'action started via Async Request','2026-04-25 06:26:13','2026-04-25 08:26:13'), +(36268,12167,'action complete via Async Request','2026-04-25 06:26:13','2026-04-25 08:26:13'), +(36269,12168,'action created','2026-04-25 06:28:41','2026-04-25 08:28:41'), +(36270,12168,'action started via WP Cron','2026-04-25 06:29:27','2026-04-25 08:29:27'), +(36271,12168,'action complete via WP Cron','2026-04-25 06:29:27','2026-04-25 08:29:27'), +(36272,12169,'action created','2026-04-25 06:30:57','2026-04-25 08:30:57'), +(36273,12169,'action started via WP Cron','2026-04-25 06:31:31','2026-04-25 08:31:31'), +(36274,12169,'action complete via WP Cron','2026-04-25 06:31:31','2026-04-25 08:31:31'), +(36275,12170,'action created','2026-04-25 06:31:43','2026-04-25 08:31:43'), +(36276,12170,'action started via Async Request','2026-04-25 06:31:59','2026-04-25 08:31:59'), +(36277,12170,'action complete via Async Request','2026-04-25 06:31:59','2026-04-25 08:31:59'), +(36278,12171,'action created','2026-04-25 06:32:46','2026-04-25 08:32:46'), +(36279,12171,'action started via Async Request','2026-04-25 06:33:02','2026-04-25 08:33:02'), +(36280,12171,'action complete via Async Request','2026-04-25 06:33:02','2026-04-25 08:33:02'), +(36281,12172,'action created','2026-04-25 06:33:17','2026-04-25 08:33:17'), +(36282,12172,'action started via WP Cron','2026-04-25 06:33:26','2026-04-25 08:33:26'), +(36283,12172,'action complete via WP Cron','2026-04-25 06:33:26','2026-04-25 08:33:26'), +(36284,12173,'action created','2026-04-25 06:33:33','2026-04-25 08:33:33'), +(36285,12174,'action created','2026-04-25 06:33:33','2026-04-25 08:33:33'), +(36286,12175,'action created','2026-04-25 06:33:33','2026-04-25 08:33:33'), +(36287,12176,'action created','2026-04-25 06:33:40','2026-04-25 08:33:40'), +(36288,12177,'action created','2026-04-25 06:33:40','2026-04-25 08:33:40'), +(36289,12178,'action created','2026-04-25 06:33:40','2026-04-25 08:33:40'), +(36290,12179,'action created','2026-04-25 06:33:48','2026-04-25 08:33:48'), +(36291,12173,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36292,12173,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36293,12174,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36294,12174,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36295,12175,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36296,12175,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36297,12176,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36298,12176,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36299,12177,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36300,12177,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36301,12178,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36302,12178,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36303,12179,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36304,12179,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36305,12180,'action created','2026-04-25 06:34:10','2026-04-25 08:34:10'), +(36306,12181,'action created','2026-04-25 06:34:20','2026-04-25 08:34:20'), +(36307,12180,'action started via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36308,12180,'action complete via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36309,12181,'action started via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36310,12181,'action complete via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36311,12182,'action created','2026-04-25 06:36:08','2026-04-25 08:36:08'), +(36312,12182,'action started via WP Cron','2026-04-25 06:36:26','2026-04-25 08:36:26'), +(36313,12182,'action complete via WP Cron','2026-04-25 06:36:26','2026-04-25 08:36:26'), +(36314,12183,'action created','2026-04-25 06:36:59','2026-04-25 08:36:59'), +(36315,12183,'action started via Async Request','2026-04-25 06:37:07','2026-04-25 08:37:07'), +(36316,12183,'action complete via Async Request','2026-04-25 06:37:07','2026-04-25 08:37:07'), +(36317,12184,'action created','2026-04-25 06:37:36','2026-04-25 08:37:36'), +(36318,12184,'action started via Async Request','2026-04-25 06:38:11','2026-04-25 08:38:11'), +(36319,12184,'action complete via Async Request','2026-04-25 06:38:11','2026-04-25 08:38:11'), +(36320,12185,'action created','2026-04-25 06:39:07','2026-04-25 08:39:07'), +(36321,12185,'action started via Async Request','2026-04-25 06:39:12','2026-04-25 08:39:12'), +(36322,12185,'action complete via Async Request','2026-04-25 06:39:12','2026-04-25 08:39:12'), +(36323,12186,'action created','2026-04-25 06:39:32','2026-04-25 08:39:32'), +(36324,12187,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36325,12188,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36326,12189,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36327,12190,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36328,12191,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36329,12192,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36330,12193,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36331,12194,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36332,12186,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36333,12186,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36334,12187,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36335,12187,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36336,12188,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36337,12188,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36338,12189,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36339,12189,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36340,12190,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36341,12190,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36342,12191,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36343,12191,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36344,12192,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36345,12192,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36346,12193,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36347,12193,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36348,12194,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36349,12194,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36350,12195,'action created','2026-04-25 06:42:01','2026-04-25 08:42:01'), +(36351,12196,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36352,12197,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36353,12198,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36354,12199,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36355,12195,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36356,12195,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36357,12196,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36358,12196,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36359,12197,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36360,12197,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36361,12198,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36362,12198,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36363,12199,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36364,12199,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36365,12200,'action created','2026-04-25 06:42:27','2026-04-25 08:42:27'), +(36366,12201,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36367,12202,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36368,12203,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36369,12204,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36370,12205,'action created','2026-04-25 06:42:48','2026-04-25 08:42:48'), +(36371,12206,'action created','2026-04-25 06:43:08','2026-04-25 08:43:08'), +(36372,12207,'action created','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36373,12200,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36374,12200,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36375,12201,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36376,12201,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36377,12202,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36378,12202,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36379,12203,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36380,12203,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36381,12204,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36382,12204,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36383,12205,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36384,12205,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36385,12206,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36386,12206,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36387,12207,'action started via WP Cron','2026-04-25 06:43:28','2026-04-25 08:43:28'), +(36388,12207,'action complete via WP Cron','2026-04-25 06:43:28','2026-04-25 08:43:28'), +(36389,12208,'action created','2026-04-25 06:43:58','2026-04-25 08:43:58'), +(36390,12209,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36391,12210,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36392,12211,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36393,12212,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36394,12213,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36395,12214,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36396,12215,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36397,12216,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36398,12217,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36399,12218,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36400,12219,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36401,12220,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36402,12221,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36403,12222,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36404,12223,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36405,12224,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36406,12225,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36407,12226,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36408,12208,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36409,12208,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36410,12209,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36411,12209,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36412,12210,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36413,12210,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36414,12211,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36415,12211,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36416,12212,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36417,12212,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36418,12213,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36419,12213,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36420,12214,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36421,12214,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36422,12215,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36423,12215,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36424,12216,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36425,12216,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36426,12217,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36427,12217,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36428,12218,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36429,12218,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36430,12219,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36431,12219,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36432,12220,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36433,12220,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36434,12221,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36435,12221,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36436,12222,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36437,12222,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36438,12223,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36439,12223,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36440,12224,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36441,12224,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36442,12225,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36443,12225,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36444,12226,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36445,12226,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36446,12154,'action started via WP Cron','2026-04-25 07:02:03','2026-04-25 09:02:03'), +(36447,12227,'action created','2026-04-25 07:02:03','2026-04-25 09:02:03'), +(36448,12154,'action complete via WP Cron','2026-04-25 07:02:03','2026-04-25 09:02:03'), +(36449,12227,'action started via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36450,12228,'action created','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36451,12227,'action complete via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36452,12140,'action started via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36453,12140,'action complete via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36454,12229,'action created','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36455,12228,'action started via WP Cron','2026-04-25 09:30:55','2026-04-25 11:30:55'), +(36456,12230,'action created','2026-04-25 09:30:55','2026-04-25 11:30:55'), +(36457,12228,'action complete via WP Cron','2026-04-25 09:30:55','2026-04-25 11:30:55'), +(36458,12230,'action started via WP Cron','2026-04-25 10:46:09','2026-04-25 12:46:09'), +(36459,12231,'action created','2026-04-25 10:46:09','2026-04-25 12:46:09'), +(36460,12230,'action complete via WP Cron','2026-04-25 10:46:09','2026-04-25 12:46:09'), +(36461,11930,'action started via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36462,11930,'action complete via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36463,12232,'action created','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36464,11931,'action started via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36465,11931,'action complete via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36466,12233,'action created','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36467,11932,'action started via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36468,11932,'action complete via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36469,12234,'action created','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36470,12231,'action started via WP Cron','2026-04-25 11:48:38','2026-04-25 13:48:38'), +(36471,12235,'action created','2026-04-25 11:48:38','2026-04-25 13:48:38'), +(36472,12231,'action complete via WP Cron','2026-04-25 11:48:38','2026-04-25 13:48:38'), +(36473,12235,'action started via WP Cron','2026-04-25 12:56:58','2026-04-25 14:56:58'), +(36474,12236,'action created','2026-04-25 12:56:58','2026-04-25 14:56:58'), +(36475,12235,'action complete via WP Cron','2026-04-25 12:56:58','2026-04-25 14:56:58'), +(36476,12236,'action started via WP Cron','2026-04-25 14:00:10','2026-04-25 16:00:10'), +(36477,12237,'action created','2026-04-25 14:00:10','2026-04-25 16:00:10'), +(36478,12236,'action complete via WP Cron','2026-04-25 14:00:10','2026-04-25 16:00:10'), +(36479,12237,'action started via WP Cron','2026-04-25 15:24:52','2026-04-25 17:24:52'), +(36480,12238,'action created','2026-04-25 15:24:52','2026-04-25 17:24:52'), +(36481,12237,'action complete via WP Cron','2026-04-25 15:24:52','2026-04-25 17:24:52'), +(36482,12238,'action started via WP Cron','2026-04-25 16:26:23','2026-04-25 18:26:23'), +(36483,12239,'action created','2026-04-25 16:26:23','2026-04-25 18:26:23'), +(36484,12238,'action complete via WP Cron','2026-04-25 16:26:23','2026-04-25 18:26:23'), +(36485,12239,'action started via WP Cron','2026-04-25 17:33:33','2026-04-25 19:33:33'), +(36486,12240,'action created','2026-04-25 17:33:33','2026-04-25 19:33:33'), +(36487,12239,'action complete via WP Cron','2026-04-25 17:33:33','2026-04-25 19:33:33'), +(36488,12240,'action started via WP Cron','2026-04-25 18:53:08','2026-04-25 20:53:08'), +(36489,12241,'action created','2026-04-25 18:53:08','2026-04-25 20:53:08'), +(36490,12240,'action complete via WP Cron','2026-04-25 18:53:08','2026-04-25 20:53:08'), +(36491,12241,'action started via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36492,12242,'action created','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36493,12241,'action complete via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36494,12138,'action started via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36495,12138,'action complete via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36496,12243,'action created','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36497,12229,'action started via WP Cron','2026-04-25 20:23:32','2026-04-25 22:23:32'), +(36498,12229,'action complete via WP Cron','2026-04-25 20:23:32','2026-04-25 22:23:32'), +(36499,12244,'action created','2026-04-25 20:23:32','2026-04-25 22:23:32'), +(36500,12242,'action started via WP Cron','2026-04-25 21:59:50','2026-04-25 23:59:50'), +(36501,12245,'action created','2026-04-25 21:59:50','2026-04-25 23:59:50'), +(36502,12242,'action complete via WP Cron','2026-04-25 21:59:50','2026-04-25 23:59:50'), +(36503,12245,'action started via WP Cron','2026-04-25 23:02:03','2026-04-26 01:02:03'), +(36504,12246,'action created','2026-04-25 23:02:03','2026-04-26 01:02:03'), +(36505,12245,'action complete via WP Cron','2026-04-25 23:02:03','2026-04-26 01:02:03'), +(36506,12246,'action started via WP Cron','2026-04-26 00:04:39','2026-04-26 02:04:39'), +(36507,12247,'action created','2026-04-26 00:04:39','2026-04-26 02:04:39'), +(36508,12246,'action complete via WP Cron','2026-04-26 00:04:39','2026-04-26 02:04:39'), +(36509,12247,'action started via WP Cron','2026-04-26 01:08:12','2026-04-26 03:08:12'), +(36510,12248,'action created','2026-04-26 01:08:12','2026-04-26 03:08:12'), +(36511,12247,'action complete via WP Cron','2026-04-26 01:08:13','2026-04-26 03:08:13'), +(36512,12144,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36513,12144,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36514,12249,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36515,12145,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36516,12145,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36517,12250,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36518,12146,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36519,12146,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36520,12251,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36521,12147,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36522,12252,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36523,12147,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36524,12150,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36527,12254,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36528,12150,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36529,12255,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36530,12254,'action started via WP Cron','2026-04-26 01:53:02','2026-04-26 03:53:02'), +(36531,12254,'action complete via WP Cron','2026-04-26 01:53:02','2026-04-26 03:53:02'), +(36532,12248,'action started via WP Cron','2026-04-26 02:36:25','2026-04-26 04:36:25'), +(36533,12256,'action created','2026-04-26 02:36:25','2026-04-26 04:36:25'), +(36534,12248,'action complete via WP Cron','2026-04-26 02:36:25','2026-04-26 04:36:25'), +(36535,12256,'action started via WP Cron','2026-04-26 04:18:27','2026-04-26 06:18:27'), +(36536,12257,'action created','2026-04-26 04:18:27','2026-04-26 06:18:27'), +(36537,12256,'action complete via WP Cron','2026-04-26 04:18:27','2026-04-26 06:18:27'), +(36538,12257,'action started via WP Cron','2026-04-26 05:20:28','2026-04-26 07:20:28'), +(36539,12258,'action created','2026-04-26 05:20:28','2026-04-26 07:20:28'), +(36540,12257,'action complete via WP Cron','2026-04-26 05:20:28','2026-04-26 07:20:28'), +(36541,12258,'action started via WP Cron','2026-04-26 06:22:26','2026-04-26 08:22:26'), +(36542,12259,'action created','2026-04-26 06:22:26','2026-04-26 08:22:26'), +(36543,12258,'action complete via WP Cron','2026-04-26 06:22:26','2026-04-26 08:22:26'), +(36544,12259,'action started via WP Cron','2026-04-26 07:22:41','2026-04-26 09:22:41'), +(36545,12260,'action created','2026-04-26 07:22:41','2026-04-26 09:22:41'), +(36546,12259,'action complete via WP Cron','2026-04-26 07:22:41','2026-04-26 09:22:41'), +(36547,12260,'action started via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36548,12261,'action created','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36549,12260,'action complete via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36550,12244,'action started via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36551,12244,'action complete via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36552,12262,'action created','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36553,12261,'action started via WP Cron','2026-04-26 09:59:15','2026-04-26 11:59:15'), +(36554,12263,'action created','2026-04-26 09:59:15','2026-04-26 11:59:15'), +(36555,12261,'action complete via WP Cron','2026-04-26 09:59:15','2026-04-26 11:59:15'), +(36556,12263,'action started via WP Cron','2026-04-26 10:59:25','2026-04-26 12:59:25'), +(36557,12264,'action created','2026-04-26 10:59:25','2026-04-26 12:59:25'), +(36558,12263,'action complete via WP Cron','2026-04-26 10:59:25','2026-04-26 12:59:25'), +(36559,12232,'action started via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36560,12232,'action complete via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36561,12265,'action created','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36562,12233,'action started via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36563,12233,'action complete via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36564,12266,'action created','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36565,12234,'action started via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36566,12234,'action complete via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36567,12267,'action created','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36568,12264,'action started via WP Cron','2026-04-26 12:49:11','2026-04-26 14:49:11'), +(36569,12268,'action created','2026-04-26 12:49:11','2026-04-26 14:49:11'), +(36570,12264,'action complete via WP Cron','2026-04-26 12:49:11','2026-04-26 14:49:11'), +(36571,12269,'action created','2026-04-26 13:42:31','2026-04-26 15:42:31'), +(36572,12270,'action created','2026-04-26 13:42:31','2026-04-26 15:42:31'), +(36573,12271,'action created','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36574,12269,'action started via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36575,12269,'action complete via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36576,12270,'action started via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36577,12270,'action complete via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36578,12271,'action started via Async Request','2026-04-26 13:43:18','2026-04-26 15:43:18'), +(36579,12271,'action complete via Async Request','2026-04-26 13:43:18','2026-04-26 15:43:18'), +(36580,12272,'action created','2026-04-26 13:45:31','2026-04-26 15:45:31'), +(36581,12272,'action started via Async Request','2026-04-26 13:47:31','2026-04-26 15:47:31'), +(36582,12272,'action complete via Async Request','2026-04-26 13:47:31','2026-04-26 15:47:31'), +(36583,12268,'action started via Async Request','2026-04-26 13:49:31','2026-04-26 15:49:31'), +(36584,12273,'action created','2026-04-26 13:49:31','2026-04-26 15:49:31'), +(36585,12268,'action complete via Async Request','2026-04-26 13:49:31','2026-04-26 15:49:31'), +(36586,12273,'action started via WP Cron','2026-04-26 14:49:32','2026-04-26 16:49:32'), +(36587,12274,'action created','2026-04-26 14:49:32','2026-04-26 16:49:32'), +(36588,12273,'action complete via WP Cron','2026-04-26 14:49:32','2026-04-26 16:49:32'), +(36589,12275,'action created','2026-04-26 15:20:12','2026-04-26 17:20:12'), +(36590,12275,'action started via Async Request','2026-04-26 15:20:34','2026-04-26 17:20:34'), +(36591,12275,'action complete via Async Request','2026-04-26 15:20:34','2026-04-26 17:20:34'), +(36592,12274,'action started via WP Cron','2026-04-26 15:54:46','2026-04-26 17:54:46'), +(36593,12276,'action created','2026-04-26 15:54:46','2026-04-26 17:54:46'), +(36594,12274,'action complete via WP Cron','2026-04-26 15:54:46','2026-04-26 17:54:46'), +(36595,12276,'action started via WP Cron','2026-04-26 17:10:39','2026-04-26 19:10:39'), +(36596,12277,'action created','2026-04-26 17:10:39','2026-04-26 19:10:39'), +(36597,12276,'action complete via WP Cron','2026-04-26 17:10:39','2026-04-26 19:10:39'), +(36598,12277,'action started via WP Cron','2026-04-26 18:30:06','2026-04-26 20:30:06'), +(36599,12278,'action created','2026-04-26 18:30:06','2026-04-26 20:30:06'), +(36600,12277,'action complete via WP Cron','2026-04-26 18:30:06','2026-04-26 20:30:06'), +(36601,12278,'action started via WP Cron','2026-04-26 19:55:47','2026-04-26 21:55:47'), +(36602,12279,'action created','2026-04-26 19:55:47','2026-04-26 21:55:47'), +(36603,12278,'action complete via WP Cron','2026-04-26 19:55:47','2026-04-26 21:55:47'), +(36604,12243,'action started via WP Cron','2026-04-26 20:12:18','2026-04-26 22:12:18'), +(36605,12243,'action complete via WP Cron','2026-04-26 20:12:18','2026-04-26 22:12:18'), +(36606,12280,'action created','2026-04-26 20:12:18','2026-04-26 22:12:18'), +(36607,12262,'action started via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36608,12262,'action complete via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36609,12281,'action created','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36610,12279,'action started via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36611,12282,'action created','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36612,12279,'action complete via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36613,12282,'action started via WP Cron','2026-04-26 22:14:06','2026-04-27 00:14:06'), +(36614,12283,'action created','2026-04-26 22:14:06','2026-04-27 00:14:06'), +(36615,12282,'action complete via WP Cron','2026-04-26 22:14:06','2026-04-27 00:14:06'), +(36616,12283,'action started via Async Request','2026-04-26 23:20:44','2026-04-27 01:20:44'), +(36617,12284,'action created','2026-04-26 23:20:44','2026-04-27 01:20:44'), +(36618,12283,'action complete via Async Request','2026-04-26 23:20:44','2026-04-27 01:20:44'), +(36619,12284,'action started via WP Cron','2026-04-27 00:20:46','2026-04-27 02:20:46'), +(36620,12285,'action created','2026-04-27 00:20:46','2026-04-27 02:20:46'), +(36621,12284,'action complete via WP Cron','2026-04-27 00:20:46','2026-04-27 02:20:46'), +(36622,12285,'action started via WP Cron','2026-04-27 01:24:52','2026-04-27 03:24:52'), +(36623,12286,'action created','2026-04-27 01:24:52','2026-04-27 03:24:52'), +(36624,12285,'action complete via WP Cron','2026-04-27 01:24:52','2026-04-27 03:24:52'), +(36625,12249,'action started via WP Cron','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36626,12249,'action complete via WP Cron','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36627,12287,'action created','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36628,12250,'action started via WP Cron','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36629,12250,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36630,12288,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36631,12251,'action started via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36632,12251,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36633,12289,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36634,12252,'action started via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36635,12290,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36636,12252,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36637,12255,'action started via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36640,12292,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36641,12255,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36642,12293,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36643,12292,'action started via WP Cron','2026-04-27 01:35:28','2026-04-27 03:35:28'), +(36644,12292,'action complete via WP Cron','2026-04-27 01:35:29','2026-04-27 03:35:29'), +(36645,12286,'action started via WP Cron','2026-04-27 04:01:05','2026-04-27 06:01:05'), +(36646,12294,'action created','2026-04-27 04:01:05','2026-04-27 06:01:05'), +(36647,12286,'action complete via WP Cron','2026-04-27 04:01:05','2026-04-27 06:01:05'), +(36648,12294,'action started via WP Cron','2026-04-27 05:10:55','2026-04-27 07:10:55'), +(36649,12295,'action created','2026-04-27 05:10:55','2026-04-27 07:10:55'), +(36650,12294,'action complete via WP Cron','2026-04-27 05:10:56','2026-04-27 07:10:56'), +(36651,12295,'action started via WP Cron','2026-04-27 06:11:26','2026-04-27 08:11:26'), +(36652,12296,'action created','2026-04-27 06:11:26','2026-04-27 08:11:26'), +(36653,12295,'action complete via WP Cron','2026-04-27 06:11:26','2026-04-27 08:11:26'), +(36654,12296,'action started via WP Cron','2026-04-27 07:14:04','2026-04-27 09:14:04'), +(36655,12297,'action created','2026-04-27 07:14:04','2026-04-27 09:14:04'), +(36656,12296,'action complete via WP Cron','2026-04-27 07:14:04','2026-04-27 09:14:04'), +(36657,12298,'action created','2026-04-27 07:51:52','2026-04-27 09:51:52'), +(36658,12298,'action started via Async Request','2026-04-27 07:52:43','2026-04-27 09:52:43'), +(36659,12298,'action complete via Async Request','2026-04-27 07:52:43','2026-04-27 09:52:43'), +(36660,12297,'action started via Async Request','2026-04-27 08:14:34','2026-04-27 10:14:34'), +(36661,12299,'action created','2026-04-27 08:14:34','2026-04-27 10:14:34'), +(36662,12297,'action complete via Async Request','2026-04-27 08:14:34','2026-04-27 10:14:34'), +(36663,12281,'action started via WP Cron','2026-04-27 09:11:28','2026-04-27 11:11:28'), +(36664,12281,'action complete via WP Cron','2026-04-27 09:11:28','2026-04-27 11:11:28'), +(36665,12300,'action created','2026-04-27 09:11:28','2026-04-27 11:11:28'), +(36666,12299,'action started via Async Request','2026-04-27 09:14:35','2026-04-27 11:14:35'), +(36667,12301,'action created','2026-04-27 09:14:35','2026-04-27 11:14:35'), +(36668,12299,'action complete via Async Request','2026-04-27 09:14:35','2026-04-27 11:14:35'), +(36669,12301,'action started via WP Cron','2026-04-27 10:18:52','2026-04-27 12:18:52'), +(36670,12302,'action created','2026-04-27 10:18:52','2026-04-27 12:18:52'), +(36671,12301,'action complete via WP Cron','2026-04-27 10:18:52','2026-04-27 12:18:52'), +(36672,12303,'action created','2026-04-27 11:15:15','2026-04-27 13:15:15'), +(36673,12303,'action started via Async Request','2026-04-27 11:15:17','2026-04-27 13:15:17'), +(36674,12303,'action complete via Async Request','2026-04-27 11:15:17','2026-04-27 13:15:17'), +(36675,12302,'action started via Async Request','2026-04-27 11:19:53','2026-04-27 13:19:53'), +(36676,12304,'action created','2026-04-27 11:19:53','2026-04-27 13:19:53'), +(36677,12302,'action complete via Async Request','2026-04-27 11:19:53','2026-04-27 13:19:53'), +(36678,12265,'action started via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36679,12265,'action complete via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36680,12305,'action created','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36681,12266,'action started via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36682,12266,'action complete via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36683,12306,'action created','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36684,12267,'action started via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36685,12267,'action complete via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36686,12307,'action created','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36687,12308,'action created','2026-04-27 11:41:25','2026-04-27 13:41:25'), +(36688,12308,'action started via WP Cron','2026-04-27 11:41:26','2026-04-27 13:41:26'), +(36689,12308,'action complete via WP Cron','2026-04-27 11:41:26','2026-04-27 13:41:26'), +(36690,12309,'action created','2026-04-27 11:54:34','2026-04-27 13:54:34'), +(36691,12309,'action started via WP Cron','2026-04-27 11:55:28','2026-04-27 13:55:28'), +(36692,12309,'action complete via WP Cron','2026-04-27 11:55:28','2026-04-27 13:55:28'), +(36693,12310,'action created','2026-04-27 12:04:24','2026-04-27 14:04:24'), +(36694,12310,'action started via WP Cron','2026-04-27 12:04:26','2026-04-27 14:04:26'), +(36695,12310,'action complete via WP Cron','2026-04-27 12:04:26','2026-04-27 14:04:26'), +(36696,12311,'action created','2026-04-27 12:17:57','2026-04-27 14:17:57'), +(36697,12311,'action started via WP Cron','2026-04-27 12:18:19','2026-04-27 14:18:19'), +(36698,12311,'action complete via WP Cron','2026-04-27 12:18:19','2026-04-27 14:18:19'), +(36699,12304,'action started via Async Request','2026-04-27 12:20:09','2026-04-27 14:20:09'), +(36700,12312,'action created','2026-04-27 12:20:09','2026-04-27 14:20:09'), +(36701,12304,'action complete via Async Request','2026-04-27 12:20:09','2026-04-27 14:20:09'), +(36702,12313,'action created','2026-04-27 12:53:51','2026-04-27 14:53:51'), +(36703,12313,'action started via WP Cron','2026-04-27 12:54:28','2026-04-27 14:54:28'), +(36704,12313,'action complete via WP Cron','2026-04-27 12:54:28','2026-04-27 14:54:28'), +(36705,12312,'action started via Async Request','2026-04-27 13:20:50','2026-04-27 15:20:50'), +(36706,12314,'action created','2026-04-27 13:20:50','2026-04-27 15:20:50'), +(36707,12312,'action complete via Async Request','2026-04-27 13:20:50','2026-04-27 15:20:50'), +(36708,12315,'action created','2026-04-27 13:27:06','2026-04-27 15:27:06'), +(36709,12315,'action started via Async Request','2026-04-27 13:28:17','2026-04-27 15:28:17'), +(36710,12315,'action complete via Async Request','2026-04-27 13:28:17','2026-04-27 15:28:17'), +(36711,12316,'action created','2026-04-27 13:29:49','2026-04-27 15:29:49'), +(36712,12317,'action created','2026-04-27 13:29:55','2026-04-27 15:29:55'), +(36713,12318,'action created','2026-04-27 13:29:57','2026-04-27 15:29:57'), +(36714,12319,'action created','2026-04-27 13:29:57','2026-04-27 15:29:57'), +(36715,12320,'action created','2026-04-27 13:29:59','2026-04-27 15:29:59'), +(36716,12321,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36717,12322,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36718,12323,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36719,12324,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36720,12316,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36721,12316,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36722,12317,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36723,12317,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36724,12318,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36725,12318,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36726,12319,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36727,12319,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36728,12320,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36729,12320,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36730,12321,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36731,12321,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36732,12322,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36733,12322,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36734,12323,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36735,12323,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36736,12324,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36737,12324,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36738,12325,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36739,12326,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36740,12327,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36741,12328,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36742,12329,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36743,12330,'action created','2026-04-27 13:33:28','2026-04-27 15:33:28'), +(36744,12331,'action created','2026-04-27 13:33:31','2026-04-27 15:33:31'), +(36745,12325,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36746,12325,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36747,12326,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36748,12326,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36749,12327,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36750,12327,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36751,12328,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36752,12328,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36753,12329,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36754,12329,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36755,12330,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36756,12330,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36757,12331,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36758,12331,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36759,12332,'action created','2026-04-27 13:33:59','2026-04-27 15:33:59'), +(36760,12332,'action started via Async Request','2026-04-27 13:34:00','2026-04-27 15:34:00'), +(36761,12332,'action complete via Async Request','2026-04-27 13:34:00','2026-04-27 15:34:00'), +(36762,12333,'action created','2026-04-27 13:34:41','2026-04-27 15:34:41'), +(36763,12333,'action started via Async Request','2026-04-27 13:34:57','2026-04-27 15:34:57'), +(36764,12333,'action complete via Async Request','2026-04-27 13:34:57','2026-04-27 15:34:57'), +(36765,12314,'action started via WP Cron','2026-04-27 14:23:49','2026-04-27 16:23:49'), +(36766,12334,'action created','2026-04-27 14:23:49','2026-04-27 16:23:49'), +(36767,12314,'action complete via WP Cron','2026-04-27 14:23:49','2026-04-27 16:23:49'), +(36768,12334,'action started via Async Request','2026-04-27 15:26:32','2026-04-27 17:26:32'), +(36769,12335,'action created','2026-04-27 15:26:32','2026-04-27 17:26:32'), +(36770,12334,'action complete via Async Request','2026-04-27 15:26:32','2026-04-27 17:26:32'), +(36771,12336,'action created','2026-04-27 15:58:44','2026-04-27 17:58:44'), +(36772,12336,'action started via WP Cron','2026-04-27 15:59:30','2026-04-27 17:59:30'), +(36773,12336,'action complete via WP Cron','2026-04-27 15:59:30','2026-04-27 17:59:30'), +(36774,12337,'action created','2026-04-27 16:04:54','2026-04-27 18:04:54'), +(36775,12337,'action started via WP Cron','2026-04-27 16:05:30','2026-04-27 18:05:30'), +(36776,12337,'action complete via WP Cron','2026-04-27 16:05:30','2026-04-27 18:05:30'), +(36777,12335,'action started via WP Cron','2026-04-27 16:26:35','2026-04-27 18:26:35'), +(36778,12338,'action created','2026-04-27 16:26:35','2026-04-27 18:26:35'), +(36779,12335,'action complete via WP Cron','2026-04-27 16:26:35','2026-04-27 18:26:35'), +(36780,12339,'action created','2026-04-27 16:43:02','2026-04-27 18:43:02'), +(36781,12339,'action started via WP Cron','2026-04-27 16:43:28','2026-04-27 18:43:28'), +(36782,12339,'action complete via WP Cron','2026-04-27 16:43:28','2026-04-27 18:43:28'), +(36783,12338,'action started via WP Cron','2026-04-27 17:31:59','2026-04-27 19:31:59'), +(36784,12340,'action created','2026-04-27 17:31:59','2026-04-27 19:31:59'), +(36785,12338,'action complete via WP Cron','2026-04-27 17:31:59','2026-04-27 19:31:59'), +(36786,12340,'action started via WP Cron','2026-04-27 18:39:06','2026-04-27 20:39:06'), +(36787,12341,'action created','2026-04-27 18:39:06','2026-04-27 20:39:06'), +(36788,12340,'action complete via WP Cron','2026-04-27 18:39:06','2026-04-27 20:39:06'), +(36789,12341,'action started via WP Cron','2026-04-27 19:40:40','2026-04-27 21:40:40'), +(36790,12342,'action created','2026-04-27 19:40:40','2026-04-27 21:40:40'), +(36791,12341,'action complete via WP Cron','2026-04-27 19:40:40','2026-04-27 21:40:40'), +(36792,12280,'action started via WP Cron','2026-04-27 20:15:23','2026-04-27 22:15:23'), +(36793,12280,'action complete via WP Cron','2026-04-27 20:15:23','2026-04-27 22:15:23'), +(36794,12343,'action created','2026-04-27 20:15:23','2026-04-27 22:15:23'), +(36795,12342,'action started via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36796,12344,'action created','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36797,12342,'action complete via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36798,12300,'action started via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36799,12300,'action complete via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36800,12345,'action created','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36801,12344,'action started via WP Cron','2026-04-27 22:22:21','2026-04-28 00:22:21'), +(36802,12346,'action created','2026-04-27 22:22:21','2026-04-28 00:22:21'), +(36803,12344,'action complete via WP Cron','2026-04-27 22:22:21','2026-04-28 00:22:21'), +(36804,12347,'action created','2026-04-27 23:02:04','2026-04-28 01:02:04'), +(36805,12348,'action created','2026-04-27 23:03:44','2026-04-28 01:03:44'), +(36806,12347,'action started via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36807,12347,'action complete via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36808,12348,'action started via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36809,12348,'action complete via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36810,12346,'action started via WP Cron','2026-04-27 23:40:30','2026-04-28 01:40:30'), +(36811,12349,'action created','2026-04-27 23:40:30','2026-04-28 01:40:30'), +(36812,12346,'action complete via WP Cron','2026-04-27 23:40:30','2026-04-28 01:40:30'), +(36813,12349,'action started via WP Cron','2026-04-28 01:05:31','2026-04-28 03:05:31'), +(36814,12350,'action created','2026-04-28 01:05:31','2026-04-28 03:05:31'), +(36815,12349,'action complete via WP Cron','2026-04-28 01:05:31','2026-04-28 03:05:31'), +(36816,12287,'action started via WP Cron','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36817,12287,'action complete via WP Cron','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36818,12351,'action created','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36819,12288,'action started via WP Cron','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36820,12288,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36821,12352,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36822,12289,'action started via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36823,12289,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36824,12353,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36825,12290,'action started via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36826,12354,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36827,12290,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36828,12293,'action started via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36831,12356,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36832,12293,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36833,12357,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36834,12356,'action started via WP Cron','2026-04-28 01:45:58','2026-04-28 03:45:58'), +(36835,12356,'action complete via WP Cron','2026-04-28 01:45:58','2026-04-28 03:45:58'), +(36836,12350,'action started via WP Cron','2026-04-28 02:12:15','2026-04-28 04:12:15'), +(36837,12358,'action created','2026-04-28 02:12:15','2026-04-28 04:12:15'), +(36838,12350,'action complete via WP Cron','2026-04-28 02:12:15','2026-04-28 04:12:15'), +(36839,12358,'action started via WP Cron','2026-04-28 03:12:20','2026-04-28 05:12:20'), +(36840,12359,'action created','2026-04-28 03:12:20','2026-04-28 05:12:20'), +(36841,12358,'action complete via WP Cron','2026-04-28 03:12:20','2026-04-28 05:12:20'), +(36842,12359,'action started via WP Cron','2026-04-28 04:16:03','2026-04-28 06:16:03'), +(36843,12360,'action created','2026-04-28 04:16:03','2026-04-28 06:16:03'), +(36844,12359,'action complete via WP Cron','2026-04-28 04:16:03','2026-04-28 06:16:03'), +(36845,12360,'action started via WP Cron','2026-04-28 05:34:11','2026-04-28 07:34:11'), +(36846,12361,'action created','2026-04-28 05:34:11','2026-04-28 07:34:11'), +(36847,12360,'action complete via WP Cron','2026-04-28 05:34:11','2026-04-28 07:34:11'), +(36848,12361,'action started via WP Cron','2026-04-28 06:41:55','2026-04-28 08:41:55'), +(36849,12362,'action created','2026-04-28 06:41:55','2026-04-28 08:41:55'), +(36850,12361,'action complete via WP Cron','2026-04-28 06:41:55','2026-04-28 08:41:55'), +(36851,11828,'action started via WP Cron','2026-04-28 07:30:15','2026-04-28 09:30:15'), +(36852,11828,'action complete via WP Cron','2026-04-28 07:30:15','2026-04-28 09:30:15'), +(36853,12363,'action created','2026-04-28 07:30:15','2026-04-28 09:30:15'), +(36854,12362,'action started via WP Cron','2026-04-28 07:47:34','2026-04-28 09:47:34'), +(36855,12364,'action created','2026-04-28 07:47:34','2026-04-28 09:47:34'), +(36856,12362,'action complete via WP Cron','2026-04-28 07:47:34','2026-04-28 09:47:34'), +(36857,12365,'action created','2026-04-28 08:08:18','2026-04-28 10:08:18'), +(36858,12366,'action created','2026-04-28 08:08:21','2026-04-28 10:08:21'), +(36859,12367,'action created','2026-04-28 08:08:21','2026-04-28 10:08:21'), +(36860,12365,'action started via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36861,12365,'action complete via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36862,12366,'action started via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36863,12366,'action complete via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36864,12367,'action started via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36865,12367,'action complete via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36866,12368,'action created','2026-04-28 08:08:36','2026-04-28 10:08:36'), +(36867,12369,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36868,12370,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36869,12371,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36870,12372,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36871,12373,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36872,12374,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36873,12375,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36874,12376,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36875,12377,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36876,12378,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36877,12379,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36878,12380,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36879,12381,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36880,12382,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36881,12383,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36882,12384,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36883,12385,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36884,12368,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36885,12368,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36886,12369,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36887,12369,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36888,12370,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36889,12370,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36890,12371,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36891,12371,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36892,12372,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36893,12372,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36894,12373,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36895,12373,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36896,12374,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36897,12374,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36898,12375,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36899,12375,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36900,12376,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36901,12376,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36902,12377,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36903,12377,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36904,12378,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36905,12378,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36906,12379,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36907,12379,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36908,12380,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36909,12380,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36910,12381,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36911,12381,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36912,12382,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36913,12382,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36914,12383,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36915,12383,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36916,12384,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36917,12384,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36918,12385,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36919,12385,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36920,12386,'action created','2026-04-28 08:09:05','2026-04-28 10:09:05'), +(36921,12386,'action started via Async Request','2026-04-28 08:09:08','2026-04-28 10:09:08'), +(36922,12386,'action complete via Async Request','2026-04-28 08:09:08','2026-04-28 10:09:08'), +(36923,12387,'action created','2026-04-28 08:23:50','2026-04-28 10:23:50'), +(36924,12387,'action started via Async Request','2026-04-28 08:24:09','2026-04-28 10:24:09'), +(36925,12387,'action complete via Async Request','2026-04-28 08:24:09','2026-04-28 10:24:09'), +(36926,12388,'action created','2026-04-28 08:24:42','2026-04-28 10:24:42'), +(36927,12388,'action started via Async Request','2026-04-28 08:25:14','2026-04-28 10:25:14'), +(36928,12388,'action complete via Async Request','2026-04-28 08:25:14','2026-04-28 10:25:14'), +(36929,12389,'action created','2026-04-28 08:40:27','2026-04-28 10:40:27'), +(36930,12390,'action created','2026-04-28 08:40:44','2026-04-28 10:40:44'), +(36931,12389,'action started via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36932,12389,'action complete via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36933,12390,'action started via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36934,12390,'action complete via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36935,12364,'action started via WP Cron','2026-04-28 08:49:12','2026-04-28 10:49:12'), +(36936,12391,'action created','2026-04-28 08:49:12','2026-04-28 10:49:12'), +(36937,12364,'action complete via WP Cron','2026-04-28 08:49:12','2026-04-28 10:49:12'), +(36938,12345,'action started via WP Cron','2026-04-28 09:19:13','2026-04-28 11:19:13'), +(36939,12345,'action complete via WP Cron','2026-04-28 09:19:13','2026-04-28 11:19:13'), +(36940,12392,'action created','2026-04-28 09:19:13','2026-04-28 11:19:13'), +(36941,12393,'action created','2026-04-28 09:49:14','2026-04-28 11:49:14'), +(36942,12391,'action started via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36943,12394,'action created','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36944,12391,'action complete via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36945,12393,'action started via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36946,12393,'action complete via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36947,12395,'action created','2026-04-28 09:50:48','2026-04-28 11:50:48'), +(36948,12396,'action created','2026-04-28 09:51:07','2026-04-28 11:51:07'), +(36949,12395,'action started via Async Request','2026-04-28 09:51:07','2026-04-28 11:51:07'), +(36950,12395,'action complete via Async Request','2026-04-28 09:51:07','2026-04-28 11:51:07'), +(36951,12396,'action started via Async Request','2026-04-28 09:51:08','2026-04-28 11:51:08'), +(36952,12396,'action complete via Async Request','2026-04-28 09:51:08','2026-04-28 11:51:08'), +(36953,12397,'action created','2026-04-28 09:51:54','2026-04-28 11:51:54'), +(36954,12397,'action started via Async Request','2026-04-28 09:52:08','2026-04-28 11:52:08'), +(36955,12397,'action complete via Async Request','2026-04-28 09:52:08','2026-04-28 11:52:08'), +(36956,12398,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36957,12399,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36958,12400,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36959,12401,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36960,12402,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36961,12403,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36962,12404,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36963,12405,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36964,12406,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36965,12407,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36966,12408,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36967,12409,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36968,12410,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36969,12411,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36970,12412,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36971,12413,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36972,12414,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36973,12415,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36974,12416,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36975,12398,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36976,12398,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36977,12399,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36978,12399,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36979,12400,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36980,12400,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36981,12401,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36982,12401,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36983,12402,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36984,12402,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36985,12403,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36986,12403,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36987,12404,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36988,12404,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36989,12405,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36990,12405,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36991,12406,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36992,12406,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36993,12407,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36994,12407,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36995,12408,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36996,12408,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36997,12409,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36998,12409,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36999,12410,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37000,12410,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37001,12411,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37002,12411,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37003,12412,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37004,12412,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37005,12413,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37006,12413,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37007,12414,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37008,12414,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37009,12415,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37010,12415,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37011,12416,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37012,12416,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37013,12417,'action created','2026-04-28 10:22:57','2026-04-28 12:22:57'), +(37014,12417,'action started via WP Cron','2026-04-28 10:23:27','2026-04-28 12:23:27'), +(37015,12417,'action complete via WP Cron','2026-04-28 10:23:28','2026-04-28 12:23:28'), +(37016,12418,'action created','2026-04-28 10:40:04','2026-04-28 12:40:04'), +(37017,12418,'action started via WP Cron','2026-04-28 10:40:26','2026-04-28 12:40:26'), +(37018,12418,'action complete via WP Cron','2026-04-28 10:40:26','2026-04-28 12:40:26'), +(37019,12419,'action created','2026-04-28 10:47:05','2026-04-28 12:47:05'), +(37020,12419,'action started via Async Request','2026-04-28 10:47:11','2026-04-28 12:47:11'), +(37021,12419,'action complete via Async Request','2026-04-28 10:47:11','2026-04-28 12:47:11'), +(37022,12420,'action created','2026-04-28 10:48:44','2026-04-28 12:48:44'), +(37023,12421,'action created','2026-04-28 10:49:20','2026-04-28 12:49:20'), +(37024,12420,'action started via Async Request','2026-04-28 10:49:20','2026-04-28 12:49:20'), +(37025,12420,'action complete via Async Request','2026-04-28 10:49:20','2026-04-28 12:49:20'), +(37026,12421,'action started via Async Request','2026-04-28 10:49:25','2026-04-28 12:49:25'), +(37027,12421,'action complete via Async Request','2026-04-28 10:49:25','2026-04-28 12:49:25'), +(37028,12394,'action started via WP Cron','2026-04-28 10:49:26','2026-04-28 12:49:26'), +(37029,12422,'action created','2026-04-28 10:49:26','2026-04-28 12:49:26'), +(37030,12394,'action complete via WP Cron','2026-04-28 10:49:26','2026-04-28 12:49:26'), +(37031,12423,'action created','2026-04-28 10:50:26','2026-04-28 12:50:26'), +(37032,12423,'action started via Async Request','2026-04-28 10:51:32','2026-04-28 12:51:32'), +(37033,12423,'action complete via Async Request','2026-04-28 10:51:32','2026-04-28 12:51:32'), +(37034,12424,'action created','2026-04-28 10:53:52','2026-04-28 12:53:52'), +(37035,12424,'action started via WP Cron','2026-04-28 10:54:26','2026-04-28 12:54:26'), +(37036,12424,'action complete via WP Cron','2026-04-28 10:54:26','2026-04-28 12:54:26'), +(37037,12425,'action created','2026-04-28 10:54:34','2026-04-28 12:54:34'), +(37038,12425,'action started via Async Request','2026-04-28 10:54:42','2026-04-28 12:54:42'), +(37039,12425,'action complete via Async Request','2026-04-28 10:54:42','2026-04-28 12:54:42'), +(37040,12426,'action created','2026-04-28 11:00:33','2026-04-28 13:00:33'), +(37041,12427,'action created','2026-04-28 11:01:06','2026-04-28 13:01:06'), +(37042,12426,'action started via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37043,12426,'action complete via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37044,12427,'action started via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37045,12427,'action complete via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37046,12428,'action created','2026-04-28 11:01:34','2026-04-28 13:01:34'), +(37047,12429,'action created','2026-04-28 11:02:02','2026-04-28 13:02:02'), +(37048,12428,'action started via Async Request','2026-04-28 11:02:18','2026-04-28 13:02:18'), +(37049,12428,'action complete via Async Request','2026-04-28 11:02:18','2026-04-28 13:02:18'), +(37050,12429,'action started via Async Request','2026-04-28 11:02:18','2026-04-28 13:02:18'), +(37051,12429,'action complete via Async Request','2026-04-28 11:02:19','2026-04-28 13:02:19'), +(37052,12430,'action created','2026-04-28 11:02:36','2026-04-28 13:02:36'), +(37053,12430,'action started via Async Request','2026-04-28 11:03:27','2026-04-28 13:03:27'), +(37054,12430,'action complete via Async Request','2026-04-28 11:03:27','2026-04-28 13:03:27'), +(37055,12431,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37056,12432,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37057,12433,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37058,12434,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37059,12431,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37060,12431,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37061,12432,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37062,12432,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37063,12433,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37064,12433,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37065,12434,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37066,12434,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37067,12435,'action created','2026-04-28 11:20:49','2026-04-28 13:20:49'), +(37068,12435,'action started via WP Cron','2026-04-28 11:21:32','2026-04-28 13:21:32'), +(37069,12435,'action complete via WP Cron','2026-04-28 11:21:32','2026-04-28 13:21:32'), +(37070,12305,'action started via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37071,12305,'action complete via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37072,12436,'action created','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37073,12306,'action started via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37074,12306,'action complete via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37075,12437,'action created','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37076,12307,'action started via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37077,12307,'action complete via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37078,12438,'action created','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37079,12422,'action started via WP Cron','2026-04-28 11:49:41','2026-04-28 13:49:41'), +(37080,12439,'action created','2026-04-28 11:49:41','2026-04-28 13:49:41'), +(37081,12422,'action complete via WP Cron','2026-04-28 11:49:41','2026-04-28 13:49:41'), +(37082,12439,'action started via WP Cron','2026-04-28 12:50:34','2026-04-28 14:50:34'), +(37083,12440,'action created','2026-04-28 12:50:34','2026-04-28 14:50:34'), +(37084,12439,'action complete via WP Cron','2026-04-28 12:50:34','2026-04-28 14:50:34'), +(37085,12440,'action started via WP Cron','2026-04-28 13:55:40','2026-04-28 15:55:40'), +(37086,12441,'action created','2026-04-28 13:55:40','2026-04-28 15:55:40'), +(37087,12440,'action complete via WP Cron','2026-04-28 13:55:40','2026-04-28 15:55:40'), +(37088,12441,'action started via WP Cron','2026-04-28 15:00:46','2026-04-28 17:00:46'), +(37089,12442,'action created','2026-04-28 15:00:46','2026-04-28 17:00:46'), +(37090,12441,'action complete via WP Cron','2026-04-28 15:00:46','2026-04-28 17:00:46'), +(37091,12442,'action started via WP Cron','2026-04-28 16:08:44','2026-04-28 18:08:44'), +(37092,12443,'action created','2026-04-28 16:08:44','2026-04-28 18:08:44'), +(37093,12442,'action complete via WP Cron','2026-04-28 16:08:44','2026-04-28 18:08:44'), +(37094,12443,'action started via WP Cron','2026-04-28 17:08:44','2026-04-28 19:08:44'), +(37095,12444,'action created','2026-04-28 17:08:44','2026-04-28 19:08:44'), +(37096,12443,'action complete via WP Cron','2026-04-28 17:08:44','2026-04-28 19:08:44'), +(37097,12444,'action started via WP Cron','2026-04-28 18:15:05','2026-04-28 20:15:05'), +(37098,12445,'action created','2026-04-28 18:15:05','2026-04-28 20:15:05'), +(37099,12444,'action complete via WP Cron','2026-04-28 18:15:05','2026-04-28 20:15:05'), +(37100,12445,'action started via WP Cron','2026-04-28 19:21:24','2026-04-28 21:21:24'), +(37101,12446,'action created','2026-04-28 19:21:24','2026-04-28 21:21:24'), +(37102,12445,'action complete via WP Cron','2026-04-28 19:21:24','2026-04-28 21:21:24'), +(37103,12343,'action started via WP Cron','2026-04-28 20:17:01','2026-04-28 22:17:01'), +(37104,12343,'action complete via WP Cron','2026-04-28 20:17:01','2026-04-28 22:17:01'), +(37105,12447,'action created','2026-04-28 20:17:01','2026-04-28 22:17:01'), +(37106,12446,'action started via WP Cron','2026-04-28 20:38:30','2026-04-28 22:38:30'), +(37107,12448,'action created','2026-04-28 20:38:30','2026-04-28 22:38:30'), +(37108,12446,'action complete via WP Cron','2026-04-28 20:38:30','2026-04-28 22:38:30'), +(37109,12392,'action started via WP Cron','2026-04-28 21:21:26','2026-04-28 23:21:26'), +(37110,12392,'action complete via WP Cron','2026-04-28 21:21:26','2026-04-28 23:21:26'), +(37111,12449,'action created','2026-04-28 21:21:26','2026-04-28 23:21:26'), +(37112,12448,'action started via WP Cron','2026-04-28 22:22:17','2026-04-29 00:22:17'), +(37113,12450,'action created','2026-04-28 22:22:17','2026-04-29 00:22:17'), +(37114,12448,'action complete via WP Cron','2026-04-28 22:22:17','2026-04-29 00:22:17'), +(37115,12450,'action started via WP Cron','2026-04-29 00:30:04','2026-04-29 02:30:04'), +(37116,12451,'action created','2026-04-29 00:30:04','2026-04-29 02:30:04'), +(37117,12450,'action complete via WP Cron','2026-04-29 00:30:04','2026-04-29 02:30:04'), +(37118,12451,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37119,12452,'action created','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37120,12451,'action complete via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37121,12351,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37122,12351,'action complete via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37123,12453,'action created','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37124,12352,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37125,12352,'action complete via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37126,12454,'action created','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37127,12353,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37128,12353,'action complete via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37129,12455,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37130,12354,'action started via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37131,12456,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37132,12354,'action complete via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37133,12357,'action started via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37136,12458,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37137,12357,'action complete via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37138,12459,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37139,12458,'action started via WP Cron','2026-04-29 01:58:05','2026-04-29 03:58:05'), +(37140,12458,'action complete via WP Cron','2026-04-29 01:58:05','2026-04-29 03:58:05'), +(37141,12452,'action started via WP Cron','2026-04-29 03:07:45','2026-04-29 05:07:45'), +(37142,12460,'action created','2026-04-29 03:07:45','2026-04-29 05:07:45'), +(37143,12452,'action complete via WP Cron','2026-04-29 03:07:45','2026-04-29 05:07:45'), +(37144,12460,'action started via WP Cron','2026-04-29 04:16:44','2026-04-29 06:16:44'), +(37145,12461,'action created','2026-04-29 04:16:44','2026-04-29 06:16:44'), +(37146,12460,'action complete via WP Cron','2026-04-29 04:16:44','2026-04-29 06:16:44'), +(37147,12461,'action started via WP Cron','2026-04-29 05:25:02','2026-04-29 07:25:02'), +(37148,12462,'action created','2026-04-29 05:25:02','2026-04-29 07:25:02'), +(37149,12461,'action complete via WP Cron','2026-04-29 05:25:02','2026-04-29 07:25:02'), +(37150,12462,'action started via WP Cron','2026-04-29 06:25:11','2026-04-29 08:25:11'), +(37151,12463,'action created','2026-04-29 06:25:11','2026-04-29 08:25:11'), +(37152,12462,'action complete via WP Cron','2026-04-29 06:25:11','2026-04-29 08:25:11'), +(37153,12463,'action started via WP Cron','2026-04-29 07:25:15','2026-04-29 09:25:15'), +(37154,12464,'action created','2026-04-29 07:25:15','2026-04-29 09:25:15'), +(37155,12463,'action complete via WP Cron','2026-04-29 07:25:15','2026-04-29 09:25:15'), +(37156,12464,'action started via WP Cron','2026-04-29 08:40:25','2026-04-29 10:40:25'), +(37157,12465,'action created','2026-04-29 08:40:25','2026-04-29 10:40:25'), +(37158,12464,'action complete via WP Cron','2026-04-29 08:40:25','2026-04-29 10:40:25'), +(37159,12466,'action created','2026-04-29 09:02:06','2026-04-29 11:02:06'), +(37160,12466,'action started via WP Cron','2026-04-29 09:02:28','2026-04-29 11:02:28'), +(37161,12466,'action complete via WP Cron','2026-04-29 09:02:28','2026-04-29 11:02:28'), +(37162,12467,'action created','2026-04-29 09:02:32','2026-04-29 11:02:32'), +(37163,12467,'action started via Async Request','2026-04-29 09:03:10','2026-04-29 11:03:10'), +(37164,12467,'action complete via Async Request','2026-04-29 09:03:10','2026-04-29 11:03:10'), +(37165,12468,'action created','2026-04-29 09:18:27','2026-04-29 11:18:27'), +(37166,12468,'action started via WP Cron','2026-04-29 09:19:43','2026-04-29 11:19:43'), +(37167,12468,'action complete via WP Cron','2026-04-29 09:19:43','2026-04-29 11:19:43'), +(37168,12449,'action started via WP Cron','2026-04-29 09:22:34','2026-04-29 11:22:34'), +(37169,12449,'action complete via WP Cron','2026-04-29 09:22:34','2026-04-29 11:22:34'), +(37170,12469,'action created','2026-04-29 09:22:34','2026-04-29 11:22:34'), +(37171,12465,'action started via WP Cron','2026-04-29 10:07:56','2026-04-29 12:07:56'), +(37172,12470,'action created','2026-04-29 10:07:56','2026-04-29 12:07:56'), +(37173,12465,'action complete via WP Cron','2026-04-29 10:07:56','2026-04-29 12:07:56'), +(37174,12470,'action started via WP Cron','2026-04-29 11:11:17','2026-04-29 13:11:17'), +(37175,12471,'action created','2026-04-29 11:11:17','2026-04-29 13:11:17'), +(37176,12470,'action complete via WP Cron','2026-04-29 11:11:17','2026-04-29 13:11:17'), +(37177,12436,'action started via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37178,12436,'action complete via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37179,12472,'action created','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37180,12437,'action started via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37181,12437,'action complete via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37182,12473,'action created','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37183,12438,'action started via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37184,12438,'action complete via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37185,12474,'action created','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37186,12471,'action started via WP Cron','2026-04-29 12:25:16','2026-04-29 14:25:16'), +(37187,12475,'action created','2026-04-29 12:25:16','2026-04-29 14:25:16'), +(37188,12471,'action complete via WP Cron','2026-04-29 12:25:16','2026-04-29 14:25:16'), +(37189,12475,'action started via WP Cron','2026-04-29 13:43:38','2026-04-29 15:43:38'), +(37190,12476,'action created','2026-04-29 13:43:38','2026-04-29 15:43:38'), +(37191,12475,'action complete via WP Cron','2026-04-29 13:43:38','2026-04-29 15:43:38'), +(37192,12476,'action started via WP Cron','2026-04-29 14:50:13','2026-04-29 16:50:13'), +(37193,12477,'action created','2026-04-29 14:50:13','2026-04-29 16:50:13'), +(37194,12476,'action complete via WP Cron','2026-04-29 14:50:13','2026-04-29 16:50:13'), +(37195,12477,'action started via WP Cron','2026-04-29 15:57:18','2026-04-29 17:57:18'), +(37196,12478,'action created','2026-04-29 15:57:18','2026-04-29 17:57:18'), +(37197,12477,'action complete via WP Cron','2026-04-29 15:57:18','2026-04-29 17:57:18'), +(37198,12478,'action started via WP Cron','2026-04-29 16:57:41','2026-04-29 18:57:41'), +(37199,12479,'action created','2026-04-29 16:57:41','2026-04-29 18:57:41'), +(37200,12478,'action complete via WP Cron','2026-04-29 16:57:41','2026-04-29 18:57:41'), +(37201,12479,'action started via WP Cron','2026-04-29 18:03:16','2026-04-29 20:03:16'), +(37202,12480,'action created','2026-04-29 18:03:16','2026-04-29 20:03:16'), +(37203,12479,'action complete via WP Cron','2026-04-29 18:03:16','2026-04-29 20:03:16'), +(37204,12480,'action started via WP Cron','2026-04-29 19:21:12','2026-04-29 21:21:12'), +(37205,12481,'action created','2026-04-29 19:21:12','2026-04-29 21:21:12'), +(37206,12480,'action complete via WP Cron','2026-04-29 19:21:12','2026-04-29 21:21:12'), +(37207,12447,'action started via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37208,12447,'action complete via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37209,12482,'action created','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37210,12481,'action started via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37211,12483,'action created','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37212,12481,'action complete via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37213,12469,'action started via WP Cron','2026-04-29 21:51:21','2026-04-29 23:51:21'), +(37214,12469,'action complete via WP Cron','2026-04-29 21:51:21','2026-04-29 23:51:21'), +(37215,12484,'action created','2026-04-29 21:51:21','2026-04-29 23:51:21'), +(37216,12483,'action started via WP Cron','2026-04-29 21:57:14','2026-04-29 23:57:14'), +(37217,12485,'action created','2026-04-29 21:57:14','2026-04-29 23:57:14'), +(37218,12483,'action complete via WP Cron','2026-04-29 21:57:14','2026-04-29 23:57:14'), +(37219,12485,'action started via WP Cron','2026-04-29 23:02:46','2026-04-30 01:02:46'), +(37220,12486,'action created','2026-04-29 23:02:46','2026-04-30 01:02:46'), +(37221,12485,'action complete via WP Cron','2026-04-29 23:02:46','2026-04-30 01:02:46'), +(37222,12486,'action started via WP Cron','2026-04-30 00:03:28','2026-04-30 02:03:28'), +(37223,12487,'action created','2026-04-30 00:03:28','2026-04-30 02:03:28'), +(37224,12486,'action complete via WP Cron','2026-04-30 00:03:28','2026-04-30 02:03:28'), +(37225,12487,'action started via WP Cron','2026-04-30 01:35:39','2026-04-30 03:35:39'), +(37226,12488,'action created','2026-04-30 01:35:39','2026-04-30 03:35:39'), +(37227,12487,'action complete via WP Cron','2026-04-30 01:35:39','2026-04-30 03:35:39'), +(37228,12453,'action started via WP Cron','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37229,12453,'action complete via WP Cron','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37230,12489,'action created','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37231,12454,'action started via WP Cron','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37232,12454,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37233,12490,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37234,12455,'action started via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37235,12455,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37236,12491,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37237,12456,'action started via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37238,12492,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37239,12456,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37240,12459,'action started via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37243,12494,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37244,12459,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37245,12495,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37246,12494,'action started via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37247,12494,'action complete via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37248,12488,'action started via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37249,12496,'action created','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37250,12488,'action complete via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37251,12496,'action started via WP Cron','2026-04-30 04:14:32','2026-04-30 06:14:32'), +(37252,12497,'action created','2026-04-30 04:14:32','2026-04-30 06:14:32'), +(37253,12496,'action complete via WP Cron','2026-04-30 04:14:32','2026-04-30 06:14:32'), +(37254,12497,'action started via WP Cron','2026-04-30 05:14:44','2026-04-30 07:14:44'), +(37255,12498,'action created','2026-04-30 05:14:44','2026-04-30 07:14:44'), +(37256,12497,'action complete via WP Cron','2026-04-30 05:14:44','2026-04-30 07:14:44'), +(37257,12498,'action started via WP Cron','2026-04-30 06:32:15','2026-04-30 08:32:15'), +(37258,12499,'action created','2026-04-30 06:32:15','2026-04-30 08:32:15'), +(37259,12498,'action complete via WP Cron','2026-04-30 06:32:15','2026-04-30 08:32:15'), +(37260,12499,'action started via WP Cron','2026-04-30 07:33:52','2026-04-30 09:33:52'), +(37261,12500,'action created','2026-04-30 07:33:52','2026-04-30 09:33:52'), +(37262,12499,'action complete via WP Cron','2026-04-30 07:33:52','2026-04-30 09:33:52'), +(37263,12500,'action started via WP Cron','2026-04-30 09:05:40','2026-04-30 11:05:40'), +(37264,12501,'action created','2026-04-30 09:05:40','2026-04-30 11:05:40'), +(37265,12500,'action complete via WP Cron','2026-04-30 09:05:40','2026-04-30 11:05:40'), +(37266,12484,'action started via WP Cron','2026-04-30 09:51:52','2026-04-30 11:51:52'), +(37267,12484,'action complete via WP Cron','2026-04-30 09:51:52','2026-04-30 11:51:52'), +(37268,12502,'action created','2026-04-30 09:51:52','2026-04-30 11:51:52'), +(37269,12501,'action started via WP Cron','2026-04-30 10:06:33','2026-04-30 12:06:33'), +(37270,12503,'action created','2026-04-30 10:06:33','2026-04-30 12:06:33'), +(37271,12501,'action complete via WP Cron','2026-04-30 10:06:33','2026-04-30 12:06:33'), +(37272,12503,'action started via WP Cron','2026-04-30 11:26:19','2026-04-30 13:26:19'), +(37273,12504,'action created','2026-04-30 11:26:19','2026-04-30 13:26:19'), +(37274,12503,'action complete via WP Cron','2026-04-30 11:26:19','2026-04-30 13:26:19'), +(37275,12472,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37276,12472,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37277,12505,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37278,12473,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37279,12473,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37280,12506,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37281,12474,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37282,12474,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37283,12507,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37284,12504,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37285,12508,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37286,12504,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37287,12508,'action started via WP Cron','2026-04-30 13:49:46','2026-04-30 15:49:46'), +(37288,12509,'action created','2026-04-30 13:49:46','2026-04-30 15:49:46'), +(37289,12508,'action complete via WP Cron','2026-04-30 13:49:46','2026-04-30 15:49:46'), +(37290,12509,'action started via WP Cron','2026-04-30 14:56:42','2026-04-30 16:56:42'), +(37291,12510,'action created','2026-04-30 14:56:42','2026-04-30 16:56:42'), +(37292,12509,'action complete via WP Cron','2026-04-30 14:56:43','2026-04-30 16:56:43'), +(37293,12510,'action started via WP Cron','2026-04-30 16:17:45','2026-04-30 18:17:45'), +(37294,12511,'action created','2026-04-30 16:17:45','2026-04-30 18:17:45'), +(37295,12510,'action complete via WP Cron','2026-04-30 16:17:45','2026-04-30 18:17:45'), +(37296,12511,'action started via WP Cron','2026-04-30 17:29:32','2026-04-30 19:29:32'), +(37297,12512,'action created','2026-04-30 17:29:32','2026-04-30 19:29:32'), +(37298,12511,'action complete via WP Cron','2026-04-30 17:29:32','2026-04-30 19:29:32'), +(37299,12512,'action started via WP Cron','2026-04-30 19:44:47','2026-04-30 21:44:47'), +(37300,12513,'action created','2026-04-30 19:44:47','2026-04-30 21:44:47'), +(37301,12512,'action complete via WP Cron','2026-04-30 19:44:47','2026-04-30 21:44:47'), +(37302,12513,'action started via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37303,12514,'action created','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37304,12513,'action complete via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37305,12482,'action started via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37306,12482,'action complete via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37307,12515,'action created','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37308,12502,'action started via WP Cron','2026-04-30 21:58:28','2026-04-30 23:58:28'), +(37309,12502,'action complete via WP Cron','2026-04-30 21:58:28','2026-04-30 23:58:28'), +(37310,12516,'action created','2026-04-30 21:58:28','2026-04-30 23:58:28'), +(37311,12514,'action started via WP Cron','2026-04-30 22:21:05','2026-05-01 00:21:05'), +(37312,12517,'action created','2026-04-30 22:21:05','2026-05-01 00:21:05'), +(37313,12514,'action complete via WP Cron','2026-04-30 22:21:05','2026-05-01 00:21:05'), +(37314,12517,'action started via WP Cron','2026-04-30 23:23:04','2026-05-01 01:23:04'), +(37315,12518,'action created','2026-04-30 23:23:04','2026-05-01 01:23:04'), +(37316,12517,'action complete via WP Cron','2026-04-30 23:23:04','2026-05-01 01:23:04'), +(37317,12518,'action started via WP Cron','2026-05-01 01:08:25','2026-05-01 03:08:25'), +(37318,12519,'action created','2026-05-01 01:08:25','2026-05-01 03:08:25'), +(37319,12518,'action complete via WP Cron','2026-05-01 01:08:25','2026-05-01 03:08:25'), +(37320,12519,'action started via WP Cron','2026-05-01 02:08:41','2026-05-01 04:08:41'), +(37321,12520,'action created','2026-05-01 02:08:41','2026-05-01 04:08:41'), +(37322,12519,'action complete via WP Cron','2026-05-01 02:08:41','2026-05-01 04:08:41'), +(37323,12489,'action started via WP Cron','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37324,12489,'action complete via WP Cron','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37325,12521,'action created','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37326,12490,'action started via WP Cron','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37327,12490,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37328,12522,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37329,12491,'action started via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37330,12491,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37331,12523,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37332,12492,'action started via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37333,12524,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37334,12492,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37335,12495,'action started via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37337,12525,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37338,12526,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37339,12495,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37340,12527,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37341,12526,'action started via WP Cron','2026-05-01 02:47:51','2026-05-01 04:47:51'), +(37342,12526,'action complete via WP Cron','2026-05-01 02:47:51','2026-05-01 04:47:51'), +(37343,12520,'action started via WP Cron','2026-05-01 03:16:02','2026-05-01 05:16:02'), +(37344,12528,'action created','2026-05-01 03:16:02','2026-05-01 05:16:02'), +(37345,12520,'action complete via WP Cron','2026-05-01 03:16:02','2026-05-01 05:16:02'), +(37346,12528,'action started via WP Cron','2026-05-01 04:19:03','2026-05-01 06:19:03'), +(37347,12529,'action created','2026-05-01 04:19:03','2026-05-01 06:19:03'), +(37348,12528,'action complete via WP Cron','2026-05-01 04:19:03','2026-05-01 06:19:03'), +(37349,12529,'action started via WP Cron','2026-05-01 05:22:06','2026-05-01 07:22:06'), +(37350,12530,'action created','2026-05-01 05:22:06','2026-05-01 07:22:06'), +(37351,12529,'action complete via WP Cron','2026-05-01 05:22:06','2026-05-01 07:22:06'), +(37352,12530,'action started via WP Cron','2026-05-01 06:29:41','2026-05-01 08:29:41'), +(37353,12531,'action created','2026-05-01 06:29:41','2026-05-01 08:29:41'), +(37354,12530,'action complete via WP Cron','2026-05-01 06:29:41','2026-05-01 08:29:41'), +(37355,12531,'action started via WP Cron','2026-05-01 07:58:17','2026-05-01 09:58:17'), +(37356,12532,'action created','2026-05-01 07:58:17','2026-05-01 09:58:17'), +(37357,12531,'action complete via WP Cron','2026-05-01 07:58:17','2026-05-01 09:58:17'), +(37358,12532,'action started via WP Cron','2026-05-01 09:06:01','2026-05-01 11:06:01'), +(37359,12533,'action created','2026-05-01 09:06:01','2026-05-01 11:06:01'), +(37360,12532,'action complete via WP Cron','2026-05-01 09:06:01','2026-05-01 11:06:01'), +(37361,12516,'action started via WP Cron','2026-05-01 09:59:45','2026-05-01 11:59:45'), +(37362,12516,'action complete via WP Cron','2026-05-01 09:59:45','2026-05-01 11:59:45'), +(37363,12534,'action created','2026-05-01 09:59:45','2026-05-01 11:59:45'), +(37364,12533,'action started via WP Cron','2026-05-01 10:07:21','2026-05-01 12:07:21'), +(37365,12535,'action created','2026-05-01 10:07:21','2026-05-01 12:07:21'), +(37366,12533,'action complete via WP Cron','2026-05-01 10:07:21','2026-05-01 12:07:21'), +(37367,12535,'action started via WP Cron','2026-05-01 11:17:48','2026-05-01 13:17:48'), +(37368,12536,'action created','2026-05-01 11:17:48','2026-05-01 13:17:48'), +(37369,12535,'action complete via WP Cron','2026-05-01 11:17:48','2026-05-01 13:17:48'), +(37370,12536,'action started via WP Cron','2026-05-01 12:23:43','2026-05-01 14:23:43'), +(37371,12537,'action created','2026-05-01 12:23:43','2026-05-01 14:23:43'), +(37372,12536,'action complete via WP Cron','2026-05-01 12:23:43','2026-05-01 14:23:43'), +(37373,12505,'action started via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37374,12505,'action complete via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37375,12538,'action created','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37376,12506,'action started via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37377,12506,'action complete via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37378,12539,'action created','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37379,12507,'action started via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37380,12507,'action complete via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37381,12540,'action created','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37382,12537,'action started via WP Cron','2026-05-01 14:05:19','2026-05-01 16:05:19'), +(37383,12541,'action created','2026-05-01 14:05:19','2026-05-01 16:05:19'), +(37384,12537,'action complete via WP Cron','2026-05-01 14:05:19','2026-05-01 16:05:19'), +(37385,12541,'action started via WP Cron','2026-05-01 15:09:09','2026-05-01 17:09:09'), +(37386,12542,'action created','2026-05-01 15:09:09','2026-05-01 17:09:09'), +(37387,12541,'action complete via WP Cron','2026-05-01 15:09:09','2026-05-01 17:09:09'), +(37388,12542,'action started via WP Cron','2026-05-01 16:18:05','2026-05-01 18:18:05'), +(37389,12543,'action created','2026-05-01 16:18:05','2026-05-01 18:18:05'), +(37390,12542,'action complete via WP Cron','2026-05-01 16:18:05','2026-05-01 18:18:05'), +(37391,12543,'action started via WP Cron','2026-05-01 17:28:16','2026-05-01 19:28:16'), +(37392,12544,'action created','2026-05-01 17:28:16','2026-05-01 19:28:16'), +(37393,12543,'action complete via WP Cron','2026-05-01 17:28:16','2026-05-01 19:28:16'), +(37394,12544,'action started via WP Cron','2026-05-01 19:17:29','2026-05-01 21:17:29'), +(37395,12545,'action created','2026-05-01 19:17:29','2026-05-01 21:17:29'), +(37396,12544,'action complete via WP Cron','2026-05-01 19:17:29','2026-05-01 21:17:29'), +(37397,12545,'action started via WP Cron','2026-05-01 20:35:14','2026-05-01 22:35:14'), +(37398,12546,'action created','2026-05-01 20:35:14','2026-05-01 22:35:14'), +(37399,12545,'action complete via WP Cron','2026-05-01 20:35:14','2026-05-01 22:35:14'), +(37400,12515,'action started via WP Cron','2026-05-01 21:20:34','2026-05-01 23:20:34'), +(37401,12515,'action complete via WP Cron','2026-05-01 21:20:34','2026-05-01 23:20:34'), +(37402,12547,'action created','2026-05-01 21:20:34','2026-05-01 23:20:34'), +(37403,12546,'action started via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37404,12548,'action created','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37405,12546,'action complete via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37406,12534,'action started via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37407,12534,'action complete via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37408,12549,'action created','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37409,12548,'action started via WP Cron','2026-05-01 23:26:34','2026-05-02 01:26:34'), +(37410,12550,'action created','2026-05-01 23:26:34','2026-05-02 01:26:34'), +(37411,12548,'action complete via WP Cron','2026-05-01 23:26:34','2026-05-02 01:26:34'), +(37412,12550,'action started via WP Cron','2026-05-02 00:51:44','2026-05-02 02:51:44'), +(37413,12551,'action created','2026-05-02 00:51:44','2026-05-02 02:51:44'), +(37414,12550,'action complete via WP Cron','2026-05-02 00:51:44','2026-05-02 02:51:44'), +(37415,12551,'action started via WP Cron','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37416,12552,'action created','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37417,12551,'action complete via WP Cron','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37418,12521,'action started via WP Cron','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37419,12521,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37420,12553,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37421,12522,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37422,12522,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37423,12554,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37424,12523,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37425,12523,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37426,12555,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37427,12524,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37428,12556,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37429,12524,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37430,12525,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37431,12525,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37433,12527,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37435,12558,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37436,12559,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37437,12527,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37438,12560,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37439,12559,'action started via WP Cron','2026-05-02 04:18:43','2026-05-02 06:18:43'), +(37440,12559,'action complete via WP Cron','2026-05-02 04:18:43','2026-05-02 06:18:43'), +(37441,12552,'action started via WP Cron','2026-05-02 05:43:57','2026-05-02 07:43:57'), +(37442,12561,'action created','2026-05-02 05:43:57','2026-05-02 07:43:57'), +(37443,12552,'action complete via WP Cron','2026-05-02 05:43:57','2026-05-02 07:43:57'), +(37444,12561,'action started via WP Cron','2026-05-02 07:02:07','2026-05-02 09:02:07'), +(37445,12562,'action created','2026-05-02 07:02:07','2026-05-02 09:02:07'), +(37446,12561,'action complete via WP Cron','2026-05-02 07:02:07','2026-05-02 09:02:07'), +(37447,12562,'action started via WP Cron','2026-05-02 08:04:08','2026-05-02 10:04:08'), +(37448,12563,'action created','2026-05-02 08:04:08','2026-05-02 10:04:08'), +(37449,12562,'action complete via WP Cron','2026-05-02 08:04:08','2026-05-02 10:04:08'), +(37450,12563,'action started via WP Cron','2026-05-02 09:17:09','2026-05-02 11:17:09'), +(37451,12564,'action created','2026-05-02 09:17:09','2026-05-02 11:17:09'), +(37452,12563,'action complete via WP Cron','2026-05-02 09:17:09','2026-05-02 11:17:09'), +(37453,12549,'action started via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37454,12549,'action complete via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37455,12565,'action created','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37456,12564,'action started via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37457,12566,'action created','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37458,12564,'action complete via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37459,12566,'action started via WP Cron','2026-05-02 11:27:17','2026-05-02 13:27:17'), +(37460,12567,'action created','2026-05-02 11:27:17','2026-05-02 13:27:17'), +(37461,12566,'action complete via WP Cron','2026-05-02 11:27:17','2026-05-02 13:27:17'), +(37462,12567,'action started via WP Cron','2026-05-02 12:28:00','2026-05-02 14:28:00'), +(37463,12568,'action created','2026-05-02 12:28:00','2026-05-02 14:28:00'), +(37464,12567,'action complete via WP Cron','2026-05-02 12:28:00','2026-05-02 14:28:00'), +(37465,12538,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37466,12538,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37467,12569,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37468,12539,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37469,12539,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37470,12570,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37471,12540,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37472,12540,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37473,12571,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37474,12568,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37475,12572,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37476,12568,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37477,12572,'action started via WP Cron','2026-05-02 14:43:41','2026-05-02 16:43:41'), +(37478,12573,'action created','2026-05-02 14:43:41','2026-05-02 16:43:41'), +(37479,12572,'action complete via WP Cron','2026-05-02 14:43:41','2026-05-02 16:43:41'), +(37480,12573,'action started via WP Cron','2026-05-02 16:01:17','2026-05-02 18:01:17'), +(37481,12574,'action created','2026-05-02 16:01:17','2026-05-02 18:01:17'), +(37482,12573,'action complete via WP Cron','2026-05-02 16:01:17','2026-05-02 18:01:17'), +(37483,12574,'action started via WP Cron','2026-05-02 17:09:33','2026-05-02 19:09:33'), +(37484,12575,'action created','2026-05-02 17:09:33','2026-05-02 19:09:33'), +(37485,12574,'action complete via WP Cron','2026-05-02 17:09:33','2026-05-02 19:09:33'), +(37486,12575,'action started via WP Cron','2026-05-02 18:31:20','2026-05-02 20:31:20'), +(37487,12576,'action created','2026-05-02 18:31:20','2026-05-02 20:31:20'), +(37488,12575,'action complete via WP Cron','2026-05-02 18:31:21','2026-05-02 20:31:21'), +(37489,12576,'action started via WP Cron','2026-05-02 19:55:44','2026-05-02 21:55:44'), +(37490,12577,'action created','2026-05-02 19:55:44','2026-05-02 21:55:44'), +(37491,12576,'action complete via WP Cron','2026-05-02 19:55:44','2026-05-02 21:55:44'), +(37492,12577,'action started via WP Cron','2026-05-02 21:07:44','2026-05-02 23:07:44'), +(37493,12578,'action created','2026-05-02 21:07:44','2026-05-02 23:07:44'), +(37494,12577,'action complete via WP Cron','2026-05-02 21:07:44','2026-05-02 23:07:44'), +(37495,12547,'action started via WP Cron','2026-05-02 21:41:23','2026-05-02 23:41:23'), +(37496,12547,'action complete via WP Cron','2026-05-02 21:41:23','2026-05-02 23:41:23'), +(37497,12579,'action created','2026-05-02 21:41:23','2026-05-02 23:41:23'), +(37498,12578,'action started via WP Cron','2026-05-02 22:10:41','2026-05-03 00:10:41'), +(37499,12580,'action created','2026-05-02 22:10:41','2026-05-03 00:10:41'), +(37500,12578,'action complete via WP Cron','2026-05-02 22:10:41','2026-05-03 00:10:41'), +(37501,12565,'action started via WP Cron','2026-05-02 22:31:27','2026-05-03 00:31:27'), +(37502,12565,'action complete via WP Cron','2026-05-02 22:31:27','2026-05-03 00:31:27'), +(37503,12581,'action created','2026-05-02 22:31:27','2026-05-03 00:31:27'), +(37504,12580,'action started via WP Cron','2026-05-02 23:29:54','2026-05-03 01:29:54'), +(37505,12582,'action created','2026-05-02 23:29:54','2026-05-03 01:29:54'), +(37506,12580,'action complete via WP Cron','2026-05-02 23:29:54','2026-05-03 01:29:54'), +(37507,12582,'action started via WP Cron','2026-05-03 00:35:52','2026-05-03 02:35:52'), +(37508,12583,'action created','2026-05-03 00:35:52','2026-05-03 02:35:52'), +(37509,12582,'action complete via WP Cron','2026-05-03 00:35:52','2026-05-03 02:35:52'), +(37510,12583,'action started via WP Cron','2026-05-03 02:36:28','2026-05-03 04:36:28'), +(37511,12584,'action created','2026-05-03 02:36:28','2026-05-03 04:36:28'), +(37512,12583,'action complete via WP Cron','2026-05-03 02:36:28','2026-05-03 04:36:28'), +(37513,12584,'action started via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37514,12585,'action created','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37515,12584,'action complete via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37516,12558,'action started via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37517,12558,'action complete via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37519,12553,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37520,12553,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37521,12587,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37522,12554,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37523,12554,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37524,12588,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37525,12555,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37526,12555,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37527,12589,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37528,12556,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37529,12590,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37530,12556,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37531,12560,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37533,12591,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37534,12592,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37535,12560,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37536,12593,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37537,12592,'action started via WP Cron','2026-05-03 04:18:13','2026-05-03 06:18:13'), +(37538,12592,'action complete via WP Cron','2026-05-03 04:18:13','2026-05-03 06:18:13'), +(37539,12585,'action started via WP Cron','2026-05-03 05:08:34','2026-05-03 07:08:34'), +(37540,12594,'action created','2026-05-03 05:08:34','2026-05-03 07:08:34'), +(37541,12585,'action complete via WP Cron','2026-05-03 05:08:34','2026-05-03 07:08:34'), +(37542,12594,'action started via WP Cron','2026-05-03 06:18:06','2026-05-03 08:18:06'), +(37543,12595,'action created','2026-05-03 06:18:06','2026-05-03 08:18:06'), +(37544,12594,'action complete via WP Cron','2026-05-03 06:18:06','2026-05-03 08:18:06'), +(37545,12595,'action started via WP Cron','2026-05-03 07:21:18','2026-05-03 09:21:18'), +(37546,12596,'action created','2026-05-03 07:21:18','2026-05-03 09:21:18'), +(37547,12595,'action complete via WP Cron','2026-05-03 07:21:18','2026-05-03 09:21:18'), +(37548,12596,'action started via WP Cron','2026-05-03 08:22:58','2026-05-03 10:22:58'), +(37549,12597,'action created','2026-05-03 08:22:58','2026-05-03 10:22:58'), +(37550,12596,'action complete via WP Cron','2026-05-03 08:22:58','2026-05-03 10:22:58'), +(37551,12597,'action started via WP Cron','2026-05-03 09:25:34','2026-05-03 11:25:34'), +(37552,12598,'action created','2026-05-03 09:25:34','2026-05-03 11:25:34'), +(37553,12597,'action complete via WP Cron','2026-05-03 09:25:34','2026-05-03 11:25:34'), +(37554,12598,'action started via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37555,12599,'action created','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37556,12598,'action complete via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37557,12581,'action started via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37558,12581,'action complete via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37559,12600,'action created','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37560,12599,'action started via WP Cron','2026-05-03 12:02:08','2026-05-03 14:02:08'), +(37561,12601,'action created','2026-05-03 12:02:08','2026-05-03 14:02:08'), +(37562,12599,'action complete via WP Cron','2026-05-03 12:02:08','2026-05-03 14:02:08'), +(37563,12601,'action started via WP Cron','2026-05-03 13:13:40','2026-05-03 15:13:40'), +(37564,12602,'action created','2026-05-03 13:13:40','2026-05-03 15:13:40'), +(37565,12601,'action complete via WP Cron','2026-05-03 13:13:40','2026-05-03 15:13:40'), +(37566,12603,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37567,12604,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37568,12569,'action started via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37569,12569,'action complete via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37570,12605,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37571,12570,'action started via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37572,12570,'action complete via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37573,12606,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37574,12571,'action started via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37575,12571,'action complete via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37576,12607,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37577,12603,'action started via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37578,12603,'action complete via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37579,12604,'action started via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37580,12604,'action complete via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37581,12602,'action started via WP Cron','2026-05-03 14:13:43','2026-05-03 16:13:43'), +(37582,12608,'action created','2026-05-03 14:13:43','2026-05-03 16:13:43'), +(37583,12602,'action complete via WP Cron','2026-05-03 14:13:43','2026-05-03 16:13:43'), +(37584,12608,'action started via Async Request','2026-05-03 15:13:49','2026-05-03 17:13:49'), +(37585,12609,'action created','2026-05-03 15:13:49','2026-05-03 17:13:49'), +(37586,12608,'action complete via Async Request','2026-05-03 15:13:49','2026-05-03 17:13:49'), +(37587,12609,'action started via WP Cron','2026-05-03 16:14:21','2026-05-03 18:14:21'), +(37588,12610,'action created','2026-05-03 16:14:21','2026-05-03 18:14:21'), +(37589,12609,'action complete via WP Cron','2026-05-03 16:14:21','2026-05-03 18:14:21'), +(37590,12610,'action started via WP Cron','2026-05-03 17:48:50','2026-05-03 19:48:50'), +(37591,12611,'action created','2026-05-03 17:48:50','2026-05-03 19:48:50'), +(37592,12610,'action complete via WP Cron','2026-05-03 17:48:50','2026-05-03 19:48:50'), +(37593,12611,'action started via WP Cron','2026-05-03 18:58:55','2026-05-03 20:58:55'), +(37594,12612,'action created','2026-05-03 18:58:55','2026-05-03 20:58:55'), +(37595,12611,'action complete via WP Cron','2026-05-03 18:58:55','2026-05-03 20:58:55'), +(37596,12612,'action started via WP Cron','2026-05-03 20:03:24','2026-05-03 22:03:24'), +(37597,12613,'action created','2026-05-03 20:03:24','2026-05-03 22:03:24'), +(37598,12612,'action complete via WP Cron','2026-05-03 20:03:24','2026-05-03 22:03:24'), +(37599,12613,'action started via WP Cron','2026-05-03 21:24:57','2026-05-03 23:24:57'), +(37600,12614,'action created','2026-05-03 21:24:57','2026-05-03 23:24:57'), +(37601,12613,'action complete via WP Cron','2026-05-03 21:24:57','2026-05-03 23:24:57'), +(37602,12579,'action started via WP Cron','2026-05-03 21:55:11','2026-05-03 23:55:11'), +(37603,12579,'action complete via WP Cron','2026-05-03 21:55:11','2026-05-03 23:55:11'), +(37604,12615,'action created','2026-05-03 21:55:11','2026-05-03 23:55:11'), +(37605,12614,'action started via WP Cron','2026-05-03 22:41:13','2026-05-04 00:41:13'), +(37606,12616,'action created','2026-05-03 22:41:13','2026-05-04 00:41:13'), +(37607,12614,'action complete via WP Cron','2026-05-03 22:41:13','2026-05-04 00:41:13'), +(37608,12600,'action started via WP Cron','2026-05-03 23:07:22','2026-05-04 01:07:22'), +(37609,12600,'action complete via WP Cron','2026-05-03 23:07:22','2026-05-04 01:07:22'), +(37610,12617,'action created','2026-05-03 23:07:22','2026-05-04 01:07:22'), +(37611,12616,'action started via WP Cron','2026-05-04 00:33:56','2026-05-04 02:33:56'), +(37612,12618,'action created','2026-05-04 00:33:56','2026-05-04 02:33:56'), +(37613,12616,'action complete via WP Cron','2026-05-04 00:33:56','2026-05-04 02:33:56'), +(37614,12618,'action started via WP Cron','2026-05-04 02:25:04','2026-05-04 04:25:04'), +(37615,12619,'action created','2026-05-04 02:25:04','2026-05-04 04:25:04'), +(37616,12618,'action complete via WP Cron','2026-05-04 02:25:04','2026-05-04 04:25:04'), +(37617,12619,'action started via WP Cron','2026-05-04 03:29:24','2026-05-04 05:29:24'), +(37618,12620,'action created','2026-05-04 03:29:24','2026-05-04 05:29:24'), +(37619,12619,'action complete via WP Cron','2026-05-04 03:29:24','2026-05-04 05:29:24'), +(37620,12591,'action started via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37621,12591,'action complete via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37623,12587,'action started via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37624,12587,'action complete via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37625,12622,'action created','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37626,12588,'action started via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37627,12588,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37628,12623,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37629,12589,'action started via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37630,12589,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37631,12624,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37632,12590,'action started via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37633,12625,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37634,12590,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37635,12593,'action started via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37637,12626,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37638,12627,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37639,12593,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37640,12628,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37641,12627,'action started via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37642,12627,'action complete via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37643,12620,'action started via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37644,12629,'action created','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37645,12620,'action complete via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37646,12629,'action started via WP Cron','2026-05-04 05:40:58','2026-05-04 07:40:58'), +(37647,12630,'action created','2026-05-04 05:40:58','2026-05-04 07:40:58'), +(37648,12629,'action complete via WP Cron','2026-05-04 05:40:58','2026-05-04 07:40:58'), +(37649,12630,'action started via WP Cron','2026-05-04 06:57:10','2026-05-04 08:57:10'), +(37650,12631,'action created','2026-05-04 06:57:10','2026-05-04 08:57:10'), +(37651,12630,'action complete via WP Cron','2026-05-04 06:57:10','2026-05-04 08:57:10'), +(37652,12631,'action started via WP Cron','2026-05-04 08:06:31','2026-05-04 10:06:31'), +(37653,12632,'action created','2026-05-04 08:06:31','2026-05-04 10:06:31'), +(37654,12631,'action complete via WP Cron','2026-05-04 08:06:31','2026-05-04 10:06:31'), +(37655,12632,'action started via WP Cron','2026-05-04 09:09:18','2026-05-04 11:09:18'), +(37656,12633,'action created','2026-05-04 09:09:18','2026-05-04 11:09:18'), +(37657,12632,'action complete via WP Cron','2026-05-04 09:09:18','2026-05-04 11:09:18'), +(37658,12633,'action started via WP Cron','2026-05-04 10:17:53','2026-05-04 12:17:53'), +(37659,12634,'action created','2026-05-04 10:17:53','2026-05-04 12:17:53'), +(37660,12633,'action complete via WP Cron','2026-05-04 10:17:53','2026-05-04 12:17:53'), +(37661,12617,'action started via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37662,12617,'action complete via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37663,12635,'action created','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37664,12634,'action started via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37665,12636,'action created','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37666,12634,'action complete via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37667,12636,'action started via WP Cron','2026-05-04 12:31:52','2026-05-04 14:31:52'), +(37668,12637,'action created','2026-05-04 12:31:52','2026-05-04 14:31:52'), +(37669,12636,'action complete via WP Cron','2026-05-04 12:31:52','2026-05-04 14:31:52'), +(37670,12637,'action started via WP Cron','2026-05-04 13:42:32','2026-05-04 15:42:32'), +(37671,12638,'action created','2026-05-04 13:42:32','2026-05-04 15:42:32'), +(37672,12637,'action complete via WP Cron','2026-05-04 13:42:32','2026-05-04 15:42:32'), +(37673,12605,'action started via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37674,12605,'action complete via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37675,12639,'action created','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37676,12606,'action started via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37677,12606,'action complete via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37678,12640,'action created','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37679,12607,'action started via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37680,12607,'action complete via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37681,12641,'action created','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37682,12638,'action started via WP Cron','2026-05-04 14:42:34','2026-05-04 16:42:34'), +(37683,12642,'action created','2026-05-04 14:42:34','2026-05-04 16:42:34'), +(37684,12638,'action complete via WP Cron','2026-05-04 14:42:34','2026-05-04 16:42:34'), +(37685,12642,'action started via WP Cron','2026-05-04 15:47:29','2026-05-04 17:47:29'), +(37686,12643,'action created','2026-05-04 15:47:29','2026-05-04 17:47:29'), +(37687,12642,'action complete via WP Cron','2026-05-04 15:47:29','2026-05-04 17:47:29'), +(37688,12643,'action started via WP Cron','2026-05-04 16:55:26','2026-05-04 18:55:26'), +(37689,12644,'action created','2026-05-04 16:55:26','2026-05-04 18:55:26'), +(37690,12643,'action complete via WP Cron','2026-05-04 16:55:26','2026-05-04 18:55:26'), +(37691,12644,'action started via WP Cron','2026-05-04 18:01:30','2026-05-04 20:01:30'), +(37692,12645,'action created','2026-05-04 18:01:30','2026-05-04 20:01:30'), +(37693,12644,'action complete via WP Cron','2026-05-04 18:01:30','2026-05-04 20:01:30'), +(37694,12645,'action started via WP Cron','2026-05-04 19:11:27','2026-05-04 21:11:27'), +(37695,12646,'action created','2026-05-04 19:11:27','2026-05-04 21:11:27'), +(37696,12645,'action complete via WP Cron','2026-05-04 19:11:27','2026-05-04 21:11:27'), +(37697,12646,'action started via WP Cron','2026-05-04 20:33:18','2026-05-04 22:33:18'), +(37698,12647,'action created','2026-05-04 20:33:18','2026-05-04 22:33:18'), +(37699,12646,'action complete via WP Cron','2026-05-04 20:33:18','2026-05-04 22:33:18'), +(37700,12647,'action started via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37701,12648,'action created','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37702,12647,'action complete via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37703,12615,'action started via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37704,12615,'action complete via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37705,12649,'action created','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37706,12648,'action started via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37707,12650,'action created','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37708,12648,'action complete via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37709,12635,'action started via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37710,12635,'action complete via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37711,12651,'action created','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37712,12650,'action started via WP Cron','2026-05-05 00:35:05','2026-05-05 02:35:05'), +(37713,12652,'action created','2026-05-05 00:35:05','2026-05-05 02:35:05'), +(37714,12650,'action complete via WP Cron','2026-05-05 00:35:05','2026-05-05 02:35:05'), +(37715,12652,'action started via WP Cron','2026-05-05 02:04:41','2026-05-05 04:04:41'), +(37716,12653,'action created','2026-05-05 02:04:41','2026-05-05 04:04:41'), +(37717,12652,'action complete via WP Cron','2026-05-05 02:04:41','2026-05-05 04:04:41'), +(37718,12653,'action started via WP Cron','2026-05-05 03:23:40','2026-05-05 05:23:40'), +(37719,12654,'action created','2026-05-05 03:23:40','2026-05-05 05:23:40'), +(37720,12653,'action complete via WP Cron','2026-05-05 03:23:40','2026-05-05 05:23:40'), +(37721,12626,'action started via WP Cron','2026-05-05 04:00:20','2026-05-05 06:00:20'), +(37722,12626,'action complete via WP Cron','2026-05-05 04:00:20','2026-05-05 06:00:20'), +(37724,12622,'action started via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37725,12622,'action complete via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37726,12656,'action created','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37727,12623,'action started via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37728,12623,'action complete via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37729,12657,'action created','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37730,12624,'action started via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37731,12624,'action complete via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37732,12658,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37733,12625,'action started via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37734,12659,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37735,12625,'action complete via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37736,12628,'action started via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37738,12660,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37739,12661,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37740,12628,'action complete via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37741,12662,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37742,12661,'action started via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37743,12661,'action complete via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37744,12654,'action started via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37745,12663,'action created','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37746,12654,'action complete via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37747,12663,'action started via WP Cron','2026-05-05 05:43:09','2026-05-05 07:43:09'), +(37748,12664,'action created','2026-05-05 05:43:09','2026-05-05 07:43:09'), +(37749,12663,'action complete via WP Cron','2026-05-05 05:43:09','2026-05-05 07:43:09'), +(37750,12664,'action started via WP Cron','2026-05-05 06:47:16','2026-05-05 08:47:16'), +(37751,12665,'action created','2026-05-05 06:47:16','2026-05-05 08:47:16'), +(37752,12664,'action complete via WP Cron','2026-05-05 06:47:17','2026-05-05 08:47:17'), +(37753,12363,'action started via WP Cron','2026-05-05 07:41:13','2026-05-05 09:41:13'), +(37754,12363,'action complete via WP Cron','2026-05-05 07:41:13','2026-05-05 09:41:13'), +(37755,12666,'action created','2026-05-05 07:41:13','2026-05-05 09:41:13'), +(37756,12665,'action started via WP Cron','2026-05-05 07:57:14','2026-05-05 09:57:14'), +(37757,12667,'action created','2026-05-05 07:57:14','2026-05-05 09:57:14'), +(37758,12665,'action complete via WP Cron','2026-05-05 07:57:14','2026-05-05 09:57:14'), +(37759,12667,'action started via WP Cron','2026-05-05 10:19:40','2026-05-05 12:19:40'), +(37760,12668,'action created','2026-05-05 10:19:40','2026-05-05 12:19:40'), +(37761,12667,'action complete via WP Cron','2026-05-05 10:19:40','2026-05-05 12:19:40'), +(37762,12668,'action started via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37763,12669,'action created','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37764,12668,'action complete via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37765,12651,'action started via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37766,12651,'action complete via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37767,12670,'action created','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37768,12669,'action started via WP Cron','2026-05-05 13:10:05','2026-05-05 15:10:05'), +(37769,12671,'action created','2026-05-05 13:10:05','2026-05-05 15:10:05'), +(37770,12669,'action complete via WP Cron','2026-05-05 13:10:05','2026-05-05 15:10:05'); +/*!40000 ALTER TABLE `haikuwp_actionscheduler_logs` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_commentmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_commentmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_commentmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_commentmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_commentmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_commentmeta` VALUES +(1,132,'note_group','payment'), +(2,133,'note_group','product_stock'), +(3,134,'note_group','payment'), +(4,135,'note_group','product_stock'), +(5,136,'note_group','product_stock'), +(6,137,'note_group','order_update'), +(7,138,'note_group','order_update'), +(8,139,'note_group','order_update'), +(9,140,'note_group','order_update'), +(10,141,'note_group','payment'), +(11,142,'note_group','product_stock'), +(12,143,'note_group','payment'), +(13,144,'note_group','product_stock'), +(14,145,'note_group','order_update'), +(15,146,'note_group','order_update'), +(16,147,'note_group','payment'), +(17,148,'note_group','payment'), +(18,149,'note_group','product_stock'), +(19,150,'note_group','order_update'), +(20,151,'note_group','payment'), +(21,152,'note_group','product_stock'), +(22,153,'note_group','payment'), +(23,154,'note_group','product_stock'), +(24,155,'note_group','payment'), +(25,156,'note_group','order_update'), +(26,157,'note_group','order_update'), +(27,158,'note_group','payment'), +(28,159,'note_group','product_stock'), +(29,160,'note_group','payment'), +(30,161,'note_group','product_stock'), +(31,162,'note_group','order_update'), +(32,163,'note_group','order_update'), +(33,164,'note_group','payment'), +(34,165,'note_group','product_stock'), +(35,166,'note_group','order_update'); +/*!40000 ALTER TABLE `haikuwp_commentmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_comments` +-- + +DROP TABLE IF EXISTS `haikuwp_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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)), + KEY `woo_idx_comment_type` (`comment_type`), + KEY `woo_idx_comment_date_type` (`comment_date_gmt`,`comment_type`,`comment_approved`,`comment_post_ID`), + KEY `woo_idx_comment_approved_type` (`comment_approved`,`comment_type`,`comment_post_ID`) +) ENGINE=InnoDB AUTO_INCREMENT=167 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_comments` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_comments` WRITE; +/*!40000 ALTER TABLE `haikuwp_comments` DISABLE KEYS */; +INSERT INTO `haikuwp_comments` VALUES +(1,1,'Un commentateur ou commentatrice WordPress','wapuu@wordpress.example','https://fr.wordpress.org/','','2024-08-04 22:10:39','2024-08-04 20:10:39','Bonjour, ceci est un commentaire.\nPour débuter avec la modération, la modification et la suppression de commentaires, veuillez visiter l’écran des Commentaires dans le Tableau de bord.\nLes avatars des personnes qui commentent arrivent depuis Gravatar.',0,'1','','comment',0,0), +(2,543,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 09:48:32','2024-11-13 08:48:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(3,544,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 12:45:12','2024-11-13 11:45:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(4,609,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 18:17:59','2024-11-13 17:17:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(5,640,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 19:43:49','2024-11-13 18:43:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(6,657,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-14 11:55:59','2024-11-14 10:55:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(7,678,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-16 19:45:11','2024-11-16 18:45:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(8,687,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-17 10:44:59','2024-11-17 09:44:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(9,701,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-17 11:10:45','2024-11-17 10:10:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(10,706,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-17 11:23:11','2024-11-17 10:23:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(11,777,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-21 17:12:14','2024-11-21 16:12:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(12,782,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-21 23:23:47','2024-11-21 22:23:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(13,784,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-22 15:12:26','2024-11-22 14:12:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(14,785,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-22 18:37:30','2024-11-22 17:37:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(15,786,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-22 19:24:28','2024-11-22 18:24:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(16,838,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-25 08:58:17','2024-11-25 07:58:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(17,850,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-25 12:20:02','2024-11-25 11:20:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(18,854,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-25 18:18:15','2024-11-25 17:18:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(19,862,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-28 16:42:54','2024-11-28 15:42:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(20,861,'gcch','contact@gcch.fr','','','2024-11-28 18:00:31','2024-11-28 17:00:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(21,863,'gcch','contact@gcch.fr','','','2024-11-28 18:14:12','2024-11-28 17:14:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(22,863,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-28 20:33:49','2024-11-28 19:33:49','Order status changed from trash to Processing.',0,'1','WooCommerce','order_note',0,0), +(23,861,'gcch','contact@gcch.fr','','','2024-11-28 20:40:25','2024-11-28 19:40:25','Order status changed by bulk edit. Order status changed from Processing to On hold.',0,'1','WooCommerce','order_note',0,0), +(24,863,'gcch','contact@gcch.fr','','','2024-11-28 20:40:25','2024-11-28 19:40:25','Order status changed by bulk edit. Order status changed from Processing to On hold.',0,'1','WooCommerce','order_note',0,0), +(25,861,'gcch','contact@gcch.fr','','','2024-11-28 20:40:39','2024-11-28 19:40:39','Order status changed from On hold to Pending payment.',0,'1','WooCommerce','order_note',0,0), +(26,866,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-29 10:07:40','2024-11-29 09:07:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(27,868,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-29 18:26:38','2024-11-29 17:26:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(28,869,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-02 11:06:46','2024-12-02 10:06:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(29,871,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-02 17:34:12','2024-12-02 16:34:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(30,872,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-03 18:04:43','2024-12-03 17:04:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(31,873,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-03 23:55:58','2024-12-03 22:55:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(32,875,'gcch','contact@gcch.fr','','','2024-12-04 00:15:44','2024-12-03 23:15:44','Coupon applied: "zzzzzz".',0,'1','WooCommerce','order_note',0,0), +(33,878,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-06 14:10:02','2024-12-06 13:10:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(34,879,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-06 15:22:12','2024-12-06 14:22:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(35,880,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-12 17:59:06','2024-12-12 16:59:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(36,879,'gcch','contact@gcch.fr','','','2024-12-12 22:43:43','2024-12-12 21:43:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(37,878,'gcch','contact@gcch.fr','','','2024-12-12 23:07:34','2024-12-12 22:07:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(38,881,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-13 09:39:25','2024-12-13 08:39:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(39,884,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-14 11:10:27','2024-12-14 10:10:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(40,878,'gcch','contact@gcch.fr','','','2024-12-15 10:35:42','2024-12-15 09:35:42','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0), +(41,880,'gcch','contact@gcch.fr','','','2024-12-15 10:59:40','2024-12-15 09:59:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(42,885,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-16 10:17:25','2024-12-16 09:17:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(43,884,'gcch','contact@gcch.fr','','','2024-12-16 15:13:02','2024-12-16 14:13:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(44,881,'gcch','contact@gcch.fr','','','2024-12-16 15:13:35','2024-12-16 14:13:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(45,886,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-17 09:40:36','2024-12-17 08:40:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(46,887,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-18 16:14:07','2024-12-18 15:14:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(47,886,'gcch','contact@gcch.fr','','','2024-12-18 18:16:41','2024-12-18 17:16:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(48,885,'gcch','contact@gcch.fr','','','2024-12-18 18:19:20','2024-12-18 17:19:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(49,888,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-19 10:09:28','2024-12-19 09:09:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(50,888,'gcch','contact@gcch.fr','','','2024-12-20 19:55:35','2024-12-20 18:55:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(51,889,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-26 13:41:16','2024-12-26 12:41:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(52,880,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-30 11:40:43','2024-12-30 10:40:43','Order status changed from Completed to Refunded.',0,'1','WooCommerce','order_note',0,0), +(53,889,'gcch','contact@gcch.fr','','','2024-12-31 12:59:04','2024-12-31 11:59:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(54,887,'gcch','contact@gcch.fr','','','2024-12-31 12:59:53','2024-12-31 11:59:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(55,894,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-03 10:04:36','2025-01-03 09:04:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(56,894,'gcch','contact@gcch.fr','','','2025-01-07 15:56:35','2025-01-07 14:56:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(57,895,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-09 13:03:17','2025-01-09 12:03:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(58,895,'gcch','contact@gcch.fr','','','2025-01-14 20:47:46','2025-01-14 19:47:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(59,884,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-23 22:51:50','2025-01-23 21:51:50','Order status changed from Completed to Refunded.',0,'1','WooCommerce','order_note',0,0), +(60,897,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-29 11:33:02','2025-01-29 10:33:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(61,899,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-30 09:57:27','2025-01-30 08:57:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(62,897,'gcch','contact@gcch.fr','','','2025-02-03 18:36:20','2025-02-03 17:36:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(63,899,'gcch','contact@gcch.fr','','','2025-02-03 18:37:03','2025-02-03 17:37:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(64,901,'WooCommerce','woocommerce@haikuatelier.com','','','2025-02-23 18:08:48','2025-02-23 17:08:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(65,903,'WooCommerce','woocommerce@haikuatelier.com','','','2025-02-26 13:53:34','2025-02-26 12:53:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(66,903,'gcch','contact@gcch.fr','','','2025-03-01 09:14:28','2025-03-01 08:14:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(67,905,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-03 11:46:58','2025-03-03 10:46:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(68,906,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-03 12:11:31','2025-03-03 11:11:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(69,907,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-05 12:05:44','2025-03-05 11:05:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(70,905,'gcch','contact@gcch.fr','','','2025-03-06 09:24:34','2025-03-06 08:24:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(71,906,'gcch','contact@gcch.fr','','','2025-03-06 09:25:37','2025-03-06 08:25:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(72,907,'gcch','contact@gcch.fr','','','2025-03-18 10:40:40','2025-03-18 09:40:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(73,908,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-23 22:41:40','2025-03-23 21:41:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(74,908,'gcch','contact@gcch.fr','','','2025-04-04 08:41:40','2025-04-04 06:41:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(75,910,'WooCommerce','woocommerce@haikuatelier.com','','','2025-04-08 13:45:10','2025-04-08 11:45:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(76,912,'WooCommerce','woocommerce@haikuatelier.com','','','2025-05-09 11:50:58','2025-05-09 09:50:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(77,921,'WooCommerce','woocommerce@haikuatelier.com','','','2025-05-09 21:57:36','2025-05-09 19:57:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(78,910,'gcch','contact@gcch.fr','','','2025-05-11 15:35:33','2025-05-11 13:35:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(79,912,'gcch','contact@gcch.fr','','','2025-05-16 07:54:01','2025-05-16 05:54:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(80,921,'gcch','contact@gcch.fr','','','2025-05-16 07:54:27','2025-05-16 05:54:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(81,922,'gcch','contact@gcch.fr','','','2025-05-16 07:54:37','2025-05-16 05:54:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(82,922,'gcch','contact@gcch.fr','','','2025-05-16 07:55:05','2025-05-16 05:55:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(83,924,'WooCommerce','woocommerce@haikuatelier.com','','','2025-06-05 09:45:48','2025-06-05 07:45:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(84,924,'gcch','contact@gcch.fr','','','2025-06-09 12:59:57','2025-06-09 10:59:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(85,997,'WooCommerce','woocommerce@haikuatelier.com','','','2025-06-21 11:56:06','2025-06-21 09:56:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(86,997,'gcch','contact@gcch.fr','','','2025-06-28 16:32:24','2025-06-28 14:32:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(87,1013,'WooCommerce','woocommerce@haikuatelier.com','','','2025-07-14 14:39:22','2025-07-14 12:39:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(88,1013,'gcch','contact@gcch.fr','','','2025-07-16 10:59:10','2025-07-16 08:59:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(89,1443,'WooCommerce','woocommerce@haikuatelier.com','','','2025-09-17 20:13:41','2025-09-17 18:13:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(90,1443,'gcch','contact@gcch.fr','','','2025-09-23 11:29:46','2025-09-23 09:29:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(91,1480,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-02 06:41:49','2025-10-02 04:41:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(92,1480,'gcch','contact@gcch.fr','','','2025-10-03 21:49:57','2025-10-03 19:49:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(93,1486,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-10 17:55:44','2025-10-10 15:55:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(94,1487,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-11 17:07:01','2025-10-11 15:07:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(95,1488,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-12 16:50:29','2025-10-12 14:50:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(96,1489,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-12 23:04:26','2025-10-12 21:04:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(97,1489,'gcch','contact@gcch.fr','','','2025-10-16 13:01:51','2025-10-16 11:01:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(98,1487,'gcch','contact@gcch.fr','','','2025-10-16 13:02:20','2025-10-16 11:02:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(99,1486,'gcch','contact@gcch.fr','','','2025-10-16 13:02:41','2025-10-16 11:02:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(100,1490,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-18 15:36:45','2025-10-18 13:36:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(101,1488,'gcch','contact@gcch.fr','','','2025-10-24 08:59:47','2025-10-24 06:59:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(102,1490,'gcch','contact@gcch.fr','','','2025-10-24 19:36:03','2025-10-24 17:36:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(103,1496,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-02 20:40:07','2025-11-02 19:40:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(104,1498,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-03 22:07:02','2025-11-03 21:07:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(105,1496,'gcch','contact@gcch.fr','','','2025-11-06 14:51:00','2025-11-06 13:51:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(106,1498,'gcch','contact@gcch.fr','','','2025-11-06 14:52:52','2025-11-06 13:52:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(107,1511,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-18 09:30:08','2025-11-18 08:30:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(108,1528,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-20 15:51:33','2025-11-20 14:51:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(109,1529,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-24 10:53:38','2025-11-24 09:53:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(110,1530,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-24 18:44:42','2025-11-24 17:44:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(111,1528,'gcch','contact@gcch.fr','','','2025-11-24 19:30:04','2025-11-24 18:30:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(112,1511,'gcch','contact@gcch.fr','','','2025-11-24 19:30:32','2025-11-24 18:30:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(113,1530,'gcch','contact@gcch.fr','','','2025-11-27 14:01:46','2025-11-27 13:01:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(114,1529,'gcch','contact@gcch.fr','','','2025-11-27 14:03:08','2025-11-27 13:03:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(115,1540,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-30 22:33:39','2025-11-30 21:33:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(116,1571,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-02 10:21:54','2025-12-02 09:21:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(117,1573,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-02 21:47:47','2025-12-02 20:47:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(118,1605,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-03 18:45:52','2025-12-03 17:45:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(119,1573,'gcch','contact@gcch.fr','','','2025-12-03 19:55:01','2025-12-03 18:55:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(120,1571,'gcch','contact@gcch.fr','','','2025-12-03 19:55:32','2025-12-03 18:55:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(121,1540,'gcch','contact@gcch.fr','','','2025-12-03 19:55:58','2025-12-03 18:55:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(122,1606,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-07 22:50:51','2025-12-07 21:50:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(123,1609,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-10 16:55:33','2025-12-10 15:55:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(124,1609,'gcch','contact@gcch.fr','','','2025-12-10 18:56:09','2025-12-10 17:56:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(125,1605,'gcch','contact@gcch.fr','','','2025-12-10 18:59:09','2025-12-10 17:59:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(126,1606,'gcch','contact@gcch.fr','','','2025-12-10 19:00:52','2025-12-10 18:00:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(127,1610,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-11 16:26:19','2025-12-11 15:26:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(128,1612,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-14 16:19:46','2025-12-14 15:19:46','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0), +(129,1617,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-15 23:46:03','2025-12-15 22:46:03','Stock levels reduced: Fuyou Necklace (FUYOU-C) 2→1',0,'1','WooCommerce','order_note',0,0), +(130,1617,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-15 23:46:03','2025-12-15 22:46:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(131,1617,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-17 07:51:16','2025-12-17 06:51:16','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0), +(132,1643,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 16:59:05','2026-01-13 15:59:05','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(133,1643,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 16:59:06','2026-01-13 15:59:06','Stock levels reduced: Piasu Minimal Earrings silver - pair (1→0), Piasu Ring - 54 (2→1)',0,'1','WooCommerce','order_note',0,0), +(134,1645,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 17:08:01','2026-01-13 16:08:01','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(135,1645,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 17:08:02','2026-01-13 16:08:02','Stock levels reduced: Pishi Pishi Earrings - all (4→3), Piasu Necklace (1→0)',0,'1','WooCommerce','order_note',0,0), +(136,1610,'gcch','contact@gcch.fr','','','2026-01-14 21:45:29','2026-01-14 20:45:29','Adjusted stock: Ikkan Bracelet silver - Size 2 (0→-1)',0,'1','WooCommerce','order_note',0,0), +(137,1610,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-14 21:45:29','2026-01-14 20:45:29','Order status set to refunded. To return funds to the customer you will need to issue a refund through your payment gateway.',0,'1','WooCommerce','order_note',0,0), +(138,1610,'gcch','contact@gcch.fr','','','2026-01-14 21:45:29','2026-01-14 20:45:29','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0), +(139,1645,'gcch','contact@gcch.fr','','','2026-01-17 08:14:20','2026-01-17 07:14:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(140,1643,'gcch','contact@gcch.fr','','','2026-01-17 08:14:48','2026-01-17 07:14:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(141,1647,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-01 21:19:07','2026-02-01 20:19:07','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(142,1647,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-01 21:19:08','2026-02-01 20:19:08','Stock levels reduced: Tamanori Ear Cuff silver (1→0)',0,'1','WooCommerce','order_note',0,0), +(143,1649,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-05 20:11:11','2026-02-05 19:11:11','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(144,1649,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-05 20:11:12','2026-02-05 19:11:12','Stock levels reduced: Piasu Earrings with Hoops - pair (2→1)',0,'1','WooCommerce','order_note',0,0), +(145,1649,'gcch','contact@gcch.fr','','','2026-02-11 09:58:49','2026-02-11 08:58:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(146,1647,'gcch','contact@gcch.fr','','','2026-02-11 09:59:12','2026-02-11 08:59:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(147,1656,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-11 19:50:16','2026-02-11 18:50:16','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(148,1658,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-16 16:38:52','2026-02-16 15:38:52','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(149,1658,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-16 16:38:53','2026-02-16 15:38:53','Stock levels reduced: Hattari Stacked Hoops silver - pair (1→0)',0,'1','WooCommerce','order_note',0,0), +(150,1658,'gcch','contact@gcch.fr','','','2026-02-27 20:49:29','2026-02-27 19:49:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(151,1669,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-06 12:18:14','2026-03-06 11:18:14','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(152,1669,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-06 12:18:15','2026-03-06 11:18:15','Stock levels reduced: Mugura Stud Earrings - pair (2→1)',0,'1','WooCommerce','order_note',0,0), +(153,1670,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-07 17:41:00','2026-03-07 16:41:00','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(154,1670,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-07 17:41:01','2026-03-07 16:41:01','Stock levels reduced: Fuyou Bracelet (2→1)',0,'1','WooCommerce','order_note',0,0), +(155,1672,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-09 19:10:00','2026-03-09 18:10:00','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(156,1670,'gcch','contact@gcch.fr','','','2026-03-13 09:15:30','2026-03-13 08:15:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(157,1669,'gcch','contact@gcch.fr','','','2026-03-13 09:15:52','2026-03-13 08:15:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(158,1697,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-02 11:46:22','2026-04-02 09:46:22','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(159,1697,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-02 11:46:23','2026-04-02 09:46:23','Stock levels reduced: Hattari Ear Cuff gold plated (1→0)',0,'1','WooCommerce','order_note',0,0), +(160,1698,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-03 23:37:30','2026-04-03 21:37:30','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(161,1698,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-03 23:37:32','2026-04-03 21:37:32','Stock levels reduced: Tamanori Ear Cuff silver (1→0)',0,'1','WooCommerce','order_note',0,0), +(162,1697,'gcch','contact@gcch.fr','','','2026-04-04 07:13:49','2026-04-04 05:13:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(163,1698,'gcch','contact@gcch.fr','','','2026-04-07 10:42:24','2026-04-07 08:42:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(164,1857,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-28 01:03:44','2026-04-27 23:03:44','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(165,1857,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-28 01:03:45','2026-04-27 23:03:45','Stock levels reduced: Hattari Small Hoops silver (1→0)',0,'1','WooCommerce','order_note',0,0), +(166,1857,'gcch','contact@gcch.fr','','','2026-04-29 11:18:28','2026-04-29 09:18:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0); +/*!40000 ALTER TABLE `haikuwp_comments` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_links` +-- + +DROP TABLE IF EXISTS `haikuwp_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 `haikuwp_links` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_links` WRITE; +/*!40000 ALTER TABLE `haikuwp_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_links` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_mclean_refs` +-- + +DROP TABLE IF EXISTS `haikuwp_mclean_refs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_mclean_refs` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `mediaId` bigint(20) DEFAULT NULL, + `mediaUrl` tinytext DEFAULT NULL, + `originType` tinytext NOT NULL, + `parentId` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_mclean_refs` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_mclean_refs` WRITE; +/*!40000 ALTER TABLE `haikuwp_mclean_refs` DISABLE KEYS */; +INSERT INTO `haikuwp_mclean_refs` VALUES +(1,506,NULL,'WOOCOOMMERCE (ID)',NULL), +(2,81,NULL,'META (ID) [72]',NULL), +(3,NULL,'2024/10/HAIKU-sizechart.jpg','CONTENT (URL) [72]',NULL), +(4,420,NULL,'META (ID) [86]',NULL), +(5,110,NULL,'META (ID) [102]',NULL), +(6,121,NULL,'META (ID) [113]',NULL), +(7,NULL,'2024/10/HAIKU-sizechart.jpg','CONTENT (URL) [113]',NULL), +(8,219,NULL,'META (ID) [123]',NULL), +(9,141,NULL,'META (ID) [133]',NULL), +(10,152,NULL,'META (ID) [144]',NULL), +(11,163,NULL,'META (ID) [155]',NULL), +(12,176,NULL,'META (ID) [168]',NULL), +(13,564,NULL,'META (ID) [183]',NULL), +(14,206,NULL,'META (ID) [202]',NULL), +(15,568,NULL,'META (ID) [213]',NULL), +(16,604,NULL,'META (ID) [220]',NULL), +(17,606,NULL,'META (ID) [226]',NULL), +(18,668,NULL,'META (ID) [232]',NULL), +(19,243,NULL,'META (ID) [240]',NULL), +(20,249,NULL,'META (ID) [246]',NULL), +(21,601,NULL,'META (ID) [251]',NULL), +(22,259,NULL,'META (ID) [258]',NULL), +(23,262,NULL,'META (ID) [261]',NULL), +(24,600,NULL,'META (ID) [263]',NULL), +(25,603,NULL,'META (ID) [268]',NULL), +(26,602,NULL,'META (ID) [271]',NULL), +(27,275,NULL,'META (ID) [274]',NULL), +(28,280,NULL,'META (ID) [276]',NULL), +(29,283,NULL,'META (ID) [282]',NULL), +(30,286,NULL,'META (ID) [285]',NULL), +(31,289,NULL,'META (ID) [288]',NULL), +(32,292,NULL,'META (ID) [291]',NULL), +(33,310,NULL,'META (ID) [306]',NULL), +(34,316,NULL,'META (ID) [312]',NULL), +(35,503,NULL,'META (ID) [318]',NULL), +(36,326,NULL,'META (ID) [325]',NULL), +(37,329,NULL,'META (ID) [328]',NULL), +(38,332,NULL,'META (ID) [331]',NULL), +(39,336,NULL,'META (ID) [335]',NULL), +(40,339,NULL,'META (ID) [338]',NULL), +(41,559,NULL,'META (ID) [342]',NULL), +(42,360,NULL,'META (ID) [356]',NULL), +(43,369,NULL,'META (ID) [365]',NULL), +(44,375,NULL,'META (ID) [372]',NULL), +(45,378,NULL,'META (ID) [377]',NULL), +(46,382,NULL,'META (ID) [381]',NULL), +(47,486,NULL,'META (ID) [385]',NULL), +(48,396,NULL,'META (ID) [393]',NULL), +(49,399,NULL,'META (ID) [398]',NULL), +(50,403,NULL,'META (ID) [402]',NULL), +(51,407,NULL,'META (ID) [406]',NULL), +(52,431,NULL,'META (ID) [430]',NULL), +(53,475,NULL,'META (ID) [433]',NULL), +(54,436,NULL,'META (ID) [435]',NULL), +(55,449,NULL,'META (ID) [447]',NULL), +(56,482,NULL,'META (ID) [481]',NULL), +(57,491,NULL,'META (ID) [490]',NULL), +(58,500,NULL,'META (ID) [496]',NULL), +(59,516,NULL,'META (ID) [515]',NULL), +(60,524,NULL,'META (ID) [521]',NULL), +(61,536,NULL,'META (ID) [535]',NULL), +(62,547,NULL,'META (ID) [545]',NULL), +(63,665,NULL,'META (ID) [554]',NULL), +(64,575,NULL,'META (ID) [572]',NULL), +(65,598,NULL,'META (ID) [589]',NULL), +(66,611,NULL,'META (ID) [610]',NULL), +(67,621,NULL,'META (ID) [613]',NULL), +(68,NULL,'2024/10/HAIKU-sizechart.jpg','CONTENT (URL) [613]',NULL), +(69,634,NULL,'META (ID) [625]',NULL), +(70,176,NULL,'META (ID) [200]',NULL), +(71,178,NULL,'META (ID) [201]',NULL), +(72,243,NULL,'META (ID) [241]',NULL), +(73,249,NULL,'META (ID) [247]',NULL), +(74,475,NULL,'META (ID) [478]',NULL), +(75,476,NULL,'META (ID) [479]',NULL), +(76,477,NULL,'META (ID) [480]',NULL); +/*!40000 ALTER TABLE `haikuwp_mclean_refs` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_mclean_scan` +-- + +DROP TABLE IF EXISTS `haikuwp_mclean_scan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_mclean_scan` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `type` tinyint(1) NOT NULL, + `postId` bigint(20) DEFAULT NULL, + `path` tinytext DEFAULT NULL, + `size` int(9) DEFAULT NULL, + `ignored` tinyint(1) NOT NULL DEFAULT 0, + `deleted` tinyint(1) NOT NULL DEFAULT 0, + `issue` tinytext NOT NULL, + `parentId` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `IgnoredIndex` (`ignored`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=136 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_mclean_scan` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_mclean_scan` WRITE; +/*!40000 ALTER TABLE `haikuwp_mclean_scan` DISABLE KEYS */; +INSERT INTO `haikuwp_mclean_scan` VALUES +(1,'2024-11-15 17:19:13',1,100,'2024/09/HADOU-B-mix.jpg (+ 2 files)',633426,0,0,'NO_CONTENT',NULL), +(2,'2024-11-15 17:19:13',1,101,'2024/09/HADOU-BKIGEN-Bo.jpg (+ 2 files)',992102,0,0,'NO_CONTENT',NULL), +(3,'2024-11-15 17:19:13',1,111,'2024/09/IKKAN-B-arg.jpg (+ 2 files)',181582,0,0,'NO_CONTENT',NULL), +(4,'2024-11-15 17:19:13',1,112,'2024/09/IKKAN-BaKIGEN-Ba.jpg (+ 2 files)',474986,0,0,'NO_CONTENT',NULL), +(5,'2024-11-15 17:19:13',1,122,'2024/09/IKKAN-B-g.jpg (+ 1 files)',575848,0,0,'NO_CONTENT',NULL), +(6,'2024-11-15 17:19:13',1,132,'2024/09/DSC9928.jpg (+ 2 files)',659968,0,0,'NO_CONTENT',NULL), +(7,'2024-11-15 17:19:13',1,142,'2024/09/DSC9269.jpg (+ 2 files)',461644,0,0,'NO_CONTENT',NULL), +(8,'2024-11-15 17:19:13',1,143,'2024/09/DSC9148.jpg (+ 2 files)',432058,0,0,'NO_CONTENT',NULL), +(9,'2024-11-15 17:19:13',1,153,'2024/10/KISHOU-B-arg-1.jpg (+ 2 files)',159416,0,0,'NO_CONTENT',NULL), +(10,'2024-11-15 17:19:13',1,154,'2024/10/KIGEN-BaIKKANBa.jpg (+ 2 files)',456438,0,0,'NO_CONTENT',NULL), +(11,'2024-11-15 17:19:13',1,164,'2024/10/KISHOU-B-vrm-1.jpg (+ 2 files)',252118,0,0,'NO_CONTENT',NULL), +(12,'2024-11-15 17:19:13',1,165,'2024/10/HADOU-BOoIKKAN-BKIGEN-BJOKOU-Co.jpg (+ 2 files)',524168,0,0,'NO_CONTENT',NULL), +(13,'2024-11-15 17:19:13',1,166,'2024/09/DSC9760.jpg (+ 2 files)',705900,0,0,'NO_CONTENT',NULL), +(14,'2024-11-15 17:19:13',1,167,'2024/09/DSC9339.jpg (+ 2 files)',515504,0,0,'NO_CONTENT',NULL), +(15,'2024-11-15 17:19:13',1,177,'2024/10/ROKKU-B-malachite-1.jpg (+ 2 files)',171466,0,0,'NO_CONTENT',NULL), +(16,'2024-11-15 17:19:13',1,179,'2024/10/ROKKU-B-tigereye-1.jpg (+ 2 files)',175398,0,0,'NO_CONTENT',NULL), +(17,'2024-11-15 17:19:13',1,180,'2024/10/DSC9710.jpg (+ 2 files)',843748,0,0,'NO_CONTENT',NULL), +(18,'2024-11-15 17:19:13',1,182,'2024/10/DSC9190.jpg (+ 2 files)',459310,0,0,'NO_CONTENT',NULL), +(19,'2024-11-15 17:19:13',1,199,'2024/10/BOROBORO-BOaTANEMAKI-BO1a-opti.jpg (+ 1 files)',236038,0,0,'NO_CONTENT',NULL), +(20,'2024-11-15 17:19:13',1,207,'2024/10/PIASU-BO-1.jpg (+ 2 files)',675740,0,0,'NO_CONTENT',NULL), +(21,'2024-11-15 17:19:13',1,212,'2024/10/PIASU-BO-2.jpg (+ 2 files)',374094,0,0,'NO_CONTENT',NULL), +(22,'2024-11-15 17:19:13',1,225,'2024/10/TAMANORI-BO-s-1.jpg (+ 2 files)',337094,0,0,'NO_CONTENT',NULL), +(23,'2024-11-15 17:19:13',1,231,'2024/10/TAMANORI-BO-g-1.jpg (+ 2 files)',376868,0,0,'NO_CONTENT',NULL), +(24,'2024-11-15 17:19:13',1,237,'2024/10/HADOU-BR.jpg (+ 2 files)',1045562,0,0,'NO_CONTENT',NULL), +(25,'2024-11-15 17:19:13',1,244,'2024/10/IKKAN-BR-s.jpg (+ 2 files)',877486,0,0,'NO_CONTENT',NULL), +(26,'2024-11-15 17:19:13',1,245,'2024/10/IKKAN-BR-s-1.jpg (+ 2 files)',1073188,0,0,'NO_CONTENT',NULL), +(27,'2024-11-15 17:19:13',1,250,'2024/10/IKKAN-BR-g.jpg (+ 2 files)',374178,0,0,'NO_CONTENT',NULL), +(28,'2024-11-15 17:19:13',1,255,'2024/10/TANEMAKI-BR-1.jpg (+ 2 files)',1028916,0,0,'NO_CONTENT',NULL), +(29,'2024-11-15 17:19:13',1,260,'2024/10/DSC9225.jpg (+ 2 files)',696974,0,0,'NO_CONTENT',NULL), +(30,'2024-11-15 17:19:13',1,265,'2024/10/IKKAN-C.jpg (+ 2 files)',1066054,0,0,'NO_CONTENT',NULL), +(31,'2024-11-15 17:19:13',1,266,'2024/10/IKKAN-C-1.jpg (+ 1 files)',554660,0,0,'NO_CONTENT',NULL), +(32,'2024-11-15 17:19:13',1,267,'2024/10/IKKAN-C-2.jpg (+ 2 files)',1012194,0,0,'NO_CONTENT',NULL), +(33,'2024-11-15 17:19:13',1,270,'2024/10/PIASU-C-arg-opti.jpg (+ 2 files)',532206,0,0,'NO_CONTENT',NULL), +(34,'2024-11-15 17:19:13',1,273,'2024/10/TANEMAKI-C.jpg (+ 2 files)',997056,0,0,'NO_CONTENT',NULL), +(35,'2024-11-15 17:19:13',1,281,'2024/10/HADOU-CR-s.jpg (+ 2 files)',965156,0,0,'NO_CONTENT',NULL), +(36,'2024-11-15 17:19:13',1,284,'2024/10/HADOU-CR-g.jpg (+ 1 files)',325294,0,0,'NO_CONTENT',NULL), +(37,'2024-11-15 17:19:13',1,287,'2024/10/HATTARI-CR1-s-1.jpg (+ 2 files)',647238,0,0,'NO_CONTENT',NULL), +(38,'2024-11-15 17:19:13',1,290,'2024/10/DSC9336.jpg (+ 2 files)',561068,0,0,'NO_CONTENT',NULL), +(39,'2024-11-15 17:19:13',1,293,'2024/10/HATTARI-CR2.jpg (+ 2 files)',535282,0,0,'NO_CONTENT',NULL), +(40,'2024-11-15 17:19:13',1,311,'2024/10/DSC9378.jpg (+ 2 files)',541902,0,0,'NO_CONTENT',NULL), +(41,'2024-11-15 17:19:13',1,317,'2024/10/TAMANORI-CR2-vrm-1.jpg (+ 1 files)',408918,0,0,'NO_CONTENT',NULL), +(42,'2024-11-15 17:19:13',1,323,'2024/10/FUYOU-CR.jpg (+ 1 files)',546040,0,0,'NO_CONTENT',NULL), +(43,'2024-11-15 17:19:13',1,324,'2024/10/DSC9542.jpg (+ 2 files)',876338,0,0,'NO_CONTENT',NULL), +(44,'2024-11-15 17:19:13',1,327,'2024/10/HADOU-EC.jpg (+ 2 files)',711176,0,0,'NO_CONTENT',NULL), +(45,'2024-11-15 17:19:13',1,330,'2024/10/HADOU-EC-vrm-1.jpg (+ 2 files)',447956,0,0,'NO_CONTENT',NULL), +(46,'2024-11-15 17:19:13',1,334,'2024/10/HATTARI-EC-arg-1.jpg (+ 2 files)',369024,0,0,'NO_CONTENT',NULL), +(47,'2024-11-15 17:19:13',1,337,'2024/10/DSC9472.jpg (+ 2 files)',713526,0,0,'NO_CONTENT',NULL), +(48,'2024-11-15 17:19:13',1,340,'2024/10/PIASU-BRC-1.jpg (+ 2 files)',474200,0,0,'NO_CONTENT',NULL), +(49,'2024-11-15 17:19:13',1,341,'2024/10/PIASU-BRC-2.jpg (+ 2 files)',652362,0,0,'NO_CONTENT',NULL), +(50,'2024-11-15 17:19:13',1,347,'2024/10/DSC9763.jpg (+ 2 files)',804254,0,0,'NO_CONTENT',NULL), +(51,'2024-11-15 17:19:13',1,348,'2024/10/DSC9781.jpg (+ 1 files)',372455,0,0,'NO_CONTENT',NULL), +(52,'2024-11-15 17:19:13',1,349,'2024/10/DSC9748.jpg (+ 2 files)',842826,0,0,'NO_CONTENT',NULL), +(53,'2024-11-15 17:19:13',1,361,'2024/10/DSC9354.jpg (+ 2 files)',565222,0,0,'NO_CONTENT',NULL), +(54,'2024-11-15 17:19:13',1,376,'2024/10/DSC9300.jpg (+ 2 files)',469948,0,0,'NO_CONTENT',NULL), +(55,'2024-11-15 17:19:13',1,379,'2024/10/DSC9260.jpg (+ 1 files)',232862,0,0,'NO_CONTENT',NULL), +(56,'2024-11-15 17:19:13',1,380,'2024/10/DSC9262.jpg (+ 2 files)',394188,0,0,'NO_CONTENT',NULL), +(57,'2024-11-15 17:19:13',1,383,'2024/10/DSC9772.jpg (+ 1 files)',602490,0,0,'NO_CONTENT',NULL), +(58,'2024-11-15 17:19:13',1,384,'2024/10/DSC9775.jpg (+ 1 files)',559293,0,0,'NO_CONTENT',NULL), +(59,'2024-11-15 17:19:13',1,388,'2024/10/ROKKU-C-arg.jpg (+ 2 files)',656360,0,0,'NO_CONTENT',NULL), +(60,'2024-11-15 17:19:13',1,397,'2024/10/DSC9733.jpg (+ 1 files)',373189,0,0,'NO_CONTENT',NULL), +(61,'2024-11-15 17:19:13',1,400,'2024/10/DSC9723.jpg (+ 2 files)',775076,0,0,'NO_CONTENT',NULL), +(62,'2024-11-15 17:19:13',1,401,'2024/10/DSC9730.jpg (+ 2 files)',776178,0,0,'NO_CONTENT',NULL), +(63,'2024-11-15 17:19:13',1,404,'2024/10/DSC9216.jpg (+ 2 files)',407382,0,0,'NO_CONTENT',NULL), +(64,'2024-11-15 17:19:13',1,405,'2024/10/IMG_9077.jpg (+ 2 files)',493806,0,0,'NO_CONTENT',NULL), +(65,'2024-11-15 17:19:14',1,408,'2024/10/DSC9485.jpg (+ 1 files)',509856,0,0,'NO_CONTENT',NULL), +(66,'2024-11-15 17:19:14',1,409,'2024/10/MUGURA-NAIL-.jpg (+ 2 files)',610030,0,0,'NO_CONTENT',NULL), +(67,'2024-11-15 17:19:14',1,410,'2024/10/MUGURA-FEU-arg.jpg (+ 2 files)',86010,0,0,'NO_CONTENT',NULL), +(68,'2024-11-15 17:19:14',1,411,'2024/09/DSC8400-copie.jpg (+ 2 files)',995626,0,0,'NO_CONTENT',NULL), +(69,'2024-11-15 17:19:14',1,412,'2024/09/HATTARI-B-2-1.jpg (+ 2 files)',1069220,0,0,'NO_CONTENT',NULL), +(70,'2024-11-15 17:19:14',1,419,'2024/09/HATTARI-B-1.jpg (+ 2 files)',1071022,0,0,'NO_CONTENT',NULL), +(71,'2024-11-15 17:19:14',1,424,'2024/10/DSC9376.jpg (+ 2 files)',626712,0,0,'NO_CONTENT',NULL), +(72,'2024-11-15 17:19:14',1,425,'2024/10/DSC9156.jpg (+ 2 files)',821022,0,0,'NO_CONTENT',NULL), +(73,'2024-11-15 17:19:14',1,432,'2024/10/DSC9297.jpg (+ 2 files)',594618,0,0,'NO_CONTENT',NULL), +(74,'2024-11-15 17:19:14',1,437,'2024/10/DSC9781-1.jpg (+ 2 files)',749844,0,0,'NO_CONTENT',NULL), +(75,'2024-11-15 17:19:14',1,440,'2024/09/IMG_1423.jpg (+ 1 files)',539259,0,0,'NO_CONTENT',NULL), +(76,'2024-11-15 17:19:14',1,441,'2024/10/IMG_1428.jpg (+ 1 files)',739647,0,0,'NO_CONTENT',NULL), +(77,'2024-11-15 17:19:14',1,442,'2024/10/IMG_1431.jpg (+ 1 files)',774253,0,0,'NO_CONTENT',NULL), +(78,'2024-11-15 17:19:14',1,443,'2024/10/IMG_1432.jpg (+ 1 files)',886014,0,0,'NO_CONTENT',NULL), +(79,'2024-11-15 17:19:14',1,448,'2024/11/IMG_1473.jpg (+ 1 files)',1448749,0,0,'NO_CONTENT',NULL), +(80,'2024-11-15 17:19:14',1,450,'2024/09/IMG_1478.jpg (+ 1 files)',1770683,0,0,'NO_CONTENT',NULL), +(81,'2024-11-15 17:19:14',1,451,'2024/10/IMG_1493.jpg (+ 1 files)',955698,0,0,'NO_CONTENT',NULL), +(82,'2024-11-15 17:19:14',1,452,'2024/10/IMG_1505.jpg (+ 1 files)',1160791,0,0,'NO_CONTENT',NULL), +(83,'2024-11-15 17:19:14',1,455,'2024/10/IMG_1531.jpg (+ 1 files)',1498668,0,0,'NO_CONTENT',NULL), +(84,'2024-11-15 17:19:14',1,456,'2024/10/IMG_1543.jpg (+ 1 files)',779634,0,0,'NO_CONTENT',NULL), +(85,'2024-11-15 17:19:14',1,457,'2024/10/IMG_1565.jpg (+ 1 files)',569995,0,0,'NO_CONTENT',NULL), +(86,'2024-11-15 17:19:14',1,459,'2024/10/IMG_1586.jpg (+ 1 files)',1749377,0,0,'NO_CONTENT',NULL), +(87,'2024-11-15 17:19:14',1,460,'2024/10/IMG_1588.jpg (+ 1 files)',1183645,0,0,'NO_CONTENT',NULL), +(88,'2024-11-15 17:19:14',1,461,'2024/10/IMG_1600.jpg (+ 1 files)',1339797,0,0,'NO_CONTENT',NULL), +(89,'2024-11-15 17:19:14',1,463,'2024/10/IMG_1638.jpg (+ 1 files)',960703,0,0,'NO_CONTENT',NULL), +(90,'2024-11-15 17:19:14',1,464,'2024/10/IMG_1647.jpg (+ 1 files)',782793,0,0,'NO_CONTENT',NULL), +(91,'2024-11-15 17:19:14',1,465,'2024/10/IMG_1651.jpg (+ 1 files)',1518958,0,0,'NO_CONTENT',NULL), +(92,'2024-11-15 17:19:14',1,468,'2024/10/IMG_1673.jpg (+ 1 files)',1651578,0,0,'NO_CONTENT',NULL), +(93,'2024-11-15 17:19:14',1,469,'2024/10/IMG_1669.jpg (+ 1 files)',1454981,0,0,'NO_CONTENT',NULL), +(94,'2024-11-15 17:19:14',1,470,'2024/10/IMG_1675.jpg (+ 1 files)',228383,0,0,'NO_CONTENT',NULL), +(95,'2024-11-15 17:19:14',1,471,'2024/10/IMG_1680.jpg (+ 1 files)',1422287,0,0,'NO_CONTENT',NULL), +(96,'2024-11-15 17:19:14',1,472,'2024/10/IMG_1746.jpg (+ 1 files)',1224686,0,0,'NO_CONTENT',NULL), +(97,'2024-11-15 17:19:14',1,473,'2024/10/IMG_1747.jpg (+ 1 files)',1254904,0,0,'NO_CONTENT',NULL), +(98,'2024-11-15 17:19:14',1,474,'2024/10/IMG_1748.jpg (+ 1 files)',1443067,0,0,'NO_CONTENT',NULL), +(99,'2024-11-15 17:19:14',1,483,'2024/11/IMG_1619.jpg (+ 1 files)',1626994,0,0,'NO_CONTENT',NULL), +(100,'2024-11-15 17:19:14',1,487,'2024/10/DSC9138.jpg (+ 1 files)',283469,0,0,'NO_CONTENT',NULL), +(101,'2024-11-15 17:19:14',1,488,'2024/10/ROKKU-C-lapis.jpg (+ 1 files)',800553,0,0,'NO_CONTENT',NULL), +(102,'2024-11-15 17:19:14',1,489,'2024/10/ROKKU-C-jaspe.jpg (+ 1 files)',750940,0,0,'NO_CONTENT',NULL), +(103,'2024-11-15 17:19:14',1,492,'2024/11/IMG_1474.jpg (+ 1 files)',1552782,0,0,'NO_CONTENT',NULL), +(104,'2024-11-15 17:19:14',1,501,'2024/11/IMG_1481.jpg (+ 1 files)',1930791,0,0,'NO_CONTENT',NULL), +(105,'2024-11-15 17:19:14',1,502,'2024/11/IMG_1484.jpg (+ 1 files)',547048,0,0,'NO_CONTENT',NULL), +(106,'2024-11-15 17:19:14',1,504,'2024/10/FUYOU-C-1.jpg (+ 1 files)',984668,0,0,'NO_CONTENT',NULL), +(107,'2024-11-15 17:19:14',1,518,'2024/11/BOROBORO-BO1-g-brown.jpg (+ 1 files)',720777,0,0,'NO_CONTENT',NULL), +(108,'2024-11-15 17:19:14',1,526,'2024/11/BOROBORO-BO1-s-green.jpg (+ 1 files)',685626,0,0,'NO_CONTENT',NULL), +(109,'2024-11-15 17:19:14',1,531,'2024/09/DSC9897.jpg (+ 1 files)',1361665,0,0,'NO_CONTENT',NULL), +(110,'2024-11-15 17:19:14',1,537,'2024/11/IMG_1703.jpg (+ 1 files)',1901030,0,0,'NO_CONTENT',NULL), +(111,'2024-11-15 17:19:14',1,538,'2024/11/BOROBORO-BLT-crystal.jpg (+ 1 files)',778439,0,0,'NO_CONTENT',NULL), +(112,'2024-11-15 17:19:14',1,539,'2024/11/IMG_1715.jpg (+ 1 files)',1313772,0,0,'NO_CONTENT',NULL), +(113,'2024-11-15 17:19:14',1,548,'2024/11/IMG_1563.jpg (+ 1 files)',1718895,0,0,'NO_CONTENT',NULL), +(114,'2024-11-15 17:19:14',1,558,'2024/11/DSC9463.jpg (+ 1 files)',1886628,0,0,'NO_CONTENT',NULL), +(115,'2024-11-15 17:19:14',1,576,'2024/11/IMG_1419.jpg (+ 1 files)',566675,0,0,'NO_CONTENT',NULL), +(116,'2024-11-15 17:19:14',1,599,'2024/11/BOROBORO-B-s-1.jpg (+ 1 files)',1671625,0,0,'NO_CONTENT',NULL), +(117,'2024-11-15 17:19:14',1,622,'2024/11/IMG_1504.jpg (+ 1 files)',642992,0,0,'NO_CONTENT',NULL), +(118,'2024-11-15 17:19:14',1,623,'2024/11/IMG_1554.jpg (+ 1 files)',1406586,0,0,'NO_CONTENT',NULL), +(119,'2024-11-15 17:19:14',1,635,'2024/11/IMG_1501.jpg (+ 1 files)',573637,0,0,'NO_CONTENT',NULL), +(120,'2024-11-15 17:19:14',1,636,'2024/11/IMG_1506.jpg (+ 1 files)',1149564,0,0,'NO_CONTENT',NULL), +(121,'2024-11-15 17:19:14',1,644,'2024/10/DSC9341.jpg (+ 1 files)',1492187,0,0,'NO_CONTENT',NULL), +(122,'2024-11-15 17:19:14',1,658,'2024/10/BOROBORO-BOaTANEMAKI-BO1a.jpg (+ 1 files)',1088937,0,0,'NO_CONTENT',NULL), +(123,'2024-11-15 17:19:14',1,659,'2024/09/HADOU-B-opti.jpg (+ 1 files)',0,0,1,'ORPHAN_MEDIA',NULL), +(124,'2024-11-15 17:19:14',1,660,'2024/10/IMG_1442.jpg (+ 1 files)',1029972,0,0,'NO_CONTENT',NULL), +(125,'2024-11-15 17:19:14',1,661,'2024/10/IMG_1454.jpg (+ 1 files)',849459,0,0,'NO_CONTENT',NULL), +(126,'2024-11-15 17:19:14',1,662,'2024/10/IMG_1456.jpg (+ 1 files)',730806,0,0,'NO_CONTENT',NULL), +(127,'2024-11-15 17:19:14',1,663,'2024/11/IMG_1460.jpg (+ 1 files)',98598,0,0,'NO_CONTENT',NULL), +(128,'2024-11-15 17:19:14',1,664,'2024/10/IMG_1512.jpg (+ 1 files)',873482,0,0,'NO_CONTENT',NULL), +(129,'2024-11-15 17:19:14',1,666,'2024/11/IMG_1525.jpg (+ 1 files)',173470,0,0,'NO_CONTENT',NULL), +(130,'2024-11-15 17:19:14',1,667,'2024/11/IMG_1524.jpg (+ 1 files)',172887,0,0,'NO_CONTENT',NULL), +(131,'2024-11-15 17:19:14',1,669,'2024/10/IMG_1528.jpg (+ 1 files)',958548,0,0,'NO_CONTENT',NULL), +(132,'2024-11-15 17:19:14',1,670,'2024/10/IMG_1582.jpg (+ 1 files)',1167334,0,0,'NO_CONTENT',NULL), +(133,'2024-11-15 17:19:14',1,671,'2024/10/IMG_1604.jpg (+ 1 files)',876712,0,0,'NO_CONTENT',NULL), +(134,'2024-11-15 17:19:14',1,672,'2024/10/IMG_1656-1.jpg (+ 1 files)',1095755,0,0,'NO_CONTENT',NULL), +(135,'2024-11-15 17:19:14',1,673,'2024/10/IMG_1657.jpg (+ 1 files)',901473,0,0,'NO_CONTENT',NULL); +/*!40000 ALTER TABLE `haikuwp_mclean_scan` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_options` +-- + +DROP TABLE IF EXISTS `haikuwp_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=34474 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_options` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_options` WRITE; +/*!40000 ALTER TABLE `haikuwp_options` DISABLE KEYS */; +INSERT INTO `haikuwp_options` VALUES +(1,'cron','a:17:{i:1777986626;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1777986639;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1777986755;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1777986756;a:2:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1777986757;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1777986767;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1777987032;a:2:{s:45:\"woocommerce_marketplace_cron_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:26:\"rediscache_discard_metrics\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1777988314;a:2:{s:19:\"update_wms_statuses\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:17:\"check_wms_license\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1778011850;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778011853;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778015439;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778017239;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778019039;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778047726;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778443905;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1778530239;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'), +(2,'siteurl','https://haikuatelier.fr.ddev.site/wp','on'), +(3,'home','https://haikuatelier.fr.ddev.site/wp','on'), +(4,'blogname','Haiku Atelier','on'), +(5,'blogdescription','Handcrafted, poetic & minimalist silver jewelry.','on'), +(6,'users_can_register','0','on'), +(7,'admin_email','haiku.atelier@gmail.com','on'), +(8,'start_of_week','1','on'), +(9,'use_balanceTags','0','on'), +(10,'use_smilies','1','on'), +(11,'require_name_email','1','on'), +(12,'comments_notify','1','on'), +(13,'posts_per_rss','10','on'), +(14,'rss_use_excerpt','1','on'), +(15,'mailserver_url','mail.example.com','on'), +(16,'mailserver_login','login@example.com','on'), +(17,'mailserver_pass','password','on'), +(18,'mailserver_port','110','on'), +(19,'default_category','1','on'), +(20,'default_comment_status','open','on'), +(21,'default_ping_status','open','on'), +(22,'default_pingback_flag','1','on'), +(23,'posts_per_page','10','on'), +(24,'date_format','Y-m-d','on'), +(25,'time_format','H:i','on'), +(26,'links_updated_date_format','d F Y G\\hi','on'), +(27,'comment_moderation','0','on'), +(28,'moderation_notify','1','on'), +(29,'permalink_structure','/%postname%/','on'), +(31,'hack_file','0','on'), +(32,'blog_charset','UTF-8','on'), +(33,'moderation_keys','','off'), +(34,'active_plugins','a:7:{i:0;s:17:\"falcon/falcon.php\";i:1;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:2;s:27:\"redis-cache/redis-cache.php\";i:3;s:37:\"wc-multishipping/wc-multishipping.php\";i:4;s:27:\"woocommerce/woocommerce.php\";i:5;s:35:\"wp-mail-logging/wp-mail-logging.php\";i:6;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}','on'), +(35,'category_base','/category','on'), +(36,'ping_sites','https://rpc.pingomatic.com/','on'), +(37,'comment_max_links','2','on'), +(38,'gmt_offset','','on'), +(39,'default_email_category','1','on'), +(40,'recently_edited','','off'), +(41,'template','haiku-atelier-2024','on'), +(42,'stylesheet','haiku-atelier-2024','on'), +(43,'comment_registration','0','on'), +(44,'html_type','text/html','on'), +(45,'use_trackback','0','on'), +(46,'default_role','customer','on'), +(47,'db_version','60717','on'), +(48,'uploads_use_yearmonth_folders','1','on'), +(49,'upload_path','','on'), +(50,'blog_public','1','on'), +(51,'default_link_category','2','on'), +(52,'show_on_front','page','on'), +(53,'tag_base','/tag','on'), +(54,'show_avatars','1','on'), +(55,'avatar_rating','G','on'), +(56,'upload_url_path','','on'), +(57,'thumbnail_size_w','300','on'), +(58,'thumbnail_size_h','300','on'), +(59,'thumbnail_crop','1','on'), +(60,'medium_size_w','9999','on'), +(61,'medium_size_h','9999','on'), +(62,'avatar_default','mystery','on'), +(63,'large_size_w','9999','on'), +(64,'large_size_h','9999','on'), +(65,'image_default_link_type','','on'), +(66,'image_default_size','','on'), +(67,'image_default_align','','on'), +(68,'close_comments_for_old_posts','0','on'), +(69,'close_comments_days_old','14','on'), +(70,'thread_comments','1','on'), +(71,'thread_comments_depth','5','on'), +(72,'page_comments','0','on'), +(73,'comments_per_page','50','on'), +(74,'default_comments_page','newest','on'), +(75,'comment_order','asc','on'), +(76,'sticky_posts','a:0:{}','on'), +(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), +(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), +(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), +(80,'uninstall_plugins','a:0:{}','off'), +(81,'timezone_string','Europe/Brussels','on'), +(82,'page_for_posts','0','on'), +(83,'page_on_front','13','on'), +(84,'default_post_format','0','on'), +(85,'link_manager_enabled','0','on'), +(86,'finished_splitting_shared_terms','1','on'), +(87,'site_icon','0','on'), +(88,'medium_large_size_w','768','on'), +(89,'medium_large_size_h','0','on'), +(90,'wp_page_for_privacy_policy','3','on'), +(91,'show_comments_cookies_opt_in','1','on'), +(92,'admin_email_lifespan','1738354239','on'), +(93,'disallowed_keys','','off'), +(94,'comment_previously_approved','1','on'), +(95,'auto_plugin_theme_update_emails','a:0:{}','off'), +(96,'auto_update_core_dev','enabled','on'), +(97,'auto_update_core_minor','enabled','on'), +(98,'auto_update_core_major','enabled','on'), +(99,'wp_force_deactivated_plugins','a:0:{}','off'), +(100,'wp_attachment_pages_enabled','0','on'), +(101,'initial_db_version','57155','on'), +(102,'haikuwp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:115:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:16:\"create_customers\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:16:\"create_customers\";b:1;}}}','auto'), +(103,'fresh_site','0','off'), +(104,'WPLANG','en_GB','auto'), +(105,'user_count','2','off'), +(106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:159:\"

Articles récents

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

Commentaires récents

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

Archives

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

Catégories

\";}s:12:\"_multiwidget\";i:1;}','auto'), +(107,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','auto'), +(108,'bedrock_autoloader','a:2:{s:7:\"plugins\";a:1:{s:55:\"bedrock-disallow-indexing/bedrock-disallow-indexing.php\";a:15:{s:4:\"Name\";s:17:\"Disallow Indexing\";s:9:\"PluginURI\";s:25:\"https://roots.io/bedrock/\";s:7:\"Version\";s:5:\"2.0.0\";s:11:\"Description\";s:62:\"Disallow indexing of your site on non-production environments.\";s:6:\"Author\";s:5:\"Roots\";s:9:\"AuthorURI\";s:17:\"https://roots.io/\";s:10:\"TextDomain\";s:5:\"roots\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:17:\"Disallow Indexing\";s:10:\"AuthorName\";s:5:\"Roots\";}}s:5:\"count\";i:1;}','off'), +(109,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(110,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(111,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(112,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(113,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(114,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(115,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(116,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(117,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(118,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(119,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(120,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(121,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(122,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(123,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.6.1\";s:5:\"files\";a:496:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:29:\"comment-content/style-rtl.css\";i:77;s:33:\"comment-content/style-rtl.min.css\";i:78;s:25:\"comment-content/style.css\";i:79;s:29:\"comment-content/style.min.css\";i:80;s:30:\"comment-template/style-rtl.css\";i:81;s:34:\"comment-template/style-rtl.min.css\";i:82;s:26:\"comment-template/style.css\";i:83;s:30:\"comment-template/style.min.css\";i:84;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:85;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:86;s:38:\"comments-pagination-numbers/editor.css\";i:87;s:42:\"comments-pagination-numbers/editor.min.css\";i:88;s:34:\"comments-pagination/editor-rtl.css\";i:89;s:38:\"comments-pagination/editor-rtl.min.css\";i:90;s:30:\"comments-pagination/editor.css\";i:91;s:34:\"comments-pagination/editor.min.css\";i:92;s:33:\"comments-pagination/style-rtl.css\";i:93;s:37:\"comments-pagination/style-rtl.min.css\";i:94;s:29:\"comments-pagination/style.css\";i:95;s:33:\"comments-pagination/style.min.css\";i:96;s:29:\"comments-title/editor-rtl.css\";i:97;s:33:\"comments-title/editor-rtl.min.css\";i:98;s:25:\"comments-title/editor.css\";i:99;s:29:\"comments-title/editor.min.css\";i:100;s:23:\"comments/editor-rtl.css\";i:101;s:27:\"comments/editor-rtl.min.css\";i:102;s:19:\"comments/editor.css\";i:103;s:23:\"comments/editor.min.css\";i:104;s:22:\"comments/style-rtl.css\";i:105;s:26:\"comments/style-rtl.min.css\";i:106;s:18:\"comments/style.css\";i:107;s:22:\"comments/style.min.css\";i:108;s:20:\"cover/editor-rtl.css\";i:109;s:24:\"cover/editor-rtl.min.css\";i:110;s:16:\"cover/editor.css\";i:111;s:20:\"cover/editor.min.css\";i:112;s:19:\"cover/style-rtl.css\";i:113;s:23:\"cover/style-rtl.min.css\";i:114;s:15:\"cover/style.css\";i:115;s:19:\"cover/style.min.css\";i:116;s:22:\"details/editor-rtl.css\";i:117;s:26:\"details/editor-rtl.min.css\";i:118;s:18:\"details/editor.css\";i:119;s:22:\"details/editor.min.css\";i:120;s:21:\"details/style-rtl.css\";i:121;s:25:\"details/style-rtl.min.css\";i:122;s:17:\"details/style.css\";i:123;s:21:\"details/style.min.css\";i:124;s:20:\"embed/editor-rtl.css\";i:125;s:24:\"embed/editor-rtl.min.css\";i:126;s:16:\"embed/editor.css\";i:127;s:20:\"embed/editor.min.css\";i:128;s:19:\"embed/style-rtl.css\";i:129;s:23:\"embed/style-rtl.min.css\";i:130;s:15:\"embed/style.css\";i:131;s:19:\"embed/style.min.css\";i:132;s:19:\"embed/theme-rtl.css\";i:133;s:23:\"embed/theme-rtl.min.css\";i:134;s:15:\"embed/theme.css\";i:135;s:19:\"embed/theme.min.css\";i:136;s:19:\"file/editor-rtl.css\";i:137;s:23:\"file/editor-rtl.min.css\";i:138;s:15:\"file/editor.css\";i:139;s:19:\"file/editor.min.css\";i:140;s:18:\"file/style-rtl.css\";i:141;s:22:\"file/style-rtl.min.css\";i:142;s:14:\"file/style.css\";i:143;s:18:\"file/style.min.css\";i:144;s:23:\"footnotes/style-rtl.css\";i:145;s:27:\"footnotes/style-rtl.min.css\";i:146;s:19:\"footnotes/style.css\";i:147;s:23:\"footnotes/style.min.css\";i:148;s:23:\"freeform/editor-rtl.css\";i:149;s:27:\"freeform/editor-rtl.min.css\";i:150;s:19:\"freeform/editor.css\";i:151;s:23:\"freeform/editor.min.css\";i:152;s:22:\"gallery/editor-rtl.css\";i:153;s:26:\"gallery/editor-rtl.min.css\";i:154;s:18:\"gallery/editor.css\";i:155;s:22:\"gallery/editor.min.css\";i:156;s:21:\"gallery/style-rtl.css\";i:157;s:25:\"gallery/style-rtl.min.css\";i:158;s:17:\"gallery/style.css\";i:159;s:21:\"gallery/style.min.css\";i:160;s:21:\"gallery/theme-rtl.css\";i:161;s:25:\"gallery/theme-rtl.min.css\";i:162;s:17:\"gallery/theme.css\";i:163;s:21:\"gallery/theme.min.css\";i:164;s:20:\"group/editor-rtl.css\";i:165;s:24:\"group/editor-rtl.min.css\";i:166;s:16:\"group/editor.css\";i:167;s:20:\"group/editor.min.css\";i:168;s:19:\"group/style-rtl.css\";i:169;s:23:\"group/style-rtl.min.css\";i:170;s:15:\"group/style.css\";i:171;s:19:\"group/style.min.css\";i:172;s:19:\"group/theme-rtl.css\";i:173;s:23:\"group/theme-rtl.min.css\";i:174;s:15:\"group/theme.css\";i:175;s:19:\"group/theme.min.css\";i:176;s:21:\"heading/style-rtl.css\";i:177;s:25:\"heading/style-rtl.min.css\";i:178;s:17:\"heading/style.css\";i:179;s:21:\"heading/style.min.css\";i:180;s:19:\"html/editor-rtl.css\";i:181;s:23:\"html/editor-rtl.min.css\";i:182;s:15:\"html/editor.css\";i:183;s:19:\"html/editor.min.css\";i:184;s:20:\"image/editor-rtl.css\";i:185;s:24:\"image/editor-rtl.min.css\";i:186;s:16:\"image/editor.css\";i:187;s:20:\"image/editor.min.css\";i:188;s:19:\"image/style-rtl.css\";i:189;s:23:\"image/style-rtl.min.css\";i:190;s:15:\"image/style.css\";i:191;s:19:\"image/style.min.css\";i:192;s:19:\"image/theme-rtl.css\";i:193;s:23:\"image/theme-rtl.min.css\";i:194;s:15:\"image/theme.css\";i:195;s:19:\"image/theme.min.css\";i:196;s:29:\"latest-comments/style-rtl.css\";i:197;s:33:\"latest-comments/style-rtl.min.css\";i:198;s:25:\"latest-comments/style.css\";i:199;s:29:\"latest-comments/style.min.css\";i:200;s:27:\"latest-posts/editor-rtl.css\";i:201;s:31:\"latest-posts/editor-rtl.min.css\";i:202;s:23:\"latest-posts/editor.css\";i:203;s:27:\"latest-posts/editor.min.css\";i:204;s:26:\"latest-posts/style-rtl.css\";i:205;s:30:\"latest-posts/style-rtl.min.css\";i:206;s:22:\"latest-posts/style.css\";i:207;s:26:\"latest-posts/style.min.css\";i:208;s:18:\"list/style-rtl.css\";i:209;s:22:\"list/style-rtl.min.css\";i:210;s:14:\"list/style.css\";i:211;s:18:\"list/style.min.css\";i:212;s:25:\"media-text/editor-rtl.css\";i:213;s:29:\"media-text/editor-rtl.min.css\";i:214;s:21:\"media-text/editor.css\";i:215;s:25:\"media-text/editor.min.css\";i:216;s:24:\"media-text/style-rtl.css\";i:217;s:28:\"media-text/style-rtl.min.css\";i:218;s:20:\"media-text/style.css\";i:219;s:24:\"media-text/style.min.css\";i:220;s:19:\"more/editor-rtl.css\";i:221;s:23:\"more/editor-rtl.min.css\";i:222;s:15:\"more/editor.css\";i:223;s:19:\"more/editor.min.css\";i:224;s:30:\"navigation-link/editor-rtl.css\";i:225;s:34:\"navigation-link/editor-rtl.min.css\";i:226;s:26:\"navigation-link/editor.css\";i:227;s:30:\"navigation-link/editor.min.css\";i:228;s:29:\"navigation-link/style-rtl.css\";i:229;s:33:\"navigation-link/style-rtl.min.css\";i:230;s:25:\"navigation-link/style.css\";i:231;s:29:\"navigation-link/style.min.css\";i:232;s:33:\"navigation-submenu/editor-rtl.css\";i:233;s:37:\"navigation-submenu/editor-rtl.min.css\";i:234;s:29:\"navigation-submenu/editor.css\";i:235;s:33:\"navigation-submenu/editor.min.css\";i:236;s:25:\"navigation/editor-rtl.css\";i:237;s:29:\"navigation/editor-rtl.min.css\";i:238;s:21:\"navigation/editor.css\";i:239;s:25:\"navigation/editor.min.css\";i:240;s:24:\"navigation/style-rtl.css\";i:241;s:28:\"navigation/style-rtl.min.css\";i:242;s:20:\"navigation/style.css\";i:243;s:24:\"navigation/style.min.css\";i:244;s:23:\"nextpage/editor-rtl.css\";i:245;s:27:\"nextpage/editor-rtl.min.css\";i:246;s:19:\"nextpage/editor.css\";i:247;s:23:\"nextpage/editor.min.css\";i:248;s:24:\"page-list/editor-rtl.css\";i:249;s:28:\"page-list/editor-rtl.min.css\";i:250;s:20:\"page-list/editor.css\";i:251;s:24:\"page-list/editor.min.css\";i:252;s:23:\"page-list/style-rtl.css\";i:253;s:27:\"page-list/style-rtl.min.css\";i:254;s:19:\"page-list/style.css\";i:255;s:23:\"page-list/style.min.css\";i:256;s:24:\"paragraph/editor-rtl.css\";i:257;s:28:\"paragraph/editor-rtl.min.css\";i:258;s:20:\"paragraph/editor.css\";i:259;s:24:\"paragraph/editor.min.css\";i:260;s:23:\"paragraph/style-rtl.css\";i:261;s:27:\"paragraph/style-rtl.min.css\";i:262;s:19:\"paragraph/style.css\";i:263;s:23:\"paragraph/style.min.css\";i:264;s:25:\"post-author/style-rtl.css\";i:265;s:29:\"post-author/style-rtl.min.css\";i:266;s:21:\"post-author/style.css\";i:267;s:25:\"post-author/style.min.css\";i:268;s:33:\"post-comments-form/editor-rtl.css\";i:269;s:37:\"post-comments-form/editor-rtl.min.css\";i:270;s:29:\"post-comments-form/editor.css\";i:271;s:33:\"post-comments-form/editor.min.css\";i:272;s:32:\"post-comments-form/style-rtl.css\";i:273;s:36:\"post-comments-form/style-rtl.min.css\";i:274;s:28:\"post-comments-form/style.css\";i:275;s:32:\"post-comments-form/style.min.css\";i:276;s:27:\"post-content/editor-rtl.css\";i:277;s:31:\"post-content/editor-rtl.min.css\";i:278;s:23:\"post-content/editor.css\";i:279;s:27:\"post-content/editor.min.css\";i:280;s:23:\"post-date/style-rtl.css\";i:281;s:27:\"post-date/style-rtl.min.css\";i:282;s:19:\"post-date/style.css\";i:283;s:23:\"post-date/style.min.css\";i:284;s:27:\"post-excerpt/editor-rtl.css\";i:285;s:31:\"post-excerpt/editor-rtl.min.css\";i:286;s:23:\"post-excerpt/editor.css\";i:287;s:27:\"post-excerpt/editor.min.css\";i:288;s:26:\"post-excerpt/style-rtl.css\";i:289;s:30:\"post-excerpt/style-rtl.min.css\";i:290;s:22:\"post-excerpt/style.css\";i:291;s:26:\"post-excerpt/style.min.css\";i:292;s:34:\"post-featured-image/editor-rtl.css\";i:293;s:38:\"post-featured-image/editor-rtl.min.css\";i:294;s:30:\"post-featured-image/editor.css\";i:295;s:34:\"post-featured-image/editor.min.css\";i:296;s:33:\"post-featured-image/style-rtl.css\";i:297;s:37:\"post-featured-image/style-rtl.min.css\";i:298;s:29:\"post-featured-image/style.css\";i:299;s:33:\"post-featured-image/style.min.css\";i:300;s:34:\"post-navigation-link/style-rtl.css\";i:301;s:38:\"post-navigation-link/style-rtl.min.css\";i:302;s:30:\"post-navigation-link/style.css\";i:303;s:34:\"post-navigation-link/style.min.css\";i:304;s:28:\"post-template/editor-rtl.css\";i:305;s:32:\"post-template/editor-rtl.min.css\";i:306;s:24:\"post-template/editor.css\";i:307;s:28:\"post-template/editor.min.css\";i:308;s:27:\"post-template/style-rtl.css\";i:309;s:31:\"post-template/style-rtl.min.css\";i:310;s:23:\"post-template/style.css\";i:311;s:27:\"post-template/style.min.css\";i:312;s:24:\"post-terms/style-rtl.css\";i:313;s:28:\"post-terms/style-rtl.min.css\";i:314;s:20:\"post-terms/style.css\";i:315;s:24:\"post-terms/style.min.css\";i:316;s:24:\"post-title/style-rtl.css\";i:317;s:28:\"post-title/style-rtl.min.css\";i:318;s:20:\"post-title/style.css\";i:319;s:24:\"post-title/style.min.css\";i:320;s:26:\"preformatted/style-rtl.css\";i:321;s:30:\"preformatted/style-rtl.min.css\";i:322;s:22:\"preformatted/style.css\";i:323;s:26:\"preformatted/style.min.css\";i:324;s:24:\"pullquote/editor-rtl.css\";i:325;s:28:\"pullquote/editor-rtl.min.css\";i:326;s:20:\"pullquote/editor.css\";i:327;s:24:\"pullquote/editor.min.css\";i:328;s:23:\"pullquote/style-rtl.css\";i:329;s:27:\"pullquote/style-rtl.min.css\";i:330;s:19:\"pullquote/style.css\";i:331;s:23:\"pullquote/style.min.css\";i:332;s:23:\"pullquote/theme-rtl.css\";i:333;s:27:\"pullquote/theme-rtl.min.css\";i:334;s:19:\"pullquote/theme.css\";i:335;s:23:\"pullquote/theme.min.css\";i:336;s:39:\"query-pagination-numbers/editor-rtl.css\";i:337;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:338;s:35:\"query-pagination-numbers/editor.css\";i:339;s:39:\"query-pagination-numbers/editor.min.css\";i:340;s:31:\"query-pagination/editor-rtl.css\";i:341;s:35:\"query-pagination/editor-rtl.min.css\";i:342;s:27:\"query-pagination/editor.css\";i:343;s:31:\"query-pagination/editor.min.css\";i:344;s:30:\"query-pagination/style-rtl.css\";i:345;s:34:\"query-pagination/style-rtl.min.css\";i:346;s:26:\"query-pagination/style.css\";i:347;s:30:\"query-pagination/style.min.css\";i:348;s:25:\"query-title/style-rtl.css\";i:349;s:29:\"query-title/style-rtl.min.css\";i:350;s:21:\"query-title/style.css\";i:351;s:25:\"query-title/style.min.css\";i:352;s:20:\"query/editor-rtl.css\";i:353;s:24:\"query/editor-rtl.min.css\";i:354;s:16:\"query/editor.css\";i:355;s:20:\"query/editor.min.css\";i:356;s:19:\"quote/style-rtl.css\";i:357;s:23:\"quote/style-rtl.min.css\";i:358;s:15:\"quote/style.css\";i:359;s:19:\"quote/style.min.css\";i:360;s:19:\"quote/theme-rtl.css\";i:361;s:23:\"quote/theme-rtl.min.css\";i:362;s:15:\"quote/theme.css\";i:363;s:19:\"quote/theme.min.css\";i:364;s:23:\"read-more/style-rtl.css\";i:365;s:27:\"read-more/style-rtl.min.css\";i:366;s:19:\"read-more/style.css\";i:367;s:23:\"read-more/style.min.css\";i:368;s:18:\"rss/editor-rtl.css\";i:369;s:22:\"rss/editor-rtl.min.css\";i:370;s:14:\"rss/editor.css\";i:371;s:18:\"rss/editor.min.css\";i:372;s:17:\"rss/style-rtl.css\";i:373;s:21:\"rss/style-rtl.min.css\";i:374;s:13:\"rss/style.css\";i:375;s:17:\"rss/style.min.css\";i:376;s:21:\"search/editor-rtl.css\";i:377;s:25:\"search/editor-rtl.min.css\";i:378;s:17:\"search/editor.css\";i:379;s:21:\"search/editor.min.css\";i:380;s:20:\"search/style-rtl.css\";i:381;s:24:\"search/style-rtl.min.css\";i:382;s:16:\"search/style.css\";i:383;s:20:\"search/style.min.css\";i:384;s:20:\"search/theme-rtl.css\";i:385;s:24:\"search/theme-rtl.min.css\";i:386;s:16:\"search/theme.css\";i:387;s:20:\"search/theme.min.css\";i:388;s:24:\"separator/editor-rtl.css\";i:389;s:28:\"separator/editor-rtl.min.css\";i:390;s:20:\"separator/editor.css\";i:391;s:24:\"separator/editor.min.css\";i:392;s:23:\"separator/style-rtl.css\";i:393;s:27:\"separator/style-rtl.min.css\";i:394;s:19:\"separator/style.css\";i:395;s:23:\"separator/style.min.css\";i:396;s:23:\"separator/theme-rtl.css\";i:397;s:27:\"separator/theme-rtl.min.css\";i:398;s:19:\"separator/theme.css\";i:399;s:23:\"separator/theme.min.css\";i:400;s:24:\"shortcode/editor-rtl.css\";i:401;s:28:\"shortcode/editor-rtl.min.css\";i:402;s:20:\"shortcode/editor.css\";i:403;s:24:\"shortcode/editor.min.css\";i:404;s:24:\"site-logo/editor-rtl.css\";i:405;s:28:\"site-logo/editor-rtl.min.css\";i:406;s:20:\"site-logo/editor.css\";i:407;s:24:\"site-logo/editor.min.css\";i:408;s:23:\"site-logo/style-rtl.css\";i:409;s:27:\"site-logo/style-rtl.min.css\";i:410;s:19:\"site-logo/style.css\";i:411;s:23:\"site-logo/style.min.css\";i:412;s:27:\"site-tagline/editor-rtl.css\";i:413;s:31:\"site-tagline/editor-rtl.min.css\";i:414;s:23:\"site-tagline/editor.css\";i:415;s:27:\"site-tagline/editor.min.css\";i:416;s:25:\"site-title/editor-rtl.css\";i:417;s:29:\"site-title/editor-rtl.min.css\";i:418;s:21:\"site-title/editor.css\";i:419;s:25:\"site-title/editor.min.css\";i:420;s:24:\"site-title/style-rtl.css\";i:421;s:28:\"site-title/style-rtl.min.css\";i:422;s:20:\"site-title/style.css\";i:423;s:24:\"site-title/style.min.css\";i:424;s:26:\"social-link/editor-rtl.css\";i:425;s:30:\"social-link/editor-rtl.min.css\";i:426;s:22:\"social-link/editor.css\";i:427;s:26:\"social-link/editor.min.css\";i:428;s:27:\"social-links/editor-rtl.css\";i:429;s:31:\"social-links/editor-rtl.min.css\";i:430;s:23:\"social-links/editor.css\";i:431;s:27:\"social-links/editor.min.css\";i:432;s:26:\"social-links/style-rtl.css\";i:433;s:30:\"social-links/style-rtl.min.css\";i:434;s:22:\"social-links/style.css\";i:435;s:26:\"social-links/style.min.css\";i:436;s:21:\"spacer/editor-rtl.css\";i:437;s:25:\"spacer/editor-rtl.min.css\";i:438;s:17:\"spacer/editor.css\";i:439;s:21:\"spacer/editor.min.css\";i:440;s:20:\"spacer/style-rtl.css\";i:441;s:24:\"spacer/style-rtl.min.css\";i:442;s:16:\"spacer/style.css\";i:443;s:20:\"spacer/style.min.css\";i:444;s:20:\"table/editor-rtl.css\";i:445;s:24:\"table/editor-rtl.min.css\";i:446;s:16:\"table/editor.css\";i:447;s:20:\"table/editor.min.css\";i:448;s:19:\"table/style-rtl.css\";i:449;s:23:\"table/style-rtl.min.css\";i:450;s:15:\"table/style.css\";i:451;s:19:\"table/style.min.css\";i:452;s:19:\"table/theme-rtl.css\";i:453;s:23:\"table/theme-rtl.min.css\";i:454;s:15:\"table/theme.css\";i:455;s:19:\"table/theme.min.css\";i:456;s:23:\"tag-cloud/style-rtl.css\";i:457;s:27:\"tag-cloud/style-rtl.min.css\";i:458;s:19:\"tag-cloud/style.css\";i:459;s:23:\"tag-cloud/style.min.css\";i:460;s:28:\"template-part/editor-rtl.css\";i:461;s:32:\"template-part/editor-rtl.min.css\";i:462;s:24:\"template-part/editor.css\";i:463;s:28:\"template-part/editor.min.css\";i:464;s:27:\"template-part/theme-rtl.css\";i:465;s:31:\"template-part/theme-rtl.min.css\";i:466;s:23:\"template-part/theme.css\";i:467;s:27:\"template-part/theme.min.css\";i:468;s:30:\"term-description/style-rtl.css\";i:469;s:34:\"term-description/style-rtl.min.css\";i:470;s:26:\"term-description/style.css\";i:471;s:30:\"term-description/style.min.css\";i:472;s:27:\"text-columns/editor-rtl.css\";i:473;s:31:\"text-columns/editor-rtl.min.css\";i:474;s:23:\"text-columns/editor.css\";i:475;s:27:\"text-columns/editor.min.css\";i:476;s:26:\"text-columns/style-rtl.css\";i:477;s:30:\"text-columns/style-rtl.min.css\";i:478;s:22:\"text-columns/style.css\";i:479;s:26:\"text-columns/style.min.css\";i:480;s:19:\"verse/style-rtl.css\";i:481;s:23:\"verse/style-rtl.min.css\";i:482;s:15:\"verse/style.css\";i:483;s:19:\"verse/style.min.css\";i:484;s:20:\"video/editor-rtl.css\";i:485;s:24:\"video/editor-rtl.min.css\";i:486;s:16:\"video/editor.css\";i:487;s:20:\"video/editor.min.css\";i:488;s:19:\"video/style-rtl.css\";i:489;s:23:\"video/style-rtl.min.css\";i:490;s:15:\"video/style.css\";i:491;s:19:\"video/style.min.css\";i:492;s:19:\"video/theme-rtl.css\";i:493;s:23:\"video/theme-rtl.min.css\";i:494;s:15:\"video/theme.css\";i:495;s:19:\"video/theme.min.css\";}}','on'), +(127,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1722802261;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'), +(153,'current_theme','','auto'), +(154,'theme_mods_haiku-atelier-2024','a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:14:\"lien_instagram\";s:39:\"https://www.instagram.com/haiku.atelier\";s:26:\"texte_conditions_livraison\";s:450:\"Products will be shipped to you within 14 days after the order has been placed, depending on stock and complexity of production. However, we strive to prepare your order for the quickest delivery possible.\n\nFor return inquiries, please contact us within 14 days after the item\'s reception.\";s:23:\"texte_entretien_produit\";s:404:\"Our jewelry are waterproof but it is preferable to avoid contact with perfume, beauty products, cleaning products, especially for your gold plated pieces.\n\nWipe dry with a soft cloth.\n\nPlease contact us for after sale services. Haiku pieces are guaranteed for a year. We can also repair your pieces after the year guarantee, the cost will depend on each case.\";s:21:\"sample_tinymce_editor\";s:8:\"zozozozo\";s:13:\"lien_facebook\";s:38:\"https://www.facebook.com/haiku.atelier\";s:14:\"lien_pinterest\";s:38:\"https://www.pinterest.com/haikuatelier\";}','on'), +(155,'theme_switched','','auto'), +(163,'finished_updating_comment_type','1','auto'), +(211,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'), +(212,'recently_activated','a:0:{}','off'), +(215,'polylang','a:14:{s:7:\"browser\";b:1;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:1;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";b:1;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:5:\"3.6.4\";s:16:\"first_activation\";i:1722863554;s:12:\"default_lang\";s:2:\"en\";}','auto'), +(216,'polylang_wpml_strings','a:0:{}','auto'), +(217,'action_scheduler_hybrid_store_demarkation','6','auto'), +(218,'schema-ActionScheduler_StoreSchema','8.0.1755587404','auto'), +(219,'schema-ActionScheduler_LoggerSchema','3.0.1722863555','auto'), +(222,'woocommerce_newly_installed','no','auto'), +(223,'woocommerce_schema_version','920','auto'), +(224,'woocommerce_store_address','','on'), +(225,'woocommerce_store_address_2','','on'), +(226,'woocommerce_store_city','','on'), +(227,'woocommerce_default_country','BE','on'), +(228,'woocommerce_store_postcode','','on'), +(229,'woocommerce_allowed_countries','all','on'), +(230,'woocommerce_all_except_countries','a:0:{}','on'), +(231,'woocommerce_specific_allowed_countries','a:0:{}','on'), +(232,'woocommerce_ship_to_countries','','on'), +(233,'woocommerce_specific_ship_to_countries','a:0:{}','on'), +(234,'woocommerce_default_customer_address','base','on'), +(235,'woocommerce_calc_taxes','no','on'), +(236,'woocommerce_enable_coupons','yes','on'), +(237,'woocommerce_calc_discounts_sequentially','no','off'), +(238,'woocommerce_currency','EUR','on'), +(239,'woocommerce_currency_pos','left_space','on'), +(240,'woocommerce_price_thousand_sep','.','on'), +(241,'woocommerce_price_decimal_sep',',','on'), +(242,'woocommerce_price_num_decimals','2','on'), +(243,'woocommerce_shop_page_id','14','on'), +(244,'woocommerce_cart_redirect_after_add','no','on'), +(245,'woocommerce_enable_ajax_add_to_cart','yes','on'), +(246,'woocommerce_placeholder_image','1921','on'), +(247,'woocommerce_weight_unit','kg','on'), +(248,'woocommerce_dimension_unit','cm','on'), +(249,'woocommerce_enable_reviews','no','on'), +(250,'woocommerce_review_rating_verification_label','no','off'), +(251,'woocommerce_review_rating_verification_required','no','off'), +(252,'woocommerce_enable_review_rating','no','on'), +(253,'woocommerce_review_rating_required','no','off'), +(254,'woocommerce_manage_stock','yes','on'), +(255,'woocommerce_hold_stock_minutes','60','off'), +(256,'woocommerce_notify_low_stock','yes','off'), +(257,'woocommerce_notify_no_stock','yes','off'), +(258,'woocommerce_stock_email_recipient','contact@gcch.fr','off'), +(259,'woocommerce_notify_low_stock_amount','2','off'), +(260,'woocommerce_notify_no_stock_amount','0','on'), +(261,'woocommerce_hide_out_of_stock_items','no','on'), +(262,'woocommerce_stock_format','','on'), +(263,'woocommerce_file_download_method','force','off'), +(264,'woocommerce_downloads_redirect_fallback_allowed','no','off'), +(265,'woocommerce_downloads_require_login','no','off'), +(266,'woocommerce_downloads_grant_access_after_payment','yes','off'), +(267,'woocommerce_downloads_deliver_inline','','off'), +(268,'woocommerce_downloads_add_hash_to_filename','yes','on'), +(270,'woocommerce_attribute_lookup_direct_updates','no','on'), +(271,'woocommerce_attribute_lookup_optimized_updates','no','on'), +(272,'woocommerce_product_match_featured_image_by_sku','no','on'), +(273,'woocommerce_prices_include_tax','no','on'), +(274,'woocommerce_tax_based_on','shipping','on'), +(275,'woocommerce_shipping_tax_class','inherit','on'), +(276,'woocommerce_tax_round_at_subtotal','no','on'), +(277,'woocommerce_tax_classes','','on'), +(278,'woocommerce_tax_display_shop','excl','on'), +(279,'woocommerce_tax_display_cart','excl','on'), +(280,'woocommerce_price_display_suffix','','on'), +(281,'woocommerce_tax_total_display','itemized','off'), +(282,'woocommerce_enable_shipping_calc','yes','off'), +(283,'woocommerce_shipping_cost_requires_address','no','on'), +(284,'woocommerce_ship_to_destination','shipping','off'), +(285,'woocommerce_shipping_debug_mode','no','on'), +(286,'woocommerce_enable_guest_checkout','yes','off'), +(287,'woocommerce_enable_checkout_login_reminder','yes','off'), +(288,'woocommerce_enable_signup_and_login_from_checkout','no','off'), +(289,'woocommerce_enable_myaccount_registration','no','off'), +(290,'woocommerce_registration_generate_username','no','off'), +(291,'woocommerce_registration_generate_password','no','off'), +(292,'woocommerce_erasure_request_removes_order_data','yes','off'), +(293,'woocommerce_erasure_request_removes_download_data','yes','off'), +(294,'woocommerce_allow_bulk_remove_personal_data','yes','off'), +(295,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','on'), +(296,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','on'), +(297,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'), +(298,'woocommerce_trash_pending_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','off'), +(299,'woocommerce_trash_failed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','off'), +(300,'woocommerce_trash_cancelled_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','off'), +(301,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'), +(302,'woocommerce_email_from_name','Haiku Atelier','off'), +(303,'woocommerce_email_from_address','haiku.atelier@gmail.com','off'), +(304,'woocommerce_email_header_image','','off'), +(305,'woocommerce_email_footer_text','{site_title}','off'), +(306,'woocommerce_email_base_color','#720eec','off'), +(307,'woocommerce_email_background_color','#f7f7f7','off'), +(308,'woocommerce_email_body_background_color','#ffffff','off'), +(309,'woocommerce_email_text_color','#3c3c3c','off'), +(310,'woocommerce_merchant_email_notifications','no','off'), +(311,'woocommerce_cart_page_id','16','on'), +(312,'woocommerce_checkout_page_id','17','on'), +(313,'woocommerce_myaccount_page_id','15','on'), +(314,'woocommerce_terms_page_id','19','on'), +(315,'woocommerce_checkout_pay_endpoint','order-pay','on'), +(316,'woocommerce_checkout_order_received_endpoint','order-received','on'), +(317,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','on'), +(318,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','on'), +(319,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','on'), +(320,'woocommerce_myaccount_orders_endpoint','orders','on'), +(321,'woocommerce_myaccount_view_order_endpoint','view-order','on'), +(322,'woocommerce_myaccount_downloads_endpoint','downloads','on'), +(323,'woocommerce_myaccount_edit_account_endpoint','edit-account','on'), +(324,'woocommerce_myaccount_edit_address_endpoint','edit-address','on'), +(325,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','on'), +(326,'woocommerce_myaccount_lost_password_endpoint','lost-password','on'), +(327,'woocommerce_logout_endpoint','customer-logout','on'), +(328,'woocommerce_api_enabled','no','on'), +(329,'woocommerce_allow_tracking','no','on'), +(330,'woocommerce_show_marketplace_suggestions','no','on'), +(331,'woocommerce_custom_orders_table_enabled','yes','on'), +(332,'woocommerce_analytics_enabled','yes','on'), +(333,'woocommerce_feature_order_attribution_enabled','','on'), +(334,'woocommerce_feature_product_block_editor_enabled','no','on'), +(335,'woocommerce_hpos_fts_index_enabled','no','on'), +(336,'woocommerce_single_image_width','600','on'), +(337,'woocommerce_thumbnail_image_width','300','on'), +(338,'woocommerce_checkout_highlight_required_fields','yes','on'), +(339,'woocommerce_demo_store','no','off'), +(340,'wc_downloads_approved_directories_mode','enabled','auto'), +(341,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','auto'), +(342,'current_theme_supports_woocommerce','yes','auto'), +(343,'woocommerce_queue_flush_rewrite_rules','no','auto'), +(347,'default_product_cat','15','auto'), +(349,'woocommerce_refund_returns_page_id','11','auto'), +(352,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:15:\"contact@gcch.fr\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:15:\"contact@gcch.fr\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','on'), +(353,'woocommerce_version','10.7.0','auto'), +(354,'woocommerce_db_version','10.7.0','auto'), +(355,'woocommerce_store_id','e041283c-a0c6-45fe-8c78-d326f5284551','auto'), +(356,'woocommerce_admin_install_timestamp','1722863556','auto'), +(357,'woocommerce_inbox_variant_assignment','7','auto'), +(358,'woocommerce_remote_variant_assignment','102','auto'), +(363,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','on'), +(364,'action_scheduler_lock_async-request-runner','69f96fe3042180.75615064|1777954847','no'), +(365,'woocommerce_admin_notices','a:0:{}','auto'), +(366,'wc_blocks_version','11.8.0-dev','auto'), +(367,'jetpack_connection_active_plugins','a:1:{s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}','auto'), +(368,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"n9PIFnp4zKp5KnjKvWdyoOort7Umdclh\";}','on'), +(369,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','on'), +(370,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(371,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(372,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(373,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(374,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(375,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(376,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(377,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(378,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(379,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(380,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(381,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(382,'widget_polylang','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(391,'wcpay_was_in_use','no','auto'), +(400,'wc_admin_show_legacy_coupon_menu','0','auto'), +(401,'woocommerce_custom_orders_table_created','yes','auto'), +(404,'wc_blocks_db_schema_version','260','auto'), +(405,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}','off'), +(414,'jetpack_options','a:1:{s:14:\"last_heartbeat\";i:1777900494;}','auto'), +(415,'_transient_woocommerce_reports-transient-version','1750690595','on'), +(423,'_transient_product_query-transient-version','1750363871','on'), +(430,'category_children','a:0:{}','auto'), +(433,'pll_dismissed_notices','a:2:{i:0;s:6:\"wizard\";i:1;s:5:\"pllwc\";}','auto'), +(449,'woocommerce_task_list_tracked_completed_tasks','a:5:{i:0;s:17:\"launch-your-store\";i:1;s:8:\"products\";i:2;s:15:\"customize-store\";i:3;s:8:\"shipping\";i:4;s:15:\"review-shipping\";}','auto'), +(450,'woocommerce_onboarding_profile','a:9:{s:15:\"business_choice\";s:18:\"im_already_selling\";s:21:\"selling_online_answer\";s:21:\"yes_im_selling_online\";s:17:\"selling_platforms\";a:1:{i:0;s:3:\"wix\";}s:20:\"is_store_country_set\";b:1;s:8:\"industry\";a:1:{i:0;s:15:\"arts_and_crafts\";}s:18:\"is_agree_marketing\";b:0;s:11:\"store_email\";s:15:\"contact@gcch.fr\";s:9:\"completed\";b:1;s:23:\"is_plugins_page_skipped\";b:1;}','auto'), +(452,'woocommerce_coming_soon','no','auto'), +(453,'woocommerce_store_pages_only','no','auto'), +(454,'woocommerce_private_link','no','auto'), +(455,'woocommerce_share_key','F7pud5vmFEcHk1bhNgS9GiTlfxeNx7K4','auto'), +(479,'falcon','a:3:{s:8:\"features\";a:39:{i:0;s:12:\"no_gutenberg\";i:1;s:9:\"no_embeds\";i:2;s:11:\"no_comments\";i:3;s:14:\"no_comment_url\";i:4;s:12:\"no_revisions\";i:5;s:13:\"no_self_pings\";i:6;s:10:\"no_privacy\";i:7;s:15:\"no_auto_updates\";i:8;s:17:\"search_posts_only\";i:9;s:12:\"no_texturize\";i:10;s:13:\"no_feed_links\";i:11;s:11:\"no_rsd_link\";i:12;s:19:\"no_wlwmanifest_link\";i:13;s:23:\"no_adjacent_posts_links\";i:14;s:15:\"no_wp_generator\";i:15;s:12:\"no_shortlink\";i:16;s:12:\"no_rest_link\";i:17;s:17:\"no_jquery_migrate\";i:18;s:16:\"schema_less_urls\";i:19;s:31:\"no_recent_comments_widget_style\";i:20;s:12:\"cleanup_menu\";i:21;s:9:\"no_emojis\";i:22;s:18:\"no_image_threshold\";i:23;s:14:\"no_exif_rotate\";i:24;s:22:\"no_admin_email_confirm\";i:25;s:16:\"no_update_emails\";i:26;s:18:\"no_new_user_emails\";i:27;s:24:\"no_password_reset_emails\";i:28;s:20:\"change_default_email\";i:29;s:15:\"login_site_icon\";i:30;s:14:\"no_update_nags\";i:31;s:14:\"no_footer_text\";i:32;s:20:\"no_dashboard_widgets\";i:33;s:10:\"no_wp_logo\";i:34;s:24:\"no_application_passwords\";i:35;s:9:\"no_xmlrpc\";i:36;s:15:\"restrict_upload\";i:37;s:15:\"no_login_errors\";i:38;s:13:\"block_ai_bots\";}s:13:\"default_email\";a:2:{s:9:\"from_name\";s:13:\"Haiku Atelier\";s:10:\"from_email\";s:23:\"haiku.atelier@gmail.com\";}s:4:\"smtp\";a:5:{s:4:\"host\";s:15:\"smtp.migadu.com\";s:4:\"port\";s:3:\"465\";s:8:\"username\";s:17:\"admin@minima.haus\";s:8:\"password\";s:32:\"ILDwXJpxhfgc0SfEQIUGhHlGmb7KuGkl\";s:10:\"encryption\";s:3:\"tls\";}}','auto'), +(520,'wcpay_welcome_page_viewed_timestamp','1722865333','auto'), +(521,'wcpay_welcome_page_incentives_dismissed','a:1:{i:0;s:32:\"wcpay-promo-2023-action-discount\";}','auto'), +(565,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":4,\"critical\":1}','on'), +(604,'_transient_product-transient-version','1750363871','on'), +(701,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','auto'), +(706,'_transient_shipping-transient-version','1733267802','on'), +(809,'_transient_pll_languages_list','a:1:{i:0;a:22:{s:4:\"name\";s:7:\"English\";s:4:\"slug\";s:2:\"en\";s:10:\"term_group\";i:0;s:7:\"term_id\";i:16;s:6:\"locale\";s:5:\"en_GB\";s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"en-GB\";s:8:\"facebook\";s:5:\"en_GB\";s:8:\"home_url\";s:34:\"https://haikuatelier.fr.ddev.site/\";s:10:\"search_url\";s:34:\"https://haikuatelier.fr.ddev.site/\";s:4:\"host\";N;s:13:\"page_on_front\";i:0;s:14:\"page_for_posts\";i:0;s:9:\"flag_code\";s:2:\"gb\";s:8:\"flag_url\";s:67:\"https://haikuatelier.fr.ddev.site/app/plugins/polylang/flags/gb.png\";s:4:\"flag\";s:636:\"\"English\"\";s:15:\"custom_flag_url\";s:0:\"\";s:11:\"custom_flag\";s:0:\"\";s:6:\"active\";b:1;s:9:\"fallbacks\";a:0:{}s:10:\"is_default\";b:1;s:10:\"term_props\";a:2:{s:8:\"language\";a:3:{s:7:\"term_id\";i:16;s:16:\"term_taxonomy_id\";i:16;s:5:\"count\";i:7;}s:13:\"term_language\";a:3:{s:7:\"term_id\";i:17;s:16:\"term_taxonomy_id\";i:17;s:5:\"count\";i:1;}}}}','on'), +(825,'rewrite_rules','a:193:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:15:\"^checkout-link$\";s:28:\"index.php?checkout-link=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"category/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?category_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:44:\"brand/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:39:\"brand/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:20:\"brand/(.+?)/embed/?$\";s:46:\"index.php?product_brand=$matches[1]&embed=true\";s:32:\"brand/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&paged=$matches[2]\";s:14:\"brand/(.+?)/?$\";s:35:\"index.php?product_brand=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"collection/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?taxonomy=collection&term=$matches[1]&feed=$matches[2]\";s:46:\"collection/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?taxonomy=collection&term=$matches[1]&feed=$matches[2]\";s:27:\"collection/([^/]+)/embed/?$\";s:57:\"index.php?taxonomy=collection&term=$matches[1]&embed=true\";s:39:\"collection/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?taxonomy=collection&term=$matches[1]&paged=$matches[2]\";s:21:\"collection/([^/]+)/?$\";s:46:\"index.php?taxonomy=collection&term=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=13&cpage=$matches[1]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:36:\"([^/]+)/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?name=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\"[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','auto'), +(832,'woocommerce_pre_install_woocommerce_payments_promotion_settings','a:1:{s:12:\"is_dismissed\";s:3:\"yes\";}','auto'), +(833,'woocommerce_gateway_order','a:6:{s:19:\"_wc_pes_woopayments\";i:0;s:25:\"_wc_pes_paypal_full_stack\";i:1;s:33:\"_wc_offline_payment_methods_group\";i:2;s:4:\"bacs\";i:3;s:6:\"cheque\";i:4;s:3:\"cod\";i:5;}','auto'), +(840,'_transient_timeout_dirsize_cache','2045680880','off'), +(841,'_transient_dirsize_cache','a:2179:{s:37:\"/var/www/html/web/wp/wp-admin/network\";i:125999;s:40:\"/var/www/html/web/wp/wp-admin/js/widgets\";i:139432;s:32:\"/var/www/html/web/wp/wp-admin/js\";i:1971224;s:34:\"/var/www/html/web/wp/wp-admin/user\";i:3685;s:45:\"/var/www/html/web/wp/wp-admin/css/colors/blue\";i:77778;s:49:\"/var/www/html/web/wp/wp-admin/css/colors/midnight\";i:78486;s:48:\"/var/www/html/web/wp/wp-admin/css/colors/sunrise\";i:78407;s:47:\"/var/www/html/web/wp/wp-admin/css/colors/modern\";i:77989;s:50:\"/var/www/html/web/wp/wp-admin/css/colors/ectoplasm\";i:77742;s:46:\"/var/www/html/web/wp/wp-admin/css/colors/ocean\";i:75229;s:47:\"/var/www/html/web/wp/wp-admin/css/colors/coffee\";i:75892;s:46:\"/var/www/html/web/wp/wp-admin/css/colors/light\";i:78474;s:40:\"/var/www/html/web/wp/wp-admin/css/colors\";i:643556;s:33:\"/var/www/html/web/wp/wp-admin/css\";i:2542173;s:36:\"/var/www/html/web/wp/wp-admin/images\";i:426821;s:35:\"/var/www/html/web/wp/wp-admin/maint\";i:7592;s:38:\"/var/www/html/web/wp/wp-admin/includes\";i:3068919;s:29:\"/var/www/html/web/wp/wp-admin\";i:9070949;s:37:\"/var/www/html/web/wp/wp-includes/l10n\";i:30499;s:42:\"/var/www/html/web/wp/wp-includes/customize\";i:177349;s:47:\"/var/www/html/web/wp/wp-includes/block-patterns\";i:8843;s:36:\"/var/www/html/web/wp/wp-includes/ID3\";i:1160011;s:47:\"/var/www/html/web/wp/wp-includes/js/dist/vendor\";i:2753435;s:52:\"/var/www/html/web/wp/wp-includes/js/dist/development\";i:179848;s:40:\"/var/www/html/web/wp/wp-includes/js/dist\";i:21234878;s:44:\"/var/www/html/web/wp/wp-includes/js/plupload\";i:490468;s:58:\"/var/www/html/web/wp/wp-includes/js/mediaelement/renderers\";i:18880;s:48:\"/var/www/html/web/wp/wp-includes/js/mediaelement\";i:721307;s:45:\"/var/www/html/web/wp/wp-includes/js/swfupload\";i:8715;s:40:\"/var/www/html/web/wp/wp-includes/js/crop\";i:20004;s:49:\"/var/www/html/web/wp/wp-includes/js/tinymce/utils\";i:18826;s:63:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:66:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:65:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:58:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:54:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/hr\";i:1347;s:64:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:60:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:62:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:56:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/link\";i:32949;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/lists\";i:97383;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/paste\";i:113193;s:58:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wplink\";i:26816;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:64:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:60:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/media\";i:57914;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/image\";i:55874;s:63:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:51:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins\";i:607301;s:66:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:63:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:65:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:49:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins\";i:233085;s:49:\"/var/www/html/web/wp/wp-includes/js/tinymce/langs\";i:15529;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/themes/modern\";i:446221;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/themes/inlite\";i:452642;s:50:\"/var/www/html/web/wp/wp-includes/js/tinymce/themes\";i:898863;s:43:\"/var/www/html/web/wp/wp-includes/js/tinymce\";i:2854127;s:46:\"/var/www/html/web/wp/wp-includes/js/codemirror\";i:1287141;s:45:\"/var/www/html/web/wp/wp-includes/js/jquery/ui\";i:787634;s:42:\"/var/www/html/web/wp/wp-includes/js/jquery\";i:1305370;s:49:\"/var/www/html/web/wp/wp-includes/js/imgareaselect\";i:49553;s:41:\"/var/www/html/web/wp/wp-includes/js/jcrop\";i:24976;s:44:\"/var/www/html/web/wp/wp-includes/js/thickbox\";i:31323;s:35:\"/var/www/html/web/wp/wp-includes/js\";i:30443441;s:50:\"/var/www/html/web/wp/wp-includes/interactivity-api\";i:55221;s:47:\"/var/www/html/web/wp/wp-includes/block-supports\";i:130165;s:51:\"/var/www/html/web/wp/wp-includes/sitemaps/providers\";i:17593;s:41:\"/var/www/html/web/wp/wp-includes/sitemaps\";i:47491;s:50:\"/var/www/html/web/wp/wp-includes/blocks/post-title\";i:1823;s:49:\"/var/www/html/web/wp/wp-includes/blocks/footnotes\";i:2642;s:47:\"/var/www/html/web/wp/wp-includes/blocks/buttons\";i:11183;s:45:\"/var/www/html/web/wp/wp-includes/blocks/group\";i:9055;s:45:\"/var/www/html/web/wp/wp-includes/blocks/query\";i:14007;s:46:\"/var/www/html/web/wp/wp-includes/blocks/search\";i:19592;s:55:\"/var/www/html/web/wp/wp-includes/blocks/comment-content\";i:1369;s:54:\"/var/www/html/web/wp/wp-includes/blocks/comments-title\";i:1701;s:48:\"/var/www/html/web/wp/wp-includes/blocks/archives\";i:1725;s:46:\"/var/www/html/web/wp/wp-includes/blocks/avatar\";i:2296;s:52:\"/var/www/html/web/wp/wp-includes/blocks/text-columns\";i:3034;s:52:\"/var/www/html/web/wp/wp-includes/blocks/latest-posts\";i:11776;s:54:\"/var/www/html/web/wp/wp-includes/blocks/page-list-item\";i:1109;s:58:\"/var/www/html/web/wp/wp-includes/blocks/navigation-submenu\";i:5842;s:44:\"/var/www/html/web/wp/wp-includes/blocks/file\";i:11514;s:50:\"/var/www/html/web/wp/wp-includes/blocks/categories\";i:2825;s:48:\"/var/www/html/web/wp/wp-includes/blocks/nextpage\";i:3039;s:64:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination-numbers\";i:1942;s:45:\"/var/www/html/web/wp/wp-includes/blocks/video\";i:11619;s:51:\"/var/www/html/web/wp/wp-includes/blocks/social-link\";i:3474;s:49:\"/var/www/html/web/wp/wp-includes/blocks/post-date\";i:1377;s:49:\"/var/www/html/web/wp/wp-includes/blocks/page-list\";i:7663;s:56:\"/var/www/html/web/wp/wp-includes/blocks/post-author-name\";i:1118;s:51:\"/var/www/html/web/wp/wp-includes/blocks/post-author\";i:2895;s:44:\"/var/www/html/web/wp/wp-includes/blocks/more\";i:3770;s:56:\"/var/www/html/web/wp/wp-includes/blocks/query-no-results\";i:899;s:49:\"/var/www/html/web/wp/wp-includes/blocks/home-link\";i:1130;s:50:\"/var/www/html/web/wp/wp-includes/blocks/site-title\";i:2289;s:45:\"/var/www/html/web/wp/wp-includes/blocks/block\";i:587;s:45:\"/var/www/html/web/wp/wp-includes/blocks/embed\";i:11232;s:45:\"/var/www/html/web/wp/wp-includes/blocks/audio\";i:3660;s:47:\"/var/www/html/web/wp/wp-includes/blocks/details\";i:2030;s:47:\"/var/www/html/web/wp/wp-includes/blocks/gallery\";i:80571;s:67:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:49:\"/var/www/html/web/wp/wp-includes/blocks/pullquote\";i:8267;s:49:\"/var/www/html/web/wp/wp-includes/blocks/paragraph\";i:6904;s:49:\"/var/www/html/web/wp/wp-includes/blocks/list-item\";i:1137;s:45:\"/var/www/html/web/wp/wp-includes/blocks/cover\";i:83346;s:50:\"/var/www/html/web/wp/wp-includes/blocks/media-text\";i:14445;s:52:\"/var/www/html/web/wp/wp-includes/blocks/post-content\";i:1389;s:58:\"/var/www/html/web/wp/wp-includes/blocks/comment-reply-link\";i:1001;s:59:\"/var/www/html/web/wp/wp-includes/blocks/comment-author-name\";i:1192;s:49:\"/var/www/html/web/wp/wp-includes/blocks/shortcode\";i:2918;s:45:\"/var/www/html/web/wp/wp-includes/blocks/table\";i:27351;s:56:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination\";i:9403;s:46:\"/var/www/html/web/wp/wp-includes/blocks/button\";i:14416;s:53:\"/var/www/html/web/wp/wp-includes/blocks/legacy-widget\";i:556;s:50:\"/var/www/html/web/wp/wp-includes/blocks/post-terms\";i:1715;s:52:\"/var/www/html/web/wp/wp-includes/blocks/post-excerpt\";i:2925;s:44:\"/var/www/html/web/wp/wp-includes/blocks/list\";i:2173;s:49:\"/var/www/html/web/wp/wp-includes/blocks/read-more\";i:2526;s:56:\"/var/www/html/web/wp/wp-includes/blocks/term-description\";i:1751;s:46:\"/var/www/html/web/wp/wp-includes/blocks/spacer\";i:4737;s:56:\"/var/www/html/web/wp/wp-includes/blocks/comment-template\";i:2910;s:51:\"/var/www/html/web/wp/wp-includes/blocks/query-title\";i:1392;s:48:\"/var/www/html/web/wp/wp-includes/blocks/loginout\";i:1026;s:43:\"/var/www/html/web/wp/wp-includes/blocks/rss\";i:4491;s:52:\"/var/www/html/web/wp/wp-includes/blocks/widget-group\";i:400;s:52:\"/var/www/html/web/wp/wp-includes/blocks/site-tagline\";i:1625;s:48:\"/var/www/html/web/wp/wp-includes/blocks/comments\";i:28882;s:47:\"/var/www/html/web/wp/wp-includes/blocks/heading\";i:5731;s:47:\"/var/www/html/web/wp/wp-includes/blocks/columns\";i:9193;s:59:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination\";i:8628;s:45:\"/var/www/html/web/wp/wp-includes/blocks/quote\";i:6526;s:58:\"/var/www/html/web/wp/wp-includes/blocks/post-comments-form\";i:9737;s:44:\"/var/www/html/web/wp/wp-includes/blocks/html\";i:3770;s:57:\"/var/www/html/web/wp/wp-includes/blocks/comment-edit-link\";i:1213;s:59:\"/var/www/html/web/wp/wp-includes/blocks/post-featured-image\";i:29684;s:49:\"/var/www/html/web/wp/wp-includes/blocks/tag-cloud\";i:3616;s:53:\"/var/www/html/web/wp/wp-includes/blocks/template-part\";i:7986;s:53:\"/var/www/html/web/wp/wp-includes/blocks/post-template\";i:8072;s:52:\"/var/www/html/web/wp/wp-includes/blocks/social-links\";i:58808;s:46:\"/var/www/html/web/wp/wp-includes/blocks/column\";i:1597;s:61:\"/var/www/html/web/wp/wp-includes/blocks/post-author-biography\";i:971;s:45:\"/var/www/html/web/wp/wp-includes/blocks/image\";i:64157;s:49:\"/var/www/html/web/wp/wp-includes/blocks/site-logo\";i:17033;s:65:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination-previous\";i:1051;s:50:\"/var/www/html/web/wp/wp-includes/blocks/navigation\";i:132149;s:68:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination-previous\";i:1023;s:55:\"/var/www/html/web/wp/wp-includes/blocks/latest-comments\";i:6657;s:47:\"/var/www/html/web/wp/wp-includes/blocks/pattern\";i:411;s:48:\"/var/www/html/web/wp/wp-includes/blocks/calendar\";i:3804;s:49:\"/var/www/html/web/wp/wp-includes/blocks/separator\";i:5038;s:45:\"/var/www/html/web/wp/wp-includes/blocks/verse\";i:1860;s:64:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination-next\";i:1011;s:55:\"/var/www/html/web/wp/wp-includes/blocks/navigation-link\";i:11752;s:52:\"/var/www/html/web/wp/wp-includes/blocks/comment-date\";i:1112;s:47:\"/var/www/html/web/wp/wp-includes/blocks/missing\";i:617;s:52:\"/var/www/html/web/wp/wp-includes/blocks/preformatted\";i:1696;s:61:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination-next\";i:1039;s:48:\"/var/www/html/web/wp/wp-includes/blocks/freeform\";i:41824;s:60:\"/var/www/html/web/wp/wp-includes/blocks/post-navigation-link\";i:4010;s:44:\"/var/www/html/web/wp/wp-includes/blocks/code\";i:2638;s:39:\"/var/www/html/web/wp/wp-includes/blocks\";i:1503913;s:39:\"/var/www/html/web/wp/wp-includes/assets\";i:24990;s:51:\"/var/www/html/web/wp/wp-includes/css/dist/edit-site\";i:337302;s:57:\"/var/www/html/web/wp/wp-includes/css/dist/reusable-blocks\";i:2290;s:57:\"/var/www/html/web/wp/wp-includes/css/dist/block-directory\";i:15116;s:54:\"/var/www/html/web/wp/wp-includes/css/dist/block-editor\";i:617115;s:49:\"/var/www/html/web/wp/wp-includes/css/dist/widgets\";i:23740;s:56:\"/var/www/html/web/wp/wp-includes/css/dist/format-library\";i:5556;s:48:\"/var/www/html/web/wp/wp-includes/css/dist/editor\";i:249100;s:59:\"/var/www/html/web/wp/wp-includes/css/dist/customize-widgets\";i:23886;s:52:\"/var/www/html/web/wp/wp-includes/css/dist/components\";i:357993;s:62:\"/var/www/html/web/wp/wp-includes/css/dist/list-reusable-blocks\";i:17928;s:54:\"/var/www/html/web/wp/wp-includes/css/dist/edit-widgets\";i:95440;s:50:\"/var/www/html/web/wp/wp-includes/css/dist/patterns\";i:7442;s:45:\"/var/www/html/web/wp/wp-includes/css/dist/nux\";i:11624;s:50:\"/var/www/html/web/wp/wp-includes/css/dist/commands\";i:13442;s:53:\"/var/www/html/web/wp/wp-includes/css/dist/preferences\";i:8474;s:55:\"/var/www/html/web/wp/wp-includes/css/dist/block-library\";i:805380;s:51:\"/var/www/html/web/wp/wp-includes/css/dist/edit-post\";i:52240;s:41:\"/var/www/html/web/wp/wp-includes/css/dist\";i:2644068;s:36:\"/var/www/html/web/wp/wp-includes/css\";i:3289825;s:40:\"/var/www/html/web/wp/wp-includes/widgets\";i:158524;s:43:\"/var/www/html/web/wp/wp-includes/php-compat\";i:1253;s:58:\"/var/www/html/web/wp/wp-includes/SimplePie/XML/Declaration\";i:7098;s:46:\"/var/www/html/web/wp/wp-includes/SimplePie/XML\";i:7098;s:48:\"/var/www/html/web/wp/wp-includes/SimplePie/Cache\";i:39607;s:46:\"/var/www/html/web/wp/wp-includes/SimplePie/Net\";i:7493;s:48:\"/var/www/html/web/wp/wp-includes/SimplePie/Parse\";i:20551;s:55:\"/var/www/html/web/wp/wp-includes/SimplePie/Content/Type\";i:8015;s:50:\"/var/www/html/web/wp/wp-includes/SimplePie/Content\";i:8015;s:54:\"/var/www/html/web/wp/wp-includes/SimplePie/Decode/HTML\";i:17241;s:49:\"/var/www/html/web/wp/wp-includes/SimplePie/Decode\";i:17241;s:47:\"/var/www/html/web/wp/wp-includes/SimplePie/HTTP\";i:11487;s:42:\"/var/www/html/web/wp/wp-includes/SimplePie\";i:458625;s:38:\"/var/www/html/web/wp/wp-includes/fonts\";i:326266;s:45:\"/var/www/html/web/wp/wp-includes/images/media\";i:5263;s:47:\"/var/www/html/web/wp/wp-includes/images/crystal\";i:15541;s:47:\"/var/www/html/web/wp/wp-includes/images/smilies\";i:10082;s:39:\"/var/www/html/web/wp/wp-includes/images\";i:102178;s:49:\"/var/www/html/web/wp/wp-includes/Text/Diff/Engine\";i:31802;s:51:\"/var/www/html/web/wp/wp-includes/Text/Diff/Renderer\";i:5528;s:42:\"/var/www/html/web/wp/wp-includes/Text/Diff\";i:44136;s:37:\"/var/www/html/web/wp/wp-includes/Text\";i:57049;s:37:\"/var/www/html/web/wp/wp-includes/pomo\";i:57146;s:45:\"/var/www/html/web/wp/wp-includes/style-engine\";i:47528;s:45:\"/var/www/html/web/wp/wp-includes/theme-compat\";i:15656;s:48:\"/var/www/html/web/wp/wp-includes/rest-api/search\";i:16749;s:48:\"/var/www/html/web/wp/wp-includes/rest-api/fields\";i:22510;s:51:\"/var/www/html/web/wp/wp-includes/rest-api/endpoints\";i:848388;s:41:\"/var/www/html/web/wp/wp-includes/rest-api\";i:977234;s:36:\"/var/www/html/web/wp/wp-includes/IXR\";i:33915;s:45:\"/var/www/html/web/wp/wp-includes/certificates\";i:233231;s:42:\"/var/www/html/web/wp/wp-includes/PHPMailer\";i:233227;s:62:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:64:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:64:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:69:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:66:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:68:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:55:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core\";i:452743;s:66:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:66:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:71:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:68:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:70:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:57:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32\";i:437041;s:56:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/PHP52\";i:4116;s:50:\"/var/www/html/web/wp/wp-includes/sodium_compat/src\";i:1207254;s:50:\"/var/www/html/web/wp/wp-includes/sodium_compat/lib\";i:87360;s:71:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:71:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:76:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:73:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:62:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:57:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced\";i:2698;s:46:\"/var/www/html/web/wp/wp-includes/sodium_compat\";i:1303525;s:41:\"/var/www/html/web/wp/wp-includes/html-api\";i:330488;s:47:\"/var/www/html/web/wp/wp-includes/block-bindings\";i:3610;s:60:\"/var/www/html/web/wp/wp-includes/Requests/src/Exception/Http\";i:16715;s:65:\"/var/www/html/web/wp/wp-includes/Requests/src/Exception/Transport\";i:1397;s:55:\"/var/www/html/web/wp/wp-includes/Requests/src/Exception\";i:22464;s:54:\"/var/www/html/web/wp/wp-includes/Requests/src/Response\";i:3101;s:51:\"/var/www/html/web/wp/wp-includes/Requests/src/Proxy\";i:4217;s:53:\"/var/www/html/web/wp/wp-includes/Requests/src/Utility\";i:7176;s:55:\"/var/www/html/web/wp/wp-includes/Requests/src/Transport\";i:35470;s:52:\"/var/www/html/web/wp/wp-includes/Requests/src/Cookie\";i:4363;s:50:\"/var/www/html/web/wp/wp-includes/Requests/src/Auth\";i:2541;s:45:\"/var/www/html/web/wp/wp-includes/Requests/src\";i:214849;s:49:\"/var/www/html/web/wp/wp-includes/Requests/library\";i:261;s:41:\"/var/www/html/web/wp/wp-includes/Requests\";i:215110;s:32:\"/var/www/html/web/wp/wp-includes\";i:48794197;s:20:\"/var/www/html/web/wp\";i:58049099;s:55:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/inc\";i:1242;s:69:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/base/polices\";i:3890;s:70:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/base/elements\";i:3094;s:61:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/base\";i:8317;s:64:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/layouts\";i:5543;s:66:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/abstracts\";i:261;s:56:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass\";i:14611;s:51:\"/var/www/html/web/app/themes/haiku-atelier-2024/src\";i:18883;s:64:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/img/logos\";i:27943;s:64:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/img/icons\";i:643;s:58:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/img\";i:28586;s:58:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/css\";i:34494;s:67:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/fonts/myriad\";i:223544;s:65:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/fonts/lato\";i:775316;s:60:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/fonts\";i:998860;s:54:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets\";i:1061940;s:59:\"/var/www/html/web/app/themes/haiku-atelier-2024/views/parts\";i:2562;s:53:\"/var/www/html/web/app/themes/haiku-atelier-2024/views\";i:3229;s:47:\"/var/www/html/web/app/themes/haiku-atelier-2024\";i:1087153;s:51:\"/var/www/html/web/app/themes/twentytwentyfour/parts\";i:1473;s:56:\"/var/www/html/web/app/themes/twentytwentyfour/assets/css\";i:357;s:63:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:64:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:74:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:64:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:58:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts\";i:1023558;s:59:\"/var/www/html/web/app/themes/twentytwentyfour/assets/images\";i:1152100;s:52:\"/var/www/html/web/app/themes/twentytwentyfour/assets\";i:2176015;s:52:\"/var/www/html/web/app/themes/twentytwentyfour/styles\";i:33892;s:54:\"/var/www/html/web/app/themes/twentytwentyfour/patterns\";i:158957;s:55:\"/var/www/html/web/app/themes/twentytwentyfour/templates\";i:12953;s:45:\"/var/www/html/web/app/themes/twentytwentyfour\";i:3137090;s:28:\"/var/www/html/web/app/themes\";i:4224243;s:51:\"/var/www/html/web/app/plugins/falcon/src/Components\";i:3084;s:40:\"/var/www/html/web/app/plugins/falcon/src\";i:31297;s:52:\"/var/www/html/web/app/plugins/falcon/vendor/composer\";i:37088;s:43:\"/var/www/html/web/app/plugins/falcon/vendor\";i:37859;s:43:\"/var/www/html/web/app/plugins/falcon/assets\";i:6377;s:56:\"/var/www/html/web/app/plugins/falcon/views/settings/tabs\";i:13902;s:51:\"/var/www/html/web/app/plugins/falcon/views/settings\";i:13902;s:42:\"/var/www/html/web/app/plugins/falcon/views\";i:13902;s:36:\"/var/www/html/web/app/plugins/falcon\";i:97092;s:87:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/lib/cron-expression\";i:29942;s:71:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/lib\";i:33750;s:78:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/deprecated\";i:13295;s:85:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/schedules\";i:10785;s:82:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/schema\";i:7801;s:87:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/data-stores\";i:100907;s:82:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI\";i:24146;s:85:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/abstracts\";i:83933;s:83:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/actions\";i:4310;s:85:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/migration\";i:25699;s:75:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes\";i:354350;s:67:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler\";i:475782;s:68:\"/var/www/html/web/app/plugins/woocommerce/packages/woocommerce-admin\";i:203;s:50:\"/var/www/html/web/app/plugins/woocommerce/packages\";i:475985;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Marketing\";i:28244;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/PluginsProvider\";i:2800;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/DateTimeProvider\";i:885;s:57:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Notes\";i:73813;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Overrides\";i:11224;s:91:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors/Transformers\";i:13683;s:78:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors\";i:62957;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteSpecs\";i:70693;s:66:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/BlockTemplates\";i:6035;s:89:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers\";i:5640;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications\";i:47816;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Schedulers\";i:9968;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Composer\";i:2431;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats\";i:8866;s:69:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock\";i:25560;s:77:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats\";i:31578;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons\";i:57385;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats\";i:69829;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders\";i:113247;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Export\";i:6937;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats\";i:24158;s:69:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes\";i:44181;s:85:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators\";i:18932;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats\";i:22026;s:73:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers\";i:77212;s:77:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats\";i:9963;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue\";i:11562;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Import\";i:8776;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files\";i:594;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats\";i:18406;s:73:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads\";i:47160;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Categories\";i:23874;s:78:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Products/Stats\";i:29657;s:72:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Products\";i:60372;s:80:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats\";i:31208;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations\";i:65298;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports\";i:690145;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Templates\";i:181;s:55:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API\";i:1009815;s:87:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions\";i:13900;s:92:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField\";i:2465;s:86:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions\";i:48662;s:96:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates\";i:3606;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor\";i:43908;s:85:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/MarketingRecommendations\";i:21180;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/Navigation\";i:47117;s:82:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks\";i:57661;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks\";i:101089;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features\";i:303951;s:73:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/PluginsInstallLoggers\";i:7021;s:51:\"/var/www/html/web/app/plugins/woocommerce/src/Admin\";i:1668946;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Routes/V1/AI\";i:21817;s:64:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Routes/V1\";i:176197;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Routes\";i:176533;s:64:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Utilities\";i:144845;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Exceptions\";i:7013;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Payments\";i:3857;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Formatters\";i:3796;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1/AI\";i:5159;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1\";i:178544;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Schemas\";i:189515;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi\";i:566738;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Checkout/Helpers\";i:10471;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/Checkout\";i:10471;s:55:\"/var/www/html/web/app/plugins/woocommerce/src/Utilities\";i:50817;s:53:\"/var/www/html/web/app/plugins/woocommerce/src/Proxies\";i:5575;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/LayoutTemplates\";i:6004;s:82:\"/var/www/html/web/app/plugins/woocommerce/src/Database/Migrations/CustomOrderTable\";i:64889;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Database/Migrations\";i:130927;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/Database\";i:130927;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Settings\";i:1834;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/WCCom\";i:685;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ComingSoon\";i:8936;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Marketing\";i:2591;s:72:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/ProductForm\";i:15057;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Logging/FileV2\";i:50559;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Logging\";i:97298;s:66:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Notes\";i:105527;s:77:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes\";i:24772;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Orders\";i:126187;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/ProductReviews\";i:72648;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions\";i:38047;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/BlockTemplates\";i:40707;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Schedulers\";i:22212;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Onboarding\";i:47641;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/WCPayPromotion\";i:8879;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin\";i:764610;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Orders\";i:32575;s:64:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Utilities\";i:74076;s:97:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin\";i:29372;s:91:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories\";i:53710;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductDownloads\";i:53710;s:92:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders\";i:30612;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DependencyManagement\";i:49112;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Traits\";i:18786;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/CardIcons\";i:44660;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/Templates\";i:3661;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ReceiptRendering\";i:72833;s:78:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductAttributesLookup\";i:95073;s:69:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/TransientFiles\";i:22612;s:99:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates\";i:63353;s:82:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor\";i:63353;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Features\";i:115099;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/BatchProcessing\";i:25054;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductImage\";i:1973;s:72:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DataStores/Orders\";i:284749;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DataStores\";i:291991;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Font\";i:11233;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Integrations\";i:2480;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/Internal\";i:1676491;s:53:\"/var/www/html/web/app/plugins/woocommerce/src/Caching\";i:20668;s:52:\"/var/www/html/web/app/plugins/woocommerce/src/Caches\";i:3406;s:58:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Utils\";i:78378;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Assets\";i:25738;s:66:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Interactivity\";i:4382;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Patterns\";i:19338;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation\";i:52098;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/BlockTypes\";i:502024;s:55:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/AI\";i:7106;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Payments/Integrations\";i:11314;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Payments\";i:21564;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/AIContent\";i:61720;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Templates\";i:68111;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/InteractivityComponents\";i:8901;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Shipping\";i:21953;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Images\";i:8071;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain/Services/Email\";i:4642;s:84:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain/Services/OnboardingTasks\";i:3094;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain/Services\";i:101360;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain\";i:122574;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Integrations\";i:6333;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Registry\";i:5604;s:52:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks\";i:1051533;s:45:\"/var/www/html/web/app/plugins/woocommerce/src\";i:5207127;s:64:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/Detection\";i:79248;s:68:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/Psr/Container\";i:1472;s:58:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/Psr\";i:1472;s:81:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Exception\";i:551;s:82:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Definition\";i:12789;s:81:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Inflector\";i:6143;s:80:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Argument\";i:6726;s:87:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/ServiceProvider\";i:6476;s:71:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container\";i:45593;s:61:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League\";i:45593;s:54:\"/var/www/html/web/app/plugins/woocommerce/lib/packages\";i:126313;s:45:\"/var/www/html/web/app/plugins/woocommerce/lib\";i:126313;s:53:\"/var/www/html/web/app/plugins/woocommerce/sample-data\";i:220042;s:87:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources\";i:2168;s:71:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80\";i:10530;s:79:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Exception\";i:4181;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:85:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser\";i:42755;s:85:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:75:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath\";i:39841;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Node\";i:17182;s:69:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector\";i:107180;s:56:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony\";i:117710;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Css\";i:8803;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching\";i:2073;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30875;s:70:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src\";i:93292;s:66:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier\";i:94360;s:55:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago\";i:94360;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList\";i:29203;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value\";i:33050;s:87:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property\";i:12540;s:83:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule\";i:10160;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing\";i:16119;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet\";i:41962;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src\";i:161410;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser\";i:162514;s:59:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm\";i:162514;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src\";i:4364;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats\";i:22780;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src\";i:6664;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui\";i:25080;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-status/src\";i:43599;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-status\";i:62015;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect/src\";i:2602;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect\";i:21018;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants/src\";i:3414;s:77:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants\";i:21830;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-config/src\";i:11782;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-config\";i:30198;s:82:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src\";i:81481;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader\";i:99897;s:77:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles/src\";i:1863;s:73:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles\";i:20279;s:83:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/dist\";i:2191;s:91:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks\";i:6218;s:82:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src\";i:262401;s:85:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy\";i:85946;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection\";i:368954;s:59:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic\";i:672051;s:52:\"/var/www/html/web/app/plugins/woocommerce/vendor/bin\";i:19348;s:92:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:72:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers/src\";i:78080;s:68:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers\";i:79355;s:57:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer\";i:834582;s:67:\"/var/www/html/web/app/plugins/woocommerce/vendor/jetpack-autoloader\";i:51562;s:88:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16839;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db\";i:29467;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind\";i:29467;s:70:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src\";i:29467;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests\";i:709;s:70:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext\";i:31944;s:66:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader\";i:76583;s:59:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db\";i:76583;s:48:\"/var/www/html/web/app/plugins/woocommerce/vendor\";i:2029798;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/js/flexslider\";i:74711;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/js/selectWoo\";i:463933;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/js/photoswipe\";i:156989;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-tiptip\";i:10303;s:59:\"/var/www/html/web/app/plugins/woocommerce/assets/js/select2\";i:444591;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-payment\";i:26193;s:73:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-ui-touch-punch\";i:6358;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/js/prettyPhoto\";i:56955;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/js/stupidtable\";i:5713;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-cookie\";i:4550;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/js/accounting\";i:16783;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-flot\";i:214183;s:57:\"/var/www/html/web/app/plugins/woocommerce/assets/js/admin\";i:483578;s:57:\"/var/www/html/web/app/plugins/woocommerce/assets/js/round\";i:2271;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-qrcode\";i:45224;s:60:\"/var/www/html/web/app/plugins/woocommerce/assets/js/frontend\";i:203314;s:56:\"/var/www/html/web/app/plugins/woocommerce/assets/js/zoom\";i:8732;s:64:\"/var/www/html/web/app/plugins/woocommerce/assets/js/sourcebuster\";i:46700;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-blockui\";i:29694;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-serializejson\";i:22579;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/js/js-cookie\";i:5532;s:51:\"/var/www/html/web/app/plugins/woocommerce/assets/js\";i:2328886;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/css/photoswipe/default-skin\";i:22461;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/css/photoswipe\";i:31039;s:69:\"/var/www/html/web/app/plugins/woocommerce/assets/css/jquery-ui/images\";i:19610;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/css/jquery-ui\";i:109637;s:52:\"/var/www/html/web/app/plugins/woocommerce/assets/css\";i:2093041;s:54:\"/var/www/html/web/app/plugins/woocommerce/assets/fonts\";i:552889;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/images/template-placeholders\";i:2886;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/images/pattern-placeholders\";i:9410678;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/images/payment_methods/72x72\";i:35180;s:71:\"/var/www/html/web/app/plugins/woocommerce/assets/images/payment_methods\";i:35180;s:69:\"/var/www/html/web/app/plugins/woocommerce/assets/images/core-profiler\";i:307207;s:64:\"/var/www/html/web/app/plugins/woocommerce/assets/images/previews\";i:522602;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/images/blocks/mini-cart\";i:8753;s:86:\"/var/www/html/web/app/plugins/woocommerce/assets/images/blocks/product-filters-overlay\";i:6825;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/images/blocks\";i:15578;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/images/product_data\";i:1441;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/images/block-placeholders\";i:6496;s:73:\"/var/www/html/web/app/plugins/woocommerce/assets/images/shipping_partners\";i:205509;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/images/icons/credit-cards\";i:36070;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/images/icons\";i:41143;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/images/onboarding\";i:178839;s:67:\"/var/www/html/web/app/plugins/woocommerce/assets/images/admin_notes\";i:30986;s:71:\"/var/www/html/web/app/plugins/woocommerce/assets/images/payment-methods\";i:61832;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/images/marketing\";i:82806;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/images/task_list\";i:99632;s:55:\"/var/www/html/web/app/plugins/woocommerce/assets/images\";i:11811898;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-stock-status\";i:993;s:81:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-collection\";i:1334;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields\";i:927;s:96:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals-wrapper\";i:624;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-rating\";i:782;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/coming-soon\";i:290;s:81:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-categories\";i:1141;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-template\";i:1195;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/single-product\";i:616;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-wrapper\";i:670;s:92:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-collection-no-results\";i:947;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/checkout-blocks\";i:300374;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image\";i:544;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-reviews\";i:431;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/featured-category\";i:1843;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-price\";i:684;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields-wrapper\";i:684;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/active-filters\";i:621;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/products-by-attribute\";i:1564;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/page-content-wrapper\";i:541;s:89:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-summary\";i:1407;s:88:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-status\";i:1262;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/attribute-filter\";i:1117;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads-wrapper\";i:632;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-active\";i:636;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/store-notices\";i:498;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-clear-button\";i:457;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-rating-stars\";i:879;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-address\";i:1364;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/price-filter\";i:852;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/stock-filter\";i:931;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-category\";i:1595;s:82:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/handpicked-products\";i:1422;s:71:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/checkout\";i:1155;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/mini-cart\";i:1212;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery\";i:1590;s:85:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-rating-counter\";i:870;s:91:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads\";i:1511;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/classic-shortcode\";i:612;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/all-products\";i:727;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-top-rated\";i:1581;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-information\";i:955;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-new\";i:1567;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/breadcrumbs\";i:761;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/related-products\";i:432;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter\";i:766;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/rating-filter\";i:865;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-button\";i:1345;s:88:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals\";i:1513;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-details\";i:440;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/filter-wrapper\";i:355;s:85:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-average-rating\";i:462;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-rating\";i:918;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/cart-blocks\";i:193714;s:87:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block\";i:66484;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/customer-account\";i:811;s:87:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-attribute\";i:1022;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-best-sellers\";i:1603;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/catalog-sorting\";i:540;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/featured-product\";i:1878;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-image-gallery\";i:461;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filters\";i:785;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-tag\";i:1378;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-meta\";i:470;s:86:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filters-overlay\";i:813;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-results-count\";i:530;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-pager\";i:478;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/add-to-cart-form\";i:589;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image-next-previous\";i:750;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-accepted-payment-methods-block\";i:469;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-coupon-form-block\";i:617;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-totals-block\";i:651;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-additional-information-block\";i:663;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-totals-block\";i:662;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-mini-cart-contents-block\";i:616;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-line-items-block\";i:590;s:101:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-note-block\";i:618;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-mini-cart-contents-block\";i:622;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-contact-information-block\";i:612;s:115:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-cart-items-block\";i:628;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-address-block\";i:603;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-fee-block\";i:619;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-label-block\";i:714;s:105:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-pickup-options-block\";i:586;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-shipping-block\";i:581;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-footer-block\";i:617;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-block\";i:578;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-taxes-block\";i:632;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-taxes-block\";i:624;s:92:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-items-block\";i:566;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-subtotal-block\";i:641;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-coupon-form-block\";i:625;s:101:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/proceed-to-checkout-block\";i:570;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-products-block\";i:660;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-payment-block\";i:583;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-express-payment-block\";i:682;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-checkout-button-block\";i:837;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-items-counter-block\";i:674;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-items-block\";i:633;s:92:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-cart-block\";i:587;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-shopping-button-block\";i:827;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-subtotal-block\";i:633;s:93:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-cart-block\";i:598;s:100:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-block\";i:588;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-cart-button-block\";i:816;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-products-table-block\";i:632;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-method-block\";i:593;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-block\";i:715;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-billing-address-block\";i:600;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-methods-block\";i:612;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-shipping-block\";i:573;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-fields-block\";i:640;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-discount-block\";i:633;s:108:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-heading-block\";i:672;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-discount-block\";i:641;s:108:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-fee-block\";i:627;s:96:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-terms-block\";i:744;s:102:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-express-payment-block\";i:614;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-totals-block\";i:659;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-actions-block\";i:581;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-block\";i:442;s:93:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-totals-block\";i:677;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks\";i:33477;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-address\";i:1367;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-wrapper\";i:641;s:89:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-thumbnails\";i:641;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks\";i:5183022;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/date\";i:44452;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/navigation-opt-out\";i:1123;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/data\";i:148336;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/experimental\";i:86621;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/tracks\";i:8027;s:86:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-category-metabox\";i:4209;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/block-templates\";i:127309;s:70:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/currency\";i:4673;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/marketing-coupons\";i:21280;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/app\";i:784133;s:69:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/notices\";i:1796;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/explat\";i:47344;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/components\";i:1088012;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/admin-layout\";i:3499;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/onboarding\";i:383066;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/wp-admin-scripts\";i:161259;s:87:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/payment-method-promotions\";i:2901;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/navigation\";i:44202;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-has-variations-notice\";i:1733;s:133:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-dimensions-fields\";i:2640;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sale-price-field\";i:2158;s:120:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields\";i:572;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/attributes\";i:3422;s:119:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields-toggle\";i:2980;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-quantity\";i:3007;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/name\";i:5594;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list-field\";i:5554;s:119:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-images-field\";i:3205;s:127:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-edit-single-variation\";i:3197;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/downloads-menu\";i:2153;s:122:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/media-library\";i:1612;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/upload-files-menu-item\";i:1800;s:129:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/insert-url-menu-item\";i:2438;s:136:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal/images\";i:2332;s:129:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal\";i:6944;s:108:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads\";i:22908;s:122:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-downloads-field\";i:8741;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variations-options-field\";i:3830;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variation-items-field\";i:2295;s:102:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/tag\";i:2467;s:127:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-class-field\";i:702;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-catalog-visibility-field\";i:727;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary/paragraph-rtl-control\";i:1391;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary\";i:6632;s:118:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-dimensions\";i:6717;s:133:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields-toggle-field\";i:2058;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/catalog-visibility\";i:2233;s:120:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-summary-field\";i:3397;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sku-field\";i:2093;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-email\";i:3469;s:120:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-has-variations\";i:2395;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-name-field\";i:3197;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields\";i:1978;s:134:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-details-section-description\";i:13811;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-quantity-field\";i:633;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-class\";i:5244;s:121:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-password-field\";i:622;s:121:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description/components\";i:2931;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description\";i:7250;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-items\";i:7549;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/regular-price\";i:4007;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list\";i:7662;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-attributes-field\";i:1995;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder/imgs\";i:13383;s:118:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder\";i:14896;s:105:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images\";i:21670;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options/images\";i:2235;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options\";i:8858;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-sku\";i:2471;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-tag-field\";i:2864;s:127:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-schedule-sale-fields\";i:1652;s:124:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-description-field\";i:572;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/schedule-sale\";i:4850;s:126:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-regular-price-field\";i:2241;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/sale-price\";i:3595;s:130:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-single-variation-notice\";i:1698;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/password\";i:2037;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-email-field\";i:627;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields\";i:211809;s:122:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection-description\";i:604;s:102:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection\";i:2701;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-tab\";i:1762;s:119:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section-description\";i:592;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-linked-list-field\";i:2123;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-checkbox-field\";i:868;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-rtl\";i:674;s:134:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-alignment\";i:907;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar\";i:1581;s:101:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area\";i:7133;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/select\";i:3523;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection-description\";i:2080;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/toggle\";i:4088;s:95:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/tab\";i:3912;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-toggle-field\";i:992;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-pricing-field\";i:1942;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section-description\";i:2050;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/radio\";i:2621;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section\";i:1822;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-field\";i:2244;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-number-field\";i:1858;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/linked-product-list\";i:8184;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section\";i:2674;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-radio-field\";i:832;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/conditional\";i:2531;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/pricing\";i:3354;s:96:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text\";i:5482;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-collapsible\";i:617;s:100:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/taxonomy\";i:8852;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-taxonomy-field\";i:3495;s:100:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/checkbox\";i:2685;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/collapsible\";i:2072;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/number\";i:3645;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection\";i:755;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-select-field\";i:1165;s:115:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-area-field\";i:1370;s:91:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic\";i:90628;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks\";i:310482;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor\";i:1142135;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/csv-export\";i:4990;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal\";i:1273;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/number\";i:2243;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/chunks\";i:1904551;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/customer-effort-score\";i:30784;s:89:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/print-shipping-label-banner\";i:6773;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin\";i:6622059;s:55:\"/var/www/html/web/app/plugins/woocommerce/assets/client\";i:11805081;s:48:\"/var/www/html/web/app/plugins/woocommerce/assets\";i:28591795;s:61:\"/var/www/html/web/app/plugins/woocommerce/client/admin/config\";i:2299;s:54:\"/var/www/html/web/app/plugins/woocommerce/client/admin\";i:2299;s:48:\"/var/www/html/web/app/plugins/woocommerce/client\";i:2299;s:56:\"/var/www/html/web/app/plugins/woocommerce/i18n/languages\";i:1747540;s:46:\"/var/www/html/web/app/plugins/woocommerce/i18n\";i:2013376;s:50:\"/var/www/html/web/app/plugins/woocommerce/patterns\";i:208652;s:56:\"/var/www/html/web/app/plugins/woocommerce/includes/queue\";i:8898;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/shortcodes\";i:54308;s:54:\"/var/www/html/web/app/plugins/woocommerce/includes/cli\";i:38423;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/tracks/events\";i:51376;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/tracks\";i:75507;s:60:\"/var/www/html/web/app/plugins/woocommerce/includes/libraries\";i:26600;s:58:\"/var/www/html/web/app/plugins/woocommerce/includes/walkers\";i:8177;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/legacy\";i:77989;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/data-stores\";i:346017;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/rest-api/endpoints\";i:11577;s:70:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/rest-api\";i:17839;s:93:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/installation/installation-steps\";i:11303;s:74:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/installation\";i:27945;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site\";i:57477;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/blocks\";i:2122;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/interfaces\";i:35472;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/customizer\";i:33397;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/reports\";i:167441;s:73:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/meta-boxes/views\";i:128486;s:67:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/meta-boxes\";i:219869;s:71:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/settings/views\";i:54972;s:65:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/settings\";i:172360;s:68:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/list-tables\";i:59028;s:75:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/importers/mappings\";i:9193;s:72:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/importers/views\";i:13062;s:66:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/importers\";i:58181;s:86:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/views\";i:287;s:90:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/templates\";i:1574;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions\";i:10184;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/helper/views\";i:17661;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/helper\";i:148126;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/views\";i:121333;s:77:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/plugin-updates/views\";i:2685;s:71:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/plugin-updates\";i:18386;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/notes\";i:13659;s:56:\"/var/www/html/web/app/plugins/woocommerce/includes/admin\";i:1508682;s:58:\"/var/www/html/web/app/plugins/woocommerce/includes/widgets\";i:61034;s:65:\"/var/www/html/web/app/plugins/woocommerce/includes/payment-tokens\";i:6598;s:89:\"/var/www/html/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation/views\";i:839;s:83:\"/var/www/html/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation\";i:15058;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/integrations\";i:15058;s:66:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/cheque\";i:4736;s:76:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/assets/js\";i:2162;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/assets/images\";i:2454;s:73:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/assets\";i:4616;s:75:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/includes\";i:54515;s:66:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal\";i:77527;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/bacs\";i:14991;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/cod\";i:13290;s:59:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways\";i:116815;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/react-admin/emails\";i:3687;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/react-admin\";i:34566;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/log-handlers\";i:23124;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Utilities\";i:2852;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version3\";i:365908;s:81:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Telemetry\";i:4679;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1\";i:396739;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version2\";i:453924;s:71:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers\";i:1221250;s:59:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api\";i:1234915;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/export\";i:40330;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/emails\";i:100280;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/theme-support\";i:26018;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/import\";i:56176;s:60:\"/var/www/html/web/app/plugins/woocommerce/includes/abstracts\";i:267717;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/traits\";i:2124;s:81:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-local-delivery\";i:6046;s:89:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-international-delivery\";i:2643;s:72:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/local-pickup\";i:4004;s:79:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-local-pickup\";i:6991;s:73:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/free-shipping\";i:8365;s:78:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/flat-rate/includes\";i:4220;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/flat-rate\";i:12294;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-free-shipping\";i:7209;s:85:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes\";i:5093;s:76:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate\";i:17337;s:59:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping\";i:64889;s:50:\"/var/www/html/web/app/plugins/woocommerce/includes\";i:6512655;s:56:\"/var/www/html/web/app/plugins/woocommerce/templates/loop\";i:12067;s:71:\"/var/www/html/web/app/plugins/woocommerce/templates/single-product/tabs\";i:3971;s:78:\"/var/www/html/web/app/plugins/woocommerce/templates/single-product/add-to-cart\";i:15543;s:66:\"/var/www/html/web/app/plugins/woocommerce/templates/single-product\";i:42783;s:56:\"/var/www/html/web/app/plugins/woocommerce/templates/auth\";i:7033;s:57:\"/var/www/html/web/app/plugins/woocommerce/templates/parts\";i:10431;s:64:\"/var/www/html/web/app/plugins/woocommerce/templates/product-form\";i:1260;s:59:\"/var/www/html/web/app/plugins/woocommerce/templates/notices\";i:2933;s:60:\"/var/www/html/web/app/plugins/woocommerce/templates/checkout\";i:36481;s:61:\"/var/www/html/web/app/plugins/woocommerce/templates/myaccount\";i:48888;s:56:\"/var/www/html/web/app/plugins/woocommerce/templates/cart\";i:32420;s:65:\"/var/www/html/web/app/plugins/woocommerce/templates/block-notices\";i:4629;s:57:\"/var/www/html/web/app/plugins/woocommerce/templates/order\";i:24189;s:64:\"/var/www/html/web/app/plugins/woocommerce/templates/emails/plain\";i:38216;s:58:\"/var/www/html/web/app/plugins/woocommerce/templates/emails\";i:91533;s:72:\"/var/www/html/web/app/plugins/woocommerce/templates/templates/blockified\";i:18180;s:61:\"/var/www/html/web/app/plugins/woocommerce/templates/templates\";i:23448;s:58:\"/var/www/html/web/app/plugins/woocommerce/templates/global\";i:10121;s:51:\"/var/www/html/web/app/plugins/woocommerce/templates\";i:373790;s:41:\"/var/www/html/web/app/plugins/woocommerce\";i:45825103;s:66:\"/var/www/html/web/app/plugins/polylang/modules/machine-translation\";i:1351;s:55:\"/var/www/html/web/app/plugins/polylang/modules/sitemaps\";i:11332;s:51:\"/var/www/html/web/app/plugins/polylang/modules/sync\";i:44536;s:56:\"/var/www/html/web/app/plugins/polylang/modules/wizard/js\";i:10763;s:57:\"/var/www/html/web/app/plugins/polylang/modules/wizard/css\";i:20078;s:60:\"/var/www/html/web/app/plugins/polylang/modules/wizard/images\";i:50176;s:53:\"/var/www/html/web/app/plugins/polylang/modules/wizard\";i:130236;s:51:\"/var/www/html/web/app/plugins/polylang/modules/wpml\";i:66958;s:57:\"/var/www/html/web/app/plugins/polylang/modules/share-slug\";i:1565;s:58:\"/var/www/html/web/app/plugins/polylang/modules/site-health\";i:14557;s:62:\"/var/www/html/web/app/plugins/polylang/modules/translate-slugs\";i:1590;s:46:\"/var/www/html/web/app/plugins/polylang/modules\";i:272125;s:47:\"/var/www/html/web/app/plugins/polylang/settings\";i:119552;s:46:\"/var/www/html/web/app/plugins/polylang/install\";i:39475;s:47:\"/var/www/html/web/app/plugins/polylang/js/build\";i:103657;s:41:\"/var/www/html/web/app/plugins/polylang/js\";i:103657;s:44:\"/var/www/html/web/app/plugins/polylang/flags\";i:74931;s:54:\"/var/www/html/web/app/plugins/polylang/vendor/composer\";i:58432;s:45:\"/var/www/html/web/app/plugins/polylang/vendor\";i:59203;s:48:\"/var/www/html/web/app/plugins/polylang/css/build\";i:65766;s:42:\"/var/www/html/web/app/plugins/polylang/css\";i:65766;s:44:\"/var/www/html/web/app/plugins/polylang/admin\";i:161850;s:47:\"/var/www/html/web/app/plugins/polylang/frontend\";i:110448;s:73:\"/var/www/html/web/app/plugins/polylang/integrations/custom-field-template\";i:1158;s:66:\"/var/www/html/web/app/plugins/polylang/integrations/duplicate-post\";i:1144;s:60:\"/var/www/html/web/app/plugins/polylang/integrations/wp-sweep\";i:2126;s:57:\"/var/www/html/web/app/plugins/polylang/integrations/wpseo\";i:18480;s:63:\"/var/www/html/web/app/plugins/polylang/integrations/wp-importer\";i:8892;s:59:\"/var/www/html/web/app/plugins/polylang/integrations/jetpack\";i:7768;s:68:\"/var/www/html/web/app/plugins/polylang/integrations/wp-offload-media\";i:2392;s:57:\"/var/www/html/web/app/plugins/polylang/integrations/yarpp\";i:719;s:68:\"/var/www/html/web/app/plugins/polylang/integrations/twenty-seventeen\";i:1120;s:66:\"/var/www/html/web/app/plugins/polylang/integrations/domain-mapping\";i:2590;s:68:\"/var/www/html/web/app/plugins/polylang/integrations/no-category-base\";i:1002;s:57:\"/var/www/html/web/app/plugins/polylang/integrations/cache\";i:3629;s:64:\"/var/www/html/web/app/plugins/polylang/integrations/aqua-resizer\";i:877;s:51:\"/var/www/html/web/app/plugins/polylang/integrations\";i:53022;s:46:\"/var/www/html/web/app/plugins/polylang/include\";i:356041;s:38:\"/var/www/html/web/app/plugins/polylang\";i:1566178;s:29:\"/var/www/html/web/app/plugins\";i:47488373;s:37:\"/var/www/html/web/app/uploads/2024/08\";i:0;s:34:\"/var/www/html/web/app/uploads/2024\";i:0;s:49:\"/var/www/html/web/app/uploads/woocommerce_uploads\";i:13;s:37:\"/var/www/html/web/app/uploads/wc-logs\";i:5283;s:29:\"/var/www/html/web/app/uploads\";i:285118;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/customize\";i:177349;s:45:\"/var/www/haiku-atelier/web/wp/wp-includes/IXR\";i:33915;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/block-supports\";i:130165;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/sitemaps/providers\";i:17593;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/sitemaps\";i:47491;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/theme-compat\";i:15656;s:52:\"/var/www/haiku-atelier/web/wp/wp-includes/php-compat\";i:1253;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/interactivity-api\";i:55295;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Proxy\";i:4217;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Response\";i:3101;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Exception/Http\";i:16715;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Exception/Transport\";i:1397;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Exception\";i:22464;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Utility\";i:7176;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Auth\";i:2541;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Transport\";i:35470;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Cookie\";i:4363;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src\";i:214849;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/library\";i:261;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests\";i:215110;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/html-api\";i:330662;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/button\";i:14416;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-author-biography\";i:971;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/navigation-submenu\";i:5842;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query\";i:14007;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments\";i:28882;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-content\";i:1389;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/buttons\";i:11183;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/nextpage\";i:3039;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/latest-posts\";i:11776;s:52:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/rss\";i:4491;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/table\";i:27351;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/latest-comments\";i:6657;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/page-list-item\";i:1109;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-date\";i:1377;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/html\";i:3770;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-date\";i:1112;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/search\";i:19592;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-terms\";i:1715;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/tag-cloud\";i:3616;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination-numbers\";i:1942;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/footnotes\";i:2642;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/pattern\";i:411;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/categories\";i:2825;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/list-item\";i:1137;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/file\";i:11514;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/widget-group\";i:400;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/more\";i:3770;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-author-name\";i:1192;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination\";i:8628;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/cover\";i:83346;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/quote\";i:6526;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/site-tagline\";i:1625;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-featured-image\";i:29716;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-excerpt\";i:2925;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/social-link\";i:3474;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/heading\";i:5731;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/paragraph\";i:6904;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/list\";i:2173;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/columns\";i:9193;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/read-more\";i:2526;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/block\";i:587;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/image\";i:64157;s:77:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination-previous\";i:1023;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-edit-link\";i:1213;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-title\";i:1823;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-content\";i:1369;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-reply-link\";i:1001;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/site-logo\";i:17033;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/template-part\";i:7986;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/spacer\";i:4737;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/page-list\";i:7663;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/loginout\";i:1026;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-comments-form\";i:9737;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/preformatted\";i:1696;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/home-link\";i:1130;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-template\";i:8072;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-author-name\";i:1118;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/embed\";i:11232;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/navigation\";i:132149;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/avatar\";i:2296;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-title\";i:1701;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-no-results\";i:899;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/separator\";i:5038;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/legacy-widget\";i:556;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/code\";i:2638;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination\";i:9403;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/site-title\";i:2289;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/gallery\";i:80571;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/missing\";i:617;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination-previous\";i:1051;s:76:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination-next\";i:1039;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/media-text\";i:14445;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/verse\";i:1860;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/shortcode\";i:2918;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/pullquote\";i:8267;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/freeform\";i:41824;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination-next\";i:1011;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/navigation-link\";i:11752;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/term-description\";i:1751;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-title\";i:1392;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-template\";i:2910;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/details\";i:2030;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/video\";i:11619;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/calendar\";i:3804;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/social-links\";i:58808;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-author\";i:2895;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/audio\";i:3660;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/text-columns\";i:3034;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/archives\";i:1725;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/column\";i:1597;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-navigation-link\";i:4010;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/group\";i:9055;s:48:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks\";i:1503945;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/style-engine\";i:47528;s:46:\"/var/www/haiku-atelier/web/wp/wp-includes/pomo\";i:57146;s:48:\"/var/www/haiku-atelier/web/wp/wp-includes/assets\";i:24990;s:49:\"/var/www/haiku-atelier/web/wp/wp-includes/widgets\";i:158524;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/XML/Declaration\";i:7098;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/XML\";i:7098;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Decode/HTML\";i:17241;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Decode\";i:17241;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Parse\";i:20551;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Net\";i:7493;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Cache\";i:39607;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Content/Type\";i:8015;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Content\";i:8015;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/HTTP\";i:11487;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie\";i:458625;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/block-bindings\";i:3610;s:47:\"/var/www/haiku-atelier/web/wp/wp-includes/fonts\";i:326266;s:45:\"/var/www/haiku-atelier/web/wp/wp-includes/ID3\";i:1160011;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/PHPMailer\";i:233227;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api/search\";i:16749;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api/endpoints\";i:848388;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api/fields\";i:22510;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api\";i:977234;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/certificates\";i:233231;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/js/jquery/ui\";i:787634;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/js/jquery\";i:1305370;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/js/thickbox\";i:31323;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/utils\";i:18826;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/themes/inlite\";i:452642;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/themes/modern\";i:446221;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/themes\";i:898863;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/media\";i:57914;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wplink\";i:26816;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/link\";i:32949;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/image\";i:55874;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/lists\";i:97383;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:72:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:72:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/hr\";i:1347;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/paste\";i:113193;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins\";i:607301;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/langs\";i:15529;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:72:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins\";i:233085;s:52:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce\";i:2854127;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/js/jcrop\";i:24976;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/js/swfupload\";i:8715;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/js/plupload\";i:490468;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/imgareaselect\";i:49553;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/js/mediaelement/renderers\";i:18880;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/js/mediaelement\";i:721307;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/js/dist/development\";i:179848;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/js/dist/vendor\";i:2753435;s:49:\"/var/www/haiku-atelier/web/wp/wp-includes/js/dist\";i:21236724;s:49:\"/var/www/haiku-atelier/web/wp/wp-includes/js/crop\";i:20004;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/js/codemirror\";i:1287141;s:44:\"/var/www/haiku-atelier/web/wp/wp-includes/js\";i:30445287;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/edit-post\";i:51948;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/patterns\";i:7442;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/editor\";i:249468;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/edit-widgets\";i:95440;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/commands\";i:13442;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/block-directory\";i:15116;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/block-library\";i:805412;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/widgets\";i:23740;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/block-editor\";i:617115;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/customize-widgets\";i:23886;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/format-library\";i:5556;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/preferences\";i:8474;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/edit-site\";i:337302;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/list-reusable-blocks\";i:17928;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/components\";i:357993;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/nux\";i:11624;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/reusable-blocks\";i:2290;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist\";i:2644176;s:45:\"/var/www/haiku-atelier/web/wp/wp-includes/css\";i:3289933;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/Text/Diff/Renderer\";i:5528;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/Text/Diff/Engine\";i:31802;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/Text/Diff\";i:44136;s:46:\"/var/www/haiku-atelier/web/wp/wp-includes/Text\";i:57049;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/images/crystal\";i:15541;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/images/media\";i:5263;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/images/smilies\";i:10082;s:48:\"/var/www/haiku-atelier/web/wp/wp-includes/images\";i:102178;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/block-patterns\";i:8843;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/lib\";i:87360;s:79:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:80:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:77:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32\";i:437041;s:77:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:78:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core\";i:452743;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/PHP52\";i:4116;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src\";i:1207254;s:80:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:80:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:85:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:82:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced\";i:2698;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat\";i:1303525;s:46:\"/var/www/haiku-atelier/web/wp/wp-includes/l10n\";i:30499;s:41:\"/var/www/haiku-atelier/web/wp/wp-includes\";i:48797833;s:43:\"/var/www/haiku-atelier/web/wp/wp-admin/user\";i:3685;s:46:\"/var/www/haiku-atelier/web/wp/wp-admin/network\";i:125999;s:47:\"/var/www/haiku-atelier/web/wp/wp-admin/includes\";i:3069241;s:44:\"/var/www/haiku-atelier/web/wp/wp-admin/maint\";i:7592;s:49:\"/var/www/haiku-atelier/web/wp/wp-admin/js/widgets\";i:139432;s:41:\"/var/www/haiku-atelier/web/wp/wp-admin/js\";i:1971286;s:55:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/ocean\";i:75229;s:56:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/coffee\";i:75892;s:58:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/midnight\";i:78486;s:55:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/light\";i:78474;s:59:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/ectoplasm\";i:77742;s:57:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/sunrise\";i:78407;s:54:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/blue\";i:77778;s:56:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/modern\";i:77989;s:49:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors\";i:643556;s:42:\"/var/www/haiku-atelier/web/wp/wp-admin/css\";i:2542439;s:45:\"/var/www/haiku-atelier/web/wp/wp-admin/images\";i:426821;s:38:\"/var/www/haiku-atelier/web/wp/wp-admin\";i:9072296;s:29:\"/var/www/haiku-atelier/web/wp\";i:58054082;s:64:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/inc\";i:16246;s:87:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/schemas/api/v3\";i:6589;s:84:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/schemas/api\";i:16970;s:80:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/schemas\";i:17870;s:85:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/types/api/v3\";i:383;s:82:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/types/api\";i:2909;s:78:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/types\";i:4106;s:72:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib\";i:42733;s:79:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/constantes\";i:6552;s:68:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts\";i:99856;s:71:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/pages\";i:9304;s:75:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/abstracts\";i:1400;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/layouts\";i:32926;s:78:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/base/polices\";i:7819;s:79:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/base/elements\";i:6185;s:70:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/base\";i:16318;s:65:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass\";i:60709;s:60:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src\";i:182905;s:70:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/vendor\";i:1155;s:74:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/fonts/lato\";i:2681684;s:76:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/fonts/myriad\";i:223544;s:69:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/fonts\";i:2905228;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/logos\";i:27641;s:80:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/storytelling\";i:17708051;s:74:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/paypal\";i:3161;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/about\";i:41602782;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/icons\";i:2965;s:94:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/TAMANORI\";i:28185358;s:94:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/BOROBORO\";i:12198378;s:94:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/TANEMAKI\";i:51708624;s:90:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/KARA\";i:20206872;s:92:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/KISHOU\";i:1117321;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/IKKAN\";i:7522617;s:92:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/MUGURA\";i:48966844;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/ROKKU\";i:30061913;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/KAGUN\";i:39437895;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/PIASU\";i:41429239;s:93:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/HATTARI\";i:11237555;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/HADOU\";i:14508333;s:85:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS\";i:306580949;s:82:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/HADOU\";i:927234;s:86:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/SIZECHART\";i:60067;s:76:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products\";i:308169029;s:67:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img\";i:367546884;s:72:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/js/.vite\";i:23402;s:66:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/js\";i:187659;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/css/pages\";i:60815;s:67:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/css\";i:168929;s:63:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets\";i:370810363;s:69:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/macros\";i:696;s:81:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages/panier\";i:13142;s:82:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages/produit\";i:5012;s:79:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages/shop\";i:1199;s:74:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages\";i:19353;s:68:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts\";i:26003;s:62:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views\";i:45157;s:56:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024\";i:371054731;s:64:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/templates\";i:12953;s:63:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/patterns\";i:158957;s:73:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:73:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:72:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:83:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:67:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts\";i:1023558;s:65:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/css\";i:357;s:68:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/images\";i:1152100;s:61:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets\";i:2176015;s:61:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/styles\";i:33892;s:60:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/parts\";i:1473;s:54:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour\";i:3137090;s:37:\"/var/www/haiku-atelier/web/app/themes\";i:374191821;s:60:\"/var/www/haiku-atelier/web/app/plugins/falcon/src/Components\";i:3084;s:49:\"/var/www/haiku-atelier/web/app/plugins/falcon/src\";i:31297;s:52:\"/var/www/haiku-atelier/web/app/plugins/falcon/assets\";i:6377;s:61:\"/var/www/haiku-atelier/web/app/plugins/falcon/vendor/composer\";i:37088;s:52:\"/var/www/haiku-atelier/web/app/plugins/falcon/vendor\";i:37859;s:65:\"/var/www/haiku-atelier/web/app/plugins/falcon/views/settings/tabs\";i:13902;s:60:\"/var/www/haiku-atelier/web/app/plugins/falcon/views/settings\";i:13902;s:51:\"/var/www/haiku-atelier/web/app/plugins/falcon/views\";i:13902;s:45:\"/var/www/haiku-atelier/web/app/plugins/falcon\";i:97092;s:63:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/collectors\";i:146052;s:60:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/classes\";i:98467;s:57:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/data\";i:15807;s:63:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/wp-content\";i:2403;s:64:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output/html\";i:165089;s:63:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output/raw\";i:9533;s:67:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output/headers\";i:4820;s:59:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output\";i:197727;s:65:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/assets/icons\";i:2156;s:59:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/assets\";i:73257;s:68:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/vendor/composer\";i:26857;s:59:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/vendor\";i:27628;s:64:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/dispatchers\";i:37910;s:52:\"/var/www/haiku-atelier/web/app/plugins/query-monitor\";i:636645;s:55:\"/var/www/haiku-atelier/web/app/plugins/polylang/include\";i:356041;s:65:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard/js\";i:10763;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard/css\";i:20078;s:69:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard/images\";i:50176;s:62:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard\";i:130236;s:64:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/sitemaps\";i:11332;s:67:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/site-health\";i:14557;s:71:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/translate-slugs\";i:1590;s:75:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/machine-translation\";i:1351;s:60:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/sync\";i:44536;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/share-slug\";i:1565;s:60:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wpml\";i:66958;s:55:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules\";i:272125;s:53:\"/var/www/haiku-atelier/web/app/plugins/polylang/admin\";i:161850;s:56:\"/var/www/haiku-atelier/web/app/plugins/polylang/frontend\";i:110448;s:63:\"/var/www/haiku-atelier/web/app/plugins/polylang/vendor/composer\";i:58432;s:54:\"/var/www/haiku-atelier/web/app/plugins/polylang/vendor\";i:59203;s:73:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/aqua-resizer\";i:877;s:77:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/no-category-base\";i:1002;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/yarpp\";i:719;s:77:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wp-offload-media\";i:2392;s:68:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/jetpack\";i:7768;s:72:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wp-importer\";i:8892;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wpseo\";i:18480;s:82:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/custom-field-template\";i:1158;s:77:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/twenty-seventeen\";i:1120;s:75:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/domain-mapping\";i:2590;s:75:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/duplicate-post\";i:1144;s:69:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wp-sweep\";i:2126;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/cache\";i:3629;s:60:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations\";i:53022;s:55:\"/var/www/haiku-atelier/web/app/plugins/polylang/install\";i:39475;s:56:\"/var/www/haiku-atelier/web/app/plugins/polylang/js/build\";i:103657;s:50:\"/var/www/haiku-atelier/web/app/plugins/polylang/js\";i:103657;s:57:\"/var/www/haiku-atelier/web/app/plugins/polylang/css/build\";i:65766;s:51:\"/var/www/haiku-atelier/web/app/plugins/polylang/css\";i:65766;s:53:\"/var/www/haiku-atelier/web/app/plugins/polylang/flags\";i:74931;s:56:\"/var/www/haiku-atelier/web/app/plugins/polylang/settings\";i:119552;s:47:\"/var/www/haiku-atelier/web/app/plugins/polylang\";i:1566178;s:73:\"/var/www/haiku-atelier/web/app/plugins/force-regenerate-thumbnails/assets\";i:10275;s:66:\"/var/www/haiku-atelier/web/app/plugins/force-regenerate-thumbnails\";i:55299;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/single-product/add-to-cart\";i:15556;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/single-product/tabs\";i:3971;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/single-product\";i:42878;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/checkout\";i:36451;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/templates/blockified\";i:18180;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/templates\";i:23448;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/emails/plain\";i:38319;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/emails\";i:91920;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/cart\";i:32634;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/myaccount\";i:50782;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/global\";i:10397;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/block-notices\";i:4629;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/order\";i:24189;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/product-form\";i:1260;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/notices\";i:2933;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/auth\";i:7309;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/parts\";i:10043;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/loop\";i:12321;s:60:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates\";i:376768;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/Detection\";i:79248;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/Psr/Container\";i:1472;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/Psr\";i:1472;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Exception\";i:551;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/ServiceProvider\";i:6476;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Definition\";i:12789;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Inflector\";i:6143;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Argument\";i:6726;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container\";i:45593;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League\";i:45593;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages\";i:126313;s:54:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib\";i:126313;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/sample-data\";i:220042;s:59:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/patterns\";i:124277;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Formatters\";i:4658;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Utilities\";i:145254;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1/AI\";i:828;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1\";i:174869;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Schemas\";i:185840;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Routes/V1/AI\";i:5335;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Routes/V1\";i:163674;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Routes\";i:164010;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Exceptions\";i:7013;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Payments\";i:3857;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi\";i:551266;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/PluginsInstallLoggers\";i:7021;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers\";i:5640;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications\";i:51416;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/BlockTemplates\";i:6035;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Overrides\";i:11224;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/DateTimeProvider\";i:885;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Composer\";i:2431;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Notes\";i:73841;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Marketing\";i:28244;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats\";i:22904;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers\";i:77739;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats\";i:9309;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue\";i:11036;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Products/Stats\";i:29290;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Products\";i:61183;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Export\";i:6937;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Categories\";i:21403;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats\";i:62498;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders\";i:103155;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats\";i:8958;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock\";i:25687;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats\";i:30273;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations\";i:62825;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats\";i:17498;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files\";i:594;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads\";i:44458;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats\";i:30490;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons\";i:56521;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats\";i:23175;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes\";i:43714;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Import\";i:8776;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators\";i:19096;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports\";i:694872;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Templates\";i:181;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/AI\";i:16436;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API\";i:1031204;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Schedulers\";i:9819;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/PluginsProvider\";i:2800;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint/Importers\";i:9932;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint/Exporters\";i:16010;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint/Steps\";i:12826;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint\";i:47719;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions\";i:14445;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks\";i:58486;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks\";i:102236;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/MarketingRecommendations\";i:21179;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions\";i:57851;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates\";i:3606;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor\";i:43946;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField\";i:2465;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Navigation\";i:37775;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features\";i:354011;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors/Transformers\";i:13683;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors\";i:63415;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteSpecs\";i:71728;s:60:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin\";i:1747611;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Utilities\";i:53577;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/TransientFiles\";i:22612;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/ImportExport\";i:6146;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/WCPayPromotion\";i:12470;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/BlockTemplates\";i:40707;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Logging/FileV2\";i:50566;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Logging\";i:97520;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Onboarding\";i:47801;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Notes\";i:104650;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes\";i:24772;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Orders\";i:128350;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Marketing\";i:2591;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/ProductForm\";i:15057;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Schedulers\";i:22212;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions\";i:41004;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/ProductReviews\";i:72648;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin\";i:778158;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Utilities\";i:78473;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ComingSoon\";i:12349;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Logging\";i:15828;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/CardIcons\";i:44660;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/Templates\";i:3661;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ReceiptRendering\";i:73593;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Font\";i:11233;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductImage\";i:1973;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DataStores/Orders\";i:285676;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DataStores\";i:292918;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/BatchProcessing\";i:25545;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Traits\";i:18786;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin\";i:29372;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories\";i:53710;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductDownloads\";i:53710;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductAttributesLookup\";i:95406;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Orders\";i:32870;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/WCCom\";i:685;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders\";i:32478;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DependencyManagement\";i:50978;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Settings\";i:1834;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates\";i:66833;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor\";i:66833;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Features\";i:120939;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Integrations\";i:2474;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal\";i:1726157;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Database/Migrations/CustomOrderTable\";i:69217;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Database/Migrations\";i:135204;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Database\";i:135204;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain/Services/OnboardingTasks\";i:3094;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain/Services/Email\";i:4642;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain/Services\";i:101382;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain\";i:123033;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Images\";i:8071;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Patterns\";i:22111;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation\";i:53330;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/BlockTypes\";i:521539;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/AIContent\";i:68267;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Assets\";i:25904;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Interactivity\";i:4382;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Registry\";i:5604;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Shipping\";i:21953;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Utils\";i:80715;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Templates\";i:69877;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Payments/Integrations\";i:11314;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Payments\";i:21564;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/AI\";i:7106;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/InteractivityComponents\";i:10100;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Integrations\";i:6333;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks\";i:1091452;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Caches\";i:3406;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Caching\";i:20668;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Checkout/Helpers\";i:10472;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Checkout\";i:10472;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/LayoutTemplates\";i:6004;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Proxies\";i:5575;s:54:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src\";i:5367285;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/lib/cron-expression\";i:29942;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/lib\";i:33750;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/data-stores\";i:101713;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/migration\";i:25700;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI\";i:24146;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/actions\";i:4310;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/schema\";i:7801;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/schedules\";i:10785;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/abstracts\";i:83943;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes\";i:355164;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/deprecated\";i:13295;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler\";i:477051;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/woocommerce-admin\";i:203;s:59:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages\";i:477254;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/print-shipping-label-banner\";i:7131;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/explat\";i:47344;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/admin-layout\";i:3499;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/currency\";i:4746;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/csv-export\";i:4990;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/app\";i:722758;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal\";i:1273;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/data\";i:148210;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-catalog-visibility-field\";i:750;s:138:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/insert-url-menu-item\";i:2438;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/downloads-menu\";i:2153;s:145:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal/images\";i:2332;s:138:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal\";i:6944;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/upload-files-menu-item\";i:1800;s:131:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/media-library\";i:1612;s:117:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads\";i:22944;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-name-field\";i:3203;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sku-field\";i:2100;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-class\";i:5296;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/password\";i:2059;s:131:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-downloads-field\";i:8748;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-quantity\";i:3061;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variations-options-field\";i:3839;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-sku\";i:2764;s:133:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-description-field\";i:576;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sale-price-field\";i:2165;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-email-field\";i:635;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields\";i:2008;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-email\";i:3517;s:129:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-summary-field\";i:3417;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/schedule-sale\";i:4934;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-items\";i:7590;s:128:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields-toggle\";i:3010;s:143:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-details-section-description\";i:13768;s:129:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-has-variations\";i:2496;s:127:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-dimensions\";i:5766;s:136:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-edit-single-variation\";i:3219;s:136:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-class-field\";i:713;s:129:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields\";i:578;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary/paragraph-rtl-control\";i:1391;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary\";i:6722;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/regular-price\";i:4093;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list\";i:7690;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-tag-field\";i:2873;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/catalog-visibility\";i:2333;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variation-items-field\";i:2302;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-attributes-field\";i:2002;s:142:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-dimensions-fields\";i:2649;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/attributes\";i:3458;s:135:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-regular-price-field\";i:2248;s:111:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/tag\";i:2511;s:130:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description/components\";i:2931;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description\";i:7272;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-has-variations-notice\";i:1737;s:128:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-images-field\";i:3216;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/name\";i:5644;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-quantity-field\";i:642;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options/images\";i:2235;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options\";i:8902;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/sale-price\";i:3671;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list-field\";i:5559;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder/imgs\";i:13383;s:127:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder\";i:14896;s:114:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images\";i:21738;s:130:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-password-field\";i:626;s:139:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-single-variation-notice\";i:1702;s:142:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields-toggle-field\";i:2064;s:136:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-schedule-sale-fields\";i:1661;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields\";i:212471;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-number-field\";i:1864;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section\";i:2766;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-checkbox-field\";i:877;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/select\";i:3559;s:124:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-area-field\";i:1415;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section\";i:1843;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text\";i:5590;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-pricing-field\";i:1949;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-collapsible\";i:616;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-field\";i:2251;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-rtl\";i:674;s:143:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-alignment\";i:907;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar\";i:1581;s:110:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area\";i:7325;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection\";i:776;s:104:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/tab\";i:4363;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/linked-product-list\";i:8443;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/collapsible\";i:2072;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-tab\";i:1945;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-linked-list-field\";i:2134;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-select-field\";i:1172;s:131:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection-description\";i:610;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/pricing\";i:3390;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection-description\";i:2110;s:109:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/taxonomy\";i:9171;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section-description\";i:2080;s:111:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection\";i:2793;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/radio\";i:2665;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-taxonomy-field\";i:3809;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/conditional\";i:2531;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-toggle-field\";i:1001;s:128:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section-description\";i:598;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/toggle\";i:4132;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-radio-field\";i:841;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/number\";i:3705;s:109:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/checkbox\";i:2729;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic\";i:93125;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks\";i:313641;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor\";i:1155516;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/date\";i:44452;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/customer-effort-score\";i:30784;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/experimental\";i:86614;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/navigation\";i:43966;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/onboarding\";i:263375;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/woo-product-usage-notice\";i:6028;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/marketing-coupons\";i:21280;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/tracks\";i:8655;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/chunks\";i:1908969;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/notices\";i:1796;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/payment-method-promotions\";i:2901;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/remote-logging\";i:21615;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/block-templates\";i:127314;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/wp-admin-scripts\";i:333496;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/components\";i:1108294;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-category-metabox\";i:4209;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/number\";i:2243;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin\";i:6638361;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/add-to-cart-form\";i:594;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image-next-previous\";i:739;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/single-product\";i:618;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-rating-counter\";i:882;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filters-overlay\";i:1012;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-information\";i:965;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/handpicked-products\";i:1434;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-thumbnails\";i:635;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image\";i:633;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block\";i:31358;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/checkout\";i:1162;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-wrapper\";i:651;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-template\";i:1147;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/cart-blocks\";i:28151;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/classic-shortcode\";i:625;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-rating\";i:905;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/rating-filter\";i:867;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-meta\";i:479;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals-wrapper\";i:634;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/breadcrumbs\";i:771;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/stock-filter\";i:933;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-active\";i:613;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/featured-category\";i:1842;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-average-rating\";i:446;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/products-by-attribute\";i:1585;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/filter-wrapper\";i:357;s:97:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals\";i:1523;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/related-products\";i:441;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-results-count\";i:535;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-category\";i:1605;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-rating-stars\";i:870;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-rating\";i:791;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filters\";i:1467;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery\";i:1596;s:114:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-pickup-options-block\";i:588;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-discount-block\";i:643;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-shipping-block\";i:583;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-coupon-form-block\";i:627;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-cart-button-block\";i:818;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-block\";i:444;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-shipping-block\";i:575;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-mini-cart-contents-block\";i:624;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-subtotal-block\";i:635;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-terms-block\";i:746;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-methods-block\";i:614;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-checkout-button-block\";i:836;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-additional-information-block\";i:665;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-fields-block\";i:642;s:110:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/proceed-to-checkout-block\";i:572;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-subtotal-block\";i:643;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-contact-information-block\";i:614;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-billing-address-block\";i:602;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-address-block\";i:605;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-mini-cart-contents-block\";i:618;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-taxes-block\";i:626;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-block\";i:717;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-actions-block\";i:583;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-totals-block\";i:664;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-discount-block\";i:635;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-footer-block\";i:619;s:109:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-block\";i:590;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-items-block\";i:635;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-shopping-button-block\";i:829;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-coupon-form-block\";i:619;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-block\";i:580;s:117:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-fee-block\";i:629;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-products-block\";i:662;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-method-block\";i:595;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-totals-block\";i:661;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-totals-block\";i:679;s:124:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-cart-items-block\";i:630;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-items-counter-block\";i:676;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-cart-block\";i:594;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-accepted-payment-methods-block\";i:471;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-taxes-block\";i:634;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-fee-block\";i:621;s:111:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-express-payment-block\";i:616;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-cart-block\";i:605;s:117:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-heading-block\";i:674;s:110:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-note-block\";i:620;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-label-block\";i:716;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-line-items-block\";i:592;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-items-block\";i:568;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-express-payment-block\";i:684;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-totals-block\";i:653;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-payment-block\";i:585;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-products-table-block\";i:634;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks\";i:33590;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-attribute\";i:2045;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/attribute-filter\";i:1119;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields-wrapper\";i:684;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-best-sellers\";i:1613;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-categories\";i:1174;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-stock-status\";i:978;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads-wrapper\";i:642;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-new\";i:1577;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-pager\";i:546;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/all-products\";i:737;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-collection\";i:1358;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-reviews\";i:436;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-image-gallery\";i:470;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/price-filter\";i:854;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/checkout-blocks\";i:62928;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-button\";i:1365;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-address\";i:1374;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-price\";i:672;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-summary\";i:1417;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/coming-soon\";i:311;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-details\";i:442;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/featured-product\";i:1888;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields\";i:937;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/catalog-sorting\";i:542;s:97:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-status\";i:1272;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/customer-account\";i:815;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/page-content-wrapper\";i:543;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/store-notices\";i:508;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-collection-no-results\";i:947;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads\";i:1521;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-address\";i:1377;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/mini-cart\";i:1304;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-clear-button\";i:464;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-tag\";i:1388;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-wrapper\";i:680;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/active-filters\";i:623;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filters-overlay-navigation\";i:2137;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-top-rated\";i:1591;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter\";i:826;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks\";i:4700944;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client\";i:11339305;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/fonts\";i:552889;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-qrcode\";i:45224;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-payment\";i:26193;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/accounting\";i:16783;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-flot\";i:214183;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-serializejson\";i:22579;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/admin\";i:488725;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-ui-touch-punch\";i:6358;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/zoom\";i:8732;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/frontend\";i:209838;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/sourcebuster\";i:46700;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/round\";i:2271;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/stupidtable\";i:5713;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/flexslider\";i:74805;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-blockui\";i:29694;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/select2\";i:444591;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/photoswipe\";i:156989;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/js-cookie\";i:5532;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-tiptip\";i:10303;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/prettyPhoto\";i:56955;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/selectWoo\";i:464613;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-cookie\";i:4550;s:60:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js\";i:2341331;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/jquery-ui/images\";i:19610;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/jquery-ui\";i:109637;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/photoswipe/default-skin\";i:22461;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/photoswipe\";i:31039;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css\";i:2096198;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/core-profiler\";i:33862;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/template-placeholders\";i:2886;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/payment_methods/72x72\";i:35180;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/payment_methods\";i:35180;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/task_list\";i:83458;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/product_data\";i:1441;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/previews\";i:413623;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/blocks/product-filters-overlay\";i:6825;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/blocks/mini-cart\";i:8753;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/blocks\";i:15578;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/shipping_partners\";i:205509;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/onboarding\";i:240417;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/payment-methods\";i:67316;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/icons/credit-cards\";i:27486;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/icons\";i:31521;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/pattern-placeholders\";i:4053200;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/marketing\";i:82806;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/block-placeholders\";i:6496;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/admin_notes\";i:22969;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images\";i:5767572;s:57:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets\";i:22097295;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/client/admin/config\";i:2432;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/client/admin\";i:2432;s:57:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/client\";i:2432;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/bin\";i:19348;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath\";i:39842;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser\";i:42756;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Node\";i:17185;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Exception\";i:4181;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector\";i:107185;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources\";i:2168;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80\";i:10530;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony\";i:117715;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property\";i:13039;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule\";i:10209;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing\";i:17616;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList\";i:30074;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value\";i:37869;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet\";i:42613;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src\";i:171568;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser\";i:172672;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm\";i:172672;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers/src\";i:78080;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers\";i:79355;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer\";i:986889;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Info\";i:5464;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Formats\";i:9455;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Resolvers\";i:26657;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Schemas\";i:11417;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Filters\";i:14233;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Pragmas\";i:6839;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Keywords\";i:104211;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Drafts\";i:16672;s:104:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/KeywordValidators\";i:2046;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers\";i:168548;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Pragmas\";i:9060;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Keywords\";i:149538;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Exceptions\";i:14049;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Errors\";i:19102;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Variables\";i:6949;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/KeywordValidators\";i:4676;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src\";i:512100;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema\";i:523262;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string/src/Exception\";i:3792;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string/src\";i:45510;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string/res\";i:85488;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string\";i:141477;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/uri/src\";i:50158;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/uri\";i:61761;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis\";i:726500;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/jetpack-autoloader\";i:51562;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Cli\";i:2787;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/docs/json-examples\";i:578;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/docs\";i:578;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Schemas\";i:3561;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Importers\";i:13706;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Exporters\";i:5124;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/ResultFormatters\";i:2804;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/ResourceStorages\";i:5077;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Steps\";i:14199;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src\";i:87257;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/fixtures\";i:595;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/Unit/Schemas\";i:2144;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/Unit\";i:6049;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/stubs/Exporters\";i:643;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/stubs\";i:643;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests\";i:8499;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint\";i:96039;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce\";i:96039;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Css\";i:8803;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30875;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching\";i:2073;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src\";i:93292;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier\";i:94360;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago\";i:94360;s:97:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16839;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db\";i:29467;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind\";i:29467;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src\";i:29467;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests\";i:709;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext\";i:31944;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader\";i:76583;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db\";i:76583;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis/_inc\";i:2116;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis\";i:45720;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks\";i:6554;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/sso\";i:113495;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src\";i:462283;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/dist\";i:82512;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy\";i:86764;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection\";i:649975;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles/src\";i:1863;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles\";i:20279;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants/src\";i:3465;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants\";i:21881;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src\";i:4364;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats\";i:22780;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src\";i:6809;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui\";i:25225;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets/build\";i:8948;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets/src/js\";i:2330;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets/src\";i:40444;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets\";i:68778;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src\";i:81481;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader\";i:99897;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-config/src\";i:11782;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-config\";i:30198;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect/src\";i:2606;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect\";i:21022;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-status/src\";i:50948;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-status\";i:69364;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic\";i:1029399;s:57:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor\";i:3372155;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/data-stores\";i:354754;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/react-admin/emails\";i:3687;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/react-admin\";i:34639;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/libraries\";i:26600;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/customizer\";i:33397;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/log-handlers\";i:23124;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/walkers\";i:8177;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/product-usage\";i:3082;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/import\";i:56176;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/list-tables\";i:59028;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/reports\";i:167441;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/notes\";i:13659;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/plugin-updates/views\";i:2685;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/plugin-updates\";i:18386;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/templates\";i:1574;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/views\";i:287;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions\";i:10184;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/views\";i:121662;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/importers/mappings\";i:9193;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/importers/views\";i:13062;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/importers\";i:62849;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/meta-boxes/views\";i:131617;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/meta-boxes\";i:223285;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/settings/views\";i:55620;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/settings\";i:181942;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/helper/views\";i:17661;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/helper\";i:165129;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin\";i:1542031;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/interfaces\";i:35473;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/emails\";i:100280;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/theme-support\";i:26018;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/traits\";i:2124;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/cli\";i:38423;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/blocks\";i:2122;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/widgets\";i:61034;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/queue\";i:8898;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-local-delivery\";i:6046;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/flat-rate/includes\";i:4220;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/flat-rate\";i:12294;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-local-pickup\";i:6991;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/local-pickup\";i:4004;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-international-delivery\";i:2643;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/free-shipping\";i:8365;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-free-shipping\";i:7209;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes\";i:5093;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate\";i:17337;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping\";i:64889;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/payment-tokens\";i:6598;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/abstracts\";i:268729;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation/views\";i:839;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation\";i:15058;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/integrations\";i:15058;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/tracks/events\";i:62168;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/tracks\";i:87347;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/export\";i:40330;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version3\";i:373774;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version2\";i:456837;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1\";i:397047;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Telemetry\";i:4679;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers\";i:1232337;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Utilities\";i:2852;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api\";i:1246552;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/installation/installation-steps\";i:11303;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/installation\";i:27945;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/rest-api/endpoints\";i:11576;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/rest-api\";i:17838;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site\";i:57476;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/cod\";i:13290;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/assets/js\";i:2162;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/assets/images\";i:2454;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/assets\";i:4616;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/includes\";i:54634;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal\";i:77646;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/cheque\";i:4736;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/bacs\";i:14991;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways\";i:116934;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shortcodes\";i:53973;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/legacy\";i:77989;s:59:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes\";i:6609222;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/i18n/languages\";i:1753660;s:55:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/i18n\";i:2019496;s:50:\"/var/www/haiku-atelier/web/app/plugins/woocommerce\";i:40855736;s:73:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build/resources/scripts\";i:2058766;s:69:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build/resources/css\";i:1445;s:65:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build/resources\";i:2060211;s:55:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build\";i:2060211;s:61:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src/Filters\";i:1300;s:58:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src/Spec\";i:16940;s:57:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src/CLI\";i:2060;s:53:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src\";i:32330;s:56:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/assets\";i:417779;s:65:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/vendor/composer\";i:36281;s:56:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/vendor\";i:37052;s:67:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/scripts\";i:1193;s:68:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/elements\";i:2149767;s:64:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/sass\";i:401;s:65:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/views\";i:1979;s:59:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources\";i:2153340;s:49:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi\";i:4718989;s:87:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods/chronopost\";i:21790;s:90:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods/mondial_relay\";i:14027;s:80:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods/ups\";i:14871;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods\";i:55876;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/FPDI/filters\";i:5896;s:68:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/FPDI\";i:100646;s:77:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/include\";i:952612;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/config\";i:1194;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/fonts\";i:2529;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/tools\";i:7413;s:69:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf\";i:2322586;s:63:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib\";i:2426416;s:84:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/chronopost\";i:80783;s:90:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/abstract_classes\";i:69630;s:80:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/config\";i:350;s:87:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/mondial_relay\";i:76867;s:77:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/ups\";i:70178;s:73:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes\";i:299338;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups/openstreetmap\";i:2964;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups/mondial_relay\";i:3251;s:94:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups/google_maps\";i:2540;s:82:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups\";i:9732;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/shipping\";i:6384;s:81:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/config\";i:2233;s:92:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/chronopost\";i:6964;s:98:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/abstract_classes\";i:16698;s:95:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/mondial_relay\";i:5948;s:85:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/ups\";i:5812;s:81:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders\";i:35422;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/settings\";i:799;s:74:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials\";i:54570;s:86:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/chronopost\";i:12119;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups/openstreetmap\";i:15136;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups/mondial_relay\";i:5469;s:95:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups/google_maps\";i:14868;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups\";i:37647;s:89:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/mondial_relay\";i:3080;s:79:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/dhl\";i:1381;s:79:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/ups\";i:3109;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js\";i:61179;s:87:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/chronopost\";i:55;s:84:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/pickups\";i:4890;s:90:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/mondial_relay\";i:55;s:80:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/ups\";i:55;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css\";i:5055;s:72:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets\";i:66234;s:71:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/views\";i:254;s:65:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin\";i:421863;s:77:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/woocommerce_block\";i:42885;s:85:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/resources/email/templates\";i:1248;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/resources/email\";i:1248;s:69:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/resources\";i:108037;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/chronopost\";i:4973;s:89:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/abstract_classes\";i:12853;s:86:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/mondial_relay\";i:4668;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/ups\";i:6516;s:72:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup\";i:29010;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups/openstreetmap\";i:3603;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups/mondial_relay\";i:3812;s:94:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups/google_maps\";i:3461;s:82:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups\";i:10876;s:74:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials\";i:10876;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/openstreetmap\";i:11083;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/mondial_relay\";i:4894;s:102:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/woocommerce_blocks\";i:2911;s:95:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/google_maps\";i:11001;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups\";i:29889;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js\";i:29889;s:84:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/css/pickups\";i:3911;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/css\";i:3911;s:72:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets\";i:33800;s:65:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front\";i:75274;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/helpers/classes\";i:374;s:74:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/helpers/helper\";i:7996;s:67:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/helpers\";i:10238;s:59:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc\";i:3140589;s:71:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/vendor/composer\";i:35612;s:62:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/vendor\";i:35751;s:55:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping\";i:3194686;s:38:\"/var/www/haiku-atelier/web/app/plugins\";i:51124625;s:58:\"/var/www/haiku-atelier/web/app/uploads/woocommerce_uploads\";i:14;s:46:\"/var/www/haiku-atelier/web/app/uploads/wc-logs\";i:4441;s:46:\"/var/www/haiku-atelier/web/app/uploads/2024/10\";i:122283131;s:46:\"/var/www/haiku-atelier/web/app/uploads/2024/09\";i:30092056;s:43:\"/var/www/haiku-atelier/web/app/uploads/2024\";i:152375187;s:38:\"/var/www/haiku-atelier/web/app/uploads\";i:152379642;}','off'), +(992,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:9:{s:4:\"slug\";s:24:\"product-edit-automatewoo\";s:7:\"product\";s:11:\"automatewoo\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:23:\"Automate your marketing\";s:4:\"copy\";s:89:\"Win customers and keep them coming back with a nearly endless range of powerful workflows\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/automatewoo/\";}i:12;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:13;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:11:\"WooPayments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";}i:15;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:16;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:18;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:19;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:20;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:21;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:22;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:23;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:24;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:25;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:26;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:27;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1723037545;}','off'), +(1266,'woocommerce_task_list_reminder_bar_hidden','yes','auto'), +(1844,'nonce_key','Qe9)bK=%I]xCh./VgqP J~76af%z[ GJpRMI$H9^BE!rApKAVk}7rw._BQRV:.}4','off'), +(1845,'nonce_salt',' 3%/;I6>tVBcX^+ei0X(f07Fy}xZy9-W4;4Hp]+9c|7Lu9OyH*vDy<$[ ZFupt-K','off'), +(1855,'auth_key','+_xd+>H[lp.sF$h(0~tRw(*Mc3fU~j;oy5**DrV8N`:&oeE`[aW31h{1+sbj%m/9','off'), +(1856,'auth_salt','*g5A.#_L{&a+3G-HjFNXK!,lkIl{fp%Yk!b9LatvPCB_-oCx^?R~k^3X-*wzC T^','off'), +(1865,'secure_auth_key','_OJ{C5_dNeer{F8)-EMc@BG;IG#6FB*f!A=pxe@1kq:jG','off'), +(1866,'secure_auth_salt','0zE{&JkB]rz&F(6gC,sYm42s?Y~I(@wIuB%wVd$!r0IUEf2X|wWAAu,+t?NC[jQ','off'), +(1868,'logged_in_salt','%;$7@^LKY|%V>x95!VT;|+ 6qCn}f2Nxf9~0@ucl:o_B1@mP_KR XTC=lW~sDsX.','off'), +(2018,'woocommerce_downloads_count_partial','yes','on'), +(2230,'wp-openapi-rewrite-flushed','1','auto'), +(2232,'wp-openapi-options','','auto'), +(2594,'woocommerce_email_footer_text_color','#3c3c3c','off'), +(3107,'recovery_keys','a:0:{}','off'), +(5596,'woocommerce_admin_customize_store_completed','yes','auto'), +(6061,'site_logo','','auto'), +(8528,'woocommerce_feature_site_visibility_badge_enabled','yes','on'), +(8589,'woocommerce_admin_created_default_shipping_zones','yes','auto'), +(8590,'woocommerce_admin_reviewed_default_shipping_zones','yes','auto'), +(8603,'_transient_orders-transient-version','1750690587','on'), +(8610,'woocommerce_admin_last_orders_milestone','10','auto'), +(8759,'wc_shop_order_list_table_months_filter_cache_date','1749466779','auto'), +(8760,'wc_shop_order_list_table_months_filter_cache_value','a:8:{i:0;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"6\";}i:1;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"5\";}i:2;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"4\";}i:3;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"3\";}i:4;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"2\";}i:5;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"1\";}i:6;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2024\";s:5:\"month\";s:2:\"12\";}i:7;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2024\";s:5:\"month\";s:2:\"11\";}}','auto'), +(9197,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"dd429dffcb518f90fe1f9ce99f485c58\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'), +(9202,'db_upgraded','','on'), +(9217,'woocommerce_task_list_hidden_lists','a:2:{i:0;s:8:\"extended\";i:1;s:5:\"setup\";}','auto'), +(9218,'woocommerce_default_homepage_layout','two_columns','auto'), +(10216,'woocommerce_sales_record_date','2024-11-26','auto'), +(10217,'woocommerce_sales_record_amount','1525','auto'), +(10790,'wpmc_options','a:27:{s:6:\"method\";s:5:\"media\";s:7:\"content\";b:1;s:18:\"filesystem_content\";b:0;s:13:\"media_library\";b:1;s:12:\"live_content\";b:0;s:9:\"debuglogs\";b:0;s:11:\"images_only\";b:0;s:13:\"attach_is_use\";b:0;s:15:\"thumbnails_only\";b:0;s:11:\"dirs_filter\";s:0:\"\";s:12:\"files_filter\";s:0:\"\";s:15:\"hide_thumbnails\";b:0;s:12:\"hide_warning\";b:0;s:10:\"skip_trash\";b:0;s:13:\"medias_buffer\";i:100;s:12:\"posts_buffer\";i:5;s:15:\"analysis_buffer\";i:100;s:14:\"file_op_buffer\";i:20;s:5:\"delay\";i:100;s:19:\"shortcodes_disabled\";b:0;s:31:\"output_buffer_cleaning_disabled\";b:0;s:14:\"php_error_logs\";b:0;s:14:\"posts_per_page\";i:1000;s:15:\"clean_uninstall\";b:0;s:11:\"repair_mode\";b:0;s:11:\"expert_mode\";b:0;s:9:\"logs_path\";N;}','off'), +(10791,'wpmc_rating_date','1732931640','off'), +(10807,'wms_mondial_relay_enable','yes','on'), +(10808,'wms_mondial_relay_customer_code','','on'), +(10809,'wms_mondial_relay_private_key','','on'), +(10810,'wms_mondial_relay_brand_code','','on'), +(10811,'wms_mondial_relay_section_pickup_points_map_type','openstreetmap','on'), +(10812,'wms_mondial_relay_section_pickup_points_google_maps_api_key','','on'), +(10813,'wms_mondial_relay_section_label_generation_status','a:0:{}','on'), +(10814,'wms_mondial_relay_section_label_status_post_generation','','on'), +(10815,'wms_mondial_relay_section_label_send_email','no','on'), +(10816,'wms_mondial_relay_price_before_discount','no','on'), +(10817,'wms_mondial_relay_shipper_civility','MLLE','on'), +(10818,'wms_mondial_relay_shipper_name','','on'), +(10819,'wms_mondial_relay_shipper_name_2','','on'), +(10820,'wms_mondial_relay_shipper_address_1','','on'), +(10821,'wms_mondial_relay_shipper_address_2','','on'), +(10822,'wms_mondial_relay_shipper_zip_code','','on'), +(10823,'wms_mondial_relay_shipper_city','','on'), +(10824,'wms_mondial_relay_shipper_country','AF','on'), +(10825,'wms_mondial_relay_shipper_email','','on'), +(10826,'wms_mondial_relay_shipper_phone','','on'), +(10827,'wms_mondial_relay_shipper_mobile_phone','','on'), +(10828,'wms_mondial_relay_section_parcel_insurance','0','on'), +(10829,'wms_mondial_relay_section_parcel_installation_duration','','on'), +(10830,'wms_mondial_relay_section_parcel_shipping_value','','on'), +(10831,'wms_mondial_relay_debug_mode','1','on'), +(10832,'wms_chronopost_enable','no','on'), +(10833,'wms_chronopost_account_number','','on'), +(10834,'wms_chronopost_account_name','','on'), +(10835,'wms_chronopost_account_password','','on'), +(10836,'wms_chronopost_section_pickup_points_map_type','openstreetmap','on'), +(10837,'wms_chronopost_section_pickup_points_google_maps_api_key','','on'), +(10838,'wms_chronopost_label_format','PDF','on'), +(10839,'wms_chronopost_section_label_generation_status','a:0:{}','on'), +(10840,'wms_chronopost_section_label_status_post_generation','','on'), +(10841,'wms_chronopost_section_label_send_email','no','on'), +(10842,'wms_chronopost_price_before_discount','yes','on'), +(10843,'wms_chronopost_shipper_civility','E','on'), +(10844,'wms_chronopost_shipper_name','','on'), +(10845,'wms_chronopost_shipper_name_2','','on'), +(10846,'wms_chronopost_shipper_address_1','','on'), +(10847,'wms_chronopost_shipper_address_2','','on'), +(10848,'wms_chronopost_shipper_zip_code','','on'), +(10849,'wms_chronopost_shipper_city','','on'), +(10850,'wms_chronopost_shipper_country','AF','on'), +(10851,'wms_chronopost_shipper_contact_name','','on'), +(10852,'wms_chronopost_shipper_email','','on'), +(10853,'wms_chronopost_shipper_phone','','on'), +(10854,'wms_chronopost_shipper_mobile_phone','','on'), +(10855,'wms_chronopost_customer_civility','E','on'), +(10856,'wms_chronopost_customer_name','','on'), +(10857,'wms_chronopost_customer_name_2','','on'), +(10858,'wms_chronopost_customer_address_1','','on'), +(10859,'wms_chronopost_customer_address_2','','on'), +(10860,'wms_chronopost_customer_zip_code','','on'), +(10861,'wms_chronopost_customer_city','','on'), +(10862,'wms_chronopost_customer_country','AF','on'), +(10863,'wms_chronopost_customer_contact_name','','on'), +(10864,'wms_chronopost_customer_email','','on'), +(10865,'wms_chronopost_customer_phone','','on'), +(10866,'wms_chronopost_customer_mobile_phone','','on'), +(10867,'wms_chronopost_section_insurance_ad_valorem_enabled','1','on'), +(10868,'wms_chronopost_section_insurance_ad_valorem_min_amount','0','on'), +(10869,'wms_chronopost_saturday_shipping_start_day','monday','on'), +(10870,'wms_chronopost_saturday_shipping_start_time','0','on'), +(10871,'wms_chronopost_saturday_shipping_end_day','monday','on'), +(10872,'wms_chronopost_saturday_shipping_end_time','0','on'), +(10873,'wms_chronopost_debug_mode','0','on'), +(10874,'wms_ups_enable','yes','on'), +(10875,'wms_ups_account_username','','on'), +(10876,'wms_ups_password','','on'), +(10877,'wms_ups_account_number','','on'), +(10878,'wms_ups_api_access_key','','on'), +(10879,'wms_ups_section_pickup_points_map_type','openstreetmap','on'), +(10880,'wms_ups_section_pickup_points_google_maps_api_key','','on'), +(10881,'wms_ups_section_label_generation_status','a:0:{}','on'), +(10882,'wms_ups_section_label_status_post_generation','','on'), +(10883,'wms_ups_section_label_send_email','no','on'), +(10884,'wms_ups_shipper_civility','MLLE','on'), +(10885,'wms_ups_shipper_name','','on'), +(10886,'wms_ups_shipper_name_2','','on'), +(10887,'wms_ups_shipper_company_name','','on'), +(10888,'wms_ups_shipper_vat_number','','on'), +(10889,'wms_ups_shipper_address_1','','on'), +(10890,'wms_ups_shipper_address_2','','on'), +(10891,'wms_ups_shipper_zip_code','','on'), +(10892,'wms_ups_shipper_city','','on'), +(10893,'wms_ups_shipper_country','AF','on'), +(10894,'wms_ups_shipper_email','','on'), +(10895,'wms_ups_shipper_phone','','on'), +(10896,'wms_ups_shipper_mobile_phone','','on'), +(10897,'wms_ups_debug_mode','1','on'), +(10899,'woocommerce_ups_standard_4_settings','a:8:{s:5:\"title\";s:14:\"UPS - Standard\";s:13:\"title_if_free\";s:13:\"Free Shipping\";s:17:\"pricing_condition\";s:6:\"weight\";s:13:\"free_shipping\";s:2:\"no\";s:23:\"free_shipping_condition\";d:100;s:15:\"management_fees\";s:1:\"0\";s:16:\"packaging_weight\";s:1:\"0\";s:14:\"shipping_rates\";a:1:{i:0;a:4:{s:3:\"min\";d:0;s:3:\"max\";d:100;s:14:\"shipping_class\";a:1:{i:0;s:3:\"all\";}s:5:\"price\";d:12;}}}','on'), +(10900,'woocommerce_mondial_relay_point_relais_5_settings','a:8:{s:5:\"title\";s:26:\"Mondial Relay Point Relais\";s:13:\"title_if_free\";s:33:\"Mondial Relay Point Relais (Free)\";s:17:\"pricing_condition\";s:11:\"cart_amount\";s:13:\"free_shipping\";s:2:\"no\";s:23:\"free_shipping_condition\";d:100;s:15:\"management_fees\";s:1:\"0\";s:16:\"packaging_weight\";s:1:\"0\";s:14:\"shipping_rates\";a:1:{i:0;a:4:{s:3:\"min\";d:0;s:3:\"max\";d:100;s:14:\"shipping_class\";a:1:{i:0;s:3:\"all\";}s:5:\"price\";d:6;}}}','on'), +(10901,'woocommerce_mondial_relay_point_relais_6_settings','a:8:{s:5:\"title\";s:28:\"Mondial Relay - Point Relais\";s:13:\"title_if_free\";s:35:\"Mondial Relay - Point Relais (Free)\";s:17:\"pricing_condition\";s:6:\"weight\";s:13:\"free_shipping\";s:2:\"no\";s:23:\"free_shipping_condition\";d:50;s:15:\"management_fees\";s:1:\"0\";s:16:\"packaging_weight\";s:1:\"0\";s:14:\"shipping_rates\";a:1:{i:0;a:4:{s:3:\"min\";d:0;s:3:\"max\";d:100;s:14:\"shipping_class\";a:1:{i:0;s:3:\"all\";}s:5:\"price\";d:3;}}}','on'), +(12053,'wp_mail_logging_activated_time','1732552283','auto'), +(12054,'wp_mail_logging_db_version','2','off'), +(12055,'WPML_Plugin__version','1.16.0','auto'), +(12059,'wp_mail_logging_user_feedback_notice','a:2:{s:4:\"time\";i:1732552283;s:9:\"dismissed\";b:0;}','auto'), +(12077,'wp_mail_smtp_initial_version','4.2.0','off'), +(12078,'wp_mail_smtp_version','4.2.0','off'), +(12079,'wp_mail_smtp','a:19:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:23:\"haiku.atelier@gmail.com\";s:9:\"from_name\";s:13:\"Haiku Atelier\";s:6:\"mailer\";s:5:\"gmail\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:0;s:15:\"from_name_force\";b:1;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:1;s:4:\"auth\";b:1;s:4:\"host\";s:15:\"smtp.google.com\";s:4:\"port\";i:587;s:10:\"encryption\";s:3:\"tls\";s:4:\"user\";s:23:\"haiku.atelier@gmail.com\";s:4:\"pass\";s:8:\"jD091299\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:1;}s:9:\"sendlayer\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:7:\"mailjet\";a:2:{s:7:\"api_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"smtp2go\";a:1:{s:7:\"api_key\";s:0:\"\";}s:9:\"sparkpost\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"postmark\";a:2:{s:16:\"server_api_token\";s:0:\"\";s:14:\"message_stream\";s:0:\"\";}s:9:\"amazonses\";a:3:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"region\";s:9:\"us-east-1\";}s:5:\"gmail\";a:10:{s:9:\"client_id\";s:72:\"402628219773-hl8niqniiiklf15f9biou8g06pbm9sac.apps.googleusercontent.com\";s:13:\"client_secret\";s:35:\"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\";s:12:\"access_token\";a:6:{s:12:\"access_token\";s:256:\"ya29.a0AQvPyIPNqfTi4HDiEAjFrR5KYzdtB0VL1yGnm2w7eUl8XsxTzPYyCuneqGTAKxj53dplVipwb1J9zzt_RCQKs7NnLBe58p5pEvXJIGvRd95eu6rVRfoiXNQ4ZT0GWhbhz-F-9JzIOuEYyTVqF5wlv0hUlic7BGxjfkgcZYPYVQO2EyTHk8R1H07waE5uzJeKYi3ViWdkFgaCgYKAesSARASFQHGX2MiKWJ57vOzGzOWxO0Mhg7TLg0209\";s:10:\"expires_in\";i:3599;s:5:\"scope\";s:24:\"https://mail.google.com/\";s:10:\"token_type\";s:6:\"Bearer\";s:7:\"created\";i:1777454307;s:13:\"refresh_token\";s:103:\"1//03C5NUFaT7UPOCgYIARAAGAMSNwF-L9IrDxhy86bbC5yXLNTnGa5nUHn4qh61Ril_yzrAjpDlxZ0kAkBhkdMAknk9nXhh3luN-GA\";}s:13:\"refresh_token\";s:103:\"1//03C5NUFaT7UPOCgYIARAAGAMSNwF-L9IrDxhy86bbC5yXLNTnGa5nUHn4qh61Ril_yzrAjpDlxZ0kAkBhkdMAknk9nXhh3luN-GA\";s:12:\"user_details\";a:1:{s:5:\"email\";s:23:\"haiku.atelier@gmail.com\";}s:23:\"one_click_setup_enabled\";b:0;s:27:\"one_click_setup_credentials\";a:2:{s:3:\"key\";s:0:\"\";s:5:\"token\";s:0:\"\";}s:28:\"one_click_setup_user_details\";a:1:{s:5:\"email\";s:0:\"\";}s:20:\"is_setup_wizard_auth\";b:0;s:9:\"auth_code\";s:73:\"4/0AeanS0ZUssWZn8hNjBZJEuEFDL9SMb5c1tjzffcTAVb5e2L-B_PRnuKLBa88D022Uumzmw\";}s:7:\"outlook\";a:5:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"zoho\";a:6:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"domain\";s:3:\"com\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"logs\";a:5:{s:7:\"enabled\";b:0;s:17:\"log_email_content\";b:0;s:16:\"save_attachments\";b:0;s:19:\"open_email_tracking\";b:0;s:19:\"click_link_tracking\";b:0;}s:11:\"alert_email\";a:2:{s:7:\"enabled\";b:0;s:11:\"connections\";a:0:{}}s:7:\"license\";a:4:{s:3:\"key\";s:0:\"\";s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;}}','off'), +(12080,'wp_mail_smtp_activated_time','1732553202','off'), +(12081,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1732553202;}','auto'), +(12087,'wp_mail_smtp_migration_version','5','on'), +(12088,'wp_mail_smtp_debug_events_db_version','1','on'), +(12089,'wp_mail_smtp_activation_prevent_redirect','1','auto'), +(12090,'wp_mail_smtp_setup_wizard_stats','a:3:{s:13:\"launched_time\";i:1732821999;s:14:\"completed_time\";i:1732822044;s:14:\"was_successful\";b:1;}','off'), +(12092,'wp_mail_smtp_mail_key','b4X/o2Jlr+B6fYssiy4aNvSjL0y5sT0DeDNxw9gANsE=','auto'), +(12094,'wp_mail_smtp_debug','a:0:{}','off'), +(12097,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1733769473;s:9:\"dismissed\";b:1;}','auto'), +(12100,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1777954786;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto'), +(12490,'woocommerce_flat_rate_7_settings','a:3:{s:5:\"title\";s:12:\"UPS Standard\";s:10:\"tax_status\";s:4:\"none\";s:4:\"cost\";s:5:\"12,00\";}','on'), +(12492,'woocommerce_free_shipping_8_settings','a:4:{s:5:\"title\";s:19:\"UPS Standard (Free)\";s:8:\"requires\";s:10:\"min_amount\";s:10:\"min_amount\";s:3:\"100\";s:16:\"ignore_discounts\";s:2:\"no\";}','on'), +(12503,'wp_mail_logging_product_education','a:1:{s:9:\"dismissed\";a:1:{s:17:\"email-logs-bottom\";b:1;}}','off'), +(12504,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:39:\"haiku.atelier@gmail.com,contact@gcch.fr\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Congratulations on the sale.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(13305,'woocommerce_revenue_report_date_tour_shown','yes','auto'), +(13521,'wp_mail_smtp_lite_sent_email_counter','207','on'), +(13522,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:51;i:3;s:2:\"03\";i:9;s:2:\"05\";i:3;s:2:\"06\";i:3;s:2:\"07\";i:4;s:2:\"08\";i:3;s:2:\"09\";i:1;i:10;i:6;i:11;i:5;i:14;i:7;i:15;i:1;i:18;i:4;}','on'), +(20569,'woocommerce_clear_ces_tracks_queue_for_page','a:2:{s:7:\"pagenow\";s:25:\"woocommerce_page_wc-admin\";s:9:\"adminpage\";s:25:\"woocommerce_page_wc-admin\";}','auto'), +(20640,'_transient_woocommerce_product_task_product_count_transient','66','on'), +(21366,'woocommerce_customer_on_hold_order_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:46:\"We look forward to fulfilling your order soon.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21367,'woocommerce_customer_processing_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Thanks for using {site_url}!\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21368,'woocommerce_customer_completed_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Thanks for shopping with us.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21369,'woocommerce_customer_refunded_order_settings','a:7:{s:7:\"enabled\";s:2:\"no\";s:12:\"subject_full\";s:0:\"\";s:15:\"subject_partial\";s:0:\"\";s:12:\"heading_full\";s:0:\"\";s:15:\"heading_partial\";s:0:\"\";s:18:\"additional_content\";s:30:\"We hope to see you again soon.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21370,'woocommerce_mondial_relay_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21371,'woocommerce_ups_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','on'), +(25278,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','on'), +(28660,'woocommerce_customer_note_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Thanks for reading.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(30281,'woocommerce_hpos_address_fts_index_created','yes','off'), +(30418,'widget_wc_brands_brand_description','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(30419,'widget_woocommerce_brand_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(30420,'widget_wc_brands_brand_thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(30421,'woocommerce_anonymize_refunded_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'), +(30422,'woocommerce_email_auto_sync_with_theme','no','off'), +(30423,'woocommerce_feature_rate_limit_checkout_enabled','no','on'), +(30424,'woocommerce_feature_remote_logging_enabled','yes','on'), +(30425,'woocommerce_feature_email_improvements_enabled','no','on'), +(30426,'woocommerce_feature_reactify-classic-payments-settings_enabled','yes','on'), +(30427,'woocommerce_feature_cost_of_goods_sold_enabled','no','on'), +(30437,'new_admin_email','haiku.atelier@gmail.com','auto'), +(30451,'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments','no','auto'), +(30480,'woocommerce_shipping_hide_rates_when_free','no','off'), +(30481,'woocommerce_email_header_image_width','120','on'), +(30482,'woocommerce_email_header_alignment','left','on'), +(30483,'woocommerce_email_font_family','Helvetica','on'), +(30484,'woocommerce_feature_blueprint_enabled','yes','on'), +(30485,'woocommerce_hpos_datastore_caching_enabled','no','on'), +(30486,'woocommerce_feature_block_email_editor_enabled','no','on'), +(30853,'_transient_timeout_woocommerce_analytics_orders_statuses_all','1781339871','off'), +(30854,'_transient_woocommerce_analytics_orders_statuses_all','a:4:{i:0;s:10:\"wc-pending\";i:1;s:13:\"wc-processing\";i:2;s:12:\"wc-completed\";i:3;s:11:\"wc-refunded\";}','off'), +(31724,'_transient_filter_data-transient-version','1750363871','on'), +(32731,'_transient_wc_attribute_taxonomies','a:3:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"2\";s:14:\"attribute_name\";s:4:\"side\";s:15:\"attribute_label\";s:4:\"Side\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:1;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:4:\"size\";s:15:\"attribute_label\";s:4:\"Size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:2;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"3\";s:14:\"attribute_name\";s:5:\"stone\";s:15:\"attribute_label\";s:5:\"Stone\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:4:\"name\";s:16:\"attribute_public\";s:1:\"0\";}}','on'), +(32767,'_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/en_GB/wordpress-6.8.1.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.8.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1750690595;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'), +(32768,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750690595;s:8:\"response\";a:0:{}s:12:\"translations\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"query-monitor\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:6:\"3.18.0\";s:7:\"updated\";s:19:\"2024-04-22 15:16:58\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/query-monitor/3.18.0/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"query-monitor\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:6:\"3.18.0\";s:7:\"updated\";s:19:\"2025-02-23 13:55:57\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/query-monitor/3.18.0/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"9.9.4\";s:7:\"updated\";s:19:\"2024-10-02 16:14:23\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/woocommerce/9.9.4/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"9.9.4\";s:7:\"updated\";s:19:\"2022-05-20 05:27:20\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/woocommerce/9.9.4/fr_BE.zip\";s:10:\"autoupdate\";b:1;}i:4;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"9.9.4\";s:7:\"updated\";s:19:\"2025-06-20 10:20:52\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/woocommerce/9.9.4/fr_FR.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:10:{s:37:\"wc-multishipping/wc-multishipping.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/wc-multishipping\";s:4:\"slug\";s:16:\"wc-multishipping\";s:6:\"plugin\";s:37:\"wc-multishipping/wc-multishipping.php\";s:11:\"new_version\";s:5:\"2.5.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wc-multishipping/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wc-multishipping.2.5.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wc-multishipping/assets/icon-128x128.png?rev=2477036\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:17:\"falcon/falcon.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/falcon\";s:4:\"slug\";s:6:\"falcon\";s:6:\"plugin\";s:17:\"falcon/falcon.php\";s:11:\"new_version\";s:5:\"2.8.5\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/falcon/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/falcon.2.8.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:51:\"https://ps.w.org/falcon/assets/icon.svg?rev=3052547\";s:3:\"svg\";s:51:\"https://ps.w.org/falcon/assets/icon.svg?rev=3052547\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/falcon/assets/banner-1544x500.png?rev=3052567\";s:2:\"1x\";s:61:\"https://ps.w.org/falcon/assets/banner-772x250.png?rev=3052567\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:41:\"w.org/plugins/force-regenerate-thumbnails\";s:4:\"slug\";s:27:\"force-regenerate-thumbnails\";s:6:\"plugin\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/force-regenerate-thumbnails/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/force-regenerate-thumbnails.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/force-regenerate-thumbnails/assets/icon-256x256.jpg?rev=2816275\";s:2:\"1x\";s:80:\"https://ps.w.org/force-regenerate-thumbnails/assets/icon-128x128.jpg?rev=2816275\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/force-regenerate-thumbnails/assets/banner-1544x500.jpg?rev=2816275\";s:2:\"1x\";s:82:\"https://ps.w.org/force-regenerate-thumbnails/assets/banner-772x250.jpg?rev=2816275\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:49:\"woo-preview-emails/woocommerce-preview-emails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/woo-preview-emails\";s:4:\"slug\";s:18:\"woo-preview-emails\";s:6:\"plugin\";s:49:\"woo-preview-emails/woocommerce-preview-emails.php\";s:11:\"new_version\";s:6:\"2.2.14\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/woo-preview-emails/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/woo-preview-emails.2.2.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/woo-preview-emails/assets/icon-256x256.png?rev=3019089\";s:2:\"1x\";s:71:\"https://ps.w.org/woo-preview-emails/assets/icon-256x256.png?rev=3019089\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"6.1.0\";}s:31:\"query-monitor/query-monitor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/query-monitor\";s:4:\"slug\";s:13:\"query-monitor\";s:6:\"plugin\";s:31:\"query-monitor/query-monitor.php\";s:11:\"new_version\";s:6:\"3.18.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/query-monitor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/query-monitor.3.18.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2994095\";s:3:\"svg\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2994095\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/query-monitor/assets/banner-1544x500.png?rev=2870124\";s:2:\"1x\";s:68:\"https://ps.w.org/query-monitor/assets/banner-772x250.png?rev=2457098\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}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.5.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redis-cache/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redis-cache.2.5.4.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:\"4.6\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"9.9.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}s:35:\"wp-mail-logging/wp-mail-logging.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-mail-logging\";s:4:\"slug\";s:15:\"wp-mail-logging\";s:6:\"plugin\";s:35:\"wp-mail-logging/wp-mail-logging.php\";s:11:\"new_version\";s:6:\"1.14.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-mail-logging/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-mail-logging.1.14.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-logging/assets/icon-256x256.jpg?rev=2562296\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-mail-logging/assets/icon-128x128.jpg?rev=2562296\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-mail-logging/assets/banner-772x250.jpg?rev=2562296\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.5.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=3206423\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=3206423\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:25:\"wp-openapi/wp-openapi.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/wp-openapi\";s:4:\"slug\";s:10:\"wp-openapi\";s:6:\"plugin\";s:25:\"wp-openapi/wp-openapi.php\";s:11:\"new_version\";s:6:\"1.0.20\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-openapi/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-openapi.1.0.20.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:54:\"https://s.w.org/plugins/geopattern-icon/wp-openapi.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}}s:7:\"checked\";a:10:{s:37:\"wc-multishipping/wc-multishipping.php\";s:5:\"2.5.7\";s:17:\"falcon/falcon.php\";s:5:\"2.8.5\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:5:\"2.2.2\";s:49:\"woo-preview-emails/woocommerce-preview-emails.php\";s:6:\"2.2.14\";s:31:\"query-monitor/query-monitor.php\";s:6:\"3.18.0\";s:27:\"redis-cache/redis-cache.php\";s:5:\"2.5.4\";s:27:\"woocommerce/woocommerce.php\";s:5:\"9.9.5\";s:35:\"wp-mail-logging/wp-mail-logging.php\";s:6:\"1.14.0\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.5.0\";s:25:\"wp-openapi/wp-openapi.php\";s:6:\"1.0.20\";}}','off'), +(32769,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750690595;s:7:\"checked\";a:2:{s:18:\"haiku-atelier-2024\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}}','off'), +(34088,'recovery_mode_email_last_sent','1773245698','auto'), +(34183,'woocommerce_pos_store_name','Haiku Atelier','on'), +(34184,'woocommerce_pos_store_address','','on'), +(34185,'woocommerce_pos_store_phone','','on'), +(34186,'woocommerce_pos_store_email','haiku.atelier@gmail.com','on'), +(34187,'woocommerce_pos_refund_returns_policy','','on'), +(34188,'woocommerce_feature_point_of_sale_enabled','yes','on'), +(34189,'woocommerce_feature_experimental-iapi-mini-cart_enabled','no','on'), +(34250,'woocommerce_address_autocomplete_enabled','no','on'), +(34251,'woocommerce_feature_mcp_integration_enabled','no','on'), +(34253,'woocommerce_feature_destroy-empty-sessions_enabled','no','on'), +(34254,'action_scheduler_migration_status','complete','auto'), +(34255,'as_has_wp_comment_logs','no','on'), +(34262,'woocommerce_analytics_uses_old_full_refund_data','yes','auto'), +(34264,'woocommerce_orders_report_date_tour_shown','yes','auto'), +(34271,'woocommerce_admin_dismissed_try_email_improvements_modal','yes','auto'), +(34298,'wms_customer_email','contact@gcch.fr','auto'), +(34299,'wms_customer_installation_registered','1','auto'), +(34314,'woocommerce_order_stats_has_fulfillment_column','no','off'), +(34315,'wp_notes_notify','1','on'), +(34316,'can_compress_scripts','1','on'), +(34347,'woocommerce_payments_provider_state_snapshots','a:0:{}','off'), +(34404,'woocommerce_feature_rest_api_caching_enabled','no','on'), +(34405,'woocommerce_feature_product_instance_caching_enabled','no','on'), +(34428,'woocommerce_feature_fulfillments_enabled','no','on'), +(34429,'woocommerce_feature_push_notifications_enabled','no','on'), +(34430,'woocommerce_feature_agentic_checkout_enabled','no','on'), +(34431,'woocommerce_feature_cart_checkout_blocks_enabled','no','on'), +(34433,'product_cat_children','a:0:{}','auto'), +(34469,'bedrock_autoloader_new_plugins','a:0:{}','off'), +(34471,'woocommerce_attribute_lookup_enabled','yes','auto'); +/*!40000 ALTER TABLE `haikuwp_options` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_postmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_postmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=21662 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_postmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_postmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_postmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_postmeta` VALUES +(22,13,'_edit_last','1'), +(23,13,'_edit_lock','1746463848:1'), +(24,14,'_edit_last','1'), +(25,14,'_edit_lock','1722975574:1'), +(28,16,'_edit_last','1'), +(29,16,'_edit_lock','1722958355:1'), +(30,17,'_edit_last','1'), +(31,17,'_edit_lock','1731277749:1'), +(32,18,'_wp_page_template','default'), +(33,18,'_edit_last','1'), +(34,18,'_edit_lock','1722864017:1'), +(35,19,'_edit_last','1'), +(36,19,'_edit_lock','1732548394:1'), +(71,22,'_variation_description',''), +(72,22,'total_sales','0'), +(73,22,'_tax_status','taxable'), +(74,22,'_tax_class','parent'), +(75,22,'_manage_stock','no'), +(76,22,'_backorders','no'), +(77,22,'_sold_individually','no'), +(78,22,'_virtual','no'), +(79,22,'_downloadable','no'), +(80,22,'_download_limit','-1'), +(81,22,'_download_expiry','-1'), +(82,22,'_stock',NULL), +(83,22,'_stock_status','instock'), +(84,22,'_wc_average_rating','0'), +(85,22,'_wc_review_count','0'), +(86,22,'attribute_matiere','Or'), +(87,22,'_product_version','9.1.4'), +(88,23,'_variation_description',''), +(89,23,'total_sales','0'), +(90,23,'_tax_status','taxable'), +(91,23,'_tax_class','parent'), +(92,23,'_manage_stock','no'), +(93,23,'_backorders','no'), +(94,23,'_sold_individually','no'), +(95,23,'_virtual','no'), +(96,23,'_downloadable','no'), +(97,23,'_download_limit','-1'), +(98,23,'_download_expiry','-1'), +(99,23,'_stock',NULL), +(100,23,'_stock_status','instock'), +(101,23,'_wc_average_rating','0'), +(102,23,'_wc_review_count','0'), +(103,23,'attribute_matiere','Argent'), +(104,23,'_product_version','9.1.4'), +(147,26,'_edit_last','1'), +(148,26,'_edit_lock','1722975540:1'), +(149,27,'_edit_last','1'), +(150,27,'_edit_lock','1722975561:1'), +(915,81,'_wp_attached_file','2024/09/HADOU-B.jpg'), +(916,81,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:19:\"2024/09/HADOU-B.jpg\";s:8:\"filesize\";i:48647;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"HADOU-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"HADOU-B.jpg\";}'), +(917,81,'_wp_attachment_image_alt','Hadou wavy ring in silver and gold plated silver'), +(1183,100,'_wp_attached_file','2024/09/HADOU-B-mix.jpg'), +(1184,100,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/09/HADOU-B-mix.jpg\";s:8:\"filesize\";i:407899;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HADOU-B-mix-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19330;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"HADOU-B-mix.jpg\";}'), +(1185,100,'_wp_attachment_image_alt','Hadou wavy silver ring and Kishou signet ring'), +(1194,102,'_sku','IKKAN-B-s'), +(1195,102,'total_sales','0'), +(1196,102,'_tax_status','taxable'), +(1197,102,'_tax_class',''), +(1198,102,'_manage_stock','no'), +(1199,102,'_backorders','no'), +(1200,102,'_sold_individually','no'), +(1201,102,'_virtual','no'), +(1202,102,'_downloadable','no'), +(1203,102,'_download_limit','-1'), +(1204,102,'_download_expiry','-1'), +(1205,102,'_thumbnail_id','1876'), +(1206,102,'_stock',NULL), +(1207,102,'_stock_status','instock'), +(1208,102,'_wc_average_rating','0'), +(1209,102,'_wc_review_count','0'), +(1210,102,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(1211,102,'_product_version','10.6.1'), +(1357,102,'_edit_lock','1777375125:1'), +(1358,110,'_wp_attached_file','2024/09/IKKAN-B2-arg.jpg'), +(1359,110,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:24:\"2024/09/IKKAN-B2-arg.jpg\";s:8:\"filesize\";i:46985;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IKKAN-B2-arg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4489;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"IKKAN-B2-arg.jpg\";}'), +(1360,110,'_wp_attachment_image_alt','Ikkan silver ring with oversized link on top'), +(1364,112,'_wp_attached_file','2024/09/IKKAN-BaKIGEN-Ba.jpg'), +(1365,112,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2024/09/IKKAN-BaKIGEN-Ba.jpg\";s:8:\"filesize\";i:303997;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IKKAN-BaKIGEN-Ba-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13958;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"IKKAN-BaKIGEN-Ba.jpg\";}'), +(1366,112,'_wp_attachment_image_alt','Ikkan silver ring with oversized link on top'), +(1369,102,'_edit_last','1'), +(1382,113,'_sku','IKKAN-B-g'), +(1383,113,'total_sales','0'), +(1384,113,'_tax_status','taxable'), +(1385,113,'_tax_class',''), +(1386,113,'_manage_stock','no'), +(1387,113,'_backorders','no'), +(1388,113,'_sold_individually','no'), +(1389,113,'_virtual','no'), +(1390,113,'_downloadable','no'), +(1391,113,'_download_limit','-1'), +(1392,113,'_download_expiry','-1'), +(1394,113,'_stock',NULL), +(1395,113,'_stock_status','instock'), +(1396,113,'_wc_average_rating','0'), +(1397,113,'_wc_review_count','0'), +(1398,113,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(1399,113,'_product_version','10.6.1'), +(1545,113,'_edit_lock','1777375061:1'), +(1549,122,'_wp_attached_file','2024/09/IKKAN-B-g.jpg'), +(1550,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/09/IKKAN-B-g.jpg\";s:8:\"filesize\";i:742563;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IKKAN-B-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(1551,122,'_wp_attachment_image_alt','Ikkan gold plated silver ring with oversized link on top'), +(1554,113,'_edit_last','1'), +(2087,154,'_wp_attached_file','2024/10/KIGEN-BaIKKANBa.jpg'), +(2088,154,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/KIGEN-BaIKKANBa.jpg\";s:8:\"filesize\";i:291559;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"KIGEN-BaIKKANBa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12679;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"KIGEN-BaIKKANBa.jpg\";}'), +(2090,154,'_wp_attachment_image_alt','Kishou signet ring in silver, with three engrave lines'), +(2294,168,'_sku','Rokku-B'), +(2295,168,'total_sales','2'), +(2296,168,'_tax_status','taxable'), +(2297,168,'_tax_class',''), +(2298,168,'_manage_stock','yes'), +(2299,168,'_backorders','notify'), +(2300,168,'_sold_individually','no'), +(2301,168,'_virtual','no'), +(2302,168,'_downloadable','no'), +(2303,168,'_download_limit','-1'), +(2304,168,'_download_expiry','-1'), +(2306,168,'_stock','1'), +(2307,168,'_stock_status','instock'), +(2308,168,'_wc_average_rating','0'), +(2309,168,'_wc_review_count','0'), +(2310,168,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2311,168,'_product_version','10.6.1'), +(2457,168,'_edit_lock','1777374095:1'), +(2464,178,'_wp_attached_file','2024/10/ROKKU-B-tigereye.jpg'), +(2465,178,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:28:\"2024/10/ROKKU-B-tigereye.jpg\";s:8:\"filesize\";i:63543;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"ROKKU-B-tigereye-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5412;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"ROKKU-B-tigereye.jpg\";}'), +(2466,178,'_wp_attachment_image_alt','Rokku wide silver ring with tiger eye set in 18k gold'), +(2467,179,'_wp_attached_file','2024/10/ROKKU-B-tigereye-1.jpg'), +(2468,179,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:30:\"2024/10/ROKKU-B-tigereye-1.jpg\";s:8:\"filesize\";i:113807;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ROKKU-B-tigereye-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10681;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:22:\"ROKKU-B-tigereye-1.jpg\";}'), +(2469,179,'_wp_attachment_image_alt','Rokku wide silver ring with tiger eye set in 18k gold'), +(2475,182,'_wp_attached_file','2024/10/DSC9190.jpg'), +(2476,182,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9190.jpg\";s:8:\"filesize\";i:298750;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9190-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9190.jpg\";}'), +(2477,182,'_wp_attachment_image_alt','Rokku wide silver ring with tiger eye set in 18k gold'), +(2480,168,'_edit_last','1'), +(2488,183,'_sku','BOROBORO-BO2-s'), +(2489,183,'total_sales','1'), +(2490,183,'_tax_status','taxable'), +(2491,183,'_tax_class',''), +(2492,183,'_manage_stock','yes'), +(2493,183,'_backorders','notify'), +(2494,183,'_sold_individually','no'), +(2495,183,'_virtual','no'), +(2496,183,'_downloadable','no'), +(2497,183,'_download_limit','-1'), +(2498,183,'_download_expiry','-1'), +(2500,183,'_stock','0'), +(2501,183,'_stock_status','onbackorder'), +(2502,183,'_wc_average_rating','0'), +(2503,183,'_wc_review_count','0'), +(2504,183,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2505,183,'_product_version','10.6.1'), +(2654,183,'_edit_lock','1777055565:1'), +(2790,183,'_edit_last','1'), +(2854,202,'_sku','PIASU-BO2'), +(2855,202,'total_sales','8'), +(2856,202,'_tax_status','taxable'), +(2857,202,'_tax_class',''), +(2858,202,'_manage_stock','yes'), +(2859,202,'_backorders','notify'), +(2860,202,'_sold_individually','no'), +(2861,202,'_virtual','no'), +(2862,202,'_downloadable','no'), +(2863,202,'_download_limit','-1'), +(2864,202,'_download_expiry','-1'), +(2866,202,'_stock','1'), +(2867,202,'_stock_status','instock'), +(2868,202,'_wc_average_rating','0'), +(2869,202,'_wc_review_count','0'), +(2870,202,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2871,202,'_product_version','10.6.1'), +(2941,202,'_edit_lock','1777453211:1'), +(2956,202,'_edit_last','1'), +(2977,213,'_sku','BOROBORO-BO2-g'), +(2978,213,'total_sales','1'), +(2979,213,'_tax_status','taxable'), +(2980,213,'_tax_class',''), +(2981,213,'_manage_stock','yes'), +(2982,213,'_backorders','notify'), +(2983,213,'_sold_individually','no'), +(2984,213,'_virtual','no'), +(2985,213,'_downloadable','no'), +(2986,213,'_download_limit','-1'), +(2987,213,'_download_expiry','-1'), +(2989,213,'_stock','0'), +(2990,213,'_stock_status','onbackorder'), +(2991,213,'_wc_average_rating','0'), +(2992,213,'_wc_review_count','0'), +(2993,213,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2994,213,'_product_version','10.6.1'), +(3064,213,'_edit_lock','1777055674:1'), +(3070,213,'_edit_last','1'), +(3440,240,'_sku','IKKAN-BR'), +(3441,240,'total_sales','1'), +(3442,240,'_tax_status','taxable'), +(3443,240,'_tax_class',''), +(3444,240,'_manage_stock','yes'), +(3445,240,'_backorders','notify'), +(3446,240,'_sold_individually','no'), +(3447,240,'_virtual','no'), +(3448,240,'_downloadable','no'), +(3449,240,'_download_limit','-1'), +(3450,240,'_download_expiry','-1'), +(3452,240,'_stock','1'), +(3453,240,'_stock_status','instock'), +(3454,240,'_wc_average_rating','0'), +(3455,240,'_wc_review_count','0'), +(3456,240,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(3457,240,'_product_version','10.6.1'), +(3461,241,'_variation_description',''), +(3462,241,'_sku','IKKAN-BR-s-1'), +(3463,241,'_regular_price','120'), +(3464,241,'total_sales','0'), +(3465,241,'_tax_status','taxable'), +(3466,241,'_tax_class','parent'), +(3467,241,'_manage_stock','no'), +(3468,241,'_backorders','no'), +(3469,241,'_sold_individually','no'), +(3470,241,'_virtual','no'), +(3471,241,'_downloadable','no'), +(3472,241,'_download_limit','-1'), +(3473,241,'_download_expiry','-1'), +(3475,241,'_stock','0'), +(3476,241,'_stock_status','instock'), +(3477,241,'_wc_average_rating','0'), +(3478,241,'_wc_review_count','0'), +(3479,241,'attribute_pa_size','size-1'), +(3480,241,'_price','120'), +(3481,241,'_product_version','10.6.1'), +(3482,242,'_variation_description',''), +(3483,242,'_sku','IKKAN-BR-s-2'), +(3484,242,'_regular_price','120'), +(3485,242,'total_sales','0'), +(3486,242,'_tax_status','taxable'), +(3487,242,'_tax_class','parent'), +(3488,242,'_manage_stock','no'), +(3489,242,'_backorders','no'), +(3490,242,'_sold_individually','no'), +(3491,242,'_virtual','no'), +(3492,242,'_downloadable','no'), +(3493,242,'_download_limit','-1'), +(3494,242,'_download_expiry','-1'), +(3496,242,'_stock','0'), +(3497,242,'_stock_status','instock'), +(3498,242,'_wc_average_rating','0'), +(3499,242,'_wc_review_count','0'), +(3500,242,'attribute_pa_size','size-2'), +(3501,242,'_price','120'), +(3502,242,'_product_version','10.6.1'), +(3504,240,'_edit_lock','1777373891:1'), +(3516,240,'_edit_last','1'), +(3713,258,'_sku','FUYOU-BR-s'), +(3714,258,'_regular_price','110'), +(3715,258,'total_sales','1'), +(3716,258,'_tax_status','taxable'), +(3717,258,'_tax_class',''), +(3718,258,'_manage_stock','yes'), +(3719,258,'_backorders','notify'), +(3720,258,'_sold_individually','no'), +(3721,258,'_virtual','no'), +(3722,258,'_downloadable','no'), +(3723,258,'_download_limit','-1'), +(3724,258,'_download_expiry','-1'), +(3726,258,'_stock','1'), +(3727,258,'_stock_status','instock'), +(3728,258,'_wc_average_rating','0'), +(3729,258,'_wc_review_count','0'), +(3730,258,'_product_version','10.6.1'), +(3731,258,'_price','110'), +(3735,258,'_edit_lock','1777375259:1'), +(3742,258,'_edit_last','1'), +(3782,263,'_sku','IKKAN-C'), +(3783,263,'_regular_price','160'), +(3784,263,'total_sales','1'), +(3785,263,'_tax_status','taxable'), +(3786,263,'_tax_class',''), +(3787,263,'_manage_stock','yes'), +(3788,263,'_backorders','notify'), +(3789,263,'_sold_individually','no'), +(3790,263,'_virtual','no'), +(3791,263,'_downloadable','no'), +(3792,263,'_download_limit','-1'), +(3793,263,'_download_expiry','-1'), +(3795,263,'_stock','1'), +(3796,263,'_stock_status','instock'), +(3797,263,'_wc_average_rating','0'), +(3798,263,'_wc_review_count','0'), +(3799,263,'_product_version','10.6.1'), +(3800,263,'_price','160'), +(3804,263,'_edit_lock','1777373742:1'), +(3817,263,'_edit_last','1'), +(3899,274,'_sku','FUYOU-C'), +(3900,274,'_regular_price','180'), +(3901,274,'total_sales','4'), +(3902,274,'_tax_status','taxable'), +(3903,274,'_tax_class',''), +(3904,274,'_manage_stock','yes'), +(3905,274,'_backorders','notify'), +(3906,274,'_sold_individually','no'), +(3907,274,'_virtual','no'), +(3908,274,'_downloadable','no'), +(3909,274,'_download_limit','-1'), +(3910,274,'_download_expiry','-1'), +(3911,274,'_thumbnail_id','1854'), +(3912,274,'_stock','1'), +(3913,274,'_stock_status','instock'), +(3914,274,'_wc_average_rating','0'), +(3915,274,'_wc_review_count','0'), +(3916,274,'_product_version','10.6.1'), +(3917,274,'_price','180'), +(3921,274,'_edit_lock','1777373569:1'), +(3925,274,'_edit_last','1'), +(4071,285,'_sku','HATTARI-CR2-s'), +(4073,285,'total_sales','4'), +(4074,285,'_tax_status','taxable'), +(4075,285,'_tax_class',''), +(4076,285,'_manage_stock','yes'), +(4077,285,'_backorders','notify'), +(4078,285,'_sold_individually','no'), +(4079,285,'_virtual','no'), +(4080,285,'_downloadable','no'), +(4081,285,'_download_limit','-1'), +(4082,285,'_download_expiry','-1'), +(4084,285,'_stock','0'), +(4085,285,'_stock_status','onbackorder'), +(4086,285,'_wc_average_rating','0'), +(4087,285,'_wc_review_count','0'), +(4088,285,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4089,285,'_product_version','10.6.1'), +(4094,285,'_edit_lock','1777055826:1'), +(4101,285,'_edit_last','1'), +(4105,288,'_sku','HATTARI-CR2-g'), +(4107,288,'total_sales','3'), +(4108,288,'_tax_status','taxable'), +(4109,288,'_tax_class',''), +(4110,288,'_manage_stock','yes'), +(4111,288,'_backorders','notify'), +(4112,288,'_sold_individually','no'), +(4113,288,'_virtual','no'), +(4114,288,'_downloadable','no'), +(4115,288,'_download_limit','-1'), +(4116,288,'_download_expiry','-1'), +(4118,288,'_stock','0'), +(4119,288,'_stock_status','onbackorder'), +(4120,288,'_wc_average_rating','0'), +(4121,288,'_wc_review_count','0'), +(4122,288,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4123,288,'_product_version','10.6.1'), +(4128,288,'_edit_lock','1777055835:1'), +(4135,288,'_edit_last','1'), +(4381,306,'_sku','TAMA-CR-s'), +(4382,306,'total_sales','6'), +(4383,306,'_tax_status','taxable'), +(4384,306,'_tax_class',''), +(4385,306,'_manage_stock','yes'), +(4386,306,'_backorders','notify'), +(4387,306,'_sold_individually','no'), +(4388,306,'_virtual','no'), +(4389,306,'_downloadable','no'), +(4390,306,'_download_limit','-1'), +(4391,306,'_download_expiry','-1'), +(4392,306,'_thumbnail_id','1853'), +(4393,306,'_stock','1'), +(4394,306,'_stock_status','instock'), +(4395,306,'_wc_average_rating','0'), +(4396,306,'_wc_review_count','0'), +(4397,306,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4398,306,'_product_version','10.6.1'), +(4467,306,'_edit_lock','1777373534:1'), +(4468,310,'_wp_attached_file','2024/10/TAMANORI-CR2-arg.jpg'), +(4469,310,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:28:\"2024/10/TAMANORI-CR2-arg.jpg\";s:8:\"filesize\";i:39166;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"TAMANORI-CR2-arg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"TAMANORI-CR2-arg.jpg\";}'), +(4470,310,'_wp_attachment_image_alt','Tamanori oval silver hoops with dangling chains.'), +(4471,311,'_wp_attached_file','2024/10/DSC9378.jpg'), +(4472,311,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9378.jpg\";s:8:\"filesize\";i:346159;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9378-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13333;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9378.jpg\";}'), +(4473,311,'_wp_attachment_image_alt','Tamanori oval silver hoops with dangling chains.'), +(4477,306,'_edit_last','1'), +(4481,312,'_sku','TAMA-CR-g'), +(4482,312,'total_sales','1'), +(4483,312,'_tax_status','taxable'), +(4484,312,'_tax_class',''), +(4485,312,'_manage_stock','yes'), +(4486,312,'_backorders','notify'), +(4487,312,'_sold_individually','no'), +(4488,312,'_virtual','no'), +(4489,312,'_downloadable','no'), +(4490,312,'_download_limit','-1'), +(4491,312,'_download_expiry','-1'), +(4493,312,'_stock','2'), +(4494,312,'_stock_status','instock'), +(4495,312,'_wc_average_rating','0'), +(4496,312,'_wc_review_count','0'), +(4497,312,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4498,312,'_product_version','10.6.1'), +(4568,312,'_edit_lock','1777373492:1'), +(4578,312,'_edit_last','1'), +(4585,318,'_sku','FUYOU-CR1'), +(4586,318,'total_sales','3'), +(4587,318,'_tax_status','taxable'), +(4588,318,'_tax_class',''), +(4589,318,'_manage_stock','yes'), +(4590,318,'_backorders','notify'), +(4591,318,'_sold_individually','no'), +(4592,318,'_virtual','no'), +(4593,318,'_downloadable','no'), +(4594,318,'_download_limit','-1'), +(4595,318,'_download_expiry','-1'), +(4597,318,'_stock','1'), +(4598,318,'_stock_status','instock'), +(4599,318,'_wc_average_rating','0'), +(4600,318,'_wc_review_count','0'), +(4602,318,'_product_version','10.6.1'), +(4669,318,'_price','65'), +(4670,318,'_price','65'), +(4671,318,'_price','65'), +(4672,318,'_edit_lock','1777373452:1'), +(4679,324,'_wp_attached_file','2024/10/DSC9542.jpg'), +(4680,324,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9542.jpg\";s:8:\"filesize\";i:556320;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9542-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9542.jpg\";}'), +(4681,324,'_wp_attachment_image_alt','Fuyou solo hoop in sterling silver with 18k gold rings hanging.'), +(4682,318,'_edit_last','1'), +(4683,318,'_regular_price','65'), +(5736,393,'_sku','MUGURA-CR-s'), +(5737,393,'total_sales','0'), +(5738,393,'_tax_status','taxable'), +(5739,393,'_tax_class',''), +(5740,393,'_manage_stock','yes'), +(5741,393,'_backorders','notify'), +(5742,393,'_sold_individually','no'), +(5743,393,'_virtual','no'), +(5744,393,'_downloadable','no'), +(5745,393,'_download_limit','-1'), +(5746,393,'_download_expiry','-1'), +(5748,393,'_stock','1'), +(5749,393,'_stock_status','instock'), +(5750,393,'_wc_average_rating','0'), +(5751,393,'_wc_review_count','0'), +(5753,393,'_product_version','10.6.1'), +(5801,393,'_edit_lock','1777373420:1'), +(5802,396,'_wp_attached_file','2024/10/MUGURA-CR2-arg.jpg'), +(5803,396,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:26:\"2024/10/MUGURA-CR2-arg.jpg\";s:8:\"filesize\";i:39388;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"MUGURA-CR2-arg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"MUGURA-CR2-arg.jpg\";}'), +(5804,396,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(5805,397,'_wp_attached_file','2024/10/DSC9733.jpg'), +(5806,397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9733.jpg\";s:8:\"filesize\";i:483823;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9733-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14890;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(5807,397,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(5808,393,'_edit_last','1'), +(5816,398,'_sku','MUGURA-CR-g'), +(5818,398,'total_sales','0'), +(5819,398,'_tax_status','taxable'), +(5820,398,'_tax_class',''), +(5821,398,'_manage_stock','yes'), +(5822,398,'_backorders','notify'), +(5823,398,'_sold_individually','no'), +(5824,398,'_virtual','no'), +(5825,398,'_downloadable','no'), +(5826,398,'_download_limit','-1'), +(5827,398,'_download_expiry','-1'), +(5829,398,'_stock','0'), +(5830,398,'_stock_status','onbackorder'), +(5831,398,'_wc_average_rating','0'), +(5832,398,'_wc_review_count','0'), +(5834,398,'_product_version','10.6.1'), +(5839,398,'_edit_lock','1777373393:1'), +(5843,400,'_wp_attached_file','2024/10/DSC9723.jpg'), +(5844,400,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9723.jpg\";s:8:\"filesize\";i:498794;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9723-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18375;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9723.jpg\";}'), +(5845,400,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(5849,398,'_edit_last','1'), +(6121,424,'_wp_attached_file','2024/10/DSC9376.jpg'), +(6122,424,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9376.jpg\";s:8:\"filesize\";i:399332;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9376-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9376.jpg\";}'), +(6123,424,'_wp_attachment_image_alt','Tamanori oval silver hoops with dangling chains.'), +(6322,435,'_sku','KARA-EC-s'), +(6323,435,'_regular_price','50'), +(6324,435,'total_sales','4'), +(6325,435,'_tax_status','taxable'), +(6326,435,'_tax_class',''), +(6327,435,'_manage_stock','yes'), +(6328,435,'_backorders','notify'), +(6329,435,'_sold_individually','no'), +(6330,435,'_virtual','no'), +(6331,435,'_downloadable','no'), +(6332,435,'_download_limit','-1'), +(6333,435,'_download_expiry','-1'), +(6335,435,'_stock','2'), +(6336,435,'_stock_status','instock'), +(6337,435,'_wc_average_rating','0'), +(6338,435,'_wc_review_count','0'), +(6339,435,'_product_version','10.4.2'), +(6340,435,'_price','50'), +(6344,435,'_edit_lock','1770815220:1'), +(6351,435,'_edit_last','1'), +(6364,398,'_price','85'), +(6365,398,'_regular_price','85'), +(6501,447,'_sku','KARA-EC-s-1'), +(6502,447,'_regular_price','55'), +(6503,447,'total_sales','3'), +(6504,447,'_tax_status','taxable'), +(6505,447,'_tax_class',''), +(6506,447,'_manage_stock','yes'), +(6507,447,'_backorders','notify'), +(6508,447,'_sold_individually','no'), +(6509,447,'_virtual','no'), +(6510,447,'_downloadable','no'), +(6511,447,'_download_limit','-1'), +(6512,447,'_download_expiry','-1'), +(6514,447,'_stock','4'), +(6515,447,'_stock_status','instock'), +(6516,447,'_wc_average_rating','0'), +(6517,447,'_wc_review_count','0'), +(6518,447,'_product_version','10.4.2'), +(6519,447,'_price','55'), +(6523,447,'_edit_lock','1770815211:1'), +(6530,447,'_edit_last','1'), +(6887,490,'_sku','MUGU-BOP'), +(6889,490,'total_sales','2'), +(6890,490,'_tax_status','taxable'), +(6891,490,'_tax_class',''), +(6892,490,'_manage_stock','yes'), +(6893,490,'_backorders','notify'), +(6894,490,'_sold_individually','no'), +(6895,490,'_virtual','no'), +(6896,490,'_downloadable','no'), +(6897,490,'_download_limit','-1'), +(6898,490,'_download_expiry','-1'), +(6900,490,'_stock','1'), +(6901,490,'_stock_status','instock'), +(6902,490,'_wc_average_rating','0'), +(6903,490,'_wc_review_count','0'), +(6904,490,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(6905,490,'_product_version','10.6.1'), +(6912,490,'_edit_lock','1777373219:1'), +(6919,493,'_variation_description',''), +(6920,493,'total_sales','0'), +(6921,493,'_tax_status','taxable'), +(6922,493,'_tax_class','parent'), +(6923,493,'_manage_stock','no'), +(6924,493,'_backorders','no'), +(6925,493,'_sold_individually','no'), +(6926,493,'_virtual','no'), +(6927,493,'_downloadable','no'), +(6928,493,'_download_limit','-1'), +(6929,493,'_download_expiry','-1'), +(6930,493,'_stock','0'), +(6931,493,'_stock_status','instock'), +(6932,493,'_wc_average_rating','0'), +(6933,493,'_wc_review_count','0'), +(6934,493,'attribute_pa_side','left-side'), +(6935,493,'_product_version','10.6.1'), +(6936,494,'_variation_description',''), +(6937,494,'total_sales','0'), +(6938,494,'_tax_status','taxable'), +(6939,494,'_tax_class','parent'), +(6940,494,'_manage_stock','no'), +(6941,494,'_backorders','no'), +(6942,494,'_sold_individually','no'), +(6943,494,'_virtual','no'), +(6944,494,'_downloadable','no'), +(6945,494,'_download_limit','-1'), +(6946,494,'_download_expiry','-1'), +(6947,494,'_stock','0'), +(6948,494,'_stock_status','instock'), +(6949,494,'_wc_average_rating','0'), +(6950,494,'_wc_review_count','0'), +(6951,494,'attribute_pa_side','pair'), +(6952,494,'_product_version','10.6.1'), +(6953,495,'_variation_description',''), +(6954,495,'total_sales','0'), +(6955,495,'_tax_status','taxable'), +(6956,495,'_tax_class','parent'), +(6957,495,'_manage_stock','no'), +(6958,495,'_backorders','no'), +(6959,495,'_sold_individually','no'), +(6960,495,'_virtual','no'), +(6961,495,'_downloadable','no'), +(6962,495,'_download_limit','-1'), +(6963,495,'_download_expiry','-1'), +(6964,495,'_stock','0'), +(6965,495,'_stock_status','instock'), +(6966,495,'_wc_average_rating','0'), +(6967,495,'_wc_review_count','0'), +(6968,495,'attribute_pa_side','right-side'), +(6969,495,'_product_version','10.6.1'), +(6970,493,'_sku','HADOU-BOP-left'), +(6971,493,'_regular_price','48'), +(6972,493,'_thumbnail_id','0'), +(6973,493,'_price','48'), +(6974,494,'_sku','HADOU-BOP-pair'), +(6975,494,'_regular_price','65'), +(6976,494,'_thumbnail_id','0'), +(6977,494,'_price','65'), +(6978,495,'_sku','HADOU-BOP-right'), +(6979,495,'_regular_price','48'), +(6980,495,'_thumbnail_id','0'), +(6981,495,'_price','48'), +(6984,490,'_edit_last','1'), +(6989,496,'_sku','MUGURA-CR1'), +(6990,496,'total_sales','0'), +(6991,496,'_tax_status','taxable'), +(6992,496,'_tax_class',''), +(6993,496,'_manage_stock','yes'), +(6994,496,'_backorders','notify'), +(6995,496,'_sold_individually','no'), +(6996,496,'_virtual','no'), +(6997,496,'_downloadable','no'), +(6998,496,'_download_limit','-1'), +(6999,496,'_download_expiry','-1'), +(7001,496,'_stock','0'), +(7002,496,'_stock_status','onbackorder'), +(7003,496,'_wc_average_rating','0'), +(7004,496,'_wc_review_count','0'), +(7006,496,'_product_version','10.6.1'), +(7069,496,'_edit_lock','1774883030:1'), +(7079,496,'_edit_last','1'), +(7080,496,'_regular_price','50'), +(7081,496,'_price','50'), +(7111,510,'_edit_last','1'), +(7112,510,'_edit_lock','1731429269:1'), +(7113,511,'_edit_last','1'), +(7114,511,'_edit_lock','1731429286:1'), +(7568,545,'_sku','KARA-CR1-g'), +(7570,545,'total_sales','2'), +(7571,545,'_tax_status','taxable'), +(7572,545,'_tax_class',''), +(7573,545,'_manage_stock','yes'), +(7574,545,'_backorders','notify'), +(7575,545,'_sold_individually','no'), +(7576,545,'_virtual','no'), +(7577,545,'_downloadable','no'), +(7578,545,'_download_limit','-1'), +(7579,545,'_download_expiry','-1'), +(7581,545,'_stock','0'), +(7582,545,'_stock_status','onbackorder'), +(7583,545,'_wc_average_rating','0'), +(7584,545,'_wc_review_count','0'), +(7585,545,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(7586,545,'_product_version','10.6.1'), +(7592,545,'_edit_lock','1774883010:1'), +(7602,545,'_edit_last','1'), +(7681,552,'_variation_description',''), +(7682,552,'total_sales','0'), +(7683,552,'_tax_status','taxable'), +(7684,552,'_tax_class','parent'), +(7685,552,'_manage_stock','no'), +(7686,552,'_backorders','no'), +(7687,552,'_sold_individually','no'), +(7688,552,'_virtual','no'), +(7689,552,'_downloadable','no'), +(7690,552,'_download_limit','-1'), +(7691,552,'_download_expiry','-1'), +(7692,552,'_stock',NULL), +(7693,552,'_stock_status','onbackorder'), +(7694,552,'_wc_average_rating','0'), +(7695,552,'_wc_review_count','0'), +(7696,552,'attribute_pa_side','one'), +(7697,552,'_product_version','10.3.4'), +(7698,553,'_variation_description',''), +(7699,553,'total_sales','0'), +(7700,553,'_tax_status','taxable'), +(7701,553,'_tax_class','parent'), +(7702,553,'_manage_stock','no'), +(7703,553,'_backorders','no'), +(7704,553,'_sold_individually','no'), +(7705,553,'_virtual','no'), +(7706,553,'_downloadable','no'), +(7707,553,'_download_limit','-1'), +(7708,553,'_download_expiry','-1'), +(7709,553,'_stock',NULL), +(7710,553,'_stock_status','onbackorder'), +(7711,553,'_wc_average_rating','0'), +(7712,553,'_wc_review_count','0'), +(7713,553,'attribute_pa_side','pair'), +(7714,553,'_product_version','10.3.4'), +(7715,552,'_sku','KARA-CR-g-one'), +(7716,552,'_regular_price','50'), +(7717,552,'_thumbnail_id','0'), +(7718,552,'_price','50'), +(7719,553,'_sku','KARA-CR-g-pair'), +(7720,553,'_regular_price','75'), +(7721,553,'_thumbnail_id','0'), +(7722,553,'_price','75'), +(7729,554,'_sku','KARA-CR1-s'), +(7730,554,'total_sales','2'), +(7731,554,'_tax_status','taxable'), +(7732,554,'_tax_class',''), +(7733,554,'_manage_stock','yes'), +(7734,554,'_backorders','notify'), +(7735,554,'_sold_individually','no'), +(7736,554,'_virtual','no'), +(7737,554,'_downloadable','no'), +(7738,554,'_download_limit','-1'), +(7739,554,'_download_expiry','-1'), +(7741,554,'_stock','0'), +(7742,554,'_stock_status','onbackorder'), +(7743,554,'_wc_average_rating','0'), +(7744,554,'_wc_review_count','0'), +(7745,554,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(7746,554,'_product_version','10.6.1'), +(7750,555,'_variation_description',''), +(7751,555,'_sku','KARA-CR-s-pair'), +(7752,555,'_regular_price','70'), +(7753,555,'total_sales','0'), +(7754,555,'_tax_status','taxable'), +(7755,555,'_tax_class','parent'), +(7756,555,'_manage_stock','no'), +(7757,555,'_backorders','no'), +(7758,555,'_sold_individually','no'), +(7759,555,'_virtual','no'), +(7760,555,'_downloadable','no'), +(7761,555,'_download_limit','-1'), +(7762,555,'_download_expiry','-1'), +(7763,555,'_thumbnail_id','0'), +(7764,555,'_stock',NULL), +(7765,555,'_stock_status','onbackorder'), +(7766,555,'_wc_average_rating','0'), +(7767,555,'_wc_review_count','0'), +(7768,555,'attribute_pa_side','pair'), +(7769,555,'_price','70'), +(7770,555,'_product_version','10.3.4'), +(7771,556,'_variation_description',''), +(7772,556,'_sku','KARA-CR-s-one'), +(7773,556,'_regular_price','45'), +(7774,556,'total_sales','0'), +(7775,556,'_tax_status','taxable'), +(7776,556,'_tax_class','parent'), +(7777,556,'_manage_stock','no'), +(7778,556,'_backorders','no'), +(7779,556,'_sold_individually','no'), +(7780,556,'_virtual','no'), +(7781,556,'_downloadable','no'), +(7782,556,'_download_limit','-1'), +(7783,556,'_download_expiry','-1'), +(7784,556,'_thumbnail_id','0'), +(7785,556,'_stock',NULL), +(7786,556,'_stock_status','onbackorder'), +(7787,556,'_wc_average_rating','0'), +(7788,556,'_wc_review_count','0'), +(7789,556,'attribute_pa_side','one'), +(7790,556,'_price','45'), +(7791,556,'_product_version','10.3.4'), +(7794,554,'_edit_lock','1774883017:1'), +(7803,554,'_edit_last','1'), +(7909,565,'_variation_description',''), +(7910,565,'total_sales','0'), +(7911,565,'_tax_status','taxable'), +(7912,565,'_tax_class','parent'), +(7913,565,'_manage_stock','no'), +(7914,565,'_backorders','no'), +(7915,565,'_sold_individually','no'), +(7916,565,'_virtual','no'), +(7917,565,'_downloadable','no'), +(7918,565,'_download_limit','-1'), +(7919,565,'_download_expiry','-1'), +(7920,565,'_stock',NULL), +(7921,565,'_stock_status','onbackorder'), +(7922,565,'_wc_average_rating','0'), +(7923,565,'_wc_review_count','0'), +(7924,565,'attribute_pa_side','one-element-side'), +(7925,565,'_product_version','10.3.4'), +(7926,566,'_variation_description',''), +(7927,566,'total_sales','0'), +(7928,566,'_tax_status','taxable'), +(7929,566,'_tax_class','parent'), +(7930,566,'_manage_stock','no'), +(7931,566,'_backorders','no'), +(7932,566,'_sold_individually','no'), +(7933,566,'_virtual','no'), +(7934,566,'_downloadable','no'), +(7935,566,'_download_limit','-1'), +(7936,566,'_download_expiry','-1'), +(7937,566,'_stock',NULL), +(7938,566,'_stock_status','onbackorder'), +(7939,566,'_wc_average_rating','0'), +(7940,566,'_wc_review_count','0'), +(7941,566,'attribute_pa_side','pair'), +(7942,566,'_product_version','10.3.4'), +(7943,567,'_variation_description',''), +(7944,567,'total_sales','0'), +(7945,567,'_tax_status','taxable'), +(7946,567,'_tax_class','parent'), +(7947,567,'_manage_stock','no'), +(7948,567,'_backorders','no'), +(7949,567,'_sold_individually','no'), +(7950,567,'_virtual','no'), +(7951,567,'_downloadable','no'), +(7952,567,'_download_limit','-1'), +(7953,567,'_download_expiry','-1'), +(7954,567,'_stock',NULL), +(7955,567,'_stock_status','onbackorder'), +(7956,567,'_wc_average_rating','0'), +(7957,567,'_wc_review_count','0'), +(7958,567,'attribute_pa_side','two-elements-side'), +(7959,567,'_product_version','10.3.4'), +(7960,565,'_regular_price','50'), +(7962,565,'_price','50'), +(7963,566,'_regular_price','75'), +(7964,566,'_thumbnail_id','0'), +(7965,566,'_price','75'), +(7966,567,'_regular_price','50'), +(7968,567,'_price','50'), +(7980,569,'_variation_description',''), +(7981,569,'total_sales','0'), +(7982,569,'_tax_status','taxable'), +(7983,569,'_tax_class','parent'), +(7984,569,'_manage_stock','no'), +(7985,569,'_backorders','no'), +(7986,569,'_sold_individually','no'), +(7987,569,'_virtual','no'), +(7988,569,'_downloadable','no'), +(7989,569,'_download_limit','-1'), +(7990,569,'_download_expiry','-1'), +(7991,569,'_stock',NULL), +(7992,569,'_stock_status','onbackorder'), +(7993,569,'_wc_average_rating','0'), +(7994,569,'_wc_review_count','0'), +(7995,569,'attribute_pa_side','one-element-side'), +(7996,569,'_product_version','10.3.4'), +(7997,570,'_variation_description',''), +(7998,570,'total_sales','0'), +(7999,570,'_tax_status','taxable'), +(8000,570,'_tax_class','parent'), +(8001,570,'_manage_stock','no'), +(8002,570,'_backorders','no'), +(8003,570,'_sold_individually','no'), +(8004,570,'_virtual','no'), +(8005,570,'_downloadable','no'), +(8006,570,'_download_limit','-1'), +(8007,570,'_download_expiry','-1'), +(8008,570,'_stock',NULL), +(8009,570,'_stock_status','onbackorder'), +(8010,570,'_wc_average_rating','0'), +(8011,570,'_wc_review_count','0'), +(8012,570,'attribute_pa_side','pair'), +(8013,570,'_product_version','10.3.4'), +(8014,571,'_variation_description',''), +(8015,571,'total_sales','0'), +(8016,571,'_tax_status','taxable'), +(8017,571,'_tax_class','parent'), +(8018,571,'_manage_stock','no'), +(8019,571,'_backorders','no'), +(8020,571,'_sold_individually','no'), +(8021,571,'_virtual','no'), +(8022,571,'_downloadable','no'), +(8023,571,'_download_limit','-1'), +(8024,571,'_download_expiry','-1'), +(8025,571,'_stock',NULL), +(8026,571,'_stock_status','onbackorder'), +(8027,571,'_wc_average_rating','0'), +(8028,571,'_wc_review_count','0'), +(8029,571,'attribute_pa_side','two-elements-side'), +(8030,571,'_product_version','10.3.4'), +(8031,569,'_sku','BOROBORO-BO2-g-one'), +(8032,569,'_regular_price','55'), +(8034,569,'_price','55'), +(8035,570,'_sku','BOROBORO-BO2-g-pair'), +(8036,570,'_regular_price','80'), +(8037,570,'_thumbnail_id','0'), +(8038,570,'_price','80'), +(8039,571,'_sku','BOROBORO-BO2-g-two'), +(8040,571,'_regular_price','55'), +(8041,571,'_thumbnail_id','1457'), +(8042,571,'_price','55'), +(8052,566,'_sku','BOROBORO-BO2-s-pair'), +(8053,565,'_sku','BOROBORO-BO2-s-one'), +(8054,567,'_sku','BOROBORO-BO2-s-two'), +(9102,637,'_variation_description',''), +(9103,637,'total_sales','0'), +(9104,637,'_tax_status','taxable'), +(9105,637,'_tax_class','parent'), +(9106,637,'_manage_stock','no'), +(9107,637,'_backorders','no'), +(9108,637,'_sold_individually','no'), +(9109,637,'_virtual','no'), +(9110,637,'_downloadable','no'), +(9111,637,'_download_limit','-1'), +(9112,637,'_download_expiry','-1'), +(9113,637,'_stock','0'), +(9114,637,'_stock_status','instock'), +(9115,637,'_wc_average_rating','0'), +(9116,637,'_wc_review_count','0'), +(9117,637,'attribute_pa_side','left-side'), +(9118,637,'_product_version','10.6.1'), +(9119,638,'_variation_description',''), +(9120,638,'total_sales','0'), +(9121,638,'_tax_status','taxable'), +(9122,638,'_tax_class','parent'), +(9123,638,'_manage_stock','no'), +(9124,638,'_backorders','no'), +(9125,638,'_sold_individually','no'), +(9126,638,'_virtual','no'), +(9127,638,'_downloadable','no'), +(9128,638,'_download_limit','-1'), +(9129,638,'_download_expiry','-1'), +(9130,638,'_stock','0'), +(9131,638,'_stock_status','instock'), +(9132,638,'_wc_average_rating','0'), +(9133,638,'_wc_review_count','0'), +(9134,638,'attribute_pa_side','pair'), +(9135,638,'_product_version','10.6.1'), +(9136,639,'_variation_description',''), +(9137,639,'total_sales','0'), +(9138,639,'_tax_status','taxable'), +(9139,639,'_tax_class','parent'), +(9140,639,'_manage_stock','no'), +(9141,639,'_backorders','no'), +(9142,639,'_sold_individually','no'), +(9143,639,'_virtual','no'), +(9144,639,'_downloadable','no'), +(9145,639,'_download_limit','-1'), +(9146,639,'_download_expiry','-1'), +(9147,639,'_stock','0'), +(9148,639,'_stock_status','instock'), +(9149,639,'_wc_average_rating','0'), +(9150,639,'_wc_review_count','0'), +(9151,639,'attribute_pa_side','right-side'), +(9152,639,'_product_version','10.6.1'), +(9153,637,'_sku','PIASU-BO2-left'), +(9154,637,'_regular_price','105'), +(9155,637,'_thumbnail_id','0'), +(9156,637,'_price','105'), +(9157,638,'_sku','PIASU-BO2-pair'), +(9158,638,'_regular_price','170'), +(9159,638,'_thumbnail_id','0'), +(9160,638,'_price','170'), +(9161,639,'_sku','PIASU-BO2-right'), +(9162,639,'_regular_price','105'), +(9163,639,'_thumbnail_id','0'), +(9164,639,'_price','105'), +(9214,641,'_variation_description',''), +(9215,641,'total_sales','0'), +(9216,641,'_tax_status','taxable'), +(9217,641,'_tax_class','parent'), +(9218,641,'_manage_stock','no'), +(9219,641,'_backorders','no'), +(9220,641,'_sold_individually','no'), +(9221,641,'_virtual','no'), +(9222,641,'_downloadable','no'), +(9223,641,'_download_limit','-1'), +(9224,641,'_download_expiry','-1'), +(9225,641,'_stock',NULL), +(9226,641,'_stock_status','onbackorder'), +(9227,641,'_wc_average_rating','0'), +(9228,641,'_wc_review_count','0'), +(9229,641,'attribute_pa_side','left-side'), +(9230,641,'_product_version','9.8.4'), +(9231,642,'_variation_description',''), +(9232,642,'total_sales','0'), +(9233,642,'_tax_status','taxable'), +(9234,642,'_tax_class','parent'), +(9235,642,'_manage_stock','no'), +(9236,642,'_backorders','no'), +(9237,642,'_sold_individually','no'), +(9238,642,'_virtual','no'), +(9239,642,'_downloadable','no'), +(9240,642,'_download_limit','-1'), +(9241,642,'_download_expiry','-1'), +(9242,642,'_stock',NULL), +(9243,642,'_stock_status','onbackorder'), +(9244,642,'_wc_average_rating','0'), +(9245,642,'_wc_review_count','0'), +(9246,642,'attribute_pa_side','pair'), +(9247,642,'_product_version','9.9.3'), +(9248,643,'_variation_description',''), +(9249,643,'total_sales','0'), +(9250,643,'_tax_status','taxable'), +(9251,643,'_tax_class','parent'), +(9252,643,'_manage_stock','no'), +(9253,643,'_backorders','no'), +(9254,643,'_sold_individually','no'), +(9255,643,'_virtual','no'), +(9256,643,'_downloadable','no'), +(9257,643,'_download_limit','-1'), +(9258,643,'_download_expiry','-1'), +(9259,643,'_stock',NULL), +(9260,643,'_stock_status','onbackorder'), +(9261,643,'_wc_average_rating','0'), +(9262,643,'_wc_review_count','0'), +(9263,643,'attribute_pa_side','right-side'), +(9264,643,'_product_version','9.8.4'), +(9265,641,'_sku','HATTARI-CR1-s-left'), +(9266,641,'_regular_price','55'), +(9267,641,'_thumbnail_id','0'), +(9268,641,'_price','55'), +(9269,642,'_sku','HATTARI-CR1-s-pair'), +(9270,642,'_regular_price','85'), +(9271,642,'_thumbnail_id','0'), +(9272,642,'_price','85'), +(9273,643,'_sku','HATTARI-CR1-s-right'), +(9274,643,'_regular_price','55'), +(9275,643,'_thumbnail_id','0'), +(9276,643,'_price','55'), +(9286,645,'_variation_description',''), +(9287,645,'total_sales','0'), +(9288,645,'_tax_status','taxable'), +(9289,645,'_tax_class','parent'), +(9290,645,'_manage_stock','no'), +(9291,645,'_backorders','no'), +(9292,645,'_sold_individually','no'), +(9293,645,'_virtual','no'), +(9294,645,'_downloadable','no'), +(9295,645,'_download_limit','-1'), +(9296,645,'_download_expiry','-1'), +(9297,645,'_stock',NULL), +(9298,645,'_stock_status','onbackorder'), +(9299,645,'_wc_average_rating','0'), +(9300,645,'_wc_review_count','0'), +(9301,645,'attribute_pa_side','left-side'), +(9302,645,'_product_version','9.8.4'), +(9303,646,'_variation_description',''), +(9304,646,'total_sales','0'), +(9305,646,'_tax_status','taxable'), +(9306,646,'_tax_class','parent'), +(9307,646,'_manage_stock','no'), +(9308,646,'_backorders','no'), +(9309,646,'_sold_individually','no'), +(9310,646,'_virtual','no'), +(9311,646,'_downloadable','no'), +(9312,646,'_download_limit','-1'), +(9313,646,'_download_expiry','-1'), +(9314,646,'_stock',NULL), +(9315,646,'_stock_status','onbackorder'), +(9316,646,'_wc_average_rating','0'), +(9317,646,'_wc_review_count','0'), +(9318,646,'attribute_pa_side','pair'), +(9319,646,'_product_version','9.9.3'), +(9320,647,'_variation_description',''), +(9321,647,'total_sales','0'), +(9322,647,'_tax_status','taxable'), +(9323,647,'_tax_class','parent'), +(9324,647,'_manage_stock','no'), +(9325,647,'_backorders','no'), +(9326,647,'_sold_individually','no'), +(9327,647,'_virtual','no'), +(9328,647,'_downloadable','no'), +(9329,647,'_download_limit','-1'), +(9330,647,'_download_expiry','-1'), +(9331,647,'_stock',NULL), +(9332,647,'_stock_status','onbackorder'), +(9333,647,'_wc_average_rating','0'), +(9334,647,'_wc_review_count','0'), +(9335,647,'attribute_pa_side','right-side'), +(9336,647,'_product_version','9.8.4'), +(9337,645,'_sku','HATTARI-CR1-g-left'), +(9338,645,'_regular_price','60'), +(9339,645,'_thumbnail_id','0'), +(9340,645,'_price','60'), +(9341,646,'_sku','HATTARI-CR1-g-pair'), +(9342,646,'_regular_price','90'), +(9343,646,'_thumbnail_id','0'), +(9344,646,'_price','90'), +(9345,647,'_sku','HATTARI-CR1-g-right'), +(9346,647,'_regular_price','60'), +(9347,647,'_thumbnail_id','0'), +(9348,647,'_price','60'), +(9427,651,'_variation_description',''), +(9428,651,'total_sales','0'), +(9429,651,'_tax_status','taxable'), +(9430,651,'_tax_class','parent'), +(9431,651,'_manage_stock','no'), +(9432,651,'_backorders','no'), +(9433,651,'_sold_individually','no'), +(9434,651,'_virtual','no'), +(9435,651,'_downloadable','no'), +(9436,651,'_download_limit','-1'), +(9437,651,'_download_expiry','-1'), +(9438,651,'_stock','0'), +(9439,651,'_stock_status','instock'), +(9440,651,'_wc_average_rating','0'), +(9441,651,'_wc_review_count','0'), +(9442,651,'attribute_pa_side','long'), +(9443,651,'_product_version','10.6.1'), +(9444,652,'_variation_description',''), +(9445,652,'total_sales','0'), +(9446,652,'_tax_status','taxable'), +(9447,652,'_tax_class','parent'), +(9448,652,'_manage_stock','no'), +(9449,652,'_backorders','no'), +(9450,652,'_sold_individually','no'), +(9451,652,'_virtual','no'), +(9452,652,'_downloadable','no'), +(9453,652,'_download_limit','-1'), +(9454,652,'_download_expiry','-1'), +(9455,652,'_stock','0'), +(9456,652,'_stock_status','instock'), +(9457,652,'_wc_average_rating','0'), +(9458,652,'_wc_review_count','0'), +(9459,652,'attribute_pa_side','pair'), +(9460,652,'_product_version','10.6.1'), +(9461,653,'_variation_description',''), +(9462,653,'total_sales','0'), +(9463,653,'_tax_status','taxable'), +(9464,653,'_tax_class','parent'), +(9465,653,'_manage_stock','no'), +(9466,653,'_backorders','no'), +(9467,653,'_sold_individually','no'), +(9468,653,'_virtual','no'), +(9469,653,'_downloadable','no'), +(9470,653,'_download_limit','-1'), +(9471,653,'_download_expiry','-1'), +(9472,653,'_stock','0'), +(9473,653,'_stock_status','instock'), +(9474,653,'_wc_average_rating','0'), +(9475,653,'_wc_review_count','0'), +(9476,653,'attribute_pa_side','short'), +(9477,653,'_product_version','10.6.1'), +(9478,651,'_sku','TAMANORI-CR-s-long'), +(9479,651,'_regular_price','68'), +(9480,651,'_thumbnail_id','0'), +(9481,651,'_price','68'), +(9482,652,'_sku','TAMANORI-CR-s-pair'), +(9483,652,'_regular_price','80'), +(9484,652,'_thumbnail_id','0'), +(9485,652,'_price','80'), +(9486,653,'_sku','TAMANORI-CR-s-short'), +(9487,653,'_regular_price','65'), +(9488,653,'_thumbnail_id','0'), +(9489,653,'_price','65'), +(9498,654,'_variation_description',''), +(9499,654,'total_sales','0'), +(9500,654,'_tax_status','taxable'), +(9501,654,'_tax_class','parent'), +(9502,654,'_manage_stock','no'), +(9503,654,'_backorders','no'), +(9504,654,'_sold_individually','no'), +(9505,654,'_virtual','no'), +(9506,654,'_downloadable','no'), +(9507,654,'_download_limit','-1'), +(9508,654,'_download_expiry','-1'), +(9509,654,'_stock','0'), +(9510,654,'_stock_status','instock'), +(9511,654,'_wc_average_rating','0'), +(9512,654,'_wc_review_count','0'), +(9513,654,'attribute_pa_side','long'), +(9514,654,'_product_version','10.6.1'), +(9515,655,'_variation_description',''), +(9516,655,'total_sales','0'), +(9517,655,'_tax_status','taxable'), +(9518,655,'_tax_class','parent'), +(9519,655,'_manage_stock','no'), +(9520,655,'_backorders','no'), +(9521,655,'_sold_individually','no'), +(9522,655,'_virtual','no'), +(9523,655,'_downloadable','no'), +(9524,655,'_download_limit','-1'), +(9525,655,'_download_expiry','-1'), +(9526,655,'_stock','0'), +(9527,655,'_stock_status','instock'), +(9528,655,'_wc_average_rating','0'), +(9529,655,'_wc_review_count','0'), +(9530,655,'attribute_pa_side','pair'), +(9531,655,'_product_version','10.6.1'), +(9532,656,'_variation_description',''), +(9533,656,'total_sales','0'), +(9534,656,'_tax_status','taxable'), +(9535,656,'_tax_class','parent'), +(9536,656,'_manage_stock','no'), +(9537,656,'_backorders','no'), +(9538,656,'_sold_individually','no'), +(9539,656,'_virtual','no'), +(9540,656,'_downloadable','no'), +(9541,656,'_download_limit','-1'), +(9542,656,'_download_expiry','-1'), +(9543,656,'_stock','0'), +(9544,656,'_stock_status','instock'), +(9545,656,'_wc_average_rating','0'), +(9546,656,'_wc_review_count','0'), +(9547,656,'attribute_pa_side','short'), +(9548,656,'_product_version','10.6.1'), +(9549,654,'_sku','TAMANORI-CR-g-long'), +(9550,654,'_regular_price','70'), +(9551,654,'_thumbnail_id','0'), +(9552,654,'_price','70'), +(9553,655,'_sku','TAMANORI-CR-g-pair'), +(9554,655,'_regular_price','85'), +(9555,655,'_thumbnail_id','0'), +(9556,655,'_price','85'), +(9557,656,'_sku','TAMANORI-CR-g-short'), +(9558,656,'_regular_price','68'), +(9559,656,'_thumbnail_id','0'), +(9560,656,'_price','68'), +(9575,659,'_wp_attached_file','2024/09/HADOU-B-opti.jpg'), +(9576,659,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2024/09/HADOU-B-opti.jpg\";s:8:\"filesize\";i:249510;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(9577,659,'_wp_attachment_image_alt','Hadou wavy ring mix of silver and gold plated silver.'), +(9584,660,'_wp_attached_file','2024/10/IMG_1442.jpg'), +(9585,660,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1442.jpg\";s:8:\"filesize\";i:1111012;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1442-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19544;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(9586,660,'_wp_attachment_image_alt','Tamanori oval gold plated hoops with dangling chains.'), +(9915,684,'_wp_attached_file','2024/09/IMG_1478.jpg'), +(9916,684,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/09/IMG_1478.jpg\";s:8:\"filesize\";i:935154;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1478-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(9917,684,'_wp_attachment_image_alt','Ikkan gold plated silver ring with oversized link on top.'), +(9991,263,'_thumbnail_id','1814'), +(10089,714,'_wp_attached_file','2024/10/IMG_1651.jpg'), +(10090,714,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1651.jpg\";s:8:\"filesize\";i:699045;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1651-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10091,714,'_wp_attachment_image_alt','Fuyou solo hoop and Hadou ear cuff in sterling silver'), +(10159,722,'_wp_attached_file','2024/10/MUGURA-CR2-vrm.jpg'), +(10160,722,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:26:\"2024/10/MUGURA-CR2-vrm.jpg\";s:8:\"filesize\";i:299445;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"MUGURA-CR2-vrm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10161,722,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(10191,726,'_wp_attached_file','2024/10/ROKKU-B-malachite.jpg'), +(10192,726,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:29:\"2024/10/ROKKU-B-malachite.jpg\";s:8:\"filesize\";i:336069;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"ROKKU-B-malachite-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5306;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10193,726,'_wp_attachment_image_alt','Rokku wide silver ring with malachite set in 18k gold'), +(10194,168,'_thumbnail_id','1858'), +(10260,735,'_wp_attached_file','2024/10/TAMANORI-CR2-vrm.jpg'), +(10261,735,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:28:\"2024/10/TAMANORI-CR2-vrm.jpg\";s:8:\"filesize\";i:307164;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"TAMANORI-CR2-vrm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4986;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10262,735,'_wp_attachment_image_alt','Tamanori oval gold plated hoops with dangling chains.'), +(10369,752,'_wp_attached_file','2024/11/HADOU-BOP.jpg'), +(10370,752,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:21:\"2024/11/HADOU-BOP.jpg\";s:8:\"filesize\";i:291186;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"HADOU-BOP-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4596;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10371,752,'_wp_attachment_image_alt','Hadou wavy stud earrings in silver.'), +(10372,490,'_thumbnail_id','1839'), +(10448,766,'_sku','FUYOU-BO'), +(10449,766,'total_sales','1'), +(10450,766,'_tax_status','taxable'), +(10451,766,'_tax_class',''), +(10452,766,'_manage_stock','yes'), +(10453,766,'_backorders','notify'), +(10454,766,'_sold_individually','no'), +(10455,766,'_virtual','no'), +(10456,766,'_downloadable','no'), +(10457,766,'_download_limit','-1'), +(10458,766,'_download_expiry','-1'), +(10460,766,'_stock','2'), +(10461,766,'_stock_status','instock'), +(10462,766,'_wc_average_rating','0'), +(10463,766,'_wc_review_count','0'), +(10464,766,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(10465,766,'_product_version','10.6.1'), +(10513,766,'_edit_lock','1777373183:1'), +(10559,766,'_edit_last','1'), +(11354,819,'_wp_attached_file','2024/11/HAIKU-ringsizes.jpg'), +(11355,819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:595;s:6:\"height\";i:842;s:4:\"file\";s:27:\"2024/11/HAIKU-ringsizes.jpg\";s:8:\"filesize\";i:42209;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"HAIKU-ringsizes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(11356,819,'_wp_attachment_image_alt','Ring size guide'), +(11420,820,'_wp_attached_file','2024/09/IKKAN-B-vrm.jpg'), +(11421,820,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:4:\"file\";s:23:\"2024/09/IKKAN-B-vrm.jpg\";s:8:\"filesize\";i:279839;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IKKAN-B-vrm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5213;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(11422,820,'_wp_attachment_image_alt','Ikkan gold plated silver ring with oversized link on top.'), +(11423,113,'_thumbnail_id','820'), +(11428,821,'_wp_attached_file','2024/09/KARA-B.jpg'), +(11429,821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:18:\"2024/09/KARA-B.jpg\";s:8:\"filesize\";i:357986;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"KARA-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(11432,821,'_wp_attachment_image_alt','Kara ring composed of two sterling silver bands linked by a 18k gold thin curb chain'), +(11495,312,'_thumbnail_id','1851'), +(11730,851,'_edit_lock','1733268183:1'), +(11731,851,'_edit_last','1'), +(11732,851,'discount_type','percent'), +(11733,851,'coupon_amount','20'), +(11734,851,'individual_use','no'), +(11735,851,'usage_limit','0'), +(11736,851,'usage_limit_per_user','1'), +(11737,851,'limit_usage_to_x_items','0'), +(11738,851,'usage_count','0'), +(11739,851,'date_expires','1733266800'), +(11740,851,'free_shipping','no'), +(11741,851,'exclude_sale_items','no'), +(12300,934,'_wp_attached_file','2024/11/HADOU-BOP-1.jpg'), +(12301,934,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/11/HADOU-BOP-1.jpg\";s:8:\"filesize\";i:71945;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HADOU-BOP-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(12302,934,'_wp_attachment_image_alt','Hadou wavy stud earrings in silver.'), +(12331,447,'_photos_colonne_gauche|||0|value','939'), +(12332,447,'_photos_colonne_droite|||0|value','830'), +(12333,447,'_photos_colonne_droite|||1|value','939'), +(12334,447,'_haiku_details_produit',''), +(12338,435,'_photos_colonne_gauche|||0|value','940'), +(12339,435,'_photos_colonne_droite|||0|value','437'), +(12340,435,'_photos_colonne_droite|||1|value','940'), +(12341,435,'_haiku_details_produit',''), +(12342,941,'_edit_lock','1777373134:1'), +(12343,941,'_edit_last','1'), +(12351,941,'total_sales','0'), +(12352,941,'_tax_status','taxable'), +(12353,941,'_tax_class',''), +(12354,941,'_manage_stock','no'), +(12355,941,'_backorders','no'), +(12356,941,'_sold_individually','no'), +(12357,941,'_virtual','no'), +(12358,941,'_downloadable','no'), +(12359,941,'_download_limit','-1'), +(12360,941,'_download_expiry','-1'), +(12361,941,'_stock',NULL), +(12362,941,'_stock_status','instock'), +(12363,941,'_wc_average_rating','0'), +(12364,941,'_wc_review_count','0'), +(12365,941,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(12366,941,'_product_version','10.6.1'), +(12548,953,'total_sales','0'), +(12549,953,'_tax_status','taxable'), +(12550,953,'_tax_class',''), +(12551,953,'_manage_stock','no'), +(12552,953,'_backorders','no'), +(12553,953,'_sold_individually','no'), +(12554,953,'_virtual','no'), +(12555,953,'_downloadable','no'), +(12556,953,'_download_limit','-1'), +(12557,953,'_download_expiry','-1'), +(12558,953,'_thumbnail_id','1837'), +(12559,953,'_stock',NULL), +(12560,953,'_stock_status','instock'), +(12561,953,'_wc_average_rating','0'), +(12562,953,'_wc_review_count','0'), +(12563,953,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(12564,953,'_product_version','10.6.1'), +(12737,953,'_edit_lock','1777373150:1'), +(12738,962,'_wp_attached_file','2025/06/UTEKI-B-g.jpg'), +(12739,962,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/06/UTEKI-B-g.jpg\";s:8:\"filesize\";i:99148;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4053;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(12740,953,'_edit_last','1'), +(12741,962,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated sterling silver'), +(12758,288,'_price','60'), +(12759,288,'_price','90'), +(12764,285,'_price','55'), +(12765,285,'_price','85'), +(12836,982,'total_sales','0'), +(12837,982,'_tax_status','taxable'), +(12838,982,'_tax_class',''), +(12839,982,'_manage_stock','yes'), +(12840,982,'_backorders','notify'), +(12841,982,'_sold_individually','no'), +(12842,982,'_virtual','no'), +(12843,982,'_downloadable','no'), +(12844,982,'_download_limit','-1'), +(12845,982,'_download_expiry','-1'), +(12847,982,'_stock','0'), +(12848,982,'_stock_status','onbackorder'), +(12849,982,'_wc_average_rating','0'), +(12850,982,'_wc_review_count','0'), +(12852,982,'_product_version','10.6.1'), +(13024,982,'_price','115'), +(13025,982,'_edit_lock','1777054465:1'), +(13026,982,'_edit_last','1'), +(13030,992,'_wp_attached_file','2025/06/DSC00689.jpg'), +(13031,992,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1079;s:4:\"file\";s:20:\"2025/06/DSC00689.jpg\";s:8:\"filesize\";i:334396;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00689-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18227;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13032,992,'_wp_attachment_image_alt','Uteki necklaces with a droplet pendant and prehnite oval stone.'), +(13036,982,'_sku','UTEKI-C-s'), +(13037,982,'_regular_price','115'), +(13042,994,'_sku','UTEKI-C-g'), +(13043,994,'_regular_price','120'), +(13044,994,'total_sales','0'), +(13045,994,'_tax_status','taxable'), +(13046,994,'_tax_class',''), +(13047,994,'_manage_stock','yes'), +(13048,994,'_backorders','notify'), +(13049,994,'_sold_individually','no'), +(13050,994,'_virtual','no'), +(13051,994,'_downloadable','no'), +(13052,994,'_download_limit','-1'), +(13053,994,'_download_expiry','-1'), +(13054,994,'_thumbnail_id','1345'), +(13055,994,'_stock','1'), +(13056,994,'_stock_status','instock'), +(13057,994,'_wc_average_rating','0'), +(13058,994,'_wc_review_count','0'), +(13060,994,'_product_version','10.6.1'), +(13061,994,'_price','120'), +(13066,994,'_edit_lock','1777307307:1'), +(13070,994,'_edit_last','1'), +(13071,996,'_wp_attached_file','2025/06/DSC00699.jpg'), +(13072,996,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/06/DSC00699.jpg\";s:8:\"filesize\";i:825370;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00699-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16660;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13073,996,'_wp_attachment_image_alt','Uteki necklace with a droplet pendant and prehnite oval stone.'), +(13078,941,'_sku','UTEKI-B-s'), +(13082,953,'_sku','UTEKI-B-g'), +(13902,1342,'_wp_attached_file','2025/08/UTEKI-B-g.jpg'), +(13903,1342,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2025/08/UTEKI-B-g.jpg\";s:8:\"filesize\";i:313699;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5052;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13904,1342,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated sterling silver'), +(13905,1343,'_wp_attached_file','2025/08/UTEKI-B-s.jpg'), +(13906,1343,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2025/08/UTEKI-B-s.jpg\";s:8:\"filesize\";i:330781;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4372;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13907,1343,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver'), +(13908,941,'_thumbnail_id','1836'), +(13917,1345,'_wp_attached_file','2025/06/UTEKI-C-g-1.jpg'), +(13918,1345,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2025/06/UTEKI-C-g-1.jpg\";s:8:\"filesize\";i:552795;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"UTEKI-C-g-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13919,1345,'_wp_attachment_image_alt','Uteki necklace with a droplet pendant and prehnite oval stone. In gold plated silver'), +(13960,1353,'_wp_attached_file','2024/10/DSC9237-1.jpg'), +(13961,1353,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/10/DSC9237-1.jpg\";s:8:\"filesize\";i:764425;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC9237-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14656;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13962,1354,'_wp_attached_file','2024/10/DSC9240.jpg'), +(13963,1354,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:19:\"2024/10/DSC9240.jpg\";s:8:\"filesize\";i:351862;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9240-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13638;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13964,1355,'_wp_attached_file','2024/10/DSC9242-1.jpg'), +(13965,1355,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2024/10/DSC9242-1.jpg\";s:8:\"filesize\";i:321023;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC9242-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13966,1353,'_wp_attachment_image_alt','Fuyou sterling silver chain bracelet with fluid element and gold plated details.'), +(13967,1354,'_wp_attachment_image_alt','Fuyou sterling silver chain bracelet with fluid element and gold plated details.'), +(13968,1355,'_wp_attachment_image_alt','Fuyou sterling silver chain bracelet with fluid element and gold plated details.'), +(13969,1356,'_wp_attached_file','2024/10/FUYOU-BR.jpg'), +(13970,1356,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2024/10/FUYOU-BR.jpg\";s:8:\"filesize\";i:286605;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FUYOU-BR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13971,1356,'_wp_attachment_image_alt',''), +(13993,1365,'_wp_attached_file','2024/11/FUYOU-B0.jpg'), +(13994,1365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2024/11/FUYOU-B0.jpg\";s:8:\"filesize\";i:302957;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FUYOU-B0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13995,1365,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(14004,766,'_thumbnail_id','1838'), +(14029,285,'_photos_colonne_gauche|||0|value','1369'), +(14030,285,'_photos_colonne_droite|||0|value','287'), +(14031,285,'_haiku_details_produit',''), +(14054,496,'_photos_colonne_gauche|||0|value','1377'), +(14055,496,'_photos_colonne_droite|||0|value','756'), +(14056,496,'_photos_colonne_droite|||1|value','757'), +(14057,496,'_haiku_details_produit',''), +(14079,1381,'_wp_attached_file','2024/10/FUYOU-C-2.jpg'), +(14080,1381,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2024/10/FUYOU-C-2.jpg\";s:8:\"filesize\";i:293906;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FUYOU-C-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14081,1381,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(14082,1382,'_wp_attached_file','2024/10/FUYOU-C-1-1.jpg'), +(14083,1382,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2024/10/FUYOU-C-1-1.jpg\";s:8:\"filesize\";i:403096;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"FUYOU-C-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6160;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14084,1382,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(14085,1382,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(14096,1383,'_wp_attached_file','2024/10/IKKAN-C-1-1.jpg'), +(14097,1383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2024/10/IKKAN-C-1-1.jpg\";s:8:\"filesize\";i:363444;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IKKAN-C-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5784;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14098,1383,'_wp_attachment_image_alt','Ikkan necklace in sterling silver with a mix of links gold plated details.'), +(14099,1384,'_wp_attached_file','2024/10/IKKAN-C-2-1.jpg'), +(14100,1384,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2024/10/IKKAN-C-2-1.jpg\";s:8:\"filesize\";i:291861;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IKKAN-C-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5047;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14101,1384,'_wp_attachment_image_alt','Ikkan necklace in sterling silver with a mix of links gold plated details.'), +(14116,1388,'_wp_attached_file','2025/08/FUYOU-CR1.jpg'), +(14117,1388,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2025/08/FUYOU-CR1.jpg\";s:8:\"filesize\";i:285230;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FUYOU-CR1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2968;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14118,1388,'_wp_attachment_image_alt','Fuyou solo hoop in sterling silver with gold plated rings hanging.'), +(14119,318,'_thumbnail_id','1848'), +(14132,1391,'_wp_attached_file','2025/08/MUGURA-CR2-g.jpg'), +(14133,1391,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/08/MUGURA-CR2-g.jpg\";s:8:\"filesize\";i:268267;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"MUGURA-CR2-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4210;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14134,1391,'_wp_attachment_image_alt','Mugura minimalist gold plated silver hoops.'), +(14135,398,'_thumbnail_id','1391'), +(14147,1393,'_wp_attached_file','2025/08/MUGURA-CR2-s.jpg'), +(14148,1393,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/08/MUGURA-CR2-s.jpg\";s:8:\"filesize\";i:256643;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"MUGURA-CR2-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3568;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14149,1393,'_wp_attachment_image_alt','Mugura minimalist sterling silver hoops.'), +(14150,393,'_thumbnail_id','1840'), +(14186,1397,'_wp_attached_file','2024/10/DSCF7880.jpg'), +(14187,1397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF7880.jpg\";s:8:\"filesize\";i:298085;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7880-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14188,1397,'_wp_attachment_image_alt','Ikkan necklace in sterling silver with some gold plated links.'), +(14201,1400,'_photos_colonne_gauche|||0|value','1383'), +(14202,1400,'_photos_colonne_droite|||0|value','1397'), +(14203,1400,'_photos_colonne_droite|||1|value','1399'), +(14204,1400,'_photos_colonne_droite|||2|value','1384'), +(14205,1400,'_photos_colonne_droite|||3|value','1398'), +(14206,1400,'_haiku_details_produit',''), +(14213,1401,'_sku','UTEKI-CR-g'), +(14214,1401,'_regular_price','90'), +(14215,1401,'total_sales','0'), +(14216,1401,'_tax_status','taxable'), +(14217,1401,'_tax_class',''), +(14218,1401,'_manage_stock','yes'), +(14219,1401,'_backorders','notify'), +(14220,1401,'_sold_individually','no'), +(14221,1401,'_virtual','no'), +(14222,1401,'_downloadable','no'), +(14223,1401,'_download_limit','-1'), +(14224,1401,'_download_expiry','-1'), +(14226,1401,'_stock','0'), +(14227,1401,'_stock_status','onbackorder'), +(14228,1401,'_wc_average_rating','0'), +(14229,1401,'_wc_review_count','0'), +(14231,1401,'_product_version','10.6.1'), +(14232,1401,'_price','90'), +(14237,1401,'_edit_lock','1777036608:1'), +(14238,1401,'_edit_last','1'), +(14261,1406,'_sku','UTEKI-CR-s'), +(14262,1406,'_regular_price','85'), +(14263,1406,'total_sales','0'), +(14264,1406,'_tax_status','taxable'), +(14265,1406,'_tax_class',''), +(14266,1406,'_manage_stock','yes'), +(14267,1406,'_backorders','notify'), +(14268,1406,'_sold_individually','no'), +(14269,1406,'_virtual','no'), +(14270,1406,'_downloadable','no'), +(14271,1406,'_download_limit','-1'), +(14272,1406,'_download_expiry','-1'), +(14274,1406,'_stock','0'), +(14275,1406,'_stock_status','onbackorder'), +(14276,1406,'_wc_average_rating','0'), +(14277,1406,'_wc_review_count','0'), +(14279,1406,'_product_version','10.6.1'), +(14280,1406,'_price','85'), +(14286,1406,'_edit_lock','1777036591:1'), +(14290,1406,'_edit_last','1'), +(14561,1444,'_sku','PUCHI-BO'), +(14563,1444,'total_sales','1'), +(14564,1444,'_tax_status','taxable'), +(14565,1444,'_tax_class',''), +(14566,1444,'_manage_stock','yes'), +(14567,1444,'_backorders','notify'), +(14568,1444,'_sold_individually','no'), +(14569,1444,'_virtual','no'), +(14570,1444,'_downloadable','no'), +(14571,1444,'_download_limit','-1'), +(14572,1444,'_download_expiry','-1'), +(14573,1444,'_thumbnail_id','1835'), +(14574,1444,'_stock','3'), +(14575,1444,'_stock_status','instock'), +(14576,1444,'_wc_average_rating','0'), +(14577,1444,'_wc_review_count','0'), +(14578,1444,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(14579,1444,'_product_version','10.6.1'), +(14587,1444,'_edit_lock','1777373107:1'), +(14588,1444,'_edit_last','1'), +(14589,1445,'_wp_attached_file','2025/09/PISHI-BO.jpg'), +(14590,1445,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2025/09/PISHI-BO.jpg\";s:8:\"filesize\";i:402990;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PISHI-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7455;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14591,1445,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14592,1446,'_wp_attached_file','2025/09/DSCF8198.jpg'), +(14593,1446,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1585;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF8198.jpg\";s:8:\"filesize\";i:577255;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8198-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14594,1446,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14595,1446,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14596,1447,'_wp_attached_file','2025/09/DSCF8226-e1758365681430.jpg'), +(14597,1447,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1454;s:6:\"height\";i:1920;s:4:\"file\";s:35:\"2025/09/DSCF8226-e1758365681430.jpg\";s:8:\"filesize\";i:508358;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSCF8226-e1758365681430-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14598,1447,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14599,1447,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:3648;s:6:\"height\";i:4560;s:8:\"filesize\";i:1826940;s:4:\"file\";s:12:\"DSCF8226.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:20:\"DSCF8226-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15288;}}'), +(14600,1448,'_wp_attached_file','2025/09/DSCF8277.jpg'), +(14601,1448,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF8277.jpg\";s:8:\"filesize\";i:465121;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8277-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18318;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14602,1448,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14603,1449,'_variation_description',''), +(14604,1449,'total_sales','0'), +(14605,1449,'_tax_status','taxable'), +(14606,1449,'_tax_class','parent'), +(14607,1449,'_manage_stock','no'), +(14608,1449,'_backorders','no'), +(14609,1449,'_sold_individually','no'), +(14610,1449,'_virtual','no'), +(14611,1449,'_downloadable','no'), +(14612,1449,'_download_limit','-1'), +(14613,1449,'_download_expiry','-1'), +(14614,1449,'_stock','0'), +(14615,1449,'_stock_status','instock'), +(14616,1449,'_wc_average_rating','0'), +(14617,1449,'_wc_review_count','0'), +(14618,1449,'attribute_pa_side','pair'), +(14619,1449,'_product_version','10.6.1'), +(14620,1450,'_variation_description',''), +(14621,1450,'total_sales','0'), +(14622,1450,'_tax_status','taxable'), +(14623,1450,'_tax_class','parent'), +(14624,1450,'_manage_stock','no'), +(14625,1450,'_backorders','no'), +(14626,1450,'_sold_individually','no'), +(14627,1450,'_virtual','no'), +(14628,1450,'_downloadable','no'), +(14629,1450,'_download_limit','-1'), +(14630,1450,'_download_expiry','-1'), +(14631,1450,'_stock','0'), +(14632,1450,'_stock_status','instock'), +(14633,1450,'_wc_average_rating','0'), +(14634,1450,'_wc_review_count','0'), +(14635,1450,'attribute_pa_side','left-side'), +(14636,1450,'_product_version','10.6.1'), +(14637,1451,'_variation_description',''), +(14638,1451,'total_sales','0'), +(14639,1451,'_tax_status','taxable'), +(14640,1451,'_tax_class','parent'), +(14641,1451,'_manage_stock','no'), +(14642,1451,'_backorders','no'), +(14643,1451,'_sold_individually','no'), +(14644,1451,'_virtual','no'), +(14645,1451,'_downloadable','no'), +(14646,1451,'_download_limit','-1'), +(14647,1451,'_download_expiry','-1'), +(14648,1451,'_stock','0'), +(14649,1451,'_stock_status','instock'), +(14650,1451,'_wc_average_rating','0'), +(14651,1451,'_wc_review_count','0'), +(14652,1451,'attribute_pa_side','right-side'), +(14653,1451,'_product_version','10.6.1'), +(14654,1449,'_sku','PUCHI-BO-pair'), +(14655,1449,'_regular_price','130'), +(14656,1449,'_thumbnail_id','0'), +(14657,1449,'_price','130'), +(14658,1450,'_sku','PUCHI-BO-left'), +(14659,1450,'_regular_price','80'), +(14660,1450,'_thumbnail_id','0'), +(14661,1450,'_price','80'), +(14662,1451,'_sku','PUCHI-BO-right'), +(14663,1451,'_regular_price','80'), +(14664,1451,'_thumbnail_id','0'), +(14665,1451,'_price','80'), +(14723,1457,'_wp_attached_file','2024/10/DSCF8676.jpg'), +(14724,1457,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF8676.jpg\";s:8:\"filesize\";i:498799;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8676-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14725,1457,'_wp_attachment_image_alt','BoroBoro asymmetrical oval shaped earrings gold plated silver.'), +(14951,1467,'_sku','PIASU-B'), +(14952,1467,'total_sales','3'), +(14953,1467,'_tax_status','taxable'), +(14954,1467,'_tax_class',''), +(14955,1467,'_manage_stock','no'), +(14956,1467,'_backorders','no'), +(14957,1467,'_sold_individually','no'), +(14958,1467,'_virtual','no'), +(14959,1467,'_downloadable','no'), +(14960,1467,'_download_limit','-1'), +(14961,1467,'_download_expiry','-1'), +(14962,1467,'_thumbnail_id','1833'), +(14963,1467,'_stock',NULL), +(14964,1467,'_stock_status','instock'), +(14965,1467,'_wc_average_rating','0'), +(14966,1467,'_wc_review_count','0'), +(14967,1467,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(14968,1467,'_product_version','10.6.1'), +(15134,1467,'_edit_lock','1777373086:1'), +(15135,1467,'_edit_last','1'), +(15136,1476,'_wp_attached_file','2025/09/PIASU-B.jpg'), +(15137,1476,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:19:\"2025/09/PIASU-B.jpg\";s:8:\"filesize\";i:405762;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"PIASU-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3612;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15138,1476,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15139,1477,'_wp_attached_file','2025/09/DSCF7789.jpg'), +(15140,1477,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF7789.jpg\";s:8:\"filesize\";i:304732;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7789-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15141,1477,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15142,1478,'_wp_attached_file','2025/09/DSCF7842.jpg'), +(15143,1478,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF7842.jpg\";s:8:\"filesize\";i:275134;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7842-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10631;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15144,1478,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15145,1479,'_wp_attached_file','2025/09/DSCF7809.jpg'), +(15146,1479,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF7809.jpg\";s:8:\"filesize\";i:311316;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7809-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15147,1479,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15191,1482,'_wp_attached_file','2024/10/DSCF8158.jpg'), +(15192,1482,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF8158.jpg\";s:8:\"filesize\";i:398951;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8158-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15193,1482,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15194,1483,'_wp_attached_file','2024/10/DSCF8069.jpg'), +(15195,1483,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1412;s:6:\"height\";i:1765;s:4:\"file\";s:20:\"2024/10/DSCF8069.jpg\";s:8:\"filesize\";i:401974;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8069-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16629;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15196,1483,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15197,1484,'_wp_attached_file','2024/10/DSCF8026.jpg'), +(15198,1484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF8026.jpg\";s:8:\"filesize\";i:439844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15199,1484,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15200,1485,'_wp_attached_file','2024/10/PIASU-BO2.jpg'), +(15201,1485,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2024/10/PIASU-BO2.jpg\";s:8:\"filesize\";i:291765;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PIASU-BO2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4173;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"PIASU-BO2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4173;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15202,1485,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15248,1491,'_edit_lock','1770813423:1'), +(15249,1491,'_edit_last','1'), +(15253,1493,'_wp_attached_file','2025/10/DSCF7652.jpg'), +(15254,1493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/10/DSCF7652.jpg\";s:8:\"filesize\";i:242858;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7652-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11162;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15255,1493,'_wp_attachment_image_alt','Kime solo hoop in gold plated with a marine link element in sterling silver.'), +(15256,1494,'_wp_attached_file','2025/10/DSCF7675.jpg'), +(15257,1494,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1364;s:6:\"height\";i:1706;s:4:\"file\";s:20:\"2025/10/DSCF7675.jpg\";s:8:\"filesize\";i:206485;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7675-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15258,1494,'_wp_attachment_image_alt',''), +(15259,1495,'_wp_attached_file','2025/10/DSCF7638.jpg'), +(15260,1495,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/10/DSCF7638.jpg\";s:8:\"filesize\";i:260459;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7638-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14813;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15261,1495,'_wp_attachment_image_alt','Kime solo hoop in gold plated with a marine link element in sterling silver.'), +(15263,1491,'_sku','KIME-CR1'), +(15264,1491,'_regular_price','50'), +(15265,1491,'total_sales','0'), +(15266,1491,'_tax_status','taxable'), +(15267,1491,'_tax_class',''), +(15268,1491,'_manage_stock','no'), +(15269,1491,'_backorders','no'), +(15270,1491,'_sold_individually','no'), +(15271,1491,'_virtual','no'), +(15272,1491,'_downloadable','no'), +(15273,1491,'_download_limit','-1'), +(15274,1491,'_download_expiry','-1'), +(15275,1491,'_stock',NULL), +(15276,1491,'_stock_status','instock'), +(15277,1491,'_wc_average_rating','0'), +(15278,1491,'_wc_review_count','0'), +(15279,1491,'_product_version','10.4.2'), +(15280,1491,'_price','50'), +(15293,1499,'_wp_attached_file','2025/11/HAIKU-sizechart.pdf'), +(15294,1499,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"HAIKU-sizechart-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"HAIKU-sizechart-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34619;}}s:8:\"filesize\";i:826408;}'), +(15319,1505,'_wp_attached_file','2025/06/2025HAIKU_00079.jpg'), +(15320,1505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00079.jpg\";s:8:\"filesize\";i:822973;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00079-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15321,1505,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver.'), +(15322,1506,'_wp_attached_file','2025/06/2025HAIKU_00050.jpg'), +(15323,1506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00050.jpg\";s:8:\"filesize\";i:539191;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15324,1507,'_wp_attached_file','2025/06/2025HAIKU_0006.jpg'), +(15325,1507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2025/06/2025HAIKU_0006.jpg\";s:8:\"filesize\";i:453472;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0006-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14267;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15326,1506,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver.'), +(15327,1507,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver.'), +(15333,1508,'_wp_attached_file','2025/06/2025HAIKU_0004.jpg'), +(15334,1508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2025/06/2025HAIKU_0004.jpg\";s:8:\"filesize\";i:313174;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0004-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15335,1508,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated silver.'), +(15336,1509,'_wp_attached_file','2025/06/2025HAIKU_00020.jpg'), +(15337,1509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00020.jpg\";s:8:\"filesize\";i:777169;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15338,1510,'_wp_attached_file','2025/06/2025HAIKU_00013.jpg'), +(15339,1510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00013.jpg\";s:8:\"filesize\";i:409711;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00013-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13290;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15340,1509,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated silver.'), +(15341,1510,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated silver.'), +(15347,1491,'_photos_colonne_gauche|||0|value','1492'), +(15348,1491,'_photos_colonne_droite|||0|value','1493'), +(15349,1491,'_photos_colonne_droite|||1|value','1494'), +(15350,1491,'_photos_colonne_droite|||2|value','1495'), +(15351,1491,'_haiku_details_produit',''), +(15352,1512,'_sku','PIASU-EC-s'), +(15353,1512,'_regular_price','70'), +(15354,1512,'total_sales','2'), +(15355,1512,'_tax_status','taxable'), +(15356,1512,'_tax_class',''), +(15357,1512,'_manage_stock','yes'), +(15358,1512,'_backorders','notify'), +(15359,1512,'_sold_individually','no'), +(15360,1512,'_virtual','no'), +(15361,1512,'_downloadable','no'), +(15362,1512,'_download_limit','-1'), +(15363,1512,'_download_expiry','-1'), +(15365,1512,'_stock','1'), +(15366,1512,'_stock_status','instock'), +(15367,1512,'_wc_average_rating','0'), +(15368,1512,'_wc_review_count','0'), +(15369,1512,'_product_version','10.6.1'), +(15370,1512,'_price','70'), +(15375,1512,'_edit_lock','1777373059:1'), +(15376,1512,'_edit_last','1'), +(15381,1513,'_wp_attached_file','2025/11/PIASU-EC-s.jpg'), +(15382,1513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2025/11/PIASU-EC-s.jpg\";s:8:\"filesize\";i:468006;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PIASU-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2778;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15383,1513,'_wp_attachment_image_alt','Piasu ear cuff in sterling silver. A statement piece composed of thick wires and silver beads.'), +(15384,1514,'_wp_attached_file','2025/11/DSCF7654.jpg'), +(15385,1514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7654.jpg\";s:8:\"filesize\";i:686255;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7654-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15386,1514,'_wp_attachment_image_alt','Piasu ear cuff in sterling silver. A statement piece composed of thick wires and silver beads.'), +(15387,1515,'_wp_attached_file','2025/11/DSCF7673.jpg'), +(15388,1515,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7673.jpg\";s:8:\"filesize\";i:519515;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7673-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13544;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15389,1515,'_wp_attachment_image_alt','Piasu ear cuff in sterling silver. A statement piece composed of thick wires and silver beads.'), +(15390,1512,'_thumbnail_id','1831'), +(15395,1516,'_sku','PIASU-EC-g'), +(15396,1516,'_regular_price','75'), +(15397,1516,'total_sales','1'), +(15398,1516,'_tax_status','taxable'), +(15399,1516,'_tax_class',''), +(15400,1516,'_manage_stock','yes'), +(15401,1516,'_backorders','notify'), +(15402,1516,'_sold_individually','no'), +(15403,1516,'_virtual','no'), +(15404,1516,'_downloadable','no'), +(15405,1516,'_download_limit','-1'), +(15406,1516,'_download_expiry','-1'), +(15407,1516,'_thumbnail_id','1517'), +(15408,1516,'_stock','0'), +(15409,1516,'_stock_status','onbackorder'), +(15410,1516,'_wc_average_rating','0'), +(15411,1516,'_wc_review_count','0'), +(15412,1516,'_product_version','10.6.1'), +(15413,1516,'_price','75'), +(15418,1516,'_edit_lock','1777098038:1'), +(15419,1517,'_wp_attached_file','2025/11/PIASU-EC-g.jpg'), +(15420,1517,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2025/11/PIASU-EC-g.jpg\";s:8:\"filesize\";i:193517;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PIASU-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3689;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15421,1517,'_wp_attachment_image_alt','Piasu ear cuff in gold plated silver. A statement piece composed of thick wires and silver beads.'), +(15422,1516,'_edit_last','1'), +(15423,1518,'_wp_attached_file','2025/11/2025HAIKU_00010.jpg'), +(15424,1518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00010.jpg\";s:8:\"filesize\";i:1089363;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00010-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23548;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15425,1519,'_wp_attached_file','2025/11/2025HAIKU_00029.jpg'), +(15426,1519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00029.jpg\";s:8:\"filesize\";i:1107575;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00029-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15427,1518,'_wp_attachment_image_alt',''), +(15428,1519,'_wp_attachment_image_alt','PuchiPuchi earrings'), +(15429,1519,'_wp_attachment_image_alt','PuchiPuchi earrings'), +(15578,1526,'_wp_attached_file','2025/11/2025HAIKU_00032.jpg'), +(15579,1526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00032.jpg\";s:8:\"filesize\";i:1075708;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19984;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15580,1526,'_wp_attachment_image_alt','Piasu ear cuff'), +(15629,1531,'_sku','TAMA-EC-g'), +(15630,1531,'_regular_price','65'), +(15631,1531,'total_sales','1'), +(15632,1531,'_tax_status','taxable'), +(15633,1531,'_tax_class',''), +(15634,1531,'_manage_stock','yes'), +(15635,1531,'_backorders','notify'), +(15636,1531,'_sold_individually','no'), +(15637,1531,'_virtual','no'), +(15638,1531,'_downloadable','no'), +(15639,1531,'_download_limit','-1'), +(15640,1531,'_download_expiry','-1'), +(15641,1531,'_thumbnail_id','1828'), +(15642,1531,'_stock','1'), +(15643,1531,'_stock_status','instock'), +(15644,1531,'_wc_average_rating','0'), +(15645,1531,'_wc_review_count','0'), +(15646,1531,'_product_version','10.6.1'), +(15647,1531,'_price','65'), +(15652,1531,'_edit_lock','1777373018:1'), +(15653,1531,'_edit_last','1'), +(15654,1532,'_wp_attached_file','2025/11/TAMANORI-EC-g.jpg'), +(15655,1532,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/TAMANORI-EC-g.jpg\";s:8:\"filesize\";i:139487;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"TAMANORI-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3659;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15656,1532,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15657,1533,'_wp_attached_file','2025/11/2025HAIKU_00011.jpg'), +(15658,1533,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00011.jpg\";s:8:\"filesize\";i:1260694;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21459;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15659,1533,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15660,1533,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15661,1534,'_wp_attached_file','2025/11/2025HAIKU_00019.jpg'), +(15662,1534,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00019.jpg\";s:8:\"filesize\";i:1008308;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00019-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21840;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15663,1534,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15672,1535,'_sku','TAMA-EC-s'), +(15673,1535,'_regular_price','60'), +(15674,1535,'total_sales','2'), +(15675,1535,'_tax_status','taxable'), +(15676,1535,'_tax_class',''), +(15677,1535,'_manage_stock','yes'), +(15678,1535,'_backorders','notify'), +(15679,1535,'_sold_individually','no'), +(15680,1535,'_virtual','no'), +(15681,1535,'_downloadable','no'), +(15682,1535,'_download_limit','-1'), +(15683,1535,'_download_expiry','-1'), +(15684,1535,'_thumbnail_id','1826'), +(15685,1535,'_stock','1'), +(15686,1535,'_stock_status','instock'), +(15687,1535,'_wc_average_rating','0'), +(15688,1535,'_wc_review_count','0'), +(15689,1535,'_product_version','10.6.1'), +(15690,1535,'_price','60'), +(15695,1535,'_edit_lock','1777372989:1'), +(15696,1536,'_wp_attached_file','2025/11/TAMANORI-EC-s.jpg'), +(15697,1536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/TAMANORI-EC-s.jpg\";s:8:\"filesize\";i:97412;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"TAMANORI-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15698,1536,'_wp_attachment_image_alt','Tamanori ear cuff in sterling silver with dangling chains.'), +(15699,1535,'_edit_last','1'), +(15700,1537,'_wp_attached_file','2025/11/2025HAIKU_0001.jpg'), +(15701,1537,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2025/11/2025HAIKU_0001.jpg\";s:8:\"filesize\";i:961434;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15702,1537,'_wp_attachment_image_alt','Tamanori ear cuff in sterling silver with dangling chains.'), +(15703,1538,'_wp_attached_file','2025/11/2025HAIKU_00019-1-e1764147483802.jpg'), +(15704,1538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1251;s:6:\"height\";i:1920;s:4:\"file\";s:44:\"2025/11/2025HAIKU_00019-1-e1764147483802.jpg\";s:8:\"filesize\";i:408844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"2025HAIKU_00019-1-e1764147483802-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20837;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15705,1538,'_wp_attachment_image_alt','Tamanori ear cuff in sterling silver with dangling chains.'), +(15706,1538,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1591;s:6:\"height\";i:2385;s:8:\"filesize\";i:1746031;s:4:\"file\";s:21:\"2025HAIKU_00019-1.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:29:\"2025HAIKU_00019-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21874;}}'), +(15723,554,'_price','45'), +(15724,554,'_price','70'), +(15725,554,'_photos_colonne_gauche|||0|value','935'), +(15726,554,'_photos_colonne_droite|||0|value','936'), +(15727,554,'_photos_colonne_droite|||1|value','937'), +(15728,554,'_photos_colonne_droite|||2|value','835'), +(15729,554,'_haiku_details_produit',''), +(15730,545,'_price','50'), +(15731,545,'_price','75'), +(15732,545,'_photos_colonne_gauche|||0|value','938'), +(15733,545,'_photos_colonne_droite|||0|value','762'), +(15734,545,'_photos_colonne_droite|||1|value','834'), +(15735,545,'_haiku_details_produit',''), +(15744,213,'_price','55'), +(15745,213,'_price','80'), +(15746,213,'_photos_colonne_gauche|||0|value','1396'), +(15747,213,'_photos_colonne_droite|||0|value','1456'), +(15748,213,'_photos_colonne_droite|||1|value','1457'), +(15749,213,'_photos_colonne_droite|||2|value','671'), +(15750,213,'_haiku_details_produit',''), +(15751,183,'_price','50'), +(15752,183,'_price','75'), +(15753,183,'_photos_colonne_gauche|||0|value','1395'), +(15754,183,'_photos_colonne_droite|||0|value','1454'), +(15755,183,'_photos_colonne_droite|||1|value','1455'), +(15756,183,'_photos_colonne_droite|||2|value','718'), +(15757,183,'_haiku_details_produit',''), +(15758,1541,'_sku','HATTARI-CR1-s'), +(15759,1541,'total_sales','1'), +(15760,1541,'_tax_status','taxable'), +(15761,1541,'_tax_class',''), +(15762,1541,'_manage_stock','yes'), +(15763,1541,'_backorders','notify'), +(15764,1541,'_sold_individually','no'), +(15765,1541,'_virtual','no'), +(15766,1541,'_downloadable','no'), +(15767,1541,'_download_limit','-1'), +(15768,1541,'_download_expiry','-1'), +(15769,1541,'_thumbnail_id','1825'), +(15770,1541,'_stock','0'), +(15771,1541,'_stock_status','onbackorder'), +(15772,1541,'_wc_average_rating','0'), +(15773,1541,'_wc_review_count','0'), +(15775,1541,'_product_version','10.6.1'), +(15842,1541,'_price','75'), +(15843,1541,'_price','75'), +(15844,1541,'_edit_lock','1777372956:1'), +(15845,1541,'_edit_last','1'), +(15846,1545,'_wp_attached_file','2025/11/HATTARI-CR1-s.jpg'), +(15847,1545,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/HATTARI-CR1-s.jpg\";s:8:\"filesize\";i:199317;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"HATTARI-CR1-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15848,1545,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15849,1546,'_wp_attached_file','2025/11/DSCF7730.jpg'), +(15850,1546,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7730.jpg\";s:8:\"filesize\";i:675593;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7730-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15851,1546,'_wp_attachment_image_alt',''), +(15852,1547,'_wp_attached_file','2025/11/DSCF7724.jpg'), +(15853,1547,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7724.jpg\";s:8:\"filesize\";i:928741;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7724-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15854,1547,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15855,1547,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15856,1548,'_wp_attached_file','2025/11/DSCF7723.jpg'), +(15857,1548,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7723.jpg\";s:8:\"filesize\";i:914753;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7723-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15858,1548,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15859,1548,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15860,1541,'_regular_price','75'), +(15866,1549,'_sku','HATTARI-CR1-g'), +(15867,1549,'_regular_price','80'), +(15868,1549,'total_sales','1'), +(15869,1549,'_tax_status','taxable'), +(15870,1549,'_tax_class',''), +(15871,1549,'_manage_stock','yes'), +(15872,1549,'_backorders','notify'), +(15873,1549,'_sold_individually','no'), +(15874,1549,'_virtual','no'), +(15875,1549,'_downloadable','no'), +(15876,1549,'_download_limit','-1'), +(15877,1549,'_download_expiry','-1'), +(15878,1549,'_thumbnail_id','1824'), +(15879,1549,'_stock','1'), +(15880,1549,'_stock_status','instock'), +(15881,1549,'_wc_average_rating','0'), +(15882,1549,'_wc_review_count','0'), +(15884,1549,'_product_version','10.6.1'), +(15885,1549,'_price','80'), +(15891,1549,'_edit_lock','1777372784:1'), +(15894,1551,'_wp_attached_file','2025/11/HATTARI-CR1-g.jpg'), +(15895,1551,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/HATTARI-CR1-g.jpg\";s:8:\"filesize\";i:193717;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"HATTARI-CR1-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15896,1551,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15897,1549,'_edit_last','1'), +(15898,1552,'_wp_attached_file','2025/11/DSCF8607.jpg'), +(15899,1552,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8607.jpg\";s:8:\"filesize\";i:678239;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8607-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15900,1552,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15901,1552,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15902,1553,'_wp_attached_file','2025/11/DSCF8596.jpg'), +(15903,1553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8596.jpg\";s:8:\"filesize\";i:942844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8596-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19643;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15904,1553,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15905,1554,'_wp_attached_file','2025/11/DSCF8561.jpg'), +(15906,1554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1505;s:6:\"height\";i:1881;s:4:\"file\";s:20:\"2025/11/DSCF8561.jpg\";s:8:\"filesize\";i:1539204;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8561-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15907,1554,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15923,288,'_photos_colonne_gauche|||0|value','1371'), +(15924,288,'_photos_colonne_droite|||0|value','290'), +(15925,288,'_photos_colonne_droite|||1|value','689'), +(15926,288,'_haiku_details_produit',''), +(15932,1555,'_sku','HATTARI-EC-s'), +(15933,1555,'_regular_price','60'), +(15934,1555,'total_sales','0'), +(15935,1555,'_tax_status','taxable'), +(15936,1555,'_tax_class',''), +(15937,1555,'_manage_stock','yes'), +(15938,1555,'_backorders','notify'), +(15939,1555,'_sold_individually','no'), +(15940,1555,'_virtual','no'), +(15941,1555,'_downloadable','no'), +(15942,1555,'_download_limit','-1'), +(15943,1555,'_download_expiry','-1'), +(15944,1555,'_thumbnail_id','1822'), +(15945,1555,'_stock','0'), +(15946,1555,'_stock_status','onbackorder'), +(15947,1555,'_wc_average_rating','0'), +(15948,1555,'_wc_review_count','0'), +(15950,1555,'_product_version','10.6.1'), +(15951,1555,'_price','60'), +(15957,1555,'_edit_lock','1777372756:1'), +(15958,1555,'_edit_last','1'), +(15959,1556,'_wp_attached_file','2025/11/HATTARI-EC-s.jpg'), +(15960,1556,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/11/HATTARI-EC-s.jpg\";s:8:\"filesize\";i:293320;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"HATTARI-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2727;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15961,1556,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15962,1557,'_wp_attached_file','2025/11/DSCF7711.jpg'), +(15963,1557,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7711.jpg\";s:8:\"filesize\";i:660319;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7711-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15265;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15964,1557,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15965,1558,'_wp_attached_file','2025/11/DSCF7713.jpg'), +(15966,1558,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7713.jpg\";s:8:\"filesize\";i:721547;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7713-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16184;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15967,1558,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15968,1559,'_wp_attached_file','2025/11/DSCF7727.jpg'), +(15969,1559,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7727.jpg\";s:8:\"filesize\";i:991764;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7727-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15970,1559,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15976,1560,'_sku','HATTARI-EC-g'), +(15977,1560,'_regular_price','65'), +(15978,1560,'total_sales','1'), +(15979,1560,'_tax_status','taxable'), +(15980,1560,'_tax_class',''), +(15981,1560,'_manage_stock','yes'), +(15982,1560,'_backorders','notify'), +(15983,1560,'_sold_individually','no'), +(15984,1560,'_virtual','no'), +(15985,1560,'_downloadable','no'), +(15986,1560,'_download_limit','-1'), +(15987,1560,'_download_expiry','-1'), +(15989,1560,'_stock','1'), +(15990,1560,'_stock_status','instock'), +(15991,1560,'_wc_average_rating','0'), +(15992,1560,'_wc_review_count','0'), +(15994,1560,'_product_version','10.6.1'), +(15995,1560,'_price','65'), +(16001,1560,'_edit_lock','1777372738:1'), +(16002,1561,'_wp_attached_file','2025/11/HATTARI-EC-g.jpg'), +(16003,1561,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/11/HATTARI-EC-g.jpg\";s:8:\"filesize\";i:92453;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"HATTARI-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3003;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16004,1561,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16005,1560,'_edit_last','1'), +(16006,1562,'_wp_attached_file','2025/11/DSCF8415.jpg'), +(16007,1562,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8415.jpg\";s:8:\"filesize\";i:1190499;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8415-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15450;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16008,1562,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16009,1562,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16010,1563,'_wp_attached_file','2025/11/DSCF8503.jpg'), +(16011,1563,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8503.jpg\";s:8:\"filesize\";i:945875;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8503-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18905;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16012,1563,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16013,1564,'_wp_attached_file','2025/11/DSCF8502.jpg'), +(16014,1564,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8502.jpg\";s:8:\"filesize\";i:850647;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8502-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17733;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16015,1564,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16021,1565,'_wp_attached_file','2024/10/2025HAIKU_00063.jpg'), +(16022,1565,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00063.jpg\";s:8:\"filesize\";i:1569870;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00063-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18805;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16023,1565,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(16024,1566,'_wp_attached_file','2024/10/2025HAIKU_00049.jpg'), +(16025,1566,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00049.jpg\";s:8:\"filesize\";i:1187416;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00049-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16026,1566,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(16027,1567,'_wp_attached_file','2024/10/2025HAIKU_00080.jpg'), +(16028,1567,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00080.jpg\";s:8:\"filesize\";i:1718853;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00080-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16029,1567,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(16040,1568,'_wp_attached_file','2024/11/2025HAIKU_00024.jpg'), +(16041,1568,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00024.jpg\";s:8:\"filesize\";i:1310628;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16042,1568,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(16043,1569,'_wp_attached_file','2024/11/2025HAIKU_00022.jpg'), +(16044,1569,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1535;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00022.jpg\";s:8:\"filesize\";i:1212904;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16045,1569,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(16046,1570,'_wp_attached_file','2024/11/2025HAIKU_00035.jpg'), +(16047,1570,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00035.jpg\";s:8:\"filesize\";i:1186069;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00035-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23338;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16048,1570,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(16055,1574,'_edit_lock','1772703408:1'), +(16056,1574,'_edit_last','1'), +(16057,1575,'_wp_attached_file','2025/12/HK-cartekdo-1.jpg'), +(16058,1575,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1694;s:6:\"height\";i:2116;s:4:\"file\";s:25:\"2025/12/HK-cartekdo-1.jpg\";s:8:\"filesize\";i:1266634;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"HK-cartekdo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16059,1575,'_wp_attachment_image_alt','Haiku Gift card'), +(16060,1576,'_wp_attached_file','2025/12/HK-cartekdo-2-e1764747369741.jpg'), +(16061,1576,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1100;s:6:\"height\";i:1023;s:4:\"file\";s:40:\"2025/12/HK-cartekdo-2-e1764747369741.jpg\";s:8:\"filesize\";i:84696;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"HK-cartekdo-2-e1764747369741-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16062,1576,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1101;s:6:\"height\";i:1376;s:8:\"filesize\";i:462163;s:4:\"file\";s:17:\"HK-cartekdo-2.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"HK-cartekdo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7737;}}'), +(16063,1576,'_wp_attachment_image_alt','Haiku Gift Card'), +(16064,1577,'_wp_attached_file','2025/12/HK-cartekdo-3-e1764747408263.jpg'), +(16065,1577,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:1053;s:4:\"file\";s:40:\"2025/12/HK-cartekdo-3-e1764747408263.jpg\";s:8:\"filesize\";i:105371;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"HK-cartekdo-3-e1764747408263-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16066,1577,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1232;s:6:\"height\";i:1541;s:8:\"filesize\";i:868801;s:4:\"file\";s:17:\"HK-cartekdo-3.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"HK-cartekdo-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9178;}}'), +(16067,1574,'total_sales','3'), +(16068,1574,'_tax_status','taxable'), +(16069,1574,'_tax_class',''), +(16070,1574,'_manage_stock','no'), +(16071,1574,'_backorders','no'), +(16072,1574,'_sold_individually','no'), +(16073,1574,'_virtual','no'), +(16074,1574,'_downloadable','no'), +(16075,1574,'_download_limit','-1'), +(16076,1574,'_download_expiry','-1'), +(16077,1574,'_stock',NULL), +(16078,1574,'_stock_status','instock'), +(16079,1574,'_wc_average_rating','0'), +(16080,1574,'_wc_review_count','0'), +(16082,1574,'_product_version','10.4.4'), +(16134,1574,'_thumbnail_id','1575'), +(16135,1574,'_sku','GIFTcard'), +(16213,1574,'_product_attributes','a:1:{s:18:\"pa_giftcard-amount\";a:6:{s:4:\"name\";s:18:\"pa_giftcard-amount\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(16214,1585,'_variation_description',''), +(16215,1585,'total_sales','0'), +(16216,1585,'_tax_status','taxable'), +(16217,1585,'_tax_class','parent'), +(16218,1585,'_manage_stock','no'), +(16219,1585,'_backorders','no'), +(16220,1585,'_sold_individually','no'), +(16221,1585,'_virtual','yes'), +(16222,1585,'_downloadable','yes'), +(16223,1585,'_download_limit','-1'), +(16224,1585,'_download_expiry','-1'), +(16225,1585,'_stock',NULL), +(16226,1585,'_stock_status','instock'), +(16227,1585,'_wc_average_rating','0'), +(16228,1585,'_wc_review_count','0'), +(16229,1585,'attribute_pa_giftcard-amount','100e'), +(16230,1585,'_product_version','10.4.4'), +(16231,1586,'_variation_description',''), +(16232,1586,'total_sales','0'), +(16233,1586,'_tax_status','taxable'), +(16234,1586,'_tax_class','parent'), +(16235,1586,'_manage_stock','no'), +(16236,1586,'_backorders','no'), +(16237,1586,'_sold_individually','no'), +(16238,1586,'_virtual','yes'), +(16239,1586,'_downloadable','yes'), +(16240,1586,'_download_limit','-1'), +(16241,1586,'_download_expiry','-1'), +(16242,1586,'_stock',NULL), +(16243,1586,'_stock_status','instock'), +(16244,1586,'_wc_average_rating','0'), +(16245,1586,'_wc_review_count','0'), +(16246,1586,'attribute_pa_giftcard-amount','40e'), +(16247,1586,'_product_version','10.4.4'), +(16248,1587,'_variation_description',''), +(16249,1587,'total_sales','0'), +(16250,1587,'_tax_status','taxable'), +(16251,1587,'_tax_class','parent'), +(16252,1587,'_manage_stock','no'), +(16253,1587,'_backorders','no'), +(16254,1587,'_sold_individually','no'), +(16255,1587,'_virtual','yes'), +(16256,1587,'_downloadable','yes'), +(16257,1587,'_download_limit','-1'), +(16258,1587,'_download_expiry','-1'), +(16259,1587,'_stock',NULL), +(16260,1587,'_stock_status','instock'), +(16261,1587,'_wc_average_rating','0'), +(16262,1587,'_wc_review_count','0'), +(16263,1587,'attribute_pa_giftcard-amount','50e'), +(16264,1587,'_product_version','10.4.4'), +(16265,1588,'_variation_description',''), +(16266,1588,'total_sales','0'), +(16267,1588,'_tax_status','taxable'), +(16268,1588,'_tax_class','parent'), +(16269,1588,'_manage_stock','no'), +(16270,1588,'_backorders','no'), +(16271,1588,'_sold_individually','no'), +(16272,1588,'_virtual','yes'), +(16273,1588,'_downloadable','yes'), +(16274,1588,'_download_limit','-1'), +(16275,1588,'_download_expiry','-1'), +(16276,1588,'_stock',NULL), +(16277,1588,'_stock_status','instock'), +(16278,1588,'_wc_average_rating','0'), +(16279,1588,'_wc_review_count','0'), +(16280,1588,'attribute_pa_giftcard-amount','60e'), +(16281,1588,'_product_version','10.4.4'), +(16282,1589,'_variation_description',''), +(16283,1589,'total_sales','0'), +(16284,1589,'_tax_status','taxable'), +(16285,1589,'_tax_class','parent'), +(16286,1589,'_manage_stock','no'), +(16287,1589,'_backorders','no'), +(16288,1589,'_sold_individually','no'), +(16289,1589,'_virtual','yes'), +(16290,1589,'_downloadable','yes'), +(16291,1589,'_download_limit','-1'), +(16292,1589,'_download_expiry','-1'), +(16293,1589,'_stock',NULL), +(16294,1589,'_stock_status','instock'), +(16295,1589,'_wc_average_rating','0'), +(16296,1589,'_wc_review_count','0'), +(16297,1589,'attribute_pa_giftcard-amount','70e'), +(16298,1589,'_product_version','10.4.4'), +(16299,1590,'_variation_description',''), +(16300,1590,'total_sales','0'), +(16301,1590,'_tax_status','taxable'), +(16302,1590,'_tax_class','parent'), +(16303,1590,'_manage_stock','no'), +(16304,1590,'_backorders','no'), +(16305,1590,'_sold_individually','no'), +(16306,1590,'_virtual','yes'), +(16307,1590,'_downloadable','yes'), +(16308,1590,'_download_limit','-1'), +(16309,1590,'_download_expiry','-1'), +(16310,1590,'_stock',NULL), +(16311,1590,'_stock_status','instock'), +(16312,1590,'_wc_average_rating','0'), +(16313,1590,'_wc_review_count','0'), +(16314,1590,'attribute_pa_giftcard-amount','80e'), +(16315,1590,'_product_version','10.4.4'), +(16316,1591,'_variation_description',''), +(16317,1591,'total_sales','0'), +(16318,1591,'_tax_status','taxable'), +(16319,1591,'_tax_class','parent'), +(16320,1591,'_manage_stock','no'), +(16321,1591,'_backorders','no'), +(16322,1591,'_sold_individually','no'), +(16323,1591,'_virtual','yes'), +(16324,1591,'_downloadable','yes'), +(16325,1591,'_download_limit','-1'), +(16326,1591,'_download_expiry','-1'), +(16327,1591,'_stock',NULL), +(16328,1591,'_stock_status','instock'), +(16329,1591,'_wc_average_rating','0'), +(16330,1591,'_wc_review_count','0'), +(16331,1591,'attribute_pa_giftcard-amount','90e'), +(16332,1591,'_product_version','10.4.4'), +(16333,1592,'_wp_attached_file','woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf'), +(16334,1592,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"GIFTcard-print-english-7hyvjk-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"GIFTcard-print-english-7hyvjk-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29923;}}s:8:\"filesize\";i:215602;}'), +(16335,1593,'_wp_attached_file','woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf'), +(16336,1593,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"GIFTcard-print-francais-qvkvsf-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"GIFTcard-print-francais-qvkvsf-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25812;}}s:8:\"filesize\";i:209261;}'), +(16337,1585,'_sku','GIFTcard-100'), +(16338,1585,'_thumbnail_id','0'), +(16339,1585,'_downloadable_files','a:2:{s:36:\"ce9ccfa6-ce89-41bd-9bb3-4181ff7ff9e8\";a:4:{s:2:\"id\";s:36:\"ce9ccfa6-ce89-41bd-9bb3-4181ff7ff9e8\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"3bcd25d4-4366-419f-8681-cb1dcf1507ec\";a:4:{s:2:\"id\";s:36:\"3bcd25d4-4366-419f-8681-cb1dcf1507ec\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16340,1586,'_sku','GIFTcard-40'), +(16341,1586,'_thumbnail_id','0'), +(16342,1586,'_downloadable_files','a:2:{s:36:\"bdd544b1-a9cd-4dbf-95af-5c45853dbe36\";a:4:{s:2:\"id\";s:36:\"bdd544b1-a9cd-4dbf-95af-5c45853dbe36\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"fff9a32b-322a-4daf-95f0-7cc491cc58b8\";a:4:{s:2:\"id\";s:36:\"fff9a32b-322a-4daf-95f0-7cc491cc58b8\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16343,1587,'_sku','GIFTcard-50'), +(16344,1587,'_thumbnail_id','0'), +(16345,1587,'_downloadable_files','a:2:{s:36:\"ceb86d6c-4948-429f-9599-d44445860ad1\";a:4:{s:2:\"id\";s:36:\"ceb86d6c-4948-429f-9599-d44445860ad1\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"c6aa6909-f134-4c3c-b239-bcb4a2a92c60\";a:4:{s:2:\"id\";s:36:\"c6aa6909-f134-4c3c-b239-bcb4a2a92c60\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16346,1588,'_sku','GIFTcard-60'), +(16347,1588,'_thumbnail_id','0'), +(16348,1588,'_downloadable_files','a:2:{s:36:\"8c5e4622-5919-4dcd-9f0b-1c944adafb95\";a:4:{s:2:\"id\";s:36:\"8c5e4622-5919-4dcd-9f0b-1c944adafb95\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"67323415-b64c-4793-87d3-4e8b04de96c0\";a:4:{s:2:\"id\";s:36:\"67323415-b64c-4793-87d3-4e8b04de96c0\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16349,1589,'_sku','GIFTcard-70'), +(16350,1589,'_thumbnail_id','0'), +(16351,1589,'_downloadable_files','a:2:{s:36:\"ebed4223-bdb0-4730-b664-e83fb7698c5f\";a:4:{s:2:\"id\";s:36:\"ebed4223-bdb0-4730-b664-e83fb7698c5f\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"7cb861e9-c02b-4528-8cda-91037589ed46\";a:4:{s:2:\"id\";s:36:\"7cb861e9-c02b-4528-8cda-91037589ed46\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16352,1590,'_sku','GIFTcard-80'), +(16353,1590,'_thumbnail_id','0'), +(16354,1590,'_downloadable_files','a:2:{s:36:\"1cc60f67-04d7-4c61-87df-526b8723f141\";a:4:{s:2:\"id\";s:36:\"1cc60f67-04d7-4c61-87df-526b8723f141\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"376471f0-b17a-4917-88e8-5bcb6f8e9fb6\";a:4:{s:2:\"id\";s:36:\"376471f0-b17a-4917-88e8-5bcb6f8e9fb6\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16355,1591,'_sku','GIFTcard-90'), +(16356,1591,'_thumbnail_id','0'), +(16357,1591,'_downloadable_files','a:2:{s:36:\"5d19fba3-0f55-4c2b-ae41-8dad59e1a701\";a:4:{s:2:\"id\";s:36:\"5d19fba3-0f55-4c2b-ae41-8dad59e1a701\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"bd14ca66-6490-4f72-8566-69a7e59939bb\";a:4:{s:2:\"id\";s:36:\"bd14ca66-6490-4f72-8566-69a7e59939bb\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16550,1586,'_regular_price','40'), +(16551,1586,'_price','40'), +(16552,1587,'_regular_price','50'), +(16553,1587,'_price','50'), +(16554,1588,'_regular_price','60'), +(16555,1588,'_price','60'), +(16556,1589,'_regular_price','70'), +(16557,1589,'_price','70'), +(16558,1590,'_regular_price','80'), +(16559,1590,'_price','80'), +(16560,1591,'_regular_price','90'), +(16561,1591,'_price','90'), +(16562,1585,'_regular_price','100'), +(16563,1585,'_price','100'), +(16592,496,'_wp_old_slug','kagun-hoop'), +(16593,490,'_wp_old_slug','hadou-stud-earrings'), +(16594,1613,'_edit_lock','1767711720:1'), +(16595,1613,'_edit_last','1'), +(16596,1613,'discount_type','fixed_cart'), +(16597,1613,'coupon_amount','50'), +(16598,1613,'individual_use','no'), +(16599,1613,'usage_limit','1'), +(16600,1613,'usage_limit_per_user','0'), +(16601,1613,'limit_usage_to_x_items','0'), +(16602,1613,'usage_count','0'), +(16603,1613,'date_expires',NULL), +(16604,1613,'free_shipping','no'), +(16605,1613,'exclude_sale_items','no'), +(16606,1613,'product_brands','a:0:{}'), +(16607,1613,'exclude_product_brands','a:0:{}'), +(16628,1406,'_photos_colonne_gauche|||0|value','1407'), +(16629,1406,'_photos_colonne_droite|||0|value','1409'), +(16630,1406,'_photos_colonne_droite|||1|value','1411'), +(16631,1406,'_photos_colonne_droite|||2|value','1503'), +(16632,1406,'_haiku_details_produit',''), +(16633,1401,'_photos_colonne_gauche|||0|value','1402'), +(16634,1401,'_photos_colonne_droite|||0|value','1403'), +(16635,1401,'_photos_colonne_droite|||1|value','1405'), +(16636,1401,'_photos_colonne_droite|||2|value','1504'), +(16637,1401,'_haiku_details_produit',''), +(16638,994,'_photos_colonne_gauche|||0|value','1345'), +(16639,994,'_photos_colonne_droite|||0|value','992'), +(16640,994,'_photos_colonne_droite|||1|value','996'), +(16641,994,'_haiku_details_produit',''), +(16642,982,'_photos_colonne_gauche|||0|value','1346'), +(16643,982,'_photos_colonne_droite|||0|value','1452'), +(16644,982,'_photos_colonne_droite|||1|value','992'), +(16645,982,'_photos_colonne_droite|||2|value','993'), +(16646,982,'_haiku_details_produit',''), +(16655,1619,'_variation_description',''), +(16656,1619,'total_sales','0'), +(16657,1619,'_tax_status','taxable'), +(16658,1619,'_tax_class','parent'), +(16659,1619,'_manage_stock','no'), +(16660,1619,'_backorders','no'), +(16661,1619,'_sold_individually','no'), +(16662,1619,'_virtual','no'), +(16663,1619,'_downloadable','no'), +(16664,1619,'_download_limit','-1'), +(16665,1619,'_download_expiry','-1'), +(16666,1619,'_stock','0'), +(16667,1619,'_stock_status','instock'), +(16668,1619,'_wc_average_rating','0'), +(16669,1619,'_wc_review_count','0'), +(16670,1619,'attribute_pa_side','long'), +(16671,1619,'_product_version','10.6.1'), +(16672,1620,'_variation_description',''), +(16673,1620,'total_sales','0'), +(16674,1620,'_tax_status','taxable'), +(16675,1620,'_tax_class','parent'), +(16676,1620,'_manage_stock','no'), +(16677,1620,'_backorders','no'), +(16678,1620,'_sold_individually','no'), +(16679,1620,'_virtual','no'), +(16680,1620,'_downloadable','no'), +(16681,1620,'_download_limit','-1'), +(16682,1620,'_download_expiry','-1'), +(16683,1620,'_stock','0'), +(16684,1620,'_stock_status','instock'), +(16685,1620,'_wc_average_rating','0'), +(16686,1620,'_wc_review_count','0'), +(16687,1620,'attribute_pa_side','medium'), +(16688,1620,'_product_version','10.6.1'), +(16689,1621,'_variation_description',''), +(16690,1621,'total_sales','0'), +(16691,1621,'_tax_status','taxable'), +(16692,1621,'_tax_class','parent'), +(16693,1621,'_manage_stock','no'), +(16694,1621,'_backorders','no'), +(16695,1621,'_sold_individually','no'), +(16696,1621,'_virtual','no'), +(16697,1621,'_downloadable','no'), +(16698,1621,'_download_limit','-1'), +(16699,1621,'_download_expiry','-1'), +(16700,1621,'_stock','0'), +(16701,1621,'_stock_status','instock'), +(16702,1621,'_wc_average_rating','0'), +(16703,1621,'_wc_review_count','0'), +(16704,1621,'attribute_pa_side','pair'), +(16705,1621,'_product_version','10.6.1'), +(16706,1619,'_regular_price','80'), +(16707,1619,'_thumbnail_id','0'), +(16708,1619,'_price','80'), +(16709,1620,'_regular_price','78'), +(16710,1620,'_thumbnail_id','0'), +(16711,1620,'_price','78'), +(16712,1621,'_regular_price','120'), +(16713,1621,'_thumbnail_id','0'), +(16714,1621,'_price','120'), +(16935,1650,'_wp_attached_file','2025/09/2025HAIKU_00068.jpg'), +(16936,1650,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00068.jpg\";s:8:\"filesize\";i:1064438;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00068-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18463;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16937,1650,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(16938,1651,'_wp_attached_file','2025/09/2025HAIKU_00078.jpg'), +(16939,1651,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00078.jpg\";s:8:\"filesize\";i:490857;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00078-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16940,1651,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(16947,1444,'_wp_old_slug','pishi-pishi-earrings'), +(16950,1653,'_wp_attached_file','2025/09/2025HAIKU_00056-e1770814490893.jpg'), +(16951,1653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1117;s:6:\"height\";i:1756;s:4:\"file\";s:42:\"2025/09/2025HAIKU_00056-e1770814490893.jpg\";s:8:\"filesize\";i:725796;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"2025HAIKU_00056-e1770814490893-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21759;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16952,1653,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(16953,1653,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1326;s:6:\"height\";i:1988;s:8:\"filesize\";i:1930072;s:4:\"file\";s:19:\"2025HAIKU_00056.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00056-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18843;}}'), +(16954,1654,'_wp_attached_file','2025/09/2025HAIKU_00071.jpg'), +(16955,1654,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00071.jpg\";s:8:\"filesize\";i:924606;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16956,1654,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(17118,1657,'_edit_lock','1772093156:1'), +(17119,1657,'_edit_last','1'), +(17120,1657,'discount_type','fixed_cart'), +(17121,1657,'coupon_amount','100'), +(17122,1657,'individual_use','yes'), +(17123,1657,'usage_limit','1'), +(17124,1657,'usage_limit_per_user','1'), +(17125,1657,'limit_usage_to_x_items','0'), +(17126,1657,'usage_count','0'), +(17127,1657,'date_expires','1802559600'), +(17128,1657,'free_shipping','yes'), +(17129,1657,'exclude_sale_items','no'), +(17130,1657,'product_brands','a:0:{}'), +(17131,1657,'exclude_product_brands','a:0:{}'), +(17132,1662,'_variation_description',''), +(17133,1662,'total_sales','0'), +(17134,1662,'_tax_status','taxable'), +(17135,1662,'_tax_class','parent'), +(17136,1662,'_manage_stock','no'), +(17137,1662,'_backorders','no'), +(17138,1662,'_sold_individually','no'), +(17139,1662,'_virtual','yes'), +(17140,1662,'_downloadable','yes'), +(17141,1662,'_download_limit','-1'), +(17142,1662,'_download_expiry','-1'), +(17143,1662,'_stock',NULL), +(17144,1662,'_stock_status','instock'), +(17145,1662,'_wc_average_rating','0'), +(17146,1662,'_wc_review_count','0'), +(17147,1662,'attribute_pa_giftcard-amount','110e'), +(17148,1662,'_product_version','10.4.4'), +(17149,1663,'_variation_description',''), +(17150,1663,'total_sales','0'), +(17151,1663,'_tax_status','taxable'), +(17152,1663,'_tax_class','parent'), +(17153,1663,'_manage_stock','no'), +(17154,1663,'_backorders','no'), +(17155,1663,'_sold_individually','no'), +(17156,1663,'_virtual','yes'), +(17157,1663,'_downloadable','yes'), +(17158,1663,'_download_limit','-1'), +(17159,1663,'_download_expiry','-1'), +(17160,1663,'_stock',NULL), +(17161,1663,'_stock_status','instock'), +(17162,1663,'_wc_average_rating','0'), +(17163,1663,'_wc_review_count','0'), +(17164,1663,'attribute_pa_giftcard-amount','120e'), +(17165,1663,'_product_version','10.4.4'), +(17166,1664,'_variation_description',''), +(17167,1664,'total_sales','0'), +(17168,1664,'_tax_status','taxable'), +(17169,1664,'_tax_class','parent'), +(17170,1664,'_manage_stock','no'), +(17171,1664,'_backorders','no'), +(17172,1664,'_sold_individually','no'), +(17173,1664,'_virtual','yes'), +(17174,1664,'_downloadable','yes'), +(17175,1664,'_download_limit','-1'), +(17176,1664,'_download_expiry','-1'), +(17177,1664,'_stock',NULL), +(17178,1664,'_stock_status','instock'), +(17179,1664,'_wc_average_rating','0'), +(17180,1664,'_wc_review_count','0'), +(17181,1664,'attribute_pa_giftcard-amount','130e'), +(17182,1664,'_product_version','10.4.4'), +(17183,1665,'_variation_description',''), +(17184,1665,'total_sales','0'), +(17185,1665,'_tax_status','taxable'), +(17186,1665,'_tax_class','parent'), +(17187,1665,'_manage_stock','no'), +(17188,1665,'_backorders','no'), +(17189,1665,'_sold_individually','no'), +(17190,1665,'_virtual','yes'), +(17191,1665,'_downloadable','yes'), +(17192,1665,'_download_limit','-1'), +(17193,1665,'_download_expiry','-1'), +(17194,1665,'_stock',NULL), +(17195,1665,'_stock_status','instock'), +(17196,1665,'_wc_average_rating','0'), +(17197,1665,'_wc_review_count','0'), +(17198,1665,'attribute_pa_giftcard-amount','140e'), +(17199,1665,'_product_version','10.4.4'), +(17200,1666,'_variation_description',''), +(17201,1666,'total_sales','0'), +(17202,1666,'_tax_status','taxable'), +(17203,1666,'_tax_class','parent'), +(17204,1666,'_manage_stock','no'), +(17205,1666,'_backorders','no'), +(17206,1666,'_sold_individually','no'), +(17207,1666,'_virtual','yes'), +(17208,1666,'_downloadable','yes'), +(17209,1666,'_download_limit','-1'), +(17210,1666,'_download_expiry','-1'), +(17211,1666,'_stock',NULL), +(17212,1666,'_stock_status','instock'), +(17213,1666,'_wc_average_rating','0'), +(17214,1666,'_wc_review_count','0'), +(17215,1666,'attribute_pa_giftcard-amount','150e'), +(17216,1666,'_product_version','10.4.4'), +(17217,1667,'_variation_description',''), +(17218,1667,'total_sales','0'), +(17219,1667,'_tax_status','taxable'), +(17220,1667,'_tax_class','parent'), +(17221,1667,'_manage_stock','no'), +(17222,1667,'_backorders','no'), +(17223,1667,'_sold_individually','no'), +(17224,1667,'_virtual','yes'), +(17225,1667,'_downloadable','yes'), +(17226,1667,'_download_limit','-1'), +(17227,1667,'_download_expiry','-1'), +(17228,1667,'_stock',NULL), +(17229,1667,'_stock_status','instock'), +(17230,1667,'_wc_average_rating','0'), +(17231,1667,'_wc_review_count','0'), +(17232,1667,'attribute_pa_giftcard-amount','55e'), +(17233,1667,'_product_version','10.4.4'), +(17241,1662,'_sku','GIFTcard-110'), +(17242,1662,'_regular_price','110'), +(17243,1662,'_thumbnail_id','0'), +(17244,1662,'_downloadable_files','a:2:{s:36:\"51327bbd-22bf-49d4-8b21-7de28f240cdd\";a:4:{s:2:\"id\";s:36:\"51327bbd-22bf-49d4-8b21-7de28f240cdd\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"d65a2169-513b-4bc2-b49a-dad561aaa5d8\";a:4:{s:2:\"id\";s:36:\"d65a2169-513b-4bc2-b49a-dad561aaa5d8\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17245,1662,'_price','110'), +(17246,1663,'_sku','GIFTcard-120'), +(17247,1663,'_regular_price','120'), +(17248,1663,'_thumbnail_id','0'), +(17249,1663,'_downloadable_files','a:2:{s:36:\"1601c575-a132-492e-80d3-e0dfd5d6bd32\";a:4:{s:2:\"id\";s:36:\"1601c575-a132-492e-80d3-e0dfd5d6bd32\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"f5a4a07f-d230-43ca-9bb9-bdc5865e1274\";a:4:{s:2:\"id\";s:36:\"f5a4a07f-d230-43ca-9bb9-bdc5865e1274\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17250,1663,'_price','120'), +(17251,1664,'_sku','GIFTcard-130'), +(17252,1664,'_regular_price','130'), +(17253,1664,'_thumbnail_id','0'), +(17254,1664,'_downloadable_files','a:2:{s:36:\"081fa482-ada0-4249-a014-74d088dab38c\";a:4:{s:2:\"id\";s:36:\"081fa482-ada0-4249-a014-74d088dab38c\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"2ebfba89-94d2-441e-a404-ab14967b1f00\";a:4:{s:2:\"id\";s:36:\"2ebfba89-94d2-441e-a404-ab14967b1f00\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17255,1664,'_price','130'), +(17256,1665,'_sku','GIFTcard-140'), +(17257,1665,'_regular_price','140'), +(17258,1665,'_thumbnail_id','0'), +(17259,1665,'_downloadable_files','a:2:{s:36:\"770832d6-fe0b-434b-a9bd-556e76cb6cb5\";a:4:{s:2:\"id\";s:36:\"770832d6-fe0b-434b-a9bd-556e76cb6cb5\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"1dec25c3-7fdf-40a7-ae6e-49759ec99ba5\";a:4:{s:2:\"id\";s:36:\"1dec25c3-7fdf-40a7-ae6e-49759ec99ba5\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17260,1665,'_price','140'), +(17261,1666,'_sku','GIFTcard-150'), +(17262,1666,'_regular_price','150'), +(17263,1666,'_thumbnail_id','0'), +(17264,1666,'_downloadable_files','a:2:{s:36:\"909fb801-f58f-4345-a78b-2423c34d2e07\";a:4:{s:2:\"id\";s:36:\"909fb801-f58f-4345-a78b-2423c34d2e07\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"a1e8fe41-fedf-4c12-a77c-875b50ef3240\";a:4:{s:2:\"id\";s:36:\"a1e8fe41-fedf-4c12-a77c-875b50ef3240\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17265,1666,'_price','150'), +(17266,1667,'_sku','GIFTcard-55'), +(17267,1667,'_regular_price','55'), +(17268,1667,'_thumbnail_id','0'), +(17269,1667,'_downloadable_files','a:2:{s:36:\"e920c9ea-40ef-44cd-a166-ffeab8869448\";a:4:{s:2:\"id\";s:36:\"e920c9ea-40ef-44cd-a166-ffeab8869448\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"c0759fae-fd4e-442b-b336-bdb7694d2db6\";a:4:{s:2:\"id\";s:36:\"c0759fae-fd4e-442b-b336-bdb7694d2db6\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17270,1667,'_price','55'), +(17310,1574,'_price','40'), +(17311,1574,'_price','50'), +(17312,1574,'_price','55'), +(17313,1574,'_price','60'), +(17314,1574,'_price','70'), +(17315,1574,'_price','80'), +(17316,1574,'_price','90'), +(17317,1574,'_price','100'), +(17318,1574,'_price','110'), +(17319,1574,'_price','120'), +(17320,1574,'_price','130'), +(17321,1574,'_price','140'), +(17322,1574,'_price','150'), +(17323,1574,'_photos_colonne_gauche|||0|value','1575'), +(17324,1574,'_photos_colonne_droite|||0|value','1577'), +(17325,1574,'_haiku_details_produit',''), +(17326,1673,'_edit_lock','1777369727:1'), +(17327,1673,'_edit_last','1'), +(17328,1674,'_wp_attached_file','2026/03/004A2444.jpg'), +(17329,1674,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2444.jpg\";s:8:\"filesize\";i:927859;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2444-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28370;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17330,1674,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17331,1675,'_wp_attached_file','2026/03/004A2460.jpg'), +(17332,1675,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2460.jpg\";s:8:\"filesize\";i:967111;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2460-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20973;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17333,1675,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17334,1676,'_wp_attached_file','2026/03/004A2576.jpg'), +(17335,1676,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2576.jpg\";s:8:\"filesize\";i:838847;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2576-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17336,1676,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17337,1677,'_wp_attached_file','2026/03/004A2605.jpg'), +(17338,1677,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2605.jpg\";s:8:\"filesize\";i:791730;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2605-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17339,1677,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17341,1673,'total_sales','0'), +(17342,1673,'_tax_status','taxable'), +(17343,1673,'_tax_class',''), +(17344,1673,'_manage_stock','no'), +(17345,1673,'_backorders','no'), +(17346,1673,'_sold_individually','no'), +(17347,1673,'_virtual','no'), +(17348,1673,'_downloadable','no'), +(17349,1673,'_download_limit','-1'), +(17350,1673,'_download_expiry','-1'), +(17351,1673,'_stock',NULL), +(17352,1673,'_stock_status','instock'), +(17353,1673,'_wc_average_rating','0'), +(17354,1673,'_wc_review_count','0'), +(17355,1673,'_product_version','10.6.1'), +(17362,1673,'_product_attributes','a:1:{s:20:\"pa_material-workshop\";a:6:{s:4:\"name\";s:20:\"pa_material-workshop\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(17363,1678,'_variation_description',''), +(17364,1678,'total_sales','0'), +(17365,1678,'_tax_status','taxable'), +(17366,1678,'_tax_class','parent'), +(17367,1678,'_manage_stock','no'), +(17368,1678,'_backorders','no'), +(17369,1678,'_sold_individually','no'), +(17370,1678,'_virtual','no'), +(17371,1678,'_downloadable','no'), +(17372,1678,'_download_limit','-1'), +(17373,1678,'_download_expiry','-1'), +(17374,1678,'_stock',NULL), +(17375,1678,'_stock_status','instock'), +(17376,1678,'_wc_average_rating','0'), +(17377,1678,'_wc_review_count','0'), +(17378,1678,'attribute_pa_material-workshop','gld-brass'), +(17379,1678,'_product_version','10.6.1'), +(17380,1679,'_variation_description',''), +(17381,1679,'total_sales','0'), +(17382,1679,'_tax_status','taxable'), +(17383,1679,'_tax_class','parent'), +(17384,1679,'_manage_stock','no'), +(17385,1679,'_backorders','no'), +(17386,1679,'_sold_individually','no'), +(17387,1679,'_virtual','no'), +(17388,1679,'_downloadable','no'), +(17389,1679,'_download_limit','-1'), +(17390,1679,'_download_expiry','-1'), +(17391,1679,'_stock',NULL), +(17392,1679,'_stock_status','instock'), +(17393,1679,'_wc_average_rating','0'), +(17394,1679,'_wc_review_count','0'), +(17395,1679,'attribute_pa_material-workshop','slv-brass'), +(17396,1679,'_product_version','10.6.1'), +(17397,1680,'_variation_description',''), +(17398,1680,'total_sales','0'), +(17399,1680,'_tax_status','taxable'), +(17400,1680,'_tax_class','parent'), +(17401,1680,'_manage_stock','no'), +(17402,1680,'_backorders','no'), +(17403,1680,'_sold_individually','no'), +(17404,1680,'_virtual','no'), +(17405,1680,'_downloadable','no'), +(17406,1680,'_download_limit','-1'), +(17407,1680,'_download_expiry','-1'), +(17408,1680,'_stock',NULL), +(17409,1680,'_stock_status','instock'), +(17410,1680,'_wc_average_rating','0'), +(17411,1680,'_wc_review_count','0'), +(17412,1680,'attribute_pa_material-workshop','strl-silver'), +(17413,1680,'_product_version','10.6.1'), +(17414,1678,'_sku','ECworkshop-gb'), +(17415,1678,'_regular_price','85'), +(17416,1678,'_thumbnail_id','0'), +(17417,1678,'_price','85'), +(17418,1679,'_sku','ECworkshop-sb'), +(17419,1679,'_regular_price','80'), +(17420,1679,'_thumbnail_id','0'), +(17421,1679,'_price','80'), +(17422,1680,'_sku','ECworkshop-slv'), +(17423,1680,'_regular_price','95'), +(17424,1680,'_thumbnail_id','0'), +(17425,1680,'_price','95'), +(17432,1673,'_price','80'), +(17433,1673,'_price','85'), +(17434,1673,'_price','95'), +(17435,1681,'total_sales','0'), +(17436,1681,'_tax_status','taxable'), +(17437,1681,'_tax_class',''), +(17438,1681,'_manage_stock','no'), +(17439,1681,'_backorders','no'), +(17440,1681,'_sold_individually','no'), +(17441,1681,'_virtual','no'), +(17442,1681,'_downloadable','no'), +(17443,1681,'_download_limit','-1'), +(17444,1681,'_download_expiry','-1'), +(17445,1681,'_stock',NULL), +(17446,1681,'_stock_status','instock'), +(17447,1681,'_wc_average_rating','0'), +(17448,1681,'_wc_review_count','0'), +(17449,1681,'_product_attributes','a:1:{s:20:\"pa_material-workshop\";a:6:{s:4:\"name\";s:20:\"pa_material-workshop\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(17450,1681,'_product_version','10.6.1'), +(17457,1682,'_variation_description',''), +(17458,1682,'_sku','Cworkshop-sb'), +(17459,1682,'_regular_price','110'), +(17460,1682,'total_sales','0'), +(17461,1682,'_tax_status','taxable'), +(17462,1682,'_tax_class','parent'), +(17463,1682,'_manage_stock','no'), +(17464,1682,'_backorders','no'), +(17465,1682,'_sold_individually','no'), +(17466,1682,'_virtual','no'), +(17467,1682,'_downloadable','no'), +(17468,1682,'_download_limit','-1'), +(17469,1682,'_download_expiry','-1'), +(17470,1682,'_thumbnail_id','0'), +(17471,1682,'_stock',NULL), +(17472,1682,'_stock_status','instock'), +(17473,1682,'_wc_average_rating','0'), +(17474,1682,'_wc_review_count','0'), +(17475,1682,'attribute_pa_material-workshop','slv-brass'), +(17476,1682,'_price','110'), +(17477,1682,'_product_version','10.6.1'), +(17478,1683,'_variation_description',''), +(17479,1683,'_sku','Cworkshop-gb'), +(17480,1683,'_regular_price','115'), +(17481,1683,'total_sales','0'), +(17482,1683,'_tax_status','taxable'), +(17483,1683,'_tax_class','parent'), +(17484,1683,'_manage_stock','no'), +(17485,1683,'_backorders','no'), +(17486,1683,'_sold_individually','no'), +(17487,1683,'_virtual','no'), +(17488,1683,'_downloadable','no'), +(17489,1683,'_download_limit','-1'), +(17490,1683,'_download_expiry','-1'), +(17491,1683,'_thumbnail_id','0'), +(17492,1683,'_stock',NULL), +(17493,1683,'_stock_status','instock'), +(17494,1683,'_wc_average_rating','0'), +(17495,1683,'_wc_review_count','0'), +(17496,1683,'attribute_pa_material-workshop','gld-brass'), +(17497,1683,'_price','115'), +(17498,1683,'_product_version','10.6.1'), +(17499,1684,'_variation_description',''), +(17500,1684,'_sku','Cworkshop-slv'), +(17501,1684,'_regular_price','140'), +(17502,1684,'total_sales','0'), +(17503,1684,'_tax_status','taxable'), +(17504,1684,'_tax_class','parent'), +(17505,1684,'_manage_stock','no'), +(17506,1684,'_backorders','no'), +(17507,1684,'_sold_individually','no'), +(17508,1684,'_virtual','no'), +(17509,1684,'_downloadable','no'), +(17510,1684,'_download_limit','-1'), +(17511,1684,'_download_expiry','-1'), +(17512,1684,'_thumbnail_id','0'), +(17513,1684,'_stock',NULL), +(17514,1684,'_stock_status','instock'), +(17515,1684,'_wc_average_rating','0'), +(17516,1684,'_wc_review_count','0'), +(17517,1684,'attribute_pa_material-workshop','strl-silver'), +(17518,1684,'_price','140'), +(17519,1684,'_product_version','10.6.1'), +(17523,1681,'_edit_lock','1777369773:1'), +(17524,1681,'_edit_last','1'), +(17525,1685,'_wp_attached_file','2026/03/004A2472.jpg'), +(17526,1685,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2472.jpg\";s:8:\"filesize\";i:718758;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2472-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17527,1685,'_wp_attachment_image_alt','workshop create a pendant'), +(17528,1686,'_wp_attached_file','2026/03/004A2361.jpg'), +(17529,1686,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2361.jpg\";s:8:\"filesize\";i:608706;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2361-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20033;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17530,1686,'_wp_attachment_image_alt','workshop create a pendant'), +(17531,1687,'_wp_attached_file','2026/03/004A2430.jpg'), +(17532,1687,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2430.jpg\";s:8:\"filesize\";i:779392;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2430-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15737;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17533,1687,'_wp_attachment_image_alt','workshop create a pendant'), +(17534,1688,'_wp_attached_file','2026/03/004A2464.jpg'), +(17535,1688,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2464.jpg\";s:8:\"filesize\";i:734629;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2464-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18705;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17536,1688,'_wp_attachment_image_alt','workshop create a pendant'), +(17537,1681,'_price','110'), +(17538,1681,'_price','115'), +(17539,1681,'_price','140'), +(17546,1689,'total_sales','0'), +(17547,1689,'_tax_status','taxable'), +(17548,1689,'_tax_class',''), +(17549,1689,'_manage_stock','no'), +(17550,1689,'_backorders','no'), +(17551,1689,'_sold_individually','no'), +(17552,1689,'_virtual','no'), +(17553,1689,'_downloadable','no'), +(17554,1689,'_download_limit','-1'), +(17555,1689,'_download_expiry','-1'), +(17556,1689,'_stock',NULL), +(17557,1689,'_stock_status','instock'), +(17558,1689,'_wc_average_rating','0'), +(17559,1689,'_wc_review_count','0'), +(17560,1689,'_product_attributes','a:1:{s:20:\"pa_material-workshop\";a:6:{s:4:\"name\";s:20:\"pa_material-workshop\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(17561,1689,'_product_version','10.6.1'), +(17568,1690,'_variation_description',''), +(17569,1690,'_sku','Rworkshop-sb'), +(17570,1690,'_regular_price','150'), +(17571,1690,'total_sales','0'), +(17572,1690,'_tax_status','taxable'), +(17573,1690,'_tax_class','parent'), +(17574,1690,'_manage_stock','no'), +(17575,1690,'_backorders','no'), +(17576,1690,'_sold_individually','no'), +(17577,1690,'_virtual','no'), +(17578,1690,'_downloadable','no'), +(17579,1690,'_download_limit','-1'), +(17580,1690,'_download_expiry','-1'), +(17581,1690,'_thumbnail_id','0'), +(17582,1690,'_stock',NULL), +(17583,1690,'_stock_status','instock'), +(17584,1690,'_wc_average_rating','0'), +(17585,1690,'_wc_review_count','0'), +(17586,1690,'attribute_pa_material-workshop','slv-brass'), +(17587,1690,'_price','150'), +(17588,1690,'_product_version','10.6.1'), +(17589,1691,'_variation_description',''), +(17590,1691,'_sku','Rworkshop-gb'), +(17591,1691,'_regular_price','155'), +(17592,1691,'total_sales','0'), +(17593,1691,'_tax_status','taxable'), +(17594,1691,'_tax_class','parent'), +(17595,1691,'_manage_stock','no'), +(17596,1691,'_backorders','no'), +(17597,1691,'_sold_individually','no'), +(17598,1691,'_virtual','no'), +(17599,1691,'_downloadable','no'), +(17600,1691,'_download_limit','-1'), +(17601,1691,'_download_expiry','-1'), +(17602,1691,'_thumbnail_id','0'), +(17603,1691,'_stock',NULL), +(17604,1691,'_stock_status','instock'), +(17605,1691,'_wc_average_rating','0'), +(17606,1691,'_wc_review_count','0'), +(17607,1691,'attribute_pa_material-workshop','gld-brass'), +(17608,1691,'_price','155'), +(17609,1691,'_product_version','10.6.1'), +(17610,1692,'_variation_description',''), +(17611,1692,'_sku','Rworkshop-slv'), +(17612,1692,'_regular_price','180'), +(17613,1692,'total_sales','0'), +(17614,1692,'_tax_status','taxable'), +(17615,1692,'_tax_class','parent'), +(17616,1692,'_manage_stock','no'), +(17617,1692,'_backorders','no'), +(17618,1692,'_sold_individually','no'), +(17619,1692,'_virtual','no'), +(17620,1692,'_downloadable','no'), +(17621,1692,'_download_limit','-1'), +(17622,1692,'_download_expiry','-1'), +(17623,1692,'_thumbnail_id','0'), +(17624,1692,'_stock',NULL), +(17625,1692,'_stock_status','instock'), +(17626,1692,'_wc_average_rating','0'), +(17627,1692,'_wc_review_count','0'), +(17628,1692,'attribute_pa_material-workshop','strl-silver'), +(17629,1692,'_price','180'), +(17630,1692,'_product_version','10.6.1'), +(17634,1689,'_edit_lock','1777369706:1'), +(17635,1689,'_edit_last','1'), +(17636,1693,'_wp_attached_file','2026/03/004A2598.jpg'), +(17637,1693,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2598.jpg\";s:8:\"filesize\";i:716654;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2598-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17638,1693,'_wp_attachment_image_alt','workshop create a ring'), +(17639,1694,'_wp_attached_file','2026/03/004A2592.jpg'), +(17640,1694,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2592.jpg\";s:8:\"filesize\";i:901009;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2592-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23233;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17641,1694,'_wp_attachment_image_alt','workshop create a ring'), +(17642,1695,'_wp_attached_file','2026/03/004A2408.jpg'), +(17643,1695,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2408.jpg\";s:8:\"filesize\";i:585687;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2408-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15492;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17644,1695,'_wp_attachment_image_alt','workshop create a ring'), +(17645,1696,'_wp_attached_file','2026/03/004A2458.jpg'), +(17646,1696,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2458.jpg\";s:8:\"filesize\";i:1017458;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2458-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25023;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17647,1696,'_wp_attachment_image_alt','workshop create a ring'), +(17648,1689,'_price','150'), +(17649,1689,'_price','155'), +(17650,1689,'_price','180'), +(17669,1699,'_wp_attached_file','2026/03/DSCF9660.jpg'), +(17670,1699,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2026/03/DSCF9660.jpg\";s:8:\"filesize\";i:423479;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF9660-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17671,1700,'_wp_attached_file','2026/03/DSCF9656.jpg'), +(17672,1700,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2026/03/DSCF9656.jpg\";s:8:\"filesize\";i:506501;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF9656-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10504;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17673,1701,'_wp_attached_file','2026/03/DSCF9673.jpg'), +(17674,1701,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2026/03/DSCF9673.jpg\";s:8:\"filesize\";i:426540;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF9673-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7022;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17675,1699,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17676,1673,'_thumbnail_id','1886'), +(17683,1700,'_wp_attachment_image_alt','workshop create a pendant'), +(17684,1689,'_thumbnail_id','1888'), +(17691,1701,'_wp_attachment_image_alt','workshop create a ring'), +(17698,1681,'_thumbnail_id','1887'), +(17747,240,'_price','120'), +(17752,1491,'_wp_trash_meta_status','publish'), +(17753,1491,'_wp_trash_meta_time','1777035454'), +(17754,1491,'_wp_desired_post_slug','kime-solo-hoop'), +(17764,1704,'_variation_description',''), +(17765,1704,'total_sales','0'), +(17766,1704,'_tax_status','taxable'), +(17767,1704,'_tax_class','parent'), +(17768,1704,'_manage_stock','no'), +(17769,1704,'_backorders','no'), +(17770,1704,'_sold_individually','no'), +(17771,1704,'_virtual','no'), +(17772,1704,'_downloadable','no'), +(17773,1704,'_download_limit','-1'), +(17774,1704,'_download_expiry','-1'), +(17775,1704,'_stock',NULL), +(17776,1704,'_stock_status','instock'), +(17777,1704,'_wc_average_rating','0'), +(17778,1704,'_wc_review_count','0'), +(17779,1704,'attribute_pa_size','48'), +(17780,1704,'_product_version','10.6.1'), +(17781,1705,'_variation_description',''), +(17782,1705,'total_sales','0'), +(17783,1705,'_tax_status','taxable'), +(17784,1705,'_tax_class','parent'), +(17785,1705,'_manage_stock','no'), +(17786,1705,'_backorders','no'), +(17787,1705,'_sold_individually','no'), +(17788,1705,'_virtual','no'), +(17789,1705,'_downloadable','no'), +(17790,1705,'_download_limit','-1'), +(17791,1705,'_download_expiry','-1'), +(17792,1705,'_stock',NULL), +(17793,1705,'_stock_status','instock'), +(17794,1705,'_wc_average_rating','0'), +(17795,1705,'_wc_review_count','0'), +(17796,1705,'attribute_pa_size','49'), +(17797,1705,'_product_version','10.6.1'), +(17798,1706,'_variation_description',''), +(17799,1706,'total_sales','0'), +(17800,1706,'_tax_status','taxable'), +(17801,1706,'_tax_class','parent'), +(17802,1706,'_manage_stock','no'), +(17803,1706,'_backorders','no'), +(17804,1706,'_sold_individually','no'), +(17805,1706,'_virtual','no'), +(17806,1706,'_downloadable','no'), +(17807,1706,'_download_limit','-1'), +(17808,1706,'_download_expiry','-1'), +(17809,1706,'_stock',NULL), +(17810,1706,'_stock_status','instock'), +(17811,1706,'_wc_average_rating','0'), +(17812,1706,'_wc_review_count','0'), +(17813,1706,'attribute_pa_size','50'), +(17814,1706,'_product_version','10.6.1'), +(17815,1707,'_variation_description',''), +(17816,1707,'total_sales','0'), +(17817,1707,'_tax_status','taxable'), +(17818,1707,'_tax_class','parent'), +(17819,1707,'_manage_stock','no'), +(17820,1707,'_backorders','no'), +(17821,1707,'_sold_individually','no'), +(17822,1707,'_virtual','no'), +(17823,1707,'_downloadable','no'), +(17824,1707,'_download_limit','-1'), +(17825,1707,'_download_expiry','-1'), +(17826,1707,'_stock',NULL), +(17827,1707,'_stock_status','instock'), +(17828,1707,'_wc_average_rating','0'), +(17829,1707,'_wc_review_count','0'), +(17830,1707,'attribute_pa_size','51'), +(17831,1707,'_product_version','10.6.1'), +(17832,1708,'_variation_description',''), +(17833,1708,'total_sales','0'), +(17834,1708,'_tax_status','taxable'), +(17835,1708,'_tax_class','parent'), +(17836,1708,'_manage_stock','no'), +(17837,1708,'_backorders','no'), +(17838,1708,'_sold_individually','no'), +(17839,1708,'_virtual','no'), +(17840,1708,'_downloadable','no'), +(17841,1708,'_download_limit','-1'), +(17842,1708,'_download_expiry','-1'), +(17843,1708,'_stock',NULL), +(17844,1708,'_stock_status','instock'), +(17845,1708,'_wc_average_rating','0'), +(17846,1708,'_wc_review_count','0'), +(17847,1708,'attribute_pa_size','52'), +(17848,1708,'_product_version','10.6.1'), +(17849,1709,'_variation_description',''), +(17850,1709,'total_sales','0'), +(17851,1709,'_tax_status','taxable'), +(17852,1709,'_tax_class','parent'), +(17853,1709,'_manage_stock','no'), +(17854,1709,'_backorders','no'), +(17855,1709,'_sold_individually','no'), +(17856,1709,'_virtual','no'), +(17857,1709,'_downloadable','no'), +(17858,1709,'_download_limit','-1'), +(17859,1709,'_download_expiry','-1'), +(17860,1709,'_stock',NULL), +(17861,1709,'_stock_status','instock'), +(17862,1709,'_wc_average_rating','0'), +(17863,1709,'_wc_review_count','0'), +(17864,1709,'attribute_pa_size','53'), +(17865,1709,'_product_version','10.6.1'), +(17866,1710,'_variation_description',''), +(17867,1710,'total_sales','0'), +(17868,1710,'_tax_status','taxable'), +(17869,1710,'_tax_class','parent'), +(17870,1710,'_manage_stock','no'), +(17871,1710,'_backorders','no'), +(17872,1710,'_sold_individually','no'), +(17873,1710,'_virtual','no'), +(17874,1710,'_downloadable','no'), +(17875,1710,'_download_limit','-1'), +(17876,1710,'_download_expiry','-1'), +(17877,1710,'_stock',NULL), +(17878,1710,'_stock_status','instock'), +(17879,1710,'_wc_average_rating','0'), +(17880,1710,'_wc_review_count','0'), +(17881,1710,'attribute_pa_size','54'), +(17882,1710,'_product_version','10.6.1'), +(17883,1711,'_variation_description',''), +(17884,1711,'total_sales','0'), +(17885,1711,'_tax_status','taxable'), +(17886,1711,'_tax_class','parent'), +(17887,1711,'_manage_stock','no'), +(17888,1711,'_backorders','no'), +(17889,1711,'_sold_individually','no'), +(17890,1711,'_virtual','no'), +(17891,1711,'_downloadable','no'), +(17892,1711,'_download_limit','-1'), +(17893,1711,'_download_expiry','-1'), +(17894,1711,'_stock',NULL), +(17895,1711,'_stock_status','instock'), +(17896,1711,'_wc_average_rating','0'), +(17897,1711,'_wc_review_count','0'), +(17898,1711,'attribute_pa_size','55'), +(17899,1711,'_product_version','10.6.1'), +(17900,1712,'_variation_description',''), +(17901,1712,'total_sales','0'), +(17902,1712,'_tax_status','taxable'), +(17903,1712,'_tax_class','parent'), +(17904,1712,'_manage_stock','no'), +(17905,1712,'_backorders','no'), +(17906,1712,'_sold_individually','no'), +(17907,1712,'_virtual','no'), +(17908,1712,'_downloadable','no'), +(17909,1712,'_download_limit','-1'), +(17910,1712,'_download_expiry','-1'), +(17911,1712,'_stock',NULL), +(17912,1712,'_stock_status','instock'), +(17913,1712,'_wc_average_rating','0'), +(17914,1712,'_wc_review_count','0'), +(17915,1712,'attribute_pa_size','56'), +(17916,1712,'_product_version','10.6.1'), +(17917,1713,'_variation_description',''), +(17918,1713,'total_sales','0'), +(17919,1713,'_tax_status','taxable'), +(17920,1713,'_tax_class','parent'), +(17921,1713,'_manage_stock','no'), +(17922,1713,'_backorders','no'), +(17923,1713,'_sold_individually','no'), +(17924,1713,'_virtual','no'), +(17925,1713,'_downloadable','no'), +(17926,1713,'_download_limit','-1'), +(17927,1713,'_download_expiry','-1'), +(17928,1713,'_stock',NULL), +(17929,1713,'_stock_status','instock'), +(17930,1713,'_wc_average_rating','0'), +(17931,1713,'_wc_review_count','0'), +(17932,1713,'attribute_pa_size','57'), +(17933,1713,'_product_version','10.6.1'), +(17934,1714,'_variation_description',''), +(17935,1714,'total_sales','0'), +(17936,1714,'_tax_status','taxable'), +(17937,1714,'_tax_class','parent'), +(17938,1714,'_manage_stock','no'), +(17939,1714,'_backorders','no'), +(17940,1714,'_sold_individually','no'), +(17941,1714,'_virtual','no'), +(17942,1714,'_downloadable','no'), +(17943,1714,'_download_limit','-1'), +(17944,1714,'_download_expiry','-1'), +(17945,1714,'_stock',NULL), +(17946,1714,'_stock_status','instock'), +(17947,1714,'_wc_average_rating','0'), +(17948,1714,'_wc_review_count','0'), +(17949,1714,'attribute_pa_size','58'), +(17950,1714,'_product_version','10.6.1'), +(17951,1715,'_variation_description',''), +(17952,1715,'total_sales','0'), +(17953,1715,'_tax_status','taxable'), +(17954,1715,'_tax_class','parent'), +(17955,1715,'_manage_stock','no'), +(17956,1715,'_backorders','no'), +(17957,1715,'_sold_individually','no'), +(17958,1715,'_virtual','no'), +(17959,1715,'_downloadable','no'), +(17960,1715,'_download_limit','-1'), +(17961,1715,'_download_expiry','-1'), +(17962,1715,'_stock',NULL), +(17963,1715,'_stock_status','instock'), +(17964,1715,'_wc_average_rating','0'), +(17965,1715,'_wc_review_count','0'), +(17966,1715,'attribute_pa_size','59'), +(17967,1715,'_product_version','10.6.1'), +(17968,1716,'_variation_description',''), +(17969,1716,'total_sales','0'), +(17970,1716,'_tax_status','taxable'), +(17971,1716,'_tax_class','parent'), +(17972,1716,'_manage_stock','no'), +(17973,1716,'_backorders','no'), +(17974,1716,'_sold_individually','no'), +(17975,1716,'_virtual','no'), +(17976,1716,'_downloadable','no'), +(17977,1716,'_download_limit','-1'), +(17978,1716,'_download_expiry','-1'), +(17979,1716,'_stock',NULL), +(17980,1716,'_stock_status','instock'), +(17981,1716,'_wc_average_rating','0'), +(17982,1716,'_wc_review_count','0'), +(17983,1716,'attribute_pa_size','60'), +(17984,1716,'_product_version','10.6.1'), +(17985,1717,'_variation_description',''), +(17986,1717,'total_sales','0'), +(17987,1717,'_tax_status','taxable'), +(17988,1717,'_tax_class','parent'), +(17989,1717,'_manage_stock','no'), +(17990,1717,'_backorders','no'), +(17991,1717,'_sold_individually','no'), +(17992,1717,'_virtual','no'), +(17993,1717,'_downloadable','no'), +(17994,1717,'_download_limit','-1'), +(17995,1717,'_download_expiry','-1'), +(17996,1717,'_stock',NULL), +(17997,1717,'_stock_status','instock'), +(17998,1717,'_wc_average_rating','0'), +(17999,1717,'_wc_review_count','0'), +(18000,1717,'attribute_pa_size','61'), +(18001,1717,'_product_version','10.6.1'), +(18002,1718,'_variation_description',''), +(18003,1718,'total_sales','0'), +(18004,1718,'_tax_status','taxable'), +(18005,1718,'_tax_class','parent'), +(18006,1718,'_manage_stock','no'), +(18007,1718,'_backorders','no'), +(18008,1718,'_sold_individually','no'), +(18009,1718,'_virtual','no'), +(18010,1718,'_downloadable','no'), +(18011,1718,'_download_limit','-1'), +(18012,1718,'_download_expiry','-1'), +(18013,1718,'_stock',NULL), +(18014,1718,'_stock_status','instock'), +(18015,1718,'_wc_average_rating','0'), +(18016,1718,'_wc_review_count','0'), +(18017,1718,'attribute_pa_size','62'), +(18018,1718,'_product_version','10.6.1'), +(18019,1719,'_variation_description',''), +(18020,1719,'total_sales','0'), +(18021,1719,'_tax_status','taxable'), +(18022,1719,'_tax_class','parent'), +(18023,1719,'_manage_stock','no'), +(18024,1719,'_backorders','no'), +(18025,1719,'_sold_individually','no'), +(18026,1719,'_virtual','no'), +(18027,1719,'_downloadable','no'), +(18028,1719,'_download_limit','-1'), +(18029,1719,'_download_expiry','-1'), +(18030,1719,'_stock',NULL), +(18031,1719,'_stock_status','instock'), +(18032,1719,'_wc_average_rating','0'), +(18033,1719,'_wc_review_count','0'), +(18034,1719,'attribute_pa_size','63'), +(18035,1719,'_product_version','10.6.1'), +(18036,1720,'_variation_description',''), +(18037,1720,'total_sales','0'), +(18038,1720,'_tax_status','taxable'), +(18039,1720,'_tax_class','parent'), +(18040,1720,'_manage_stock','no'), +(18041,1720,'_backorders','no'), +(18042,1720,'_sold_individually','no'), +(18043,1720,'_virtual','no'), +(18044,1720,'_downloadable','no'), +(18045,1720,'_download_limit','-1'), +(18046,1720,'_download_expiry','-1'), +(18047,1720,'_stock',NULL), +(18048,1720,'_stock_status','instock'), +(18049,1720,'_wc_average_rating','0'), +(18050,1720,'_wc_review_count','0'), +(18051,1720,'attribute_pa_size','64'), +(18052,1720,'_product_version','10.6.1'), +(18053,1720,'_regular_price','150'), +(18054,1720,'_thumbnail_id','0'), +(18055,1720,'_price','150'), +(18056,1719,'_regular_price','150'), +(18057,1719,'_thumbnail_id','0'), +(18058,1719,'_price','150'), +(18059,1718,'_regular_price','150'), +(18060,1718,'_thumbnail_id','0'), +(18061,1718,'_price','150'), +(18062,1717,'_regular_price','150'), +(18063,1717,'_thumbnail_id','0'), +(18064,1717,'_price','150'), +(18065,1716,'_regular_price','150'), +(18066,1716,'_thumbnail_id','0'), +(18067,1716,'_price','150'), +(18068,1715,'_regular_price','150'), +(18069,1715,'_thumbnail_id','0'), +(18070,1715,'_price','150'), +(18071,1714,'_regular_price','150'), +(18072,1714,'_thumbnail_id','0'), +(18073,1714,'_price','150'), +(18074,1713,'_regular_price','150'), +(18075,1713,'_thumbnail_id','0'), +(18076,1713,'_price','150'), +(18077,1712,'_regular_price','150'), +(18078,1712,'_thumbnail_id','0'), +(18079,1712,'_price','150'), +(18080,1711,'_regular_price','150'), +(18081,1711,'_thumbnail_id','0'), +(18082,1711,'_price','150'), +(18083,1710,'_regular_price','150'), +(18084,1710,'_thumbnail_id','0'), +(18085,1710,'_price','150'), +(18086,1709,'_regular_price','150'), +(18087,1709,'_thumbnail_id','0'), +(18088,1709,'_price','150'), +(18089,1708,'_regular_price','150'), +(18090,1708,'_thumbnail_id','0'), +(18091,1708,'_price','150'), +(18092,1707,'_regular_price','150'), +(18093,1707,'_thumbnail_id','0'), +(18094,1707,'_price','150'), +(18095,1706,'_regular_price','150'), +(18096,1706,'_thumbnail_id','0'), +(18097,1706,'_price','150'), +(18098,1705,'_regular_price','150'), +(18099,1705,'_thumbnail_id','0'), +(18100,1705,'_price','150'), +(18101,1704,'_regular_price','150'), +(18102,1704,'_thumbnail_id','0'), +(18103,1704,'_price','150'), +(18105,1467,'_price','150'), +(18112,1444,'_price','80'), +(18113,1444,'_price','130'), +(18381,1734,'_variation_description',''), +(18382,1734,'total_sales','0'), +(18383,1734,'_tax_status','taxable'), +(18384,1734,'_tax_class','parent'), +(18385,1734,'_manage_stock','no'), +(18386,1734,'_backorders','no'), +(18387,1734,'_sold_individually','no'), +(18388,1734,'_virtual','no'), +(18389,1734,'_downloadable','no'), +(18390,1734,'_download_limit','-1'), +(18391,1734,'_download_expiry','-1'), +(18392,1734,'_stock',NULL), +(18393,1734,'_stock_status','instock'), +(18394,1734,'_wc_average_rating','0'), +(18395,1734,'_wc_review_count','0'), +(18396,1734,'attribute_pa_size','48'), +(18397,1734,'_product_version','10.6.1'), +(18398,1735,'_variation_description',''), +(18399,1735,'total_sales','0'), +(18400,1735,'_tax_status','taxable'), +(18401,1735,'_tax_class','parent'), +(18402,1735,'_manage_stock','no'), +(18403,1735,'_backorders','no'), +(18404,1735,'_sold_individually','no'), +(18405,1735,'_virtual','no'), +(18406,1735,'_downloadable','no'), +(18407,1735,'_download_limit','-1'), +(18408,1735,'_download_expiry','-1'), +(18409,1735,'_stock',NULL), +(18410,1735,'_stock_status','instock'), +(18411,1735,'_wc_average_rating','0'), +(18412,1735,'_wc_review_count','0'), +(18413,1735,'attribute_pa_size','49'), +(18414,1735,'_product_version','10.6.1'), +(18415,1736,'_variation_description',''), +(18416,1736,'total_sales','0'), +(18417,1736,'_tax_status','taxable'), +(18418,1736,'_tax_class','parent'), +(18419,1736,'_manage_stock','no'), +(18420,1736,'_backorders','no'), +(18421,1736,'_sold_individually','no'), +(18422,1736,'_virtual','no'), +(18423,1736,'_downloadable','no'), +(18424,1736,'_download_limit','-1'), +(18425,1736,'_download_expiry','-1'), +(18426,1736,'_stock',NULL), +(18427,1736,'_stock_status','instock'), +(18428,1736,'_wc_average_rating','0'), +(18429,1736,'_wc_review_count','0'), +(18430,1736,'attribute_pa_size','50'), +(18431,1736,'_product_version','10.6.1'), +(18432,1737,'_variation_description',''), +(18433,1737,'total_sales','0'), +(18434,1737,'_tax_status','taxable'), +(18435,1737,'_tax_class','parent'), +(18436,1737,'_manage_stock','no'), +(18437,1737,'_backorders','no'), +(18438,1737,'_sold_individually','no'), +(18439,1737,'_virtual','no'), +(18440,1737,'_downloadable','no'), +(18441,1737,'_download_limit','-1'), +(18442,1737,'_download_expiry','-1'), +(18443,1737,'_stock',NULL), +(18444,1737,'_stock_status','instock'), +(18445,1737,'_wc_average_rating','0'), +(18446,1737,'_wc_review_count','0'), +(18447,1737,'attribute_pa_size','51'), +(18448,1737,'_product_version','10.6.1'), +(18449,1738,'_variation_description',''), +(18450,1738,'total_sales','0'), +(18451,1738,'_tax_status','taxable'), +(18452,1738,'_tax_class','parent'), +(18453,1738,'_manage_stock','no'), +(18454,1738,'_backorders','no'), +(18455,1738,'_sold_individually','no'), +(18456,1738,'_virtual','no'), +(18457,1738,'_downloadable','no'), +(18458,1738,'_download_limit','-1'), +(18459,1738,'_download_expiry','-1'), +(18460,1738,'_stock',NULL), +(18461,1738,'_stock_status','instock'), +(18462,1738,'_wc_average_rating','0'), +(18463,1738,'_wc_review_count','0'), +(18464,1738,'attribute_pa_size','52'), +(18465,1738,'_product_version','10.6.1'), +(18466,1739,'_variation_description',''), +(18467,1739,'total_sales','0'), +(18468,1739,'_tax_status','taxable'), +(18469,1739,'_tax_class','parent'), +(18470,1739,'_manage_stock','no'), +(18471,1739,'_backorders','no'), +(18472,1739,'_sold_individually','no'), +(18473,1739,'_virtual','no'), +(18474,1739,'_downloadable','no'), +(18475,1739,'_download_limit','-1'), +(18476,1739,'_download_expiry','-1'), +(18477,1739,'_stock',NULL), +(18478,1739,'_stock_status','instock'), +(18479,1739,'_wc_average_rating','0'), +(18480,1739,'_wc_review_count','0'), +(18481,1739,'attribute_pa_size','53'), +(18482,1739,'_product_version','10.6.1'), +(18483,1740,'_variation_description',''), +(18484,1740,'total_sales','0'), +(18485,1740,'_tax_status','taxable'), +(18486,1740,'_tax_class','parent'), +(18487,1740,'_manage_stock','no'), +(18488,1740,'_backorders','no'), +(18489,1740,'_sold_individually','no'), +(18490,1740,'_virtual','no'), +(18491,1740,'_downloadable','no'), +(18492,1740,'_download_limit','-1'), +(18493,1740,'_download_expiry','-1'), +(18494,1740,'_stock',NULL), +(18495,1740,'_stock_status','instock'), +(18496,1740,'_wc_average_rating','0'), +(18497,1740,'_wc_review_count','0'), +(18498,1740,'attribute_pa_size','54'), +(18499,1740,'_product_version','10.6.1'), +(18500,1741,'_variation_description',''), +(18501,1741,'total_sales','0'), +(18502,1741,'_tax_status','taxable'), +(18503,1741,'_tax_class','parent'), +(18504,1741,'_manage_stock','no'), +(18505,1741,'_backorders','no'), +(18506,1741,'_sold_individually','no'), +(18507,1741,'_virtual','no'), +(18508,1741,'_downloadable','no'), +(18509,1741,'_download_limit','-1'), +(18510,1741,'_download_expiry','-1'), +(18511,1741,'_stock',NULL), +(18512,1741,'_stock_status','instock'), +(18513,1741,'_wc_average_rating','0'), +(18514,1741,'_wc_review_count','0'), +(18515,1741,'attribute_pa_size','55'), +(18516,1741,'_product_version','10.6.1'), +(18517,1742,'_variation_description',''), +(18518,1742,'total_sales','0'), +(18519,1742,'_tax_status','taxable'), +(18520,1742,'_tax_class','parent'), +(18521,1742,'_manage_stock','no'), +(18522,1742,'_backorders','no'), +(18523,1742,'_sold_individually','no'), +(18524,1742,'_virtual','no'), +(18525,1742,'_downloadable','no'), +(18526,1742,'_download_limit','-1'), +(18527,1742,'_download_expiry','-1'), +(18528,1742,'_stock',NULL), +(18529,1742,'_stock_status','instock'), +(18530,1742,'_wc_average_rating','0'), +(18531,1742,'_wc_review_count','0'), +(18532,1742,'attribute_pa_size','56'), +(18533,1742,'_product_version','10.6.1'), +(18534,1743,'_variation_description',''), +(18535,1743,'total_sales','0'), +(18536,1743,'_tax_status','taxable'), +(18537,1743,'_tax_class','parent'), +(18538,1743,'_manage_stock','no'), +(18539,1743,'_backorders','no'), +(18540,1743,'_sold_individually','no'), +(18541,1743,'_virtual','no'), +(18542,1743,'_downloadable','no'), +(18543,1743,'_download_limit','-1'), +(18544,1743,'_download_expiry','-1'), +(18545,1743,'_stock',NULL), +(18546,1743,'_stock_status','instock'), +(18547,1743,'_wc_average_rating','0'), +(18548,1743,'_wc_review_count','0'), +(18549,1743,'attribute_pa_size','57'), +(18550,1743,'_product_version','10.6.1'), +(18551,1744,'_variation_description',''), +(18552,1744,'total_sales','0'), +(18553,1744,'_tax_status','taxable'), +(18554,1744,'_tax_class','parent'), +(18555,1744,'_manage_stock','no'), +(18556,1744,'_backorders','no'), +(18557,1744,'_sold_individually','no'), +(18558,1744,'_virtual','no'), +(18559,1744,'_downloadable','no'), +(18560,1744,'_download_limit','-1'), +(18561,1744,'_download_expiry','-1'), +(18562,1744,'_stock',NULL), +(18563,1744,'_stock_status','instock'), +(18564,1744,'_wc_average_rating','0'), +(18565,1744,'_wc_review_count','0'), +(18566,1744,'attribute_pa_size','58'), +(18567,1744,'_product_version','10.6.1'), +(18568,1745,'_variation_description',''), +(18569,1745,'total_sales','0'), +(18570,1745,'_tax_status','taxable'), +(18571,1745,'_tax_class','parent'), +(18572,1745,'_manage_stock','no'), +(18573,1745,'_backorders','no'), +(18574,1745,'_sold_individually','no'), +(18575,1745,'_virtual','no'), +(18576,1745,'_downloadable','no'), +(18577,1745,'_download_limit','-1'), +(18578,1745,'_download_expiry','-1'), +(18579,1745,'_stock',NULL), +(18580,1745,'_stock_status','instock'), +(18581,1745,'_wc_average_rating','0'), +(18582,1745,'_wc_review_count','0'), +(18583,1745,'attribute_pa_size','59'), +(18584,1745,'_product_version','10.6.1'), +(18585,1746,'_variation_description',''), +(18586,1746,'total_sales','0'), +(18587,1746,'_tax_status','taxable'), +(18588,1746,'_tax_class','parent'), +(18589,1746,'_manage_stock','no'), +(18590,1746,'_backorders','no'), +(18591,1746,'_sold_individually','no'), +(18592,1746,'_virtual','no'), +(18593,1746,'_downloadable','no'), +(18594,1746,'_download_limit','-1'), +(18595,1746,'_download_expiry','-1'), +(18596,1746,'_stock',NULL), +(18597,1746,'_stock_status','instock'), +(18598,1746,'_wc_average_rating','0'), +(18599,1746,'_wc_review_count','0'), +(18600,1746,'attribute_pa_size','60'), +(18601,1746,'_product_version','10.6.1'), +(18602,1747,'_variation_description',''), +(18603,1747,'total_sales','0'), +(18604,1747,'_tax_status','taxable'), +(18605,1747,'_tax_class','parent'), +(18606,1747,'_manage_stock','no'), +(18607,1747,'_backorders','no'), +(18608,1747,'_sold_individually','no'), +(18609,1747,'_virtual','no'), +(18610,1747,'_downloadable','no'), +(18611,1747,'_download_limit','-1'), +(18612,1747,'_download_expiry','-1'), +(18613,1747,'_stock',NULL), +(18614,1747,'_stock_status','instock'), +(18615,1747,'_wc_average_rating','0'), +(18616,1747,'_wc_review_count','0'), +(18617,1747,'attribute_pa_size','61'), +(18618,1747,'_product_version','10.6.1'), +(18619,1748,'_variation_description',''), +(18620,1748,'total_sales','0'), +(18621,1748,'_tax_status','taxable'), +(18622,1748,'_tax_class','parent'), +(18623,1748,'_manage_stock','no'), +(18624,1748,'_backorders','no'), +(18625,1748,'_sold_individually','no'), +(18626,1748,'_virtual','no'), +(18627,1748,'_downloadable','no'), +(18628,1748,'_download_limit','-1'), +(18629,1748,'_download_expiry','-1'), +(18630,1748,'_stock',NULL), +(18631,1748,'_stock_status','instock'), +(18632,1748,'_wc_average_rating','0'), +(18633,1748,'_wc_review_count','0'), +(18634,1748,'attribute_pa_size','62'), +(18635,1748,'_product_version','10.6.1'), +(18636,1749,'_variation_description',''), +(18637,1749,'total_sales','0'), +(18638,1749,'_tax_status','taxable'), +(18639,1749,'_tax_class','parent'), +(18640,1749,'_manage_stock','no'), +(18641,1749,'_backorders','no'), +(18642,1749,'_sold_individually','no'), +(18643,1749,'_virtual','no'), +(18644,1749,'_downloadable','no'), +(18645,1749,'_download_limit','-1'), +(18646,1749,'_download_expiry','-1'), +(18647,1749,'_stock',NULL), +(18648,1749,'_stock_status','instock'), +(18649,1749,'_wc_average_rating','0'), +(18650,1749,'_wc_review_count','0'), +(18651,1749,'attribute_pa_size','63'), +(18652,1749,'_product_version','10.6.1'), +(18653,1750,'_variation_description',''), +(18654,1750,'total_sales','0'), +(18655,1750,'_tax_status','taxable'), +(18656,1750,'_tax_class','parent'), +(18657,1750,'_manage_stock','no'), +(18658,1750,'_backorders','no'), +(18659,1750,'_sold_individually','no'), +(18660,1750,'_virtual','no'), +(18661,1750,'_downloadable','no'), +(18662,1750,'_download_limit','-1'), +(18663,1750,'_download_expiry','-1'), +(18664,1750,'_stock',NULL), +(18665,1750,'_stock_status','instock'), +(18666,1750,'_wc_average_rating','0'), +(18667,1750,'_wc_review_count','0'), +(18668,1750,'attribute_pa_size','64'), +(18669,1750,'_product_version','10.6.1'), +(18670,1750,'_regular_price','165'), +(18671,1750,'_thumbnail_id','0'), +(18672,1750,'_price','165'), +(18673,1749,'_regular_price','165'), +(18674,1749,'_thumbnail_id','0'), +(18675,1749,'_price','165'), +(18676,1748,'_regular_price','165'), +(18677,1748,'_thumbnail_id','0'), +(18678,1748,'_price','165'), +(18679,1747,'_regular_price','165'), +(18680,1747,'_thumbnail_id','0'), +(18681,1747,'_price','165'), +(18682,1746,'_regular_price','165'), +(18683,1746,'_thumbnail_id','0'), +(18684,1746,'_price','165'), +(18685,1745,'_regular_price','165'), +(18686,1745,'_thumbnail_id','0'), +(18687,1745,'_price','165'), +(18688,1744,'_regular_price','165'), +(18689,1744,'_thumbnail_id','0'), +(18690,1744,'_price','165'), +(18691,1743,'_regular_price','165'), +(18692,1743,'_thumbnail_id','0'), +(18693,1743,'_price','165'), +(18694,1742,'_regular_price','165'), +(18695,1742,'_thumbnail_id','0'), +(18696,1742,'_price','165'), +(18697,1741,'_regular_price','165'), +(18698,1741,'_thumbnail_id','0'), +(18699,1741,'_price','165'), +(18700,1740,'_regular_price','165'), +(18701,1740,'_thumbnail_id','0'), +(18702,1740,'_price','165'), +(18703,1739,'_regular_price','165'), +(18704,1739,'_thumbnail_id','0'), +(18705,1739,'_price','165'), +(18706,1738,'_regular_price','165'), +(18707,1738,'_thumbnail_id','0'), +(18708,1738,'_price','165'), +(18709,1737,'_regular_price','165'), +(18710,1737,'_thumbnail_id','0'), +(18711,1737,'_price','165'), +(18712,1736,'_regular_price','165'), +(18713,1736,'_thumbnail_id','0'), +(18714,1736,'_price','165'), +(18715,1735,'_regular_price','165'), +(18716,1735,'_thumbnail_id','0'), +(18717,1735,'_price','165'), +(18718,1734,'_regular_price','165'), +(18719,1734,'_thumbnail_id','0'), +(18720,1734,'_price','165'), +(18722,953,'_price','165'), +(18728,1751,'_variation_description',''), +(18729,1751,'total_sales','0'), +(18730,1751,'_tax_status','taxable'), +(18731,1751,'_tax_class','parent'), +(18732,1751,'_manage_stock','no'), +(18733,1751,'_backorders','no'), +(18734,1751,'_sold_individually','no'), +(18735,1751,'_virtual','no'), +(18736,1751,'_downloadable','no'), +(18737,1751,'_download_limit','-1'), +(18738,1751,'_download_expiry','-1'), +(18739,1751,'_stock',NULL), +(18740,1751,'_stock_status','instock'), +(18741,1751,'_wc_average_rating','0'), +(18742,1751,'_wc_review_count','0'), +(18743,1751,'attribute_pa_size','48'), +(18744,1751,'_product_version','10.6.1'), +(18745,1752,'_variation_description',''), +(18746,1752,'total_sales','0'), +(18747,1752,'_tax_status','taxable'), +(18748,1752,'_tax_class','parent'), +(18749,1752,'_manage_stock','no'), +(18750,1752,'_backorders','no'), +(18751,1752,'_sold_individually','no'), +(18752,1752,'_virtual','no'), +(18753,1752,'_downloadable','no'), +(18754,1752,'_download_limit','-1'), +(18755,1752,'_download_expiry','-1'), +(18756,1752,'_stock',NULL), +(18757,1752,'_stock_status','instock'), +(18758,1752,'_wc_average_rating','0'), +(18759,1752,'_wc_review_count','0'), +(18760,1752,'attribute_pa_size','49'), +(18761,1752,'_product_version','10.6.1'), +(18762,1753,'_variation_description',''), +(18763,1753,'total_sales','0'), +(18764,1753,'_tax_status','taxable'), +(18765,1753,'_tax_class','parent'), +(18766,1753,'_manage_stock','no'), +(18767,1753,'_backorders','no'), +(18768,1753,'_sold_individually','no'), +(18769,1753,'_virtual','no'), +(18770,1753,'_downloadable','no'), +(18771,1753,'_download_limit','-1'), +(18772,1753,'_download_expiry','-1'), +(18773,1753,'_stock',NULL), +(18774,1753,'_stock_status','instock'), +(18775,1753,'_wc_average_rating','0'), +(18776,1753,'_wc_review_count','0'), +(18777,1753,'attribute_pa_size','50'), +(18778,1753,'_product_version','10.6.1'), +(18779,1754,'_variation_description',''), +(18780,1754,'total_sales','0'), +(18781,1754,'_tax_status','taxable'), +(18782,1754,'_tax_class','parent'), +(18783,1754,'_manage_stock','no'), +(18784,1754,'_backorders','no'), +(18785,1754,'_sold_individually','no'), +(18786,1754,'_virtual','no'), +(18787,1754,'_downloadable','no'), +(18788,1754,'_download_limit','-1'), +(18789,1754,'_download_expiry','-1'), +(18790,1754,'_stock',NULL), +(18791,1754,'_stock_status','instock'), +(18792,1754,'_wc_average_rating','0'), +(18793,1754,'_wc_review_count','0'), +(18794,1754,'attribute_pa_size','51'), +(18795,1754,'_product_version','10.6.1'), +(18796,1755,'_variation_description',''), +(18797,1755,'total_sales','0'), +(18798,1755,'_tax_status','taxable'), +(18799,1755,'_tax_class','parent'), +(18800,1755,'_manage_stock','no'), +(18801,1755,'_backorders','no'), +(18802,1755,'_sold_individually','no'), +(18803,1755,'_virtual','no'), +(18804,1755,'_downloadable','no'), +(18805,1755,'_download_limit','-1'), +(18806,1755,'_download_expiry','-1'), +(18807,1755,'_stock',NULL), +(18808,1755,'_stock_status','instock'), +(18809,1755,'_wc_average_rating','0'), +(18810,1755,'_wc_review_count','0'), +(18811,1755,'attribute_pa_size','52'), +(18812,1755,'_product_version','10.6.1'), +(18813,1756,'_variation_description',''), +(18814,1756,'total_sales','0'), +(18815,1756,'_tax_status','taxable'), +(18816,1756,'_tax_class','parent'), +(18817,1756,'_manage_stock','no'), +(18818,1756,'_backorders','no'), +(18819,1756,'_sold_individually','no'), +(18820,1756,'_virtual','no'), +(18821,1756,'_downloadable','no'), +(18822,1756,'_download_limit','-1'), +(18823,1756,'_download_expiry','-1'), +(18824,1756,'_stock',NULL), +(18825,1756,'_stock_status','instock'), +(18826,1756,'_wc_average_rating','0'), +(18827,1756,'_wc_review_count','0'), +(18828,1756,'attribute_pa_size','53'), +(18829,1756,'_product_version','10.6.1'), +(18830,1757,'_variation_description',''), +(18831,1757,'total_sales','0'), +(18832,1757,'_tax_status','taxable'), +(18833,1757,'_tax_class','parent'), +(18834,1757,'_manage_stock','no'), +(18835,1757,'_backorders','no'), +(18836,1757,'_sold_individually','no'), +(18837,1757,'_virtual','no'), +(18838,1757,'_downloadable','no'), +(18839,1757,'_download_limit','-1'), +(18840,1757,'_download_expiry','-1'), +(18841,1757,'_stock',NULL), +(18842,1757,'_stock_status','instock'), +(18843,1757,'_wc_average_rating','0'), +(18844,1757,'_wc_review_count','0'), +(18845,1757,'attribute_pa_size','54'), +(18846,1757,'_product_version','10.6.1'), +(18847,1758,'_variation_description',''), +(18848,1758,'total_sales','0'), +(18849,1758,'_tax_status','taxable'), +(18850,1758,'_tax_class','parent'), +(18851,1758,'_manage_stock','no'), +(18852,1758,'_backorders','no'), +(18853,1758,'_sold_individually','no'), +(18854,1758,'_virtual','no'), +(18855,1758,'_downloadable','no'), +(18856,1758,'_download_limit','-1'), +(18857,1758,'_download_expiry','-1'), +(18858,1758,'_stock',NULL), +(18859,1758,'_stock_status','instock'), +(18860,1758,'_wc_average_rating','0'), +(18861,1758,'_wc_review_count','0'), +(18862,1758,'attribute_pa_size','55'), +(18863,1758,'_product_version','10.6.1'), +(18864,1759,'_variation_description',''), +(18865,1759,'total_sales','0'), +(18866,1759,'_tax_status','taxable'), +(18867,1759,'_tax_class','parent'), +(18868,1759,'_manage_stock','no'), +(18869,1759,'_backorders','no'), +(18870,1759,'_sold_individually','no'), +(18871,1759,'_virtual','no'), +(18872,1759,'_downloadable','no'), +(18873,1759,'_download_limit','-1'), +(18874,1759,'_download_expiry','-1'), +(18875,1759,'_stock',NULL), +(18876,1759,'_stock_status','instock'), +(18877,1759,'_wc_average_rating','0'), +(18878,1759,'_wc_review_count','0'), +(18879,1759,'attribute_pa_size','56'), +(18880,1759,'_product_version','10.6.1'), +(18881,1760,'_variation_description',''), +(18882,1760,'total_sales','0'), +(18883,1760,'_tax_status','taxable'), +(18884,1760,'_tax_class','parent'), +(18885,1760,'_manage_stock','no'), +(18886,1760,'_backorders','no'), +(18887,1760,'_sold_individually','no'), +(18888,1760,'_virtual','no'), +(18889,1760,'_downloadable','no'), +(18890,1760,'_download_limit','-1'), +(18891,1760,'_download_expiry','-1'), +(18892,1760,'_stock',NULL), +(18893,1760,'_stock_status','instock'), +(18894,1760,'_wc_average_rating','0'), +(18895,1760,'_wc_review_count','0'), +(18896,1760,'attribute_pa_size','57'), +(18897,1760,'_product_version','10.6.1'), +(18898,1761,'_variation_description',''), +(18899,1761,'total_sales','0'), +(18900,1761,'_tax_status','taxable'), +(18901,1761,'_tax_class','parent'), +(18902,1761,'_manage_stock','no'), +(18903,1761,'_backorders','no'), +(18904,1761,'_sold_individually','no'), +(18905,1761,'_virtual','no'), +(18906,1761,'_downloadable','no'), +(18907,1761,'_download_limit','-1'), +(18908,1761,'_download_expiry','-1'), +(18909,1761,'_stock',NULL), +(18910,1761,'_stock_status','instock'), +(18911,1761,'_wc_average_rating','0'), +(18912,1761,'_wc_review_count','0'), +(18913,1761,'attribute_pa_size','58'), +(18914,1761,'_product_version','10.6.1'), +(18915,1762,'_variation_description',''), +(18916,1762,'total_sales','0'), +(18917,1762,'_tax_status','taxable'), +(18918,1762,'_tax_class','parent'), +(18919,1762,'_manage_stock','no'), +(18920,1762,'_backorders','no'), +(18921,1762,'_sold_individually','no'), +(18922,1762,'_virtual','no'), +(18923,1762,'_downloadable','no'), +(18924,1762,'_download_limit','-1'), +(18925,1762,'_download_expiry','-1'), +(18926,1762,'_stock',NULL), +(18927,1762,'_stock_status','instock'), +(18928,1762,'_wc_average_rating','0'), +(18929,1762,'_wc_review_count','0'), +(18930,1762,'attribute_pa_size','59'), +(18931,1762,'_product_version','10.6.1'), +(18932,1763,'_variation_description',''), +(18933,1763,'total_sales','0'), +(18934,1763,'_tax_status','taxable'), +(18935,1763,'_tax_class','parent'), +(18936,1763,'_manage_stock','no'), +(18937,1763,'_backorders','no'), +(18938,1763,'_sold_individually','no'), +(18939,1763,'_virtual','no'), +(18940,1763,'_downloadable','no'), +(18941,1763,'_download_limit','-1'), +(18942,1763,'_download_expiry','-1'), +(18943,1763,'_stock',NULL), +(18944,1763,'_stock_status','instock'), +(18945,1763,'_wc_average_rating','0'), +(18946,1763,'_wc_review_count','0'), +(18947,1763,'attribute_pa_size','60'), +(18948,1763,'_product_version','10.6.1'), +(18949,1764,'_variation_description',''), +(18950,1764,'total_sales','0'), +(18951,1764,'_tax_status','taxable'), +(18952,1764,'_tax_class','parent'), +(18953,1764,'_manage_stock','no'), +(18954,1764,'_backorders','no'), +(18955,1764,'_sold_individually','no'), +(18956,1764,'_virtual','no'), +(18957,1764,'_downloadable','no'), +(18958,1764,'_download_limit','-1'), +(18959,1764,'_download_expiry','-1'), +(18960,1764,'_stock',NULL), +(18961,1764,'_stock_status','instock'), +(18962,1764,'_wc_average_rating','0'), +(18963,1764,'_wc_review_count','0'), +(18964,1764,'attribute_pa_size','61'), +(18965,1764,'_product_version','10.6.1'), +(18966,1765,'_variation_description',''), +(18967,1765,'total_sales','0'), +(18968,1765,'_tax_status','taxable'), +(18969,1765,'_tax_class','parent'), +(18970,1765,'_manage_stock','no'), +(18971,1765,'_backorders','no'), +(18972,1765,'_sold_individually','no'), +(18973,1765,'_virtual','no'), +(18974,1765,'_downloadable','no'), +(18975,1765,'_download_limit','-1'), +(18976,1765,'_download_expiry','-1'), +(18977,1765,'_stock',NULL), +(18978,1765,'_stock_status','instock'), +(18979,1765,'_wc_average_rating','0'), +(18980,1765,'_wc_review_count','0'), +(18981,1765,'attribute_pa_size','62'), +(18982,1765,'_product_version','10.6.1'), +(18983,1766,'_variation_description',''), +(18984,1766,'total_sales','0'), +(18985,1766,'_tax_status','taxable'), +(18986,1766,'_tax_class','parent'), +(18987,1766,'_manage_stock','no'), +(18988,1766,'_backorders','no'), +(18989,1766,'_sold_individually','no'), +(18990,1766,'_virtual','no'), +(18991,1766,'_downloadable','no'), +(18992,1766,'_download_limit','-1'), +(18993,1766,'_download_expiry','-1'), +(18994,1766,'_stock',NULL), +(18995,1766,'_stock_status','instock'), +(18996,1766,'_wc_average_rating','0'), +(18997,1766,'_wc_review_count','0'), +(18998,1766,'attribute_pa_size','63'), +(18999,1766,'_product_version','10.6.1'), +(19000,1767,'_variation_description',''), +(19001,1767,'total_sales','0'), +(19002,1767,'_tax_status','taxable'), +(19003,1767,'_tax_class','parent'), +(19004,1767,'_manage_stock','no'), +(19005,1767,'_backorders','no'), +(19006,1767,'_sold_individually','no'), +(19007,1767,'_virtual','no'), +(19008,1767,'_downloadable','no'), +(19009,1767,'_download_limit','-1'), +(19010,1767,'_download_expiry','-1'), +(19011,1767,'_stock',NULL), +(19012,1767,'_stock_status','instock'), +(19013,1767,'_wc_average_rating','0'), +(19014,1767,'_wc_review_count','0'), +(19015,1767,'attribute_pa_size','64'), +(19016,1767,'_product_version','10.6.1'), +(19017,1767,'_regular_price','160'), +(19018,1767,'_thumbnail_id','0'), +(19019,1767,'_price','160'), +(19020,1766,'_regular_price','160'), +(19021,1766,'_thumbnail_id','0'), +(19022,1766,'_price','160'), +(19023,1765,'_regular_price','160'), +(19024,1765,'_thumbnail_id','0'), +(19025,1765,'_price','160'), +(19026,1764,'_regular_price','160'), +(19027,1764,'_thumbnail_id','0'), +(19028,1764,'_price','160'), +(19029,1763,'_regular_price','160'), +(19030,1763,'_thumbnail_id','0'), +(19031,1763,'_price','160'), +(19032,1762,'_regular_price','160'), +(19033,1762,'_thumbnail_id','0'), +(19034,1762,'_price','160'), +(19035,1761,'_regular_price','160'), +(19036,1761,'_thumbnail_id','0'), +(19037,1761,'_price','160'), +(19038,1760,'_regular_price','160'), +(19039,1760,'_thumbnail_id','0'), +(19040,1760,'_price','160'), +(19041,1759,'_regular_price','160'), +(19042,1759,'_thumbnail_id','0'), +(19043,1759,'_price','160'), +(19044,1758,'_regular_price','160'), +(19045,1758,'_thumbnail_id','0'), +(19046,1758,'_price','160'), +(19047,1757,'_regular_price','160'), +(19048,1757,'_thumbnail_id','0'), +(19049,1757,'_price','160'), +(19050,1756,'_regular_price','160'), +(19051,1756,'_thumbnail_id','0'), +(19052,1756,'_price','160'), +(19053,1755,'_regular_price','160'), +(19054,1755,'_thumbnail_id','0'), +(19055,1755,'_price','160'), +(19056,1754,'_regular_price','160'), +(19057,1754,'_thumbnail_id','0'), +(19058,1754,'_price','160'), +(19059,1753,'_regular_price','160'), +(19060,1753,'_thumbnail_id','0'), +(19061,1753,'_price','160'), +(19062,1752,'_regular_price','160'), +(19063,1752,'_thumbnail_id','0'), +(19064,1752,'_price','160'), +(19065,1751,'_regular_price','160'), +(19066,1751,'_thumbnail_id','0'), +(19067,1751,'_price','160'), +(19069,941,'_price','160'), +(19080,766,'_price','78'), +(19081,766,'_price','80'), +(19082,766,'_price','120'), +(19088,1770,'_variation_description',''), +(19089,1770,'total_sales','0'), +(19090,1770,'_tax_status','taxable'), +(19091,1770,'_tax_class','parent'), +(19092,1770,'_manage_stock','no'), +(19093,1770,'_backorders','no'), +(19094,1770,'_sold_individually','no'), +(19095,1770,'_virtual','no'), +(19096,1770,'_downloadable','no'), +(19097,1770,'_download_limit','-1'), +(19098,1770,'_download_expiry','-1'), +(19099,1770,'_stock',NULL), +(19100,1770,'_stock_status','instock'), +(19101,1770,'_wc_average_rating','0'), +(19102,1770,'_wc_review_count','0'), +(19103,1770,'attribute_pa_size','48'), +(19104,1770,'_product_version','10.6.1'), +(19105,1771,'_variation_description',''), +(19106,1771,'total_sales','0'), +(19107,1771,'_tax_status','taxable'), +(19108,1771,'_tax_class','parent'), +(19109,1771,'_manage_stock','no'), +(19110,1771,'_backorders','no'), +(19111,1771,'_sold_individually','no'), +(19112,1771,'_virtual','no'), +(19113,1771,'_downloadable','no'), +(19114,1771,'_download_limit','-1'), +(19115,1771,'_download_expiry','-1'), +(19116,1771,'_stock',NULL), +(19117,1771,'_stock_status','instock'), +(19118,1771,'_wc_average_rating','0'), +(19119,1771,'_wc_review_count','0'), +(19120,1771,'attribute_pa_size','49'), +(19121,1771,'_product_version','10.6.1'), +(19122,1772,'_variation_description',''), +(19123,1772,'total_sales','0'), +(19124,1772,'_tax_status','taxable'), +(19125,1772,'_tax_class','parent'), +(19126,1772,'_manage_stock','no'), +(19127,1772,'_backorders','no'), +(19128,1772,'_sold_individually','no'), +(19129,1772,'_virtual','no'), +(19130,1772,'_downloadable','no'), +(19131,1772,'_download_limit','-1'), +(19132,1772,'_download_expiry','-1'), +(19133,1772,'_stock',NULL), +(19134,1772,'_stock_status','instock'), +(19135,1772,'_wc_average_rating','0'), +(19136,1772,'_wc_review_count','0'), +(19137,1772,'attribute_pa_size','50'), +(19138,1772,'_product_version','10.6.1'), +(19139,1773,'_variation_description',''), +(19140,1773,'total_sales','0'), +(19141,1773,'_tax_status','taxable'), +(19142,1773,'_tax_class','parent'), +(19143,1773,'_manage_stock','no'), +(19144,1773,'_backorders','no'), +(19145,1773,'_sold_individually','no'), +(19146,1773,'_virtual','no'), +(19147,1773,'_downloadable','no'), +(19148,1773,'_download_limit','-1'), +(19149,1773,'_download_expiry','-1'), +(19150,1773,'_stock',NULL), +(19151,1773,'_stock_status','instock'), +(19152,1773,'_wc_average_rating','0'), +(19153,1773,'_wc_review_count','0'), +(19154,1773,'attribute_pa_size','51'), +(19155,1773,'_product_version','10.6.1'), +(19156,1774,'_variation_description',''), +(19157,1774,'total_sales','0'), +(19158,1774,'_tax_status','taxable'), +(19159,1774,'_tax_class','parent'), +(19160,1774,'_manage_stock','no'), +(19161,1774,'_backorders','no'), +(19162,1774,'_sold_individually','no'), +(19163,1774,'_virtual','no'), +(19164,1774,'_downloadable','no'), +(19165,1774,'_download_limit','-1'), +(19166,1774,'_download_expiry','-1'), +(19167,1774,'_stock',NULL), +(19168,1774,'_stock_status','instock'), +(19169,1774,'_wc_average_rating','0'), +(19170,1774,'_wc_review_count','0'), +(19171,1774,'attribute_pa_size','52'), +(19172,1774,'_product_version','10.6.1'), +(19173,1775,'_variation_description',''), +(19174,1775,'total_sales','0'), +(19175,1775,'_tax_status','taxable'), +(19176,1775,'_tax_class','parent'), +(19177,1775,'_manage_stock','no'), +(19178,1775,'_backorders','no'), +(19179,1775,'_sold_individually','no'), +(19180,1775,'_virtual','no'), +(19181,1775,'_downloadable','no'), +(19182,1775,'_download_limit','-1'), +(19183,1775,'_download_expiry','-1'), +(19184,1775,'_stock',NULL), +(19185,1775,'_stock_status','instock'), +(19186,1775,'_wc_average_rating','0'), +(19187,1775,'_wc_review_count','0'), +(19188,1775,'attribute_pa_size','53'), +(19189,1775,'_product_version','10.6.1'), +(19190,1776,'_variation_description',''), +(19191,1776,'total_sales','0'), +(19192,1776,'_tax_status','taxable'), +(19193,1776,'_tax_class','parent'), +(19194,1776,'_manage_stock','no'), +(19195,1776,'_backorders','no'), +(19196,1776,'_sold_individually','no'), +(19197,1776,'_virtual','no'), +(19198,1776,'_downloadable','no'), +(19199,1776,'_download_limit','-1'), +(19200,1776,'_download_expiry','-1'), +(19201,1776,'_stock',NULL), +(19202,1776,'_stock_status','instock'), +(19203,1776,'_wc_average_rating','0'), +(19204,1776,'_wc_review_count','0'), +(19205,1776,'attribute_pa_size','54'), +(19206,1776,'_product_version','10.6.1'), +(19207,1777,'_variation_description',''), +(19208,1777,'total_sales','0'), +(19209,1777,'_tax_status','taxable'), +(19210,1777,'_tax_class','parent'), +(19211,1777,'_manage_stock','no'), +(19212,1777,'_backorders','no'), +(19213,1777,'_sold_individually','no'), +(19214,1777,'_virtual','no'), +(19215,1777,'_downloadable','no'), +(19216,1777,'_download_limit','-1'), +(19217,1777,'_download_expiry','-1'), +(19218,1777,'_stock',NULL), +(19219,1777,'_stock_status','instock'), +(19220,1777,'_wc_average_rating','0'), +(19221,1777,'_wc_review_count','0'), +(19222,1777,'attribute_pa_size','55'), +(19223,1777,'_product_version','10.6.1'), +(19224,1778,'_variation_description',''), +(19225,1778,'total_sales','0'), +(19226,1778,'_tax_status','taxable'), +(19227,1778,'_tax_class','parent'), +(19228,1778,'_manage_stock','no'), +(19229,1778,'_backorders','no'), +(19230,1778,'_sold_individually','no'), +(19231,1778,'_virtual','no'), +(19232,1778,'_downloadable','no'), +(19233,1778,'_download_limit','-1'), +(19234,1778,'_download_expiry','-1'), +(19235,1778,'_stock',NULL), +(19236,1778,'_stock_status','instock'), +(19237,1778,'_wc_average_rating','0'), +(19238,1778,'_wc_review_count','0'), +(19239,1778,'attribute_pa_size','56'), +(19240,1778,'_product_version','10.6.1'), +(19241,1779,'_variation_description',''), +(19242,1779,'total_sales','0'), +(19243,1779,'_tax_status','taxable'), +(19244,1779,'_tax_class','parent'), +(19245,1779,'_manage_stock','no'), +(19246,1779,'_backorders','no'), +(19247,1779,'_sold_individually','no'), +(19248,1779,'_virtual','no'), +(19249,1779,'_downloadable','no'), +(19250,1779,'_download_limit','-1'), +(19251,1779,'_download_expiry','-1'), +(19252,1779,'_stock',NULL), +(19253,1779,'_stock_status','instock'), +(19254,1779,'_wc_average_rating','0'), +(19255,1779,'_wc_review_count','0'), +(19256,1779,'attribute_pa_size','57'), +(19257,1779,'_product_version','10.6.1'), +(19258,1780,'_variation_description',''), +(19259,1780,'total_sales','0'), +(19260,1780,'_tax_status','taxable'), +(19261,1780,'_tax_class','parent'), +(19262,1780,'_manage_stock','no'), +(19263,1780,'_backorders','no'), +(19264,1780,'_sold_individually','no'), +(19265,1780,'_virtual','no'), +(19266,1780,'_downloadable','no'), +(19267,1780,'_download_limit','-1'), +(19268,1780,'_download_expiry','-1'), +(19269,1780,'_stock',NULL), +(19270,1780,'_stock_status','instock'), +(19271,1780,'_wc_average_rating','0'), +(19272,1780,'_wc_review_count','0'), +(19273,1780,'attribute_pa_size','58'), +(19274,1780,'_product_version','10.6.1'), +(19275,1781,'_variation_description',''), +(19276,1781,'total_sales','0'), +(19277,1781,'_tax_status','taxable'), +(19278,1781,'_tax_class','parent'), +(19279,1781,'_manage_stock','no'), +(19280,1781,'_backorders','no'), +(19281,1781,'_sold_individually','no'), +(19282,1781,'_virtual','no'), +(19283,1781,'_downloadable','no'), +(19284,1781,'_download_limit','-1'), +(19285,1781,'_download_expiry','-1'), +(19286,1781,'_stock',NULL), +(19287,1781,'_stock_status','instock'), +(19288,1781,'_wc_average_rating','0'), +(19289,1781,'_wc_review_count','0'), +(19290,1781,'attribute_pa_size','59'), +(19291,1781,'_product_version','10.6.1'), +(19292,1782,'_variation_description',''), +(19293,1782,'total_sales','0'), +(19294,1782,'_tax_status','taxable'), +(19295,1782,'_tax_class','parent'), +(19296,1782,'_manage_stock','no'), +(19297,1782,'_backorders','no'), +(19298,1782,'_sold_individually','no'), +(19299,1782,'_virtual','no'), +(19300,1782,'_downloadable','no'), +(19301,1782,'_download_limit','-1'), +(19302,1782,'_download_expiry','-1'), +(19303,1782,'_stock',NULL), +(19304,1782,'_stock_status','instock'), +(19305,1782,'_wc_average_rating','0'), +(19306,1782,'_wc_review_count','0'), +(19307,1782,'attribute_pa_size','60'), +(19308,1782,'_product_version','10.6.1'), +(19309,1783,'_variation_description',''), +(19310,1783,'total_sales','0'), +(19311,1783,'_tax_status','taxable'), +(19312,1783,'_tax_class','parent'), +(19313,1783,'_manage_stock','no'), +(19314,1783,'_backorders','no'), +(19315,1783,'_sold_individually','no'), +(19316,1783,'_virtual','no'), +(19317,1783,'_downloadable','no'), +(19318,1783,'_download_limit','-1'), +(19319,1783,'_download_expiry','-1'), +(19320,1783,'_stock',NULL), +(19321,1783,'_stock_status','instock'), +(19322,1783,'_wc_average_rating','0'), +(19323,1783,'_wc_review_count','0'), +(19324,1783,'attribute_pa_size','61'), +(19325,1783,'_product_version','10.6.1'), +(19326,1784,'_variation_description',''), +(19327,1784,'total_sales','0'), +(19328,1784,'_tax_status','taxable'), +(19329,1784,'_tax_class','parent'), +(19330,1784,'_manage_stock','no'), +(19331,1784,'_backorders','no'), +(19332,1784,'_sold_individually','no'), +(19333,1784,'_virtual','no'), +(19334,1784,'_downloadable','no'), +(19335,1784,'_download_limit','-1'), +(19336,1784,'_download_expiry','-1'), +(19337,1784,'_stock',NULL), +(19338,1784,'_stock_status','instock'), +(19339,1784,'_wc_average_rating','0'), +(19340,1784,'_wc_review_count','0'), +(19341,1784,'attribute_pa_size','62'), +(19342,1784,'_product_version','10.6.1'), +(19343,1785,'_variation_description',''), +(19344,1785,'total_sales','0'), +(19345,1785,'_tax_status','taxable'), +(19346,1785,'_tax_class','parent'), +(19347,1785,'_manage_stock','no'), +(19348,1785,'_backorders','no'), +(19349,1785,'_sold_individually','no'), +(19350,1785,'_virtual','no'), +(19351,1785,'_downloadable','no'), +(19352,1785,'_download_limit','-1'), +(19353,1785,'_download_expiry','-1'), +(19354,1785,'_stock',NULL), +(19355,1785,'_stock_status','instock'), +(19356,1785,'_wc_average_rating','0'), +(19357,1785,'_wc_review_count','0'), +(19358,1785,'attribute_pa_size','63'), +(19359,1785,'_product_version','10.6.1'), +(19360,1786,'_variation_description',''), +(19361,1786,'total_sales','0'), +(19362,1786,'_tax_status','taxable'), +(19363,1786,'_tax_class','parent'), +(19364,1786,'_manage_stock','no'), +(19365,1786,'_backorders','no'), +(19366,1786,'_sold_individually','no'), +(19367,1786,'_virtual','no'), +(19368,1786,'_downloadable','no'), +(19369,1786,'_download_limit','-1'), +(19370,1786,'_download_expiry','-1'), +(19371,1786,'_stock',NULL), +(19372,1786,'_stock_status','instock'), +(19373,1786,'_wc_average_rating','0'), +(19374,1786,'_wc_review_count','0'), +(19375,1786,'attribute_pa_size','64'), +(19376,1786,'_product_version','10.6.1'), +(19377,1786,'_regular_price','120'), +(19378,1786,'_thumbnail_id','0'), +(19379,1786,'_price','120'), +(19380,1785,'_regular_price','120'), +(19381,1785,'_thumbnail_id','0'), +(19382,1785,'_price','120'), +(19383,1784,'_regular_price','120'), +(19384,1784,'_thumbnail_id','0'), +(19385,1784,'_price','120'), +(19386,1783,'_regular_price','120'), +(19387,1783,'_thumbnail_id','0'), +(19388,1783,'_price','120'), +(19389,1782,'_regular_price','120'), +(19390,1782,'_thumbnail_id','0'), +(19391,1782,'_price','120'), +(19392,1781,'_regular_price','120'), +(19393,1781,'_thumbnail_id','0'), +(19394,1781,'_price','120'), +(19395,1780,'_regular_price','120'), +(19396,1780,'_thumbnail_id','0'), +(19397,1780,'_price','120'), +(19398,1779,'_regular_price','120'), +(19399,1779,'_thumbnail_id','0'), +(19400,1779,'_price','120'), +(19401,1778,'_regular_price','120'), +(19402,1778,'_thumbnail_id','0'), +(19403,1778,'_price','120'), +(19404,1777,'_regular_price','120'), +(19405,1777,'_thumbnail_id','0'), +(19406,1777,'_price','120'), +(19407,1776,'_regular_price','120'), +(19408,1776,'_thumbnail_id','0'), +(19409,1776,'_price','120'), +(19410,1775,'_regular_price','120'), +(19411,1775,'_thumbnail_id','0'), +(19412,1775,'_price','120'), +(19413,1774,'_regular_price','120'), +(19414,1774,'_thumbnail_id','0'), +(19415,1774,'_price','120'), +(19416,1773,'_regular_price','120'), +(19417,1773,'_thumbnail_id','0'), +(19418,1773,'_price','120'), +(19419,1772,'_regular_price','120'), +(19420,1772,'_thumbnail_id','0'), +(19421,1772,'_price','120'), +(19422,1771,'_regular_price','120'), +(19423,1771,'_thumbnail_id','0'), +(19424,1771,'_price','120'), +(19425,1770,'_regular_price','120'), +(19426,1770,'_thumbnail_id','0'), +(19427,1770,'_price','120'), +(19429,102,'_price','120'), +(19438,1788,'_variation_description',''), +(19439,1788,'total_sales','0'), +(19440,1788,'_tax_status','taxable'), +(19441,1788,'_tax_class','parent'), +(19442,1788,'_manage_stock','no'), +(19443,1788,'_backorders','no'), +(19444,1788,'_sold_individually','no'), +(19445,1788,'_virtual','no'), +(19446,1788,'_downloadable','no'), +(19447,1788,'_download_limit','-1'), +(19448,1788,'_download_expiry','-1'), +(19449,1788,'_stock',NULL), +(19450,1788,'_stock_status','instock'), +(19451,1788,'_wc_average_rating','0'), +(19452,1788,'_wc_review_count','0'), +(19453,1788,'attribute_pa_size','48'), +(19454,1788,'_product_version','10.6.1'), +(19455,1789,'_variation_description',''), +(19456,1789,'total_sales','0'), +(19457,1789,'_tax_status','taxable'), +(19458,1789,'_tax_class','parent'), +(19459,1789,'_manage_stock','no'), +(19460,1789,'_backorders','no'), +(19461,1789,'_sold_individually','no'), +(19462,1789,'_virtual','no'), +(19463,1789,'_downloadable','no'), +(19464,1789,'_download_limit','-1'), +(19465,1789,'_download_expiry','-1'), +(19466,1789,'_stock',NULL), +(19467,1789,'_stock_status','instock'), +(19468,1789,'_wc_average_rating','0'), +(19469,1789,'_wc_review_count','0'), +(19470,1789,'attribute_pa_size','49'), +(19471,1789,'_product_version','10.6.1'), +(19472,1790,'_variation_description',''), +(19473,1790,'total_sales','0'), +(19474,1790,'_tax_status','taxable'), +(19475,1790,'_tax_class','parent'), +(19476,1790,'_manage_stock','no'), +(19477,1790,'_backorders','no'), +(19478,1790,'_sold_individually','no'), +(19479,1790,'_virtual','no'), +(19480,1790,'_downloadable','no'), +(19481,1790,'_download_limit','-1'), +(19482,1790,'_download_expiry','-1'), +(19483,1790,'_stock',NULL), +(19484,1790,'_stock_status','instock'), +(19485,1790,'_wc_average_rating','0'), +(19486,1790,'_wc_review_count','0'), +(19487,1790,'attribute_pa_size','50'), +(19488,1790,'_product_version','10.6.1'), +(19489,1791,'_variation_description',''), +(19490,1791,'total_sales','0'), +(19491,1791,'_tax_status','taxable'), +(19492,1791,'_tax_class','parent'), +(19493,1791,'_manage_stock','no'), +(19494,1791,'_backorders','no'), +(19495,1791,'_sold_individually','no'), +(19496,1791,'_virtual','no'), +(19497,1791,'_downloadable','no'), +(19498,1791,'_download_limit','-1'), +(19499,1791,'_download_expiry','-1'), +(19500,1791,'_stock',NULL), +(19501,1791,'_stock_status','instock'), +(19502,1791,'_wc_average_rating','0'), +(19503,1791,'_wc_review_count','0'), +(19504,1791,'attribute_pa_size','51'), +(19505,1791,'_product_version','10.6.1'), +(19506,1792,'_variation_description',''), +(19507,1792,'total_sales','0'), +(19508,1792,'_tax_status','taxable'), +(19509,1792,'_tax_class','parent'), +(19510,1792,'_manage_stock','no'), +(19511,1792,'_backorders','no'), +(19512,1792,'_sold_individually','no'), +(19513,1792,'_virtual','no'), +(19514,1792,'_downloadable','no'), +(19515,1792,'_download_limit','-1'), +(19516,1792,'_download_expiry','-1'), +(19517,1792,'_stock',NULL), +(19518,1792,'_stock_status','instock'), +(19519,1792,'_wc_average_rating','0'), +(19520,1792,'_wc_review_count','0'), +(19521,1792,'attribute_pa_size','52'), +(19522,1792,'_product_version','10.6.1'), +(19523,1793,'_variation_description',''), +(19524,1793,'total_sales','0'), +(19525,1793,'_tax_status','taxable'), +(19526,1793,'_tax_class','parent'), +(19527,1793,'_manage_stock','no'), +(19528,1793,'_backorders','no'), +(19529,1793,'_sold_individually','no'), +(19530,1793,'_virtual','no'), +(19531,1793,'_downloadable','no'), +(19532,1793,'_download_limit','-1'), +(19533,1793,'_download_expiry','-1'), +(19534,1793,'_stock',NULL), +(19535,1793,'_stock_status','instock'), +(19536,1793,'_wc_average_rating','0'), +(19537,1793,'_wc_review_count','0'), +(19538,1793,'attribute_pa_size','53'), +(19539,1793,'_product_version','10.6.1'), +(19540,1794,'_variation_description',''), +(19541,1794,'total_sales','0'), +(19542,1794,'_tax_status','taxable'), +(19543,1794,'_tax_class','parent'), +(19544,1794,'_manage_stock','no'), +(19545,1794,'_backorders','no'), +(19546,1794,'_sold_individually','no'), +(19547,1794,'_virtual','no'), +(19548,1794,'_downloadable','no'), +(19549,1794,'_download_limit','-1'), +(19550,1794,'_download_expiry','-1'), +(19551,1794,'_stock',NULL), +(19552,1794,'_stock_status','instock'), +(19553,1794,'_wc_average_rating','0'), +(19554,1794,'_wc_review_count','0'), +(19555,1794,'attribute_pa_size','54'), +(19556,1794,'_product_version','10.6.1'), +(19557,1795,'_variation_description',''), +(19558,1795,'total_sales','0'), +(19559,1795,'_tax_status','taxable'), +(19560,1795,'_tax_class','parent'), +(19561,1795,'_manage_stock','no'), +(19562,1795,'_backorders','no'), +(19563,1795,'_sold_individually','no'), +(19564,1795,'_virtual','no'), +(19565,1795,'_downloadable','no'), +(19566,1795,'_download_limit','-1'), +(19567,1795,'_download_expiry','-1'), +(19568,1795,'_stock',NULL), +(19569,1795,'_stock_status','instock'), +(19570,1795,'_wc_average_rating','0'), +(19571,1795,'_wc_review_count','0'), +(19572,1795,'attribute_pa_size','55'), +(19573,1795,'_product_version','10.6.1'), +(19574,1796,'_variation_description',''), +(19575,1796,'total_sales','0'), +(19576,1796,'_tax_status','taxable'), +(19577,1796,'_tax_class','parent'), +(19578,1796,'_manage_stock','no'), +(19579,1796,'_backorders','no'), +(19580,1796,'_sold_individually','no'), +(19581,1796,'_virtual','no'), +(19582,1796,'_downloadable','no'), +(19583,1796,'_download_limit','-1'), +(19584,1796,'_download_expiry','-1'), +(19585,1796,'_stock',NULL), +(19586,1796,'_stock_status','instock'), +(19587,1796,'_wc_average_rating','0'), +(19588,1796,'_wc_review_count','0'), +(19589,1796,'attribute_pa_size','56'), +(19590,1796,'_product_version','10.6.1'), +(19591,1797,'_variation_description',''), +(19592,1797,'total_sales','0'), +(19593,1797,'_tax_status','taxable'), +(19594,1797,'_tax_class','parent'), +(19595,1797,'_manage_stock','no'), +(19596,1797,'_backorders','no'), +(19597,1797,'_sold_individually','no'), +(19598,1797,'_virtual','no'), +(19599,1797,'_downloadable','no'), +(19600,1797,'_download_limit','-1'), +(19601,1797,'_download_expiry','-1'), +(19602,1797,'_stock',NULL), +(19603,1797,'_stock_status','instock'), +(19604,1797,'_wc_average_rating','0'), +(19605,1797,'_wc_review_count','0'), +(19606,1797,'attribute_pa_size','57'), +(19607,1797,'_product_version','10.6.1'), +(19608,1798,'_variation_description',''), +(19609,1798,'total_sales','0'), +(19610,1798,'_tax_status','taxable'), +(19611,1798,'_tax_class','parent'), +(19612,1798,'_manage_stock','no'), +(19613,1798,'_backorders','no'), +(19614,1798,'_sold_individually','no'), +(19615,1798,'_virtual','no'), +(19616,1798,'_downloadable','no'), +(19617,1798,'_download_limit','-1'), +(19618,1798,'_download_expiry','-1'), +(19619,1798,'_stock',NULL), +(19620,1798,'_stock_status','instock'), +(19621,1798,'_wc_average_rating','0'), +(19622,1798,'_wc_review_count','0'), +(19623,1798,'attribute_pa_size','58'), +(19624,1798,'_product_version','10.6.1'), +(19625,1799,'_variation_description',''), +(19626,1799,'total_sales','0'), +(19627,1799,'_tax_status','taxable'), +(19628,1799,'_tax_class','parent'), +(19629,1799,'_manage_stock','no'), +(19630,1799,'_backorders','no'), +(19631,1799,'_sold_individually','no'), +(19632,1799,'_virtual','no'), +(19633,1799,'_downloadable','no'), +(19634,1799,'_download_limit','-1'), +(19635,1799,'_download_expiry','-1'), +(19636,1799,'_stock',NULL), +(19637,1799,'_stock_status','instock'), +(19638,1799,'_wc_average_rating','0'), +(19639,1799,'_wc_review_count','0'), +(19640,1799,'attribute_pa_size','59'), +(19641,1799,'_product_version','10.6.1'), +(19642,1800,'_variation_description',''), +(19643,1800,'total_sales','0'), +(19644,1800,'_tax_status','taxable'), +(19645,1800,'_tax_class','parent'), +(19646,1800,'_manage_stock','no'), +(19647,1800,'_backorders','no'), +(19648,1800,'_sold_individually','no'), +(19649,1800,'_virtual','no'), +(19650,1800,'_downloadable','no'), +(19651,1800,'_download_limit','-1'), +(19652,1800,'_download_expiry','-1'), +(19653,1800,'_stock',NULL), +(19654,1800,'_stock_status','instock'), +(19655,1800,'_wc_average_rating','0'), +(19656,1800,'_wc_review_count','0'), +(19657,1800,'attribute_pa_size','60'), +(19658,1800,'_product_version','10.6.1'), +(19659,1801,'_variation_description',''), +(19660,1801,'total_sales','0'), +(19661,1801,'_tax_status','taxable'), +(19662,1801,'_tax_class','parent'), +(19663,1801,'_manage_stock','no'), +(19664,1801,'_backorders','no'), +(19665,1801,'_sold_individually','no'), +(19666,1801,'_virtual','no'), +(19667,1801,'_downloadable','no'), +(19668,1801,'_download_limit','-1'), +(19669,1801,'_download_expiry','-1'), +(19670,1801,'_stock',NULL), +(19671,1801,'_stock_status','instock'), +(19672,1801,'_wc_average_rating','0'), +(19673,1801,'_wc_review_count','0'), +(19674,1801,'attribute_pa_size','61'), +(19675,1801,'_product_version','10.6.1'), +(19676,1802,'_variation_description',''), +(19677,1802,'total_sales','0'), +(19678,1802,'_tax_status','taxable'), +(19679,1802,'_tax_class','parent'), +(19680,1802,'_manage_stock','no'), +(19681,1802,'_backorders','no'), +(19682,1802,'_sold_individually','no'), +(19683,1802,'_virtual','no'), +(19684,1802,'_downloadable','no'), +(19685,1802,'_download_limit','-1'), +(19686,1802,'_download_expiry','-1'), +(19687,1802,'_stock',NULL), +(19688,1802,'_stock_status','instock'), +(19689,1802,'_wc_average_rating','0'), +(19690,1802,'_wc_review_count','0'), +(19691,1802,'attribute_pa_size','62'), +(19692,1802,'_product_version','10.6.1'), +(19693,1803,'_variation_description',''), +(19694,1803,'total_sales','0'), +(19695,1803,'_tax_status','taxable'), +(19696,1803,'_tax_class','parent'), +(19697,1803,'_manage_stock','no'), +(19698,1803,'_backorders','no'), +(19699,1803,'_sold_individually','no'), +(19700,1803,'_virtual','no'), +(19701,1803,'_downloadable','no'), +(19702,1803,'_download_limit','-1'), +(19703,1803,'_download_expiry','-1'), +(19704,1803,'_stock',NULL), +(19705,1803,'_stock_status','instock'), +(19706,1803,'_wc_average_rating','0'), +(19707,1803,'_wc_review_count','0'), +(19708,1803,'attribute_pa_size','63'), +(19709,1803,'_product_version','10.6.1'), +(19710,1804,'_variation_description',''), +(19711,1804,'total_sales','0'), +(19712,1804,'_tax_status','taxable'), +(19713,1804,'_tax_class','parent'), +(19714,1804,'_manage_stock','no'), +(19715,1804,'_backorders','no'), +(19716,1804,'_sold_individually','no'), +(19717,1804,'_virtual','no'), +(19718,1804,'_downloadable','no'), +(19719,1804,'_download_limit','-1'), +(19720,1804,'_download_expiry','-1'), +(19721,1804,'_stock',NULL), +(19722,1804,'_stock_status','instock'), +(19723,1804,'_wc_average_rating','0'), +(19724,1804,'_wc_review_count','0'), +(19725,1804,'attribute_pa_size','64'), +(19726,1804,'_product_version','10.6.1'), +(19727,1804,'_regular_price','125'), +(19728,1804,'_thumbnail_id','0'), +(19729,1804,'_price','125'), +(19730,1803,'_regular_price','125'), +(19731,1803,'_thumbnail_id','0'), +(19732,1803,'_price','125'), +(19733,1802,'_regular_price','125'), +(19734,1802,'_thumbnail_id','0'), +(19735,1802,'_price','125'), +(19736,1801,'_regular_price','125'), +(19737,1801,'_thumbnail_id','0'), +(19738,1801,'_price','125'), +(19739,1800,'_regular_price','125'), +(19740,1800,'_thumbnail_id','0'), +(19741,1800,'_price','125'), +(19742,1799,'_regular_price','125'), +(19743,1799,'_thumbnail_id','0'), +(19744,1799,'_price','125'), +(19745,1798,'_regular_price','125'), +(19746,1798,'_thumbnail_id','0'), +(19747,1798,'_price','125'), +(19748,1797,'_regular_price','125'), +(19749,1797,'_thumbnail_id','0'), +(19750,1797,'_price','125'), +(19751,1796,'_regular_price','125'), +(19752,1796,'_thumbnail_id','0'), +(19753,1796,'_price','125'), +(19754,1795,'_regular_price','125'), +(19755,1795,'_thumbnail_id','0'), +(19756,1795,'_price','125'), +(19757,1794,'_regular_price','125'), +(19758,1794,'_thumbnail_id','0'), +(19759,1794,'_price','125'), +(19760,1793,'_regular_price','125'), +(19761,1793,'_thumbnail_id','0'), +(19762,1793,'_price','125'), +(19763,1792,'_regular_price','125'), +(19764,1792,'_thumbnail_id','0'), +(19765,1792,'_price','125'), +(19766,1791,'_regular_price','125'), +(19767,1791,'_thumbnail_id','0'), +(19768,1791,'_price','125'), +(19769,1790,'_regular_price','125'), +(19770,1790,'_thumbnail_id','0'), +(19771,1790,'_price','125'), +(19772,1789,'_regular_price','125'), +(19773,1789,'_thumbnail_id','0'), +(19774,1789,'_price','125'), +(19775,1788,'_regular_price','125'), +(19776,1788,'_thumbnail_id','0'), +(19777,1788,'_price','125'), +(19794,202,'_price','105'), +(19795,202,'_price','170'), +(19810,306,'_price','65'), +(19811,306,'_price','68'), +(19812,306,'_price','80'), +(19817,312,'_price','68'), +(19818,312,'_price','70'), +(19819,312,'_price','85'), +(19824,393,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(19903,1516,'_photos_colonne_gauche|||0|value','1517'), +(19904,1516,'_photos_colonne_droite|||0|value','1518'), +(19905,1516,'_photos_colonne_droite|||1|value','1519'), +(19906,1516,'_haiku_details_produit',''), +(19916,1516,'_wp_trash_meta_status','publish'), +(19917,1516,'_wp_trash_meta_time','1777098268'), +(19918,1516,'_wp_desired_post_slug','piasu-ear-cuff-gold-plated'), +(19919,1406,'_wp_trash_meta_status','draft'), +(19920,1406,'_wp_trash_meta_time','1777098315'), +(19921,1406,'_wp_desired_post_slug','uteki-hoops-silver'), +(19922,1401,'_wp_trash_meta_status','draft'), +(19923,1401,'_wp_trash_meta_time','1777098346'), +(19924,1401,'_wp_desired_post_slug','uteki-hoops-gold-plated'), +(19936,982,'_wp_trash_meta_status','publish'), +(19937,982,'_wp_trash_meta_time','1777098703'), +(19938,982,'_wp_desired_post_slug','uteki-necklace-silver'), +(19949,555,'_wp_trash_meta_status','publish'), +(19950,555,'_wp_trash_meta_time','1777098813'), +(19951,555,'_wp_desired_post_slug','kara-hoops-gold-plated-pair-2'), +(19952,556,'_wp_trash_meta_status','publish'), +(19953,556,'_wp_trash_meta_time','1777098813'), +(19954,556,'_wp_desired_post_slug','kara-hoops-gold-plated-one-earring-2'), +(19955,554,'_wp_trash_meta_status','publish'), +(19956,554,'_wp_trash_meta_time','1777098813'), +(19957,554,'_wp_desired_post_slug','kara-hoops-silver'), +(19958,552,'_wp_trash_meta_status','publish'), +(19959,552,'_wp_trash_meta_time','1777098820'), +(19960,552,'_wp_desired_post_slug','kara-hoops-gold-plated-one-earring'), +(19961,553,'_wp_trash_meta_status','publish'), +(19962,553,'_wp_trash_meta_time','1777098820'), +(19963,553,'_wp_desired_post_slug','kara-hoops-gold-plated-pair'), +(19964,545,'_wp_trash_meta_status','publish'), +(19965,545,'_wp_trash_meta_time','1777098820'), +(19966,545,'_wp_desired_post_slug','kara-hoops-gold-plated'), +(19967,496,'_wp_trash_meta_status','publish'), +(19968,496,'_wp_trash_meta_time','1777098828'), +(19969,496,'_wp_desired_post_slug','mugu-hoop'), +(19970,447,'_wp_trash_meta_status','publish'), +(19971,447,'_wp_trash_meta_time','1777098850'), +(19972,447,'_wp_desired_post_slug','kara-ear-cuff-gold-plated'), +(19973,435,'_wp_trash_meta_status','publish'), +(19974,435,'_wp_trash_meta_time','1777098860'), +(19975,435,'_wp_desired_post_slug','kara-earcuff-silver'), +(19984,490,'_price','48'), +(19985,490,'_price','65'), +(20007,645,'_wp_trash_meta_status','publish'), +(20008,645,'_wp_trash_meta_time','1777099190'), +(20009,645,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated-left-side'), +(20010,646,'_wp_trash_meta_status','publish'), +(20011,646,'_wp_trash_meta_time','1777099190'), +(20012,646,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated-pair'), +(20013,647,'_wp_trash_meta_status','publish'), +(20014,647,'_wp_trash_meta_time','1777099190'), +(20015,647,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated-right-side'), +(20016,288,'_wp_trash_meta_status','draft'), +(20017,288,'_wp_trash_meta_time','1777099190'), +(20018,288,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated'), +(20019,641,'_wp_trash_meta_status','publish'), +(20020,641,'_wp_trash_meta_time','1777099199'), +(20021,641,'_wp_desired_post_slug','hattari-stacked-hoops-silver-left-side'), +(20022,642,'_wp_trash_meta_status','publish'), +(20023,642,'_wp_trash_meta_time','1777099199'), +(20024,642,'_wp_desired_post_slug','hattari-stacked-hoops-silver-pair'), +(20025,643,'_wp_trash_meta_status','publish'), +(20026,643,'_wp_trash_meta_time','1777099199'), +(20027,643,'_wp_desired_post_slug','hattari-stacked-hoops-silver-right-side'), +(20028,285,'_wp_trash_meta_status','draft'), +(20029,285,'_wp_trash_meta_time','1777099199'), +(20030,285,'_wp_desired_post_slug','hattari-stacked-hoops-silver'), +(20050,569,'_wp_trash_meta_status','publish'), +(20051,569,'_wp_trash_meta_time','1777099332'), +(20052,569,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated-one-element-side'), +(20053,570,'_wp_trash_meta_status','publish'), +(20054,570,'_wp_trash_meta_time','1777099332'), +(20055,570,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated-pair'), +(20056,571,'_wp_trash_meta_status','publish'), +(20057,571,'_wp_trash_meta_time','1777099332'), +(20058,571,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated-two-elements-side'), +(20059,213,'_wp_trash_meta_status','draft'), +(20060,213,'_wp_trash_meta_time','1777099332'), +(20061,213,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated'), +(20067,565,'_wp_trash_meta_status','publish'), +(20068,565,'_wp_trash_meta_time','1777099356'), +(20069,565,'_wp_desired_post_slug','boroboro-long-earrings-silver-one-element-side'), +(20070,566,'_wp_trash_meta_status','publish'), +(20071,566,'_wp_trash_meta_time','1777099356'), +(20072,566,'_wp_desired_post_slug','boroboro-long-earrings-silver-pair'), +(20073,567,'_wp_trash_meta_status','publish'), +(20074,567,'_wp_trash_meta_time','1777099356'), +(20075,567,'_wp_desired_post_slug','boroboro-long-earrings-silver-two-elements-side'), +(20076,183,'_wp_trash_meta_status','draft'), +(20077,183,'_wp_trash_meta_time','1777099356'), +(20078,183,'_wp_desired_post_slug','boroboro-long-earrings-silver'), +(20098,113,'_price','125'), +(20099,1809,'_sku','IKKAN-BR-3'), +(20100,1809,'total_sales','0'), +(20101,1809,'_tax_status','taxable'), +(20102,1809,'_tax_class',''), +(20103,1809,'_manage_stock','yes'), +(20104,1809,'_backorders','notify'), +(20105,1809,'_sold_individually','no'), +(20106,1809,'_virtual','no'), +(20107,1809,'_downloadable','no'), +(20108,1809,'_download_limit','-1'), +(20109,1809,'_download_expiry','-1'), +(20110,1809,'_thumbnail_id','1812'), +(20111,1809,'_stock','1'), +(20112,1809,'_stock_status','instock'), +(20113,1809,'_wc_average_rating','0'), +(20114,1809,'_wc_review_count','0'), +(20115,1809,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(20116,1809,'_product_version','10.6.1'), +(20121,1810,'_variation_description',''), +(20122,1810,'_sku','IKKAN-BR-s-3'), +(20123,1810,'_regular_price','120'), +(20124,1810,'total_sales','0'), +(20125,1810,'_tax_status','taxable'), +(20126,1810,'_tax_class','parent'), +(20127,1810,'_manage_stock','no'), +(20128,1810,'_backorders','no'), +(20129,1810,'_sold_individually','no'), +(20130,1810,'_virtual','no'), +(20131,1810,'_downloadable','no'), +(20132,1810,'_download_limit','-1'), +(20133,1810,'_download_expiry','-1'), +(20135,1810,'_stock','0'), +(20136,1810,'_stock_status','instock'), +(20137,1810,'_wc_average_rating','0'), +(20138,1810,'_wc_review_count','0'), +(20139,1810,'attribute_pa_size','size-1'), +(20140,1810,'_price','120'), +(20141,1810,'_product_version','10.6.1'), +(20142,1811,'_variation_description',''), +(20143,1811,'_sku','IKKAN-BR-s-4'), +(20144,1811,'_regular_price','120'), +(20145,1811,'total_sales','0'), +(20146,1811,'_tax_status','taxable'), +(20147,1811,'_tax_class','parent'), +(20148,1811,'_manage_stock','no'), +(20149,1811,'_backorders','no'), +(20150,1811,'_sold_individually','no'), +(20151,1811,'_virtual','no'), +(20152,1811,'_downloadable','no'), +(20153,1811,'_download_limit','-1'), +(20154,1811,'_download_expiry','-1'), +(20156,1811,'_stock','0'), +(20157,1811,'_stock_status','instock'), +(20158,1811,'_wc_average_rating','0'), +(20159,1811,'_wc_review_count','0'), +(20160,1811,'attribute_pa_size','size-2'), +(20161,1811,'_price','120'), +(20162,1811,'_product_version','10.6.1'), +(20163,1809,'_price','120'), +(20164,1809,'_edit_lock','1777213543:1'), +(20165,1809,'_edit_last','1'), +(20166,1812,'_wp_attached_file','2026/04/PUCHI-BR.jpg'), +(20167,1812,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/04/PUCHI-BR.jpg\";s:8:\"filesize\";i:343446;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PUCHI-BR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5917;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20168,1813,'_wp_attached_file','2026/04/©Clelia.Odette-2-76-e1777214935433.jpg'), +(20169,1813,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1245;s:4:\"file\";s:47:\"2026/04/©Clelia.Odette-2-76-e1777214935433.jpg\";s:8:\"filesize\";i:680429;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"©Clelia.Odette-2-76-e1777214935433-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18142;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20170,1809,'_photos_colonne_gauche|||0|value','1812'), +(20171,1809,'_photos_colonne_droite|||0|value','1813'), +(20172,1809,'_haiku_details_produit',''), +(20173,1813,'_wp_attachment_image_alt','Puchi bracelet, Puchi brooch'), +(20174,1813,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:3052;s:6:\"height\";i:2015;s:8:\"filesize\";i:1772073;s:4:\"file\";s:24:\"©Clelia.Odette-2-76.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-76-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17178;}}'), +(20175,1814,'_wp_attached_file','2024/10/IKKAN-C.jpg'), +(20176,1814,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/IKKAN-C.jpg\";s:8:\"filesize\";i:399878;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IKKAN-C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6670;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20177,1814,'_wp_attachment_image_alt','Ikkan necklace'), +(20178,1815,'_wp_attached_file','2024/10/©Clelia.Odette-4477-copie.jpg'), +(20179,1815,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2024/10/©Clelia.Odette-4477-copie.jpg\";s:8:\"filesize\";i:668674;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-4477-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20180,1815,'_wp_attachment_image_alt',''), +(20191,1816,'_wp_attached_file','2024/10/IKKAN-BR.jpg'), +(20192,1816,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IKKAN-BR.jpg\";s:8:\"filesize\";i:606109;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IKKAN-BR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6536;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20193,1816,'_wp_attachment_image_alt','Ikkan bracelet'), +(20194,1817,'_wp_attached_file','2024/10/©Clelia.Odette-4332.jpg'), +(20195,1817,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4332.jpg\";s:8:\"filesize\";i:498241;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4332-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20196,1817,'_wp_attachment_image_alt','Ikkan bracelet'), +(20212,1819,'_wp_attached_file','2024/10/2025HAIKU_0003.jpg'), +(20213,1819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2024/10/2025HAIKU_0003.jpg\";s:8:\"filesize\";i:709272;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0003-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17804;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20214,1819,'_wp_attachment_image_alt','Fuyou bracelet'), +(20223,1821,'_wp_attached_file','2025/11/HATTA-EC-g.jpg'), +(20224,1821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1919;s:4:\"file\";s:22:\"2025/11/HATTA-EC-g.jpg\";s:8:\"filesize\";i:974709;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HATTA-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20225,1821,'_wp_attachment_image_alt','Hattari ear cuff gold plated'), +(20230,1560,'_thumbnail_id','1821'), +(20235,1822,'_wp_attached_file','2025/11/HATTA-EC-s.jpg'), +(20236,1822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1919;s:4:\"file\";s:22:\"2025/11/HATTA-EC-s.jpg\";s:8:\"filesize\";i:958689;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HATTA-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4892;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20237,1822,'_wp_attachment_image_alt','Hattari ear cuff silver'), +(20245,1824,'_wp_attached_file','2025/11/HATTA-CR-g.jpg'), +(20246,1824,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2025/11/HATTA-CR-g.jpg\";s:8:\"filesize\";i:953416;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HATTA-CR-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20247,1824,'_wp_attachment_image_alt','Hattari hoops gold plated'), +(20253,1825,'_wp_attached_file','2025/11/HATTA-CR1-s.jpg'), +(20254,1825,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2025/11/HATTA-CR1-s.jpg\";s:8:\"filesize\";i:646915;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HATTA-CR1-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4940;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20255,1825,'_wp_attachment_image_alt','Hattari hoops silver'), +(20261,1826,'_wp_attached_file','2025/11/TAMA-EC-s.jpg'), +(20262,1826,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/11/TAMA-EC-s.jpg\";s:8:\"filesize\";i:716947;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5107;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20263,1826,'_wp_attachment_image_alt','Tama ear cuff silver'), +(20276,1828,'_wp_attached_file','2025/11/TAMA-EC-g.jpg'), +(20277,1828,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/11/TAMA-EC-g.jpg\";s:8:\"filesize\";i:714866;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20278,1828,'_wp_attachment_image_alt','Tama ear cuff gold plated'), +(20283,1831,'_wp_attached_file','2025/11/PIASU-EC.jpg'), +(20284,1831,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/PIASU-EC.jpg\";s:8:\"filesize\";i:829178;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PIASU-EC-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4429;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20285,1831,'_wp_attachment_image_alt','Piasu ear cuff'), +(20286,1832,'_wp_attached_file','2025/11/2025HAIKU_00010-1.jpg'), +(20287,1832,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:29:\"2025/11/2025HAIKU_00010-1.jpg\";s:8:\"filesize\";i:942960;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"2025HAIKU_00010-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24325;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20288,1832,'_wp_attachment_image_alt','Piasu ear cuff, Piasu ring'), +(20293,1833,'_wp_attached_file','2025/09/PIASU-B-1.jpg'), +(20294,1833,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2700;s:6:\"height\";i:2701;s:4:\"file\";s:21:\"2025/09/PIASU-B-1.jpg\";s:8:\"filesize\";i:1931488;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PIASU-B-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4786;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20295,1833,'_wp_attachment_image_alt','Piasu ring'), +(20296,1834,'_wp_attached_file','2025/09/©Clelia.Odette-2-113-copie.jpg'), +(20297,1834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2390;s:6:\"height\";i:3363;s:4:\"file\";s:39:\"2025/09/©Clelia.Odette-2-113-copie.jpg\";s:8:\"filesize\";i:2028590;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"©Clelia.Odette-2-113-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16282;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20298,1834,'_wp_attachment_image_alt','Piasu ring'), +(20304,1835,'_wp_attached_file','2025/09/PUCHI-BO.jpg'), +(20305,1835,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3250;s:6:\"height\";i:3250;s:4:\"file\";s:20:\"2025/09/PUCHI-BO.jpg\";s:8:\"filesize\";i:2036293;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PUCHI-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7769;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20306,1835,'_wp_attachment_image_alt','PuchiPuchi earrings'), +(20307,1444,'_photos_colonne_gauche|||0|value','1835'), +(20308,1444,'_photos_colonne_droite|||0|value','1653'), +(20309,1444,'_photos_colonne_droite|||1|value','1519'), +(20310,1444,'_photos_colonne_droite|||2|value','1654'), +(20311,1444,'_photos_colonne_droite|||3|value','1448'), +(20312,1444,'_haiku_details_produit',''), +(20313,1836,'_wp_attached_file','2025/06/UTEKI-B-s.jpg'), +(20314,1836,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2851;s:6:\"height\";i:2851;s:4:\"file\";s:21:\"2025/06/UTEKI-B-s.jpg\";s:8:\"filesize\";i:1887122;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20315,1836,'_wp_attachment_image_alt','Uteki ring silver'), +(20316,941,'_photos_colonne_gauche|||0|value','1836'), +(20317,941,'_photos_colonne_droite|||0|value','1507'), +(20318,941,'_photos_colonne_droite|||1|value','1506'), +(20319,941,'_photos_colonne_droite|||2|value','1505'), +(20320,941,'_haiku_details_produit',''), +(20321,1837,'_wp_attached_file','2025/06/UTEKI-B-g-1.jpg'), +(20322,1837,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3117;s:6:\"height\";i:3117;s:4:\"file\";s:23:\"2025/06/UTEKI-B-g-1.jpg\";s:8:\"filesize\";i:1627074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"UTEKI-B-g-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20323,1837,'_wp_attachment_image_alt','Uteki ring gold plated'), +(20324,953,'_photos_colonne_gauche|||0|value','1837'), +(20325,953,'_photos_colonne_droite|||0|value','1508'), +(20326,953,'_photos_colonne_droite|||1|value','1509'), +(20327,953,'_photos_colonne_droite|||2|value','1510'), +(20328,953,'_haiku_details_produit',''), +(20329,1838,'_wp_attached_file','2024/11/FUYOU-BO.jpg'), +(20330,1838,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3058;s:6:\"height\";i:3058;s:4:\"file\";s:20:\"2024/11/FUYOU-BO.jpg\";s:8:\"filesize\";i:2005904;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FUYOU-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6938;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20331,1838,'_wp_attachment_image_alt','Fuyou earrings'), +(20337,1839,'_wp_attached_file','2024/11/MUGU-BOP.jpg'), +(20338,1839,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2672;s:6:\"height\";i:2672;s:4:\"file\";s:20:\"2024/11/MUGU-BOP.jpg\";s:8:\"filesize\";i:1086224;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"MUGU-BOP-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4010;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20339,1839,'_wp_attachment_image_alt','Mugura stud earrings'), +(20344,1840,'_wp_attached_file','2024/10/MUGU-CR-s.jpg'), +(20345,1840,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2961;s:6:\"height\";i:2962;s:4:\"file\";s:21:\"2024/10/MUGU-CR-s.jpg\";s:8:\"filesize\";i:1931541;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MUGU-CR-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20346,1840,'_wp_attachment_image_alt','Mugura hoops'), +(20347,1841,'_wp_attached_file','2024/10/©Clelia.Odette-4306.jpg'), +(20348,1841,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2330;s:6:\"height\";i:1553;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4306.jpg\";s:8:\"filesize\";i:1725407;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4306-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21423;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20349,1841,'_wp_attachment_image_alt','Mugura hoops silver, Fuyou single hoop'), +(20350,1842,'_wp_attached_file','2024/10/©Clelia.Odette-4619-copie.jpg'), +(20351,1842,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2593;s:6:\"height\";i:1729;s:4:\"file\";s:38:\"2024/10/©Clelia.Odette-4619-copie.jpg\";s:8:\"filesize\";i:1789987;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-4619-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20352,1842,'_wp_attachment_image_alt','Mugura hoops silver'), +(20360,1843,'_variation_description',''), +(20361,1843,'total_sales','0'), +(20362,1843,'_tax_status','taxable'), +(20363,1843,'_tax_class','parent'), +(20364,1843,'_manage_stock','no'), +(20365,1843,'_backorders','no'), +(20366,1843,'_sold_individually','no'), +(20367,1843,'_virtual','no'), +(20368,1843,'_downloadable','no'), +(20369,1843,'_download_limit','-1'), +(20370,1843,'_download_expiry','-1'), +(20371,1843,'_stock','0'), +(20372,1843,'_stock_status','instock'), +(20373,1843,'_wc_average_rating','0'), +(20374,1843,'_wc_review_count','0'), +(20375,1843,'attribute_pa_side','all'), +(20376,1843,'_product_version','10.6.1'), +(20411,1846,'_variation_description',''), +(20412,1846,'total_sales','0'), +(20413,1846,'_tax_status','taxable'), +(20414,1846,'_tax_class','parent'), +(20415,1846,'_manage_stock','no'), +(20416,1846,'_backorders','no'), +(20417,1846,'_sold_individually','no'), +(20418,1846,'_virtual','no'), +(20419,1846,'_downloadable','no'), +(20420,1846,'_download_limit','-1'), +(20421,1846,'_download_expiry','-1'), +(20422,1846,'_stock','0'), +(20423,1846,'_stock_status','instock'), +(20424,1846,'_wc_average_rating','0'), +(20425,1846,'_wc_review_count','0'), +(20426,1846,'attribute_pa_side','pair-big-hoops'), +(20427,1846,'_product_version','10.6.1'), +(20428,1847,'_variation_description',''), +(20429,1847,'total_sales','0'), +(20430,1847,'_tax_status','taxable'), +(20431,1847,'_tax_class','parent'), +(20432,1847,'_manage_stock','no'), +(20433,1847,'_backorders','no'), +(20434,1847,'_sold_individually','no'), +(20435,1847,'_virtual','no'), +(20436,1847,'_downloadable','no'), +(20437,1847,'_download_limit','-1'), +(20438,1847,'_download_expiry','-1'), +(20439,1847,'_stock','0'), +(20440,1847,'_stock_status','instock'), +(20441,1847,'_wc_average_rating','0'), +(20442,1847,'_wc_review_count','0'), +(20443,1847,'attribute_pa_side','pair-small-hoops'), +(20444,1847,'_product_version','10.6.1'), +(20445,1843,'_regular_price','120'), +(20446,1843,'_thumbnail_id','0'), +(20447,1843,'_price','120'), +(20450,1846,'_regular_price','80'), +(20451,1846,'_thumbnail_id','0'), +(20452,1846,'_price','80'), +(20453,1847,'_regular_price','68'), +(20454,1847,'_thumbnail_id','0'), +(20455,1847,'_price','68'), +(20462,393,'_price','68'), +(20463,393,'_price','80'), +(20464,393,'_price','120'), +(20477,1848,'_wp_attached_file','2024/10/FUYOU-CR1.jpg'), +(20478,1848,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2586;s:6:\"height\";i:2587;s:4:\"file\";s:21:\"2024/10/FUYOU-CR1.jpg\";s:8:\"filesize\";i:2011747;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FUYOU-CR1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4129;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20479,1848,'_wp_attachment_image_alt','Fuyou single hoop'), +(20480,1849,'_wp_attached_file','2024/10/©Clelia.Odette-4158.jpg'), +(20481,1849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3078;s:6:\"height\";i:2052;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4158.jpg\";s:8:\"filesize\";i:1890736;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4158-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19051;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20482,1849,'_wp_attachment_image_alt','Fuyou single hoop'), +(20483,1850,'_wp_attached_file','2024/10/©Clelia.Odette-4167.jpg'), +(20484,1850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3199;s:6:\"height\";i:2133;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4167.jpg\";s:8:\"filesize\";i:1792424;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4167-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20485,1850,'_wp_attachment_image_alt','Fuyou single hoop'), +(20491,1851,'_wp_attached_file','2024/10/TAMA-CR-g.jpg'), +(20492,1851,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2826;s:6:\"height\";i:2826;s:4:\"file\";s:21:\"2024/10/TAMA-CR-g.jpg\";s:8:\"filesize\";i:1982336;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-CR-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6588;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20493,1851,'_wp_attachment_image_alt','Tama hoops gold plated'), +(20498,1853,'_wp_attached_file','2024/10/TAMA-CR-s.jpg'), +(20499,1853,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2879;s:6:\"height\";i:2879;s:4:\"file\";s:21:\"2024/10/TAMA-CR-s.jpg\";s:8:\"filesize\";i:1946227;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-CR-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6030;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20500,1853,'_wp_attachment_image_alt','Tama hoops silver'), +(20510,1854,'_wp_attached_file','2024/10/FUYOU-C.jpg'), +(20511,1854,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3473;s:6:\"height\";i:3473;s:4:\"file\";s:19:\"2024/10/FUYOU-C.jpg\";s:8:\"filesize\";i:1910875;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"FUYOU-C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20512,1854,'_wp_attachment_image_alt','Fuyou necklace'), +(20513,1855,'_wp_attached_file','2024/10/2025HAIKU_00061.jpg'), +(20514,1855,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1975;s:6:\"height\";i:2961;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00061.jpg\";s:8:\"filesize\";i:2027192;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24302;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:11:\"Fiona Forte\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20515,1855,'_wp_attachment_image_alt','Fuyou necklace'), +(20522,1856,'_wp_attached_file','2024/10/FUYOU-BR-1.jpg'), +(20523,1856,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3694;s:6:\"height\";i:3694;s:4:\"file\";s:22:\"2024/10/FUYOU-BR-1.jpg\";s:8:\"filesize\";i:2054944;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"FUYOU-BR-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5252;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20524,1856,'_wp_attachment_image_alt','Fuyou bracelet'), +(20525,258,'_thumbnail_id','1856'), +(20530,240,'_thumbnail_id','1816'), +(20537,1858,'_wp_attached_file','2024/10/ROKKU-B.jpg'), +(20538,1858,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/ROKKU-B.jpg\";s:8:\"filesize\";i:1051011;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"ROKKU-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5405;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20539,1858,'_wp_attachment_image_alt','Rokku ring silver'), +(20541,1859,'_variation_description',''), +(20542,1859,'total_sales','0'), +(20543,1859,'_tax_status','taxable'), +(20544,1859,'_tax_class','parent'), +(20545,1859,'_manage_stock','no'), +(20546,1859,'_backorders','no'), +(20547,1859,'_sold_individually','no'), +(20548,1859,'_virtual','no'), +(20549,1859,'_downloadable','no'), +(20550,1859,'_download_limit','-1'), +(20551,1859,'_download_expiry','-1'), +(20552,1859,'_stock',NULL), +(20553,1859,'_stock_status','instock'), +(20554,1859,'_wc_average_rating','0'), +(20555,1859,'_wc_review_count','0'), +(20556,1859,'attribute_pa_size','48'), +(20557,1859,'_product_version','10.6.1'), +(20558,1860,'_variation_description',''), +(20559,1860,'total_sales','0'), +(20560,1860,'_tax_status','taxable'), +(20561,1860,'_tax_class','parent'), +(20562,1860,'_manage_stock','no'), +(20563,1860,'_backorders','no'), +(20564,1860,'_sold_individually','no'), +(20565,1860,'_virtual','no'), +(20566,1860,'_downloadable','no'), +(20567,1860,'_download_limit','-1'), +(20568,1860,'_download_expiry','-1'), +(20569,1860,'_stock',NULL), +(20570,1860,'_stock_status','instock'), +(20571,1860,'_wc_average_rating','0'), +(20572,1860,'_wc_review_count','0'), +(20573,1860,'attribute_pa_size','49'), +(20574,1860,'_product_version','10.6.1'), +(20575,1861,'_variation_description',''), +(20576,1861,'total_sales','0'), +(20577,1861,'_tax_status','taxable'), +(20578,1861,'_tax_class','parent'), +(20579,1861,'_manage_stock','no'), +(20580,1861,'_backorders','no'), +(20581,1861,'_sold_individually','no'), +(20582,1861,'_virtual','no'), +(20583,1861,'_downloadable','no'), +(20584,1861,'_download_limit','-1'), +(20585,1861,'_download_expiry','-1'), +(20586,1861,'_stock',NULL), +(20587,1861,'_stock_status','instock'), +(20588,1861,'_wc_average_rating','0'), +(20589,1861,'_wc_review_count','0'), +(20590,1861,'attribute_pa_size','50'), +(20591,1861,'_product_version','10.6.1'), +(20592,1862,'_variation_description',''), +(20593,1862,'total_sales','0'), +(20594,1862,'_tax_status','taxable'), +(20595,1862,'_tax_class','parent'), +(20596,1862,'_manage_stock','no'), +(20597,1862,'_backorders','no'), +(20598,1862,'_sold_individually','no'), +(20599,1862,'_virtual','no'), +(20600,1862,'_downloadable','no'), +(20601,1862,'_download_limit','-1'), +(20602,1862,'_download_expiry','-1'), +(20603,1862,'_stock',NULL), +(20604,1862,'_stock_status','instock'), +(20605,1862,'_wc_average_rating','0'), +(20606,1862,'_wc_review_count','0'), +(20607,1862,'attribute_pa_size','51'), +(20608,1862,'_product_version','10.6.1'), +(20609,1863,'_variation_description',''), +(20610,1863,'total_sales','0'), +(20611,1863,'_tax_status','taxable'), +(20612,1863,'_tax_class','parent'), +(20613,1863,'_manage_stock','no'), +(20614,1863,'_backorders','no'), +(20615,1863,'_sold_individually','no'), +(20616,1863,'_virtual','no'), +(20617,1863,'_downloadable','no'), +(20618,1863,'_download_limit','-1'), +(20619,1863,'_download_expiry','-1'), +(20620,1863,'_stock',NULL), +(20621,1863,'_stock_status','instock'), +(20622,1863,'_wc_average_rating','0'), +(20623,1863,'_wc_review_count','0'), +(20624,1863,'attribute_pa_size','52'), +(20625,1863,'_product_version','10.6.1'), +(20626,1864,'_variation_description',''), +(20627,1864,'total_sales','0'), +(20628,1864,'_tax_status','taxable'), +(20629,1864,'_tax_class','parent'), +(20630,1864,'_manage_stock','no'), +(20631,1864,'_backorders','no'), +(20632,1864,'_sold_individually','no'), +(20633,1864,'_virtual','no'), +(20634,1864,'_downloadable','no'), +(20635,1864,'_download_limit','-1'), +(20636,1864,'_download_expiry','-1'), +(20637,1864,'_stock',NULL), +(20638,1864,'_stock_status','instock'), +(20639,1864,'_wc_average_rating','0'), +(20640,1864,'_wc_review_count','0'), +(20641,1864,'attribute_pa_size','53'), +(20642,1864,'_product_version','10.6.1'), +(20643,1865,'_variation_description',''), +(20644,1865,'total_sales','0'), +(20645,1865,'_tax_status','taxable'), +(20646,1865,'_tax_class','parent'), +(20647,1865,'_manage_stock','no'), +(20648,1865,'_backorders','no'), +(20649,1865,'_sold_individually','no'), +(20650,1865,'_virtual','no'), +(20651,1865,'_downloadable','no'), +(20652,1865,'_download_limit','-1'), +(20653,1865,'_download_expiry','-1'), +(20654,1865,'_stock',NULL), +(20655,1865,'_stock_status','instock'), +(20656,1865,'_wc_average_rating','0'), +(20657,1865,'_wc_review_count','0'), +(20658,1865,'attribute_pa_size','54'), +(20659,1865,'_product_version','10.6.1'), +(20660,1866,'_variation_description',''), +(20661,1866,'total_sales','0'), +(20662,1866,'_tax_status','taxable'), +(20663,1866,'_tax_class','parent'), +(20664,1866,'_manage_stock','no'), +(20665,1866,'_backorders','no'), +(20666,1866,'_sold_individually','no'), +(20667,1866,'_virtual','no'), +(20668,1866,'_downloadable','no'), +(20669,1866,'_download_limit','-1'), +(20670,1866,'_download_expiry','-1'), +(20671,1866,'_stock',NULL), +(20672,1866,'_stock_status','instock'), +(20673,1866,'_wc_average_rating','0'), +(20674,1866,'_wc_review_count','0'), +(20675,1866,'attribute_pa_size','55'), +(20676,1866,'_product_version','10.6.1'), +(20677,1867,'_variation_description',''), +(20678,1867,'total_sales','0'), +(20679,1867,'_tax_status','taxable'), +(20680,1867,'_tax_class','parent'), +(20681,1867,'_manage_stock','no'), +(20682,1867,'_backorders','no'), +(20683,1867,'_sold_individually','no'), +(20684,1867,'_virtual','no'), +(20685,1867,'_downloadable','no'), +(20686,1867,'_download_limit','-1'), +(20687,1867,'_download_expiry','-1'), +(20688,1867,'_stock',NULL), +(20689,1867,'_stock_status','instock'), +(20690,1867,'_wc_average_rating','0'), +(20691,1867,'_wc_review_count','0'), +(20692,1867,'attribute_pa_size','56'), +(20693,1867,'_product_version','10.6.1'), +(20694,1868,'_variation_description',''), +(20695,1868,'total_sales','0'), +(20696,1868,'_tax_status','taxable'), +(20697,1868,'_tax_class','parent'), +(20698,1868,'_manage_stock','no'), +(20699,1868,'_backorders','no'), +(20700,1868,'_sold_individually','no'), +(20701,1868,'_virtual','no'), +(20702,1868,'_downloadable','no'), +(20703,1868,'_download_limit','-1'), +(20704,1868,'_download_expiry','-1'), +(20705,1868,'_stock',NULL), +(20706,1868,'_stock_status','instock'), +(20707,1868,'_wc_average_rating','0'), +(20708,1868,'_wc_review_count','0'), +(20709,1868,'attribute_pa_size','57'), +(20710,1868,'_product_version','10.6.1'), +(20711,1869,'_variation_description',''), +(20712,1869,'total_sales','0'), +(20713,1869,'_tax_status','taxable'), +(20714,1869,'_tax_class','parent'), +(20715,1869,'_manage_stock','no'), +(20716,1869,'_backorders','no'), +(20717,1869,'_sold_individually','no'), +(20718,1869,'_virtual','no'), +(20719,1869,'_downloadable','no'), +(20720,1869,'_download_limit','-1'), +(20721,1869,'_download_expiry','-1'), +(20722,1869,'_stock',NULL), +(20723,1869,'_stock_status','instock'), +(20724,1869,'_wc_average_rating','0'), +(20725,1869,'_wc_review_count','0'), +(20726,1869,'attribute_pa_size','58'), +(20727,1869,'_product_version','10.6.1'), +(20728,1870,'_variation_description',''), +(20729,1870,'total_sales','0'), +(20730,1870,'_tax_status','taxable'), +(20731,1870,'_tax_class','parent'), +(20732,1870,'_manage_stock','no'), +(20733,1870,'_backorders','no'), +(20734,1870,'_sold_individually','no'), +(20735,1870,'_virtual','no'), +(20736,1870,'_downloadable','no'), +(20737,1870,'_download_limit','-1'), +(20738,1870,'_download_expiry','-1'), +(20739,1870,'_stock',NULL), +(20740,1870,'_stock_status','instock'), +(20741,1870,'_wc_average_rating','0'), +(20742,1870,'_wc_review_count','0'), +(20743,1870,'attribute_pa_size','59'), +(20744,1870,'_product_version','10.6.1'), +(20745,1871,'_variation_description',''), +(20746,1871,'total_sales','0'), +(20747,1871,'_tax_status','taxable'), +(20748,1871,'_tax_class','parent'), +(20749,1871,'_manage_stock','no'), +(20750,1871,'_backorders','no'), +(20751,1871,'_sold_individually','no'), +(20752,1871,'_virtual','no'), +(20753,1871,'_downloadable','no'), +(20754,1871,'_download_limit','-1'), +(20755,1871,'_download_expiry','-1'), +(20756,1871,'_stock',NULL), +(20757,1871,'_stock_status','instock'), +(20758,1871,'_wc_average_rating','0'), +(20759,1871,'_wc_review_count','0'), +(20760,1871,'attribute_pa_size','60'), +(20761,1871,'_product_version','10.6.1'), +(20762,1872,'_variation_description',''), +(20763,1872,'total_sales','0'), +(20764,1872,'_tax_status','taxable'), +(20765,1872,'_tax_class','parent'), +(20766,1872,'_manage_stock','no'), +(20767,1872,'_backorders','no'), +(20768,1872,'_sold_individually','no'), +(20769,1872,'_virtual','no'), +(20770,1872,'_downloadable','no'), +(20771,1872,'_download_limit','-1'), +(20772,1872,'_download_expiry','-1'), +(20773,1872,'_stock',NULL), +(20774,1872,'_stock_status','instock'), +(20775,1872,'_wc_average_rating','0'), +(20776,1872,'_wc_review_count','0'), +(20777,1872,'attribute_pa_size','61'), +(20778,1872,'_product_version','10.6.1'), +(20779,1873,'_variation_description',''), +(20780,1873,'total_sales','0'), +(20781,1873,'_tax_status','taxable'), +(20782,1873,'_tax_class','parent'), +(20783,1873,'_manage_stock','no'), +(20784,1873,'_backorders','no'), +(20785,1873,'_sold_individually','no'), +(20786,1873,'_virtual','no'), +(20787,1873,'_downloadable','no'), +(20788,1873,'_download_limit','-1'), +(20789,1873,'_download_expiry','-1'), +(20790,1873,'_stock',NULL), +(20791,1873,'_stock_status','instock'), +(20792,1873,'_wc_average_rating','0'), +(20793,1873,'_wc_review_count','0'), +(20794,1873,'attribute_pa_size','62'), +(20795,1873,'_product_version','10.6.1'), +(20796,1874,'_variation_description',''), +(20797,1874,'total_sales','0'), +(20798,1874,'_tax_status','taxable'), +(20799,1874,'_tax_class','parent'), +(20800,1874,'_manage_stock','no'), +(20801,1874,'_backorders','no'), +(20802,1874,'_sold_individually','no'), +(20803,1874,'_virtual','no'), +(20804,1874,'_downloadable','no'), +(20805,1874,'_download_limit','-1'), +(20806,1874,'_download_expiry','-1'), +(20807,1874,'_stock',NULL), +(20808,1874,'_stock_status','instock'), +(20809,1874,'_wc_average_rating','0'), +(20810,1874,'_wc_review_count','0'), +(20811,1874,'attribute_pa_size','63'), +(20812,1874,'_product_version','10.6.1'), +(20813,1875,'_variation_description',''), +(20814,1875,'total_sales','0'), +(20815,1875,'_tax_status','taxable'), +(20816,1875,'_tax_class','parent'), +(20817,1875,'_manage_stock','no'), +(20818,1875,'_backorders','no'), +(20819,1875,'_sold_individually','no'), +(20820,1875,'_virtual','no'), +(20821,1875,'_downloadable','no'), +(20822,1875,'_download_limit','-1'), +(20823,1875,'_download_expiry','-1'), +(20824,1875,'_stock',NULL), +(20825,1875,'_stock_status','instock'), +(20826,1875,'_wc_average_rating','0'), +(20827,1875,'_wc_review_count','0'), +(20828,1875,'attribute_pa_size','64'), +(20829,1875,'_product_version','10.6.1'), +(20830,1875,'_regular_price','160'), +(20831,1875,'_thumbnail_id','0'), +(20832,1875,'_price','160'), +(20833,1874,'_regular_price','160'), +(20834,1874,'_thumbnail_id','0'), +(20835,1874,'_price','160'), +(20836,1873,'_regular_price','160'), +(20837,1873,'_thumbnail_id','0'), +(20838,1873,'_price','160'), +(20839,1872,'_regular_price','160'), +(20840,1872,'_thumbnail_id','0'), +(20841,1872,'_price','160'), +(20842,1871,'_regular_price','160'), +(20843,1871,'_thumbnail_id','0'), +(20844,1871,'_price','160'), +(20845,1870,'_regular_price','160'), +(20846,1870,'_thumbnail_id','0'), +(20847,1870,'_price','160'), +(20848,1869,'_regular_price','160'), +(20849,1869,'_thumbnail_id','0'), +(20850,1869,'_price','160'), +(20851,1868,'_regular_price','160'), +(20852,1868,'_thumbnail_id','0'), +(20853,1868,'_price','160'), +(20854,1867,'_regular_price','160'), +(20855,1867,'_thumbnail_id','0'), +(20856,1867,'_price','160'), +(20857,1866,'_regular_price','160'), +(20858,1866,'_thumbnail_id','0'), +(20859,1866,'_price','160'), +(20860,1865,'_regular_price','160'), +(20861,1865,'_thumbnail_id','0'), +(20862,1865,'_price','160'), +(20863,1864,'_regular_price','160'), +(20864,1864,'_thumbnail_id','0'), +(20865,1864,'_price','160'), +(20866,1863,'_regular_price','160'), +(20867,1863,'_thumbnail_id','0'), +(20868,1863,'_price','160'), +(20869,1862,'_regular_price','160'), +(20870,1862,'_thumbnail_id','0'), +(20871,1862,'_price','160'), +(20872,1861,'_regular_price','160'), +(20873,1861,'_thumbnail_id','0'), +(20874,1861,'_price','160'), +(20875,1860,'_regular_price','160'), +(20876,1860,'_thumbnail_id','0'), +(20877,1860,'_price','160'), +(20878,1859,'_regular_price','160'), +(20879,1859,'_thumbnail_id','0'), +(20880,1859,'_price','160'), +(20882,168,'_price','160'), +(20888,1876,'_wp_attached_file','2024/09/IKKAN-B-s.jpg'), +(20889,1876,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/09/IKKAN-B-s.jpg\";s:8:\"filesize\";i:784141;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IKKAN-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20890,1876,'_wp_attachment_image_alt','Ikkan ring silver'), +(20891,1877,'_wp_attached_file','2024/09/©Clelia.Odette-2-41-copie.jpg'), +(20892,1877,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2024/09/©Clelia.Odette-2-41-copie.jpg\";s:8:\"filesize\";i:801782;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-41-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17251;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20893,1877,'_wp_attachment_image_alt','Ikkan ring silver'), +(20899,1878,'_sku','UTEKI-EC-s'), +(20900,1878,'_regular_price','70'), +(20901,1878,'total_sales','0'), +(20902,1878,'_tax_status','taxable'), +(20903,1878,'_tax_class',''), +(20904,1878,'_manage_stock','yes'), +(20905,1878,'_backorders','notify'), +(20906,1878,'_sold_individually','no'), +(20907,1878,'_virtual','no'), +(20908,1878,'_downloadable','no'), +(20909,1878,'_download_limit','-1'), +(20910,1878,'_download_expiry','-1'), +(20911,1878,'_thumbnail_id','1879'), +(20912,1878,'_stock','1'), +(20913,1878,'_stock_status','instock'), +(20914,1878,'_wc_average_rating','0'), +(20915,1878,'_wc_review_count','0'), +(20916,1878,'_product_version','10.6.1'), +(20917,1878,'_price','70'), +(20923,1878,'_edit_lock','1777369995:1'), +(20924,1878,'_edit_last','1'), +(20925,1879,'_wp_attached_file','2026/04/UTEKI-EC-s.jpg'), +(20926,1879,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2026/04/UTEKI-EC-s.jpg\";s:8:\"filesize\";i:1181058;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"UTEKI-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20927,1879,'_wp_attachment_image_alt','Uteki ear cuff silver'), +(20928,1880,'_wp_attached_file','2026/04/©Clelia.Odette-2-77.jpg'), +(20929,1880,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1222;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-2-77.jpg\";s:8:\"filesize\";i:704129;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-77-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20930,1880,'_wp_attachment_image_alt','Uteki ear cuff silver, Mugura hoops silver, PuchiPuchi bracelet'), +(20931,1881,'_wp_attached_file','2026/04/©Clelia.Odette-2-84-copie.jpg'), +(20932,1881,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1843;s:6:\"height\";i:1111;s:4:\"file\";s:38:\"2026/04/©Clelia.Odette-2-84-copie.jpg\";s:8:\"filesize\";i:689469;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-84-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20933,1881,'_wp_attachment_image_alt',''), +(20938,1882,'_sku','UTEKI-EC-g'), +(20939,1882,'_regular_price','75'), +(20940,1882,'total_sales','0'), +(20941,1882,'_tax_status','taxable'), +(20942,1882,'_tax_class',''), +(20943,1882,'_manage_stock','yes'), +(20944,1882,'_backorders','notify'), +(20945,1882,'_sold_individually','no'), +(20946,1882,'_virtual','no'), +(20947,1882,'_downloadable','no'), +(20948,1882,'_download_limit','-1'), +(20949,1882,'_download_expiry','-1'), +(20950,1882,'_thumbnail_id','1883'), +(20951,1882,'_stock','1'), +(20952,1882,'_stock_status','instock'), +(20953,1882,'_wc_average_rating','0'), +(20954,1882,'_wc_review_count','0'), +(20955,1882,'_product_version','10.6.1'), +(20956,1882,'_price','75'), +(20961,1882,'_edit_lock','1777366600:1'), +(20962,1882,'_edit_last','1'), +(20963,1883,'_wp_attached_file','2026/04/UTEKI-EC-g.jpg'), +(20964,1883,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2026/04/UTEKI-EC-g.jpg\";s:8:\"filesize\";i:1180446;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"UTEKI-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7446;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20965,1883,'_wp_attachment_image_alt','Uteki ear cuff gold plated'), +(20966,1884,'_wp_attached_file','2026/04/©Clelia.Odette-2-21.jpg'), +(20967,1884,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1296;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-2-21.jpg\";s:8:\"filesize\";i:904562;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20067;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20968,1884,'_wp_attachment_image_alt','Uteki ear cuff gold plated'), +(20969,1885,'_wp_attached_file','2026/04/©Clelia.Odette-2-70-copie.jpg'), +(20970,1885,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2026/04/©Clelia.Odette-2-70-copie.jpg\";s:8:\"filesize\";i:636544;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-70-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20971,1885,'_wp_attachment_image_alt','Uteki ear cuff gold plated'), +(20972,1882,'_photos_colonne_gauche|||0|value','1883'), +(20973,1882,'_photos_colonne_droite|||0|value','1884'), +(20974,1882,'_photos_colonne_droite|||1|value','1885'), +(20975,1882,'_haiku_details_produit',''), +(20976,1886,'_wp_attached_file','2026/04/Workshop-earcuff-e1777369687916.jpg'), +(20977,1886,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2240;s:6:\"height\";i:1920;s:4:\"file\";s:43:\"2026/04/Workshop-earcuff-e1777369687916.jpg\";s:8:\"filesize\";i:635282;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Workshop-earcuff-e1777369687916-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14868;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"Workshop-earcuff-e1777369687916-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14835;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20978,1887,'_wp_attached_file','2026/04/Workshop-pendant.jpg'), +(20979,1887,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2687;s:6:\"height\";i:2146;s:4:\"file\";s:28:\"2026/04/Workshop-pendant.jpg\";s:8:\"filesize\";i:2042103;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Workshop-pendant-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20980,1888,'_wp_attached_file','2026/04/Workshop-ring-e1777369812204.jpg'), +(20981,1888,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2185;s:6:\"height\";i:1988;s:4:\"file\";s:40:\"2026/04/Workshop-ring-e1777369812204.jpg\";s:8:\"filesize\";i:663933;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Workshop-ring-e1777369812204-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14737;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"Workshop-ring-e1777369812204-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14731;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20982,1886,'_wp_attachment_image_alt','Workshop ear cuff'), +(20983,1887,'_wp_attachment_image_alt','workshop pendant'), +(20984,1888,'_wp_attachment_image_alt','workshop ring'), +(20985,1886,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:2687;s:6:\"height\";i:2146;s:8:\"filesize\";i:1990682;s:4:\"file\";s:20:\"Workshop-earcuff.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:28:\"Workshop-earcuff-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13022;}}'), +(20986,1673,'_sku','WORKSHOP-EC'), +(20993,1888,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:2687;s:6:\"height\";i:2146;s:8:\"filesize\";i:2025720;s:4:\"file\";s:17:\"Workshop-ring.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"Workshop-ring-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13366;}}'), +(20994,1689,'_sku','WORKSHOP-B'), +(20995,1689,'_photos_colonne_gauche|||0|value','1888'), +(20996,1689,'_photos_colonne_droite|||0|value','1693'), +(20997,1689,'_photos_colonne_droite|||1|value','1695'), +(20998,1689,'_photos_colonne_droite|||2|value','1694'), +(20999,1689,'_photos_colonne_droite|||3|value','1696'), +(21000,1689,'_haiku_details_produit',''), +(21001,1673,'_photos_colonne_gauche|||0|value','1886'), +(21002,1673,'_photos_colonne_droite|||0|value','1674'), +(21003,1673,'_photos_colonne_droite|||1|value','1675'), +(21004,1673,'_photos_colonne_droite|||2|value','1676'), +(21005,1673,'_photos_colonne_droite|||3|value','1677'), +(21006,1673,'_haiku_details_produit',''), +(21007,1681,'_sku','WORKSHOP-C'), +(21008,1681,'_photos_colonne_gauche|||0|value','1887'), +(21009,1681,'_photos_colonne_droite|||0|value','1685'), +(21010,1681,'_photos_colonne_droite|||1|value','1686'), +(21011,1681,'_photos_colonne_droite|||2|value','1687'), +(21012,1681,'_photos_colonne_droite|||3|value','1688'), +(21013,1681,'_haiku_details_produit',''), +(21014,1878,'_photos_colonne_gauche|||0|value','1879'), +(21015,1878,'_photos_colonne_droite|||0|value','1880'), +(21016,1878,'_photos_colonne_droite|||1|value','1881'), +(21017,1878,'_haiku_details_produit',''), +(21018,1889,'_sku','HATTA-B-s'), +(21019,1889,'total_sales','0'), +(21020,1889,'_tax_status','taxable'), +(21021,1889,'_tax_class',''), +(21022,1889,'_manage_stock','no'), +(21023,1889,'_backorders','no'), +(21024,1889,'_sold_individually','no'), +(21025,1889,'_virtual','no'), +(21026,1889,'_downloadable','no'), +(21027,1889,'_download_limit','-1'), +(21028,1889,'_download_expiry','-1'), +(21029,1889,'_thumbnail_id','1907'), +(21030,1889,'_stock',NULL), +(21031,1889,'_stock_status','instock'), +(21032,1889,'_wc_average_rating','0'), +(21033,1889,'_wc_review_count','0'), +(21034,1889,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(21035,1889,'_product_version','10.6.1'), +(21041,1890,'_variation_description',''), +(21042,1890,'_regular_price','150'), +(21043,1890,'total_sales','0'), +(21044,1890,'_tax_status','taxable'), +(21045,1890,'_tax_class','parent'), +(21046,1890,'_manage_stock','no'), +(21047,1890,'_backorders','no'), +(21048,1890,'_sold_individually','no'), +(21049,1890,'_virtual','no'), +(21050,1890,'_downloadable','no'), +(21051,1890,'_download_limit','-1'), +(21052,1890,'_download_expiry','-1'), +(21053,1890,'_thumbnail_id','0'), +(21054,1890,'_stock',NULL), +(21055,1890,'_stock_status','instock'), +(21056,1890,'_wc_average_rating','0'), +(21057,1890,'_wc_review_count','0'), +(21058,1890,'attribute_pa_size','48'), +(21059,1890,'_price','150'), +(21060,1890,'_product_version','10.6.1'), +(21061,1891,'_variation_description',''), +(21062,1891,'_regular_price','150'), +(21063,1891,'total_sales','0'), +(21064,1891,'_tax_status','taxable'), +(21065,1891,'_tax_class','parent'), +(21066,1891,'_manage_stock','no'), +(21067,1891,'_backorders','no'), +(21068,1891,'_sold_individually','no'), +(21069,1891,'_virtual','no'), +(21070,1891,'_downloadable','no'), +(21071,1891,'_download_limit','-1'), +(21072,1891,'_download_expiry','-1'), +(21073,1891,'_thumbnail_id','0'), +(21074,1891,'_stock',NULL), +(21075,1891,'_stock_status','instock'), +(21076,1891,'_wc_average_rating','0'), +(21077,1891,'_wc_review_count','0'), +(21078,1891,'attribute_pa_size','49'), +(21079,1891,'_price','150'), +(21080,1891,'_product_version','10.6.1'), +(21081,1892,'_variation_description',''), +(21082,1892,'_regular_price','150'), +(21083,1892,'total_sales','0'), +(21084,1892,'_tax_status','taxable'), +(21085,1892,'_tax_class','parent'), +(21086,1892,'_manage_stock','no'), +(21087,1892,'_backorders','no'), +(21088,1892,'_sold_individually','no'), +(21089,1892,'_virtual','no'), +(21090,1892,'_downloadable','no'), +(21091,1892,'_download_limit','-1'), +(21092,1892,'_download_expiry','-1'), +(21093,1892,'_thumbnail_id','0'), +(21094,1892,'_stock',NULL), +(21095,1892,'_stock_status','instock'), +(21096,1892,'_wc_average_rating','0'), +(21097,1892,'_wc_review_count','0'), +(21098,1892,'attribute_pa_size','50'), +(21099,1892,'_price','150'), +(21100,1892,'_product_version','10.6.1'), +(21101,1893,'_variation_description',''), +(21102,1893,'_regular_price','150'), +(21103,1893,'total_sales','0'), +(21104,1893,'_tax_status','taxable'), +(21105,1893,'_tax_class','parent'), +(21106,1893,'_manage_stock','no'), +(21107,1893,'_backorders','no'), +(21108,1893,'_sold_individually','no'), +(21109,1893,'_virtual','no'), +(21110,1893,'_downloadable','no'), +(21111,1893,'_download_limit','-1'), +(21112,1893,'_download_expiry','-1'), +(21113,1893,'_thumbnail_id','0'), +(21114,1893,'_stock',NULL), +(21115,1893,'_stock_status','instock'), +(21116,1893,'_wc_average_rating','0'), +(21117,1893,'_wc_review_count','0'), +(21118,1893,'attribute_pa_size','51'), +(21119,1893,'_price','150'), +(21120,1893,'_product_version','10.6.1'), +(21121,1894,'_variation_description',''), +(21122,1894,'_regular_price','150'), +(21123,1894,'total_sales','0'), +(21124,1894,'_tax_status','taxable'), +(21125,1894,'_tax_class','parent'), +(21126,1894,'_manage_stock','no'), +(21127,1894,'_backorders','no'), +(21128,1894,'_sold_individually','no'), +(21129,1894,'_virtual','no'), +(21130,1894,'_downloadable','no'), +(21131,1894,'_download_limit','-1'), +(21132,1894,'_download_expiry','-1'), +(21133,1894,'_thumbnail_id','0'), +(21134,1894,'_stock',NULL), +(21135,1894,'_stock_status','instock'), +(21136,1894,'_wc_average_rating','0'), +(21137,1894,'_wc_review_count','0'), +(21138,1894,'attribute_pa_size','52'), +(21139,1894,'_price','150'), +(21140,1894,'_product_version','10.6.1'), +(21141,1895,'_variation_description',''), +(21142,1895,'_regular_price','150'), +(21143,1895,'total_sales','0'), +(21144,1895,'_tax_status','taxable'), +(21145,1895,'_tax_class','parent'), +(21146,1895,'_manage_stock','no'), +(21147,1895,'_backorders','no'), +(21148,1895,'_sold_individually','no'), +(21149,1895,'_virtual','no'), +(21150,1895,'_downloadable','no'), +(21151,1895,'_download_limit','-1'), +(21152,1895,'_download_expiry','-1'), +(21153,1895,'_thumbnail_id','0'), +(21154,1895,'_stock',NULL), +(21155,1895,'_stock_status','instock'), +(21156,1895,'_wc_average_rating','0'), +(21157,1895,'_wc_review_count','0'), +(21158,1895,'attribute_pa_size','53'), +(21159,1895,'_price','150'), +(21160,1895,'_product_version','10.6.1'), +(21161,1896,'_variation_description',''), +(21162,1896,'_regular_price','150'), +(21163,1896,'total_sales','0'), +(21164,1896,'_tax_status','taxable'), +(21165,1896,'_tax_class','parent'), +(21166,1896,'_manage_stock','no'), +(21167,1896,'_backorders','no'), +(21168,1896,'_sold_individually','no'), +(21169,1896,'_virtual','no'), +(21170,1896,'_downloadable','no'), +(21171,1896,'_download_limit','-1'), +(21172,1896,'_download_expiry','-1'), +(21173,1896,'_thumbnail_id','0'), +(21174,1896,'_stock',NULL), +(21175,1896,'_stock_status','instock'), +(21176,1896,'_wc_average_rating','0'), +(21177,1896,'_wc_review_count','0'), +(21178,1896,'attribute_pa_size','54'), +(21179,1896,'_price','150'), +(21180,1896,'_product_version','10.6.1'), +(21181,1897,'_variation_description',''), +(21182,1897,'_regular_price','150'), +(21183,1897,'total_sales','0'), +(21184,1897,'_tax_status','taxable'), +(21185,1897,'_tax_class','parent'), +(21186,1897,'_manage_stock','no'), +(21187,1897,'_backorders','no'), +(21188,1897,'_sold_individually','no'), +(21189,1897,'_virtual','no'), +(21190,1897,'_downloadable','no'), +(21191,1897,'_download_limit','-1'), +(21192,1897,'_download_expiry','-1'), +(21193,1897,'_thumbnail_id','0'), +(21194,1897,'_stock',NULL), +(21195,1897,'_stock_status','instock'), +(21196,1897,'_wc_average_rating','0'), +(21197,1897,'_wc_review_count','0'), +(21198,1897,'attribute_pa_size','55'), +(21199,1897,'_price','150'), +(21200,1897,'_product_version','10.6.1'), +(21201,1898,'_variation_description',''), +(21202,1898,'_regular_price','150'), +(21203,1898,'total_sales','0'), +(21204,1898,'_tax_status','taxable'), +(21205,1898,'_tax_class','parent'), +(21206,1898,'_manage_stock','no'), +(21207,1898,'_backorders','no'), +(21208,1898,'_sold_individually','no'), +(21209,1898,'_virtual','no'), +(21210,1898,'_downloadable','no'), +(21211,1898,'_download_limit','-1'), +(21212,1898,'_download_expiry','-1'), +(21213,1898,'_thumbnail_id','0'), +(21214,1898,'_stock',NULL), +(21215,1898,'_stock_status','instock'), +(21216,1898,'_wc_average_rating','0'), +(21217,1898,'_wc_review_count','0'), +(21218,1898,'attribute_pa_size','56'), +(21219,1898,'_price','150'), +(21220,1898,'_product_version','10.6.1'), +(21221,1899,'_variation_description',''), +(21222,1899,'_regular_price','150'), +(21223,1899,'total_sales','0'), +(21224,1899,'_tax_status','taxable'), +(21225,1899,'_tax_class','parent'), +(21226,1899,'_manage_stock','no'), +(21227,1899,'_backorders','no'), +(21228,1899,'_sold_individually','no'), +(21229,1899,'_virtual','no'), +(21230,1899,'_downloadable','no'), +(21231,1899,'_download_limit','-1'), +(21232,1899,'_download_expiry','-1'), +(21233,1899,'_thumbnail_id','0'), +(21234,1899,'_stock',NULL), +(21235,1899,'_stock_status','instock'), +(21236,1899,'_wc_average_rating','0'), +(21237,1899,'_wc_review_count','0'), +(21238,1899,'attribute_pa_size','57'), +(21239,1899,'_price','150'), +(21240,1899,'_product_version','10.6.1'), +(21241,1900,'_variation_description',''), +(21242,1900,'_regular_price','150'), +(21243,1900,'total_sales','0'), +(21244,1900,'_tax_status','taxable'), +(21245,1900,'_tax_class','parent'), +(21246,1900,'_manage_stock','no'), +(21247,1900,'_backorders','no'), +(21248,1900,'_sold_individually','no'), +(21249,1900,'_virtual','no'), +(21250,1900,'_downloadable','no'), +(21251,1900,'_download_limit','-1'), +(21252,1900,'_download_expiry','-1'), +(21253,1900,'_thumbnail_id','0'), +(21254,1900,'_stock',NULL), +(21255,1900,'_stock_status','instock'), +(21256,1900,'_wc_average_rating','0'), +(21257,1900,'_wc_review_count','0'), +(21258,1900,'attribute_pa_size','58'), +(21259,1900,'_price','150'), +(21260,1900,'_product_version','10.6.1'), +(21261,1901,'_variation_description',''), +(21262,1901,'_regular_price','150'), +(21263,1901,'total_sales','0'), +(21264,1901,'_tax_status','taxable'), +(21265,1901,'_tax_class','parent'), +(21266,1901,'_manage_stock','no'), +(21267,1901,'_backorders','no'), +(21268,1901,'_sold_individually','no'), +(21269,1901,'_virtual','no'), +(21270,1901,'_downloadable','no'), +(21271,1901,'_download_limit','-1'), +(21272,1901,'_download_expiry','-1'), +(21273,1901,'_thumbnail_id','0'), +(21274,1901,'_stock',NULL), +(21275,1901,'_stock_status','instock'), +(21276,1901,'_wc_average_rating','0'), +(21277,1901,'_wc_review_count','0'), +(21278,1901,'attribute_pa_size','59'), +(21279,1901,'_price','150'), +(21280,1901,'_product_version','10.6.1'), +(21281,1902,'_variation_description',''), +(21282,1902,'_regular_price','150'), +(21283,1902,'total_sales','0'), +(21284,1902,'_tax_status','taxable'), +(21285,1902,'_tax_class','parent'), +(21286,1902,'_manage_stock','no'), +(21287,1902,'_backorders','no'), +(21288,1902,'_sold_individually','no'), +(21289,1902,'_virtual','no'), +(21290,1902,'_downloadable','no'), +(21291,1902,'_download_limit','-1'), +(21292,1902,'_download_expiry','-1'), +(21293,1902,'_thumbnail_id','0'), +(21294,1902,'_stock',NULL), +(21295,1902,'_stock_status','instock'), +(21296,1902,'_wc_average_rating','0'), +(21297,1902,'_wc_review_count','0'), +(21298,1902,'attribute_pa_size','60'), +(21299,1902,'_price','150'), +(21300,1902,'_product_version','10.6.1'), +(21301,1903,'_variation_description',''), +(21302,1903,'_regular_price','150'), +(21303,1903,'total_sales','0'), +(21304,1903,'_tax_status','taxable'), +(21305,1903,'_tax_class','parent'), +(21306,1903,'_manage_stock','no'), +(21307,1903,'_backorders','no'), +(21308,1903,'_sold_individually','no'), +(21309,1903,'_virtual','no'), +(21310,1903,'_downloadable','no'), +(21311,1903,'_download_limit','-1'), +(21312,1903,'_download_expiry','-1'), +(21313,1903,'_thumbnail_id','0'), +(21314,1903,'_stock',NULL), +(21315,1903,'_stock_status','instock'), +(21316,1903,'_wc_average_rating','0'), +(21317,1903,'_wc_review_count','0'), +(21318,1903,'attribute_pa_size','61'), +(21319,1903,'_price','150'), +(21320,1903,'_product_version','10.6.1'), +(21321,1904,'_variation_description',''), +(21322,1904,'_regular_price','150'), +(21323,1904,'total_sales','0'), +(21324,1904,'_tax_status','taxable'), +(21325,1904,'_tax_class','parent'), +(21326,1904,'_manage_stock','no'), +(21327,1904,'_backorders','no'), +(21328,1904,'_sold_individually','no'), +(21329,1904,'_virtual','no'), +(21330,1904,'_downloadable','no'), +(21331,1904,'_download_limit','-1'), +(21332,1904,'_download_expiry','-1'), +(21333,1904,'_thumbnail_id','0'), +(21334,1904,'_stock',NULL), +(21335,1904,'_stock_status','instock'), +(21336,1904,'_wc_average_rating','0'), +(21337,1904,'_wc_review_count','0'), +(21338,1904,'attribute_pa_size','62'), +(21339,1904,'_price','150'), +(21340,1904,'_product_version','10.6.1'), +(21341,1905,'_variation_description',''), +(21342,1905,'_regular_price','150'), +(21343,1905,'total_sales','0'), +(21344,1905,'_tax_status','taxable'), +(21345,1905,'_tax_class','parent'), +(21346,1905,'_manage_stock','no'), +(21347,1905,'_backorders','no'), +(21348,1905,'_sold_individually','no'), +(21349,1905,'_virtual','no'), +(21350,1905,'_downloadable','no'), +(21351,1905,'_download_limit','-1'), +(21352,1905,'_download_expiry','-1'), +(21353,1905,'_thumbnail_id','0'), +(21354,1905,'_stock',NULL), +(21355,1905,'_stock_status','instock'), +(21356,1905,'_wc_average_rating','0'), +(21357,1905,'_wc_review_count','0'), +(21358,1905,'attribute_pa_size','63'), +(21359,1905,'_price','150'), +(21360,1905,'_product_version','10.6.1'), +(21361,1906,'_variation_description',''), +(21362,1906,'_regular_price','150'), +(21363,1906,'total_sales','0'), +(21364,1906,'_tax_status','taxable'), +(21365,1906,'_tax_class','parent'), +(21366,1906,'_manage_stock','no'), +(21367,1906,'_backorders','no'), +(21368,1906,'_sold_individually','no'), +(21369,1906,'_virtual','no'), +(21370,1906,'_downloadable','no'), +(21371,1906,'_download_limit','-1'), +(21372,1906,'_download_expiry','-1'), +(21373,1906,'_thumbnail_id','0'), +(21374,1906,'_stock',NULL), +(21375,1906,'_stock_status','instock'), +(21376,1906,'_wc_average_rating','0'), +(21377,1906,'_wc_review_count','0'), +(21378,1906,'attribute_pa_size','64'), +(21379,1906,'_price','150'), +(21380,1906,'_product_version','10.6.1'), +(21382,1889,'_edit_lock','1777372662:1'), +(21383,1889,'_edit_last','1'), +(21394,1907,'_wp_attached_file','2026/04/HATTA-B-s.jpg'), +(21395,1907,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2777;s:6:\"height\";i:2777;s:4:\"file\";s:21:\"2026/04/HATTA-B-s.jpg\";s:8:\"filesize\";i:840700;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"HATTA-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3811;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21396,1907,'_wp_attachment_image_alt','Hattari ring silver'), +(21398,1889,'_price','150'), +(21399,1908,'_wp_attached_file','2026/04/©Clelia.Odette-4001.jpg'), +(21400,1908,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3469;s:6:\"height\";i:2312;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-4001.jpg\";s:8:\"filesize\";i:2070130;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11939;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21401,1909,'_wp_attached_file','2026/04/©Clelia.Odette-2-57-copie.jpg'), +(21402,1909,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2735;s:6:\"height\";i:1823;s:4:\"file\";s:38:\"2026/04/©Clelia.Odette-2-57-copie.jpg\";s:8:\"filesize\";i:1859083;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-57-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21403,1910,'_wp_attached_file','2026/04/©Clelia.Odette-4116.jpg'), +(21404,1910,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2024;s:6:\"height\";i:1349;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-4116.jpg\";s:8:\"filesize\";i:1646421;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4116-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19475;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21405,1911,'_wp_attached_file','2026/04/©Clelia.Odette-2-4.jpg'), +(21406,1911,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1616;s:6:\"height\";i:1078;s:4:\"file\";s:31:\"2026/04/©Clelia.Odette-2-4.jpg\";s:8:\"filesize\";i:1034609;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"©Clelia.Odette-2-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16911;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21407,1908,'_wp_attachment_image_alt','Hattari ring silver'), +(21408,1911,'_wp_attachment_image_alt','Hattari ring silver'), +(21409,1910,'_wp_attachment_image_alt','Hattari ring silver'), +(21410,1909,'_wp_attachment_image_alt','Hattari ring silver'), +(21411,1889,'_photos_colonne_gauche|||0|value','1907'), +(21412,1889,'_photos_colonne_droite|||0|value','1909'), +(21413,1889,'_photos_colonne_droite|||1|value','1910'), +(21414,1889,'_photos_colonne_droite|||2|value','1911'), +(21415,1889,'_photos_colonne_droite|||3|value','1908'), +(21416,1889,'_haiku_details_produit',''), +(21422,1560,'_photos_colonne_gauche|||0|value','1821'), +(21423,1560,'_photos_colonne_droite|||0|value','1563'), +(21424,1560,'_photos_colonne_droite|||1|value','1564'), +(21425,1560,'_haiku_details_produit',''), +(21426,1555,'_photos_colonne_gauche|||0|value','1822'), +(21427,1555,'_photos_colonne_droite|||0|value','1557'), +(21428,1555,'_photos_colonne_droite|||1|value','1559'), +(21429,1555,'_photos_colonne_droite|||2|value','1558'), +(21430,1555,'_haiku_details_produit',''), +(21431,1549,'_photos_colonne_gauche|||0|value','1824'), +(21432,1549,'_photos_colonne_droite|||0|value','1554'), +(21433,1549,'_photos_colonne_droite|||1|value','1553'), +(21434,1549,'_photos_colonne_droite|||2|value','1552'), +(21435,1549,'_haiku_details_produit',''), +(21441,1541,'_photos_colonne_gauche|||0|value','1825'), +(21442,1541,'_photos_colonne_droite|||0|value','1546'), +(21443,1541,'_photos_colonne_droite|||1|value','1547'), +(21444,1541,'_photos_colonne_droite|||2|value','1548'), +(21445,1541,'_haiku_details_produit',''), +(21446,1535,'_photos_colonne_gauche|||0|value','1826'), +(21447,1535,'_photos_colonne_droite|||0|value','1537'), +(21448,1535,'_photos_colonne_droite|||1|value','1538'), +(21449,1535,'_haiku_details_produit',''), +(21450,1531,'_photos_colonne_gauche|||0|value','1828'), +(21451,1531,'_photos_colonne_droite|||0|value','1533'), +(21452,1531,'_photos_colonne_droite|||1|value','1534'), +(21453,1531,'_haiku_details_produit',''), +(21454,1512,'_photos_colonne_gauche|||0|value','1831'), +(21455,1512,'_photos_colonne_droite|||0|value','1526'), +(21456,1512,'_photos_colonne_droite|||1|value','1832'), +(21457,1512,'_haiku_details_produit',''), +(21458,1467,'_photos_colonne_gauche|||0|value','1833'), +(21459,1467,'_photos_colonne_droite|||0|value','1834'), +(21460,1467,'_photos_colonne_droite|||1|value','1651'), +(21461,1467,'_photos_colonne_droite|||2|value','1650'), +(21462,1467,'_haiku_details_produit',''), +(21463,766,'_photos_colonne_gauche|||0|value','1838'), +(21464,766,'_photos_colonne_droite|||0|value','1569'), +(21465,766,'_photos_colonne_droite|||1|value','1568'), +(21466,766,'_photos_colonne_droite|||2|value','1570'), +(21467,766,'_haiku_details_produit',''), +(21468,490,'_photos_colonne_gauche|||0|value','1839'), +(21469,490,'_photos_colonne_droite|||0|value','755'), +(21470,490,'_photos_colonne_droite|||1|value','752'), +(21471,490,'_haiku_details_produit',''), +(21472,393,'_photos_colonne_gauche|||0|value','1840'), +(21473,393,'_photos_colonne_droite|||0|value','1841'), +(21474,393,'_photos_colonne_droite|||1|value','1842'), +(21475,393,'_photos_colonne_droite|||2|value','397'), +(21476,393,'_photos_colonne_droite|||3|value','673'), +(21477,393,'_haiku_details_produit',''), +(21482,398,'_photos_colonne_gauche|||0|value','1391'), +(21483,398,'_photos_colonne_droite|||0|value','400'), +(21484,398,'_photos_colonne_droite|||1|value','401'), +(21485,398,'_haiku_details_produit',''), +(21486,318,'_photos_colonne_gauche|||0|value','1848'), +(21487,318,'_photos_colonne_droite|||0|value','1849'), +(21488,318,'_photos_colonne_droite|||1|value','1850'), +(21489,318,'_photos_colonne_droite|||2|value','323'), +(21490,318,'_haiku_details_produit',''), +(21491,312,'_photos_colonne_gauche|||0|value','1851'), +(21492,312,'_photos_colonne_droite|||0|value','660'), +(21493,312,'_photos_colonne_droite|||1|value','317'), +(21494,312,'_haiku_details_produit',''), +(21495,306,'_photos_colonne_gauche|||0|value','1853'), +(21496,306,'_photos_colonne_droite|||0|value','311'), +(21497,306,'_photos_colonne_droite|||1|value','424'), +(21498,306,'_haiku_details_produit',''), +(21499,274,'_photos_colonne_gauche|||0|value','1854'), +(21500,274,'_photos_colonne_droite|||0|value','1565'), +(21501,274,'_photos_colonne_droite|||1|value','1566'), +(21502,274,'_photos_colonne_droite|||2|value','1855'), +(21503,274,'_photos_colonne_droite|||3|value','1567'), +(21504,274,'_haiku_details_produit',''), +(21505,263,'_photos_colonne_gauche|||0|value','1814'), +(21506,263,'_photos_colonne_droite|||0|value','1398'), +(21507,263,'_photos_colonne_droite|||1|value','1399'), +(21508,263,'_photos_colonne_droite|||2|value','1815'), +(21509,263,'_haiku_details_produit',''), +(21510,258,'_photos_colonne_gauche|||0|value','1856'), +(21511,258,'_photos_colonne_droite|||0|value','1819'), +(21512,258,'_photos_colonne_droite|||1|value','1353'), +(21513,258,'_haiku_details_produit',''), +(21514,240,'_photos_colonne_gauche|||0|value','243'), +(21515,240,'_photos_colonne_gauche|||1|value','1816'), +(21516,240,'_photos_colonne_droite|||0|value','244'), +(21517,240,'_photos_colonne_droite|||1|value','245'), +(21518,240,'_photos_colonne_droite|||2|value','1817'), +(21519,240,'_haiku_details_produit',''), +(21525,168,'_photos_colonne_gauche|||0|value','1858'), +(21526,168,'_photos_colonne_droite|||0|value','182'), +(21527,168,'_photos_colonne_droite|||1|value','179'), +(21528,168,'_photos_colonne_droite|||2|value','826'), +(21529,168,'_haiku_details_produit',''), +(21530,113,'_photos_colonne_gauche|||0|value','820'), +(21531,113,'_photos_colonne_droite|||0|value','122'), +(21532,113,'_photos_colonne_droite|||1|value','684'), +(21533,113,'_haiku_details_produit',''), +(21534,102,'_photos_colonne_gauche|||0|value','1876'), +(21535,102,'_photos_colonne_droite|||0|value','1877'), +(21536,102,'_photos_colonne_droite|||1|value','112'), +(21537,102,'_photos_colonne_droite|||2|value','111'), +(21538,102,'_haiku_details_produit',''), +(21539,1912,'_sku','IKKAN-BO'), +(21540,1912,'total_sales','0'), +(21541,1912,'_tax_status','taxable'), +(21542,1912,'_tax_class',''), +(21543,1912,'_manage_stock','yes'), +(21544,1912,'_backorders','notify'), +(21545,1912,'_sold_individually','no'), +(21546,1912,'_virtual','no'), +(21547,1912,'_downloadable','no'), +(21548,1912,'_download_limit','-1'), +(21549,1912,'_download_expiry','-1'), +(21550,1912,'_thumbnail_id','1916'), +(21551,1912,'_stock','4'), +(21552,1912,'_stock_status','instock'), +(21553,1912,'_wc_average_rating','0'), +(21554,1912,'_wc_review_count','0'), +(21555,1912,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(21556,1912,'_product_version','10.6.1'), +(21563,1913,'_variation_description',''), +(21564,1913,'_sku','PUCHI-BO-pair-1'), +(21565,1913,'_regular_price','130'), +(21566,1913,'total_sales','0'), +(21567,1913,'_tax_status','taxable'), +(21568,1913,'_tax_class','parent'), +(21569,1913,'_manage_stock','no'), +(21570,1913,'_backorders','no'), +(21571,1913,'_sold_individually','no'), +(21572,1913,'_virtual','no'), +(21573,1913,'_downloadable','no'), +(21574,1913,'_download_limit','-1'), +(21575,1913,'_download_expiry','-1'), +(21576,1913,'_thumbnail_id','0'), +(21577,1913,'_stock','0'), +(21578,1913,'_stock_status','instock'), +(21579,1913,'_wc_average_rating','0'), +(21580,1913,'_wc_review_count','0'), +(21581,1913,'attribute_pa_side','pair'), +(21582,1913,'_price','130'), +(21583,1913,'_product_version','10.6.1'), +(21584,1914,'_variation_description',''), +(21585,1914,'_sku','PUCHI-BO-left-1'), +(21586,1914,'_regular_price','80'), +(21587,1914,'total_sales','0'), +(21588,1914,'_tax_status','taxable'), +(21589,1914,'_tax_class','parent'), +(21590,1914,'_manage_stock','no'), +(21591,1914,'_backorders','no'), +(21592,1914,'_sold_individually','no'), +(21593,1914,'_virtual','no'), +(21594,1914,'_downloadable','no'), +(21595,1914,'_download_limit','-1'), +(21596,1914,'_download_expiry','-1'), +(21597,1914,'_thumbnail_id','0'), +(21598,1914,'_stock','0'), +(21599,1914,'_stock_status','instock'), +(21600,1914,'_wc_average_rating','0'), +(21601,1914,'_wc_review_count','0'), +(21602,1914,'attribute_pa_side','left-side'), +(21603,1914,'_price','80'), +(21604,1914,'_product_version','10.6.1'), +(21605,1915,'_variation_description',''), +(21606,1915,'_sku','PUCHI-BO-right-1'), +(21607,1915,'_regular_price','80'), +(21608,1915,'total_sales','0'), +(21609,1915,'_tax_status','taxable'), +(21610,1915,'_tax_class','parent'), +(21611,1915,'_manage_stock','no'), +(21612,1915,'_backorders','no'), +(21613,1915,'_sold_individually','no'), +(21614,1915,'_virtual','no'), +(21615,1915,'_downloadable','no'), +(21616,1915,'_download_limit','-1'), +(21617,1915,'_download_expiry','-1'), +(21618,1915,'_thumbnail_id','0'), +(21619,1915,'_stock','0'), +(21620,1915,'_stock_status','instock'), +(21621,1915,'_wc_average_rating','0'), +(21622,1915,'_wc_review_count','0'), +(21623,1915,'attribute_pa_side','right-side'), +(21624,1915,'_price','80'), +(21625,1915,'_product_version','10.6.1'), +(21626,1912,'_price','80'), +(21627,1912,'_price','130'), +(21628,1912,'_edit_lock','1777375249:1'), +(21629,1912,'_edit_last','1'), +(21630,1916,'_wp_attached_file','2026/04/IKKAN-BO.jpg'), +(21631,1916,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3044;s:6:\"height\";i:3044;s:4:\"file\";s:20:\"2026/04/IKKAN-BO.jpg\";s:8:\"filesize\";i:1096737;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IKKAN-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21632,1916,'_wp_attachment_image_alt','Ikkan earrings'), +(21633,1912,'_photos_colonne_gauche|||0|value','1916'), +(21634,1912,'_photos_colonne_droite|||0|_empty',''), +(21635,1912,'_haiku_details_produit',''), +(21636,1917,'_wp_attached_file','2024/10/PIASU-BO.jpg'), +(21637,1917,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3355;s:6:\"height\";i:3356;s:4:\"file\";s:20:\"2024/10/PIASU-BO.jpg\";s:8:\"filesize\";i:1561347;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PIASU-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5761;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21638,1917,'_wp_attachment_image_alt','Piasu earrings'), +(21639,1918,'_wp_attached_file','2024/10/©Clelia.Odette-2-32.jpg'), +(21640,1918,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3209;s:6:\"height\";i:1978;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-2-32.jpg\";s:8:\"filesize\";i:2007930;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21641,1918,'_wp_attachment_image_alt','Piasu earrings'), +(21642,1919,'_wp_attached_file','2024/10/©Clelia.Odette-2-125-copie.jpg'), +(21643,1919,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2685;s:6:\"height\";i:1722;s:4:\"file\";s:39:\"2024/10/©Clelia.Odette-2-125-copie.jpg\";s:8:\"filesize\";i:2030296;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"©Clelia.Odette-2-125-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21729;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21644,1919,'_wp_attachment_image_alt','Piasu earrings'), +(21645,1920,'_wp_attached_file','2024/10/©Clelia.Odette-2-31-e1777453313198.jpg'), +(21646,1920,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2084;s:6:\"height\";i:1322;s:4:\"file\";s:47:\"2024/10/©Clelia.Odette-2-31-e1777453313198.jpg\";s:8:\"filesize\";i:582400;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"©Clelia.Odette-2-31-e1777453313198-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22313;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21647,1920,'_wp_attachment_image_alt','Piasu earrings'), +(21648,1920,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:3042;s:6:\"height\";i:2028;s:8:\"filesize\";i:1857394;s:4:\"file\";s:24:\"©Clelia.Odette-2-31.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21140;}s:18:\"full-1777453313198\";a:4:{s:5:\"width\";i:2418;s:6:\"height\";i:1520;s:8:\"filesize\";i:753446;s:4:\"file\";s:39:\"©Clelia.Odette-2-31-e1777453234292.jpg\";}s:23:\"thumbnail-1777453313198\";a:5:{s:4:\"file\";s:47:\"©Clelia.Odette-2-31-e1777453234292-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22766;}}'), +(21654,202,'_thumbnail_id','1917'), +(21655,202,'_photos_colonne_gauche|||0|value','1917'), +(21656,202,'_photos_colonne_droite|||0|value','1918'), +(21657,202,'_photos_colonne_droite|||1|value','1919'), +(21658,202,'_photos_colonne_droite|||2|value','1920'), +(21659,202,'_haiku_details_produit',''), +(21660,1921,'_wp_attached_file','woocommerce-placeholder.webp'), +(21661,1921,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"woocommerce-placeholder.webp\";s:8:\"filesize\";i:9892;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1760;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'); +/*!40000 ALTER TABLE `haikuwp_postmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_posts` +-- + +DROP TABLE IF EXISTS `haikuwp_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_posts` ( + `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, + `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_content` longtext NOT NULL, + `post_title` text NOT NULL, + `post_excerpt` text NOT NULL, + `post_status` varchar(20) NOT NULL DEFAULT 'publish', + `comment_status` varchar(20) NOT NULL DEFAULT 'open', + `ping_status` varchar(20) NOT NULL DEFAULT 'open', + `post_password` varchar(255) NOT NULL DEFAULT '', + `post_name` varchar(200) NOT NULL DEFAULT '', + `to_ping` text NOT NULL, + `pinged` text NOT NULL, + `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_content_filtered` longtext NOT NULL, + `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, + `guid` varchar(255) NOT NULL DEFAULT '', + `menu_order` int(11) NOT NULL DEFAULT 0, + `post_type` varchar(20) NOT NULL DEFAULT 'post', + `post_mime_type` varchar(100) NOT NULL DEFAULT '', + `comment_count` bigint(20) NOT NULL DEFAULT 0, + PRIMARY KEY (`ID`), + KEY `post_name` (`post_name`(191)), + KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), + KEY `post_parent` (`post_parent`), + KEY `post_author` (`post_author`), + KEY `type_status_author` (`post_type`,`post_status`,`post_author`) +) ENGINE=InnoDB AUTO_INCREMENT=1922 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_posts` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_posts` WRITE; +/*!40000 ALTER TABLE `haikuwp_posts` DISABLE KEYS */; +INSERT INTO `haikuwp_posts` VALUES +(1,1,'2024-08-04 22:10:39','2024-08-04 20:10:39','\n

Bienvenue sur WordPress. Ceci est votre premier article. Modifiez-le ou supprimez-le, puis commencez à écrire !

\n','Bonjour tout le monde !','','publish','open','open','','bonjour-tout-le-monde','','','2024-08-04 22:10:39','2024-08-04 20:10:39','',0,'https://haikuatelier.fr.ddev.site/?p=1',0,'post','',1), +(4,0,'2024-08-04 22:10:39','2024-08-04 20:10:39','','Navigation','','publish','closed','closed','','navigation','','','2024-08-04 22:10:39','2024-08-04 20:10:39','',0,'https://haikuatelier.fr.ddev.site/2024/08/04/navigation/',0,'wp_navigation','',0), +(13,1,'2024-08-05 15:21:14','2024-08-05 13:21:14','','Home','','publish','closed','closed','','home','','','2024-08-05 15:21:14','2024-08-05 13:21:14','',0,'https://haikuatelier.fr.ddev.site/?page_id=13',0,'page','',0), +(14,1,'2024-08-05 15:21:25','2024-08-05 13:21:25','','E-Shop','','publish','closed','closed','','shop','','','2024-08-06 22:21:51','2024-08-06 20:21:51','',0,'https://haikuatelier.fr.ddev.site/?page_id=14',0,'page','',0), +(16,1,'2024-08-05 15:22:02','2024-08-05 13:22:02','','Cart','','publish','closed','closed','','cart','','','2024-08-05 15:22:02','2024-08-05 13:22:02','',0,'https://haikuatelier.fr.ddev.site/?page_id=16',0,'page','',0), +(17,1,'2024-08-05 15:22:18','2024-08-05 13:22:18','','Checkout','','publish','closed','closed','','checkout','','','2024-08-05 15:22:18','2024-08-05 13:22:18','',0,'https://haikuatelier.fr.ddev.site/?page_id=17',0,'page','',0), +(18,1,'2024-08-05 15:22:40','2024-08-05 13:22:40','','Privacy policy','','publish','closed','closed','','privacy-policy','','','2024-08-05 15:22:40','2024-08-05 13:22:40','',0,'https://haikuatelier.fr.ddev.site/?page_id=18',0,'page','',0), +(19,1,'2024-08-05 15:23:03','2024-08-05 13:23:03','','Terms & Conditions','','publish','closed','closed','','terms-and-conditions','','','2024-11-25 16:28:57','2024-11-25 15:28:57','',0,'https://haikuatelier.fr.ddev.site/?page_id=19',0,'page','',0), +(26,1,'2024-08-06 22:21:23','2024-08-06 20:21:23','','Contact','','publish','closed','closed','','contact','','','2024-08-06 22:21:23','2024-08-06 20:21:23','',0,'https://haikuatelier.fr.ddev.site/?page_id=26',0,'page','',0), +(27,1,'2024-08-06 22:21:30','2024-08-06 20:21:30','','About','','publish','closed','closed','','about','','','2024-08-06 22:21:30','2024-08-06 20:21:30','',0,'https://haikuatelier.fr.ddev.site/?page_id=27',0,'page','',0), +(81,2,'2024-09-30 17:22:16','2024-09-30 15:22:16','','Hadou Ring','','inherit','closed','closed','','sony-dsc','','','2024-09-30 17:26:53','2024-09-30 15:26:53','',0,'https://haiku.gcch.fr/app/uploads/2024/09/HADOU-B.jpg',0,'attachment','image/jpeg',0), +(100,2,'2024-09-30 18:51:37','2024-09-30 16:51:37','','Hadou ring','','inherit','closed','closed','','hadou-b-mix','','','2024-09-30 18:51:55','2024-09-30 16:51:55','',0,'https://haiku.gcch.fr/app/uploads/2024/09/HADOU-B-mix.jpg',0,'attachment','image/jpeg',0), +(102,2,'2024-09-30 18:54:28','2024-09-30 16:54:28','IKKAN : link\r\n\r\nA piece made of an oversized link thread into a D-shaped sterling silver band ring.\r\n
    \r\n
  • • link caliber 1cm
  • \r\n
  • • band diameter 2mm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Ring silver','','publish','closed','closed','','ikkan-ring-silver','','','2026-04-28 13:02:36','2026-04-28 11:02:36','',0,'https://haiku.gcch.fr/?post_type=product&p=102',16,'product','',0), +(110,2,'2024-09-30 18:56:37','2024-09-30 16:56:37','','Ikkan silver Ring','','inherit','closed','closed','','sony-dsc-3','','','2024-09-30 18:58:06','2024-09-30 16:58:06','',102,'https://haiku.gcch.fr/app/uploads/2024/09/IKKAN-B2-arg.jpg',0,'attachment','image/jpeg',0), +(112,2,'2024-09-30 18:59:53','2024-09-30 16:59:53','','Ikkan silver ring + Kishou ring','','inherit','closed','closed','','ikkan-bakigen-ba','','','2024-09-30 19:00:36','2024-09-30 17:00:36','',102,'https://haiku.gcch.fr/app/uploads/2024/09/IKKAN-BaKIGEN-Ba.jpg',0,'attachment','image/jpeg',0), +(113,2,'2024-09-30 21:12:33','2024-09-30 19:12:33','IKKAN: link\r\n\r\nA piece made of an oversized link thread into a D-shaped gold plated silver band ring.\r\n
    \r\n
  • • link caliber 1cm
  • \r\n
  • • band diameter 2mm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Ring gold plated','','draft','closed','closed','','ikkan-ring-gold-plated','','','2026-04-28 13:17:41','2026-04-28 11:17:41','',0,'https://haiku.gcch.fr/?post_type=product&p=113',15,'product','',0), +(122,2,'2024-09-30 21:19:26','2024-09-30 19:19:26','','Ikkan gold plated ring','','inherit','closed','closed','','ikkan-b-g','','','2024-11-07 23:57:12','2024-11-07 22:57:12','',113,'https://haiku.gcch.fr/app/uploads/2024/09/IKKAN-B-g.jpg',0,'attachment','image/jpeg',0), +(154,2,'2024-10-01 08:28:27','2024-10-01 06:28:27','','Kishou silver ring','','inherit','closed','closed','','kigen-baikkanba','','','2024-10-01 08:29:30','2024-10-01 06:29:30','',0,'https://haiku.gcch.fr/app/uploads/2024/10/KIGEN-BaIKKANBa.jpg',0,'attachment','image/jpeg',0), +(168,2,'2024-10-01 08:42:52','2024-10-01 06:42:52','ROKKU: pebble\r\n\r\nLarge wavy ring in sterling silver with a semi precious oval stone in the center set in silver.\r\n
    \r\n
  • • height 2cm
  • \r\n
  • • tiger\'s eye stone
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Rokku Ring','','publish','closed','closed','','rokku-ring','','','2026-04-28 13:01:34','2026-04-28 11:01:34','',0,'https://haiku.gcch.fr/?post_type=product&p=168',31,'product','',0), +(178,2,'2024-10-01 09:13:13','2024-10-01 07:13:13','','Rokku ring tiger eye','','inherit','closed','closed','','sony-dsc-9','','','2024-10-01 09:13:48','2024-10-01 07:13:48','',168,'https://haiku.gcch.fr/app/uploads/2024/10/ROKKU-B-tigereye.jpg',0,'attachment','image/jpeg',0), +(179,2,'2024-10-01 09:14:04','2024-10-01 07:14:04','','Rokku ring tiger eye','','inherit','closed','closed','','rokku-b-tigereye','','','2024-10-01 09:14:34','2024-10-01 07:14:34','',168,'https://haiku.gcch.fr/app/uploads/2024/10/ROKKU-B-tigereye-1.jpg',0,'attachment','image/jpeg',0), +(182,2,'2024-10-01 09:26:24','2024-10-01 07:26:24','','Rokku ring tiger eye','','inherit','closed','closed','','_dsc9190','','','2024-10-01 09:26:54','2024-10-01 07:26:54','',168,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9190.jpg',0,'attachment','image/jpeg',0), +(183,2,'2024-10-01 11:31:42','2024-10-01 09:31:42','BOROBORO: the sound of something crumbling \r\n\r\nLong asymmetrical earrings with oval shapes made of sterling silver.\r\n
    \r\n
  • wire diameter 12mm
  • \r\n
  • height 4cm
  • \r\n
  • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings silver','','trash','closed','closed','','boroboro-long-earrings-silver__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',0,'https://haiku.gcch.fr/?post_type=product&p=183',2,'product','',0), +(202,2,'2024-10-01 18:14:00','2024-10-01 16:14:00','PIASU: piercing\r\n\r\nLarge earrings covering the lobe with three hoops hanging to it, with a small gold plated bead on each side.\r\n
    \r\n
  • • height 3cm
  • \r\n
  • • width 2cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Piasu Earrings','','publish','closed','closed','','piasu-earrings','','','2026-04-29 11:02:32','2026-04-29 09:02:32','',0,'https://haiku.gcch.fr/?post_type=product&p=202',28,'product','',0), +(213,2,'2024-10-01 19:52:06','2024-10-01 17:52:06','BOROBORO: the sound of something crumbling \r\n\r\nLong asymmetrical earrings with oval shapes made of gold plated silver.\r\n
    \r\n
  • wire diameter 12mm
  • \r\n
  • height 4cm
  • \r\n
  • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings gold plated','','trash','closed','closed','','boroboro-long-earrings-gold-plated__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',0,'https://haiku.gcch.fr/?post_type=product&p=213',1,'product','',0), +(240,2,'2024-10-02 23:21:37','2024-10-02 21:21:37','IKKAN : link\r\n\r\nA bracelet mixing a rigid band and a loose mix of chains in sterling silver and gold plated silver.\r\n
    \r\n
  • • size 1: 6cm diameter / size 2: 7cm diameter
  • \r\n
  • • wire thickness 2,5mm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Bracelet','','publish','closed','closed','','ikkan-bracelet-silver','','','2026-04-28 13:00:33','2026-04-28 11:00:33','',0,'https://haiku.gcch.fr/?post_type=product&p=240',14,'product','',0), +(241,2,'2024-10-02 23:21:37','2024-10-02 21:21:37','','Ikkan Bracelet - Size 1','Size: Size 1','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-3','','','2026-04-24 14:50:43','2026-04-24 12:50:43','',240,'https://haiku.gcch.fr/?post_type=product_variation&p=241',1,'product_variation','',0), +(242,2,'2024-10-02 23:21:37','2024-10-02 21:21:37','','Ikkan Bracelet - Size 2','Size: Size 2','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-4','','','2026-04-24 14:50:43','2026-04-24 12:50:43','',240,'https://haiku.gcch.fr/?post_type=product_variation&p=242',2,'product_variation','',0), +(258,2,'2024-10-03 22:02:26','2024-10-03 20:02:26','Fuyou: floating leave on water\r\n\r\nRectangular trace chain bracelet in sterling silver with a fluid oval shape element in the center and gold plated details.\r\n
    \r\n
  • • adjustable in between 15 and 18cm
  • \r\n
  • • oval center shape 2cm caliber
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Fuyou Bracelet','','publish','closed','closed','','fuyou-bracelet-silver','','','2026-04-28 12:58:58','2026-04-28 10:58:58','',0,'https://haiku.gcch.fr/?post_type=product&p=258',3,'product','',0), +(263,2,'2024-10-03 22:17:11','2024-10-03 20:17:11','IKKAN: link \r\n\r\nShort necklace with a mix of different links combining sterling silver and gold plated silver.\r\n
    \r\n
  • • length 38 to 45cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Necklace','','publish','closed','closed','','ikkan-necklace','','','2026-04-28 12:58:03','2026-04-28 10:58:03','',0,'https://haiku.gcch.fr/?post_type=product&p=263',17,'product','',0), +(274,2,'2024-10-04 08:33:31','2024-10-04 06:33:31','FUYOU: floating leave on water\r\n\r\nA necklace with thin rectangular trace chain and oval fluid elements in sterling silver, with a dangling gold plated detail.\r\n
    \r\n
  • • total length 50cm, adjustable at your convenience
  • \r\n
  • • oval shapes caliber between 3cm and 1cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Fuyou Necklace','','publish','closed','closed','','fuyou-necklace','','','2026-04-28 12:55:09','2026-04-28 10:55:09','',0,'https://haiku.gcch.fr/?post_type=product&p=274',6,'product','',0), +(285,2,'2024-10-04 08:55:02','2024-10-04 06:55:02','HATTARI: bluff\r\n\r\nMultiple hoops in various sizes giving the illusion of stacked hoop earrings, in sterling silver.\r\n
    \r\n
  • hoops diameter 3cm to 1cm
  • \r\n
  • d-shape wires
  • \r\n
  • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Stacked Hoops silver','','trash','closed','closed','','hattari-stacked-hoops-silver__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',0,'https://haiku.gcch.fr/?post_type=product&p=285',13,'product','',0), +(288,2,'2024-10-04 09:10:01','2024-10-04 07:10:01','HATTARI: bluff\r\n\r\nMultiple hoops in various sizes giving the illusion of stacked hoop earrings, in gold plated silver.\r\n
    \r\n
  • hoops diameter 3cm to 1cm
  • \r\n
  • d-shape wires
  • \r\n
  • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Stacked Hoops gold plated','','trash','closed','closed','','hattari-stacked-hoops-gold-plated__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',0,'https://haiku.gcch.fr/?post_type=product&p=288',12,'product','',0), +(306,2,'2024-10-07 08:18:28','2024-10-07 06:18:28','TAMA: soul, spirit\r\n\r\nOval sterling silver hoops lined with dangling box chains of two different length.\r\n
    \r\n
  • • hoops height 2cm
  • \r\n
  • • chain length 5cm and 3,5cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Tama Hoops silver','','publish','closed','closed','','tamanori-hoops','','','2026-04-28 12:54:34','2026-04-28 10:54:34','',0,'https://haiku.gcch.fr/?post_type=product&p=306',35,'product','',0), +(310,2,'2024-10-07 08:20:16','2024-10-07 06:20:16','','Tamanori Hoops silver','','inherit','closed','closed','','sony-dsc-31','','','2024-10-07 08:20:55','2024-10-07 06:20:55','',306,'https://haiku.gcch.fr/app/uploads/2024/10/TAMANORI-CR2-arg.jpg',0,'attachment','image/jpeg',0), +(311,2,'2024-10-07 08:22:26','2024-10-07 06:22:26','','Tamanori Hoops silver','','inherit','closed','closed','','_dsc9378','','','2024-10-07 08:22:48','2024-10-07 06:22:48','',306,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9378.jpg',0,'attachment','image/jpeg',0), +(312,2,'2024-10-07 08:33:26','2024-10-07 06:33:26','TAMA: soul, spirit\r\n\r\nOval gold plated silver hoops lined with dangling box chains of two different length.\r\n
    \r\n
  • • hoops height 2cm
  • \r\n
  • • chain length 5cm and 3,5cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycles sterling silver and 18ct gold plated silver.','Tama Hoops gold plated','','publish','closed','closed','','tamanori-hoops-gold-plated','','','2026-04-28 12:53:52','2026-04-28 10:53:52','',0,'https://haiku.gcch.fr/?post_type=product&p=312',34,'product','',0), +(318,2,'2024-10-07 08:40:26','2024-10-07 06:40:26','FUYOU: floating leave on water\r\n\r\nSolo hoop in sterling silver with a mix of small rings in gold plated silver hanging on it.\r\n
    \r\n
  • • hoop diameter 13mm
  • \r\n
  • • small rings diameter around 5mm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Fuyou Hoop','','publish','closed','closed','','fuyou-hoop','','','2026-04-28 12:53:12','2026-04-28 10:53:12','',0,'https://haiku.gcch.fr/?post_type=product&p=318',4,'product','',0), +(324,2,'2024-10-07 08:55:07','2024-10-07 06:55:07','','Fuyou Hoops silver and gold','','inherit','closed','closed','','_dsc9542','','','2024-10-07 08:55:26','2024-10-07 06:55:26','',318,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9542.jpg',0,'attachment','image/jpeg',0), +(393,2,'2024-10-18 08:48:05','2024-10-18 06:48:05','MUGURA: vine\r\n\r\nMinimalist hoop earrings, big and small version, with thin ends going up on the lobes and smoked quartz detail. In sterling silver.\r\n
    \r\n
  • • wire thickness 25mm & 20mm
  • \r\n
  • • height 4cm & 2,5cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Mugura Hoops silver','','publish','closed','closed','','mugura-hoops-silver','','','2026-04-28 12:50:26','2026-04-28 10:50:26','',0,'https://haiku.gcch.fr/?post_type=product&p=393',24,'product','',0), +(396,2,'2024-10-18 08:51:31','2024-10-18 06:51:31','','Mugura hoops silver','','inherit','closed','closed','','sony-dsc-46','','','2024-10-18 08:59:25','2024-10-18 06:59:25','',393,'https://haiku.gcch.fr/app/uploads/2024/10/MUGURA-CR2-arg.jpg',0,'attachment','image/jpeg',0), +(397,2,'2024-10-18 08:59:16','2024-10-18 06:59:16','','Mugura hoops silver','','inherit','closed','closed','','_dsc9733','','','2024-11-08 00:27:40','2024-11-07 23:27:40','',393,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9733.jpg',0,'attachment','image/jpeg',0), +(398,2,'2024-10-18 09:00:33','2024-10-18 07:00:33','MUGURA: vine\r\n\r\nMinimalist hoop earrings, big and small version, with thin ends going up on the lobes and smoked quartz detail. In gold plated silver.\r\n
    \r\n
  • • wire thickness 2,5mm & 2mm
  • \r\n
  • • height 4cm & 2,5cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Mugura Hoops gold plated','','draft','closed','closed','','mugura-hoops-gold-plated','','','2026-04-28 12:52:13','2026-04-28 10:52:13','',0,'https://haiku.gcch.fr/?post_type=product&p=398',23,'product','',0), +(400,2,'2024-10-18 09:21:51','2024-10-18 07:21:51','','Mugura hoops silver','','inherit','closed','closed','','_dsc9723','','','2024-10-18 09:22:07','2024-10-18 07:22:07','',398,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9723.jpg',0,'attachment','image/jpeg',0), +(424,1,'2024-10-30 22:08:13','2024-10-30 21:08:13','','Tamanori Hoops silver','','inherit','closed','closed','','_dsc9376','','','2024-10-30 22:08:31','2024-10-30 21:08:31','',306,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9376.jpg',0,'attachment','image/jpeg',0), +(435,1,'2024-10-30 22:36:02','2024-10-30 21:36:02','KARA: hull, shell\r\n\r\nTextured ear cuff in sterling silver.\r\n
    \r\n
  • width 0,5cm
  • \r\n
  • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled silver and 24K gold plated silver.','Kara Ear Cuff silver','','trash','closed','closed','','kara-earcuff-silver__trashed','','','2026-04-25 08:34:20','2026-04-25 06:34:20','',0,'https://haiku.gcch.fr/?post_type=product&p=435',19,'product','',0), +(447,1,'2024-11-07 23:51:25','2024-11-07 22:51:25','KARA: hull, shell\r\n\r\nTextured ear cuff in sterling gold plated silver.\r\n
    \r\n
  • width 0,5cm
  • \r\n
  • handcrafted in Brussels
  • \r\n
\r\nAll our products are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Ear Cuff gold plated','','trash','closed','closed','','kara-ear-cuff-gold-plated__trashed','','','2026-04-25 08:34:10','2026-04-25 06:34:10','',0,'https://haikuatelier.com/?post_type=product&p=447',18,'product','',0), +(490,1,'2024-11-10 12:47:12','2024-11-10 11:47:12','Hadou: wave\r\n\r\nStud earrings with 2 wavy lines, one in sterling silver, the other in gold plated silver.\r\n
    \r\n
  • • height 1cm
  • \r\n
  • • wire thickness 1,5mm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\nAll our products are made in 80% recycled silver and 18ct gold plated silver.','Mugura Stud Earrings','','publish','closed','closed','','mugura-stud-earrings','','','2026-04-28 12:49:20','2026-04-28 10:49:20','',0,'https://haikuatelier.com/?post_type=product&p=490',7,'product','',0), +(493,1,'2024-11-10 12:59:05','2024-11-10 11:59:05','','Mugura Stud Earrings - left side','Side: left side','publish','closed','closed','','hattari-double-hoops-copy-left-side','','','2026-04-25 08:36:58','2026-04-25 06:36:58','',490,'https://haikuatelier.com/?post_type=product_variation&p=493',2,'product_variation','',0), +(494,1,'2024-11-10 12:59:05','2024-11-10 11:59:05','','Mugura Stud Earrings - pair','Side: pair','publish','closed','closed','','hattari-double-hoops-copy-pair','','','2026-04-25 08:36:58','2026-04-25 06:36:58','',490,'https://haikuatelier.com/?post_type=product_variation&p=494',1,'product_variation','',0), +(495,1,'2024-11-10 12:59:05','2024-11-10 11:59:05','','Mugura Stud Earrings - right side','Side: right side','publish','closed','closed','','hattari-double-hoops-copy-right-side','','','2026-04-25 08:36:58','2026-04-25 06:36:58','',490,'https://haikuatelier.com/?post_type=product_variation&p=495',3,'product_variation','',0), +(496,1,'2024-11-10 13:07:31','2024-11-10 12:07:31','Mugura: vine\r\n\r\nSmall solo hoop in sterling silver with a wavy dangling element in gold plated silver.\r\n
    \r\n
  • hoop diameter 13mm
  • \r\n
  • total height 3cm
  • \r\n
  • handcrafted in Brussels
  • \r\n
\r\nAll our jewelry are made in 80% recycled silver and 18K gold plated silver.','Mugura Solo Hoop','','trash','closed','closed','','mugu-hoop__trashed','','','2026-04-25 08:33:48','2026-04-25 06:33:48','',0,'https://haikuatelier.com/?post_type=product&p=496',25,'product','',0), +(510,1,'2024-11-12 17:15:05','2024-11-12 16:15:05','','Successful Order','','publish','closed','closed','','successful-order','','','2024-11-12 17:34:29','2024-11-12 16:34:29','',0,'https://haiku.gcch.fr/?page_id=510',0,'page','',0), +(511,1,'2024-11-12 17:15:13','2024-11-12 16:15:13','','Failed Order','','publish','closed','closed','','failed-order','','','2024-11-12 17:34:46','2024-11-12 16:34:46','',0,'https://haiku.gcch.fr/?page_id=511',0,'page','',0), +(545,1,'2024-11-13 13:56:53','2024-11-13 12:56:53','KARA: hull, shell\r\n\r\nSmall textured gold plated silver hoops.\r\n
    \r\n
  • 1cm diameter
  • \r\n
  • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Hoops gold plated','','trash','closed','closed','','kara-hoops-gold-plated__trashed','','','2026-04-25 08:33:40','2026-04-25 06:33:40','',0,'https://haikuatelier.com/?post_type=product&p=545',20,'product','',0), +(552,1,'2024-11-13 14:51:15','2024-11-13 13:51:15','','Kara Hoops gold plated - one earring','Side: one earring','trash','closed','closed','','kara-hoops-gold-plated-one-earring__trashed','','','2026-04-25 08:33:40','2026-04-25 06:33:40','',545,'https://haikuatelier.com/?post_type=product_variation&p=552',2,'product_variation','',0), +(553,1,'2024-11-13 14:51:15','2024-11-13 13:51:15','','Kara Hoops gold plated - pair','Side: pair','trash','closed','closed','','kara-hoops-gold-plated-pair__trashed','','','2026-04-25 08:33:40','2026-04-25 06:33:40','',545,'https://haikuatelier.com/?post_type=product_variation&p=553',1,'product_variation','',0), +(554,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','KARA: hull, shell\r\n\r\nSmall textured sterling silver hoops.\r\n
    \r\n
  • 1cm diameter
  • \r\n
  • handcrafted in Brussels
  • \r\n
\r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Hoops silver','','trash','closed','closed','','kara-hoops-silver__trashed','','','2026-04-25 08:33:33','2026-04-25 06:33:33','',0,'https://haikuatelier.com/?post_type=product&p=554',21,'product','',0), +(555,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','','Kara Hoops silver - pair','Side: pair','trash','closed','closed','','kara-hoops-gold-plated-pair-2__trashed','','','2026-04-25 08:33:33','2026-04-25 06:33:33','',554,'https://haikuatelier.com/?post_type=product_variation&p=555',1,'product_variation','',0), +(556,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','','Kara Hoops silver - one earring','Side: one earring','trash','closed','closed','','kara-hoops-gold-plated-one-earring-2__trashed','','','2026-04-25 08:33:33','2026-04-25 06:33:33','',554,'https://haikuatelier.com/?post_type=product_variation&p=556',2,'product_variation','',0), +(565,1,'2024-11-13 15:42:44','2024-11-13 14:42:44','','BoroBoro Long Earrings silver - one element earring','Side: one element earring','trash','closed','closed','','boroboro-long-earrings-silver-one-element-side__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',183,'https://haikuatelier.com/?post_type=product_variation&p=565',2,'product_variation','',0), +(566,1,'2024-11-13 15:42:44','2024-11-13 14:42:44','','BoroBoro Long Earrings silver - pair','Side: pair','trash','closed','closed','','boroboro-long-earrings-silver-pair__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',183,'https://haikuatelier.com/?post_type=product_variation&p=566',1,'product_variation','',0), +(567,1,'2024-11-13 15:42:44','2024-11-13 14:42:44','','BoroBoro Long Earrings silver - two elements earring','Side: two elements earring','trash','closed','closed','','boroboro-long-earrings-silver-two-elements-side__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',183,'https://haikuatelier.com/?post_type=product_variation&p=567',3,'product_variation','',0), +(569,1,'2024-11-13 15:46:14','2024-11-13 14:46:14','','BoroBoro Long Earrings gold plated - one element earring','Side: one element earring','trash','closed','closed','','boroboro-long-earrings-gold-plated-one-element-side__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',213,'https://haikuatelier.com/?post_type=product_variation&p=569',2,'product_variation','',0), +(570,1,'2024-11-13 15:46:14','2024-11-13 14:46:14','','BoroBoro Long Earrings gold plated - pair','Side: pair','trash','closed','closed','','boroboro-long-earrings-gold-plated-pair__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',213,'https://haikuatelier.com/?post_type=product_variation&p=570',1,'product_variation','',0), +(571,1,'2024-11-13 15:46:14','2024-11-13 14:46:14','','BoroBoro Long Earrings gold plated - two elements earring','Side: two elements earring','trash','closed','closed','','boroboro-long-earrings-gold-plated-two-elements-side__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',213,'https://haikuatelier.com/?post_type=product_variation&p=571',3,'product_variation','',0), +(637,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings - left side','Side: left side','publish','closed','closed','','piasu-earrings-left-side','','','2026-04-24 20:34:10','2026-04-24 18:34:10','',202,'https://haikuatelier.com/?post_type=product_variation&p=637',2,'product_variation','',0), +(638,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings - pair','Side: pair','publish','closed','closed','','piasu-earrings-pair','','','2026-04-24 20:34:10','2026-04-24 18:34:10','',202,'https://haikuatelier.com/?post_type=product_variation&p=638',1,'product_variation','',0), +(639,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings - right side','Side: right side','publish','closed','closed','','piasu-earrings-right-side','','','2026-04-24 20:34:10','2026-04-24 18:34:10','',202,'https://haikuatelier.com/?post_type=product_variation&p=639',3,'product_variation','',0), +(641,1,'2024-11-13 19:47:48','2024-11-13 18:47:48','','Hattari Stacked Hoops silver - left side','Side: left side','trash','closed','closed','','hattari-stacked-hoops-silver-left-side__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',285,'https://haikuatelier.com/?post_type=product_variation&p=641',2,'product_variation','',0), +(642,1,'2024-11-13 19:47:48','2024-11-13 18:47:48','','Hattari Stacked Hoops silver - pair','Side: pair','trash','closed','closed','','hattari-stacked-hoops-silver-pair__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',285,'https://haikuatelier.com/?post_type=product_variation&p=642',1,'product_variation','',0), +(643,1,'2024-11-13 19:47:48','2024-11-13 18:47:48','','Hattari Stacked Hoops silver - right side','Side: right side','trash','closed','closed','','hattari-stacked-hoops-silver-right-side__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',285,'https://haikuatelier.com/?post_type=product_variation&p=643',3,'product_variation','',0), +(645,1,'2024-11-13 19:54:04','2024-11-13 18:54:04','','Hattari Stacked Hoops gold plated - left side','Side: left side','trash','closed','closed','','hattari-stacked-hoops-gold-plated-left-side__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',288,'https://haikuatelier.com/?post_type=product_variation&p=645',2,'product_variation','',0), +(646,1,'2024-11-13 19:54:04','2024-11-13 18:54:04','','Hattari Stacked Hoops gold plated - pair','Side: pair','trash','closed','closed','','hattari-stacked-hoops-gold-plated-pair__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',288,'https://haikuatelier.com/?post_type=product_variation&p=646',1,'product_variation','',0), +(647,1,'2024-11-13 19:54:04','2024-11-13 18:54:04','','Hattari Stacked Hoops gold plated - right side','Side: right side','trash','closed','closed','','hattari-stacked-hoops-gold-plated-right-side__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',288,'https://haikuatelier.com/?post_type=product_variation&p=647',3,'product_variation','',0), +(651,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tama Hoops silver - long','Side: long','publish','closed','closed','','tamanori-hoops-silver-long','','','2026-04-24 20:38:57','2026-04-24 18:38:57','',306,'https://haikuatelier.com/?post_type=product_variation&p=651',2,'product_variation','',0), +(652,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tama Hoops silver - pair','Side: pair','publish','closed','closed','','tamanori-hoops-silver-pair','','','2026-04-24 20:38:57','2026-04-24 18:38:57','',306,'https://haikuatelier.com/?post_type=product_variation&p=652',1,'product_variation','',0), +(653,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tama Hoops silver - short','Side: short','publish','closed','closed','','tamanori-hoops-silver-short','','','2026-04-24 20:38:57','2026-04-24 18:38:57','',306,'https://haikuatelier.com/?post_type=product_variation&p=653',3,'product_variation','',0), +(654,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tama Hoops gold plated - long','Side: long','publish','closed','closed','','tamanori-hoops-gold-plated-long','','','2026-04-24 20:40:06','2026-04-24 18:40:06','',312,'https://haikuatelier.com/?post_type=product_variation&p=654',2,'product_variation','',0), +(655,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tama Hoops gold plated - pair','Side: pair','publish','closed','closed','','tamanori-hoops-gold-plated-pair','','','2026-04-24 15:15:56','2026-04-24 13:15:56','',312,'https://haikuatelier.com/?post_type=product_variation&p=655',1,'product_variation','',0), +(656,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tama Hoops gold plated - short','Side: short','publish','closed','closed','','tamanori-hoops-gold-plated-short','','','2026-04-24 20:40:06','2026-04-24 18:40:06','',312,'https://haikuatelier.com/?post_type=product_variation&p=656',3,'product_variation','',0), +(659,1,'2024-11-15 12:26:34','2024-11-15 11:26:34','','Hadou wavy ring silver and gold','','inherit','closed','closed','','hadou-b-opti','','','2024-11-15 17:20:07','2024-11-15 16:20:07','',72,'https://haikuatelier.com/app/uploads/2024/09/HADOU-B-opti.jpg',0,'wmpc-trash','image/jpeg',0), +(660,1,'2024-11-15 12:30:13','2024-11-15 11:30:13','','Tamanori hoops gold plated','','inherit','closed','closed','','img_1442','','','2024-11-15 12:30:25','2024-11-15 11:30:25','',312,'https://haikuatelier.com/app/uploads/2024/10/IMG_1442.jpg',0,'attachment','image/jpeg',0), +(684,1,'2024-11-17 10:35:57','2024-11-17 09:35:57','','Ikkan ring gold plated','','inherit','closed','closed','','img_1478','','','2024-11-17 10:36:09','2024-11-17 09:36:09','',113,'https://haikuatelier.com/app/uploads/2024/09/IMG_1478.jpg',0,'attachment','image/jpeg',0), +(714,1,'2024-11-17 11:42:07','2024-11-17 10:42:07','','Fuyou solo hoop','','inherit','closed','closed','','img_1651','','','2024-11-17 11:42:18','2024-11-17 10:42:18','',318,'https://haikuatelier.com/app/uploads/2024/10/IMG_1651.jpg',0,'attachment','image/jpeg',0), +(722,1,'2024-11-17 17:29:17','2024-11-17 16:29:17','','Mugura hoops gold plated','','inherit','closed','closed','','sony-dsc-39','','','2024-11-17 17:29:34','2024-11-17 16:29:34','',398,'https://haikuatelier.com/app/uploads/2024/10/MUGURA-CR2-vrm.jpg',0,'attachment','image/jpeg',0), +(726,1,'2024-11-17 17:39:44','2024-11-17 16:39:44','','Rokku ring silver and malachite','','inherit','closed','closed','','rokku-b-malachite','','','2024-11-17 17:40:01','2024-11-17 16:40:01','',168,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-B-malachite.jpg',0,'attachment','image/jpeg',0), +(735,1,'2024-11-17 18:03:32','2024-11-17 17:03:32','','Tamanori hoops gold plated','','inherit','closed','closed','','sony-dsc-32','','','2024-11-17 18:03:50','2024-11-17 17:03:50','',312,'https://haikuatelier.com/app/uploads/2024/10/TAMANORI-CR2-vrm.jpg',0,'attachment','image/jpeg',0), +(752,1,'2024-11-17 18:35:52','2024-11-17 17:35:52','','Hadou stud earrings','','inherit','closed','closed','','sony-dsc-60','','','2024-11-17 18:37:25','2024-11-17 17:37:25','',490,'https://haikuatelier.com/app/uploads/2024/11/HADOU-BOP.jpg',0,'attachment','image/jpeg',0), +(766,1,'2024-11-20 16:00:37','2024-11-20 15:00:37','Fuyou : floating leave on water\r\n\r\nLong dangling earrings in sterling silver. Composed of fluid oval shapes and rectangular chains with gold plated details.\r\n\r\n
    \r\n
  • • total length 5cm
  • \r\n
  • • oval length 2,5cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n
\r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.','Fuyou Long Earrings','','publish','closed','closed','','fuyou-long-earrings-silver','','','2026-04-28 12:48:44','2026-04-28 10:48:44','',0,'https://haikuatelier.com/?post_type=product&p=766',5,'product','',0), +(819,1,'2024-11-24 11:42:38','2024-11-24 10:42:38','','Haiku size guide','','inherit','closed','closed','','haiku-ringsizes','','','2024-11-24 11:42:57','2024-11-24 10:42:57','',0,'https://haikuatelier.com/app/uploads/2024/11/HAIKU-ringsizes.jpg',0,'attachment','image/jpeg',0), +(820,1,'2024-11-24 11:53:29','2024-11-24 10:53:29','','Ikkan ring gold plated','','inherit','closed','closed','','sony-dsc-4','','','2024-11-24 11:53:45','2024-11-24 10:53:45','',113,'https://haikuatelier.com/app/uploads/2024/09/IKKAN-B-vrm.jpg',0,'attachment','image/jpeg',0), +(821,1,'2024-11-24 11:55:38','2024-11-24 10:55:38','','Kara ring silver and 18k gold','','inherit','closed','closed','','sony-dsc-6','','','2024-11-24 11:55:59','2024-11-24 10:55:59','',0,'https://haikuatelier.com/app/uploads/2024/09/KARA-B.jpg',0,'attachment','image/jpeg',0), +(851,1,'2024-11-25 16:26:31','2024-11-25 15:26:31','','NEWSHOP20','Code promo pour l\'ouverture du site.','publish','closed','closed','','newshop20','','','2024-12-04 00:23:03','2024-12-03 23:23:03','',0,'https://haikuatelier.com/?post_type=shop_coupon&p=851',0,'shop_coupon','',0), +(862,1,'2024-11-28 16:40:46','2024-11-28 15:40:46','','','','draft','closed','closed','','','','','2024-11-28 16:40:46','2024-11-28 15:40:46','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=862',0,'shop_order_placehold','',1), +(866,1,'2024-11-29 10:05:49','2024-11-29 09:05:49','','','','draft','closed','closed','','','','','2024-11-29 10:05:49','2024-11-29 09:05:49','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=866',0,'shop_order_placehold','',1), +(868,1,'2024-11-29 18:22:16','2024-11-29 17:22:16','','','','draft','closed','closed','','','','','2024-11-29 18:22:16','2024-11-29 17:22:16','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=868',0,'shop_order_placehold','',1), +(869,1,'2024-12-02 11:05:43','2024-12-02 10:05:43','','','','draft','closed','closed','','','','','2024-12-02 11:05:43','2024-12-02 10:05:43','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=869',0,'shop_order_placehold','',1), +(871,1,'2024-12-02 17:33:11','2024-12-02 16:33:11','','','','draft','closed','closed','','','','','2024-12-02 17:33:11','2024-12-02 16:33:11','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=871',0,'shop_order_placehold','',1), +(872,1,'2024-12-03 18:03:18','2024-12-03 17:03:18','','','','draft','closed','closed','','','','','2024-12-03 18:03:18','2024-12-03 17:03:18','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=872',0,'shop_order_placehold','',1), +(873,1,'2024-12-03 23:53:41','2024-12-03 22:53:41','','','','draft','closed','closed','','','','','2024-12-03 23:53:41','2024-12-03 22:53:41','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=873',0,'shop_order_placehold','',1), +(878,1,'2024-12-06 14:08:34','2024-12-06 13:08:34','','','','draft','closed','closed','','','','','2024-12-06 14:08:34','2024-12-06 13:08:34','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=878',0,'shop_order_placehold','',3), +(879,1,'2024-12-06 15:04:22','2024-12-06 14:04:22','','','','draft','closed','closed','','','','','2024-12-06 15:04:22','2024-12-06 14:04:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=879',0,'shop_order_placehold','',2), +(880,1,'2024-12-12 17:55:38','2024-12-12 16:55:38','','','','draft','closed','closed','','','','','2024-12-12 17:55:38','2024-12-12 16:55:38','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=880',0,'shop_order_placehold','',3), +(881,1,'2024-12-13 09:37:26','2024-12-13 08:37:26','','','','draft','closed','closed','','','','','2024-12-13 09:37:26','2024-12-13 08:37:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=881',0,'shop_order_placehold','',2), +(884,1,'2024-12-14 11:10:01','2024-12-14 10:10:01','','','','draft','closed','closed','','','','','2024-12-14 11:10:01','2024-12-14 10:10:01','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=884',0,'shop_order_placehold','',3), +(885,1,'2024-12-16 10:16:07','2024-12-16 09:16:07','','','','draft','closed','closed','','','','','2024-12-16 10:16:07','2024-12-16 09:16:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=885',0,'shop_order_placehold','',2), +(886,1,'2024-12-17 09:40:04','2024-12-17 08:40:04','','','','draft','closed','closed','','','','','2024-12-17 09:40:04','2024-12-17 08:40:04','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=886',0,'shop_order_placehold','',2), +(887,1,'2024-12-18 16:13:28','2024-12-18 15:13:28','','','','draft','closed','closed','','','','','2024-12-18 16:13:28','2024-12-18 15:13:28','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=887',0,'shop_order_placehold','',2), +(888,1,'2024-12-19 10:08:20','2024-12-19 09:08:20','','','','draft','closed','closed','','','','','2024-12-19 10:08:20','2024-12-19 09:08:20','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=888',0,'shop_order_placehold','',2), +(889,1,'2024-12-26 13:37:45','2024-12-26 12:37:45','','','','draft','closed','closed','','','','','2024-12-26 13:37:45','2024-12-26 12:37:45','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=889',0,'shop_order_placehold','',2), +(890,1,'2024-12-29 15:53:20','2024-12-29 14:53:20','','','','draft','closed','closed','','','','','2024-12-29 15:53:20','2024-12-29 14:53:20','',888,'https://haikuatelier.com/?post_type=shop_order_placehold&p=890',0,'shop_order_placehold','',0), +(891,1,'2024-12-30 11:40:43','2024-12-30 10:40:43','','','','draft','closed','closed','','','','','2024-12-30 11:40:43','2024-12-30 10:40:43','',880,'https://haikuatelier.com/?post_type=shop_order_placehold&p=891',0,'shop_order_placehold','',0), +(894,1,'2025-01-03 10:04:01','2025-01-03 09:04:01','','','','draft','closed','closed','','','','','2025-01-03 10:04:01','2025-01-03 09:04:01','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=894',0,'shop_order_placehold','',2), +(895,1,'2025-01-09 13:01:26','2025-01-09 12:01:26','','','','draft','closed','closed','','','','','2025-01-09 13:01:26','2025-01-09 12:01:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=895',0,'shop_order_placehold','',2), +(896,1,'2025-01-23 22:51:50','2025-01-23 21:51:50','','','','draft','closed','closed','','','','','2025-01-23 22:51:50','2025-01-23 21:51:50','',884,'https://haikuatelier.com/?post_type=shop_order_placehold&p=896',0,'shop_order_placehold','',0), +(897,1,'2025-01-29 11:32:07','2025-01-29 10:32:07','','','','draft','closed','closed','','','','','2025-01-29 11:32:07','2025-01-29 10:32:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=897',0,'shop_order_placehold','',2), +(899,1,'2025-01-30 09:57:12','2025-01-30 08:57:12','','','','draft','closed','closed','','','','','2025-01-30 09:57:12','2025-01-30 08:57:12','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=899',0,'shop_order_placehold','',2), +(901,1,'2025-02-23 18:08:07','2025-02-23 17:08:07','','','','draft','closed','closed','','','','','2025-02-23 18:08:07','2025-02-23 17:08:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=901',0,'shop_order_placehold','',1), +(903,1,'2025-02-26 13:51:16','2025-02-26 12:51:16','','','','draft','closed','closed','','','','','2025-02-26 13:51:16','2025-02-26 12:51:16','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=903',0,'shop_order_placehold','',2), +(905,1,'2025-03-03 11:45:26','2025-03-03 10:45:26','','','','draft','closed','closed','','','','','2025-03-03 11:45:26','2025-03-03 10:45:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=905',0,'shop_order_placehold','',2), +(906,1,'2025-03-03 12:10:15','2025-03-03 11:10:15','','','','draft','closed','closed','','','','','2025-03-03 12:10:15','2025-03-03 11:10:15','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=906',0,'shop_order_placehold','',2), +(907,1,'2025-03-05 12:04:07','2025-03-05 11:04:07','','','','draft','closed','closed','','','','','2025-03-05 12:04:07','2025-03-05 11:04:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=907',0,'shop_order_placehold','',2), +(908,1,'2025-03-23 22:39:51','2025-03-23 21:39:51','','','','draft','closed','closed','','','','','2025-03-23 22:39:51','2025-03-23 21:39:51','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=908',0,'shop_order_placehold','',2), +(910,1,'2025-04-08 13:44:22','2025-04-08 11:44:22','','','','draft','closed','closed','','','','','2025-04-08 13:44:22','2025-04-08 11:44:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=910',0,'shop_order_placehold','',2), +(912,1,'2025-05-09 11:49:40','2025-05-09 09:49:40','','','','draft','closed','closed','','','','','2025-05-09 11:49:40','2025-05-09 09:49:40','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=912',0,'shop_order_placehold','',2), +(913,1,'2026-04-28 10:01:29','2026-04-28 08:01:29','ROKKU: pebble\n\nLarge wavy ring in sterling silver with a semi precious oval stone in the center set in silver.\n
    \n
  • height 2cm
  • \n
  • tiger\'s eye stone
  • \n
  • handcrafted in Brussels
  • \n
\nRings are made on demand. Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Rokku Ring','','inherit','closed','closed','','168-autosave-v1','','','2026-04-28 10:01:29','2026-04-28 08:01:29','',168,'https://haikuatelier.com/?p=913',0,'revision','',0), +(921,1,'2025-05-09 21:56:27','2025-05-09 19:56:27','','','','draft','closed','closed','','','','','2025-05-09 21:56:27','2025-05-09 19:56:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=921',0,'shop_order_placehold','',2), +(922,1,'2025-05-09 21:56:28','2025-05-09 19:56:28','','','','draft','closed','closed','','','','','2025-05-09 21:56:28','2025-05-09 19:56:28','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=922',0,'shop_order_placehold','',2), +(924,1,'2025-06-05 09:44:45','2025-06-05 07:44:45','','','','draft','closed','closed','','','','','2025-06-05 09:44:45','2025-06-05 07:44:45','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=924',0,'shop_order_placehold','',2), +(930,1,'2025-08-19 09:39:07','2025-08-19 07:39:07','Mugura: vine\n\nSmall solo hoop in sterling silver with a wavy dangling element in gold plated silver.\n
    \n
  • hoop diameter 13mm
  • \n
  • total height 3cm
  • \n
  • handcrafted in Brussels
  • \n
\nAll our jewelry are made in 80% recycled silver and 18K gold plated silver.','Mugura Solo Hoop','','inherit','closed','closed','','496-autosave-v1','','','2025-08-19 09:39:07','2025-08-19 07:39:07','',496,'https://haikuatelier.com/?p=930',0,'revision','',0), +(934,1,'2025-06-17 09:45:51','2025-06-17 07:45:51','','Hadou stud earrings','','inherit','closed','closed','','hadou-bop-1','','','2025-06-17 09:46:12','2025-06-17 07:46:12','',490,'https://haikuatelier.com/app/uploads/2024/11/HADOU-BOP-1.jpg',0,'attachment','image/jpeg',0), +(941,1,'2025-06-20 19:22:20','2025-06-20 17:22:20','Uteki : raindrop\r\n\r\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in sterling silver.\r\n\r\n
  • • wire thickness 3mm
  • \r\n
  • • stone 10x8cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Uteki Ring silver','','publish','closed','closed','','uteki-ring-silver','','','2026-04-27 13:54:34','2026-04-27 11:54:34','',0,'https://haikuatelier.com/?post_type=product&p=941',41,'product','',0), +(953,1,'2025-06-18 22:19:47','2025-06-18 20:19:47','Uteki : raindrop\r\n\r\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in gold plated sterling silver.\r\n\r\n
  • • wire thickness 3mm
  • \r\n
  • • stone 10x8cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.\r\n\r\n','Uteki Ring gold plated','','publish','closed','closed','','uteki-ring-gold-plated','','','2026-04-27 14:04:24','2026-04-27 12:04:24','',0,'https://haikuatelier.com/?post_type=product&p=953',39,'product','',0), +(962,1,'2025-06-18 22:20:23','2025-06-18 20:20:23','','Uteki ring in gold plated','','inherit','closed','closed','','uteki-b-g','','','2025-06-18 22:22:37','2025-06-18 20:22:37','',953,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-B-g.jpg',0,'attachment','image/jpeg',0), +(967,1,'2025-06-18 22:38:10','2025-06-18 20:38:10','BOROBORO: the sound of something crumbling \n\nLong asymmetrical earrings with oval shapes made of sterling silver.\n
      \n
    • wire diameter 12mm
    • \n
    • height 4cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings silver','','inherit','closed','closed','','183-autosave-v1','','','2025-06-18 22:38:10','2025-06-18 20:38:10','',183,'https://haikuatelier.com/?p=967',0,'revision','',0), +(977,1,'2025-06-19 16:20:10','2025-06-19 14:20:10','KARA: hull, shell\n\nTextured ear cuff in sterling gold plated silver.\n
      \n
    • width 0,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our products are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Ear Cuff gold plated','','inherit','closed','closed','','447-autosave-v1','','','2025-06-19 16:20:10','2025-06-19 14:20:10','',447,'https://haikuatelier.com/?p=977',0,'revision','',0), +(982,1,'2025-06-20 18:59:01','2025-06-20 16:59:01','Uteki : raindrop\r\n\r\nSnake chain necklace with a droplet shaped pendant swirling around a prehnite stone. Made in sterling silver.\r\n\r\n• total length 45cm\r\n• stone 10x8cm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Necklace silver','','trash','closed','closed','','uteki-necklace-silver__trashed','','','2026-04-25 08:31:43','2026-04-25 06:31:43','',0,'https://haikuatelier.com/?post_type=product&p=982',39,'product','',0), +(992,1,'2025-06-20 19:05:42','2025-06-20 17:05:42','','Uteki necklaces','','inherit','closed','closed','','dsc00689','','','2025-06-20 19:06:07','2025-06-20 17:06:07','',982,'https://haikuatelier.com/app/uploads/2025/06/DSC00689.jpg',0,'attachment','image/jpeg',0), +(994,1,'2025-06-20 19:07:53','2025-06-20 17:07:53','Uteki : raindrop\r\n\r\nSnake chain necklace with a droplet shaped pendant swirling around a prehnite stone. In gold plated silver.\r\n\r\n• total length 45cm\r\n• stone 10x8cm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Necklace gold plated','','draft','closed','closed','','uteki-necklace-gold-plated','','','2026-04-27 18:28:27','2026-04-27 16:28:27','',0,'https://haikuatelier.com/?post_type=product&p=994',38,'product','',0), +(996,1,'2025-06-20 19:09:52','2025-06-20 17:09:52','','Uteki necklace in gold plated silver','','inherit','closed','closed','','sony-dsc-19','','','2025-06-20 19:10:52','2025-06-20 17:10:52','',994,'https://haikuatelier.com/app/uploads/2025/06/DSC00699.jpg',0,'attachment','image/jpeg',0), +(997,1,'2025-06-21 11:54:31','2025-06-21 09:54:31','','','','draft','closed','closed','','','','','2025-06-21 11:54:31','2025-06-21 09:54:31','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=997',0,'shop_order_placehold','',2), +(1013,1,'2025-07-14 14:37:48','2025-07-14 12:37:48','','','','draft','closed','closed','','','','','2025-07-14 14:37:48','2025-07-14 12:37:48','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1013',0,'shop_order_placehold','',2), +(1342,1,'2025-08-17 18:01:35','2025-08-17 16:01:35','','Uteki ring in gold plated','','inherit','closed','closed','','uteki-b-g-2','','','2025-08-17 18:01:59','2025-08-17 16:01:59','',0,'https://haikuatelier.com/app/uploads/2025/08/UTEKI-B-g.jpg',0,'attachment','image/jpeg',0), +(1343,1,'2025-08-17 18:02:22','2025-08-17 16:02:22','','Uteki ring in sterling silver','','inherit','closed','closed','','uteki-b-s','','','2025-08-17 18:02:52','2025-08-17 16:02:52','',0,'https://haikuatelier.com/app/uploads/2025/08/UTEKI-B-s.jpg',0,'attachment','image/jpeg',0), +(1345,1,'2025-08-17 18:08:47','2025-08-17 16:08:47','','Uteki necklace gold plated','','inherit','closed','closed','','uteki-c-g-2','','','2025-08-17 18:09:07','2025-08-17 16:09:07','',994,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-C-g-1.jpg',0,'attachment','image/jpeg',0), +(1353,1,'2025-08-17 18:58:30','2025-08-17 16:58:30','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','_dsc9237-2','','','2025-08-17 19:00:27','2025-08-17 17:00:27','',258,'https://haikuatelier.com/app/uploads/2024/10/DSC9237-1.jpg',0,'attachment','image/jpeg',0), +(1354,1,'2025-08-17 18:58:41','2025-08-17 16:58:41','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','_dsc9240','','','2025-08-17 19:00:40','2025-08-17 17:00:40','',258,'https://haikuatelier.com/app/uploads/2024/10/DSC9240.jpg',0,'attachment','image/jpeg',0), +(1355,1,'2025-08-17 18:58:47','2025-08-17 16:58:47','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','_dsc9242-2','','','2025-08-17 19:00:43','2025-08-17 17:00:43','',258,'https://haikuatelier.com/app/uploads/2024/10/DSC9242-1.jpg',0,'attachment','image/jpeg',0), +(1356,1,'2025-08-17 19:02:14','2025-08-17 17:02:14','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','fuyou-br','','','2025-08-17 19:02:41','2025-08-17 17:02:41','',258,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-BR.jpg',0,'attachment','image/jpeg',0), +(1364,1,'2026-04-24 20:22:15','2026-04-24 18:22:15','Fuyou : floating leave on water\n\nLong dangling earrings in sterling silver. Composed of fluid oval shapes and rectangular chains with gold plated details.\n\n
      \n
    • total length 5cm
    • \n
    • oval length 2,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \n\nAll our products are made in 80% recycled sterling silver and 18k gold plated silver.\n\n ','Fuyou Long Earrings','','inherit','closed','closed','','766-autosave-v1','','','2026-04-24 20:22:15','2026-04-24 18:22:15','',766,'https://haikuatelier.com/?p=1364',0,'revision','',0), +(1365,1,'2025-08-18 13:31:39','2025-08-18 11:31:39','','Fuyou long earrings silver','','inherit','closed','closed','','fuyou-b0','','','2025-08-18 13:32:12','2025-08-18 11:32:12','',766,'https://haikuatelier.com/app/uploads/2024/11/FUYOU-B0.jpg',0,'attachment','image/jpeg',0), +(1381,1,'2025-08-20 10:53:27','2025-08-20 08:53:27','','Fuyou necklace','','inherit','closed','closed','','fuyou-c-2','','','2025-08-20 10:53:47','2025-08-20 08:53:47','',274,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-C-2.jpg',0,'attachment','image/jpeg',0), +(1382,1,'2025-08-20 11:00:25','2025-08-20 09:00:25','','Fuyou necklace','','inherit','closed','closed','','fuyou-c-1','','','2025-08-20 11:00:41','2025-08-20 09:00:41','',274,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-C-1-1.jpg',0,'attachment','image/jpeg',0), +(1383,1,'2025-08-22 11:08:49','2025-08-22 09:08:49','','Ikkan necklace','','inherit','closed','closed','','ikkan-c-1','','','2025-08-22 11:09:39','2025-08-22 09:09:39','',263,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-C-1-1.jpg',0,'attachment','image/jpeg',0), +(1384,1,'2025-08-22 11:09:54','2025-08-22 09:09:54','','Ikkan necklace','','inherit','closed','closed','','ikkan-c-2-2','','','2025-08-22 11:10:05','2025-08-22 09:10:05','',263,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-C-2-1.jpg',0,'attachment','image/jpeg',0), +(1385,1,'2025-08-22 11:16:41','2025-08-22 09:16:41','FUYOU: floating leave on water\n\nSolo hoop in sterling silver with a mix of small rings in gold plated silver hanging on it.\n
      \n
    • hoop diameter 13mm
    • \n
    • small rings diameter around 5mm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled silver and 18k gold plated silver.','Fuyou Hoop','','inherit','closed','closed','','318-autosave-v1','','','2025-08-22 11:16:41','2025-08-22 09:16:41','',318,'https://haikuatelier.com/?p=1385',0,'revision','',0), +(1388,1,'2025-08-22 11:18:18','2025-08-22 09:18:18','','Fuyou solo hoop','','inherit','closed','closed','','fuyou-cr1','','','2025-08-22 11:18:35','2025-08-22 09:18:35','',0,'https://haikuatelier.com/app/uploads/2025/08/FUYOU-CR1.jpg',0,'attachment','image/jpeg',0), +(1389,1,'2025-08-31 09:10:58','2025-08-31 07:10:58','MUGURA: vine\n\nMinimalist hoop earrings with thin ends going up on the lobes. In gold plated silver.\n
      \n
    • wire thickness 2mm
    • \n
    • total diametre 3cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Mugura Hoops gold plated','','inherit','closed','closed','','398-autosave-v1','','','2025-08-31 09:10:58','2025-08-31 07:10:58','',398,'https://haikuatelier.com/?p=1389',0,'revision','',0), +(1391,1,'2025-08-31 09:18:07','2025-08-31 07:18:07','','Mugura minimalist hoops gold plated','','inherit','closed','closed','','mugura-cr2-g','','','2025-08-31 09:18:44','2025-08-31 07:18:44','',0,'https://haikuatelier.com/app/uploads/2025/08/MUGURA-CR2-g.jpg',0,'attachment','image/jpeg',0), +(1393,1,'2025-08-31 09:20:52','2025-08-31 07:20:52','','Mugura minimalist silver hoops','','inherit','closed','closed','','mugura-cr2-s','','','2025-08-31 09:21:19','2025-08-31 07:21:19','',0,'https://haikuatelier.com/app/uploads/2025/08/MUGURA-CR2-s.jpg',0,'attachment','image/jpeg',0), +(1397,1,'2025-09-02 09:02:42','2025-09-02 07:02:42','','Ikkan necklace silver and gold','','inherit','closed','closed','','dscf7880','','','2025-09-02 09:03:42','2025-09-02 07:03:42','',263,'https://haikuatelier.com/app/uploads/2024/10/DSCF7880.jpg',0,'attachment','image/jpeg',0), +(1400,1,'2026-04-28 12:57:38','2026-04-28 10:57:38','IKKAN: link \n\nNecklace with a mix of different links combining sterling silver and gold plated silver.\n
      \n
    • • length 38 to 54cm
    • \n
    • • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Necklace','','inherit','closed','closed','','263-autosave-v1','','','2026-04-28 12:57:38','2026-04-28 10:57:38','',263,'https://haikuatelier.com/?p=1400',0,'revision','',0), +(1401,1,'2025-09-06 10:07:55','2025-09-06 08:07:55','Uteki : raindrop\r\n\r\nMedium hoops with a droplet shape intertwined around a thick silver wire. In gold plated silver.\r\n\r\n• diametre 3cm\r\n• wire thickness 25mm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Hoops gold plated','','trash','closed','closed','','uteki-hoops-gold-plated__trashed','','','2026-04-25 08:25:46','2026-04-25 06:25:46','',0,'https://haikuatelier.com/?post_type=product&p=1401',36,'product','',0), +(1406,1,'2025-09-06 15:00:33','2025-09-06 13:00:33','Uteki : raindrop\r\n\r\nMedium hoops with a droplet shape intertwined around a thick silver wire. In sterling silver.\r\n\r\n• diametre 3cm\r\n• wire thickness 25mm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Hoops silver','','trash','closed','closed','','uteki-hoops-silver__trashed','','','2026-04-25 08:25:15','2026-04-25 06:25:15','',0,'https://haikuatelier.com/?post_type=product&p=1406',37,'product','',0), +(1443,1,'2025-09-17 20:11:56','2025-09-17 18:11:56','','','','draft','closed','closed','','','','','2025-09-17 20:11:56','2025-09-17 18:11:56','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1443',0,'shop_order_placehold','',2), +(1444,1,'2025-09-20 12:44:44','2025-09-20 10:44:44','PuchiPuchi : the sound of something splashing\r\n\r\nDangling earrings composed of tied ball chains.\r\n
      \r\n
    • • total length 6,5cm
    • \r\n
    • • ball chain diameter 3mm
    • \r\n
    • • handcrafted in Brussels
    • \r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.','PuchiPuchi Earrings','','publish','closed','closed','','puchi-puchi-earrings','','','2026-04-27 13:41:25','2026-04-27 11:41:25','',0,'https://haikuatelier.com/?post_type=product&p=1444',30,'product','',0), +(1445,1,'2025-09-20 12:50:00','2025-09-20 10:50:00','','Puchi earrings in silver','','inherit','closed','closed','','pishi-bo','','','2026-02-11 13:53:55','2026-02-11 12:53:55','',1444,'https://haikuatelier.com/app/uploads/2025/09/PISHI-BO.jpg',0,'attachment','image/jpeg',0), +(1446,1,'2025-09-20 12:51:05','2025-09-20 10:51:05','','PuchiPuchi earrings in silver','','inherit','closed','closed','','dscf8198','','','2026-02-11 13:53:31','2026-02-11 12:53:31','',1444,'https://haikuatelier.com/app/uploads/2025/09/DSCF8198.jpg',0,'attachment','image/jpeg',0), +(1447,1,'2025-09-20 12:52:02','2025-09-20 10:52:02','','Puchi earrings in silver','','inherit','closed','closed','','dscf8226','','','2026-02-11 13:53:41','2026-02-11 12:53:41','',1444,'https://haikuatelier.com/app/uploads/2025/09/DSCF8226.jpg',0,'attachment','image/jpeg',0), +(1448,1,'2025-09-20 12:54:50','2025-09-20 10:54:50','','Puchi earrings in silver','','inherit','closed','closed','','dscf8277','','','2026-02-11 13:53:49','2026-02-11 12:53:49','',1444,'https://haikuatelier.com/app/uploads/2025/09/DSCF8277.jpg',0,'attachment','image/jpeg',0), +(1449,1,'2025-09-20 12:57:48','2025-09-20 10:57:48','','PuchiPuchi Earrings - pair','Side: pair','publish','closed','closed','','pishi-pishi-earrings-all','','','2026-04-24 15:11:20','2026-04-24 13:11:20','',1444,'https://haikuatelier.com/?post_type=product_variation&p=1449',1,'product_variation','',0), +(1450,1,'2025-09-20 12:57:48','2025-09-20 10:57:48','','PuchiPuchi Earrings - left side','Side: left side','publish','closed','closed','','pishi-pishi-earrings-left-side','','','2026-04-24 15:11:20','2026-04-24 13:11:20','',1444,'https://haikuatelier.com/?post_type=product_variation&p=1450',2,'product_variation','',0), +(1451,1,'2025-09-20 12:57:48','2025-09-20 10:57:48','','PuchiPuchi Earrings - right side','Side: right side','publish','closed','closed','','pishi-pishi-earrings-right-side','','','2026-04-24 15:11:20','2026-04-24 13:11:20','',1444,'https://haikuatelier.com/?post_type=product_variation&p=1451',3,'product_variation','',0), +(1457,1,'2025-09-24 15:09:50','2025-09-24 13:09:50','','DSBoroBoro asymmetrical earrings gold platedCF8676','','inherit','closed','closed','','dscf8676','','','2025-09-24 15:10:06','2025-09-24 13:10:06','',213,'https://haikuatelier.com/app/uploads/2024/10/DSCF8676.jpg',0,'attachment','image/jpeg',0), +(1467,1,'2025-09-27 15:52:58','2025-09-27 13:52:58','PIASU : piercing\r\n\r\nWide ring open on top with four silver balls and a mother of pearl detail.\r\n
        \r\n
      • • silver balls diameter 8mm
      • \r\n
      • • height 1,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Piasu Ring','','publish','closed','closed','','piasu-ring','','','2026-04-28 12:47:05','2026-04-28 10:47:05','',0,'https://haikuatelier.com/?post_type=product&p=1467',29,'product','',0), +(1476,1,'2025-09-27 15:55:19','2025-09-27 13:55:19','','Piasu ring with silver balls','','inherit','closed','closed','','piasu-b','','','2025-09-27 15:57:46','2025-09-27 13:57:46','',1467,'https://haikuatelier.com/app/uploads/2025/09/PIASU-B.jpg',0,'attachment','image/jpeg',0), +(1477,1,'2025-09-27 15:57:01','2025-09-27 13:57:01','','Piasu ring silver','','inherit','closed','closed','','dscf7789','','','2026-02-11 13:44:14','2026-02-11 12:44:14','',1467,'https://haikuatelier.com/app/uploads/2025/09/DSCF7789.jpg',0,'attachment','image/jpeg',0), +(1478,1,'2025-09-27 15:57:25','2025-09-27 13:57:25','','Piasu ring silver','','inherit','closed','closed','','dscf7842','','','2026-02-11 13:43:36','2026-02-11 12:43:36','',1467,'https://haikuatelier.com/app/uploads/2025/09/DSCF7842.jpg',0,'attachment','image/jpeg',0), +(1479,1,'2025-09-27 15:57:55','2025-09-27 13:57:55','','Piasu ring silver','','inherit','closed','closed','','dscf7809','','','2026-02-11 13:44:07','2026-02-11 12:44:07','',1467,'https://haikuatelier.com/app/uploads/2025/09/DSCF7809.jpg',0,'attachment','image/jpeg',0), +(1480,1,'2025-10-02 06:39:01','2025-10-02 04:39:01','','','','draft','closed','closed','','','','','2025-10-02 06:39:01','2025-10-02 04:39:01','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1480',0,'shop_order_placehold','',2), +(1481,1,'2026-04-24 20:33:55','2026-04-24 18:33:55','PIASU: piercing\n\nLarge earrings covering the lobe with three hoops hanging to it, with a small gold plated bead on each side.\n
        \n
      • height 3cm
      • \n
      • width 2cm
      • \n
      • handcrafted in Brussels
      • \n
      \nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Piasu Earrings with Hoops','','inherit','closed','closed','','202-autosave-v1','','','2026-04-24 20:33:55','2026-04-24 18:33:55','',202,'https://haikuatelier.com/?p=1481',0,'revision','',0), +(1482,1,'2025-10-06 14:42:44','2025-10-06 12:42:44','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','dscf8158','','','2025-10-06 14:43:37','2025-10-06 12:43:37','',202,'https://haikuatelier.com/app/uploads/2024/10/DSCF8158.jpg',0,'attachment','image/jpeg',0), +(1483,1,'2025-10-06 14:43:56','2025-10-06 12:43:56','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','dscf8069','','','2025-10-06 14:44:05','2025-10-06 12:44:05','',202,'https://haikuatelier.com/app/uploads/2024/10/DSCF8069.jpg',0,'attachment','image/jpeg',0), +(1484,1,'2025-10-06 14:44:27','2025-10-06 12:44:27','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','dscf8026','','','2025-10-06 14:44:50','2025-10-06 12:44:50','',202,'https://haikuatelier.com/app/uploads/2024/10/DSCF8026.jpg',0,'attachment','image/jpeg',0), +(1485,1,'2025-10-06 14:45:25','2025-10-06 12:45:25','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','piasu-bo2','','','2025-10-06 14:45:38','2025-10-06 12:45:38','',202,'https://haikuatelier.com/app/uploads/2024/10/PIASU-BO2.jpg',0,'attachment','image/jpeg',0), +(1486,1,'2025-10-10 17:55:22','2025-10-10 15:55:22','','','','draft','closed','closed','','','','','2025-10-10 17:55:22','2025-10-10 15:55:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1486',0,'shop_order_placehold','',2), +(1487,1,'2025-10-11 17:06:39','2025-10-11 15:06:39','','','','draft','closed','closed','','','','','2025-10-11 17:06:39','2025-10-11 15:06:39','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1487',0,'shop_order_placehold','',2), +(1488,1,'2025-10-12 16:50:06','2025-10-12 14:50:06','','','','draft','closed','closed','','','','','2025-10-12 16:50:06','2025-10-12 14:50:06','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1488',0,'shop_order_placehold','',2), +(1489,1,'2025-10-12 23:03:18','2025-10-12 21:03:18','','','','draft','closed','closed','','','','','2025-10-12 23:03:18','2025-10-12 21:03:18','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1489',0,'shop_order_placehold','',2), +(1490,1,'2025-10-18 15:34:26','2025-10-18 13:34:26','','','','draft','closed','closed','','','','','2025-10-18 15:34:26','2025-10-18 13:34:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1490',0,'shop_order_placehold','',2), +(1491,1,'2025-10-29 10:26:12','2025-10-29 09:26:12','Kime: grain, texture, feeling to touch\r\n\r\nSmall gold plated solo hoop with a marine link element in sterling silver.\r\n
        \r\n
      • hoop diameter 13mm
      • \r\n
      • total height 2cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our jewelry are made in 80% recycled silver and 18K gold plated silver.','Kime Solo Hoop','','trash','closed','closed','','kime-solo-hoop__trashed','','','2026-04-24 14:57:34','2026-04-24 12:57:34','',0,'https://haikuatelier.com/?post_type=product&p=1491',22,'product','',0), +(1493,1,'2025-10-29 10:24:32','2025-10-29 09:24:32','','Kime solo hoop mixing gold and silver','','inherit','closed','closed','','dscf7652','','','2025-10-29 10:24:46','2025-10-29 09:24:46','',1491,'https://haikuatelier.com/app/uploads/2025/10/DSCF7652.jpg',0,'attachment','image/jpeg',0), +(1494,1,'2025-10-29 10:24:54','2025-10-29 09:24:54','','Kime solo hoop mixing gold and silver','','inherit','closed','closed','','dscf7675','','','2025-10-29 10:25:04','2025-10-29 09:25:04','',1491,'https://haikuatelier.com/app/uploads/2025/10/DSCF7675.jpg',0,'attachment','image/jpeg',0), +(1495,1,'2025-10-29 10:25:18','2025-10-29 09:25:18','','Kime solo hoop mixing gold and silver','','inherit','closed','closed','','dscf7638','','','2025-10-29 10:25:28','2025-10-29 09:25:28','',1491,'https://haikuatelier.com/app/uploads/2025/10/DSCF7638.jpg',0,'attachment','image/jpeg',0), +(1496,1,'2025-11-02 20:39:02','2025-11-02 19:39:02','','','','draft','closed','closed','','','','','2025-11-02 20:39:02','2025-11-02 19:39:02','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1496',0,'shop_order_placehold','',2), +(1498,1,'2025-11-03 22:05:37','2025-11-03 21:05:37','','','','draft','closed','closed','','','','','2025-11-03 22:05:37','2025-11-03 21:05:37','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1498',0,'shop_order_placehold','',2), +(1499,1,'2025-11-04 16:34:44','2025-11-04 15:34:44','','HAIKU-sizechart','','inherit','closed','closed','','haiku-sizechart','','','2025-11-04 16:34:44','2025-11-04 15:34:44','',0,'https://haikuatelier.com/app/uploads/2025/11/HAIKU-sizechart.pdf',0,'attachment','application/pdf',0), +(1505,1,'2025-11-10 14:00:49','2025-11-10 13:00:49','','Uteki silver ring','','inherit','closed','closed','','2025haiku_00079','','','2025-11-10 14:01:25','2025-11-10 13:01:25','',941,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00079.jpg',0,'attachment','image/jpeg',0), +(1506,1,'2025-11-10 14:02:29','2025-11-10 13:02:29','','Uteki silver ring','','inherit','closed','closed','','2025haiku_00050','','','2025-11-10 14:02:56','2025-11-10 13:02:56','',941,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00050.jpg',0,'attachment','image/jpeg',0), +(1507,1,'2025-11-10 14:02:38','2025-11-10 13:02:38','','Uteki silver ring','','inherit','closed','closed','','2025haiku_0006','','','2025-11-10 14:03:00','2025-11-10 13:03:00','',941,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_0006.jpg',0,'attachment','image/jpeg',0), +(1508,1,'2025-11-10 14:05:10','2025-11-10 13:05:10','','Uteki gold plated ring','','inherit','closed','closed','','2025haiku_0004','','','2025-11-10 14:05:36','2025-11-10 13:05:36','',953,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_0004.jpg',0,'attachment','image/jpeg',0), +(1509,1,'2025-11-10 14:05:49','2025-11-10 13:05:49','','Uteki gold plated ring','','inherit','closed','closed','','2025haiku_00020','','','2025-11-10 14:06:14','2025-11-10 13:06:14','',953,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00020.jpg',0,'attachment','image/jpeg',0), +(1510,1,'2025-11-10 14:05:55','2025-11-10 13:05:55','','Uteki gold plated ring','','inherit','closed','closed','','2025haiku_00013','','','2025-11-10 14:06:16','2025-11-10 13:06:16','',953,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00013.jpg',0,'attachment','image/jpeg',0), +(1511,1,'2025-11-18 09:29:10','2025-11-18 08:29:10','','','','draft','closed','closed','','','','','2025-11-18 09:29:10','2025-11-18 08:29:10','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1511',0,'shop_order_placehold','',2), +(1512,1,'2025-11-18 10:47:45','2025-11-18 09:47:45','PIASU: piercing\r\n\r\nStatement ear cuff made of thick wires and silver beads. In sterling silver\r\n
        \r\n
      • total height 1,5cm
      • \r\n
      • wire width 2,5cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Piasu Ear Cuff silver','','publish','closed','closed','','piasu-ear-cuff-silver','','','2026-04-28 12:46:41','2026-04-28 10:46:41','',0,'https://haikuatelier.com/?post_type=product&p=1512',27,'product','',0), +(1513,1,'2025-11-18 11:20:58','2025-11-18 10:20:58','','Piasu ear cuff in sterling silver','','inherit','closed','closed','','piasu-ec-s','','','2025-11-18 11:22:14','2025-11-18 10:22:14','',0,'https://haikuatelier.com/app/uploads/2025/11/PIASU-EC-s.jpg',0,'attachment','image/jpeg',0), +(1514,1,'2025-11-18 11:23:11','2025-11-18 10:23:11','','Piasu ear cuff in sterling silver','','inherit','closed','closed','','dscf7654','','','2025-11-18 11:23:26','2025-11-18 10:23:26','',1512,'https://haikuatelier.com/app/uploads/2025/11/DSCF7654.jpg',0,'attachment','image/jpeg',0), +(1515,1,'2025-11-18 11:23:34','2025-11-18 10:23:34','','Piasu ear cuff in sterling silver','','inherit','closed','closed','','dscf7673','','','2025-11-18 11:23:46','2025-11-18 10:23:46','',1512,'https://haikuatelier.com/app/uploads/2025/11/DSCF7673.jpg',0,'attachment','image/jpeg',0), +(1516,1,'2025-11-19 08:01:23','2025-11-19 07:01:23','PIASU: piercing\r\n\r\nStatement ear cuff made of thick wires and silver beads. In gold plated silver\r\n
        \r\n
      • total height 1,5cm
      • \r\n
      • wire width 2,5cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Piasu Ear Cuff gold plated','','trash','closed','closed','','piasu-ear-cuff-gold-plated__trashed','','','2026-04-25 08:24:28','2026-04-25 06:24:28','',0,'https://haikuatelier.com/?post_type=product&p=1516',26,'product','',0), +(1517,1,'2025-11-19 08:02:08','2025-11-19 07:02:08','','Piasu ear cuff in gold plated silver','','inherit','closed','closed','','piasu-ec-g','','','2025-11-19 08:02:43','2025-11-19 07:02:43','',1516,'https://haikuatelier.com/app/uploads/2025/11/PIASU-EC-g.jpg',0,'attachment','image/jpeg',0), +(1518,1,'2025-11-19 08:03:13','2025-11-19 07:03:13','','Piasu ear cuff in gold plated silver','','inherit','closed','closed','','2025haiku_00010','','','2025-11-19 08:03:45','2025-11-19 07:03:45','',1516,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00010.jpg',0,'attachment','image/jpeg',0), +(1519,1,'2025-11-19 08:03:24','2025-11-19 07:03:24','','','','inherit','closed','closed','','2025haiku_00029','','','2026-04-27 13:41:08','2026-04-27 11:41:08','',1516,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00029.jpg',0,'attachment','image/jpeg',0), +(1526,1,'2025-11-19 11:07:28','2025-11-19 10:07:28','','','','inherit','closed','closed','','2025haiku_00032','','','2026-04-27 11:37:40','2026-04-27 09:37:40','',1520,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00032.jpg',0,'attachment','image/jpeg',0), +(1528,1,'2025-11-20 15:49:47','2025-11-20 14:49:47','','','','draft','closed','closed','','','','','2025-11-20 15:49:47','2025-11-20 14:49:47','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1528',0,'shop_order_placehold','',2), +(1529,1,'2025-11-24 10:50:48','2025-11-24 09:50:48','','','','draft','closed','closed','','','','','2025-11-24 10:50:48','2025-11-24 09:50:48','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1529',0,'shop_order_placehold','',2), +(1530,1,'2025-11-24 18:43:34','2025-11-24 17:43:34','','','','draft','closed','closed','','','','','2025-11-24 18:43:34','2025-11-24 17:43:34','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1530',0,'shop_order_placehold','',2), +(1531,1,'2025-11-26 09:42:15','2025-11-26 08:42:15','TAMA: soul, spirit\r\n\r\nA delicate ear cuff with dangling box chains. In gold plated silver.\r\n
        \r\n
      • • total height 4,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tamanori Ear Cuff gold plated','','publish','closed','closed','','tamanori-ear-cuff-gold-plated','','','2026-04-28 12:45:59','2026-04-28 10:45:59','',0,'https://haikuatelier.com/?post_type=product&p=1531',32,'product','',0), +(1532,1,'2025-11-26 09:43:54','2025-11-26 08:43:54','','Tamanori dangling ear cuff gold plated','','inherit','closed','closed','','tamanori-ec-g','','','2025-11-26 09:44:43','2025-11-26 08:44:43','',1531,'https://haikuatelier.com/app/uploads/2025/11/TAMANORI-EC-g.jpg',0,'attachment','image/jpeg',0), +(1533,1,'2025-11-26 09:52:13','2025-11-26 08:52:13','','Tamanori dangling ear cuff gold plated','','inherit','closed','closed','','2025haiku_00011','','','2025-11-26 09:52:48','2025-11-26 08:52:48','',1531,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00011.jpg',0,'attachment','image/jpeg',0), +(1534,1,'2025-11-26 09:52:34','2025-11-26 08:52:34','','Tamanori dangling ear cuff gold plated','','inherit','closed','closed','','2025haiku_00019','','','2025-11-26 09:52:51','2025-11-26 08:52:51','',1531,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00019.jpg',0,'attachment','image/jpeg',0), +(1535,1,'2025-11-26 09:54:24','2025-11-26 08:54:24','TAMA: soul, spirit\r\n\r\nA delicate ear cuff with dangling box chains. In sterling silver.\r\n
        \r\n
      • • total height 4,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tama Ear Cuff silver','','publish','closed','closed','','tamanori-ear-cuff-silver','','','2026-04-28 12:45:31','2026-04-28 10:45:31','',0,'https://haikuatelier.com/?post_type=product&p=1535',33,'product','',0), +(1536,1,'2025-11-26 09:55:11','2025-11-26 08:55:11','','Tamanori dangling ear cuff in sterling silver','','inherit','closed','closed','','tamanori-ec-s','','','2025-11-26 09:55:51','2025-11-26 08:55:51','',1535,'https://haikuatelier.com/app/uploads/2025/11/TAMANORI-EC-s.jpg',0,'attachment','image/jpeg',0), +(1537,1,'2025-11-26 09:56:25','2025-11-26 08:56:25','','Tamanori dangling ear cuff in sterling silver','','inherit','closed','closed','','2025haiku_0001','','','2025-11-26 09:56:39','2025-11-26 08:56:39','',1535,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_0001.jpg',0,'attachment','image/jpeg',0), +(1538,1,'2025-11-26 09:57:14','2025-11-26 08:57:14','','Tamanori dangling ear cuff in sterling silver','','inherit','closed','closed','','2025haiku_00019-2','','','2025-11-26 09:58:12','2025-11-26 08:58:12','',1535,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00019-1.jpg',0,'attachment','image/jpeg',0), +(1540,1,'2025-11-30 22:29:07','2025-11-30 21:29:07','','','','draft','closed','closed','','','','','2025-11-30 22:29:07','2025-11-30 21:29:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1540',0,'shop_order_placehold','',2), +(1541,1,'2025-11-30 23:31:12','2025-11-30 22:31:12','HATTARI: bluff\r\n\r\nSmall crossed hoops giving the illusion of having twoo hoops on the earlobe. In sterling silver.\r\n
        \r\n
      • • hoops diameter 1,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Small Hoops silver','','publish','closed','closed','','hattari-small-hoops-silver','','','2026-04-28 12:44:58','2026-04-28 10:44:58','',0,'https://haikuatelier.com/?post_type=product&p=1541',11,'product','',0), +(1545,1,'2025-11-30 23:34:06','2025-11-30 22:34:06','','Harrari small crossed hoops in silver','','inherit','closed','closed','','hattari-cr1-s-2','','','2025-11-30 23:34:41','2025-11-30 22:34:41','',1541,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-CR1-s.jpg',0,'attachment','image/jpeg',0), +(1546,1,'2025-11-30 23:35:58','2025-11-30 22:35:58','','Harrari small crossed hoops in silver','','inherit','closed','closed','','dscf7730','','','2025-11-30 23:36:13','2025-11-30 22:36:13','',1541,'https://haikuatelier.com/app/uploads/2025/11/DSCF7730.jpg',0,'attachment','image/jpeg',0), +(1547,1,'2025-11-30 23:36:40','2025-11-30 22:36:40','','Harrari small crossed hoops in silver','','inherit','closed','closed','','dscf7724','','','2025-11-30 23:36:52','2025-11-30 22:36:52','',1541,'https://haikuatelier.com/app/uploads/2025/11/DSCF7724.jpg',0,'attachment','image/jpeg',0), +(1548,1,'2025-11-30 23:38:07','2025-11-30 22:38:07','','Harrari small crossed hoops in silver','','inherit','closed','closed','','dscf7723','','','2025-11-30 23:38:17','2025-11-30 22:38:17','',1541,'https://haikuatelier.com/app/uploads/2025/11/DSCF7723.jpg',0,'attachment','image/jpeg',0), +(1549,1,'2025-11-30 23:39:16','2025-11-30 22:39:16','HATTARI: bluff\r\n\r\nSmall crossed hoops giving the illusion of having twoo hoops on the earlobe. In gold plated silver.\r\n
        \r\n
      • • hoops diameter 1,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Small Hoops gold plated','','publish','closed','closed','','hattari-small-hoops-gold-plated','','','2026-04-28 12:42:04','2026-04-28 10:42:04','',0,'https://haikuatelier.com/?post_type=product&p=1549',10,'product','',0), +(1551,1,'2025-11-30 23:40:04','2025-11-30 22:40:04','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','hattari-cr1-g','','','2025-11-30 23:40:26','2025-11-30 22:40:26','',1549,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-CR1-g.jpg',0,'attachment','image/jpeg',0), +(1552,1,'2025-11-30 23:42:28','2025-11-30 22:42:28','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','dscf8607','','','2025-11-30 23:42:48','2025-11-30 22:42:48','',1549,'https://haikuatelier.com/app/uploads/2025/11/DSCF8607.jpg',0,'attachment','image/jpeg',0), +(1553,1,'2025-11-30 23:43:04','2025-11-30 22:43:04','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','dscf8596','','','2025-11-30 23:43:13','2025-11-30 22:43:13','',1549,'https://haikuatelier.com/app/uploads/2025/11/DSCF8596.jpg',0,'attachment','image/jpeg',0), +(1554,1,'2025-11-30 23:43:28','2025-11-30 22:43:28','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','dscf8561','','','2025-11-30 23:43:37','2025-11-30 22:43:37','',1549,'https://haikuatelier.com/app/uploads/2025/11/DSCF8561.jpg',0,'attachment','image/jpeg',0), +(1555,1,'2025-11-30 23:46:57','2025-11-30 22:46:57','HATTARI: bluff\r\n\r\nAn ear cuff composed of intertwined wires. In sterling silver.\r\n
        \r\n
      • • hoops diameter 1cm
      • \r\n
      • • height 0,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Ear Cuff silver','','publish','closed','closed','','hattari-ear-cuff-silver','','','2026-04-28 12:41:37','2026-04-28 10:41:37','',0,'https://haikuatelier.com/?post_type=product&p=1555',9,'product','',0), +(1556,1,'2025-11-30 23:49:13','2025-11-30 22:49:13','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','hattari-ec-s','','','2025-11-30 23:49:55','2025-11-30 22:49:55','',1555,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-EC-s.jpg',0,'attachment','image/jpeg',0), +(1557,1,'2025-11-30 23:50:15','2025-11-30 22:50:15','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','dscf7711','','','2025-11-30 23:50:27','2025-11-30 22:50:27','',1555,'https://haikuatelier.com/app/uploads/2025/11/DSCF7711.jpg',0,'attachment','image/jpeg',0), +(1558,1,'2025-11-30 23:50:46','2025-11-30 22:50:46','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','dscf7713','','','2025-11-30 23:51:01','2025-11-30 22:51:01','',1555,'https://haikuatelier.com/app/uploads/2025/11/DSCF7713.jpg',0,'attachment','image/jpeg',0), +(1559,1,'2025-11-30 23:51:13','2025-11-30 22:51:13','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','dscf7727','','','2025-11-30 23:51:27','2025-11-30 22:51:27','',1555,'https://haikuatelier.com/app/uploads/2025/11/DSCF7727.jpg',0,'attachment','image/jpeg',0), +(1560,1,'2025-11-30 23:52:17','2025-11-30 22:52:17','HATTARI: bluff\r\n\r\nAn ear cuff composed of intertwined wires. In gold plated silver.\r\n
        \r\n
      • • hoops diameter 1cm
      • \r\n
      • • height 0,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Ear Cuff gold plated','','publish','closed','closed','','hattari-ear-cuff-gold-plated','','','2026-04-28 12:41:15','2026-04-28 10:41:15','',0,'https://haikuatelier.com/?post_type=product&p=1560',8,'product','',0), +(1561,1,'2025-11-30 23:52:41','2025-11-30 22:52:41','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','hattari-ec-g','','','2025-11-30 23:53:09','2025-11-30 22:53:09','',1560,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-EC-g.jpg',0,'attachment','image/jpeg',0), +(1562,1,'2025-11-30 23:53:46','2025-11-30 22:53:46','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','dscf8415','','','2025-11-30 23:53:58','2025-11-30 22:53:58','',1560,'https://haikuatelier.com/app/uploads/2025/11/DSCF8415.jpg',0,'attachment','image/jpeg',0), +(1563,1,'2025-11-30 23:54:04','2025-11-30 22:54:04','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','dscf8503','','','2025-11-30 23:54:14','2025-11-30 22:54:14','',1560,'https://haikuatelier.com/app/uploads/2025/11/DSCF8503.jpg',0,'attachment','image/jpeg',0), +(1564,1,'2025-11-30 23:54:28','2025-11-30 22:54:28','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','dscf8502','','','2025-11-30 23:54:42','2025-11-30 22:54:42','',1560,'https://haikuatelier.com/app/uploads/2025/11/DSCF8502.jpg',0,'attachment','image/jpeg',0), +(1565,1,'2025-12-01 00:06:41','2025-11-30 23:06:41','','Fuyou necklace in sterling silver','','inherit','closed','closed','','2025haiku_00063','','','2025-12-01 00:07:09','2025-11-30 23:07:09','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00063.jpg',0,'attachment','image/jpeg',0), +(1566,1,'2025-12-01 00:07:24','2025-11-30 23:07:24','','Fuyou necklace in sterling silver','','inherit','closed','closed','','2025haiku_00049','','','2025-12-01 00:07:45','2025-11-30 23:07:45','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00049.jpg',0,'attachment','image/jpeg',0), +(1567,1,'2025-12-01 00:07:58','2025-11-30 23:07:58','','Fuyou necklace in sterling silver','','inherit','closed','closed','','2025haiku_00080','','','2025-12-01 00:08:15','2025-11-30 23:08:15','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00080.jpg',0,'attachment','image/jpeg',0), +(1568,1,'2025-12-01 00:17:43','2025-11-30 23:17:43','','Fuyou long earrings silver','','inherit','closed','closed','','2025haiku_00024','','','2025-12-01 00:18:10','2025-11-30 23:18:10','',766,'https://haikuatelier.com/app/uploads/2024/11/2025HAIKU_00024.jpg',0,'attachment','image/jpeg',0), +(1569,1,'2025-12-01 00:18:34','2025-11-30 23:18:34','','Fuyou long earrings silver','','inherit','closed','closed','','2025haiku_00022','','','2025-12-01 00:18:45','2025-11-30 23:18:45','',766,'https://haikuatelier.com/app/uploads/2024/11/2025HAIKU_00022.jpg',0,'attachment','image/jpeg',0), +(1570,1,'2025-12-01 00:18:53','2025-11-30 23:18:53','','Fuyou long earrings silver','','inherit','closed','closed','','2025haiku_00035','','','2025-12-01 00:19:08','2025-11-30 23:19:08','',766,'https://haikuatelier.com/app/uploads/2024/11/2025HAIKU_00035.jpg',0,'attachment','image/jpeg',0), +(1571,1,'2025-12-02 10:20:29','2025-12-02 09:20:29','','','','draft','closed','closed','','','','','2025-12-02 10:20:29','2025-12-02 09:20:29','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1571',0,'shop_order_placehold','',2), +(1573,1,'2025-12-02 21:47:29','2025-12-02 20:47:29','','','','draft','closed','closed','','','','','2025-12-02 21:47:29','2025-12-02 20:47:29','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1573',0,'shop_order_placehold','',2), +(1574,1,'2025-12-03 14:22:51','2025-12-03 13:22:51','Surprise your loved ones without risking any \"faux pas\" with our gift card. \r\nThis e-gift card is printable at home via a pdf. Simply choose the amount you want to gift and you\'ll receive an email with a unique code usable at checkout on haikuatelier.com.\r\n\r\nFaites plaisir à vos proches sans risquer le \"flop\" avec notre carte cadeau.\r\nCette carte cadeau dématérialisée peut être imprimée chez vous via un PDF. Choisissez le montant à offrir et vous recevrez par mail un code unique à appliquer lors du paiement sur haikuatelier.com.\r\n','Haiku e-Gift Card','','publish','closed','closed','','haiku-e-gift-card','','','2026-03-05 10:39:10','2026-03-05 09:39:10','',0,'https://haikuatelier.com/?post_type=product&p=1574',45,'product','',0), +(1575,1,'2025-12-03 08:34:37','2025-12-03 07:34:37','','Gift card','','inherit','closed','closed','','hk-cartekdo-1','','','2025-12-03 08:34:53','2025-12-03 07:34:53','',1574,'https://haikuatelier.com/app/uploads/2025/12/HK-cartekdo-1.jpg',0,'attachment','image/jpeg',0), +(1576,1,'2025-12-03 08:35:27','2025-12-03 07:35:27','','Gift card','','inherit','closed','closed','','hk-cartekdo-2','','','2025-12-03 08:36:26','2025-12-03 07:36:26','',1574,'https://haikuatelier.com/app/uploads/2025/12/HK-cartekdo-2.jpg',0,'attachment','image/jpeg',0), +(1577,1,'2025-12-03 08:36:31','2025-12-03 07:36:31','','HK-cartekdo-3','','inherit','closed','closed','','hk-cartekdo-3','','','2025-12-03 08:36:49','2025-12-03 07:36:49','',1574,'https://haikuatelier.com/app/uploads/2025/12/HK-cartekdo-3.jpg',0,'attachment','image/jpeg',0), +(1585,1,'2025-12-03 09:03:29','2025-12-03 08:03:29','','Haiku e-Gift Card - 100€','Amount: 100€','publish','closed','closed','','haiku-e-gift-card-100e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1585',8,'product_variation','',0), +(1586,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 40€','Amount: 40€','publish','closed','closed','','haiku-e-gift-card-40e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1586',1,'product_variation','',0), +(1587,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 50€','Amount: 50€','publish','closed','closed','','haiku-e-gift-card-50e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1587',2,'product_variation','',0), +(1588,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 60€','Amount: 60€','publish','closed','closed','','haiku-e-gift-card-60e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1588',4,'product_variation','',0), +(1589,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 70€','Amount: 70€','publish','closed','closed','','haiku-e-gift-card-70e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1589',5,'product_variation','',0), +(1590,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 80€','Amount: 80€','publish','closed','closed','','haiku-e-gift-card-80e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1590',6,'product_variation','',0), +(1591,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 90€','Amount: 90€','publish','closed','closed','','haiku-e-gift-card-90e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1591',7,'product_variation','',0), +(1592,1,'2025-12-03 09:24:33','2025-12-03 08:24:33','','GIFTcard-print-english','','inherit','closed','closed','','giftcard-print-english','','','2025-12-03 09:24:33','2025-12-03 08:24:33','',1574,'https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf',0,'attachment','application/pdf',0), +(1593,1,'2025-12-03 09:24:57','2025-12-03 08:24:57','','GIFTcard-print-français','','inherit','closed','closed','','giftcard-print-francais','','','2025-12-03 09:24:57','2025-12-03 08:24:57','',1574,'https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf',0,'attachment','application/pdf',0), +(1604,1,'2025-12-03 18:43:23','2025-12-03 17:43:23','','','','draft','closed','closed','','','','','2025-12-03 18:43:23','2025-12-03 17:43:23','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1604',0,'shop_order_placehold','',0), +(1605,1,'2025-12-03 18:44:40','2025-12-03 17:44:40','','','','draft','closed','closed','','','','','2025-12-03 18:44:40','2025-12-03 17:44:40','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1605',0,'shop_order_placehold','',2), +(1606,1,'2025-12-07 22:49:42','2025-12-07 21:49:42','','','','draft','closed','closed','','','','','2025-12-07 22:49:42','2025-12-07 21:49:42','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1606',0,'shop_order_placehold','',2), +(1607,1,'2025-12-10 14:39:45','2025-12-10 13:39:45','','','','draft','closed','closed','','','','','2025-12-10 14:39:45','2025-12-10 13:39:45','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1607',0,'shop_order_placehold','',0), +(1608,1,'2025-12-10 16:29:50','2025-12-10 15:29:50','','','','draft','closed','closed','','','','','2025-12-10 16:29:50','2025-12-10 15:29:50','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1608',0,'shop_order_placehold','',0), +(1609,1,'2025-12-10 16:54:38','2025-12-10 15:54:38','','','','draft','closed','closed','','','','','2025-12-10 16:54:38','2025-12-10 15:54:38','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1609',0,'shop_order_placehold','',2), +(1610,1,'2025-12-11 16:25:35','2025-12-11 15:25:35','','','','draft','closed','closed','','','','','2025-12-11 16:25:35','2025-12-11 15:25:35','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1610',0,'shop_order_placehold','',4), +(1611,1,'2025-12-14 09:05:42','2025-12-14 08:05:42','','','','draft','closed','closed','','','','','2025-12-14 09:05:42','2025-12-14 08:05:42','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1611',0,'shop_order_placehold','',0), +(1612,1,'2025-12-14 16:18:16','2025-12-14 15:18:16','','','','draft','closed','closed','','','','','2025-12-14 16:18:16','2025-12-14 15:18:16','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1612',0,'shop_order_placehold','',1), +(1613,1,'2025-12-15 09:36:56','2025-12-15 08:36:56','','hklaura50','','publish','closed','closed','','hklaura50','','','2026-01-06 16:04:01','2026-01-06 15:04:01','',0,'https://haikuatelier.com/?post_type=shop_coupon&p=1613',0,'shop_coupon','',0), +(1615,1,'2025-12-15 23:27:22','2025-12-15 22:27:22','','','','draft','closed','closed','','','','','2025-12-15 23:27:22','2025-12-15 22:27:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1615',0,'shop_order_placehold','',0), +(1616,1,'2025-12-15 23:43:29','2025-12-15 22:43:29','','','','draft','closed','closed','','','','','2025-12-15 23:43:29','2025-12-15 22:43:29','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1616',0,'shop_order_placehold','',0), +(1617,1,'2025-12-15 23:45:37','2025-12-15 22:45:37','','','','draft','closed','closed','','','','','2025-12-15 23:45:37','2025-12-15 22:45:37','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1617',0,'shop_order_placehold','',3), +(1618,1,'2025-12-17 07:51:16','2025-12-17 06:51:16','','','','draft','closed','closed','','','','','2025-12-17 07:51:16','2025-12-17 06:51:16','',1617,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1618',0,'shop_order_placehold','',0), +(1619,1,'2025-12-17 17:17:31','2025-12-17 16:17:31','','Fuyou Long Earrings - long','Side: long','publish','closed','closed','','fuyou-long-earrings-silver-long','','','2026-04-24 20:22:41','2026-04-24 18:22:41','',766,'https://haikuatelier.com/?post_type=product_variation&p=1619',2,'product_variation','',0), +(1620,1,'2025-12-17 17:17:31','2025-12-17 16:17:31','','Fuyou Long Earrings - medium','Side: medium','publish','closed','closed','','fuyou-long-earrings-silver-medium','','','2026-04-24 20:22:41','2026-04-24 18:22:41','',766,'https://haikuatelier.com/?post_type=product_variation&p=1620',3,'product_variation','',0), +(1621,1,'2025-12-17 17:17:31','2025-12-17 16:17:31','','Fuyou Long Earrings - pair','Side: pair','publish','closed','closed','','fuyou-long-earrings-silver-pair','','','2026-04-24 20:22:41','2026-04-24 18:22:41','',766,'https://haikuatelier.com/?post_type=product_variation&p=1621',1,'product_variation','',0), +(1628,1,'2025-12-18 23:39:56','2025-12-18 22:39:56','','','','draft','closed','closed','','','','','2025-12-18 23:39:56','2025-12-18 22:39:56','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1628',0,'shop_order_placehold','',0), +(1629,1,'2025-12-18 23:40:36','2025-12-18 22:40:36','','','','draft','closed','closed','','','','','2025-12-18 23:40:36','2025-12-18 22:40:36','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1629',0,'shop_order_placehold','',0), +(1630,1,'2025-12-21 21:44:25','2025-12-21 20:44:25','','','','draft','closed','closed','','','','','2025-12-21 21:44:25','2025-12-21 20:44:25','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1630',0,'shop_order_placehold','',0), +(1643,1,'2026-01-13 16:58:24','2026-01-13 15:58:24','','','','draft','closed','closed','','','','','2026-01-13 16:58:24','2026-01-13 15:58:24','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1643',0,'shop_order_placehold','',3), +(1644,1,'2026-01-13 17:01:21','2026-01-13 16:01:21','','','','draft','closed','closed','','','','','2026-01-13 17:01:21','2026-01-13 16:01:21','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1644',0,'shop_order_placehold','',0), +(1645,1,'2026-01-13 17:03:07','2026-01-13 16:03:07','','','','draft','closed','closed','','','','','2026-01-13 17:03:07','2026-01-13 16:03:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1645',0,'shop_order_placehold','',3), +(1646,1,'2026-01-14 21:45:29','2026-01-14 20:45:29','','','','draft','closed','closed','','','','','2026-01-14 21:45:29','2026-01-14 20:45:29','',1610,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1646',0,'shop_order_placehold','',0), +(1647,1,'2026-02-01 21:14:25','2026-02-01 20:14:25','','','','draft','closed','closed','','','','','2026-02-01 21:14:25','2026-02-01 20:14:25','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1647',0,'shop_order_placehold','',3), +(1649,1,'2026-02-05 20:10:25','2026-02-05 19:10:25','','','','draft','closed','closed','','','','','2026-02-05 20:10:25','2026-02-05 19:10:25','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1649',0,'shop_order_placehold','',3), +(1650,1,'2026-02-11 13:43:18','2026-02-11 12:43:18','','Piasu ring silver','','inherit','closed','closed','','2025haiku_00068','','','2026-02-11 13:44:53','2026-02-11 12:44:53','',1467,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00068.jpg',0,'attachment','image/jpeg',0), +(1651,1,'2026-02-11 13:45:20','2026-02-11 12:45:20','','Piasu ring silver','','inherit','closed','closed','','2025haiku_00078','','','2026-02-11 13:45:32','2026-02-11 12:45:32','',1467,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00078.jpg',0,'attachment','image/jpeg',0), +(1652,1,'2026-04-25 08:28:02','2026-04-25 06:28:02','PuchiPuchi : the sound of something splashing\n\nDangling earrings composed of tied ball chains.\n
        \n
      • • total length 6,5cm
      • \n
      • • ball chain diameter 3mm\n• handcrafted in Brussels\n\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','PuchiPuchi Earrings','','inherit','closed','closed','','1444-autosave-v1','','','2026-04-25 08:28:02','2026-04-25 06:28:02','',1444,'https://haikuatelier.com/?p=1652',0,'revision','',0), +(1653,1,'2026-02-11 13:52:39','2026-02-11 12:52:39','','Puchi earrings in silver','','inherit','closed','closed','','2025haiku_00056','','','2026-02-11 13:54:10','2026-02-11 12:54:10','',1444,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00056.jpg',0,'attachment','image/jpeg',0), +(1654,1,'2026-02-11 13:55:08','2026-02-11 12:55:08','','Puchi earrings in silver','','inherit','closed','closed','','2025haiku_00071','','','2026-02-11 13:55:18','2026-02-11 12:55:18','',1444,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00071.jpg',0,'attachment','image/jpeg',0), +(1655,1,'2026-04-28 13:00:12','2026-04-28 11:00:12','IKKAN : link\n\nA bracelet in sterling silver mixing a rigid band and a loose mix of chains in sterling silver and gold plated silve\n
          \n
        • • size 1: 6cm diameter / size 2: 7cm diameter
        • \n
        • • wire thickness 2,5mm
        • \n
        • • handcrafted in Brussels
        • \n
        \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Bracelet','','inherit','closed','closed','','240-autosave-v1','','','2026-04-28 13:00:12','2026-04-28 11:00:12','',240,'https://haikuatelier.com/?p=1655',0,'revision','',0), +(1656,1,'2026-02-11 19:47:27','2026-02-11 18:47:27','','','','draft','closed','closed','','','','','2026-02-11 19:47:27','2026-02-11 18:47:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1656',0,'shop_order_placehold','',1), +(1657,1,'2026-02-14 16:19:34','2026-02-14 15:19:34','','HKlouise100','','publish','closed','closed','','hklouise100','','','2026-02-14 16:19:34','2026-02-14 15:19:34','',0,'https://haikuatelier.com/?post_type=shop_coupon&p=1657',0,'shop_coupon','',0), +(1658,1,'2026-02-16 16:38:24','2026-02-16 15:38:24','','','','draft','closed','closed','','','','','2026-02-16 16:38:24','2026-02-16 15:38:24','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1658',0,'shop_order_placehold','',3), +(1659,1,'2026-02-16 16:57:03','2026-02-16 15:57:03','','','','draft','closed','closed','','','','','2026-02-16 16:57:03','2026-02-16 15:57:03','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1659',0,'shop_order_placehold','',0), +(1660,1,'2026-02-25 22:15:31','2026-02-25 21:15:31','','','','draft','closed','closed','','','','','2026-02-25 22:15:31','2026-02-25 21:15:31','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1660',0,'shop_order_placehold','',0), +(1661,1,'2026-02-25 22:19:14','2026-02-25 21:19:14','','','','draft','closed','closed','','','','','2026-02-25 22:19:14','2026-02-25 21:19:14','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1661',0,'shop_order_placehold','',0), +(1662,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 110€','Amount: 110€','publish','closed','closed','','haiku-e-gift-card-110e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1662',9,'product_variation','',0), +(1663,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 120€','Amount: 120€','publish','closed','closed','','haiku-e-gift-card-120e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1663',10,'product_variation','',0), +(1664,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 130€','Amount: 130€','publish','closed','closed','','haiku-e-gift-card-130e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1664',11,'product_variation','',0), +(1665,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 140€','Amount: 140€','publish','closed','closed','','haiku-e-gift-card-140e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1665',12,'product_variation','',0), +(1666,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 150€','Amount: 150€','publish','closed','closed','','haiku-e-gift-card-150e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1666',13,'product_variation','',0), +(1667,1,'2026-03-05 10:33:55','2026-03-05 09:33:55','','Haiku e-Gift Card - 55€','Amount: 55€','publish','closed','closed','','haiku-e-gift-card-55e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1667',3,'product_variation','',0), +(1668,1,'2026-03-06 12:16:35','2026-03-06 11:16:35','','','','draft','closed','closed','','','','','2026-03-06 12:16:35','2026-03-06 11:16:35','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1668',0,'shop_order_placehold','',0), +(1669,1,'2026-03-06 12:17:23','2026-03-06 11:17:23','','','','draft','closed','closed','','','','','2026-03-06 12:17:23','2026-03-06 11:17:23','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1669',0,'shop_order_placehold','',3), +(1670,1,'2026-03-07 17:40:02','2026-03-07 16:40:02','','','','draft','closed','closed','','','','','2026-03-07 17:40:02','2026-03-07 16:40:02','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1670',0,'shop_order_placehold','',3), +(1671,1,'2026-03-08 14:10:27','2026-03-08 13:10:27','','','','draft','closed','closed','','','','','2026-03-08 14:10:27','2026-03-08 13:10:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1671',0,'shop_order_placehold','',0), +(1672,1,'2026-03-09 19:09:15','2026-03-09 18:09:15','','','','draft','closed','closed','','','','','2026-03-09 19:09:15','2026-03-09 18:09:15','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1672',0,'shop_order_placehold','',1), +(1673,1,'2026-04-06 11:49:09','2026-04-06 09:49:09','A workshop to create your very own ear cuff, using metalsmith techniques and workbench methods. \r\nFrom sketchs to metal, you\'ll discover the process of jewelry making (sawing, filing, soldering, polishing...) and get the chance to make your dream piece. \r\n\r\nThis course can host 3 person at a time maximum, so that you can get the best out of this experience. \r\nDrinks and snack will be provided. \r\n\r\nThis workshop session will last around 2h.\r\nIt can be given in French or in English. \r\nAt the moment, all workshops take place at De Niche studio, in Brussels. \r\n\r\nA link to choose your date will be send to your email address once you proceed to check out. \r\n\r\n','Workshop Ear Cuff','','publish','closed','closed','','workshop-ear-cuff','','','2026-04-28 11:51:07','2026-04-28 09:51:07','',0,'https://haikuatelier.com/?post_type=product&p=1673',43,'product','',0), +(1674,1,'2026-03-30 18:55:11','2026-03-30 16:55:11','','workshop ear cuff','','inherit','closed','closed','','004a2444','','','2026-03-30 18:55:43','2026-03-30 16:55:43','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2444.jpg',0,'attachment','image/jpeg',0), +(1675,1,'2026-03-30 18:55:51','2026-03-30 16:55:51','','workshop ear cuff','','inherit','closed','closed','','004a2460','','','2026-03-30 18:56:10','2026-03-30 16:56:10','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2460.jpg',0,'attachment','image/jpeg',0), +(1676,1,'2026-03-30 18:56:16','2026-03-30 16:56:16','','workshop ear cuff','','inherit','closed','closed','','004a2576','','','2026-03-30 18:56:25','2026-03-30 16:56:25','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2576.jpg',0,'attachment','image/jpeg',0), +(1677,1,'2026-03-30 18:56:33','2026-03-30 16:56:33','','workshop ear cuff','','inherit','closed','closed','','004a2605','','','2026-03-30 18:56:48','2026-03-30 16:56:48','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2605.jpg',0,'attachment','image/jpeg',0), +(1678,1,'2026-03-30 19:05:08','2026-03-30 17:05:08','','Workshop Ear Cuff - Gold plated brass','Material: Gold plated brass','publish','closed','closed','','workshop-ear-cuff-goldplated-brass','','','2026-03-30 19:08:43','2026-03-30 17:08:43','',1673,'https://haikuatelier.com/?post_type=product_variation&p=1678',2,'product_variation','',0), +(1679,1,'2026-03-30 19:05:09','2026-03-30 17:05:09','','Workshop Ear Cuff - Silver plated brass','Material: Silver plated brass','publish','closed','closed','','workshop-ear-cuff-silverplated-brass','','','2026-03-30 19:08:43','2026-03-30 17:08:43','',1673,'https://haikuatelier.com/?post_type=product_variation&p=1679',1,'product_variation','',0), +(1680,1,'2026-03-30 19:05:09','2026-03-30 17:05:09','','Workshop Ear Cuff - Sterling silver','Material: Sterling silver','publish','closed','closed','','workshop-ear-cuff-sterling-silver','','','2026-03-30 19:08:43','2026-03-30 17:08:43','',1673,'https://haikuatelier.com/?post_type=product_variation&p=1680',3,'product_variation','',0), +(1681,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','A workshop to create your very own pendant, using metalsmith techniques and workbench methods. \r\nFrom sketchs to metal, you\'ll discover the process of jewelry making (sawing, filing, soldering, polishing...) and get the chance to make your dream piece. \r\n\r\nThis course can host 3 person at a time maximum, so that you can get the best out of this experience. \r\nDrinks and snack will be provided. \r\n\r\nA workshop session last around 3h.\r\nIt can be given in French or in English. \r\nAt the moment, all workshops take place at De Niche studio in Brussels. \r\n\r\nA link to choose your date will be sent at your email address after the check out. \r\n\r\n','Workshop Pendant','','publish','closed','closed','','workshop-pendant','','','2026-04-28 11:51:54','2026-04-28 09:51:54','',0,'https://haikuatelier.com/?post_type=product&p=1681',42,'product','',0), +(1682,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','','Workshop Pendant - Silver plated brass','Material: Silver plated brass','publish','closed','closed','','workshop-ear-cuff-silverplated-brass-2','','','2026-03-30 19:17:08','2026-03-30 17:17:08','',1681,'https://haikuatelier.com/?post_type=product_variation&p=1682',1,'product_variation','',0), +(1683,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','','Workshop Pendant - Gold plated brass','Material: Gold plated brass','publish','closed','closed','','workshop-ear-cuff-goldplated-brass-2','','','2026-03-30 19:17:08','2026-03-30 17:17:08','',1681,'https://haikuatelier.com/?post_type=product_variation&p=1683',2,'product_variation','',0), +(1684,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','','Workshop Pendant - Sterling silver','Material: Sterling silver','publish','closed','closed','','workshop-ear-cuff-sterling-silver-2','','','2026-03-30 19:17:08','2026-03-30 17:17:08','',1681,'https://haikuatelier.com/?post_type=product_variation&p=1684',3,'product_variation','',0), +(1685,1,'2026-03-30 19:14:26','2026-03-30 17:14:26','','workshop pendant','','inherit','closed','closed','','004a2472','','','2026-03-30 19:14:52','2026-03-30 17:14:52','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2472.jpg',0,'attachment','image/jpeg',0), +(1686,1,'2026-03-30 19:15:10','2026-03-30 17:15:10','','workshop pendant','','inherit','closed','closed','','004a2361','','','2026-03-30 19:15:22','2026-03-30 17:15:22','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2361.jpg',0,'attachment','image/jpeg',0), +(1687,1,'2026-03-30 19:15:30','2026-03-30 17:15:30','','workshop pendant','','inherit','closed','closed','','004a2430','','','2026-03-30 19:15:52','2026-03-30 17:15:52','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2430.jpg',0,'attachment','image/jpeg',0), +(1688,1,'2026-03-30 19:16:01','2026-03-30 17:16:01','','workshop pendant','','inherit','closed','closed','','004a2464','','','2026-03-30 19:16:10','2026-03-30 17:16:10','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2464.jpg',0,'attachment','image/jpeg',0), +(1689,1,'2026-03-30 19:17:33','2026-03-30 17:17:33','A workshop to create your very own ring, using metalsmith techniques and workbench methods. \r\nFrom sketchs to metal, you\'ll discover the process of jewelry making (sawing, filing, soldering, polishing...) and get the chance to make your dream piece. \r\n\r\nThis course can host 3 person at a time maximum, so that you can get the best out of this experience. \r\nDrinks and snack will be provided. \r\n\r\nThis workshop session will last around 3h30.\r\nIt can be given in French or in English. \r\nAt the moment, all workshops take place at De Niche studio, in Brussels. \r\n\r\nA link to choose your date will be send to your email address once you proceed to check out. ','Workshop Ring','','publish','closed','closed','','workshop-ring','','','2026-04-28 11:50:48','2026-04-28 09:50:48','',0,'https://haikuatelier.com/?post_type=product&p=1689',44,'product','',0), +(1690,1,'2026-03-30 19:17:34','2026-03-30 17:17:34','','Workshop Ring - Silver plated brass','Material: Silver plated brass','publish','closed','closed','','workshop-ear-cuff-silverplated-brass-3','','','2026-03-30 19:30:58','2026-03-30 17:30:58','',1689,'https://haikuatelier.com/?post_type=product_variation&p=1690',1,'product_variation','',0), +(1691,1,'2026-03-30 19:17:34','2026-03-30 17:17:34','','Workshop Ring - Gold plated brass','Material: Gold plated brass','publish','closed','closed','','workshop-ear-cuff-goldplated-brass-3','','','2026-03-30 19:30:58','2026-03-30 17:30:58','',1689,'https://haikuatelier.com/?post_type=product_variation&p=1691',2,'product_variation','',0), +(1692,1,'2026-03-30 19:17:34','2026-03-30 17:17:34','','Workshop Ring - Sterling silver','Material: Sterling silver','publish','closed','closed','','workshop-ear-cuff-sterling-silver-3','','','2026-03-30 19:30:58','2026-03-30 17:30:58','',1689,'https://haikuatelier.com/?post_type=product_variation&p=1692',3,'product_variation','',0), +(1693,1,'2026-03-30 19:27:09','2026-03-30 17:27:09','','workshop ring','','inherit','closed','closed','','004a2598','','','2026-03-30 19:27:25','2026-03-30 17:27:25','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2598.jpg',0,'attachment','image/jpeg',0), +(1694,1,'2026-03-30 19:27:35','2026-03-30 17:27:35','','workshop ring','','inherit','closed','closed','','004a2592','','','2026-03-30 19:28:04','2026-03-30 17:28:04','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2592.jpg',0,'attachment','image/jpeg',0), +(1695,1,'2026-03-30 19:28:33','2026-03-30 17:28:33','','workshop ring','','inherit','closed','closed','','004a2408','','','2026-03-30 19:28:40','2026-03-30 17:28:40','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2408.jpg',0,'attachment','image/jpeg',0), +(1696,1,'2026-03-30 19:29:54','2026-03-30 17:29:54','','workshop ring','','inherit','closed','closed','','004a2458','','','2026-03-30 19:30:04','2026-03-30 17:30:04','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2458.jpg',0,'attachment','image/jpeg',0), +(1697,1,'2026-04-02 11:45:50','2026-04-02 09:45:50','','','','draft','closed','closed','','','','','2026-04-02 11:45:50','2026-04-02 09:45:50','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1697',0,'shop_order_placehold','',3), +(1698,1,'2026-04-03 23:36:58','2026-04-03 21:36:58','','','','draft','closed','closed','','','','','2026-04-03 23:36:58','2026-04-03 21:36:58','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1698',0,'shop_order_placehold','',3), +(1699,1,'2026-04-06 09:47:45','2026-04-06 07:47:45','','workshop ear cuff','','inherit','closed','closed','','dscf9660','','','2026-04-06 09:48:27','2026-04-06 07:48:27','',1673,'https://haikuatelier.com/app/uploads/2026/03/DSCF9660.jpg',0,'attachment','image/jpeg',0), +(1700,1,'2026-04-06 09:47:59','2026-04-06 07:47:59','','workshop pendant','','inherit','closed','closed','','dscf9656','','','2026-04-06 09:49:09','2026-04-06 07:49:09','',1673,'https://haikuatelier.com/app/uploads/2026/03/DSCF9656.jpg',0,'attachment','image/jpeg',0), +(1701,1,'2026-04-06 09:48:04','2026-04-06 07:48:04','','workshop ring','','inherit','closed','closed','','dscf9673','','','2026-04-06 09:49:52','2026-04-06 07:49:52','',1673,'https://haikuatelier.com/app/uploads/2026/03/DSCF9673.jpg',0,'attachment','image/jpeg',0), +(1702,1,'2026-04-12 15:55:27','2026-04-12 13:55:27','','','','draft','closed','closed','','','','','2026-04-12 15:55:27','2026-04-12 13:55:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1702',0,'shop_order_placehold','',0), +(1703,1,'2026-04-24 15:01:31','2026-04-24 13:01:31','PIASU : piercing\n\nWide ring open on top with four silver balls and a mother of pearl detail.\n
          \n
        • silver balls diameter 8mm
        • \n
        • height 1,5cm
        • \n
        • handcrafted in Brussels
        • \n
        \nRings Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver.','Piasu Ring','','inherit','closed','closed','','1467-autosave-v1','','','2026-04-24 15:01:31','2026-04-24 13:01:31','',1467,'https://haikuatelier.com/?p=1703',0,'revision','',0), +(1704,1,'2026-04-24 15:08:27','2026-04-24 13:08:27','','Piasu Ring - 48','Size: 48','publish','closed','closed','','piasu-ring-48','','','2026-04-24 15:08:52','2026-04-24 13:08:52','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1704',1,'product_variation','',0), +(1705,1,'2026-04-24 15:08:27','2026-04-24 13:08:27','','Piasu Ring - 49','Size: 49','publish','closed','closed','','piasu-ring-49','','','2026-04-24 15:08:52','2026-04-24 13:08:52','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1705',2,'product_variation','',0), +(1706,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 50','Size: 50','publish','closed','closed','','piasu-ring-50','','','2026-04-24 15:08:52','2026-04-24 13:08:52','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1706',3,'product_variation','',0), +(1707,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 51','Size: 51','publish','closed','closed','','piasu-ring-51','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1707',4,'product_variation','',0), +(1708,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 52','Size: 52','publish','closed','closed','','piasu-ring-52','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1708',5,'product_variation','',0), +(1709,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 53','Size: 53','publish','closed','closed','','piasu-ring-53','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1709',6,'product_variation','',0), +(1710,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 54','Size: 54','publish','closed','closed','','piasu-ring-54','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1710',7,'product_variation','',0), +(1711,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 55','Size: 55','publish','closed','closed','','piasu-ring-55','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1711',8,'product_variation','',0), +(1712,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 56','Size: 56','publish','closed','closed','','piasu-ring-56','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1712',9,'product_variation','',0), +(1713,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 57','Size: 57','publish','closed','closed','','piasu-ring-57','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1713',10,'product_variation','',0), +(1714,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 58','Size: 58','publish','closed','closed','','piasu-ring-58','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1714',11,'product_variation','',0), +(1715,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 59','Size: 59','publish','closed','closed','','piasu-ring-59','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1715',12,'product_variation','',0), +(1716,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 60','Size: 60','publish','closed','closed','','piasu-ring-60','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1716',13,'product_variation','',0), +(1717,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 61','Size: 61','publish','closed','closed','','piasu-ring-61','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1717',14,'product_variation','',0), +(1718,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 62','Size: 62','publish','closed','closed','','piasu-ring-62','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1718',15,'product_variation','',0), +(1719,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 63','Size: 63','publish','closed','closed','','piasu-ring-63','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1719',16,'product_variation','',0), +(1720,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 64','Size: 64','publish','closed','closed','','piasu-ring-64','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1720',17,'product_variation','',0), +(1733,1,'2026-04-24 20:17:41','2026-04-24 18:17:41','Uteki : raindrop\n\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in gold plated sterling silver.\n
      \n• wire thickness 3mm\n• stone 10x8cm\n• handcrafted in Brussels\n
    \nAll our products are made in 80% recycled sterling silver and 18k gold plated silver.\n\n','Uteki Ring gold plated','','inherit','closed','closed','','953-autosave-v1','','','2026-04-24 20:17:41','2026-04-24 18:17:41','',953,'https://haikuatelier.com/?p=1733',0,'revision','',0), +(1734,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 48','Size: 48','publish','closed','closed','','uteki-ring-gold-plated-48','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1734',1,'product_variation','',0), +(1735,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 49','Size: 49','publish','closed','closed','','uteki-ring-gold-plated-49','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1735',2,'product_variation','',0), +(1736,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 50','Size: 50','publish','closed','closed','','uteki-ring-gold-plated-50','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1736',3,'product_variation','',0), +(1737,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 51','Size: 51','publish','closed','closed','','uteki-ring-gold-plated-51','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1737',4,'product_variation','',0), +(1738,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 52','Size: 52','publish','closed','closed','','uteki-ring-gold-plated-52','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1738',5,'product_variation','',0), +(1739,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 53','Size: 53','publish','closed','closed','','uteki-ring-gold-plated-53','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1739',6,'product_variation','',0), +(1740,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 54','Size: 54','publish','closed','closed','','uteki-ring-gold-plated-54','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1740',7,'product_variation','',0), +(1741,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 55','Size: 55','publish','closed','closed','','uteki-ring-gold-plated-55','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1741',8,'product_variation','',0), +(1742,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 56','Size: 56','publish','closed','closed','','uteki-ring-gold-plated-56','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1742',9,'product_variation','',0), +(1743,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 57','Size: 57','publish','closed','closed','','uteki-ring-gold-plated-57','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1743',10,'product_variation','',0), +(1744,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 58','Size: 58','publish','closed','closed','','uteki-ring-gold-plated-58','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1744',11,'product_variation','',0), +(1745,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 59','Size: 59','publish','closed','closed','','uteki-ring-gold-plated-59','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1745',12,'product_variation','',0), +(1746,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 60','Size: 60','publish','closed','closed','','uteki-ring-gold-plated-60','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1746',13,'product_variation','',0), +(1747,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 61','Size: 61','publish','closed','closed','','uteki-ring-gold-plated-61','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1747',14,'product_variation','',0), +(1748,1,'2026-04-24 20:18:18','2026-04-24 18:18:18','','Uteki Ring gold plated - 62','Size: 62','publish','closed','closed','','uteki-ring-gold-plated-62','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1748',15,'product_variation','',0), +(1749,1,'2026-04-24 20:18:18','2026-04-24 18:18:18','','Uteki Ring gold plated - 63','Size: 63','publish','closed','closed','','uteki-ring-gold-plated-63','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1749',16,'product_variation','',0), +(1750,1,'2026-04-24 20:18:18','2026-04-24 18:18:18','','Uteki Ring gold plated - 64','Size: 64','publish','closed','closed','','uteki-ring-gold-plated-64','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1750',17,'product_variation','',0), +(1751,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 48','Size: 48','publish','closed','closed','','uteki-ring-silver-48','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1751',1,'product_variation','',0), +(1752,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 49','Size: 49','publish','closed','closed','','uteki-ring-silver-49','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1752',2,'product_variation','',0), +(1753,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 50','Size: 50','publish','closed','closed','','uteki-ring-silver-50','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1753',3,'product_variation','',0), +(1754,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 51','Size: 51','publish','closed','closed','','uteki-ring-silver-51','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1754',4,'product_variation','',0), +(1755,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 52','Size: 52','publish','closed','closed','','uteki-ring-silver-52','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1755',5,'product_variation','',0), +(1756,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 53','Size: 53','publish','closed','closed','','uteki-ring-silver-53','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1756',6,'product_variation','',0), +(1757,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 54','Size: 54','publish','closed','closed','','uteki-ring-silver-54','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1757',7,'product_variation','',0), +(1758,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 55','Size: 55','publish','closed','closed','','uteki-ring-silver-55','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1758',8,'product_variation','',0), +(1759,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 56','Size: 56','publish','closed','closed','','uteki-ring-silver-56','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1759',9,'product_variation','',0), +(1760,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 57','Size: 57','publish','closed','closed','','uteki-ring-silver-57','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1760',10,'product_variation','',0), +(1761,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 58','Size: 58','publish','closed','closed','','uteki-ring-silver-58','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1761',11,'product_variation','',0), +(1762,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 59','Size: 59','publish','closed','closed','','uteki-ring-silver-59','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1762',12,'product_variation','',0), +(1763,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 60','Size: 60','publish','closed','closed','','uteki-ring-silver-60','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1763',13,'product_variation','',0), +(1764,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 61','Size: 61','publish','closed','closed','','uteki-ring-silver-61','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1764',14,'product_variation','',0), +(1765,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 62','Size: 62','publish','closed','closed','','uteki-ring-silver-62','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1765',15,'product_variation','',0), +(1766,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 63','Size: 63','publish','closed','closed','','uteki-ring-silver-63','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1766',16,'product_variation','',0), +(1767,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 64','Size: 64','publish','closed','closed','','uteki-ring-silver-64','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1767',17,'product_variation','',0), +(1768,1,'2026-04-24 20:20:14','2026-04-24 18:20:14','Uteki : raindrop\n\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in sterling silver.\n\n• wire thickness 3mm\n• stone 10x8cm\n• handcrafted in Brussels\n\nRings are made on demand. Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Uteki Ring silver','','inherit','closed','closed','','941-autosave-v1','','','2026-04-24 20:20:14','2026-04-24 18:20:14','',941,'https://haikuatelier.com/?p=1768',0,'revision','',0), +(1769,1,'2026-04-24 20:26:26','2026-04-24 18:26:26','IKKAN : link\n\nA piece made of an oversized link thread into a D-shaped sterling silver band ring.\n
      \n
    • link caliber 1cm
    • \n
    • band diameter 2mm
    • \n
    • handcrafted in Brussels
    • \n
    \nRings are made on demandFind some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Ikkan Ring silver','','inherit','closed','closed','','102-autosave-v1','','','2026-04-24 20:26:26','2026-04-24 18:26:26','',102,'https://haikuatelier.com/?p=1769',0,'revision','',0), +(1770,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 48','Size: 48','publish','closed','closed','','ikkan-ring-silver-48','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1770',1,'product_variation','',0), +(1771,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 49','Size: 49','publish','closed','closed','','ikkan-ring-silver-49','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1771',2,'product_variation','',0), +(1772,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 50','Size: 50','publish','closed','closed','','ikkan-ring-silver-50','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1772',3,'product_variation','',0), +(1773,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 51','Size: 51','publish','closed','closed','','ikkan-ring-silver-51','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1773',4,'product_variation','',0), +(1774,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 52','Size: 52','publish','closed','closed','','ikkan-ring-silver-52','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1774',5,'product_variation','',0), +(1775,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 53','Size: 53','publish','closed','closed','','ikkan-ring-silver-53','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1775',6,'product_variation','',0), +(1776,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 54','Size: 54','publish','closed','closed','','ikkan-ring-silver-54','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1776',7,'product_variation','',0), +(1777,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 55','Size: 55','publish','closed','closed','','ikkan-ring-silver-55','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1777',8,'product_variation','',0), +(1778,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 56','Size: 56','publish','closed','closed','','ikkan-ring-silver-56','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1778',9,'product_variation','',0), +(1779,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 57','Size: 57','publish','closed','closed','','ikkan-ring-silver-57','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1779',10,'product_variation','',0), +(1780,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 58','Size: 58','publish','closed','closed','','ikkan-ring-silver-58','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1780',11,'product_variation','',0), +(1781,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 59','Size: 59','publish','closed','closed','','ikkan-ring-silver-59','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1781',12,'product_variation','',0), +(1782,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 60','Size: 60','publish','closed','closed','','ikkan-ring-silver-60','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1782',13,'product_variation','',0), +(1783,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 61','Size: 61','publish','closed','closed','','ikkan-ring-silver-61','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1783',14,'product_variation','',0), +(1784,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 62','Size: 62','publish','closed','closed','','ikkan-ring-silver-62','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1784',15,'product_variation','',0), +(1785,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 63','Size: 63','publish','closed','closed','','ikkan-ring-silver-63','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1785',16,'product_variation','',0), +(1786,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 64','Size: 64','publish','closed','closed','','ikkan-ring-silver-64','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1786',17,'product_variation','',0), +(1787,1,'2026-04-24 20:27:52','2026-04-24 18:27:52','IKKAN: link\n\nA piece made of an oversized link thread into a D-shaped gold plated silver band ring.\n
      \n
    • link caliber 1cm
    • \n
    • band diameter 2mm
    • \n
    • handcrafted in Brussels
    • \n
    \nRings are made on demand. Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Ikkan Ring gold plated','','inherit','closed','closed','','113-autosave-v1','','','2026-04-24 20:27:52','2026-04-24 18:27:52','',113,'https://haikuatelier.com/?p=1787',0,'revision','',0), +(1788,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 48','Size: 48','publish','closed','closed','','ikkan-ring-gold-plated-48','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1788',1,'product_variation','',0), +(1789,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 49','Size: 49','publish','closed','closed','','ikkan-ring-gold-plated-49','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1789',2,'product_variation','',0), +(1790,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 50','Size: 50','publish','closed','closed','','ikkan-ring-gold-plated-50','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1790',3,'product_variation','',0), +(1791,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 51','Size: 51','publish','closed','closed','','ikkan-ring-gold-plated-51','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1791',4,'product_variation','',0), +(1792,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 52','Size: 52','publish','closed','closed','','ikkan-ring-gold-plated-52','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1792',5,'product_variation','',0), +(1793,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 53','Size: 53','publish','closed','closed','','ikkan-ring-gold-plated-53','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1793',6,'product_variation','',0), +(1794,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 54','Size: 54','publish','closed','closed','','ikkan-ring-gold-plated-54','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1794',7,'product_variation','',0), +(1795,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 55','Size: 55','publish','closed','closed','','ikkan-ring-gold-plated-55','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1795',8,'product_variation','',0), +(1796,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 56','Size: 56','publish','closed','closed','','ikkan-ring-gold-plated-56','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1796',9,'product_variation','',0), +(1797,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 57','Size: 57','publish','closed','closed','','ikkan-ring-gold-plated-57','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1797',10,'product_variation','',0), +(1798,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 58','Size: 58','publish','closed','closed','','ikkan-ring-gold-plated-58','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1798',11,'product_variation','',0), +(1799,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 59','Size: 59','publish','closed','closed','','ikkan-ring-gold-plated-59','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1799',12,'product_variation','',0), +(1800,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 60','Size: 60','publish','closed','closed','','ikkan-ring-gold-plated-60','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1800',13,'product_variation','',0), +(1801,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 61','Size: 61','publish','closed','closed','','ikkan-ring-gold-plated-61','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1801',14,'product_variation','',0), +(1802,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 62','Size: 62','publish','closed','closed','','ikkan-ring-gold-plated-62','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1802',15,'product_variation','',0), +(1803,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 63','Size: 63','publish','closed','closed','','ikkan-ring-gold-plated-63','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1803',16,'product_variation','',0), +(1804,1,'2026-04-24 20:28:30','2026-04-24 18:28:30','','Ikkan Ring gold plated - 64','Size: 64','publish','closed','closed','','ikkan-ring-gold-plated-64','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1804',17,'product_variation','',0), +(1805,1,'2026-04-27 18:01:53','2026-04-27 16:01:53','TAMA: soul, spirit\n\nOval sterling silver hoops lined with dangling box chains of two different length.\n
      \n
    • hoops height 2cm
    • \n
    • chain length 5cm and 3,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Tama Hoops silver','','inherit','closed','closed','','306-autosave-v1','','','2026-04-27 18:01:53','2026-04-27 16:01:53','',306,'https://haikuatelier.com/?p=1805',0,'revision','',0), +(1806,1,'2026-04-27 15:19:34','2026-04-27 13:19:34','MUGURA: vine\n\nMinimalist hoop earrings, big and small version, with thin ends going up on the lobes and smoked quartz detail. In sterling silver.\n
      \n
    • wire thickness 2mm
    • \n
    • height 4cm & 2,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Mugura Hoops silver','','inherit','closed','closed','','393-autosave-v1','','','2026-04-27 15:19:34','2026-04-27 13:19:34','',393,'https://haikuatelier.com/?p=1806',0,'revision','',0), +(1809,1,'2026-04-26 15:42:31','2026-04-26 13:42:31','IKKAN : link\r\n\r\nA bracelet in sterling silver mixing a rigid band and loose curb chain\r\n
      \r\n
    • size 1: 6cm diameter / size 2: 7cm diameter
    • \r\n
    • wire thickness 2,5mm
    • \r\n
    • handcrafted in Brussels
    • \r\n
    \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Puchi Bracelet','','draft','closed','closed','','','','','2026-04-26 15:45:31','2026-04-26 13:45:31','',0,'https://haikuatelier.com/?post_type=product&p=1809',14,'product','',0), +(1810,1,'2026-04-26 15:42:31','2026-04-26 13:42:31','','Puchi Bracelet - Size 1','Size: Size 1','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-5','','','2026-04-26 15:42:31','2026-04-26 13:42:31','',1809,'https://haikuatelier.com/?post_type=product_variation&p=1810',1,'product_variation','',0), +(1811,1,'2026-04-26 15:42:31','2026-04-26 13:42:31','','Puchi Bracelet - Size 2','Size: Size 2','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-6','','','2026-04-26 15:42:31','2026-04-26 13:42:31','',1809,'https://haikuatelier.com/?post_type=product_variation&p=1811',2,'product_variation','',0), +(1812,1,'2026-04-26 15:43:42','2026-04-26 13:43:42','','PUCHI-BR','','inherit','closed','closed','','puchi-br','','','2026-04-26 15:43:42','2026-04-26 13:43:42','',1809,'https://haikuatelier.com/app/uploads/2026/04/PUCHI-BR.jpg',0,'attachment','image/jpeg',0), +(1813,1,'2026-04-26 15:45:04','2026-04-26 13:45:04','','','','inherit','closed','closed','','_clelia-odette-2-76','','','2026-04-26 16:48:08','2026-04-26 14:48:08','',1809,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-76.jpg',0,'attachment','image/jpeg',0), +(1814,1,'2026-04-26 16:53:36','2026-04-26 14:53:36','','','','inherit','closed','closed','','ikkan-c','','','2026-04-26 16:53:47','2026-04-26 14:53:47','',263,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-C.jpg',0,'attachment','image/jpeg',0), +(1815,1,'2026-04-26 16:58:04','2026-04-26 14:58:04','','_©Clelia.Odette-4477-copie','','inherit','closed','closed','','_clelia-odette-4477-copie','','','2026-04-26 16:58:25','2026-04-26 14:58:25','',263,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4477-copie.jpg',0,'attachment','image/jpeg',0), +(1816,1,'2026-04-26 17:17:17','2026-04-26 15:17:17','','','','inherit','closed','closed','','ikkan-br','','','2026-04-26 17:17:33','2026-04-26 15:17:33','',240,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-BR.jpg',0,'attachment','image/jpeg',0), +(1817,1,'2026-04-26 17:19:51','2026-04-26 15:19:51','','','','inherit','closed','closed','','_clelia-odette-4332','','','2026-04-26 17:20:04','2026-04-26 15:20:04','',240,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4332.jpg',0,'attachment','image/jpeg',0), +(1819,1,'2026-04-27 10:03:11','2026-04-27 08:03:11','','','','inherit','closed','closed','','2025haiku_0003','','','2026-04-27 10:03:24','2026-04-27 08:03:24','',258,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_0003.jpg',0,'attachment','image/jpeg',0), +(1821,1,'2026-04-27 10:17:07','2026-04-27 08:17:07','','','','inherit','closed','closed','','hatta-ec-g','','','2026-04-27 10:17:29','2026-04-27 08:17:29','',1560,'https://haikuatelier.com/app/uploads/2025/11/HATTA-EC-g.jpg',0,'attachment','image/jpeg',0), +(1822,1,'2026-04-27 10:29:47','2026-04-27 08:29:47','','','','inherit','closed','closed','','hatta-ec-s','','','2026-04-27 10:30:00','2026-04-27 08:30:00','',1555,'https://haikuatelier.com/app/uploads/2025/11/HATTA-EC-s.jpg',0,'attachment','image/jpeg',0), +(1824,1,'2026-04-27 10:41:08','2026-04-27 08:41:08','','','','inherit','closed','closed','','hatta-cr-g','','','2026-04-27 10:41:26','2026-04-27 08:41:26','',1549,'https://haikuatelier.com/app/uploads/2025/11/HATTA-CR-g.jpg',0,'attachment','image/jpeg',0), +(1825,1,'2026-04-27 11:07:26','2026-04-27 09:07:26','','','','inherit','closed','closed','','hatta-cr1-s','','','2026-04-27 11:07:38','2026-04-27 09:07:38','',1541,'https://haikuatelier.com/app/uploads/2025/11/HATTA-CR1-s.jpg',0,'attachment','image/jpeg',0), +(1826,1,'2026-04-27 11:15:33','2026-04-27 09:15:33','','','','inherit','closed','closed','','tama-ec-s','','','2026-04-27 11:17:12','2026-04-27 09:17:12','',1535,'https://haikuatelier.com/app/uploads/2025/11/TAMA-EC-s.jpg',0,'attachment','image/jpeg',0), +(1827,1,'2026-04-27 11:17:16','2026-04-27 09:17:16','TAMA: soul, spirit\n\nA delicate ear cuff with dangling box chains. In sterling silver.\n
      \n
    • total height 4,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tamanori Ear Cuff silver','','inherit','closed','closed','','1535-autosave-v1','','','2026-04-27 11:17:16','2026-04-27 09:17:16','',1535,'https://haikuatelier.com/?p=1827',0,'revision','',0), +(1828,1,'2026-04-27 11:22:34','2026-04-27 09:22:34','','','','inherit','closed','closed','','tama-ec-g','','','2026-04-27 11:22:53','2026-04-27 09:22:53','',1531,'https://haikuatelier.com/app/uploads/2025/11/TAMA-EC-g.jpg',0,'attachment','image/jpeg',0), +(1829,1,'2026-04-27 11:23:07','2026-04-27 09:23:07','TAMA: in balance on a ball\n\nA delicate ear cuff with dangling box chains. In gold plated silver.\n
      \n
    • total height 4,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tamanori Ear Cuff gold plated','','inherit','closed','closed','','1531-autosave-v1','','','2026-04-27 11:23:07','2026-04-27 09:23:07','',1531,'https://haikuatelier.com/?p=1829',0,'revision','',0), +(1831,1,'2026-04-27 11:35:28','2026-04-27 09:35:28','','','','inherit','closed','closed','','piasu-ec','','','2026-04-27 11:35:36','2026-04-27 09:35:36','',1512,'https://haikuatelier.com/app/uploads/2025/11/PIASU-EC.jpg',0,'attachment','image/jpeg',0), +(1832,1,'2026-04-27 11:42:14','2026-04-27 09:42:14','','2025HAIKU_00010','','inherit','closed','closed','','2025haiku_00010-2','','','2026-04-27 11:42:32','2026-04-27 09:42:32','',1512,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00010-1.jpg',0,'attachment','image/jpeg',0), +(1833,1,'2026-04-27 11:51:46','2026-04-27 09:51:46','','','','inherit','closed','closed','','piasu-b-2','','','2026-04-27 11:51:55','2026-04-27 09:51:55','',1467,'https://haikuatelier.com/app/uploads/2025/09/PIASU-B-1.jpg',0,'attachment','image/jpeg',0), +(1834,1,'2026-04-27 13:14:50','2026-04-27 11:14:50','','','','inherit','closed','closed','','_clelia-odette-2-113-copie','','','2026-04-27 13:15:02','2026-04-27 11:15:02','',1467,'https://haikuatelier.com/app/uploads/2025/09/©Clelia.Odette-2-113-copie.jpg',0,'attachment','image/jpeg',0), +(1835,1,'2026-04-27 13:38:04','2026-04-27 11:38:04','','','','inherit','closed','closed','','puchi-bo','','','2026-04-27 13:38:18','2026-04-27 11:38:18','',1444,'https://haikuatelier.com/app/uploads/2025/09/PUCHI-BO.jpg',0,'attachment','image/jpeg',0), +(1836,1,'2026-04-27 13:54:04','2026-04-27 11:54:04','','','','inherit','closed','closed','','uteki-b-s-2','','','2026-04-27 13:54:19','2026-04-27 11:54:19','',941,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-B-s.jpg',0,'attachment','image/jpeg',0), +(1837,1,'2026-04-27 14:04:02','2026-04-27 12:04:02','','','','inherit','closed','closed','','uteki-b-g-3','','','2026-04-27 14:04:16','2026-04-27 12:04:16','',953,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-B-g-1.jpg',0,'attachment','image/jpeg',0), +(1838,1,'2026-04-27 14:17:33','2026-04-27 12:17:33','','','','inherit','closed','closed','','fuyou-bo','','','2026-04-27 14:17:49','2026-04-27 12:17:49','',766,'https://haikuatelier.com/app/uploads/2024/11/FUYOU-BO.jpg',0,'attachment','image/jpeg',0), +(1839,1,'2026-04-27 14:53:27','2026-04-27 12:53:27','','','','inherit','closed','closed','','mugu-bop','','','2026-04-27 14:53:43','2026-04-27 12:53:43','',490,'https://haikuatelier.com/app/uploads/2024/11/MUGU-BOP.jpg',0,'attachment','image/jpeg',0), +(1840,1,'2026-04-27 15:18:52','2026-04-27 13:18:52','','','','inherit','closed','closed','','mugu-cr-s','','','2026-04-27 15:19:04','2026-04-27 13:19:04','',393,'https://haikuatelier.com/app/uploads/2024/10/MUGU-CR-s.jpg',0,'attachment','image/jpeg',0), +(1841,1,'2026-04-27 15:24:51','2026-04-27 13:24:51','','','','inherit','closed','closed','','_clelia-odette-4306','','','2026-04-27 15:25:16','2026-04-27 13:25:16','',393,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4306.jpg',0,'attachment','image/jpeg',0), +(1842,1,'2026-04-27 15:25:36','2026-04-27 13:25:36','','','','inherit','closed','closed','','_clelia-odette-4619-copie','','','2026-04-27 15:25:58','2026-04-27 13:25:58','',393,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4619-copie.jpg',0,'attachment','image/jpeg',0), +(1843,1,'2026-04-27 15:29:59','2026-04-27 13:29:59','','Mugura Hoops silver - all','Side: all','publish','closed','closed','','mugura-hoops-silver-all','','','2026-04-27 15:33:27','2026-04-27 13:33:27','',393,'https://haikuatelier.com/?post_type=product_variation&p=1843',1,'product_variation','',0), +(1846,1,'2026-04-27 15:30:00','2026-04-27 13:30:00','','Mugura Hoops silver - pair big hoops','Side: pair big hoops','publish','closed','closed','','mugura-hoops-silver-pair-big-hoops','','','2026-04-27 15:33:27','2026-04-27 13:33:27','',393,'https://haikuatelier.com/?post_type=product_variation&p=1846',2,'product_variation','',0), +(1847,1,'2026-04-27 15:30:00','2026-04-27 13:30:00','','Mugura Hoops silver - pair small hoops','Side: pair small hoops','publish','closed','closed','','mugura-hoops-silver-pair-small-hoops','','','2026-04-27 15:33:27','2026-04-27 13:33:27','',393,'https://haikuatelier.com/?post_type=product_variation&p=1847',3,'product_variation','',0), +(1848,1,'2026-04-27 17:40:05','2026-04-27 15:40:05','','','','inherit','closed','closed','','fuyou-cr1-2','','','2026-04-27 17:40:21','2026-04-27 15:40:21','',318,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-CR1.jpg',0,'attachment','image/jpeg',0), +(1849,1,'2026-04-27 17:46:50','2026-04-27 15:46:50','','','','inherit','closed','closed','','_clelia-odette-4158','','','2026-04-27 17:47:05','2026-04-27 15:47:05','',318,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4158.jpg',0,'attachment','image/jpeg',0), +(1850,1,'2026-04-27 17:47:25','2026-04-27 15:47:25','','_©Clelia.Odette-4167','','inherit','closed','closed','','_clelia-odette-4167','','','2026-04-27 17:47:33','2026-04-27 15:47:33','',318,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4167.jpg',0,'attachment','image/jpeg',0), +(1851,1,'2026-04-27 17:57:35','2026-04-27 15:57:35','','','','inherit','closed','closed','','tama-cr-g','','','2026-04-27 17:58:06','2026-04-27 15:58:06','',312,'https://haikuatelier.com/app/uploads/2024/10/TAMA-CR-g.jpg',0,'attachment','image/jpeg',0), +(1852,1,'2026-04-27 17:58:02','2026-04-27 15:58:02','TAMA: soul, spirit\n\nOval gold plated silver hoops lined with dangling box chains of two different length.\n
      \n
    • hoops height 2cm
    • \n
    • chain length 5cm and 3,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycles sterling silver and 18ct gold plated silver.','Tama Hoops gold plated','','inherit','closed','closed','','312-autosave-v1','','','2026-04-27 17:58:02','2026-04-27 15:58:02','',312,'https://haikuatelier.com/?p=1852',0,'revision','',0), +(1853,1,'2026-04-27 18:04:32','2026-04-27 16:04:32','','','','inherit','closed','closed','','tama-cr-s','','','2026-04-27 18:04:44','2026-04-27 16:04:44','',306,'https://haikuatelier.com/app/uploads/2024/10/TAMA-CR-s.jpg',0,'attachment','image/jpeg',0), +(1854,1,'2026-04-27 18:29:00','2026-04-27 16:29:00','','','','inherit','closed','closed','','fuyou-c','','','2026-04-27 18:29:11','2026-04-27 16:29:11','',274,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-C.jpg',0,'attachment','image/jpeg',0), +(1855,1,'2026-04-27 18:31:30','2026-04-27 16:31:30','','','','inherit','closed','closed','','2025haiku_00061','','','2026-04-27 18:31:41','2026-04-27 16:31:41','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00061.jpg',0,'attachment','image/jpeg',0), +(1856,1,'2026-04-27 18:42:05','2026-04-27 16:42:05','','','','inherit','closed','closed','','fuyou-br-2','','','2026-04-27 18:42:17','2026-04-27 16:42:17','',258,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-BR-1.jpg',0,'attachment','image/jpeg',0), +(1857,1,'2026-04-28 01:02:04','2026-04-27 23:02:04','','','','draft','closed','closed','','','','','2026-04-28 01:02:04','2026-04-27 23:02:04','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1857',0,'shop_order_placehold','',3), +(1858,1,'2026-04-28 10:07:47','2026-04-28 08:07:47','','','','inherit','closed','closed','','rokku-b','','','2026-04-28 10:08:00','2026-04-28 08:08:00','',168,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-B.jpg',0,'attachment','image/jpeg',0), +(1859,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 48','Size: 48','publish','closed','closed','','rokku-ring-48','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1859',1,'product_variation','',0), +(1860,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 49','Size: 49','publish','closed','closed','','rokku-ring-49','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1860',2,'product_variation','',0), +(1861,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 50','Size: 50','publish','closed','closed','','rokku-ring-50','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1861',3,'product_variation','',0), +(1862,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 51','Size: 51','publish','closed','closed','','rokku-ring-51','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1862',4,'product_variation','',0), +(1863,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 52','Size: 52','publish','closed','closed','','rokku-ring-52','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1863',5,'product_variation','',0), +(1864,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 53','Size: 53','publish','closed','closed','','rokku-ring-53','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1864',6,'product_variation','',0), +(1865,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 54','Size: 54','publish','closed','closed','','rokku-ring-54','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1865',7,'product_variation','',0), +(1866,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 55','Size: 55','publish','closed','closed','','rokku-ring-55','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1866',8,'product_variation','',0), +(1867,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 56','Size: 56','publish','closed','closed','','rokku-ring-56','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1867',9,'product_variation','',0), +(1868,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 57','Size: 57','publish','closed','closed','','rokku-ring-57','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1868',10,'product_variation','',0), +(1869,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 58','Size: 58','publish','closed','closed','','rokku-ring-58','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1869',11,'product_variation','',0), +(1870,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 59','Size: 59','publish','closed','closed','','rokku-ring-59','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1870',12,'product_variation','',0), +(1871,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 60','Size: 60','publish','closed','closed','','rokku-ring-60','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1871',13,'product_variation','',0), +(1872,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 61','Size: 61','publish','closed','closed','','rokku-ring-61','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1872',14,'product_variation','',0), +(1873,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 62','Size: 62','publish','closed','closed','','rokku-ring-62','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1873',15,'product_variation','',0), +(1874,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 63','Size: 63','publish','closed','closed','','rokku-ring-63','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1874',16,'product_variation','',0), +(1875,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 64','Size: 64','publish','closed','closed','','rokku-ring-64','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1875',17,'product_variation','',0), +(1876,1,'2026-04-28 10:15:25','2026-04-28 08:15:25','','','','inherit','closed','closed','','ikkan-b-s','','','2026-04-28 10:15:37','2026-04-28 08:15:37','',102,'https://haikuatelier.com/app/uploads/2024/09/IKKAN-B-s.jpg',0,'attachment','image/jpeg',0), +(1877,1,'2026-04-28 10:23:12','2026-04-28 08:23:12','','','','inherit','closed','closed','','_clelia-odette-2-41-copie','','','2026-04-28 10:23:25','2026-04-28 08:23:25','',102,'https://haikuatelier.com/app/uploads/2024/09/©Clelia.Odette-2-41-copie.jpg',0,'attachment','image/jpeg',0), +(1878,1,'2026-04-28 10:24:42','2026-04-28 08:24:42','UTEKI: droplet\r\n\r\nAn ear cuff convering the ear with a minimalist droplet shaped wire. In sterling silver.\r\n
      \r\n
    • height 2cm
    • \r\n
    • wire thickness 25mm
    • \r\n
    • handcrafted in Brussels
    • \r\n
    \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Uteki Ear Cuff silver','','publish','closed','closed','','uteki-ear-cuff-silver','','','2026-04-28 11:52:08','2026-04-28 09:52:08','',0,'https://haikuatelier.com/?post_type=product&p=1878',9,'product','',0), +(1879,1,'2026-04-28 10:31:55','2026-04-28 08:31:55','','','','inherit','closed','closed','','uteki-ec-s','','','2026-04-28 10:32:12','2026-04-28 08:32:12','',1878,'https://haikuatelier.com/app/uploads/2026/04/UTEKI-EC-s.jpg',0,'attachment','image/jpeg',0), +(1880,1,'2026-04-28 10:38:21','2026-04-28 08:38:21','','_©Clelia.Odette-2-77','','inherit','closed','closed','','_clelia-odette-2-77','','','2026-04-28 10:38:53','2026-04-28 08:38:53','',1878,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-77.jpg',0,'attachment','image/jpeg',0), +(1881,1,'2026-04-28 10:39:11','2026-04-28 08:39:11','','_©Clelia.Odette-2-84-copie','','inherit','closed','closed','','_clelia-odette-2-84-copie','','','2026-04-28 10:39:24','2026-04-28 08:39:24','',1878,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-84-copie.jpg',0,'attachment','image/jpeg',0), +(1882,1,'2026-04-28 10:40:44','2026-04-28 08:40:44','UTEKI: droplet\r\n\r\nAn ear cuff covering the ear with a minimalist droplet shaped wire. In gold plated silver.\r\n
      \r\n
    • height 2cm
    • \r\n
    • wire thickness 25mm
    • \r\n
    • handcrafted in Brussels
    • \r\n
    \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Uteki Ear Cuff gold plated','','publish','closed','closed','','uteki-ear-cuff-gold-plated','','','2026-04-28 10:59:00','2026-04-28 08:59:00','',0,'https://haikuatelier.com/?post_type=product&p=1882',9,'product','',0), +(1883,1,'2026-04-28 10:51:35','2026-04-28 08:51:35','','','','inherit','closed','closed','','uteki-ec-g','','','2026-04-28 10:51:45','2026-04-28 08:51:45','',1882,'https://haikuatelier.com/app/uploads/2026/04/UTEKI-EC-g.jpg',0,'attachment','image/jpeg',0), +(1884,1,'2026-04-28 10:58:05','2026-04-28 08:58:05','','','','inherit','closed','closed','','_clelia-odette-2-21','','','2026-04-28 10:58:20','2026-04-28 08:58:20','',1882,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-21.jpg',0,'attachment','image/jpeg',0), +(1885,1,'2026-04-28 10:58:33','2026-04-28 08:58:33','','','','inherit','closed','closed','','_clelia-odette-2-70-copie','','','2026-04-28 10:58:47','2026-04-28 08:58:47','',1882,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-70-copie.jpg',0,'attachment','image/jpeg',0), +(1886,1,'2026-04-28 11:46:41','2026-04-28 09:46:41','','','','inherit','closed','closed','','workshop-earcuff','','','2026-04-28 11:46:54','2026-04-28 09:46:54','',1673,'https://haikuatelier.com/app/uploads/2026/04/Workshop-earcuff.jpg',0,'attachment','image/jpeg',0), +(1887,1,'2026-04-28 11:46:44','2026-04-28 09:46:44','','','','inherit','closed','closed','','workshop-pendant-2','','','2026-04-28 11:47:16','2026-04-28 09:47:16','',1673,'https://haikuatelier.com/app/uploads/2026/04/Workshop-pendant.jpg',0,'attachment','image/jpeg',0), +(1888,1,'2026-04-28 11:46:46','2026-04-28 09:46:46','','','','inherit','closed','closed','','workshop-ring-2','','','2026-04-28 11:47:12','2026-04-28 09:47:12','',1673,'https://haikuatelier.com/app/uploads/2026/04/Workshop-ring.jpg',0,'attachment','image/jpeg',0), +(1889,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','HATTARI : bluff\r\n\r\nThis statement piece is composed of intertwined rings encircling an ovoid shape that circle the finger. One of the ring connects two fingers. We recommend wearing this ring on the middle finger and ring. \r\n\r\n
  • • wires thickness 5mm, 3mm, 2mm
  • \r\n
  • • total height 2,5cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Ring silver','','publish','closed','closed','','hattari-ring-silver','','','2026-04-28 12:40:04','2026-04-28 10:40:04','',0,'https://haikuatelier.com/?post_type=product&p=1889',41,'product','',0), +(1890,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 48','Size: 48','publish','closed','closed','','uteki-ring-silver-65','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1890',1,'product_variation','',0), +(1891,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 49','Size: 49','publish','closed','closed','','uteki-ring-silver-66','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1891',2,'product_variation','',0), +(1892,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 50','Size: 50','publish','closed','closed','','uteki-ring-silver-67','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1892',3,'product_variation','',0), +(1893,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 51','Size: 51','publish','closed','closed','','uteki-ring-silver-68','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1893',4,'product_variation','',0), +(1894,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 52','Size: 52','publish','closed','closed','','uteki-ring-silver-69','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1894',5,'product_variation','',0), +(1895,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 53','Size: 53','publish','closed','closed','','uteki-ring-silver-70','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1895',6,'product_variation','',0), +(1896,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 54','Size: 54','publish','closed','closed','','uteki-ring-silver-71','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1896',7,'product_variation','',0), +(1897,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 55','Size: 55','publish','closed','closed','','uteki-ring-silver-72','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1897',8,'product_variation','',0), +(1898,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 56','Size: 56','publish','closed','closed','','uteki-ring-silver-73','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1898',9,'product_variation','',0), +(1899,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 57','Size: 57','publish','closed','closed','','uteki-ring-silver-74','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1899',10,'product_variation','',0), +(1900,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 58','Size: 58','publish','closed','closed','','uteki-ring-silver-75','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1900',11,'product_variation','',0), +(1901,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 59','Size: 59','publish','closed','closed','','uteki-ring-silver-76','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1901',12,'product_variation','',0), +(1902,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 60','Size: 60','publish','closed','closed','','uteki-ring-silver-77','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1902',13,'product_variation','',0), +(1903,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 61','Size: 61','publish','closed','closed','','uteki-ring-silver-78','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1903',14,'product_variation','',0), +(1904,1,'2026-04-28 12:03:23','2026-04-28 10:03:23','','Hattari Ring silver - 62','Size: 62','publish','closed','closed','','uteki-ring-silver-79','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1904',15,'product_variation','',0), +(1905,1,'2026-04-28 12:03:23','2026-04-28 10:03:23','','Hattari Ring silver - 63','Size: 63','publish','closed','closed','','uteki-ring-silver-80','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1905',16,'product_variation','',0), +(1906,1,'2026-04-28 12:03:23','2026-04-28 10:03:23','','Hattari Ring silver - 64','Size: 64','publish','closed','closed','','uteki-ring-silver-81','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1906',17,'product_variation','',0), +(1907,1,'2026-04-28 12:29:38','2026-04-28 10:29:38','','','','inherit','closed','closed','','hatta-b-s','','','2026-04-28 12:30:07','2026-04-28 10:30:07','',1889,'https://haikuatelier.com/app/uploads/2026/04/HATTA-B-s.jpg',0,'attachment','image/jpeg',0), +(1908,1,'2026-04-28 12:37:47','2026-04-28 10:37:47','','','','inherit','closed','closed','','_clelia-odette-4001','','','2026-04-28 12:38:24','2026-04-28 10:38:24','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-4001.jpg',0,'attachment','image/jpeg',0), +(1909,1,'2026-04-28 12:37:55','2026-04-28 10:37:55','','','','inherit','closed','closed','','_clelia-odette-2-57-copie','','','2026-04-28 12:38:52','2026-04-28 10:38:52','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-57-copie.jpg',0,'attachment','image/jpeg',0), +(1910,1,'2026-04-28 12:38:05','2026-04-28 10:38:05','','','','inherit','closed','closed','','_clelia-odette-4116','','','2026-04-28 12:38:42','2026-04-28 10:38:42','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-4116.jpg',0,'attachment','image/jpeg',0), +(1911,1,'2026-04-28 12:38:10','2026-04-28 10:38:10','','','','inherit','closed','closed','','_clelia-odette-2-4','','','2026-04-28 12:38:34','2026-04-28 10:38:34','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-4.jpg',0,'attachment','image/jpeg',0), +(1912,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','IKKAN : link\r\n\r\nShort pendant earrings composed of a mix of chains in sterling silver and gold plated silver.\r\n
      \r\n
    • • total length 3,5cm & 3cm
    • \r\n
    • • handcrafted in Brussels
    • \r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Earrings','','draft','closed','closed','','','','','2026-04-28 13:20:49','2026-04-28 11:20:49','',0,'https://haikuatelier.com/?post_type=product&p=1912',30,'product','',0), +(1913,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','','Ikkan Earrings - pair','Side: pair','publish','closed','closed','','pishi-pishi-earrings-all-2','','','2026-04-28 13:18:07','2026-04-28 11:18:07','',1912,'https://haikuatelier.com/?post_type=product_variation&p=1913',1,'product_variation','',0), +(1914,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','','Ikkan Earrings - left side','Side: left side','publish','closed','closed','','pishi-pishi-earrings-left-side-2','','','2026-04-28 13:18:07','2026-04-28 11:18:07','',1912,'https://haikuatelier.com/?post_type=product_variation&p=1914',2,'product_variation','',0), +(1915,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','','Ikkan Earrings - right side','Side: right side','publish','closed','closed','','pishi-pishi-earrings-right-side-2','','','2026-04-28 13:18:07','2026-04-28 11:18:07','',1912,'https://haikuatelier.com/?post_type=product_variation&p=1915',3,'product_variation','',0), +(1916,1,'2026-04-28 13:20:13','2026-04-28 11:20:13','','','','inherit','closed','closed','','ikkan-bo','','','2026-04-28 13:20:23','2026-04-28 11:20:23','',1912,'https://haikuatelier.com/app/uploads/2026/04/IKKAN-BO.jpg',0,'attachment','image/jpeg',0), +(1917,1,'2026-04-29 10:51:23','2026-04-29 08:51:23','','','','inherit','closed','closed','','piasu-bo','','','2026-04-29 10:51:35','2026-04-29 08:51:35','',202,'https://haikuatelier.com/app/uploads/2024/10/PIASU-BO.jpg',0,'attachment','image/jpeg',0), +(1918,1,'2026-04-29 10:58:36','2026-04-29 08:58:36','','','','inherit','closed','closed','','_clelia-odette-2-32','','','2026-04-29 10:58:57','2026-04-29 08:58:57','',202,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-2-32.jpg',0,'attachment','image/jpeg',0), +(1919,1,'2026-04-29 10:59:12','2026-04-29 08:59:12','','','','inherit','closed','closed','','_clelia-odette-2-125-copie','','','2026-04-29 10:59:24','2026-04-29 08:59:24','',202,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-2-125-copie.jpg',0,'attachment','image/jpeg',0), +(1920,1,'2026-04-29 10:59:40','2026-04-29 08:59:40','','','','inherit','closed','closed','','_clelia-odette-2-31','','','2026-04-29 10:59:49','2026-04-29 08:59:49','',202,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-2-31.jpg',0,'attachment','image/jpeg',0), +(1921,0,'2026-05-03 15:33:05','2026-05-03 13:33:05','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2026-05-03 15:33:05','2026-05-03 13:33:05','',0,'https://haikuatelier.com/app/uploads/2026/05/woocommerce-placeholder.webp',0,'attachment','image/webp',0); +/*!40000 ALTER TABLE `haikuwp_posts` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_term_relationships` +-- + +DROP TABLE IF EXISTS `haikuwp_term_relationships`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 `haikuwp_term_relationships` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_term_relationships` WRITE; +/*!40000 ALTER TABLE `haikuwp_term_relationships` DISABLE KEYS */; +INSERT INTO `haikuwp_term_relationships` VALUES +(1,1,0), +(1,17,0), +(1,18,0), +(13,16,0), +(13,23,0), +(14,16,0), +(14,24,0), +(15,16,0), +(15,25,0), +(16,16,0), +(16,26,0), +(17,16,0), +(17,27,0), +(18,16,0), +(18,28,0), +(19,16,0), +(19,29,0), +(102,4,0), +(102,31,0), +(102,37,0), +(102,38,0), +(102,39,0), +(102,40,0), +(102,41,0), +(102,42,0), +(102,43,0), +(102,44,0), +(102,51,0), +(102,105,0), +(102,106,0), +(102,107,0), +(102,108,0), +(102,109,0), +(102,110,0), +(102,111,0), +(102,112,0), +(102,113,0), +(113,4,0), +(113,31,0), +(113,37,0), +(113,38,0), +(113,39,0), +(113,40,0), +(113,41,0), +(113,42,0), +(113,43,0), +(113,44,0), +(113,51,0), +(113,105,0), +(113,106,0), +(113,107,0), +(113,108,0), +(113,109,0), +(113,110,0), +(113,111,0), +(113,112,0), +(113,113,0), +(168,4,0), +(168,31,0), +(168,37,0), +(168,38,0), +(168,39,0), +(168,40,0), +(168,41,0), +(168,42,0), +(168,43,0), +(168,44,0), +(168,54,0), +(168,105,0), +(168,106,0), +(168,107,0), +(168,108,0), +(168,109,0), +(168,110,0), +(168,111,0), +(168,112,0), +(168,113,0), +(183,4,0), +(183,30,0), +(183,45,0), +(183,55,0), +(183,71,0), +(183,72,0), +(202,4,0), +(202,30,0), +(202,45,0), +(202,56,0), +(202,77,0), +(202,78,0), +(213,4,0), +(213,30,0), +(213,45,0), +(213,55,0), +(213,71,0), +(213,72,0), +(240,4,0), +(240,33,0), +(240,51,0), +(240,58,0), +(240,59,0), +(258,2,0), +(258,33,0), +(258,61,0), +(263,2,0), +(263,32,0), +(263,51,0), +(274,2,0), +(274,32,0), +(274,61,0), +(285,4,0), +(285,30,0), +(285,45,0), +(285,50,0), +(285,77,0), +(285,78,0), +(288,4,0), +(288,30,0), +(288,45,0), +(288,50,0), +(288,77,0), +(288,78,0), +(306,4,0), +(306,30,0), +(306,45,0), +(306,62,0), +(306,64,0), +(306,119,0), +(312,4,0), +(312,30,0), +(312,45,0), +(312,62,0), +(312,64,0), +(312,119,0), +(318,2,0), +(318,30,0), +(318,61,0), +(393,4,0), +(393,30,0), +(393,67,0), +(393,76,0), +(393,114,0), +(393,115,0), +(393,116,0), +(393,117,0), +(398,2,0), +(398,30,0), +(398,67,0), +(435,2,0), +(435,30,0), +(435,52,0), +(447,2,0), +(447,30,0), +(447,52,0), +(490,4,0), +(490,30,0), +(490,45,0), +(490,67,0), +(490,77,0), +(490,78,0), +(496,2,0), +(496,30,0), +(496,67,0), +(545,4,0), +(545,30,0), +(545,45,0), +(545,52,0), +(545,66,0), +(554,4,0), +(554,30,0), +(554,45,0), +(554,52,0), +(554,66,0), +(766,4,0), +(766,30,0), +(766,45,0), +(766,61,0), +(766,62,0), +(766,63,0), +(941,4,0), +(941,31,0), +(941,37,0), +(941,38,0), +(941,39,0), +(941,40,0), +(941,41,0), +(941,42,0), +(941,43,0), +(941,44,0), +(941,80,0), +(941,81,0), +(941,105,0), +(941,106,0), +(941,107,0), +(941,108,0), +(941,109,0), +(941,110,0), +(941,111,0), +(941,112,0), +(941,113,0), +(953,4,0), +(953,31,0), +(953,37,0), +(953,38,0), +(953,39,0), +(953,40,0), +(953,41,0), +(953,42,0), +(953,43,0), +(953,44,0), +(953,80,0), +(953,105,0), +(953,106,0), +(953,107,0), +(953,108,0), +(953,109,0), +(953,110,0), +(953,111,0), +(953,112,0), +(953,113,0), +(982,2,0), +(982,32,0), +(982,80,0), +(994,2,0), +(994,32,0), +(994,80,0), +(1401,2,0), +(1401,30,0), +(1401,80,0), +(1406,2,0), +(1406,30,0), +(1406,80,0), +(1444,4,0), +(1444,30,0), +(1444,45,0), +(1444,77,0), +(1444,78,0), +(1444,93,0), +(1467,4,0), +(1467,31,0), +(1467,37,0), +(1467,38,0), +(1467,39,0), +(1467,40,0), +(1467,41,0), +(1467,42,0), +(1467,43,0), +(1467,44,0), +(1467,56,0), +(1467,105,0), +(1467,106,0), +(1467,107,0), +(1467,108,0), +(1467,109,0), +(1467,110,0), +(1467,111,0), +(1467,112,0), +(1467,113,0), +(1491,2,0), +(1491,30,0), +(1491,83,0), +(1512,2,0), +(1512,30,0), +(1512,56,0), +(1516,2,0), +(1516,30,0), +(1516,56,0), +(1531,2,0), +(1531,30,0), +(1531,119,0), +(1535,2,0), +(1535,30,0), +(1535,119,0), +(1541,2,0), +(1541,30,0), +(1541,50,0), +(1549,2,0), +(1549,30,0), +(1549,50,0), +(1555,2,0), +(1555,30,0), +(1555,50,0), +(1560,2,0), +(1560,30,0), +(1560,50,0), +(1574,4,0), +(1574,15,0), +(1574,86,0), +(1574,87,0), +(1574,88,0), +(1574,89,0), +(1574,90,0), +(1574,91,0), +(1574,92,0), +(1574,95,0), +(1574,96,0), +(1574,97,0), +(1574,98,0), +(1574,99,0), +(1574,100,0), +(1673,4,0), +(1673,101,0), +(1673,102,0), +(1673,103,0), +(1673,104,0), +(1673,118,0), +(1681,4,0), +(1681,101,0), +(1681,102,0), +(1681,103,0), +(1681,104,0), +(1681,118,0), +(1689,4,0), +(1689,101,0), +(1689,102,0), +(1689,103,0), +(1689,104,0), +(1689,118,0), +(1809,4,0), +(1809,33,0), +(1809,58,0), +(1809,59,0), +(1878,2,0), +(1878,30,0), +(1878,80,0), +(1882,2,0), +(1882,30,0), +(1889,4,0), +(1889,31,0), +(1889,37,0), +(1889,38,0), +(1889,39,0), +(1889,40,0), +(1889,41,0), +(1889,42,0), +(1889,43,0), +(1889,44,0), +(1889,50,0), +(1889,105,0), +(1889,106,0), +(1889,107,0), +(1889,108,0), +(1889,109,0), +(1889,110,0), +(1889,111,0), +(1889,112,0), +(1889,113,0), +(1912,4,0), +(1912,30,0), +(1912,45,0), +(1912,51,0), +(1912,77,0), +(1912,78,0); +/*!40000 ALTER TABLE `haikuwp_term_relationships` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_term_taxonomy` +-- + +DROP TABLE IF EXISTS `haikuwp_term_taxonomy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_term_taxonomy` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_term_taxonomy` WRITE; +/*!40000 ALTER TABLE `haikuwp_term_taxonomy` DISABLE KEYS */; +INSERT INTO `haikuwp_term_taxonomy` VALUES +(1,1,'category','',0,1), +(2,2,'product_type','',0,13), +(3,3,'product_type','',0,0), +(4,4,'product_type','',0,18), +(5,5,'product_type','',0,0), +(6,6,'product_visibility','',0,0), +(7,7,'product_visibility','',0,0), +(8,8,'product_visibility','',0,0), +(9,9,'product_visibility','',0,0), +(10,10,'product_visibility','',0,0), +(11,11,'product_visibility','',0,0), +(12,12,'product_visibility','',0,0), +(13,13,'product_visibility','',0,0), +(14,14,'product_visibility','',0,0), +(15,15,'product_cat','',0,1), +(16,16,'language','a:3:{s:6:\"locale\";s:5:\"en_GB\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"gb\";}',0,7), +(17,17,'term_language','',0,1), +(21,21,'category','',0,0), +(30,30,'product_cat','',0,17), +(31,31,'product_cat','',0,6), +(32,32,'product_cat','',0,2), +(33,33,'product_cat','',0,2), +(36,36,'collection','',0,0), +(37,37,'pa_size','',0,6), +(38,38,'pa_size','',0,6), +(39,39,'pa_size','',0,6), +(40,40,'pa_size','',0,6), +(41,41,'pa_size','',0,6), +(42,42,'pa_size','',0,6), +(43,43,'pa_size','',0,6), +(44,44,'pa_size','',0,6), +(45,45,'pa_side','',0,6), +(48,48,'pa_stone','',0,0), +(49,49,'pa_stone','',0,0), +(50,50,'collection','',0,5), +(51,51,'collection','',0,3), +(52,52,'collection','',0,0), +(53,53,'collection','',0,0), +(54,54,'collection','',0,1), +(55,55,'collection','',0,0), +(56,56,'collection','',0,3), +(57,57,'collection','',0,0), +(58,58,'pa_size','',0,1), +(59,59,'pa_size','',0,1), +(60,60,'collection','',0,0), +(61,61,'collection','',0,4), +(62,62,'pa_side','',0,3), +(63,63,'pa_side','',0,1), +(64,64,'pa_side','',0,2), +(65,65,'collection','',0,0), +(66,66,'pa_side','',0,0), +(67,67,'collection','',0,2), +(68,68,'pa_stone','',0,0), +(69,69,'pa_stone','',0,0), +(70,70,'pa_stone','',0,0), +(71,71,'pa_side','',0,0), +(72,72,'pa_side','',0,0), +(73,73,'pa_stone','',0,0), +(74,74,'pa_stone','',0,0), +(75,75,'pa_stone','',0,0), +(76,76,'pa_side','',0,1), +(77,77,'pa_side','',0,3), +(78,78,'pa_side','',0,3), +(79,79,'pa_stone','',0,0), +(80,80,'collection','',0,3), +(81,81,'product_tag','',0,1), +(82,82,'collection','',0,0), +(83,83,'collection','',0,0), +(86,86,'pa_giftcard-amount','',0,1), +(87,87,'pa_giftcard-amount','',0,1), +(88,88,'pa_giftcard-amount','',0,1), +(89,89,'pa_giftcard-amount','',0,1), +(90,90,'pa_giftcard-amount','',0,1), +(91,91,'pa_giftcard-amount','',0,1), +(92,92,'pa_giftcard-amount','',0,1), +(93,93,'collection','',0,1), +(94,94,'pa_giftcard-amount','',0,0), +(95,95,'pa_giftcard-amount','',0,1), +(96,96,'pa_giftcard-amount','',0,1), +(97,97,'pa_giftcard-amount','',0,1), +(98,98,'pa_giftcard-amount','',0,1), +(99,99,'pa_giftcard-amount','',0,1), +(100,100,'pa_giftcard-amount','',0,1), +(101,101,'product_cat','',0,3), +(102,102,'pa_material-workshop','',0,3), +(103,103,'pa_material-workshop','',0,3), +(104,104,'pa_material-workshop','',0,3), +(105,105,'pa_size','',0,6), +(106,106,'pa_size','',0,6), +(107,107,'pa_size','',0,6), +(108,108,'pa_size','',0,6), +(109,109,'pa_size','',0,6), +(110,110,'pa_size','',0,6), +(111,111,'pa_size','',0,6), +(112,112,'pa_size','',0,6), +(113,113,'pa_size','',0,6), +(114,114,'pa_side','',0,1), +(115,115,'pa_side','',0,1), +(116,116,'pa_side','',0,1), +(117,117,'pa_side','',0,1), +(118,118,'collection','',0,3), +(119,119,'collection','',0,4); +/*!40000 ALTER TABLE `haikuwp_term_taxonomy` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_termmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_termmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_termmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_termmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_termmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_termmeta` VALUES +(1,16,'_pll_strings_translations','a:2:{i:0;a:2:{i:0;s:5:\"Y-m-d\";i:1;s:5:\"Y-m-d\";}i:1;a:2:{i:0;s:3:\"H:i\";i:1;s:3:\"H:i\";}}'), +(3,15,'display_type',''), +(4,15,'thumbnail_id','0'), +(5,30,'order','1'), +(6,30,'display_type',''), +(7,30,'thumbnail_id','0'), +(8,31,'order','2'), +(9,31,'display_type',''), +(10,31,'thumbnail_id','0'), +(11,32,'order','3'), +(12,32,'display_type',''), +(13,32,'thumbnail_id','0'), +(14,33,'order','4'), +(15,33,'display_type',''), +(16,33,'thumbnail_id','0'), +(20,15,'order','6'), +(21,30,'product_count_product_cat','17'), +(22,31,'product_count_product_cat','6'), +(23,32,'product_count_product_cat','2'), +(24,33,'product_count_product_cat','2'), +(25,15,'product_count_product_cat','1'), +(28,37,'order','3'), +(29,38,'order','5'), +(30,39,'order','7'), +(31,40,'order','9'), +(32,41,'order','11'), +(33,42,'order','13'), +(34,43,'order','15'), +(35,44,'order','17'), +(36,45,'order','0'), +(39,48,'order','0'), +(40,49,'order','0'), +(41,58,'order','18'), +(42,59,'order','19'), +(43,62,'order','0'), +(44,63,'order','0'), +(45,64,'order','0'), +(46,66,'order','0'), +(47,68,'order','0'), +(48,69,'order','0'), +(49,70,'order','0'), +(50,71,'order','0'), +(51,72,'order','0'), +(52,73,'order','0'), +(53,74,'order','0'), +(54,75,'order','0'), +(55,76,'order','0'), +(56,77,'order','0'), +(57,78,'order','0'), +(58,79,'order','0'), +(59,81,'product_count_product_tag','1'), +(62,86,'order','0'), +(63,87,'order','0'), +(64,88,'order','0'), +(65,89,'order','0'), +(66,90,'order','0'), +(67,91,'order','0'), +(68,92,'order','0'), +(69,94,'order','0'), +(70,95,'order','0'), +(71,96,'order','0'), +(72,97,'order','0'), +(73,98,'order','0'), +(74,99,'order','0'), +(75,100,'order','0'), +(76,101,'order','5'), +(77,101,'thumbnail_id','0'), +(78,101,'display_type',''), +(79,102,'order','0'), +(80,103,'order','0'), +(81,104,'order','0'), +(82,101,'product_count_product_cat','3'), +(83,105,'order','1'), +(84,106,'order','2'), +(85,107,'order','4'), +(86,108,'order','6'), +(87,109,'order','8'), +(88,110,'order','10'), +(89,111,'order','12'), +(90,112,'order','14'), +(91,113,'order','16'), +(92,114,'order','0'), +(93,115,'order','0'), +(94,116,'order','0'), +(95,117,'order','0'); +/*!40000 ALTER TABLE `haikuwp_termmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_terms` +-- + +DROP TABLE IF EXISTS `haikuwp_terms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_terms` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_terms` WRITE; +/*!40000 ALTER TABLE `haikuwp_terms` DISABLE KEYS */; +INSERT INTO `haikuwp_terms` VALUES +(1,'Non classé','non-classe',0), +(2,'simple','simple',0), +(3,'grouped','grouped',0), +(4,'variable','variable',0), +(5,'external','external',0), +(6,'exclude-from-search','exclude-from-search',0), +(7,'exclude-from-catalog','exclude-from-catalog',0), +(8,'featured','featured',0), +(9,'outofstock','outofstock',0), +(10,'rated-1','rated-1',0), +(11,'rated-2','rated-2',0), +(12,'rated-3','rated-3',0), +(13,'rated-4','rated-4',0), +(14,'rated-5','rated-5',0), +(15,'Others','others',0), +(16,'English','en',0), +(17,'English','pll_en',0), +(21,'Uncategorized','uncategorized-fr',0), +(30,'Earrings','earrings',0), +(31,'Rings','rings',0), +(32,'Necklaces','necklaces',0), +(33,'Bracelets','bracelets',0), +(36,'Hadou','hadou',0), +(37,'50','50',0), +(38,'52','52',0), +(39,'54','54',0), +(40,'56','56',0), +(41,'58','58',0), +(42,'60','60',0), +(43,'62','62',0), +(44,'64','64',0), +(45,'pair','pair',0), +(48,'Tiger\'s Eye','tiger-eye',0), +(49,'Malachite','malachite',0), +(50,'Hattari','hattari',0), +(51,'Ikkan','ikkan',0), +(52,'Kara','kara',0), +(53,'Kishou','kishou',0), +(54,'Rokku','rokku',0), +(55,'BoroBoro','boroboro',0), +(56,'Piasu','piasu',0), +(57,'Tamanori','tamanori',0), +(58,'Size 1','size-1',0), +(59,'Size 2','size-2',0), +(60,'Tanemaki','tanemaki',0), +(61,'Fuyou','fuyou',0), +(62,'long','long',0), +(63,'medium','medium',0), +(64,'short','short',0), +(65,'Kagun','kagun',0), +(66,'one earring','one',0), +(67,'Mugura','mugura',0), +(68,'Lapis Lazuli','lapis-lazuli',0), +(69,'Green Jaspe','green-jaspe',0), +(70,'Hawk\'s Eye','hawk-eye',0), +(71,'one element earring','one-element-side',0), +(72,'two elements earring','two-elements-side',0), +(73,'Green Aventurine','green-aventurine',0), +(74,'Crystal','crystal',0), +(75,'Jade','jade',0), +(76,'all','all',0), +(77,'left side','left-side',0), +(78,'right side','right-side',0), +(79,'Honey Jade','honey-jade',0), +(80,'Uteki','uteki',0), +(81,'Uteki','uteki',0), +(82,'PISHI','pishi',0), +(83,'Kime','kime',0), +(86,'40€','40e',0), +(87,'50€','50e',0), +(88,'60€','60e',0), +(89,'70€','70e',0), +(90,'80€','80e',0), +(91,'90€','90e',0), +(92,'100€','100e',0), +(93,'PUCHI','puchi',0), +(94,'55','55',0), +(95,'55€','55e',0), +(96,'110€','110e',0), +(97,'120€','120e',0), +(98,'130€','130e',0), +(99,'140€','140e',0), +(100,'150€','150e',0), +(101,'Workshops','workshops',0), +(102,'Silver plated brass','slv-brass',0), +(103,'Gold plated brass','gld-brass',0), +(104,'Sterling silver','strl-silver',0), +(105,'48','48',0), +(106,'49','49',0), +(107,'51','51',0), +(108,'53','53',0), +(109,'55','55',0), +(110,'57','57',0), +(111,'59','59',0), +(112,'61','61',0), +(113,'63','63',0), +(114,'pair big hoops','pair-big-hoops',0), +(115,'pair small hoops','pair-small-hoops',0), +(116,'one big hoop','one-big-hoop',0), +(117,'one small hoop','one-small-hoop',0), +(118,'Workshop','workshop',0), +(119,'Tama','tama',0); +/*!40000 ALTER TABLE `haikuwp_terms` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_usermeta` +-- + +DROP TABLE IF EXISTS `haikuwp_usermeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=334 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_usermeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_usermeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_usermeta` DISABLE KEYS */; +INSERT INTO `haikuwp_usermeta` VALUES +(1,1,'nickname','gcch'), +(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','blue'), +(9,1,'use_ssl','0'), +(10,1,'show_admin_bar_front','false'), +(11,1,'locale','en_GB'), +(12,1,'haikuwp_capabilities','a:1:{s:13:\"administrator\";b:1;}'), +(13,1,'haikuwp_user_level','10'), +(14,1,'dismissed_wp_pointers',''), +(15,1,'show_welcome_panel','1'), +(17,1,'haikuwp_dashboard_quick_press_last_post_id','5'), +(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"169.155.241.0\";}'), +(19,1,'_woocommerce_tracks_anon_id','woo:d4XJVDeUWJmLLIBoynrGwlsO'), +(21,1,'last_update','1746806847'), +(22,1,'woocommerce_admin_task_list_tracked_started_tasks','{\"customize-store\":1,\"products\":1}'), +(23,1,'wc_last_active','1777820891'), +(24,1,'meta-box-order_product','a:4:{s:25:\"carbon_fields_after_title\";s:0:\"\";s:4:\"side\";s:101:\"submitdiv,slugdiv,postimagediv,product_catdiv,tagsdiv-collection,tagsdiv-product_tag,product_branddiv\";s:6:\"normal\";s:63:\"postexcerpt,postcustom,carbon_fields_container_products_details\";s:8:\"advanced\";s:25:\"woocommerce-product-data,\";}'), +(25,1,'edit_page_per_page','20'), +(26,1,'haikuwp_user-settings','posts_list_mode=excerpt&libraryContent=browse&editor=html&hidetb=0'), +(27,1,'haikuwp_user-settings-time','1732442434'), +(30,1,'woocommerce_admin_variable_product_tour_shown','\"yes\"'), +(34,1,'billing_first_name',''), +(35,1,'billing_last_name',''), +(36,1,'billing_company',''), +(37,1,'billing_address_1',''), +(38,1,'billing_address_2',''), +(39,1,'billing_city',''), +(40,1,'billing_postcode',''), +(41,1,'billing_country',''), +(42,1,'billing_state',''), +(43,1,'billing_phone',''), +(44,1,'billing_email','g7c'), +(45,1,'shipping_first_name',''), +(46,1,'shipping_last_name',''), +(47,1,'shipping_company',''), +(48,1,'shipping_address_1',''), +(49,1,'shipping_address_2',''), +(50,1,'shipping_city',''), +(51,1,'shipping_postcode',''), +(52,1,'shipping_country',''), +(53,1,'shipping_state',''), +(54,1,'shipping_phone',''), +(57,1,'wc_marketplace_suggestions_dismissed_suggestions','a:4:{i:0;s:28:\"product-edit-name-your-price\";i:1;s:31:\"product-edit-min-max-quantities\";i:2;s:42:\"product-edit-woocommerce-one-page-checkout\";i:3;s:29:\"product-edit-variation-images\";}'), +(58,1,'closedpostboxes_product','a:1:{i:0;s:11:\"postexcerpt\";}'), +(59,1,'metaboxhidden_product','a:2:{i:0;s:11:\"postexcerpt\";i:1;s:10:\"postcustom\";}'), +(61,1,'screen_layout_product','2'), +(63,1,'manageedit-productcolumnshidden','a:2:{i:0;s:11:\"product_tag\";i:1;s:8:\"featured\";}'), +(64,1,'edit_product_per_page','100'), +(68,1,'dismissed_uploads_directory_is_unprotected_notice','1'), +(69,1,'dismissed_update_notice','1'), +(81,2,'nickname','manon'), +(82,2,'first_name','Manon'), +(83,2,'last_name','DÉSIGNÈRE'), +(84,2,'description',''), +(85,2,'rich_editing','true'), +(86,2,'syntax_highlighting','true'), +(87,2,'comment_shortcuts','false'), +(88,2,'admin_color','fresh'), +(89,2,'use_ssl','0'), +(90,2,'show_admin_bar_front','true'), +(91,2,'locale','en_GB'), +(92,2,'haikuwp_capabilities','a:1:{s:13:\"administrator\";b:1;}'), +(93,2,'haikuwp_user_level','10'), +(94,2,'dismissed_wp_pointers',''), +(95,2,'session_tokens','a:1:{s:64:\"1ad366a00acd8c673142409995104b04727c5eb911714d647d4d47faedf10564\";a:4:{s:10:\"expiration\";i:1730208242;s:2:\"ip\";s:13:\"81.164.20.154\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";s:5:\"login\";i:1728998642;}}'), +(96,2,'wc_last_active','1730160000'), +(98,2,'_woocommerce_tracks_anon_id','woo:tTnslNIiEvD9zC3nQTmFxTO7'), +(99,2,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'), +(102,2,'haikuwp_user-settings','editor=tinymce&libraryContent=browse'), +(103,2,'haikuwp_user-settings-time','1727711511'), +(104,2,'closedpostboxes_product','a:1:{i:0;s:19:\"tagsdiv-product_tag\";}'), +(105,2,'metaboxhidden_product','a:4:{i:0;s:40:\"carbon_fields_container_products_details\";i:1;s:10:\"postcustom\";i:2;s:7:\"slugdiv\";i:3;s:11:\"postexcerpt\";}'), +(106,2,'last_update','1728072417'), +(107,2,'woocommerce_admin_variable_product_tour_shown','yes'), +(110,1,'session_tokens','a:2:{s:64:\"e5adab48d5fed7e72ff8cbf75068c8c9c97ca66d319a1781399e8a886a12a3d0\";a:4:{s:10:\"expiration\";i:1778226245;s:2:\"ip\";s:14:\"169.155.241.39\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1777016645;}s:64:\"0d63f7529a818559127201a2ca6951cf05866d3bb53fa3ed16061d38e10b1d2c\";a:4:{s:10:\"expiration\";i:1777716500;s:2:\"ip\";s:15:\"169.155.241.132\";s:2:\"ua\";s:70:\"Mozilla/5.0 (X11; Linux x86_64; rv:150.0) Gecko/20100101 Firefox/150.0\";s:5:\"login\";i:1777543700;}}'), +(126,1,'woocommerce_admin_homepage_stats','{\"installJetpackDismissed\":true}'), +(128,1,'managewoocommerce_page_wc-orderscolumnshidden','a:0:{}'), +(129,1,'edit_shop_order_per_page','20'), +(132,1,'roc_dismissed_wc_pro_notice','1'), +(146,1,'closedpostboxes_woocommerce_page_wc-orders','a:1:{i:0;s:12:\"wms_meta_box\";}'), +(147,1,'metaboxhidden_woocommerce_page_wc-orders','a:0:{}'), +(155,1,'wp_mail_smtp_pro_banner_dismissed','1'), +(165,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"bb75df9dea643dd96634d2474f715f58\";s:8:\"newemail\";s:17:\"g7colin@gmail.com\";}'), +(168,1,'closedpostboxes_dashboard','a:1:{i:0;s:32:\"wp_mail_smtp_reports_widget_lite\";}'), +(169,1,'metaboxhidden_dashboard','a:0:{}'), +(184,1,'roc_dismissed_pro_release_notice','1'), +(220,1,'woocommerce_admin_dashboard_chart_interval','month'), +(222,1,'meta-box-order_woocommerce_page_wc-orders','a:3:{s:4:\"side\";s:62:\"woocommerce-order-notes,woocommerce-order-actions,wms_meta_box\";s:6:\"normal\";s:87:\"woocommerce-order-data,woocommerce-order-items,woocommerce-order-downloads,order_custom\";s:8:\"advanced\";s:0:\"\";}'), +(291,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'), +(318,1,'tools_page_action_scheduler_per_page','500'); +/*!40000 ALTER TABLE `haikuwp_usermeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_users` +-- + +DROP TABLE IF EXISTS `haikuwp_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_users` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_users` WRITE; +/*!40000 ALTER TABLE `haikuwp_users` DISABLE KEYS */; +INSERT INTO `haikuwp_users` VALUES +(1,'gcch','$wp$2y$12$UHovdPRrIRD8n3ACEcH.V.8UX8wJB0FodP4UGcDlNU9PNZSy32K/i','gcch','contact@gcch.fr','https://haikuatelier.fr.ddev.site/wp','2024-08-04 20:10:39','',0,'gcch'), +(2,'manon','$2y$10$PQ3e05y6ZdzN40jk.1DHBuQeRiN5nw9QA0pghx6/AeJJfhqv1AcRy','manon','haiku.atelier@gmail.com','https://haikuatelier.com','2024-09-25 06:10:56','',0,'Manon DÉSIGNÈRE'); +/*!40000 ALTER TABLE `haikuwp_users` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_admin_note_actions` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_admin_note_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_admin_note_actions` ( + `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `note_id` bigint(20) unsigned NOT NULL, + `name` varchar(255) NOT NULL, + `label` varchar(255) NOT NULL, + `query` longtext NOT NULL, + `status` varchar(255) NOT NULL, + `actioned_text` varchar(255) NOT NULL, + `nonce_action` varchar(255) DEFAULT NULL, + `nonce_name` varchar(255) DEFAULT NULL, + PRIMARY KEY (`action_id`), + KEY `note_id` (`note_id`) +) ENGINE=InnoDB AUTO_INCREMENT=582 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_admin_note_actions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_admin_note_actions` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_admin_note_actions` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_admin_note_actions` VALUES +(1,1,'notify-refund-returns-page','Edit page','https://haikuatelier.fr.ddev.site/wp/wp-admin/post.php?post=11&action=edit','actioned','',NULL,NULL), +(86,59,'connect','Connecter','?page=wc-addons§ion=helper','unactioned','',NULL,NULL), +(424,61,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_medium=product','actioned','',NULL,NULL), +(428,4,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned','',NULL,NULL), +(429,5,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL), +(430,6,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned','',NULL,NULL), +(431,7,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned','',NULL,NULL), +(432,8,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL), +(434,10,'update-wc-subscriptions-3-0-15','View latest version','https://haikuatelier.fr.ddev.site/wp/wp-admin/&page=wc-addons§ion=helper','actioned','',NULL,NULL), +(435,11,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL), +(436,14,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL), +(437,15,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL), +(438,16,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(439,16,'dismiss','Dismiss','','actioned','',NULL,NULL), +(440,17,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(441,17,'dismiss','Dismiss','','actioned','',NULL,NULL), +(442,18,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(443,18,'dismiss','Dismiss','','actioned','',NULL,NULL), +(444,19,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(445,19,'dismiss','Dismiss','','actioned','',NULL,NULL), +(447,21,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL), +(448,21,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL), +(449,22,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL), +(450,22,'dismiss','Dismiss','','actioned','',NULL,NULL), +(452,24,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL), +(453,25,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(454,25,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL), +(455,26,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(456,26,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL), +(457,27,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned','',NULL,NULL), +(458,28,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(459,28,'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','unactioned','',NULL,NULL), +(460,29,'woocommerce-wcpay-march-2023-update-needed-button','See Blog Post','https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know','unactioned','',NULL,NULL), +(461,29,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned','',NULL,NULL), +(463,31,'extension-settings','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(464,31,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(465,32,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(466,32,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(467,33,'woopay-beta-existingmerchants-noaction-documentation-27APR23','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23','actioned','',NULL,NULL), +(468,34,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL), +(469,35,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(470,35,'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','actioned','',NULL,NULL), +(471,36,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(472,36,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(473,37,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(474,37,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL), +(475,38,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(476,38,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL), +(477,39,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(478,39,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','unactioned','',NULL,NULL), +(479,40,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(480,40,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','unactioned','',NULL,NULL), +(481,41,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(482,41,'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','unactioned','',NULL,NULL), +(483,42,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(484,42,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(487,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(488,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned','',NULL,NULL), +(489,45,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL), +(490,45,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://haikuatelier.fr.ddev.site/wp/wp-admin/#','actioned','',NULL,NULL), +(491,46,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(492,46,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned','',NULL,NULL), +(493,47,'learn-more','Learn more','https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage','unactioned','',NULL,NULL), +(494,48,'plugin-list','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(495,48,'dismiss','Dismiss','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-admin','actioned','',NULL,NULL), +(496,49,'woocommerce-WCStripe-Aug-2023-update-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php?','unactioned','',NULL,NULL), +(497,49,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(498,50,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(499,51,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(501,53,'woo-activation-survey-blockers-survey-button-22AUG23','Take our short survey','https://woocommerce.survey.fm/getting-started-with-woo','unactioned','',NULL,NULL), +(502,54,'woocommerce-usermeta-Sept2023-productvendors','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php','unactioned','',NULL,NULL), +(503,54,'dismiss','Dismiss','https://haikuatelier.fr.ddev.site/wp/wp-admin/#','actioned','',NULL,NULL), +(504,55,'woocommerce-STRIPE-Oct-2023-update-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(505,55,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(509,62,'day-after-first-product','Learn more','https://woocommerce.com/document/woocommerce-customizer/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(510,63,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=product','actioned','',NULL,NULL), +(511,64,'tracking-opt-in','Activate usage tracking','','actioned','',NULL,NULL), +(542,66,'learn-more','Learn more','https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(543,67,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(553,69,'browse','Browse','https://woocommerce.com/success-stories/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(554,70,'view-report','View report','?page=wc-admin&path=/analytics/revenue&period=custom&compare=previous_year&after=2024-11-26&before=2024-11-26','actioned','',NULL,NULL), +(555,71,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(568,72,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(578,65,'update-db_done','Thanks!','https://haikuatelier.com/wp/wp-admin/admin.php?page=wc-status&status=failed&tab=action-scheduler&s&bulk_action=Apply&paged=1&wc-hide-notice=update','actioned','woocommerce_hide_notices_nonce','woocommerce_hide_notices_nonce','_wc_notice_nonce'), +(579,73,'try-the-new-templates','Try the new templates','?page=wc-settings&tab=email&try-new-templates','actioned','',NULL,NULL), +(580,74,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(581,75,'scheduled-updates-enable','Enable','https://haikuatelier.com/wp/wp-admin/admin.php?page=wc-admin','actioned','Scheduled updates enabled',NULL,NULL); +/*!40000 ALTER TABLE `haikuwp_wc_admin_note_actions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_admin_notes` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_admin_notes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_admin_notes` ( + `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `type` varchar(20) NOT NULL, + `locale` varchar(20) NOT NULL, + `title` longtext NOT NULL, + `content` longtext NOT NULL, + `content_data` longtext DEFAULT NULL, + `status` varchar(200) NOT NULL, + `source` varchar(200) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_reminder` datetime DEFAULT NULL, + `is_snoozable` tinyint(1) NOT NULL DEFAULT 0, + `layout` varchar(20) NOT NULL DEFAULT '', + `image` varchar(200) DEFAULT NULL, + `is_deleted` tinyint(1) NOT NULL DEFAULT 0, + `is_read` tinyint(1) NOT NULL DEFAULT 0, + `icon` varchar(200) NOT NULL DEFAULT 'info', + PRIMARY KEY (`note_id`) +) ENGINE=InnoDB AUTO_INCREMENT=76 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_admin_notes` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_admin_notes` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_admin_notes` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_admin_notes` VALUES +(1,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','actioned','woocommerce-core','2024-08-05 13:12:38',NULL,0,'plain','',0,1,'info'), +(4,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping & Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(5,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.

      Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with WooCommerce Shipping.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(6,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(7,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(8,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(10,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade WooCommerce Subscriptions to version 3.0.15 or later.

      Click the button below to view and update to the latest Subscriptions version, or log in to WooCommerce.com Dashboard and navigate to your Downloads page.

      We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.

      If you have any questions we are here to help — just open a ticket.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(11,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(14,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!

      Now is a great time to upgrade to our latest PayPal extension to continue to receive support and updates with PayPal.

      Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(15,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.

      Start using our latest PayPal today to continue to receive support and updates.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(16,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Our investigation into this vulnerability is ongoing, but we wanted to let you know now about the importance of updating immediately.

      For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(17,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Our investigation into this vulnerability is ongoing, but we wanted to let you know now about the importance of updating immediately.

      For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(18,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Your store has been updated to the latest secure version(s). For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(19,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Your store has been updated to the latest secure version(s). For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(21,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','Your store has been updated to the latest secure version of WooCommerce. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use PayPal Payments to accept PayPal.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(22,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','Your store has been updated to the latest secure version of WooCommerce. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(24,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(25,'needs-update-eway-payment-gateway-rin-2022-12-20','update','en_US','Security vulnerability patched in WooCommerce Eway Gateway','In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(26,'updated-eway-payment-gateway-rin-2022-12-20','update','en_US','WooCommerce Eway Gateway has been automatically updated','Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(27,'ecomm-wc-navigation-survey-2023','info','en_US','Navigating WooCommerce on WordPress.com','We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(28,'woopay-beta-merchantrecruitment-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n

      \r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n

      \r\nGet started in seconds.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(29,'woocommerce-wcpay-march-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Payments','Your store requires a security update for WooCommerce Payments. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(31,'woocommerce-WCPreOrders-april-2023-update-needed','update','en_US','Action required: Security update of WooCommerce Pre-Orders extension','Your store requires a security update for the WooCommerce Pre-Orders extension. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(32,'woopay-beta-merchantrecruitment-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n

      \r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n

      \r\nUpdate WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(33,'woopay-beta-existingmerchants-noaction-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n

      \r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(34,'woopay-beta-existingmerchants-update-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n

      \r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(35,'woopay-beta-merchantrecruitment-short-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(36,'woopay-beta-merchantrecruitment-short-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature.
      Boost conversions by letting customers pay with a single click.

      Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(37,'woopay-beta-merchantrecruitment-short-06MAY23-TESTA','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(38,'woopay-beta-merchantrecruitment-short-06MAY23-TESTB','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(39,'woopay-beta-merchantrecruitment-short-06MAY23-TESTC','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(40,'woopay-beta-merchantrecruitment-short-06MAY23-TESTD','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(41,'woopay-beta-merchantrecruitment-short-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(42,'woopay-beta-merchantrecruitment-short-update-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature.
      Boost conversions by letting customers pay with a single click.

      Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Returns and Warranty Requests extension','Your store requires a security update for the Returns and Warranty Requests extension. Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(45,'woocommerce-WCOPC-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce One Page Checkout','Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(46,'woocommerce-WCGC-July-2023-update-needed','update','en_US','Action required: Security update of WooCommerce GoCardless Extension','Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension. The fix for this vulnerability was released on July 4th. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(47,'woocommerce-shipping-fedex-api-outage-2023-07-16','warning','en_US','Scheduled FedEx API outage — July 2023','On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(48,'wcship-2023-07-hazmat-update-needed','update','en_US','Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension','Your store requires an update for the WooCommerce Shipping extension. Please update to the latest version of the WooCommerce Shipping & Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(49,'woocommerce-WCStripe-Aug-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe plugin','Your shop requires an important security update for the WooCommerce Stripe plugin. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(50,'woocommerce-WCStripe-Aug-2023-security-updated','update','en_US','Security update of WooCommerce Stripe plugin','Your store has been updated to the latest secure version of the WooCommerce Stripe plugin. This update was released on July 31.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(51,'woocommerce-WooPayments-Aug-2023-security-updated','update','en_US','Security update of WooPayments (WooCommerce Payments) plugin','Your store has been updated to the more secure version of WooPayments (WooCommerce Payments). This update was released on July 31.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(53,'woo-activation-survey-blockers-22AUG23','info','en_US','How can we help you get that first sale?','Your feedback is vital. Please take a minute to share your experience of setting up your new store and whether anything is preventing you from making those first few sales. Together, we can make Woo even better!','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(54,'woocommerce-usermeta-Sept2023-productvendors','update','en_US','Your store requires a security update','Your shop needs an update to address a vulnerability in WooCommerce. The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. Read our developer update for more information.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(55,'woocommerce-STRIPE-Oct-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe Gateway','Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway. The fix for this vulnerability was released on October 17. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(59,'wc-admin-wc-helper-connection','info','en_US','Se connecter à WooCommerce.com','Connectez-vous pour obtenir des notifications et des mises à jour importantes sur les produits.','{}','unactioned','woocommerce-admin','2024-08-05 13:13:55',NULL,0,'plain','',1,1,'info'), +(61,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics – wherever you are.','{}','unactioned','woocommerce-admin','2024-08-07 13:30:14',NULL,0,'plain','',1,1,'info'), +(62,'wc-admin-customizing-product-catalog','info','en_US','How to customise your product catalogue','You want your product catalogue and images to look great and align with your brand. This guide will give you all the tips you need to get your products looking great in your store.','{}','unactioned','woocommerce-admin','2024-08-08 16:35:00',NULL,0,'plain','',1,1,'info'), +(63,'wc-admin-onboarding-payments-reminder','info','en_US','Start accepting payments on your store!','Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.','{}','unactioned','woocommerce-admin','2024-08-10 13:35:49',NULL,0,'plain','',1,1,'info'), +(64,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the Settings and choose to stop sharing data. Read more about what data we collect.','{}','unactioned','woocommerce-admin','2024-08-12 15:54:19',NULL,0,'plain','',1,1,'info'), +(65,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','{}','actioned','woocommerce-core','2024-08-22 14:16:51',NULL,0,'plain','',0,1,'info'), +(66,'wc-admin-launch-checklist','info','en_US','Ready to launch your store?','To make sure you never get that sinking \"what did I forget\" feeling, we\'ve put together the essential pre-launch checklist.','{}','unactioned','woocommerce-admin','2024-10-31 13:30:48',NULL,0,'plain','',1,1,'info'), +(67,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','unactioned','woocommerce-admin','2024-11-03 13:16:04',NULL,0,'plain','',1,1,'info'), +(69,'wc-admin-orders-milestone','info','en_US','Congratulations on processing 10 orders!','You\'ve hit the 10 orders milestone! Look at you go. Browse some WooCommerce success stories for inspiration.','{\"current_milestone\":10}','unactioned','woocommerce-admin','2024-11-21 16:12:57',NULL,0,'plain','',0,1,'info'), +(70,'wc-admin-new-sales-record','info','en_US','New sales record!','Woohoo, November 26th was your record day for sales! Net sales was € 1.525,00 beating the previous record of € 1.390,00 set on November 13th.','{\"old_record_date\":\"2024-11-13\",\"old_record_amt\":1390,\"new_record_date\":\"2024-11-26\",\"new_record_amt\":1525}','unactioned','woocommerce-admin','2024-11-27 13:20:42',NULL,0,'plain','',0,1,'info'), +(71,'wc-admin-manage-orders-on-the-go','info','en_US','Manage your orders on the go','Look for orders, customer info, and process refunds in one click with the Woo app.','{}','unactioned','woocommerce-admin','2025-02-01 14:43:19',NULL,0,'plain','',0,1,'info'), +(72,'wc-admin-performance-on-mobile','info','en_US','Track your store performance on mobile','Monitor your sales and high performing products with the Woo app.','{}','unactioned','woocommerce-admin','2025-05-02 13:13:21',NULL,0,'plain','',0,1,'info'), +(73,'wc-admin-email-improvements','info','en_US','Store emails have had an upgrade!','We’ve made some exciting improvements to our email templates, including modern, shopper-friendly designs and new customization options. And if you’re using a block theme, you can automatically sync your theme styles! Head to your email settings to explore the new features.','{}','unactioned','woocommerce-admin','2025-06-13 13:13:15',NULL,0,'plain','',0,1,'info'), +(74,'wc-admin-edit-products-on-the-move','info','en_US','Edit products on the move','Edit and create new products from your mobile devices with the Woo app','{}','unactioned','woocommerce-admin','2025-08-05 13:12:43',NULL,0,'plain','',0,1,'info'), +(75,'wc-admin-scheduled-updates-promotion','info','en_US','Analytics now supports scheduled updates','This provides improved performance to your store, enable it in Analytics > Settings.','{}','unactioned','woocommerce-admin','2026-03-11 16:21:04',NULL,0,'plain','',0,1,'info'); +/*!40000 ALTER TABLE `haikuwp_wc_admin_notes` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_category_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_category_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_category_lookup` ( + `category_tree_id` bigint(20) unsigned NOT NULL, + `category_id` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`category_tree_id`,`category_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_category_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_category_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_category_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_category_lookup` VALUES +(15,15), +(30,30), +(31,31), +(32,32), +(33,33), +(101,101); +/*!40000 ALTER TABLE `haikuwp_wc_category_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_customer_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_customer_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_customer_lookup` ( + `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned DEFAULT NULL, + `username` varchar(60) NOT NULL DEFAULT '', + `first_name` varchar(255) NOT NULL, + `last_name` varchar(255) NOT NULL, + `email` varchar(100) DEFAULT NULL, + `date_last_active` timestamp NULL DEFAULT NULL, + `date_registered` timestamp NULL DEFAULT NULL, + `country` char(2) NOT NULL DEFAULT '', + `postcode` varchar(20) NOT NULL DEFAULT '', + `city` varchar(100) NOT NULL DEFAULT '', + `state` varchar(100) NOT NULL DEFAULT '', + PRIMARY KEY (`customer_id`), + UNIQUE KEY `user_id` (`user_id`), + KEY `email` (`email`) +) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_customer_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_customer_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_customer_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_customer_lookup` VALUES +(7,NULL,'','Sofia','Balducci','sofia.balducci99@gmail.com','2025-10-12 19:03:18',NULL,'FR','75007','Paris',''), +(8,NULL,'','Claudia','Van Vynckt - WIPLAW','claudia.vanvynckt@hotmail.fr','2024-11-29 08:05:49',NULL,'BE','1050','Bruxelles',''), +(9,NULL,'','Lucie','Leiner','lucie.leiner@gmail.com','2024-11-29 16:22:16',NULL,'BE','1630','Linkebeek',''), +(10,NULL,'','CLAIRE','MAROUFIN','maroufin.claire@gmail.com','2025-12-02 08:20:29',NULL,'FR','94270','Le Kremlin-Bicêtre',''), +(12,NULL,'','Violette','Cubier','v.cubier@gmail.com','2024-12-02 15:33:11',NULL,'FR','92320','Chatillon',''), +(13,NULL,'','Elise','Colson','choploone@gmail.com','2024-12-03 16:03:18',NULL,'BE','4420','Saint-Nicolas','Liège'), +(14,NULL,'','Maren','Sigge','maren.sigge@gmail.com','2024-12-03 21:53:41',NULL,'BE','1160','Auderghem','Belgium'), +(15,NULL,'','Perrine','Vincent','perrinevincent90@gmail.com','2024-12-06 12:08:34',NULL,'BE','5150','Floreffe','Namur'), +(16,NULL,'','Julien','Martial','julien.martial@hotmail.com','2024-12-06 13:04:22',NULL,'BE','1150','Woluwe St Pierre',''), +(17,NULL,'','christine','Saquet Bossu','c.saquetbossu@orange.fr','2024-12-12 15:55:38',NULL,'FR','35660','Renac',''), +(18,NULL,'','Nathalie','Chabin','lili.chabin@gmail.com','2024-12-19 08:08:20',NULL,'CH','1046','Rueyres - Suisse','vaud'), +(19,NULL,'','Veronique','Marchand','vsmarchand24@gmail.com','2024-12-14 09:10:01',NULL,'FR','89000','AUXERRE',''), +(20,NULL,'','Antoine','Deroisy','antoine.der92@gmail.com','2024-12-16 08:16:07',NULL,'BE','1050','Bruxelles',''), +(21,NULL,'','Ella','Richard','ella_cherry@hotmail.fr','2024-12-17 07:40:04',NULL,'FR','93310','Le Pre Saint Gervais',''), +(22,NULL,'','Elsa','Dumontel','elsa.dumontel@gmail.com','2024-12-18 14:13:28',NULL,'FR','15130','Arpajon Sur Cere','France'), +(23,NULL,'','Magali','Jacob','melian.jacob@free.fr','2024-12-26 11:37:45',NULL,'FR','67800','Hœnheim',''), +(25,NULL,'','Margot','BRISOUX','margot.brisoux@hotmail.fr','2025-01-03 08:04:01',NULL,'FR','75011','Paris',''), +(26,NULL,'','Marine','TIBERI','tiberi.marine@gmail.com','2025-01-09 11:01:26',NULL,'FR','31400','Toulouse',''), +(27,NULL,'','Alice','Tabernat','alicetabernat@yahoo.fr','2025-01-29 09:32:07',NULL,'FR','93100','Montreuil',''), +(28,NULL,'','Aïn-Establet','Manon','manon.ainest@gmail.com','2025-01-30 07:57:12',NULL,'FR','75020','Paris',''), +(30,NULL,'','Owen Andrew','O\'Neill','owenoneill2727@gmail.com','2025-02-23 16:08:07',NULL,'BE','1060','Saint-Gilles','Brussel'), +(31,NULL,'','Julie','Soulie','julie.soulie96@yahoo.fr','2025-02-26 11:51:16',NULL,'FR','75019','Paris','Ile de France'), +(32,NULL,'','Charles','Stoop','charles.stoop@gmail.com','2025-03-03 10:10:15',NULL,'BE','1170','Watermael-Boitsfort','Bruxelles'), +(33,NULL,'','Amélie','Graux','amelie.grx@gmail.com','2025-03-03 09:45:26',NULL,'FR','75020','Paris',''), +(34,NULL,'','Raphael','Kuder','raphael.kuderpro@gmail.com','2025-03-05 10:04:07',NULL,'FR','75020','Paris','IDF'), +(35,NULL,'','Eve marie','REDOUIN','evemarie.redouin@gmail.com','2025-03-23 20:39:51',NULL,'FR','91140','Villebon-sur-Yvette',''), +(36,NULL,'','Arnau','Oliver Antich','isoliverantich1@gmail.com','2025-04-08 09:44:22',NULL,'BE','1060','Saint-Gilles','Belgium'), +(38,NULL,'','Jérôme','Laurent','crack_one@hotmail.fr','2025-05-09 07:49:40',NULL,'FR','10500','BRIENNE LE CHATEAU','Aube'), +(39,NULL,'','Anne sophie','Mabi','annesophiemabi@gmail.com','2025-05-09 17:56:28',NULL,'FR','93110','Rosny sous bois',''), +(40,NULL,'','Zafiria','Efstratiadi','zafiria.efstratiadi@hotmail.com','2026-04-03 19:36:58',NULL,'BE','1080','Bruxelles','Bruxelles'), +(41,NULL,'','Laurent','CAPELO','laurentpvcapelo@gmail.com','2025-06-05 05:44:45',NULL,'FR','92130','Issy-les-Moulineaux',''), +(43,NULL,'','','','','2025-06-21 07:54:31',NULL,'','','',''), +(49,NULL,'','Mia','Mueller','mia.mueller07@gmail.com','2025-07-14 10:37:48',NULL,'BE','1000','Brussels',''), +(53,NULL,'','Myrthe','Meylaerts','myrthe.meylaerts@gmail.com','2025-09-17 16:11:56',NULL,'BE','1070','Anderlecht',''), +(54,NULL,'','Alexandra','Maillot','alexandraboubou2@gmail.com','2025-10-02 02:39:01',NULL,'FR','78500','Sartrouville',''), +(55,NULL,'','Théo','Huchet','theohuchet@laposte.net','2025-10-11 13:06:39',NULL,'FR','02000','Laon',''), +(56,NULL,'','Pauline','Dubois','pauline.duboi96@gmail.com','2025-10-12 12:50:06',NULL,'BE','1060','Saint-Gilles','Brussel-Hoofdstad'), +(57,NULL,'','Bram','De Gieter','bram.degieter@telenet.be','2025-10-18 11:34:26',NULL,'BE','9000','Gent','Oost-Vlaanderen'), +(58,NULL,'','Charlotte','Chabin','charlotte.chabin@gmail.com','2025-11-02 18:39:02',NULL,'CH','1004','Lausanne',''), +(59,NULL,'','Daphné','Thomas','daphnethomass@hotmail.com','2025-11-03 20:05:37',NULL,'FR','69600','Oullins',''), +(62,NULL,'','Paul','AMICEL','paulamicel@gmail.com','2025-11-18 07:29:10',NULL,'FR','35000','Rennes',''), +(63,NULL,'','marianne','pignot','mapignot@gmail.com','2025-11-20 13:49:47',NULL,'FR','93100','Montreuil',''), +(64,NULL,'','Anabela','Angeiras','anabela_angeiras@yahoo.fr','2025-11-24 08:50:48',NULL,'BE','1325','Chaumont Gistoux',''), +(65,NULL,'','Karen','Plasschaert','karen.plasschaert@gmail.com','2025-11-24 16:43:34',NULL,'BE','2820','Bonheiden (regio)',''), +(66,NULL,'','Annaé','Bosson','annaebosson@gmail.com','2025-11-30 20:29:07',NULL,'FR','75020','Paris',''), +(67,NULL,'','Penelope','Jourdain','penelope.jourdain@gmail.com','2025-12-02 19:47:29',NULL,'FR','94130','Nogent sur Marne','Île de France'), +(69,NULL,'','Rosa','Bamelis','annvanderschrick@telenet.be','2025-12-03 16:44:40',NULL,'BE','1701','Itterbeek','vlaams brabant'), +(70,NULL,'','Ronan','Zeegers (Dside)','perso@ronanzeegers.com','2025-12-07 20:49:42',NULL,'BE','1140','Evere',''), +(71,NULL,'','CLEMENT','ARNAUD','clement.arnaud1993@gmail.com','2025-12-10 14:54:38',NULL,'DE','18057','rostock',''), +(72,NULL,'','Géraldine','Maincent','g.maincent@gmail.com','2025-12-11 14:25:35',NULL,'FR','93500','Pantin',''), +(73,NULL,'','Louis','Poitevin','louispoitevin31@gmail.com','2025-12-14 07:05:42',NULL,'FR','56600','Lanester',''), +(74,NULL,'','Laura','FOLLI','laura.folli@laposte.net','2025-12-14 14:18:16',NULL,'FR','69004','Lyon',''), +(75,NULL,'','Thomas','MEtivier','thomasmetivier@gmail.com','2025-12-15 21:45:37',NULL,'FR','94300','Vincennes',''), +(76,NULL,'','Klëpta','FANTOZZI','kleptaschwarz@gmail.com','2025-12-18 21:40:36',NULL,'FR','69004','Lyon',''), +(77,NULL,'','Louise','Roberfroid','lou.roberfroid@gmail.com','2025-12-21 19:44:25',NULL,'BE','1060','Bruxelles',''), +(78,NULL,'','Marielaure','Gressin','marielaure.gressin@free.fr','2026-01-13 14:58:24',NULL,'FR','13850','Greasque',''), +(79,NULL,'','Laure','Chaslin','laurechaslin@gmail.com','2026-01-13 15:03:07',NULL,'FR','75018','Paris',''), +(80,NULL,'','Luna','Cornet','lunacornet@icloud.com','2026-02-01 19:14:25',NULL,'BE','1180','Uccle',''), +(81,NULL,'','Karlyne','Malonga','karlyne.malonga@gmail.com','2026-02-05 18:10:25',NULL,'FR','35000','RENNES','Bretagne'), +(82,NULL,'','Louise','Mongeau','louise.mongeau@gmail.com','2026-02-11 17:47:27',NULL,'BE','1060','Saint-Gilles',''), +(83,NULL,'','Samira','Maalmi','samira.maalmi@proton.me','2026-02-16 14:38:24',NULL,'FR','93100','Montreuil',''), +(84,NULL,'','Noelle','Starliper','noellemstarliper@gmail.com','2026-02-25 20:19:14',NULL,'NL','1013 BD','Amsterdam',''), +(85,NULL,'','Stéphanie','Van Doosselaere','steph_vandoo@hotmail.com','2026-03-06 10:17:23',NULL,'BE','4020','Liège','liège'), +(86,NULL,'','Zéphyr','MARTIN','z.martin.zephyr@gmail.com','2026-03-07 15:40:02',NULL,'FR','93130','Noisy Le Sec','Seine St denis'), +(87,NULL,'','Anaïs','Mariot','mariot.anais@gmail.com','2026-03-08 12:10:27',NULL,'FR','94700','Maisons-Alfort',''), +(88,NULL,'','Anne-Laure','Terrade','al.terrade@gmail.com','2026-03-09 17:09:15',NULL,'BE','1050','Ixelles',''), +(89,NULL,'','Tsira','Bolkvadze','btsira@gmail.com','2026-04-02 07:45:50',NULL,'FR','69003','Lyon',''), +(90,NULL,'','Constance','Villain-Lesavre','constancevillain22@gmail.com','2026-04-12 11:55:27',NULL,'FR','92240','Malakoff',''), +(91,NULL,'','Mattijs','Quartier','mattijsquartier@live.nl','2026-04-27 21:02:04',NULL,'BE','1030','Schaarbeek',''); +/*!40000 ALTER TABLE `haikuwp_wc_customer_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_download_log` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_download_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_download_log` ( + `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `timestamp` datetime NOT NULL, + `permission_id` bigint(20) unsigned NOT NULL, + `user_id` bigint(20) unsigned DEFAULT NULL, + `user_ip_address` varchar(100) DEFAULT '', + PRIMARY KEY (`download_log_id`), + KEY `permission_id` (`permission_id`), + KEY `timestamp` (`timestamp`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_download_log` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_download_log` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_download_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_download_log` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_addresses` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_addresses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_addresses` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_id` bigint(20) unsigned NOT NULL, + `address_type` varchar(20) DEFAULT NULL, + `first_name` text DEFAULT NULL, + `last_name` text DEFAULT NULL, + `company` text DEFAULT NULL, + `address_1` text DEFAULT NULL, + `address_2` text DEFAULT NULL, + `city` text DEFAULT NULL, + `state` text DEFAULT NULL, + `postcode` text DEFAULT NULL, + `country` text DEFAULT NULL, + `email` varchar(320) DEFAULT NULL, + `phone` varchar(100) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`), + KEY `order_id` (`order_id`), + KEY `email` (`email`(191)), + KEY `phone` (`phone`), + FULLTEXT KEY `order_addresses_fts` (`first_name`,`last_name`,`company`,`address_1`,`address_2`,`city`,`state`,`postcode`,`country`,`email`,`phone`) +) ENGINE=InnoDB AUTO_INCREMENT=379 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_addresses` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_addresses` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_addresses` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_addresses` VALUES +(95,862,'billing','Roberto','Ruggeri NW Groupe',NULL,'31 avenue bosquet',NULL,'Paris',NULL,'75007','FR','sofia.balducci99@gmail.com','+393470972182'), +(96,862,'shipping','Roberto','Ruggeri NW Groupe',NULL,'31 avenue bosquet',NULL,'Paris',NULL,'75007','FR',NULL,'+393470972182'), +(103,866,'billing','Claudia','Van Vynckt - WIPLAW',NULL,'279, avenue louise',NULL,'Bruxelles',NULL,'1050','BE','claudia.vanvynckt@hotmail.fr','0478183560'), +(104,866,'shipping','Claudia','Van Vynckt - WIPLAW',NULL,'279, avenue louise',NULL,'Bruxelles',NULL,'1050','BE',NULL,'0478183560'), +(107,868,'billing','Lucie','Leiner',NULL,'Vijversdreef 10',NULL,'Linkebeek',NULL,'1630','BE','lucie.leiner@gmail.com','+32489578514'), +(108,868,'shipping','Lucie','Leiner',NULL,'Vijversdreef 10',NULL,'Linkebeek',NULL,'1630','BE',NULL,'+32489578514'), +(109,869,'billing','Claire','Maroufin',NULL,'26 avenue Eugène Thomas',NULL,'Le Kremlin Bicetre',NULL,'94270','FR','maroufin.claire@gmail.com','+33681223295'), +(110,869,'shipping','Claire','Maroufin',NULL,'26 avenue Eugène Thomas',NULL,'Le Kremlin Bicetre',NULL,'94270','FR',NULL,'+33681223295'), +(113,871,'billing','Violette','Cubier',NULL,'5 rue Andre Gide',NULL,'Chatillon',NULL,'92320','FR','v.cubier@gmail.com','0616154243'), +(114,871,'shipping','Violette','Cubier',NULL,'5 rue Andre Gide',NULL,'Chatillon',NULL,'92320','FR',NULL,'0616154243'), +(115,872,'billing','Elise','Colson',NULL,'Rue des grands champs 119',NULL,'Saint-Nicolas','Liège','4420','BE','choploone@gmail.com','0498508266'), +(116,872,'shipping','Elise','Colson',NULL,'Rue des grands champs 119',NULL,'Saint-Nicolas','Liège','4420','BE',NULL,'0498508266'), +(117,873,'billing','Maren','Sigge',NULL,'Av. G. E. Lebon, 24, BP 3',NULL,'Auderghem','Belgium','1160','BE','maren.sigge@gmail.com','+32489439874'), +(118,873,'shipping','Viviane','Antoine',NULL,'Chaussée de Givet 33',NULL,'Mariembourg','Belgium','5660','BE',NULL,'+32489439874'), +(125,878,'billing','Perrine','Vincent',NULL,'Rue de la Basse-Sambre 8',NULL,'Floreffe','Namur','5150','BE','perrinevincent90@gmail.com','00 32 472 24 97 14'), +(126,878,'shipping','Perrine','Vincent',NULL,'Rue de la Basse-Sambre 8',NULL,'Floreffe','Namur','5150','BE',NULL,'00 32 472 24 97 14'), +(127,879,'billing','Julien','Martial',NULL,'Rue François Gay, 225',NULL,'Woluwe St Pierre',NULL,'1150','BE','julien.martial@hotmail.com','0472585911'), +(128,879,'shipping','Julien','Martial',NULL,'Rue François Gay, 225',NULL,'Woluwe St Pierre',NULL,'1150','BE',NULL,'0472585911'), +(129,880,'billing','christine','Saquet Bossu',NULL,'33 rue du Colonel du Halgouêt',NULL,'Renac',NULL,'35660','FR','c.saquetbossu@orange.fr','0685532210'), +(130,880,'shipping','christine','Saquet Bossu',NULL,'33 rue du Colonel du Halgouêt',NULL,'Renac',NULL,'35660','FR',NULL,'0685532210'), +(131,881,'billing','Nathalie','Chabin',NULL,'chemin de Rossy 1, 1',NULL,'Rueyres - Suisse',NULL,'1046','CH','lili.chabin@gmail.com','+41786229221'), +(132,881,'shipping','Nathalie','Chabin',NULL,'chemin de Rossy 1, 1',NULL,'Rueyres - Suisse',NULL,'1046','CH',NULL,'+41786229221'), +(137,884,'billing','Veronique','Marchand',NULL,'5 bis impasse de la Noue',NULL,'AUXERRE',NULL,'89000','FR','vsmarchand24@gmail.com','+33612102273'), +(138,884,'shipping','Veronique','Marchand',NULL,'5 bis impasse de la Noue',NULL,'AUXERRE',NULL,'89000','FR',NULL,'+33612102273'), +(139,885,'billing','Antoine','Deroisy',NULL,'389 chaussée de waterloo',NULL,'Bruxelles',NULL,'1050','BE','antoine.der92@gmail.com','0474183450'), +(140,885,'shipping','Antoine','Deroisy',NULL,'389 chaussée de waterloo',NULL,'Bruxelles',NULL,'1050','BE',NULL,'0474183450'), +(141,886,'billing','Ella','Richard',NULL,'44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France',NULL,'Le Pre Saint Gervais',NULL,'93310','FR','ella_cherry@hotmail.fr','06 77 32 66 50'), +(142,886,'shipping','Ella','Richard',NULL,'44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France',NULL,'Le Pre Saint Gervais',NULL,'93310','FR',NULL,'06 77 32 66 50'), +(143,887,'billing','Elsa','Dumontel',NULL,'29 Route Des Chenes',NULL,'Arpajon Sur Cere','France','15130','FR','elsa.dumontel@gmail.com','0642985078'), +(144,887,'shipping','Elsa','Dumontel',NULL,'29 Route Des Chenes',NULL,'Arpajon Sur Cere','France','15130','FR',NULL,'0642985078'), +(145,888,'billing','Nathalie','Chabin',NULL,'chemin de Rossy 1',NULL,'Rueyres - Suisse','vaud','1046','CH','lili.chabin@gmail.com','+41786229221'), +(146,888,'shipping','Nathalie','Chabin',NULL,'chemin de Rossy 1',NULL,'Rueyres - Suisse','vaud','1046','CH',NULL,'+41786229221'), +(147,889,'billing','Magali','Jacob',NULL,'1 Rue du Limousin',NULL,'Hœnheim',NULL,'67800','FR','melian.jacob@free.fr','0670745455'), +(148,889,'shipping','Magali','Jacob',NULL,'1 Rue du Limousin',NULL,'Hœnheim',NULL,'67800','FR',NULL,'0670745455'), +(153,894,'billing','Margot','BRISOUX',NULL,'13 rue Camille Desmoulins',NULL,'Paris',NULL,'75011','FR','margot.brisoux@hotmail.fr','0679481991'), +(154,894,'shipping','Margot','BRISOUX',NULL,'13 rue Camille Desmoulins',NULL,'Paris',NULL,'75011','FR',NULL,'0679481991'), +(155,895,'billing','Marine','TIBERI',NULL,'50 rue Jules Clarétie',NULL,'Toulouse',NULL,'31400','FR','tiberi.marine@gmail.com','+33602079136'), +(156,895,'shipping','Marine','TIBERI',NULL,'50 rue Jules Clarétie',NULL,'Toulouse',NULL,'31400','FR',NULL,'+33602079136'), +(157,897,'billing','Alice','Tabernat',NULL,'88 boulevard Aristide Briand',NULL,'Montreuil',NULL,'93100','FR','alicetabernat@yahoo.fr','0770426206'), +(158,897,'shipping','Alice','Tabernat',NULL,'88 boulevard Aristide Briand',NULL,'Montreuil',NULL,'93100','FR',NULL,'0770426206'), +(161,899,'billing','Aïn-Establet','Manon',NULL,'140, boulevard de Menilmontant',NULL,'Paris',NULL,'75020','FR','manon.ainest@gmail.com','0612109541'), +(162,899,'shipping','Aïn-Establet','Manon',NULL,'140, boulevard de Menilmontant',NULL,'Paris',NULL,'75020','FR',NULL,'0612109541'), +(165,901,'billing','Owen Andrew','O\'Neill',NULL,'Rue Bosquet, 25',NULL,'Saint-Gilles','Brussel','1060','BE','owenoneill2727@gmail.com','+353852179564'), +(166,901,'shipping','Owen Andrew','O\'Neill',NULL,'Rue Bosquet, 25',NULL,'Saint-Gilles','Brussel','1060','BE',NULL,'+353852179564'), +(169,903,'billing','Julie','Soulie',NULL,'17/19 rue de l\'Atlas',NULL,'Paris','Ile de France','75019','FR','julie.soulie96@yahoo.fr','0643105822'), +(170,903,'shipping','Julie','Soulie',NULL,'17/19 rue de l\'Atlas',NULL,'Paris','Ile de France','75019','FR',NULL,'0643105822'), +(173,905,'billing','Amélie','Graux',NULL,'15 rue du Capitaine Ferber',NULL,'Paris',NULL,'75020','FR','amelie.grx@gmail.com','0667102260'), +(174,905,'shipping','Amélie','Graux',NULL,'15 rue du Capitaine Ferber',NULL,'Paris',NULL,'75020','FR',NULL,'0667102260'), +(175,906,'billing','Charles','Stoop',NULL,'Rue Edouard Olivier 27',NULL,'Watermael-Boitsfort','Bruxelles','1170','BE','charles.stoop@gmail.com','0493566360'), +(176,906,'shipping','Charles','Stoop',NULL,'Rue Edouard Olivier 27',NULL,'Watermael-Boitsfort','Bruxelles','1170','BE',NULL,'0493566360'), +(177,907,'billing','Raphael','Kuder',NULL,'140 boulevard de Ménilmontant',NULL,'Paris','IDF','75020','FR','raphael.kuderpro@gmail.com','0783260894'), +(178,907,'shipping','Raphael','Kuder',NULL,'140 boulevard de Ménilmontant',NULL,'Paris','IDF','75020','FR',NULL,'0783260894'), +(179,908,'billing','Eve marie','REDOUIN',NULL,'3 Rue des Hortensias',NULL,'Villebon-sur-Yvette',NULL,'91140','FR','evemarie.redouin@gmail.com','0642769155'), +(180,908,'shipping','Eve marie','REDOUIN',NULL,'3 Rue des Hortensias',NULL,'Villebon-sur-Yvette',NULL,'91140','FR',NULL,'0642769155'), +(183,910,'billing','Arnau','Oliver Antich',NULL,'Rue du Mont-Blanc 57, R.D.C.',NULL,'Saint-Gilles','Belgium','1060','BE','isoliverantich1@gmail.com','+34 648761712'), +(184,910,'shipping','Arnau','Oliver Antich',NULL,'Rue du Mont-Blanc 57, R.D.C.',NULL,'Saint-Gilles','Belgium','1060','BE',NULL,'+34 648761712'), +(187,912,'billing','Jérôme','Laurent',NULL,'5 place de la république',NULL,'BRIENNE LE CHATEAU','Aube','10500','FR','crack_one@hotmail.fr','+33695854956'), +(188,912,'shipping','Jérôme','Laurent',NULL,'5 place de la république',NULL,'BRIENNE LE CHATEAU','Aube','10500','FR',NULL,'+33695854956'), +(193,921,'billing','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR','annesophiemabi@gmail.com','+33678454888'), +(194,921,'shipping','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR',NULL,'+33678454888'), +(195,922,'billing','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR','annesophiemabi@gmail.com','+33678454888'), +(196,922,'shipping','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR',NULL,'+33678454888'), +(199,924,'billing','Laurent','CAPELO',NULL,'24 Avenue Bourgain',NULL,'Issy-les-Moulineaux',NULL,'92130','FR','laurentpvcapelo@gmail.com','+33646234205'), +(200,924,'shipping','Laurent','CAPELO',NULL,'24 Avenue Bourgain',NULL,'Issy-les-Moulineaux',NULL,'92130','FR',NULL,'+33646234205'), +(205,1013,'billing','Mia','Mueller',NULL,'Chaussee de Vleurgat 172',NULL,'Brussels',NULL,'1000','BE','mia.mueller07@gmail.com','0474470271'), +(206,1013,'shipping','Mia','Mueller',NULL,'Chaussee de Vleurgat 172',NULL,'Brussels',NULL,'1000','BE',NULL,'0474470271'), +(249,1443,'billing','Myrthe','Meylaerts',NULL,'Demosthenesstraat 242',NULL,'Anderlecht',NULL,'1070','BE','myrthe.meylaerts@gmail.com','0499089766'), +(250,1443,'shipping','Myrthe','Meylaerts',NULL,'Demosthenesstraat 242',NULL,'Anderlecht',NULL,'1070','BE',NULL,'0499089766'), +(251,1480,'billing','Alexandra','Maillot',NULL,'26 rue de Stalingrad',NULL,'Sartrouville',NULL,'78500','FR','alexandraboubou2@gmail.com','0663463354'), +(252,1480,'shipping','Alexandra','Maillot',NULL,'26 rue de Stalingrad',NULL,'Sartrouville',NULL,'78500','FR',NULL,'0663463354'), +(253,1486,'billing','Théo','Huchet',NULL,'58 Rue Châtelaine',NULL,'Laon',NULL,'02000','FR','theohuchet@laposte.net','+33628751554'), +(254,1486,'shipping','Théo','Huchet',NULL,'58 Rue Châtelaine',NULL,'Laon',NULL,'02000','FR',NULL,'+33628751554'), +(255,1487,'billing','Théo','Huchet',NULL,'58 rue châtelaine',NULL,'Laon',NULL,'02000','FR','theohuchet@laposte.net','0628751554'), +(256,1487,'shipping','Théo','Huchet',NULL,'58 rue châtelaine',NULL,'Laon',NULL,'02000','FR',NULL,'0628751554'), +(257,1488,'billing','Pauline','Dubois',NULL,'Rue Maurice Wilmotte, 25',NULL,'Saint-Gilles','Brussel-Hoofdstad','1060','BE','pauline.duboi96@gmail.com','+32473119568'), +(258,1488,'shipping','Pauline','Dubois',NULL,'Rue Maurice Wilmotte, 25',NULL,'Saint-Gilles','Brussel-Hoofdstad','1060','BE',NULL,'+32473119568'), +(259,1489,'billing','Sofia','Balducci',NULL,'156 Rue de l’Université (MAIF)',NULL,'Paris',NULL,'75007','FR','sofia.balducci99@gmail.com','+393470972182'), +(260,1489,'shipping','Sofia','Balducci',NULL,'156 Rue de l’Université (MAIF)',NULL,'Paris',NULL,'75007','FR',NULL,'+393470972182'), +(261,1490,'billing','Bram','De Gieter',NULL,'Gasmeterlaan 44',NULL,'Gent','Oost-Vlaanderen','9000','BE','bram.degieter@telenet.be','0474177921'), +(262,1490,'shipping','Bram','De Gieter',NULL,'Gasmeterlaan 44',NULL,'Gent','Oost-Vlaanderen','9000','BE',NULL,'0474177921'), +(263,1496,'billing','Charlotte','Chabin',NULL,'Chemin de Pierrefleur 88',NULL,'Lausanne',NULL,'1004','CH','charlotte.chabin@gmail.com','+41799475008'), +(264,1496,'shipping','Charlotte','Chabin',NULL,'Chemin de Pierrefleur 88',NULL,'Lausanne',NULL,'1004','CH',NULL,'+41799475008'), +(265,1498,'billing','Daphné','Thomas',NULL,'4 Impasse Charles Fourier',NULL,'Oullins',NULL,'69600','FR','daphnethomass@hotmail.com','+33603264984'), +(266,1498,'shipping','Daphné','Thomas',NULL,'4 Impasse Charles Fourier',NULL,'Oullins',NULL,'69600','FR',NULL,'+33603264984'), +(271,1511,'billing','Paul','AMICEL',NULL,'1 rue Saint-Alphonse',NULL,'Rennes',NULL,'35000','FR','paulamicel@gmail.com','0618192731'), +(272,1511,'shipping','Paul','AMICEL',NULL,'1 rue Saint-Alphonse',NULL,'Rennes',NULL,'35000','FR',NULL,'0618192731'), +(273,1528,'billing','marianne','pignot',NULL,'12 Villa De La Seigneurie',NULL,'Montreuil',NULL,'93100','FR','mapignot@gmail.com','0660688244'), +(274,1528,'shipping','marianne','pignot',NULL,'12 Villa De La Seigneurie',NULL,'Montreuil',NULL,'93100','FR',NULL,'0660688244'), +(275,1529,'billing','Anabela','Angeiras',NULL,'Rue du brocsous 66',NULL,'Chaumont Gistoux',NULL,'1325','BE','anabela_angeiras@yahoo.fr','0032477286532'), +(276,1529,'shipping','Anabela','Angeiras',NULL,'Rue du brocsous 66',NULL,'Chaumont Gistoux',NULL,'1325','BE',NULL,'0032477286532'), +(277,1530,'billing','Karen','Plasschaert',NULL,'Berlaarbaan 102',NULL,'Bonheiden (regio)',NULL,'2820','BE','karen.plasschaert@gmail.com','+32473534936'), +(278,1530,'shipping','Karen','Plasschaert',NULL,'Berlaarbaan 102',NULL,'Bonheiden (regio)',NULL,'2820','BE',NULL,'+32473534936'), +(279,1540,'billing','Annaé','Bosson',NULL,'1 rue de la cour des noues',NULL,'Paris',NULL,'75020','FR','annaebosson@gmail.com','+33646032641'), +(280,1540,'shipping','Annaé','Bosson',NULL,'1 rue de la cour des noues',NULL,'Paris',NULL,'75020','FR',NULL,'+33646032641'), +(281,1571,'billing','CLAIRE','MAROUFIN',NULL,'26 avenue Eugene Thomas',NULL,'Le Kremlin-Bicêtre',NULL,'94270','FR','maroufin.claire@gmail.com','+33681223295'), +(282,1571,'shipping','CLAIRE','MAROUFIN',NULL,'26 avenue Eugene Thomas',NULL,'Le Kremlin-Bicêtre',NULL,'94270','FR',NULL,'+33681223295'), +(285,1573,'billing','Penelope','Jourdain',NULL,'42 rue Jacques Kablé',NULL,'Nogent sur Marne','Île de France','94130','FR','penelope.jourdain@gmail.com','0687878933'), +(286,1573,'shipping','Penelope','Jourdain',NULL,'42 rue Jacques Kablé',NULL,'Nogent sur Marne','Île de France','94130','FR',NULL,'0687878933'), +(291,1604,'billing','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek',NULL,'1701','BE','annvanderschrick@telenet.be','+32475737595'), +(292,1604,'shipping','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek',NULL,'1701','BE',NULL,'+32475737595'), +(293,1605,'billing','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek','vlaams brabant','1701','BE','annvanderschrick@telenet.be','+32475737595'), +(294,1605,'shipping','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek','vlaams brabant','1701','BE',NULL,'+32475737595'), +(295,1606,'billing','Ronan','Zeegers (Dside)',NULL,'Avenue Léonard Mommaerts 24',NULL,'Evere',NULL,'1140','BE','perso@ronanzeegers.com','+32473452043'), +(296,1606,'shipping','Ronan','Zeegers (Dside)',NULL,'Avenue Léonard Mommaerts 24',NULL,'Evere',NULL,'1140','BE',NULL,'+32473452043'), +(297,1607,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(298,1607,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE',NULL,'0474918430'), +(299,1608,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(300,1608,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE',NULL,'0474918430'), +(301,1609,'billing','CLEMENT','ARNAUD',NULL,'neubramowstrabe 17',NULL,'rostock',NULL,'18057','DE','clement.arnaud1993@gmail.com','+49679883271'), +(302,1609,'shipping','CLEMENT','ARNAUD',NULL,'neubramowstrabe 17',NULL,'rostock',NULL,'18057','DE',NULL,'+49679883271'), +(303,1610,'billing','Géraldine','Maincent',NULL,'3 place Cécile Brunschvicg',NULL,'Pantin',NULL,'93500','FR','g.maincent@gmail.com','+33664976050'), +(304,1610,'shipping','Géraldine','Maincent',NULL,'3 place Cécile Brunschvicg',NULL,'Pantin',NULL,'93500','FR',NULL,'+33664976050'), +(305,1611,'billing','Louis','Poitevin',NULL,'12 Rue des Lavoirs',NULL,'Lanester',NULL,'56600','FR','louispoitevin31@gmail.com','0777845512'), +(306,1611,'shipping','Louis','Poitevin',NULL,'12 Rue des Lavoirs',NULL,'Lanester',NULL,'56600','FR',NULL,'0777845512'), +(307,1612,'billing','Laura','FOLLI',NULL,'23 Rue Philippe de Lassalle',NULL,'Lyon',NULL,'69004','FR','laura.folli@laposte.net','+33674370813'), +(308,1612,'shipping','Laura','FOLLI',NULL,'23 Rue Philippe de Lassalle',NULL,'Lyon',NULL,'69004','FR',NULL,'+33674370813'), +(311,1615,'billing','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR','thomasmetivier@gmail.com','+33768133255'), +(312,1615,'shipping','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR',NULL,'+33768133255'), +(313,1616,'billing','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR','thomasmetivier@gmail.com','+33768133255'), +(314,1616,'shipping','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR',NULL,'+33768133255'), +(315,1617,'billing','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR','thomasmetivier@gmail.com','+33768133255'), +(316,1617,'shipping','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR',NULL,'+33768133255'), +(317,1628,'billing','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR','kleptaschwarz@gmail.com','+33616138481'), +(318,1628,'shipping','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR',NULL,'+33616138481'), +(319,1629,'billing','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR','kleptaschwarz@gmail.com','+33616138481'), +(320,1629,'shipping','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR',NULL,'+33616138481'), +(321,1630,'billing','Louise','Roberfroid',NULL,'Rue Jean Robie',NULL,'Bruxelles',NULL,'1060','BE','lou.roberfroid@gmail.com','0496903459'), +(322,1630,'shipping','Louise','Roberfroid',NULL,'Rue Jean Robie',NULL,'Bruxelles',NULL,'1060','BE',NULL,'0496903459'), +(341,1643,'billing','Marielaure','Gressin',NULL,'9 Chemin Lou Valadet',NULL,'Greasque',NULL,'13850','FR','marielaure.gressin@free.fr','0670153153'), +(342,1643,'shipping','Marielaure','Gressin',NULL,'9 Chemin Lou Valadet',NULL,'Greasque',NULL,'13850','FR',NULL,'0670153153'), +(343,1644,'billing','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR','laurechaslin@gmail.com','+33689717962'), +(344,1644,'shipping','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR',NULL,'+33689717962'), +(345,1645,'billing','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR','laurechaslin@gmail.com','+33689717962'), +(346,1645,'shipping','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR',NULL,'+33689717962'), +(347,1647,'billing','Luna','Cornet',NULL,'Rue Edith Cavell',NULL,'Uccle',NULL,'1180','BE','lunacornet@icloud.com','0471760867'), +(348,1647,'shipping','Luna','Cornet',NULL,'Rue Edith Cavell',NULL,'Uccle',NULL,'1180','BE',NULL,'0471760867'), +(349,1649,'billing','Karlyne','Malonga',NULL,'69 Rue D’Inkermann',NULL,'RENNES','Bretagne','35000','FR','karlyne.malonga@gmail.com','06 0703 3147'), +(350,1649,'shipping','Karlyne','Malonga',NULL,'69 Rue D’Inkermann',NULL,'RENNES','Bretagne','35000','FR',NULL,'06 0703 3147'), +(351,1656,'billing','Louise','Mongeau',NULL,'159 rue Antoine Breart',NULL,'Saint-Gilles',NULL,'1060','BE','louise.mongeau@gmail.com','+32485283177'), +(352,1656,'shipping','Louise','Mongeau',NULL,'159 rue Antoine Breart',NULL,'Saint-Gilles',NULL,'1060','BE',NULL,'+32485283177'), +(353,1658,'billing','Samira','Maalmi',NULL,'5 rue Denis Couturier',NULL,'Montreuil',NULL,'93100','FR','samira.maalmi@proton.me','0626282738'), +(354,1658,'shipping','Samira','Maalmi',NULL,'5 rue Denis Couturier',NULL,'Montreuil',NULL,'93100','FR',NULL,'0626282738'), +(355,1659,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boîte 6',NULL,'Bruxelles','Molenbeek-Saint-Jean','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(356,1659,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boîte 6',NULL,'Bruxelles','Molenbeek-Saint-Jean','1080','BE',NULL,'0474918430'), +(357,1660,'billing','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013bd','NL','noellemstarliper@gmail.com','0638446442'), +(358,1660,'shipping','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013bd','NL',NULL,'0638446442'), +(359,1661,'billing','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013 BD','NL','noellemstarliper@gmail.com','0638446442'), +(360,1661,'shipping','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013 BD','NL',NULL,'0638446442'), +(361,1668,'billing','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE','steph_vandoo@hotmail.com','0032479603633'), +(362,1668,'shipping','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE',NULL,'0032479603633'), +(363,1669,'billing','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE','steph_vandoo@hotmail.com','0479603633'), +(364,1669,'shipping','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE',NULL,'0479603633'), +(365,1670,'billing','Zéphyr','MARTIN',NULL,'120 rue de brément',NULL,'Noisy Le Sec','Seine St denis','93130','FR','z.martin.zephyr@gmail.com','+33687358739'), +(366,1670,'shipping','Zéphyr','MARTIN',NULL,'120 rue de brément',NULL,'Noisy Le Sec','Seine St denis','93130','FR',NULL,'+33687358739'), +(367,1671,'billing','Anaïs','Mariot',NULL,'150 rue Roger François',NULL,'Maisons-Alfort',NULL,'94700','FR','mariot.anais@gmail.com','+33614423158'), +(368,1671,'shipping','Anaïs','Mariot',NULL,'150 rue Roger François',NULL,'Maisons-Alfort',NULL,'94700','FR',NULL,'+33614423158'), +(369,1672,'billing','Anne-Laure','Terrade',NULL,'Rue de Theux 63',NULL,'Ixelles',NULL,'1050','BE','al.terrade@gmail.com','+33659425266'), +(370,1672,'shipping','Anne-Laure','Terrade',NULL,'Rue de Theux 63',NULL,'Ixelles',NULL,'1050','BE',NULL,'+33659425266'), +(371,1697,'billing','Tsira','Bolkvadze',NULL,'76 cours de la liberté',NULL,'Lyon',NULL,'69003','FR','btsira@gmail.com','0615796565'), +(372,1697,'shipping','Tsira','Bolkvadze',NULL,'76 cours de la liberté',NULL,'Lyon',NULL,'69003','FR',NULL,'0615796565'), +(373,1698,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boite 6',NULL,'Bruxelles','Bruxelles','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(374,1698,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boite 6',NULL,'Bruxelles','Bruxelles','1080','BE',NULL,'0474918430'), +(375,1702,'billing','Constance','Villain-Lesavre',NULL,'2 avenue augustin dumont',NULL,'Malakoff',NULL,'92240','FR','constancevillain22@gmail.com','+33783946016'), +(376,1702,'shipping','Constance','Villain-Lesavre',NULL,'2 avenue augustin dumont',NULL,'Malakoff',NULL,'92240','FR',NULL,'+33783946016'), +(377,1857,'billing','Mattijs','Quartier',NULL,'Rubensstraat 118',NULL,'Schaarbeek',NULL,'1030','BE','mattijsquartier@live.nl','+32476829508'), +(378,1857,'shipping','Mattijs','Quartier',NULL,'Rubensstraat 118',NULL,'Schaarbeek',NULL,'1030','BE',NULL,'+32476829508'); +/*!40000 ALTER TABLE `haikuwp_wc_order_addresses` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_coupon_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_coupon_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_coupon_lookup` ( + `order_id` bigint(20) unsigned NOT NULL, + `coupon_id` bigint(20) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `discount_amount` double NOT NULL DEFAULT 0, + PRIMARY KEY (`order_id`,`coupon_id`), + KEY `coupon_id` (`coupon_id`), + KEY `date_created` (`date_created`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_coupon_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_coupon_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_coupon_lookup` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_order_coupon_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_operational_data` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_operational_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_operational_data` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_id` bigint(20) unsigned DEFAULT NULL, + `created_via` varchar(100) DEFAULT NULL, + `woocommerce_version` varchar(20) DEFAULT NULL, + `prices_include_tax` tinyint(1) DEFAULT NULL, + `coupon_usages_are_counted` tinyint(1) DEFAULT NULL, + `download_permission_granted` tinyint(1) DEFAULT NULL, + `cart_hash` varchar(100) DEFAULT NULL, + `new_order_email_sent` tinyint(1) DEFAULT NULL, + `order_key` varchar(100) DEFAULT NULL, + `order_stock_reduced` tinyint(1) DEFAULT NULL, + `date_paid_gmt` datetime DEFAULT NULL, + `date_completed_gmt` datetime DEFAULT NULL, + `shipping_tax_amount` decimal(26,8) DEFAULT NULL, + `shipping_total_amount` decimal(26,8) DEFAULT NULL, + `discount_tax_amount` decimal(26,8) DEFAULT NULL, + `discount_total_amount` decimal(26,8) DEFAULT NULL, + `recorded_sales` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `order_id` (`order_id`), + KEY `order_key` (`order_key`) +) ENGINE=InnoDB AUTO_INCREMENT=1230 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_operational_data` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_operational_data` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_operational_data` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_operational_data` VALUES +(278,862,'rest-api','9.4.2',0,1,1,'',1,'wc_order_g6qGGwFmCLhG4',1,'2024-11-28 15:42:54',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(315,866,'rest-api','9.4.2',0,1,1,'',1,'wc_order_GfVnri1zucEHV',1,'2024-11-29 09:07:39',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(327,868,'rest-api','9.4.2',0,1,1,'',1,'wc_order_LbjBOTM6Pg4Y8',1,'2024-11-29 17:26:38',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(336,869,'rest-api','9.4.2',0,1,1,'',1,'wc_order_ZpJT7n8ezcpc5',1,'2024-12-02 10:06:46',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(348,871,'rest-api','9.4.2',0,1,1,'',1,'wc_order_14ze4V3I7fPgF',1,'2024-12-02 16:34:12',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(357,872,'rest-api','9.4.2',0,1,1,'',1,'wc_order_DpCz0MofHOMDQ',1,'2024-12-03 17:04:43',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(366,873,'rest-api','9.4.2',0,1,1,'',1,'wc_order_sAvbLtrCudWx8',1,'2024-12-03 22:55:58',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(387,878,'rest-api','9.4.3',0,1,1,'',1,'wc_order_FErghd9o15Mhi',1,'2024-12-06 13:10:02','2024-12-12 22:07:33',0.00000000,0.00000000,0.00000000,0.00000000,1), +(396,879,'rest-api','9.4.3',0,1,1,'',1,'wc_order_uzC3Ve7jqfc8V',1,'2024-12-06 14:22:12','2024-12-12 21:43:42',0.00000000,0.00000000,0.00000000,0.00000000,1), +(405,880,'rest-api','9.4.3',0,1,1,'',1,'wc_order_HQOvW1OdAL776',1,'2024-12-12 16:59:06','2024-12-15 09:59:40',0.00000000,0.00000000,0.00000000,0.00000000,1), +(416,881,'rest-api','9.4.3',0,1,1,'',1,'wc_order_WWQmiUtXyzFol',1,'2024-12-13 08:39:25','2024-12-16 14:13:34',0.00000000,1200.00000000,0.00000000,0.00000000,1), +(431,884,'rest-api','9.4.3',0,1,1,'',1,'wc_order_E7TjpmjrlfgqK',1,'2024-12-14 10:10:27','2024-12-16 14:13:01',0.00000000,0.00000000,0.00000000,0.00000000,1), +(441,885,'rest-api','9.4.3',0,1,1,'',1,'wc_order_dRRIRApWpQVvv',1,'2024-12-16 09:17:25','2024-12-18 17:19:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(452,886,'rest-api','9.4.3',0,1,1,'',1,'wc_order_j7Ko64S7WIAGg',1,'2024-12-17 08:40:36','2024-12-18 17:16:40',0.00000000,0.00000000,0.00000000,0.00000000,1), +(461,887,'rest-api','9.4.3',0,1,1,'',1,'wc_order_cxY5Hd9F3yfSx',1,'2024-12-18 15:14:07','2024-12-31 11:59:52',0.00000000,0.00000000,0.00000000,0.00000000,1), +(472,888,'rest-api','9.4.3',0,1,1,'',1,'wc_order_EWQEpfmuwjvdy',1,'2024-12-19 09:09:28','2024-12-20 18:55:34',0.00000000,12.00000000,0.00000000,0.00000000,1), +(482,889,'rest-api','9.4.3',0,1,1,'',1,'wc_order_C8HPkCjTn8qGF',1,'2024-12-26 12:41:16','2024-12-31 11:59:03',0.00000000,0.00000000,0.00000000,0.00000000,1), +(491,890,NULL,'9.4.3',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(494,891,NULL,'9.4.3',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(505,894,'rest-api','9.4.3',0,1,1,'',1,'wc_order_BlQYC36BaeTyn',1,'2025-01-03 09:04:36','2025-01-07 14:56:35',0.00000000,3.00000000,0.00000000,0.00000000,1), +(515,895,'rest-api','9.4.3',0,1,1,'',1,'wc_order_2xSBNPp21uZ5r',1,'2025-01-09 12:03:17','2025-01-14 19:47:45',0.00000000,0.00000000,0.00000000,0.00000000,1), +(525,896,NULL,'9.4.3',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(528,897,'rest-api','9.4.3',0,1,1,'',1,'wc_order_nvCeSzsnDrcfh',1,'2025-01-29 10:33:02','2025-02-03 17:36:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(540,899,'rest-api','9.4.3',0,1,1,'',1,'wc_order_y7Idk0wZ92Kf0',1,'2025-01-30 08:57:26','2025-02-03 17:37:02',0.00000000,3.00000000,0.00000000,0.00000000,1), +(554,901,'rest-api','9.4.3',0,1,1,'',1,'wc_order_EUV5aiBi07rzG',1,'2025-02-23 17:08:48',NULL,0.00000000,3.00000000,0.00000000,0.00000000,1), +(566,903,'rest-api','9.4.3',0,1,1,'',1,'wc_order_vAtkq8RMPMGTb',1,'2025-02-26 12:53:34','2025-03-01 08:14:27',0.00000000,0.00000000,0.00000000,0.00000000,1), +(579,905,'rest-api','9.4.3',0,1,1,'',1,'wc_order_LMPM4pRGwA2nd',1,'2025-03-03 10:46:58','2025-03-06 08:24:33',0.00000000,0.00000000,0.00000000,0.00000000,1), +(588,906,'rest-api','9.4.3',0,1,1,'',1,'wc_order_hU6nJ5TqPP2wT',1,'2025-03-03 11:11:31','2025-03-06 08:25:36',0.00000000,0.00000000,0.00000000,0.00000000,1), +(597,907,'rest-api','9.4.3',0,1,1,'',1,'wc_order_DCBDWc0ZYTU0z',1,'2025-03-05 11:05:44','2025-03-18 09:40:39',0.00000000,0.00000000,0.00000000,0.00000000,1), +(609,908,'rest-api','9.4.3',0,1,1,'',1,'wc_order_hRtZ57XslBZT7',1,'2025-03-23 21:41:40','2025-04-04 06:41:39',0.00000000,0.00000000,0.00000000,0.00000000,1), +(622,910,'rest-api','9.8.4',0,1,1,'',1,'wc_order_kXbYV8JWxxFPV',1,'2025-04-08 11:45:10','2025-05-11 13:35:32',0.00000000,3.00000000,0.00000000,0.00000000,1), +(634,912,'rest-api','9.8.5',0,1,1,'',1,'wc_order_ffo5RfplSyEWZ',1,'2025-05-09 09:50:57','2025-05-16 05:54:00',0.00000000,3.00000000,0.00000000,0.00000000,1), +(649,921,'rest-api','9.8.5',0,1,1,'',1,'wc_order_SJg4VAI3wKTkp',1,'2025-05-09 19:57:36','2025-05-16 05:54:26',0.00000000,0.00000000,0.00000000,0.00000000,1), +(652,922,'rest-api','9.8.5',0,1,1,'',1,'wc_order_i4LpjO4IGhJql',1,'2025-05-16 05:54:37','2025-05-16 05:55:04',0.00000000,0.00000000,0.00000000,0.00000000,1), +(677,924,'rest-api','9.8.5',0,1,1,'',1,'wc_order_CtkYhNBPJqYg1',1,'2025-06-05 07:45:48','2025-06-09 10:59:56',0.00000000,0.00000000,0.00000000,0.00000000,1), +(690,997,'rest-api','9.9.5',0,1,1,'',1,'wc_order_PE3U54MIfW9x8',1,'2025-06-21 09:56:06','2025-06-28 14:32:24',0.00000000,0.00000000,0.00000000,0.00000000,1), +(719,1013,'rest-api','9.9.5',0,1,1,'',1,'wc_order_jloBYCPPNUESP',1,'2025-07-14 12:39:22','2025-07-16 08:59:09',0.00000000,0.00000000,0.00000000,0.00000000,1), +(792,1443,'rest-api','10.1.2',0,1,1,'',1,'wc_order_5WBwz6DJvd4kA',1,'2025-09-17 18:13:40','2025-09-23 09:29:46',0.00000000,0.00000000,0.00000000,0.00000000,1), +(802,1480,'rest-api','10.1.2',0,1,1,'',1,'wc_order_iXxg020I4MFYI',1,'2025-10-02 04:41:49','2025-10-03 19:49:56',0.00000000,0.00000000,0.00000000,0.00000000,1), +(812,1486,'rest-api','10.1.2',0,1,1,'',1,'wc_order_FDTK1LLFc0mQH',1,'2025-10-10 15:55:44','2025-10-16 11:02:40',0.00000000,0.00000000,0.00000000,0.00000000,1), +(821,1487,'rest-api','10.1.2',0,1,1,'',1,'wc_order_Mm0VszuGSBc1z',1,'2025-10-11 15:07:01','2025-10-16 11:02:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(830,1488,'rest-api','10.1.2',0,1,1,'',1,'wc_order_lJCicZuDoxLoU',1,'2025-10-12 14:50:29','2025-10-24 06:59:46',0.00000000,0.00000000,0.00000000,0.00000000,1), +(839,1489,'rest-api','10.1.2',0,1,1,'',1,'wc_order_rtSvHoOyNUO4z',1,'2025-10-12 21:04:26','2025-10-16 11:01:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(851,1490,'rest-api','10.1.2',0,1,1,'',1,'wc_order_v5sCoMUx7M0XR',1,'2025-10-18 13:36:45','2025-10-24 17:36:03',0.00000000,0.00000000,0.00000000,0.00000000,1), +(862,1496,'rest-api','10.3.4',0,1,1,'',1,'wc_order_ho6fTgA2QvT1H',1,'2025-11-02 19:40:07','2025-11-06 13:50:59',0.00000000,0.00000000,0.00000000,0.00000000,1), +(871,1498,'rest-api','10.3.4',0,1,1,'',1,'wc_order_QQyBWNoRZDeJ3',1,'2025-11-03 21:07:02','2025-11-06 13:52:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(889,1511,'rest-api','10.3.4',0,1,1,'',1,'wc_order_1X0jbGfBTomn8',1,'2025-11-18 08:30:08','2025-11-24 18:30:32',0.00000000,0.00000000,0.00000000,0.00000000,1), +(898,1528,'rest-api','10.3.4',0,1,1,'',1,'wc_order_FDR4L7qSC2m0O',1,'2025-11-20 14:51:33','2025-11-24 18:30:04',0.00000000,0.00000000,0.00000000,0.00000000,1), +(907,1529,'rest-api','10.3.4',0,1,1,'',1,'wc_order_O530ZmwGlTVhU',1,'2025-11-24 09:53:37','2025-11-27 13:03:07',0.00000000,0.00000000,0.00000000,0.00000000,1), +(916,1530,'rest-api','10.3.4',0,1,1,'',1,'wc_order_r2kCMDrpxrJCS',1,'2025-11-24 17:44:42','2025-11-27 13:01:45',0.00000000,0.00000000,0.00000000,0.00000000,1), +(929,1540,'rest-api','10.3.4',0,1,1,'',1,'wc_order_gbPEi8vG9H6cf',1,'2025-11-30 21:33:39','2025-12-03 18:55:57',0.00000000,3.00000000,0.00000000,0.00000000,1), +(938,1571,'rest-api','10.3.4',0,1,1,'',1,'wc_order_q2ZGlFt4jvMRD',1,'2025-12-02 09:21:54','2025-12-03 18:55:31',0.00000000,0.00000000,0.00000000,0.00000000,1), +(950,1573,'rest-api','10.3.4',0,1,1,'',1,'wc_order_7l9zzRralyXHU',1,'2025-12-02 20:47:47','2025-12-03 18:55:00',0.00000000,0.00000000,0.00000000,0.00000000,1), +(967,1604,'rest-api','10.3.4',0,0,0,'',0,'wc_order_DRVeyeiolHNXS',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(970,1605,'rest-api','10.3.4',0,1,1,'',1,'wc_order_KFzqVPjQjegNP',1,'2025-12-03 17:45:52','2025-12-10 17:59:08',0.00000000,0.00000000,0.00000000,0.00000000,1), +(982,1606,'rest-api','10.3.4',0,1,1,'',1,'wc_order_2JgPQ9MUPWvrc',1,'2025-12-07 21:50:51','2025-12-10 18:00:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(991,1607,'rest-api','10.3.4',0,0,0,'',0,'wc_order_Nj2uBF1x7R21v',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(994,1608,'rest-api','10.3.4',0,0,0,'',0,'wc_order_qNDt8N2TmfgPC',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(997,1609,'rest-api','10.3.4',0,1,1,'',1,'wc_order_mNO3D160GaILl',1,'2025-12-10 15:55:33','2025-12-10 17:56:08',0.00000000,6.00000000,0.00000000,0.00000000,1), +(1009,1610,'rest-api','10.4.2',0,1,1,'',1,'wc_order_6jnvdNUI7fxGV',1,'2025-12-11 15:26:18',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(1018,1611,'rest-api','10.3.4',0,0,0,'',0,'wc_order_3lT2iUpYxnpMJ',0,NULL,NULL,0.00000000,3.00000000,0.00000000,0.00000000,0), +(1021,1612,'rest-api','10.3.4',0,1,1,'',1,'wc_order_HkwS6DwyNbAPZ',1,'2025-12-14 15:19:45','2025-12-14 15:19:45',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1033,1615,'rest-api','10.3.4',0,0,0,'',0,'wc_order_GmlG3pG7Hi6tT',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1036,1616,'rest-api','10.3.4',0,0,0,'',0,'wc_order_ramQyWbgWHk4R',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1039,1617,'rest-api','10.3.4',0,1,1,'',1,'wc_order_FVhujewhnjFcW',1,'2025-12-15 22:46:02',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(1048,1618,NULL,'10.3.4',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(1050,1628,'rest-api','10.4.2',0,0,0,'',0,'wc_order_YYvDJGdpY0BiX',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1053,1629,'rest-api','10.4.2',0,0,0,'',0,'wc_order_af4np21ncvUIs',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1056,1630,'rest-api','10.4.2',0,0,0,'',0,'wc_order_FVXswSi6w0nKQ',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1086,1643,'rest-api','10.4.2',0,1,1,'',1,'wc_order_Y8gDmWah13myK',1,'2026-01-13 15:59:05','2026-01-17 07:14:47',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1095,1644,'rest-api','10.4.2',0,0,0,'',0,'wc_order_pWeQkzOu6bGLJ',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1098,1645,'rest-api','10.4.2',0,1,1,'',1,'wc_order_282ZgnsYMbxRY',1,'2026-01-13 16:08:01','2026-01-17 07:14:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1108,1646,NULL,'10.4.2',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(1112,1647,'rest-api','10.4.2',0,1,1,'',1,'wc_order_Ae8ohQJpTppgy',1,'2026-02-01 20:19:07','2026-02-11 08:59:12',0.00000000,3.00000000,0.00000000,0.00000000,1), +(1121,1649,'rest-api','10.4.2',0,1,1,'',1,'wc_order_Cjn5cKiBccbjB',1,'2026-02-05 19:11:11','2026-02-11 08:58:48',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1132,1656,'rest-api','10.4.2',0,1,1,'',1,'wc_order_wJW3yI8MzgMt2',1,'2026-02-11 18:50:16','2026-02-11 18:50:16',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1141,1658,'rest-api','10.4.2',0,1,1,'',1,'wc_order_6c7AhbpC79wBy',1,'2026-02-16 15:38:52','2026-02-27 19:49:28',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1150,1659,'rest-api','10.4.2',0,0,0,'',0,'wc_order_6yu1wRRxid66r',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1153,1660,'rest-api','10.4.2',0,0,0,'',0,'wc_order_qTSPCsfUyX161',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1156,1661,'rest-api','10.4.2',0,0,0,'',0,'wc_order_4fSWY7Ipq2wCF',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1160,1668,'rest-api','10.4.4',0,0,0,'',0,'wc_order_skArnuTKUGzxw',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1163,1669,'rest-api','10.6.0',0,1,1,'',1,'wc_order_yKVEXddJAk9NW',1,'2026-03-06 11:18:14','2026-03-13 08:15:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1172,1670,'rest-api','10.6.0',0,1,1,'',1,'wc_order_sRw1P4X6sOtOo',1,'2026-03-07 16:41:00','2026-03-13 08:15:29',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1181,1671,'rest-api','10.4.4',0,0,0,'',0,'wc_order_RcOtjT4Bz8IpS',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1184,1672,'rest-api','10.4.4',0,1,1,'',1,'wc_order_ppwhaf0Y9yxYO',1,'2026-03-09 18:10:00','2026-03-09 18:10:00',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1197,1697,'rest-api','10.6.1',0,1,1,'',1,'wc_order_ywYBUjI31UahT',1,'2026-04-02 09:46:22','2026-04-04 05:13:48',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1206,1698,'rest-api','10.6.1',0,1,1,'',1,'wc_order_cSpYnEgI3QwiZ',1,'2026-04-03 21:37:30','2026-04-07 08:42:23',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1217,1702,'rest-api','10.6.1',0,0,0,'',0,'wc_order_7FF8Bbm5VG61D',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1220,1857,'rest-api','10.6.1',0,1,1,'',1,'wc_order_5M2DZ9Ul6cIiP',1,'2026-04-27 23:03:44','2026-04-29 09:18:27',0.00000000,0.00000000,0.00000000,0.00000000,1); +/*!40000 ALTER TABLE `haikuwp_wc_order_operational_data` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_product_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_product_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_product_lookup` ( + `order_item_id` bigint(20) unsigned NOT NULL, + `order_id` bigint(20) unsigned NOT NULL, + `product_id` bigint(20) unsigned NOT NULL, + `variation_id` bigint(20) unsigned NOT NULL, + `customer_id` bigint(20) unsigned DEFAULT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `product_qty` int(11) NOT NULL, + `product_net_revenue` double NOT NULL DEFAULT 0, + `product_gross_revenue` double NOT NULL DEFAULT 0, + `coupon_amount` double NOT NULL DEFAULT 0, + `tax_amount` double NOT NULL DEFAULT 0, + `shipping_amount` double NOT NULL DEFAULT 0, + `shipping_tax_amount` double NOT NULL DEFAULT 0, + PRIMARY KEY (`order_item_id`,`order_id`), + KEY `order_id` (`order_id`), + KEY `product_id` (`product_id`), + KEY `customer_id` (`customer_id`), + KEY `date_created` (`date_created`), + KEY `customer_product_date` (`customer_id`,`product_id`,`date_created`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_product_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_product_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_product_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_product_lookup` VALUES +(138,862,288,646,7,'2024-11-28 16:40:46',1,80,80,0,0,0,0), +(147,866,251,0,8,'2024-11-29 10:05:49',1,65,65,0,0,0,0), +(151,868,251,0,9,'2024-11-29 18:22:16',1,65,65,0,0,0,0), +(152,868,271,0,9,'2024-11-29 18:22:16',1,95,95,0,0,0,0), +(154,869,202,637,10,'2024-12-02 11:05:43',1,50,50,0,0,0,0), +(155,869,291,649,10,'2024-12-02 11:05:43',1,70,70,0,0,0,0), +(159,871,521,523,12,'2024-12-02 17:33:11',1,60,60,0,0,0,0), +(160,871,342,563,12,'2024-12-02 17:33:11',1,25,25,0,0,0,0), +(161,871,342,560,12,'2024-12-02 17:33:11',1,58,58,0,0,0,0), +(163,872,263,0,13,'2024-12-03 18:03:18',1,90,90,0,0,0,0), +(165,873,306,652,14,'2024-12-03 23:53:41',1,70,70,0,0,0,0), +(166,873,183,566,14,'2024-12-03 23:53:41',1,70,70,0,0,0,0), +(167,873,274,0,14,'2024-12-03 23:53:41',1,95,95,0,0,0,0), +(177,878,288,646,15,'2024-12-06 14:08:34',1,80,80,0,0,0,0), +(178,878,285,642,15,'2024-12-06 14:08:34',1,75,75,0,0,0,0), +(180,879,312,655,16,'2024-12-06 15:04:22',1,75,75,0,0,0,0), +(182,880,335,0,17,'2024-12-12 17:55:38',1,40,40,0,0,0,0), +(183,880,545,553,17,'2024-12-12 17:55:38',1,60,60,0,0,0,0), +(185,881,306,653,18,'2024-12-13 09:37:26',1,48,1248,0,0,1200,0), +(193,884,271,0,19,'2024-12-14 11:10:01',1,95,95,0,0,0,0), +(195,885,288,646,20,'2024-12-16 10:16:07',1,80,80,0,0,0,0), +(197,886,545,553,21,'2024-12-17 09:40:04',1,60,60,0,0,0,0), +(198,886,490,494,21,'2024-12-17 09:40:04',1,45,45,0,0,0,0), +(200,887,365,677,22,'2024-12-18 16:13:28',1,60,60,0,0,0,0), +(202,888,306,651,18,'2024-12-19 10:08:20',1,50,62,0,0,12,0), +(204,889,325,0,23,'2024-12-26 13:37:45',1,35,35,0,0,0,0), +(205,889,554,555,23,'2024-12-26 13:37:45',1,55,55,0,0,0,0), +(206,889,435,0,23,'2024-12-26 13:37:45',1,35,35,0,0,0,0), +(207,889,521,523,23,'2024-12-26 13:37:45',1,60,60,0,0,0,0), +(208,889,251,0,23,'2024-12-26 13:37:45',1,65,65,0,0,0,0), +(214,894,331,0,25,'2025-01-03 10:04:01',1,35,38,0,0,3,0), +(216,895,202,638,26,'2025-01-09 13:01:26',1,85,85,0,0,0,0), +(217,895,306,652,26,'2025-01-09 13:01:26',1,70,70,0,0,0,0), +(219,897,291,649,27,'2025-01-29 11:32:07',1,70,70,0,0,0,0), +(223,899,435,0,28,'2025-01-30 09:57:12',1,35,38,0,0,3,0), +(227,901,430,845,30,'2025-02-23 18:08:07',1,45,48,0,0,3,0), +(231,903,271,0,31,'2025-02-26 13:51:16',1,95,95,0,0,0,0), +(235,905,274,0,33,'2025-03-03 11:45:26',1,95,95,0,0,0,0), +(237,906,168,200,32,'2025-03-03 12:10:15',1,150,150,0,0,0,0), +(239,907,168,200,34,'2025-03-05 12:04:07',1,150,150,0,0,0,0), +(240,907,447,0,34,'2025-03-05 12:04:07',1,40,40,0,0,0,0), +(242,908,342,560,35,'2025-03-23 22:39:51',1,58,58,0,0,0,0), +(243,908,433,478,35,'2025-03-23 22:39:51',1,48,48,0,0,0,0), +(247,910,328,0,36,'2025-04-08 13:44:22',1,40,43,0,0,3,0), +(251,912,318,0,38,'2025-05-09 11:49:40',1,40,43,0,0,3,0), +(258,921,342,563,39,'2025-05-09 21:56:27',2,60,60,0,0,0,0), +(260,922,342,563,39,'2025-05-09 21:56:28',2,60,60,0,0,0,0), +(264,924,447,0,41,'2025-06-05 09:44:45',1,45,45,0,0,0,0), +(265,924,435,0,41,'2025-06-05 09:44:45',1,40,40,0,0,0,0), +(266,924,328,0,41,'2025-06-05 09:44:45',1,45,45,0,0,0,0), +(270,997,447,0,43,'2025-06-21 11:54:31',1,45,45,0,0,0,0), +(271,997,202,638,43,'2025-06-21 11:54:31',1,85,85,0,0,0,0), +(287,1013,1004,1005,49,'2025-07-14 14:37:48',1,70,70,0,0,0,0), +(288,1013,202,638,49,'2025-07-14 14:37:48',1,85,85,0,0,0,0), +(343,1443,554,555,53,'2025-09-17 20:11:56',1,65,65,0,0,0,0), +(344,1443,318,0,53,'2025-09-17 20:11:56',1,45,45,0,0,0,0), +(346,1480,1467,1468,54,'2025-10-02 06:39:01',1,120,120,0,0,0,0), +(348,1486,213,570,55,'2025-10-10 17:55:22',1,75,75,0,0,0,0), +(350,1487,342,560,55,'2025-10-11 17:06:39',1,55,55,0,0,0,0), +(352,1488,202,638,56,'2025-10-12 16:50:06',1,85,85,0,0,0,0), +(354,1489,202,638,7,'2025-10-12 23:03:18',1,85,85,0,0,0,0), +(356,1490,274,0,57,'2025-10-18 15:34:26',1,120,120,0,0,0,0), +(358,1496,306,651,58,'2025-11-02 20:39:02',1,50,50,0,0,0,0), +(359,1496,306,653,58,'2025-11-02 20:39:02',1,48,48,0,0,0,0), +(360,1496,285,642,58,'2025-11-02 20:39:02',1,85,85,0,0,0,0), +(362,1498,285,642,59,'2025-11-03 22:05:37',1,85,85,0,0,0,0), +(473,1511,1467,1469,62,'2025-11-18 09:29:10',1,120,120,0,0,0,0), +(475,1528,1516,0,63,'2025-11-20 15:49:47',1,50,50,0,0,0,0), +(477,1529,766,0,64,'2025-11-24 10:50:48',1,85,85,0,0,0,0), +(479,1530,202,638,65,'2025-11-24 18:43:34',1,85,85,0,0,0,0), +(481,1540,435,0,66,'2025-11-30 22:29:07',1,40,43,0,0,3,0), +(483,1571,1512,0,10,'2025-12-02 10:20:29',1,50,50,0,0,0,0), +(484,1571,318,0,10,'2025-12-02 10:20:29',1,45,45,0,0,0,0), +(488,1573,1512,0,67,'2025-12-02 21:47:29',1,50,50,0,0,0,0), +(493,1604,1531,0,69,'2025-12-03 18:43:23',1,50,50,0,0,0,0), +(495,1605,1531,0,69,'2025-12-03 18:44:40',1,50,50,0,0,0,0), +(497,1606,1549,0,70,'2025-12-07 22:49:42',1,75,75,0,0,0,0), +(499,1607,1520,0,40,'2025-12-10 14:39:45',1,75,75,0,0,0,0), +(500,1607,1512,0,40,'2025-12-10 14:39:45',1,50,50,0,0,0,0), +(502,1608,1520,0,40,'2025-12-10 16:29:50',1,75,75,0,0,0,0), +(503,1608,1512,0,40,'2025-12-10 16:29:50',1,50,50,0,0,0,0), +(505,1609,1412,1414,71,'2025-12-10 16:54:38',1,65,71,0,0,6,0), +(507,1610,240,242,72,'2025-12-11 16:25:35',1,80,80,0,0,0,0), +(509,1611,318,0,73,'2025-12-14 09:05:42',1,45,48,0,0,3,0), +(511,1612,1574,1587,74,'2025-12-14 16:18:16',1,50,50,0,0,0,0), +(514,1615,274,0,75,'2025-12-15 23:27:22',1,125,125,0,0,0,0), +(516,1616,274,0,75,'2025-12-15 23:43:29',1,125,125,0,0,0,0), +(518,1617,274,0,75,'2025-12-15 23:45:37',1,125,125,0,0,0,0), +(520,1628,1531,0,76,'2025-12-18 23:39:56',1,50,50,0,0,0,0), +(522,1629,1531,0,76,'2025-12-18 23:40:36',1,50,50,0,0,0,0), +(524,1630,398,0,77,'2025-12-21 21:44:25',1,75,75,0,0,0,0), +(544,1643,1520,1627,78,'2026-01-13 16:58:24',1,75,75,0,0,0,0), +(545,1643,1467,1470,78,'2026-01-13 16:58:24',1,120,120,0,0,0,0), +(547,1644,1444,1449,79,'2026-01-13 17:01:21',1,85,85,0,0,0,0), +(548,1644,268,0,79,'2026-01-13 17:01:21',1,90,90,0,0,0,0), +(550,1645,1444,1449,79,'2026-01-13 17:03:07',1,85,85,0,0,0,0), +(551,1645,268,0,79,'2026-01-13 17:03:07',1,90,90,0,0,0,0), +(553,1647,1535,0,80,'2026-02-01 21:14:25',1,45,48,0,0,3,0), +(555,1649,202,638,81,'2026-02-05 20:10:25',1,90,90,0,0,0,0), +(557,1656,1574,1585,82,'2026-02-11 19:47:27',1,100,100,0,0,0,0), +(558,1658,285,642,83,'2026-02-16 16:38:24',1,85,85,0,0,0,0), +(560,1659,1535,0,40,'2026-02-16 16:57:03',1,50,50,0,0,0,0), +(561,1659,306,652,40,'2026-02-16 16:57:03',1,75,75,0,0,0,0), +(563,1660,1574,1586,84,'2026-02-25 22:15:31',1,40,40,0,0,0,0), +(564,1660,202,638,84,'2026-02-25 22:15:31',1,130,130,0,0,0,0), +(565,1661,202,638,84,'2026-02-25 22:19:14',1,130,130,0,0,0,0), +(566,1668,490,494,85,'2026-03-06 12:16:35',1,55,55,0,0,0,0), +(568,1669,490,494,85,'2026-03-06 12:17:23',1,55,55,0,0,0,0), +(570,1670,258,0,86,'2026-03-07 17:40:02',1,95,95,0,0,0,0), +(572,1671,113,114,87,'2026-03-08 14:10:27',1,90,90,0,0,0,0), +(574,1672,1574,1667,88,'2026-03-09 19:09:15',1,55,55,0,0,0,0), +(575,1697,1560,0,89,'2026-04-02 11:45:50',1,55,55,0,0,0,0), +(577,1698,1535,0,40,'2026-04-03 23:36:58',1,50,50,0,0,0,0), +(579,1702,274,0,90,'2026-04-12 15:55:27',1,170,170,0,0,0,0), +(581,1857,1541,0,91,'2026-04-28 01:02:04',1,75,75,0,0,0,0); +/*!40000 ALTER TABLE `haikuwp_wc_order_product_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_stats` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_stats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_stats` ( + `order_id` bigint(20) unsigned NOT NULL, + `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_paid` datetime DEFAULT '0000-00-00 00:00:00', + `date_completed` datetime DEFAULT '0000-00-00 00:00:00', + `num_items_sold` int(11) NOT NULL DEFAULT 0, + `total_sales` double NOT NULL DEFAULT 0, + `tax_total` double NOT NULL DEFAULT 0, + `shipping_total` double NOT NULL DEFAULT 0, + `net_total` double NOT NULL DEFAULT 0, + `returning_customer` tinyint(1) DEFAULT NULL, + `status` varchar(20) NOT NULL, + `customer_id` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`order_id`), + KEY `date_created` (`date_created`), + KEY `customer_id` (`customer_id`), + KEY `status` (`status`), + KEY `idx_date_paid_status_parent` (`date_paid`,`status`,`parent_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_stats` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_stats` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_stats` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_stats` VALUES +(862,0,'2024-11-28 16:40:46','2024-11-28 15:40:46','2024-11-28 16:42:54',NULL,1,80,0,0,80,0,'wc-processing',7), +(866,0,'2024-11-29 10:05:49','2024-11-29 09:05:49','2024-11-29 10:07:39',NULL,1,65,0,0,65,0,'wc-processing',8), +(868,0,'2024-11-29 18:22:16','2024-11-29 17:22:16','2024-11-29 18:26:38',NULL,2,160,0,0,160,0,'wc-processing',9), +(869,0,'2024-12-02 11:05:43','2024-12-02 10:05:43','2024-12-02 11:06:46',NULL,2,120,0,0,120,0,'wc-processing',10), +(871,0,'2024-12-02 17:33:11','2024-12-02 16:33:11','2024-12-02 17:34:12',NULL,3,143,0,0,143,0,'wc-processing',12), +(872,0,'2024-12-03 18:03:18','2024-12-03 17:03:18','2024-12-03 18:04:43',NULL,1,90,0,0,90,0,'wc-processing',13), +(873,0,'2024-12-03 23:53:41','2024-12-03 22:53:41','2024-12-03 23:55:58',NULL,3,235,0,0,235,0,'wc-processing',14), +(878,0,'2024-12-06 14:08:34','2024-12-06 13:08:34','2024-12-06 14:10:02','2024-12-12 23:07:33',2,155,0,0,155,0,'wc-completed',15), +(879,0,'2024-12-06 15:04:22','2024-12-06 14:04:22','2024-12-06 15:22:12','2024-12-12 22:43:42',1,75,0,0,75,0,'wc-completed',16), +(880,0,'2024-12-12 17:55:38','2024-12-12 16:55:38','2024-12-12 17:59:06','2024-12-15 10:59:40',2,100,0,0,100,0,'wc-refunded',17), +(881,0,'2024-12-13 09:37:26','2024-12-13 08:37:26','2024-12-13 09:39:25','2024-12-16 15:13:34',1,1248,0,1200,48,0,'wc-completed',18), +(884,0,'2024-12-14 11:10:01','2024-12-14 10:10:01','2024-12-14 11:10:27','2024-12-16 15:13:01',1,95,0,0,95,0,'wc-refunded',19), +(885,0,'2024-12-16 10:16:07','2024-12-16 09:16:07','2024-12-16 10:17:25','2024-12-18 18:19:19',1,80,0,0,80,0,'wc-completed',20), +(886,0,'2024-12-17 09:40:04','2024-12-17 08:40:04','2024-12-17 09:40:36','2024-12-18 18:16:40',2,105,0,0,105,0,'wc-completed',21), +(887,0,'2024-12-18 16:13:28','2024-12-18 15:13:28','2024-12-18 16:14:07','2024-12-31 12:59:52',1,60,0,0,60,0,'wc-completed',22), +(888,0,'2024-12-19 10:08:20','2024-12-19 09:08:20','2024-12-19 10:09:28','2024-12-20 19:55:34',1,62,0,12,50,1,'wc-completed',18), +(889,0,'2024-12-26 13:37:45','2024-12-26 12:37:45','2024-12-26 13:41:16','2024-12-31 12:59:03',5,250,0,0,250,0,'wc-completed',23), +(890,888,'2024-12-29 15:53:20','2024-12-29 14:53:20','2024-12-29 15:53:20','2024-12-29 15:53:20',0,-12,0,0,-12,NULL,'wc-completed',18), +(891,880,'2024-12-30 11:40:43','2024-12-30 10:40:43','2024-12-30 11:40:43','2024-12-30 11:40:43',0,-100,0,0,-100,NULL,'wc-refunded',17), +(894,0,'2025-01-03 10:04:01','2025-01-03 09:04:01','2025-01-03 10:04:36','2025-01-07 15:56:35',1,38,0,3,35,0,'wc-completed',25), +(895,0,'2025-01-09 13:01:26','2025-01-09 12:01:26','2025-01-09 13:03:17','2025-01-14 20:47:45',2,155,0,0,155,0,'wc-completed',26), +(896,884,'2025-01-23 22:51:50','2025-01-23 21:51:50','2025-01-23 22:51:50','2025-01-23 22:51:50',0,-95,0,0,-95,NULL,'wc-refunded',19), +(897,0,'2025-01-29 11:32:07','2025-01-29 10:32:07','2025-01-29 11:33:02','2025-02-03 18:36:19',1,70,0,0,70,0,'wc-completed',27), +(899,0,'2025-01-30 09:57:12','2025-01-30 08:57:12','2025-01-30 09:57:26','2025-02-03 18:37:02',1,38,0,3,35,0,'wc-completed',28), +(901,0,'2025-02-23 18:08:07','2025-02-23 17:08:07','2025-02-23 18:08:48',NULL,1,48,0,3,45,0,'wc-processing',30), +(903,0,'2025-02-26 13:51:16','2025-02-26 12:51:16','2025-02-26 13:53:34','2025-03-01 09:14:27',1,95,0,0,95,0,'wc-completed',31), +(905,0,'2025-03-03 11:45:26','2025-03-03 10:45:26','2025-03-03 11:46:58','2025-03-06 09:24:33',1,95,0,0,95,0,'wc-completed',33), +(906,0,'2025-03-03 12:10:15','2025-03-03 11:10:15','2025-03-03 12:11:31','2025-03-06 09:25:36',1,150,0,0,150,0,'wc-completed',32), +(907,0,'2025-03-05 12:04:07','2025-03-05 11:04:07','2025-03-05 12:05:44','2025-03-18 10:40:39',2,190,0,0,190,0,'wc-completed',34), +(908,0,'2025-03-23 22:39:51','2025-03-23 21:39:51','2025-03-23 22:41:40','2025-04-04 08:41:39',2,106,0,0,106,0,'wc-completed',35), +(910,0,'2025-04-08 13:44:22','2025-04-08 11:44:22','2025-04-08 13:45:10','2025-05-11 15:35:32',1,43,0,3,40,0,'wc-completed',36), +(912,0,'2025-05-09 11:49:40','2025-05-09 09:49:40','2025-05-09 11:50:57','2025-05-16 07:54:00',1,43,0,3,40,0,'wc-completed',38), +(921,0,'2025-05-09 21:56:27','2025-05-09 19:56:27','2025-05-09 21:57:36','2025-05-16 07:54:26',2,60,0,0,60,0,'wc-completed',39), +(922,0,'2025-05-09 21:56:28','2025-05-09 19:56:28','2025-05-16 07:54:37','2025-05-16 07:55:04',2,60,0,0,60,1,'wc-completed',39), +(924,0,'2025-06-05 09:44:45','2025-06-05 07:44:45','2025-06-05 09:45:48','2025-06-09 12:59:56',3,130,0,0,130,0,'wc-completed',41), +(997,0,'2025-06-21 11:54:31','2025-06-21 09:54:31','2025-06-21 11:56:06','2025-06-28 16:32:24',2,130,0,0,130,0,'wc-completed',43), +(1013,0,'2025-07-14 14:37:48','2025-07-14 12:37:48','2025-07-14 14:39:22','2025-07-16 10:59:09',2,155,0,0,155,0,'wc-completed',49), +(1443,0,'2025-09-17 20:11:56','2025-09-17 18:11:56','2025-09-17 20:13:40','2025-09-23 11:29:46',2,110,0,0,110,0,'wc-completed',53), +(1480,0,'2025-10-02 06:39:01','2025-10-02 04:39:01','2025-10-02 06:41:49','2025-10-03 21:49:56',1,120,0,0,120,0,'wc-completed',54), +(1486,0,'2025-10-10 17:55:22','2025-10-10 15:55:22','2025-10-10 17:55:44','2025-10-16 13:02:40',1,75,0,0,75,0,'wc-completed',55), +(1487,0,'2025-10-11 17:06:39','2025-10-11 15:06:39','2025-10-11 17:07:01','2025-10-16 13:02:19',1,55,0,0,55,1,'wc-completed',55), +(1488,0,'2025-10-12 16:50:06','2025-10-12 14:50:06','2025-10-12 16:50:29','2025-10-24 08:59:46',1,85,0,0,85,0,'wc-completed',56), +(1489,0,'2025-10-12 23:03:18','2025-10-12 21:03:18','2025-10-12 23:04:26','2025-10-16 13:01:51',1,85,0,0,85,1,'wc-completed',7), +(1490,0,'2025-10-18 15:34:26','2025-10-18 13:34:26','2025-10-18 15:36:45','2025-10-24 19:36:03',1,120,0,0,120,0,'wc-completed',57), +(1496,0,'2025-11-02 20:39:02','2025-11-02 19:39:02','2025-11-02 20:40:07','2025-11-06 14:50:59',3,183,0,0,183,0,'wc-completed',58), +(1498,0,'2025-11-03 22:05:37','2025-11-03 21:05:37','2025-11-03 22:07:02','2025-11-06 14:52:51',1,85,0,0,85,0,'wc-completed',59), +(1511,0,'2025-11-18 09:29:10','2025-11-18 08:29:10','2025-11-18 09:30:08','2025-11-24 19:30:32',1,120,0,0,120,0,'wc-completed',62), +(1528,0,'2025-11-20 15:49:47','2025-11-20 14:49:47','2025-11-20 15:51:33','2025-11-24 19:30:04',1,50,0,0,50,0,'wc-completed',63), +(1529,0,'2025-11-24 10:50:48','2025-11-24 09:50:48','2025-11-24 10:53:37','2025-11-27 14:03:07',1,85,0,0,85,0,'wc-completed',64), +(1530,0,'2025-11-24 18:43:34','2025-11-24 17:43:34','2025-11-24 18:44:42','2025-11-27 14:01:45',1,85,0,0,85,0,'wc-completed',65), +(1540,0,'2025-11-30 22:29:07','2025-11-30 21:29:07','2025-11-30 22:33:39','2025-12-03 19:55:57',1,43,0,3,40,0,'wc-completed',66), +(1571,0,'2025-12-02 10:20:29','2025-12-02 09:20:29','2025-12-02 10:21:54','2025-12-03 19:55:31',2,95,0,0,95,1,'wc-completed',10), +(1573,0,'2025-12-02 21:47:29','2025-12-02 20:47:29','2025-12-02 21:47:47','2025-12-03 19:55:00',1,50,0,0,50,0,'wc-completed',67), +(1604,0,'2025-12-03 18:43:23','2025-12-03 17:43:23',NULL,NULL,1,50,0,0,50,0,'wc-pending',69), +(1605,0,'2025-12-03 18:44:40','2025-12-03 17:44:40','2025-12-03 18:45:52','2025-12-10 18:59:08',1,50,0,0,50,0,'wc-completed',69), +(1606,0,'2025-12-07 22:49:42','2025-12-07 21:49:42','2025-12-07 22:50:51','2025-12-10 19:00:51',1,75,0,0,75,0,'wc-completed',70), +(1607,0,'2025-12-10 14:39:45','2025-12-10 13:39:45',NULL,NULL,2,125,0,0,125,0,'wc-pending',40), +(1608,0,'2025-12-10 16:29:50','2025-12-10 15:29:50',NULL,NULL,2,125,0,0,125,0,'wc-pending',40), +(1609,0,'2025-12-10 16:54:38','2025-12-10 15:54:38','2025-12-10 16:55:33','2025-12-10 18:56:08',1,71,0,6,65,0,'wc-completed',71), +(1610,0,'2025-12-11 16:25:35','2025-12-11 15:25:35','2025-12-11 16:26:18',NULL,1,80,0,0,80,0,'wc-refunded',72), +(1611,0,'2025-12-14 09:05:42','2025-12-14 08:05:42',NULL,NULL,1,48,0,3,45,0,'wc-pending',73), +(1612,0,'2025-12-14 16:18:16','2025-12-14 15:18:16','2025-12-14 16:19:45','2025-12-14 16:19:45',1,50,0,0,50,0,'wc-completed',74), +(1615,0,'2025-12-15 23:27:22','2025-12-15 22:27:22',NULL,NULL,1,125,0,0,125,0,'wc-pending',75), +(1616,0,'2025-12-15 23:43:29','2025-12-15 22:43:29',NULL,NULL,1,125,0,0,125,0,'wc-pending',75), +(1617,0,'2025-12-15 23:45:37','2025-12-15 22:45:37','2025-12-15 23:46:02',NULL,1,125,0,0,125,0,'wc-refunded',75), +(1618,1617,'2025-12-17 07:51:16','2025-12-17 06:51:16','2025-12-17 07:51:16','2025-12-17 07:51:16',0,-125,0,0,-125,NULL,'wc-refunded',75), +(1628,0,'2025-12-18 23:39:56','2025-12-18 22:39:56',NULL,NULL,1,50,0,0,50,0,'wc-pending',76), +(1629,0,'2025-12-18 23:40:36','2025-12-18 22:40:36',NULL,NULL,1,50,0,0,50,0,'wc-pending',76), +(1630,0,'2025-12-21 21:44:25','2025-12-21 20:44:25',NULL,NULL,1,75,0,0,75,0,'wc-pending',77), +(1643,0,'2026-01-13 16:58:24','2026-01-13 15:58:24','2026-01-13 16:59:05','2026-01-17 08:14:47',2,195,0,0,195,0,'wc-completed',78), +(1644,0,'2026-01-13 17:01:21','2026-01-13 16:01:21',NULL,NULL,2,175,0,0,175,0,'wc-pending',79), +(1645,0,'2026-01-13 17:03:07','2026-01-13 16:03:07','2026-01-13 17:08:01','2026-01-17 08:14:19',2,175,0,0,175,0,'wc-completed',79), +(1646,1610,'2026-01-14 21:45:29','2026-01-14 20:45:29','2026-01-14 21:45:29','2026-01-14 21:45:29',0,-80,0,0,-80,NULL,'wc-refunded',72), +(1647,0,'2026-02-01 21:14:25','2026-02-01 20:14:25','2026-02-01 21:19:07','2026-02-11 09:59:12',1,48,0,3,45,0,'wc-completed',80), +(1649,0,'2026-02-05 20:10:25','2026-02-05 19:10:25','2026-02-05 20:11:11','2026-02-11 09:58:48',1,90,0,0,90,0,'wc-completed',81), +(1656,0,'2026-02-11 19:47:27','2026-02-11 18:47:27','2026-02-11 19:50:16','2026-02-11 19:50:16',1,100,0,0,100,0,'wc-completed',82), +(1658,0,'2026-02-16 16:38:24','2026-02-16 15:38:24','2026-02-16 16:38:52','2026-02-27 20:49:28',1,85,0,0,85,0,'wc-completed',83), +(1659,0,'2026-02-16 16:57:03','2026-02-16 15:57:03',NULL,NULL,2,125,0,0,125,0,'wc-pending',40), +(1660,0,'2026-02-25 22:15:31','2026-02-25 21:15:31',NULL,NULL,2,170,0,0,170,0,'wc-pending',84), +(1661,0,'2026-02-25 22:19:14','2026-02-25 21:19:14',NULL,NULL,1,130,0,0,130,0,'wc-pending',84), +(1668,0,'2026-03-06 12:16:35','2026-03-06 11:16:35',NULL,NULL,1,55,0,0,55,0,'wc-pending',85), +(1669,0,'2026-03-06 12:17:23','2026-03-06 11:17:23','2026-03-06 12:18:14','2026-03-13 09:15:51',1,55,0,0,55,0,'wc-completed',85), +(1670,0,'2026-03-07 17:40:02','2026-03-07 16:40:02','2026-03-07 17:41:00','2026-03-13 09:15:29',1,95,0,0,95,0,'wc-completed',86), +(1671,0,'2026-03-08 14:10:27','2026-03-08 13:10:27',NULL,NULL,1,90,0,0,90,0,'wc-pending',87), +(1672,0,'2026-03-09 19:09:15','2026-03-09 18:09:15','2026-03-09 19:10:00','2026-03-09 19:10:00',1,55,0,0,55,0,'wc-completed',88), +(1697,0,'2026-04-02 11:45:50','2026-04-02 09:45:50','2026-04-02 11:46:22','2026-04-04 07:13:48',1,55,0,0,55,0,'wc-completed',89), +(1698,0,'2026-04-03 23:36:58','2026-04-03 21:36:58','2026-04-03 23:37:30','2026-04-07 10:42:23',1,50,0,0,50,0,'wc-completed',40), +(1702,0,'2026-04-12 15:55:27','2026-04-12 13:55:27',NULL,NULL,1,170,0,0,170,0,'wc-pending',90), +(1857,0,'2026-04-28 01:02:04','2026-04-27 23:02:04','2026-04-28 01:03:44','2026-04-29 11:18:27',1,75,0,0,75,0,'wc-completed',91); +/*!40000 ALTER TABLE `haikuwp_wc_order_stats` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_tax_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_tax_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_tax_lookup` ( + `order_id` bigint(20) unsigned NOT NULL, + `tax_rate_id` bigint(20) unsigned NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `shipping_tax` double NOT NULL DEFAULT 0, + `order_tax` double NOT NULL DEFAULT 0, + `total_tax` double NOT NULL DEFAULT 0, + PRIMARY KEY (`order_id`,`tax_rate_id`), + KEY `tax_rate_id` (`tax_rate_id`), + KEY `date_created` (`date_created`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_tax_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_tax_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_tax_lookup` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_order_tax_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_orders` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_orders`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_orders` ( + `id` bigint(20) unsigned NOT NULL, + `status` varchar(20) DEFAULT NULL, + `currency` varchar(10) DEFAULT NULL, + `type` varchar(20) DEFAULT NULL, + `tax_amount` decimal(26,8) DEFAULT NULL, + `total_amount` decimal(26,8) DEFAULT NULL, + `customer_id` bigint(20) unsigned DEFAULT NULL, + `billing_email` varchar(320) DEFAULT NULL, + `date_created_gmt` datetime DEFAULT NULL, + `date_updated_gmt` datetime DEFAULT NULL, + `parent_order_id` bigint(20) unsigned DEFAULT NULL, + `payment_method` varchar(100) DEFAULT NULL, + `payment_method_title` text DEFAULT NULL, + `transaction_id` varchar(100) DEFAULT NULL, + `ip_address` varchar(100) DEFAULT NULL, + `user_agent` text DEFAULT NULL, + `customer_note` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `status` (`status`), + KEY `date_created` (`date_created_gmt`), + KEY `customer_id_billing_email` (`customer_id`,`billing_email`(171)), + KEY `billing_email` (`billing_email`(191)), + KEY `type_status_date` (`type`,`status`,`date_created_gmt`), + KEY `parent_order_id` (`parent_order_id`), + KEY `date_updated` (`date_updated_gmt`), + KEY `customer_id_status` (`customer_id`,`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_orders` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_orders` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_orders` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_orders` VALUES +(862,'wc-processing','EUR','shop_order',0.00000000,80.00000000,0,'sofia.balducci99@gmail.com','2024-11-28 15:40:46','2024-12-04 08:33:07',0,'','','cs_live_a1svQoVpQTAiSee2hdTTRsnPYQaQXDq7RNxaNg90PXi3YyGZtLHzO34Ci0','','',''), +(866,'wc-processing','EUR','shop_order',0.00000000,65.00000000,0,'claudia.vanvynckt@hotmail.fr','2024-11-29 09:05:49','2024-11-29 09:07:40',0,'','','cs_live_a1d08FUjZ9BRf9odbxjxgKnG6B1B6qh8sXCNcDnQ4iYPYGuJO0eDUYFPza','','',''), +(868,'wc-processing','EUR','shop_order',0.00000000,160.00000000,0,'lucie.leiner@gmail.com','2024-11-29 17:22:16','2024-11-29 17:26:38',0,'','','cs_live_b1rl5EdRJzCtNzMlKISIV6pLx1QoXSQKMRMJLT0kSRouevb2zQ23nyaBQb','','',''), +(869,'wc-processing','EUR','shop_order',0.00000000,120.00000000,0,'maroufin.claire@gmail.com','2024-12-02 10:05:43','2024-12-02 10:06:46',0,'','','cs_live_b10JaBeyOWGNedl3gG765YEShS8lZHA9A4aKS95LgAKh6qZXQnCIVSljQS','','',''), +(871,'wc-processing','EUR','shop_order',0.00000000,143.00000000,0,'v.cubier@gmail.com','2024-12-02 16:33:11','2024-12-02 16:34:13',0,'','','cs_live_b1NkHwimGQsZ4QkEAqe9CDnUr1DXp6W3PJtiypSTl7tbdlpNdixwfKayy5','','',''), +(872,'wc-processing','EUR','shop_order',0.00000000,90.00000000,0,'choploone@gmail.com','2024-12-03 17:03:18','2024-12-03 17:04:44',0,'','','cs_live_a1N24p77v8EyXK9ZJym9WKpN0L9d7nn8TKiG51ukP3wcHGOIEEO7JVRYkc','','',''), +(873,'wc-processing','EUR','shop_order',0.00000000,235.00000000,0,'maren.sigge@gmail.com','2024-12-03 22:53:41','2024-12-03 22:55:59',0,'','','cs_live_b1d2FCt4FYyGLsCPq20mViayd4OQXAn1eBfe3z3UOZQbCZk02byhZw8uRp','','',''), +(878,'wc-completed','EUR','shop_order',0.00000000,155.00000000,0,'perrinevincent90@gmail.com','2024-12-06 13:08:34','2024-12-15 09:35:41',0,'','','cs_live_a12SLRUpoI738BH0BJvY39tzXRBmbhmx4dty8MkdfmxlOrSNwqzi0LIs0w','','',''), +(879,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'julien.martial@hotmail.com','2024-12-06 14:04:22','2024-12-12 21:48:29',0,'','','cs_live_a10cY6oxXXTqiNMNGXdIqBStIF4rxjTJ4nFAApF14ug4df1ubvsJBCkEnB','','',''), +(880,'wc-refunded','EUR','shop_order',0.00000000,100.00000000,0,'c.saquetbossu@orange.fr','2024-12-12 16:55:38','2024-12-30 10:40:50',0,'','','cs_live_b1rQKvEwBHzNanBG70EG9Xg1BMcfxjxlsIKvnNwLHSGcMeRRVFusIv82xu','','',''), +(881,'wc-completed','EUR','shop_order',0.00000000,1248.00000000,0,'lili.chabin@gmail.com','2024-12-13 08:37:26','2024-12-16 14:13:34',0,'','','cs_live_a1QOrbZvz7NPHCy1AONKDEPoNfNniuLqi8S8mO1So5xlfcxP3s7A8u1saJ','','',''), +(884,'wc-refunded','EUR','shop_order',0.00000000,95.00000000,0,'vsmarchand24@gmail.com','2024-12-14 10:10:01','2025-01-23 21:51:50',0,'','','cs_live_a1KhJ0JraBn277imcg61syatlwfwXUqRSgH0si1UywNXQnnaaPQUXCb6Ye','','',''), +(885,'wc-completed','EUR','shop_order',0.00000000,80.00000000,0,'antoine.der92@gmail.com','2024-12-16 09:16:07','2024-12-18 17:19:19',0,'','','cs_live_a15teMmPCgaffuRSOljLOuFl7R0GhHVDHuyCLh83Exs5EGs76RhR2Z6slN','','',''), +(886,'wc-completed','EUR','shop_order',0.00000000,105.00000000,0,'ella_cherry@hotmail.fr','2024-12-17 08:40:04','2024-12-18 17:16:40',0,'','','cs_live_b10gtoDEAZtugeUUybNRQU286vrPQm9SKRxovq17jyT5JSibTAZI8TyH9b','','',''), +(887,'wc-completed','EUR','shop_order',0.00000000,60.00000000,0,'elsa.dumontel@gmail.com','2024-12-18 15:13:28','2024-12-31 11:59:52',0,'','','cs_live_a1kBdlYdcEX5glITE5cxLtkjEsemFaIVNJZDW641JlnkljMEjyrssTNJXo','','',''), +(888,'wc-completed','EUR','shop_order',0.00000000,62.00000000,0,'lili.chabin@gmail.com','2024-12-19 09:08:20','2024-12-29 14:53:29',0,'','','cs_live_a1ktP4tLyzgYY305YJGum3L8hu9N9qrPbOfeswgsBRyMSSge3yTL8atXEg','','',''), +(889,'wc-completed','EUR','shop_order',0.00000000,250.00000000,0,'melian.jacob@free.fr','2024-12-26 12:37:45','2024-12-31 11:59:03',0,'','','cs_live_b1sWkcR5ha10Ro3rgV3FqEQxvD40aB2mbqw6Plaq8I6nrBx1xYUPN6URYb','','',''), +(890,'wc-completed','EUR','shop_order_refund',0.00000000,-12.00000000,NULL,NULL,'2024-12-29 14:53:20','2025-11-03 09:34:42',888,NULL,NULL,NULL,NULL,NULL,NULL), +(891,'wc-completed','EUR','shop_order_refund',0.00000000,-100.00000000,NULL,NULL,'2024-12-30 10:40:43','2025-11-03 09:34:42',880,NULL,NULL,NULL,NULL,NULL,NULL), +(894,'wc-completed','EUR','shop_order',0.00000000,38.00000000,0,'margot.brisoux@hotmail.fr','2025-01-03 09:04:01','2025-01-07 14:56:35',0,'','','cs_live_a1bOBwoGtGQUtjrFiFgIaZqD3pvXjvB1bCVVa63MDqORXOtYmWf5qsFFCy','','',''), +(895,'wc-completed','EUR','shop_order',0.00000000,155.00000000,0,'tiberi.marine@gmail.com','2025-01-09 12:01:26','2025-01-14 19:47:45',0,'','','cs_live_b1qXQzunVuNopx9KHrAAgcQpNKmmLwshMwKQgiK94CJpAC1peepjzzgw88','','',''), +(896,'wc-completed','EUR','shop_order_refund',0.00000000,-95.00000000,NULL,NULL,'2025-01-23 21:51:50','2025-11-03 09:34:42',884,NULL,NULL,NULL,NULL,NULL,NULL), +(897,'wc-completed','EUR','shop_order',0.00000000,70.00000000,0,'alicetabernat@yahoo.fr','2025-01-29 10:32:07','2025-02-03 17:36:19',0,'','','cs_live_a11g0bnfWPAfwbgPcGsp2nFjPkaTqz9TKjUKCgkotTDle31gqp2t5DIFXr','','',''), +(899,'wc-completed','EUR','shop_order',0.00000000,38.00000000,0,'manon.ainest@gmail.com','2025-01-30 08:57:12','2025-02-03 17:37:02',0,'','','cs_live_a1QPvqbvcYzHtXWCvDchaoX8yKphpHA8aFUvZtEC5wxfw1C2SX0RI7XmOB','','',''), +(901,'wc-processing','EUR','shop_order',0.00000000,48.00000000,0,'owenoneill2727@gmail.com','2025-02-23 17:08:07','2025-02-23 17:08:49',0,'','','cs_live_a1GFHeWtsHUJuYz6QaJ9ys4MjurDGI6i43iKN9eG0SnFqknxjaMSLGJOez','','',''), +(903,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'julie.soulie96@yahoo.fr','2025-02-26 12:51:16','2025-03-01 08:14:27',0,'','','cs_live_a1mFOyZPMm14pK57DdGIKZwTO4W8ZCatZvZWCNpF5xUC4ycLVAmKhDUrsA','','',''), +(905,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'amelie.grx@gmail.com','2025-03-03 10:45:26','2025-03-06 08:24:33',0,'','','cs_live_a1aPByBFzbZyfbQTxL6nzu92j7iKkvl5if69zqaMEp5QJrQGPHjEimbMoK','','',''), +(906,'wc-completed','EUR','shop_order',0.00000000,150.00000000,0,'charles.stoop@gmail.com','2025-03-03 11:10:15','2025-03-06 08:25:36',0,'','','cs_live_a1LEJpJwearhfR2b7iPVKdUfymrbDp00VvSuR9qqkFdxuoo1TseDdGWSsj','','',''), +(907,'wc-completed','EUR','shop_order',0.00000000,190.00000000,0,'raphael.kuderpro@gmail.com','2025-03-05 11:04:07','2025-03-18 09:40:39',0,'','','cs_live_b11qrZzpZitWqhRsaz4pR9avf8eXD1nF5lEZ31cfuXZWYMn1ucJOUZL2tc','','',''), +(908,'wc-completed','EUR','shop_order',0.00000000,106.00000000,0,'evemarie.redouin@gmail.com','2025-03-23 21:39:51','2025-04-04 06:41:39',0,'','','cs_live_b1YqdwNaPbu9CWfGSQrpINirWmEMehRQzmYRJ3xJ0DCu8Tpmftcvyrx4My','','',''), +(910,'wc-completed','EUR','shop_order',0.00000000,43.00000000,0,'isoliverantich1@gmail.com','2025-04-08 11:44:22','2025-05-11 13:35:32',0,'','','cs_live_a1M1AbVhpNayddsFHKmFfBx4whULHHouxQwRAvpuYm1sIXUlKfd0GItHWH','','',''), +(912,'wc-completed','EUR','shop_order',0.00000000,43.00000000,0,'crack_one@hotmail.fr','2025-05-09 09:49:40','2025-05-16 05:54:00',0,'','','cs_live_a1H92o6VYyvx7aHJeAQmk1Pmd0IRjxqiuCRVy9CJKOHwNgUajseeOZV5GJ','','',''), +(921,'wc-completed','EUR','shop_order',0.00000000,60.00000000,0,'annesophiemabi@gmail.com','2025-05-09 19:56:27','2025-05-16 05:54:26',0,'','','cs_live_a1BfsTQJFzp4sAD4M7ttoO0LVJLncUDjxVj0jfYnFYqfjvJfHKLu3aFhIm','','',''), +(922,'wc-completed','EUR','shop_order',0.00000000,60.00000000,0,'annesophiemabi@gmail.com','2025-05-09 19:56:28','2025-05-16 05:55:04',0,'','','','','',''), +(924,'wc-completed','EUR','shop_order',0.00000000,130.00000000,0,'laurentpvcapelo@gmail.com','2025-06-05 07:44:45','2025-06-09 10:59:56',0,'','','cs_live_b1PVvGzhCZzxaRp4uSOYQcsRnC1RuZlyZoFqK0LZJQo2zkoU41vdXerJkw','','',''), +(997,'wc-completed','EUR','shop_order',0.00000000,130.00000000,0,NULL,'2025-06-21 09:54:31','2025-06-28 14:32:24',0,'','','cs_live_b1sjjD9YUm2JJIRUEYnmIQVeqq5HJg4fA08WLC163mheZO7PdHRO2Po4qk','','',''), +(1013,'wc-completed','EUR','shop_order',0.00000000,155.00000000,0,'mia.mueller07@gmail.com','2025-07-14 12:37:48','2025-07-16 08:59:09',0,'','','cs_live_b1rGXdBJzH9twzs4r6WMVuyBsDfN31w9pvSivz4cUCWoaNJaVOkOVQq1ON','','',''), +(1443,'wc-completed','EUR','shop_order',0.00000000,110.00000000,0,'myrthe.meylaerts@gmail.com','2025-09-17 18:11:56','2025-09-23 09:29:46',0,'','','cs_live_b1dZqZWJT6QIwtLXz6zpijqnSbNi7AyJuStnsm0MJcg5wjD0lj21JIT58L','','',''), +(1480,'wc-completed','EUR','shop_order',0.00000000,120.00000000,0,'alexandraboubou2@gmail.com','2025-10-02 04:39:01','2025-10-03 19:49:56',0,'','','cs_live_a1d6tAIVld1UYClogv9eoWtMDgFprofFxy7hFFzPqYYEIRgMNzS5TSVNHu','','',''), +(1486,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'theohuchet@laposte.net','2025-10-10 15:55:22','2025-10-16 11:02:40',0,'','','cs_live_a1FEU0ujTPYMTO7dbmdNn2ns42qUWEdUMrRmp1SpOqAbt1iCyxeW16FoPt','','',''), +(1487,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'theohuchet@laposte.net','2025-10-11 15:06:39','2025-10-16 11:02:19',0,'','','cs_live_a1fbvWNWr3eWEXIZj3pfOYvj8MaJb9B9DEeFK2acqbidq0lPFKr1YWIEcW','','',''), +(1488,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'pauline.duboi96@gmail.com','2025-10-12 14:50:06','2025-10-24 06:59:46',0,'','','cs_live_a1cyRwsxqirnyEQ8iZ9Yp1IGumAj1dM91sUnYSxXzsYbt5XiBmXiQtokHf','','',''), +(1489,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'sofia.balducci99@gmail.com','2025-10-12 21:03:18','2025-10-16 11:01:51',0,'','','cs_live_a1xBKNpPKVffrCrl7tDwQQD3viFuqzwqUAXqMXBLWakGH0ipiOnzHn0IrK','','',''), +(1490,'wc-completed','EUR','shop_order',0.00000000,120.00000000,0,'bram.degieter@telenet.be','2025-10-18 13:34:26','2025-10-24 17:36:03',0,'','','cs_live_a1L9LCv7lSYX1gsY7oQbVrGqJN2AZLyjChZRdRK7ku4oI4EW5vZmxCTaqk','','','The necklace is a gift, so it would be nice that it is wrapped :)'), +(1496,'wc-completed','EUR','shop_order',0.00000000,183.00000000,0,'charlotte.chabin@gmail.com','2025-11-02 19:39:02','2025-11-06 13:50:59',0,'','','cs_live_b1zZOIKIH0LygTv6CVhy3lB7qEvG4ElbmDH5GlOOX1ltN9RGkAEH5JF6tw','','',''), +(1498,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'daphnethomass@hotmail.com','2025-11-03 21:05:37','2025-11-06 13:52:51',0,'','','cs_live_a13EaeLRtyYNbrUEtXGYMgeINXdEG2hMCr9ixQnxZoJwUeawVYRxzqNyoQ','','',''), +(1511,'wc-completed','EUR','shop_order',0.00000000,120.00000000,0,'paulamicel@gmail.com','2025-11-18 08:29:10','2025-11-24 18:30:32',0,'','','cs_live_a1Pm9zC1mhHI7I4LNvZ6yFzcvpvVaIyS7Jkd4JZrIecG1Dkg4z6svhlS2h','','',''), +(1528,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'mapignot@gmail.com','2025-11-20 14:49:47','2025-11-24 18:30:04',0,'','','cs_live_a1hapGkZPSNBAWHRmKKZZFkDl5YhqVgHa3Fzw2eXWTkkAl6sL1Uh6WBTVJ','','',''), +(1529,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'anabela_angeiras@yahoo.fr','2025-11-24 09:50:48','2025-11-27 13:03:07',0,'','','cs_live_a1J504iPrDlASS5uwlconlGf3AVh9Q2dPHiiTrGs0l2dzwAdNj58EGVBvy','','',''), +(1530,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'karen.plasschaert@gmail.com','2025-11-24 17:43:34','2025-11-27 13:01:45',0,'','','cs_live_a1tFACy2vzenqHAewzINizSqm7dHV48jGiw2KUi0Q2BwC6MWX42eMyWgTs','','',''), +(1540,'wc-completed','EUR','shop_order',0.00000000,43.00000000,0,'annaebosson@gmail.com','2025-11-30 21:29:07','2025-12-03 18:55:57',0,'','','cs_live_a1G1fFWG7YCRyRJaM7FujXYcPSWyK9ztjPsLp7h3qR4yLKvGmbuVUhhFc3','','',''), +(1571,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'maroufin.claire@gmail.com','2025-12-02 09:20:29','2025-12-03 18:55:31',0,'','','cs_live_b1k7BygV2uFnEclXsyniRFFpONoaG7UqkmtGMXRmc5gUc0upLUjPMfbP3D','','',''), +(1573,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'penelope.jourdain@gmail.com','2025-12-02 20:47:29','2025-12-03 18:55:00',0,'','','cs_live_a1nDEiC2YJyqQy1PhaDuHkLQt277WyvtIbtOZMfNhEwjO3CugA1NewrUro','','',''), +(1604,'wc-pending','EUR','shop_order',0.00000000,50.00000000,0,'annvanderschrick@telenet.be','2025-12-03 17:43:23','2025-12-03 17:43:23',0,'','','','','',''), +(1605,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'annvanderschrick@telenet.be','2025-12-03 17:44:40','2025-12-10 17:59:08',0,'','','cs_live_a1kJnF7Dh7Koqbvp2pDahVg1ZsS1Ez4rwgq922MzfmtmxET4qqYzaGW72E','','',''), +(1606,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'perso@ronanzeegers.com','2025-12-07 21:49:42','2025-12-10 18:00:51',0,'','','cs_live_a1YqktJANJ3NQrr52Xz3ixm0PItKcfD3wfNjheS5bXdDOl8ih74oMDecJe','','',''), +(1607,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'zafiria.efstratiadi@hotmail.com','2025-12-10 13:39:45','2025-12-10 13:39:45',0,'','','','','',''), +(1608,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'zafiria.efstratiadi@hotmail.com','2025-12-10 15:29:50','2025-12-10 15:29:50',0,'','','','','',''), +(1609,'wc-completed','EUR','shop_order',0.00000000,71.00000000,0,'clement.arnaud1993@gmail.com','2025-12-10 15:54:38','2025-12-10 17:56:08',0,'','','cs_live_a12eIU0AdK7UzdH91l30cOov0hhCDnvqJZWJg1ejjLNP4UCi2hxIPd6ac5','','',''), +(1610,'wc-refunded','EUR','shop_order',0.00000000,80.00000000,0,'g.maincent@gmail.com','2025-12-11 15:25:35','2026-01-14 20:45:29',0,'','','cs_live_a1fvsx0OUZLAoa0tWNcLbyvWDZoLW7geHGcrzJNrb1pnteQeV2QNHSmaEN','','',''), +(1611,'wc-pending','EUR','shop_order',0.00000000,48.00000000,0,'louispoitevin31@gmail.com','2025-12-14 08:05:42','2025-12-14 08:05:42',0,'','','','','',''), +(1612,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'laura.folli@laposte.net','2025-12-14 15:18:16','2025-12-14 15:19:46',0,'','','cs_live_a1dc48l5VnaIPc5dBDwhXAf0WJ5ZkY569mkcUVLj5Fk0tSq7VIzyaRQrbX','','',''), +(1615,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'thomasmetivier@gmail.com','2025-12-15 22:27:22','2025-12-15 22:27:22',0,'','','','','',''), +(1616,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'thomasmetivier@gmail.com','2025-12-15 22:43:29','2025-12-15 22:43:29',0,'','','','','',''), +(1617,'wc-refunded','EUR','shop_order',0.00000000,125.00000000,0,'thomasmetivier@gmail.com','2025-12-15 22:45:37','2025-12-17 06:51:34',0,'','','cs_live_a1qVP8cfEza2h4MEHXNE1DziPqCBPVN0UwJVPYRUCO3ZZazuafUnxYa9iQ','','',''), +(1618,'wc-completed','EUR','shop_order_refund',0.00000000,-125.00000000,NULL,NULL,'2025-12-17 06:51:16','2025-12-17 06:51:16',1617,NULL,NULL,NULL,NULL,NULL,NULL), +(1628,'wc-pending','EUR','shop_order',0.00000000,50.00000000,0,'kleptaschwarz@gmail.com','2025-12-18 22:39:56','2025-12-18 22:39:56',0,'','','','','',''), +(1629,'wc-pending','EUR','shop_order',0.00000000,50.00000000,0,'kleptaschwarz@gmail.com','2025-12-18 22:40:36','2025-12-18 22:40:36',0,'','','','','',''), +(1630,'wc-pending','EUR','shop_order',0.00000000,75.00000000,0,'lou.roberfroid@gmail.com','2025-12-21 20:44:25','2025-12-21 20:44:25',0,'','','','','',''), +(1643,'wc-completed','EUR','shop_order',0.00000000,195.00000000,0,'marielaure.gressin@free.fr','2026-01-13 15:58:24','2026-01-17 07:14:47',0,'','','cs_live_b12gj4XEEAbMYroEOPOq8CqyDiQ1dwSNBYAZoOWjjSvq1ORZtYl4W1MbYl','','',''), +(1644,'wc-pending','EUR','shop_order',0.00000000,175.00000000,0,'laurechaslin@gmail.com','2026-01-13 16:01:21','2026-01-13 16:01:21',0,'','','','','',''), +(1645,'wc-completed','EUR','shop_order',0.00000000,175.00000000,0,'laurechaslin@gmail.com','2026-01-13 16:03:07','2026-01-17 07:14:19',0,'','','cs_live_b1TYFxwi4DBNtURYmNjJLpvME8qcqmmLcsMlek96gMVQTOqCaYDwXyzw56','','','Comme vu par mail, pourrais-tu rajouter dans la commande la petite chaîne et la boucle qui vont sur le bas du collier Fuyou ? En argenté. Merciii'), +(1646,'wc-completed','EUR','shop_order_refund',0.00000000,-80.00000000,NULL,NULL,'2026-01-14 20:45:29','2026-01-14 20:45:29',1610,NULL,NULL,NULL,NULL,NULL,NULL), +(1647,'wc-completed','EUR','shop_order',0.00000000,48.00000000,0,'lunacornet@icloud.com','2026-02-01 20:14:25','2026-02-11 08:59:12',0,'','','cs_live_a170HmKu7PK2eBrbx3mirAluoh0W7iWzgo3HEq7KKE6zOB5JXdvUELGMIH','','',''), +(1649,'wc-completed','EUR','shop_order',0.00000000,90.00000000,0,'karlyne.malonga@gmail.com','2026-02-05 19:10:25','2026-02-11 08:58:48',0,'','','cs_live_a1lAVt8A3st7ZZKs5AjIEclmkQahYiEc9vCusk5V60IFI3ARb974kfMpGI','','',''), +(1656,'wc-completed','EUR','shop_order',0.00000000,100.00000000,0,'louise.mongeau@gmail.com','2026-02-11 18:47:27','2026-02-11 18:50:17',0,'','','cs_live_a1Y78vDL0hnBUcBwjQuebxIF6nfLdEmdz9p7n1qvSAUcgKEHzIv7EWMIVf','','',''), +(1658,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'samira.maalmi@proton.me','2026-02-16 15:38:24','2026-02-27 19:49:28',0,'','','cs_live_a156BtrCZrpdOa0wgaUD69YlLgfecu6JIbwYPfJRJ8srKxHdDxVm5YxPnk','','',''), +(1659,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'zafiria.efstratiadi@hotmail.com','2026-02-16 15:57:03','2026-02-16 15:57:03',0,'','','','','',''), +(1660,'wc-pending','EUR','shop_order',0.00000000,170.00000000,0,'noellemstarliper@gmail.com','2026-02-25 21:15:31','2026-02-25 21:15:31',0,'','','','','',''), +(1661,'wc-pending','EUR','shop_order',0.00000000,130.00000000,0,'noellemstarliper@gmail.com','2026-02-25 21:19:14','2026-02-25 21:19:14',0,'','','','','',''), +(1668,'wc-pending','EUR','shop_order',0.00000000,55.00000000,0,'steph_vandoo@hotmail.com','2026-03-06 11:16:35','2026-03-06 11:16:35',0,'','','','','',''), +(1669,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'steph_vandoo@hotmail.com','2026-03-06 11:17:23','2026-03-13 08:15:51',0,'','','cs_live_a1VLeSUtem88dxO6uu83MMk8os16zJfEHel3fxhg32SarhzN1ik7NbQx5U','','',''), +(1670,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'z.martin.zephyr@gmail.com','2026-03-07 16:40:02','2026-03-13 08:15:29',0,'','','cs_live_a1be4UPpEzzorc8FkoEZ6T6Hgt9yhm9e0SoKdlWSvk0aAkSuzb6Donk2SV','','',''), +(1671,'wc-pending','EUR','shop_order',0.00000000,90.00000000,0,'mariot.anais@gmail.com','2026-03-08 13:10:27','2026-03-08 13:10:27',0,'','','','','','Bonjour ! \nSerait-il possible de l’avoir en 49 plutôt, s’il vous plaît ?\nAnaïs :)'), +(1672,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'al.terrade@gmail.com','2026-03-09 18:09:15','2026-03-09 18:10:02',0,'','','cs_live_a1HyyjDihYcj41yu2rPbdixPL6dW028CnPHLIvKgbdPoGit1uedElkv41g','','',''), +(1697,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'btsira@gmail.com','2026-04-02 09:45:50','2026-04-04 05:13:48',0,'','','cs_live_a1XXuwbGwD2hdIGMQgR5yxF9l4h6u1rvc71xrlHV00PzHV2K8av9Vda6vO','','',''), +(1698,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'zafiria.efstratiadi@hotmail.com','2026-04-03 21:36:58','2026-04-07 08:42:23',0,'','','cs_live_a1Z68MTQIfoi05b03hUjrZNHf9mAdOvMTmaKZOATLj3yRCwjKZVXdfRvBN','','',''), +(1702,'wc-pending','EUR','shop_order',0.00000000,170.00000000,0,'constancevillain22@gmail.com','2026-04-12 13:55:27','2026-04-12 13:55:27',0,'','','','','',''), +(1857,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'mattijsquartier@live.nl','2026-04-27 23:02:04','2026-04-29 09:18:27',0,'','','cs_live_a1Z2Xk9xnCcMLubCoFoXdX6wSTzTCYHO39kCeLWG4S2AeYFVTDPjZ7PB4K','','',''); +/*!40000 ALTER TABLE `haikuwp_wc_orders` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_orders_meta` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_orders_meta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_orders_meta` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_id` bigint(20) unsigned DEFAULT NULL, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `meta_key_value` (`meta_key`(100),`meta_value`(82)), + KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`(100),`meta_value`(82)) +) ENGINE=InnoDB AUTO_INCREMENT=785 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_orders_meta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_orders_meta` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_orders_meta` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_orders_meta` VALUES +(192,862,'_billing_address_index','Roberto Ruggeri NW Groupe 31 avenue bosquet Paris 75007 FR sofia.balducci99@gmail.com +393470972182'), +(193,862,'_shipping_address_index','Roberto Ruggeri NW Groupe 31 avenue bosquet Paris 75007 FR +393470972182'), +(204,862,'_edit_lock','1733301301:1'), +(212,866,'_billing_address_index','Claudia Van Vynckt - WIPLAW 279, avenue louise Bruxelles 1050 BE claudia.vanvynckt@hotmail.fr 0478183560'), +(213,866,'_shipping_address_index','Claudia Van Vynckt - WIPLAW 279, avenue louise Bruxelles 1050 BE 0478183560'), +(216,868,'_billing_address_index','Lucie Leiner Vijversdreef 10 Linkebeek 1630 BE lucie.leiner@gmail.com +32489578514'), +(217,868,'_shipping_address_index','Lucie Leiner Vijversdreef 10 Linkebeek 1630 BE +32489578514'), +(218,866,'_edit_lock','1732990774:1'), +(219,868,'_edit_lock','1741777158:1'), +(220,869,'_billing_address_index','Claire Maroufin 26 avenue Eugène Thomas Le Kremlin Bicetre 94270 FR maroufin.claire@gmail.com +33681223295'), +(221,869,'_shipping_address_index','Claire Maroufin 26 avenue Eugène Thomas Le Kremlin Bicetre 94270 FR +33681223295'), +(224,871,'_billing_address_index','Violette Cubier 5 rue Andre Gide Chatillon 92320 FR v.cubier@gmail.com 0616154243'), +(225,871,'_shipping_address_index','Violette Cubier 5 rue Andre Gide Chatillon 92320 FR 0616154243'), +(226,871,'_edit_lock','1733427652:1'), +(227,872,'_billing_address_index','Elise Colson Rue des grands champs 119 Saint-Nicolas Liège 4420 BE choploone@gmail.com 0498508266'), +(228,872,'_shipping_address_index','Elise Colson Rue des grands champs 119 Saint-Nicolas Liège 4420 BE 0498508266'), +(229,872,'_edit_lock','1733769475:1'), +(230,873,'_billing_address_index','Maren Sigge Av. G. E. Lebon, 24, BP 3 Auderghem Belgium 1160 BE maren.sigge@gmail.com +32489439874'), +(231,873,'_shipping_address_index','Viviane Antoine Chaussée de Givet 33 Mariembourg Belgium 5660 BE +32489439874'), +(232,869,'_edit_lock','1734160497:1'), +(233,873,'_edit_lock','1733386487:1'), +(243,878,'_billing_address_index','Perrine Vincent Rue de la Basse-Sambre 8 Floreffe Namur 5150 BE perrinevincent90@gmail.com 00 32 472 24 97 14'), +(244,878,'_shipping_address_index','Perrine Vincent Rue de la Basse-Sambre 8 Floreffe Namur 5150 BE 00 32 472 24 97 14'), +(245,879,'_billing_address_index','Julien Martial Rue François Gay, 225 Woluwe St Pierre 1150 BE julien.martial@hotmail.com 0472585911'), +(246,879,'_shipping_address_index','Julien Martial Rue François Gay, 225 Woluwe St Pierre 1150 BE 0472585911'), +(247,879,'_edit_lock','1734041227:1'), +(248,880,'_billing_address_index','christine Saquet Bossu 33 rue du Colonel du Halgouêt Renac 35660 FR c.saquetbossu@orange.fr 0685532210'), +(249,880,'_shipping_address_index','christine Saquet Bossu 33 rue du Colonel du Halgouêt Renac 35660 FR 0685532210'), +(250,879,'tracking_number','10622472'), +(251,878,'_edit_lock','1734256732:1'), +(252,878,'tracking_number','10622471'), +(253,881,'_billing_address_index','Nathalie Chabin chemin de Rossy 1, 1 Rueyres - Suisse 1046 CH lili.chabin@gmail.com +41786229221'), +(254,881,'_shipping_address_index','Nathalie Chabin chemin de Rossy 1, 1 Rueyres - Suisse 1046 CH +41786229221'), +(255,881,'_edit_lock','1734817565:1'), +(266,880,'_edit_lock','1740486386:1'), +(267,884,'_billing_address_index','Veronique Marchand 5 bis impasse de la Noue AUXERRE 89000 FR vsmarchand24@gmail.com +33612102273'), +(268,884,'_shipping_address_index','Veronique Marchand 5 bis impasse de la Noue AUXERRE 89000 FR +33612102273'), +(270,880,'tracking_number','10727218'), +(271,884,'_edit_lock','1738615854:1'), +(272,885,'_billing_address_index','Antoine Deroisy 389 chaussée de waterloo Bruxelles 1050 BE antoine.der92@gmail.com 0474183450'), +(273,885,'_shipping_address_index','Antoine Deroisy 389 chaussée de waterloo Bruxelles 1050 BE 0474183450'), +(274,884,'tracking_number','10776780'), +(275,881,'tracking_number',''), +(276,886,'_billing_address_index','Ella Richard 44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France Le Pre Saint Gervais 93310 FR ella_cherry@hotmail.fr 06 77 32 66 50'), +(277,886,'_shipping_address_index','Ella Richard 44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France Le Pre Saint Gervais 93310 FR 06 77 32 66 50'), +(278,886,'_edit_lock','1734542336:1'), +(279,887,'_billing_address_index','Elsa Dumontel 29 Route Des Chenes Arpajon Sur Cere France 15130 FR elsa.dumontel@gmail.com 0642985078'), +(280,887,'_shipping_address_index','Elsa Dumontel 29 Route Des Chenes Arpajon Sur Cere France 15130 FR 0642985078'), +(281,886,'tracking_number','10831148'), +(282,885,'_edit_lock','1734545250:1'), +(283,885,'tracking_number',''), +(284,887,'_edit_lock','1736762840:1'), +(285,888,'_billing_address_index','Nathalie Chabin chemin de Rossy 1 Rueyres - Suisse vaud 1046 CH lili.chabin@gmail.com +41786229221'), +(286,888,'_shipping_address_index','Nathalie Chabin chemin de Rossy 1 Rueyres - Suisse vaud 1046 CH +41786229221'), +(287,888,'_edit_lock','1735490132:1'), +(288,888,'tracking_number','RN600242900BE'), +(289,889,'_billing_address_index','Magali Jacob 1 Rue du Limousin Hœnheim 67800 FR melian.jacob@free.fr 0670745455'), +(290,889,'_shipping_address_index','Magali Jacob 1 Rue du Limousin Hœnheim 67800 FR 0670745455'), +(291,889,'_edit_lock','1735646345:1'), +(292,890,'_refund_amount','12.00'), +(293,890,'_refunded_by','1'), +(294,890,'_refunded_payment',''), +(295,890,'_refund_reason','Free shipping'), +(296,891,'_refund_amount','100.00'), +(297,891,'_refunded_by','1'), +(298,891,'_refunded_payment',''), +(299,891,'_refund_reason',''), +(302,889,'tracking_number','10996113'), +(303,887,'tracking_number','10851363'), +(306,894,'_billing_address_index','Margot BRISOUX 13 rue Camille Desmoulins Paris 75011 FR margot.brisoux@hotmail.fr 0679481991'), +(307,894,'_shipping_address_index','Margot BRISOUX 13 rue Camille Desmoulins Paris 75011 FR 0679481991'), +(308,894,'_edit_lock','1767793895:1'), +(309,894,'tracking_number','11114755'), +(310,895,'_billing_address_index','Marine TIBERI 50 rue Jules Clarétie Toulouse 31400 FR tiberi.marine@gmail.com +33602079136'), +(311,895,'_shipping_address_index','Marine TIBERI 50 rue Jules Clarétie Toulouse 31400 FR +33602079136'), +(312,895,'_edit_lock','1767793874:1'), +(313,895,'tracking_number','11206531'), +(314,896,'_refund_amount','95.00'), +(315,896,'_refunded_by','1'), +(316,896,'_refunded_payment',''), +(317,896,'_refund_reason',''), +(318,897,'_billing_address_index','Alice Tabernat 88 boulevard Aristide Briand Montreuil 93100 FR alicetabernat@yahoo.fr 0770426206'), +(319,897,'_shipping_address_index','Alice Tabernat 88 boulevard Aristide Briand Montreuil 93100 FR 0770426206'), +(322,899,'_billing_address_index','Aïn-Establet Manon 140, boulevard de Menilmontant Paris 75020 FR manon.ainest@gmail.com 0612109541'), +(323,899,'_shipping_address_index','Aïn-Establet Manon 140, boulevard de Menilmontant Paris 75020 FR 0612109541'), +(324,897,'_edit_lock','1767793855:1'), +(325,899,'_edit_lock','1767793835:1'), +(326,897,'tracking_number','11516644'), +(327,899,'tracking_number','11516643'), +(330,901,'_billing_address_index','Owen Andrew O\'Neill Rue Bosquet, 25 Saint-Gilles Brussel 1060 BE owenoneill2727@gmail.com +353852179564'), +(331,901,'_shipping_address_index','Owen Andrew O\'Neill Rue Bosquet, 25 Saint-Gilles Brussel 1060 BE +353852179564'), +(332,901,'_edit_lock','1740762785:1'), +(335,903,'_billing_address_index','Julie Soulie 17/19 rue de l\'Atlas Paris Ile de France 75019 FR julie.soulie96@yahoo.fr 0643105822'), +(336,903,'_shipping_address_index','Julie Soulie 17/19 rue de l\'Atlas Paris Ile de France 75019 FR 0643105822'), +(337,903,'_edit_lock','1767793820:1'), +(338,903,'tracking_number','11864885'), +(341,905,'_billing_address_index','Amélie Graux 15 rue du Capitaine Ferber Paris 75020 FR amelie.grx@gmail.com 0667102260'), +(342,905,'_shipping_address_index','Amélie Graux 15 rue du Capitaine Ferber Paris 75020 FR 0667102260'), +(343,906,'_billing_address_index','Charles Stoop Rue Edouard Olivier 27 Watermael-Boitsfort Bruxelles 1170 BE charles.stoop@gmail.com 0493566360'), +(344,906,'_shipping_address_index','Charles Stoop Rue Edouard Olivier 27 Watermael-Boitsfort Bruxelles 1170 BE 0493566360'), +(345,907,'_billing_address_index','Raphael Kuder 140 boulevard de Ménilmontant Paris IDF 75020 FR raphael.kuderpro@gmail.com 0783260894'), +(346,907,'_shipping_address_index','Raphael Kuder 140 boulevard de Ménilmontant Paris IDF 75020 FR 0783260894'), +(347,905,'_edit_lock','1767793812:1'), +(348,905,'tracking_number','11941129'), +(349,906,'_edit_lock','1767793806:1'), +(350,906,'tracking_number','11941130'), +(351,907,'_edit_lock','1767793792:1'), +(352,907,'tracking_number','12069441'), +(353,908,'_billing_address_index','Eve marie REDOUIN 3 Rue des Hortensias Villebon-sur-Yvette 91140 FR evemarie.redouin@gmail.com 0642769155'), +(354,908,'_shipping_address_index','Eve marie REDOUIN 3 Rue des Hortensias Villebon-sur-Yvette 91140 FR 0642769155'), +(355,908,'_edit_lock','1767793785:1'), +(356,908,'tracking_number','12337845'), +(359,910,'_billing_address_index','Arnau Oliver Antich Rue du Mont-Blanc 57, R.D.C. Saint-Gilles Belgium 1060 BE isoliverantich1@gmail.com +34 648761712'), +(360,910,'_shipping_address_index','Arnau Oliver Antich Rue du Mont-Blanc 57, R.D.C. Saint-Gilles Belgium 1060 BE +34 648761712'), +(363,912,'_billing_address_index','Jérôme Laurent 5 place de la république BRIENNE LE CHATEAU Aube 10500 FR crack_one@hotmail.fr +33695854956'), +(364,912,'_shipping_address_index','Jérôme Laurent 5 place de la république BRIENNE LE CHATEAU Aube 10500 FR +33695854956'), +(369,921,'_billing_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR annesophiemabi@gmail.com +33678454888'), +(370,921,'_shipping_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR +33678454888'), +(371,922,'_billing_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR annesophiemabi@gmail.com +33678454888'), +(372,922,'_shipping_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR +33678454888'), +(373,910,'_edit_lock','1767793778:1'), +(374,910,'tracking_number',''), +(375,921,'_edit_lock','1767793771:1'), +(376,912,'_edit_lock','1767793759:1'), +(377,912,'tracking_number','12910308'), +(378,921,'tracking_number','12910309'), +(381,924,'_billing_address_index','Laurent CAPELO 24 Avenue Bourgain Issy-les-Moulineaux 92130 FR laurentpvcapelo@gmail.com +33646234205'), +(382,924,'_shipping_address_index','Laurent CAPELO 24 Avenue Bourgain Issy-les-Moulineaux 92130 FR +33646234205'), +(383,924,'_edit_lock','1767793742:1'), +(384,924,'tracking_number','13228029'), +(387,997,'_billing_address_index',' '), +(388,997,'_shipping_address_index',' '), +(389,997,'_edit_lock','1767793719:1'), +(417,997,'tracking_number','13488164'), +(420,1013,'_billing_address_index','Mia Mueller Chaussee de Vleurgat 172 Brussels 1000 BE mia.mueller07@gmail.com 0474470271'), +(421,1013,'_shipping_address_index','Mia Mueller Chaussee de Vleurgat 172 Brussels 1000 BE 0474470271'), +(422,1013,'_edit_lock','1767793699:1'), +(423,1013,'tracking_number','13721043'), +(513,1443,'_billing_address_index','Myrthe Meylaerts Demosthenesstraat 242 Anderlecht 1070 BE myrthe.meylaerts@gmail.com 0499089766'), +(514,1443,'_shipping_address_index','Myrthe Meylaerts Demosthenesstraat 242 Anderlecht 1070 BE 0499089766'), +(515,1443,'_edit_lock','1767793679:1'), +(516,1443,'tracking_number','14584108'), +(517,1480,'_billing_address_index','Alexandra Maillot 26 rue de Stalingrad Sartrouville 78500 FR alexandraboubou2@gmail.com 0663463354'), +(518,1480,'_shipping_address_index','Alexandra Maillot 26 rue de Stalingrad Sartrouville 78500 FR 0663463354'), +(519,1480,'_edit_lock','1767793648:1'), +(520,1480,'tracking_number','14744669'), +(521,1486,'_billing_address_index','Théo Huchet 58 Rue Châtelaine Laon 02000 FR theohuchet@laposte.net +33628751554'), +(522,1486,'_shipping_address_index','Théo Huchet 58 Rue Châtelaine Laon 02000 FR +33628751554'), +(523,1487,'_billing_address_index','Théo Huchet 58 rue châtelaine Laon 02000 FR theohuchet@laposte.net 0628751554'), +(524,1487,'_shipping_address_index','Théo Huchet 58 rue châtelaine Laon 02000 FR 0628751554'), +(525,1488,'_billing_address_index','Pauline Dubois Rue Maurice Wilmotte, 25 Saint-Gilles Brussel-Hoofdstad 1060 BE pauline.duboi96@gmail.com +32473119568'), +(526,1488,'_shipping_address_index','Pauline Dubois Rue Maurice Wilmotte, 25 Saint-Gilles Brussel-Hoofdstad 1060 BE +32473119568'), +(527,1489,'_billing_address_index','Sofia Balducci 156 Rue de l’Université (MAIF) Paris 75007 FR sofia.balducci99@gmail.com +393470972182'), +(528,1489,'_shipping_address_index','Sofia Balducci 156 Rue de l’Université (MAIF) Paris 75007 FR +393470972182'), +(529,1486,'_edit_lock','1760612561:1'), +(530,1487,'_edit_lock','1767793641:1'), +(531,1488,'_edit_lock','1767793627:1'), +(532,1489,'_edit_lock','1767793633:1'), +(533,1489,'tracking_number','14913747'), +(534,1487,'tracking_number','14913746'), +(535,1486,'tracking_number','14913746'), +(536,1490,'_billing_address_index','Bram De Gieter Gasmeterlaan 44 Gent Oost-Vlaanderen 9000 BE bram.degieter@telenet.be 0474177921'), +(537,1490,'_shipping_address_index','Bram De Gieter Gasmeterlaan 44 Gent Oost-Vlaanderen 9000 BE 0474177921'), +(538,1488,'tracking_number',''), +(539,1490,'_edit_lock','1767793603:1'), +(540,1490,'tracking_number','323255091208881000'), +(541,1496,'_billing_address_index','Charlotte Chabin Chemin de Pierrefleur 88 Lausanne 1004 CH charlotte.chabin@gmail.com +41799475008'), +(542,1496,'_shipping_address_index','Charlotte Chabin Chemin de Pierrefleur 88 Lausanne 1004 CH +41799475008'), +(543,890,'_refund_type','full'), +(544,891,'_refund_type','full'), +(545,896,'_refund_type','full'), +(546,1496,'_edit_lock','1767793586:1'), +(547,1498,'_billing_address_index','Daphné Thomas 4 Impasse Charles Fourier Oullins 69600 FR daphnethomass@hotmail.com +33603264984'), +(548,1498,'_shipping_address_index','Daphné Thomas 4 Impasse Charles Fourier Oullins 69600 FR +33603264984'), +(557,1498,'_edit_lock','1767793563:1'), +(558,1496,'tracking_number','2110500310000518'), +(559,1498,'tracking_number','15226074'), +(560,1511,'_billing_address_index','Paul AMICEL 1 rue Saint-Alphonse Rennes 35000 FR paulamicel@gmail.com 0618192731'), +(561,1511,'_shipping_address_index','Paul AMICEL 1 rue Saint-Alphonse Rennes 35000 FR 0618192731'), +(562,1528,'_billing_address_index','marianne pignot 12 Villa De La Seigneurie Montreuil 93100 FR mapignot@gmail.com 0660688244'), +(563,1528,'_shipping_address_index','marianne pignot 12 Villa De La Seigneurie Montreuil 93100 FR 0660688244'), +(564,1511,'_edit_lock','1767793556:1'), +(565,1529,'_billing_address_index','Anabela Angeiras Rue du brocsous 66 Chaumont Gistoux 1325 BE anabela_angeiras@yahoo.fr 0032477286532'), +(566,1529,'_shipping_address_index','Anabela Angeiras Rue du brocsous 66 Chaumont Gistoux 1325 BE 0032477286532'), +(567,1528,'_edit_lock','1768476497:1'), +(568,1529,'_edit_lock','1767793517:1'), +(569,1530,'_billing_address_index','Karen Plasschaert Berlaarbaan 102 Bonheiden (regio) 2820 BE karen.plasschaert@gmail.com +32473534936'), +(570,1530,'_shipping_address_index','Karen Plasschaert Berlaarbaan 102 Bonheiden (regio) 2820 BE +32473534936'), +(571,1528,'tracking_number','REL24RT05BEFR'), +(572,1511,'tracking_number','REL24RT05BEFR'), +(573,1530,'_edit_lock','1767793507:1'), +(574,1530,'tracking_number','323255093128441000'), +(575,1529,'tracking_number','323255093128431006'), +(576,1540,'_billing_address_index','Annaé Bosson 1 rue de la cour des noues Paris 75020 FR annaebosson@gmail.com +33646032641'), +(577,1540,'_shipping_address_index','Annaé Bosson 1 rue de la cour des noues Paris 75020 FR +33646032641'), +(578,1571,'_billing_address_index','CLAIRE MAROUFIN 26 avenue Eugene Thomas Le Kremlin-Bicêtre 94270 FR maroufin.claire@gmail.com +33681223295'), +(579,1571,'_shipping_address_index','CLAIRE MAROUFIN 26 avenue Eugene Thomas Le Kremlin-Bicêtre 94270 FR +33681223295'), +(582,1573,'_billing_address_index','Penelope Jourdain 42 rue Jacques Kablé Nogent sur Marne Île de France 94130 FR penelope.jourdain@gmail.com 0687878933'), +(583,1573,'_shipping_address_index','Penelope Jourdain 42 rue Jacques Kablé Nogent sur Marne Île de France 94130 FR 0687878933'), +(624,1540,'_edit_lock','1767793496:1'), +(625,1571,'_edit_lock','1767793485:1'), +(626,1573,'_edit_lock','1767793464:1'), +(627,1604,'_billing_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek 1701 BE annvanderschrick@telenet.be +32475737595'), +(628,1604,'_shipping_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek 1701 BE +32475737595'), +(629,1605,'_billing_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek vlaams brabant 1701 BE annvanderschrick@telenet.be +32475737595'), +(630,1605,'_shipping_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek vlaams brabant 1701 BE +32475737595'), +(631,1573,'tracking_number','REL24RT05BEFR'), +(632,1571,'tracking_number','REL24RT05BEFR'), +(633,1540,'tracking_number','REL24RT05BEFR'), +(634,1605,'_edit_lock','1767793459:1'), +(635,1606,'_billing_address_index','Ronan Zeegers (Dside) Avenue Léonard Mommaerts 24 Evere 1140 BE perso@ronanzeegers.com +32473452043'), +(636,1606,'_shipping_address_index','Ronan Zeegers (Dside) Avenue Léonard Mommaerts 24 Evere 1140 BE +32473452043'), +(637,1607,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(638,1607,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE 0474918430'), +(639,1608,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(640,1608,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE 0474918430'), +(641,1609,'_billing_address_index','CLEMENT ARNAUD neubramowstrabe 17 rostock 18057 DE clement.arnaud1993@gmail.com +49679883271'), +(642,1609,'_shipping_address_index','CLEMENT ARNAUD neubramowstrabe 17 rostock 18057 DE +49679883271'), +(643,1609,'_edit_lock','1767793417:1'), +(644,1609,'tracking_number','15855758'), +(645,1606,'_edit_lock','1767793425:1'), +(646,1605,'tracking_number','323255093980891004'), +(647,1606,'tracking_number','323255093980881002'), +(648,1607,'_edit_lock','1765392806:1'), +(649,1610,'_billing_address_index','Géraldine Maincent 3 place Cécile Brunschvicg Pantin 93500 FR g.maincent@gmail.com +33664976050'), +(650,1610,'_shipping_address_index','Géraldine Maincent 3 place Cécile Brunschvicg Pantin 93500 FR +33664976050'), +(651,1611,'_billing_address_index','Louis Poitevin 12 Rue des Lavoirs Lanester 56600 FR louispoitevin31@gmail.com 0777845512'), +(652,1611,'_shipping_address_index','Louis Poitevin 12 Rue des Lavoirs Lanester 56600 FR 0777845512'), +(653,1612,'_billing_address_index','Laura FOLLI 23 Rue Philippe de Lassalle Lyon 69004 FR laura.folli@laposte.net +33674370813'), +(654,1612,'_shipping_address_index','Laura FOLLI 23 Rue Philippe de Lassalle Lyon 69004 FR +33674370813'), +(655,1612,'_edit_lock','1767793390:1'), +(656,1610,'_edit_lock','1768423531:1'), +(659,1615,'_billing_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR thomasmetivier@gmail.com +33768133255'), +(660,1615,'_shipping_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR +33768133255'), +(661,1616,'_billing_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR thomasmetivier@gmail.com +33768133255'), +(662,1616,'_shipping_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR +33768133255'), +(663,1617,'_billing_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR thomasmetivier@gmail.com +33768133255'), +(664,1617,'_shipping_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR +33768133255'), +(665,1617,'_edit_lock','1765954305:1'), +(666,1618,'_refund_amount','125.00'), +(667,1618,'_refunded_by','1'), +(668,1618,'_refunded_payment',''), +(669,1618,'_refund_reason',''), +(670,1618,'_refund_type','full'), +(671,1617,'tracking_number',''), +(672,1628,'_billing_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR kleptaschwarz@gmail.com +33616138481'), +(673,1628,'_shipping_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR +33616138481'), +(674,1629,'_billing_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR kleptaschwarz@gmail.com +33616138481'), +(675,1629,'_shipping_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR +33616138481'), +(676,1630,'_billing_address_index','Louise Roberfroid Rue Jean Robie Bruxelles 1060 BE lou.roberfroid@gmail.com 0496903459'), +(677,1630,'_shipping_address_index','Louise Roberfroid Rue Jean Robie Bruxelles 1060 BE 0496903459'), +(718,1608,'_edit_lock','1767793411:1'), +(719,922,'_edit_lock','1767793750:1'), +(720,1643,'_billing_address_index','Marielaure Gressin 9 Chemin Lou Valadet Greasque 13850 FR marielaure.gressin@free.fr 0670153153'), +(721,1643,'_shipping_address_index','Marielaure Gressin 9 Chemin Lou Valadet Greasque 13850 FR 0670153153'), +(722,1644,'_billing_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR laurechaslin@gmail.com +33689717962'), +(723,1644,'_shipping_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR +33689717962'), +(724,1645,'_billing_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR laurechaslin@gmail.com +33689717962'), +(725,1645,'_shipping_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR +33689717962'), +(726,1610,'tracking_number',''), +(727,1646,'_refund_amount','80'), +(728,1646,'_refunded_by','1'), +(729,1646,'_refunded_payment',''), +(730,1646,'_refund_reason','Order fully refunded.'), +(731,1646,'_refund_type','full'), +(732,1643,'_edit_lock','1769003481:1'), +(733,1645,'_edit_lock','1768634061:1'), +(734,1645,'tracking_number','16527421'), +(735,1643,'tracking_number','16527420'), +(736,1647,'_billing_address_index','Luna Cornet Rue Edith Cavell Uccle 1180 BE lunacornet@icloud.com 0471760867'), +(737,1647,'_shipping_address_index','Luna Cornet Rue Edith Cavell Uccle 1180 BE 0471760867'), +(738,1649,'_billing_address_index','Karlyne Malonga 69 Rue D’Inkermann RENNES Bretagne 35000 FR karlyne.malonga@gmail.com 06 0703 3147'), +(739,1649,'_shipping_address_index','Karlyne Malonga 69 Rue D’Inkermann RENNES Bretagne 35000 FR 06 0703 3147'), +(740,1647,'_edit_lock','1771926565:1'), +(741,1649,'_edit_lock','1770802544:1'), +(742,1649,'tracking_number','16935777'), +(743,1647,'tracking_number','16935776'), +(744,1656,'_billing_address_index','Louise Mongeau 159 rue Antoine Breart Saint-Gilles 1060 BE louise.mongeau@gmail.com +32485283177'), +(745,1656,'_shipping_address_index','Louise Mongeau 159 rue Antoine Breart Saint-Gilles 1060 BE +32485283177'), +(746,1658,'_billing_address_index','Samira Maalmi 5 rue Denis Couturier Montreuil 93100 FR samira.maalmi@proton.me 0626282738'), +(747,1658,'_shipping_address_index','Samira Maalmi 5 rue Denis Couturier Montreuil 93100 FR 0626282738'), +(748,1659,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boîte 6 Bruxelles Molenbeek-Saint-Jean 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(749,1659,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boîte 6 Bruxelles Molenbeek-Saint-Jean 1080 BE 0474918430'), +(750,1658,'_edit_lock','1774882894:1'), +(751,1660,'_billing_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013bd NL noellemstarliper@gmail.com 0638446442'), +(752,1660,'_shipping_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013bd NL 0638446442'), +(753,1661,'_billing_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013 BD NL noellemstarliper@gmail.com 0638446442'), +(754,1661,'_shipping_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013 BD NL 0638446442'), +(755,1658,'tracking_number','17150646'), +(756,1668,'_billing_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE steph_vandoo@hotmail.com 0032479603633'), +(757,1668,'_shipping_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE 0032479603633'), +(758,1669,'_billing_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE steph_vandoo@hotmail.com 0479603633'), +(759,1669,'_shipping_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE 0479603633'), +(760,1670,'_billing_address_index','Zéphyr MARTIN 120 rue de brément Noisy Le Sec Seine St denis 93130 FR z.martin.zephyr@gmail.com +33687358739'), +(761,1670,'_shipping_address_index','Zéphyr MARTIN 120 rue de brément Noisy Le Sec Seine St denis 93130 FR +33687358739'), +(762,1671,'_billing_address_index','Anaïs Mariot 150 rue Roger François Maisons-Alfort 94700 FR mariot.anais@gmail.com +33614423158'), +(763,1671,'_shipping_address_index','Anaïs Mariot 150 rue Roger François Maisons-Alfort 94700 FR +33614423158'), +(764,1672,'_billing_address_index','Anne-Laure Terrade Rue de Theux 63 Ixelles 1050 BE al.terrade@gmail.com +33659425266'), +(765,1672,'_shipping_address_index','Anne-Laure Terrade Rue de Theux 63 Ixelles 1050 BE +33659425266'), +(766,1669,'_edit_lock','1775200154:1'), +(767,1670,'_edit_lock','1773389730:1'), +(768,1668,'_edit_lock','1773306180:1'), +(769,1670,'tracking_number','17366710'), +(770,1669,'tracking_number','17366709'), +(771,1697,'_billing_address_index','Tsira Bolkvadze 76 cours de la liberté Lyon 69003 FR btsira@gmail.com 0615796565'), +(772,1697,'_shipping_address_index','Tsira Bolkvadze 76 cours de la liberté Lyon 69003 FR 0615796565'), +(773,1697,'_edit_lock','1775279640:1'), +(774,1698,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boite 6 Bruxelles Bruxelles 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(775,1698,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boite 6 Bruxelles Bruxelles 1080 BE 0474918430'), +(776,1697,'tracking_number','17684358'), +(777,1698,'_edit_lock','1776160306:1'), +(778,1698,'tracking_number','17726362'), +(779,1702,'_billing_address_index','Constance Villain-Lesavre 2 avenue augustin dumont Malakoff 92240 FR constancevillain22@gmail.com +33783946016'), +(780,1702,'_shipping_address_index','Constance Villain-Lesavre 2 avenue augustin dumont Malakoff 92240 FR +33783946016'), +(781,1857,'_billing_address_index','Mattijs Quartier Rubensstraat 118 Schaarbeek 1030 BE mattijsquartier@live.nl +32476829508'), +(782,1857,'_shipping_address_index','Mattijs Quartier Rubensstraat 118 Schaarbeek 1030 BE +32476829508'), +(783,1857,'_edit_lock','1777454310:1'), +(784,1857,'tracking_number','18010679'); +/*!40000 ALTER TABLE `haikuwp_wc_orders_meta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_product_attributes_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_product_attributes_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_product_attributes_lookup` ( + `product_id` bigint(20) NOT NULL, + `product_or_parent_id` bigint(20) NOT NULL, + `taxonomy` varchar(32) NOT NULL, + `term_id` bigint(20) NOT NULL, + `is_variation_attribute` tinyint(1) NOT NULL, + `in_stock` tinyint(1) NOT NULL, + PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`), + KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`), + KEY `product_id` (`product_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_product_attributes_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_product_attributes_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_product_attributes_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_product_attributes_lookup` VALUES +(1772,102,'pa_size',37,1,1), +(1774,102,'pa_size',38,1,1), +(1776,102,'pa_size',39,1,1), +(1778,102,'pa_size',40,1,1), +(1780,102,'pa_size',41,1,1), +(1782,102,'pa_size',42,1,1), +(1784,102,'pa_size',43,1,1), +(1786,102,'pa_size',44,1,1), +(1770,102,'pa_size',105,1,1), +(1771,102,'pa_size',106,1,1), +(1773,102,'pa_size',107,1,1), +(1775,102,'pa_size',108,1,1), +(1777,102,'pa_size',109,1,1), +(1779,102,'pa_size',110,1,1), +(1781,102,'pa_size',111,1,1), +(1783,102,'pa_size',112,1,1), +(1785,102,'pa_size',113,1,1), +(1790,113,'pa_size',37,1,1), +(1792,113,'pa_size',38,1,1), +(1794,113,'pa_size',39,1,1), +(1796,113,'pa_size',40,1,1), +(1798,113,'pa_size',41,1,1), +(1800,113,'pa_size',42,1,1), +(1802,113,'pa_size',43,1,1), +(1804,113,'pa_size',44,1,1), +(1788,113,'pa_size',105,1,1), +(1789,113,'pa_size',106,1,1), +(1791,113,'pa_size',107,1,1), +(1793,113,'pa_size',108,1,1), +(1795,113,'pa_size',109,1,1), +(1797,113,'pa_size',110,1,1), +(1799,113,'pa_size',111,1,1), +(1801,113,'pa_size',112,1,1), +(1803,113,'pa_size',113,1,1), +(1861,168,'pa_size',37,1,1), +(1863,168,'pa_size',38,1,1), +(1865,168,'pa_size',39,1,1), +(1867,168,'pa_size',40,1,1), +(1869,168,'pa_size',41,1,1), +(1871,168,'pa_size',42,1,1), +(1873,168,'pa_size',43,1,1), +(1875,168,'pa_size',44,1,1), +(1859,168,'pa_size',105,1,1), +(1860,168,'pa_size',106,1,1), +(1862,168,'pa_size',107,1,1), +(1864,168,'pa_size',108,1,1), +(1866,168,'pa_size',109,1,1), +(1868,168,'pa_size',110,1,1), +(1870,168,'pa_size',111,1,1), +(1872,168,'pa_size',112,1,1), +(1874,168,'pa_size',113,1,1), +(638,202,'pa_side',45,1,1), +(637,202,'pa_side',77,1,1), +(639,202,'pa_side',78,1,1), +(241,240,'pa_size',58,1,1), +(242,240,'pa_size',59,1,1), +(652,306,'pa_side',45,1,1), +(651,306,'pa_side',62,1,1), +(653,306,'pa_side',64,1,1), +(655,312,'pa_side',45,1,1), +(654,312,'pa_side',62,1,1), +(656,312,'pa_side',64,1,1), +(1843,393,'pa_side',76,1,1), +(1846,393,'pa_side',114,1,1), +(1847,393,'pa_side',115,1,1), +(494,490,'pa_side',45,1,1), +(493,490,'pa_side',77,1,1), +(495,490,'pa_side',78,1,1), +(1621,766,'pa_side',45,1,1), +(1619,766,'pa_side',62,1,1), +(1620,766,'pa_side',63,1,1), +(1753,941,'pa_size',37,1,1), +(1755,941,'pa_size',38,1,1), +(1757,941,'pa_size',39,1,1), +(1759,941,'pa_size',40,1,1), +(1761,941,'pa_size',41,1,1), +(1763,941,'pa_size',42,1,1), +(1765,941,'pa_size',43,1,1), +(1767,941,'pa_size',44,1,1), +(1751,941,'pa_size',105,1,1), +(1752,941,'pa_size',106,1,1), +(1754,941,'pa_size',107,1,1), +(1756,941,'pa_size',108,1,1), +(1758,941,'pa_size',109,1,1), +(1760,941,'pa_size',110,1,1), +(1762,941,'pa_size',111,1,1), +(1764,941,'pa_size',112,1,1), +(1766,941,'pa_size',113,1,1), +(1736,953,'pa_size',37,1,1), +(1738,953,'pa_size',38,1,1), +(1740,953,'pa_size',39,1,1), +(1742,953,'pa_size',40,1,1), +(1744,953,'pa_size',41,1,1), +(1746,953,'pa_size',42,1,1), +(1748,953,'pa_size',43,1,1), +(1750,953,'pa_size',44,1,1), +(1734,953,'pa_size',105,1,1), +(1735,953,'pa_size',106,1,1), +(1737,953,'pa_size',107,1,1), +(1739,953,'pa_size',108,1,1), +(1741,953,'pa_size',109,1,1), +(1743,953,'pa_size',110,1,1), +(1745,953,'pa_size',111,1,1), +(1747,953,'pa_size',112,1,1), +(1749,953,'pa_size',113,1,1), +(1449,1444,'pa_side',45,1,1), +(1450,1444,'pa_side',77,1,1), +(1451,1444,'pa_side',78,1,1), +(1706,1467,'pa_size',37,1,1), +(1708,1467,'pa_size',38,1,1), +(1710,1467,'pa_size',39,1,1), +(1712,1467,'pa_size',40,1,1), +(1714,1467,'pa_size',41,1,1), +(1716,1467,'pa_size',42,1,1), +(1718,1467,'pa_size',43,1,1), +(1720,1467,'pa_size',44,1,1), +(1704,1467,'pa_size',105,1,1), +(1705,1467,'pa_size',106,1,1), +(1707,1467,'pa_size',107,1,1), +(1709,1467,'pa_size',108,1,1), +(1711,1467,'pa_size',109,1,1), +(1713,1467,'pa_size',110,1,1), +(1715,1467,'pa_size',111,1,1), +(1717,1467,'pa_size',112,1,1), +(1719,1467,'pa_size',113,1,1), +(1586,1574,'pa_giftcard-amount',86,1,1), +(1587,1574,'pa_giftcard-amount',87,1,1), +(1588,1574,'pa_giftcard-amount',88,1,1), +(1589,1574,'pa_giftcard-amount',89,1,1), +(1590,1574,'pa_giftcard-amount',90,1,1), +(1591,1574,'pa_giftcard-amount',91,1,1), +(1585,1574,'pa_giftcard-amount',92,1,1), +(1667,1574,'pa_giftcard-amount',95,1,1), +(1662,1574,'pa_giftcard-amount',96,1,1), +(1663,1574,'pa_giftcard-amount',97,1,1), +(1664,1574,'pa_giftcard-amount',98,1,1), +(1665,1574,'pa_giftcard-amount',99,1,1), +(1666,1574,'pa_giftcard-amount',100,1,1), +(1679,1673,'pa_material-workshop',102,1,1), +(1678,1673,'pa_material-workshop',103,1,1), +(1680,1673,'pa_material-workshop',104,1,1), +(1682,1681,'pa_material-workshop',102,1,1), +(1683,1681,'pa_material-workshop',103,1,1), +(1684,1681,'pa_material-workshop',104,1,1), +(1690,1689,'pa_material-workshop',102,1,1), +(1691,1689,'pa_material-workshop',103,1,1), +(1692,1689,'pa_material-workshop',104,1,1), +(1810,1809,'pa_size',58,1,1), +(1811,1809,'pa_size',59,1,1), +(1892,1889,'pa_size',37,1,1), +(1894,1889,'pa_size',38,1,1), +(1896,1889,'pa_size',39,1,1), +(1898,1889,'pa_size',40,1,1), +(1900,1889,'pa_size',41,1,1), +(1902,1889,'pa_size',42,1,1), +(1904,1889,'pa_size',43,1,1), +(1906,1889,'pa_size',44,1,1), +(1890,1889,'pa_size',105,1,1), +(1891,1889,'pa_size',106,1,1), +(1893,1889,'pa_size',107,1,1), +(1895,1889,'pa_size',108,1,1), +(1897,1889,'pa_size',109,1,1), +(1899,1889,'pa_size',110,1,1), +(1901,1889,'pa_size',111,1,1), +(1903,1889,'pa_size',112,1,1), +(1905,1889,'pa_size',113,1,1), +(1913,1912,'pa_side',45,1,1), +(1914,1912,'pa_side',77,1,1), +(1915,1912,'pa_side',78,1,1); +/*!40000 ALTER TABLE `haikuwp_wc_product_attributes_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_product_download_directories` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_product_download_directories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_product_download_directories` ( + `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `url` varchar(256) NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`url_id`), + KEY `url` (`url`(191)) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_product_download_directories` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_product_download_directories` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_product_download_directories` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_product_download_directories` VALUES +(3,'https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/',1); +/*!40000 ALTER TABLE `haikuwp_wc_product_download_directories` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_product_meta_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_product_meta_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_product_meta_lookup` ( + `product_id` bigint(20) NOT NULL, + `sku` varchar(100) DEFAULT '', + `virtual` tinyint(1) DEFAULT 0, + `downloadable` tinyint(1) DEFAULT 0, + `min_price` decimal(19,4) DEFAULT NULL, + `max_price` decimal(19,4) DEFAULT NULL, + `onsale` tinyint(1) DEFAULT 0, + `stock_quantity` double DEFAULT NULL, + `stock_status` varchar(100) DEFAULT 'instock', + `rating_count` bigint(20) DEFAULT 0, + `average_rating` decimal(3,2) DEFAULT 0.00, + `total_sales` bigint(20) DEFAULT 0, + `tax_status` varchar(100) DEFAULT 'taxable', + `tax_class` varchar(100) DEFAULT '', + `global_unique_id` varchar(100) DEFAULT '', + PRIMARY KEY (`product_id`), + KEY `virtual` (`virtual`), + KEY `downloadable` (`downloadable`), + KEY `stock_status` (`stock_status`), + KEY `stock_quantity` (`stock_quantity`), + KEY `onsale` (`onsale`), + KEY `min_max_price` (`min_price`,`max_price`), + KEY `sku` (`sku`(50)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_product_meta_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_product_meta_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_product_meta_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_product_meta_lookup` VALUES +(20,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(22,NULL,0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',NULL), +(23,NULL,0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',NULL), +(25,NULL,0,0,20.0000,20.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(28,NULL,0,0,65.0000,69.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(29,NULL,0,0,69.0000,69.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(30,NULL,0,0,65.0000,65.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(35,NULL,0,0,62.0000,68.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(36,NULL,0,0,68.0000,68.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(37,NULL,0,0,62.0000,62.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(41,NULL,0,0,72.0000,72.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(50,NULL,0,0,69.0000,69.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(56,NULL,0,0,35.0000,35.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(60,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(65,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(66,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(67,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(68,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(69,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(70,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(71,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(102,'IKKAN-B-s',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(113,'IKKAN-B-g',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(168,'Rokku-B',0,0,160.0000,160.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(183,'BOROBORO-BO2-s',0,0,50.0000,75.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(202,'PIASU-BO2',0,0,105.0000,170.0000,0,1,'instock',0,0.00,8,'taxable','',''), +(213,'BOROBORO-BO2-g',0,0,55.0000,80.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(240,'IKKAN-BR',0,0,120.0000,120.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(241,'IKKAN-BR-s-1',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(242,'IKKAN-BR-s-2',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(258,'FUYOU-BR-s',0,0,110.0000,110.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(263,'IKKAN-C',0,0,160.0000,160.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(274,'FUYOU-C',0,0,180.0000,180.0000,0,1,'instock',0,0.00,4,'taxable','',''), +(285,'HATTARI-CR2-s',0,0,55.0000,85.0000,0,0,'onbackorder',0,0.00,4,'taxable','',''), +(288,'HATTARI-CR2-g',0,0,60.0000,90.0000,0,0,'onbackorder',0,0.00,3,'taxable','',''), +(306,'TAMA-CR-s',0,0,65.0000,80.0000,0,1,'instock',0,0.00,6,'taxable','',''), +(312,'TAMA-CR-g',0,0,68.0000,85.0000,0,2,'instock',0,0.00,1,'taxable','',''), +(318,'FUYOU-CR1',0,0,65.0000,65.0000,0,1,'instock',0,0.00,3,'taxable','',''), +(393,'MUGURA-CR-s',0,0,68.0000,120.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(398,'MUGURA-CR-g',0,0,85.0000,85.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(435,'KARA-EC-s',0,0,50.0000,50.0000,0,2,'instock',0,0.00,4,'taxable','',''), +(447,'KARA-EC-s-1',0,0,55.0000,55.0000,0,4,'instock',0,0.00,3,'taxable','',''), +(490,'MUGU-BOP',0,0,48.0000,65.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(493,'HADOU-BOP-left',0,0,48.0000,48.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(494,'HADOU-BOP-pair',0,0,65.0000,65.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(495,'HADOU-BOP-right',0,0,48.0000,48.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(496,'MUGURA-CR1',0,0,50.0000,50.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(545,'KARA-CR1-g',0,0,50.0000,75.0000,0,0,'onbackorder',0,0.00,2,'taxable','',''), +(552,'KARA-CR-g-one',0,0,50.0000,50.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(553,'KARA-CR-g-pair',0,0,75.0000,75.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(554,'KARA-CR1-s',0,0,45.0000,70.0000,0,0,'onbackorder',0,0.00,2,'taxable','',''), +(555,'KARA-CR-s-pair',0,0,70.0000,70.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(556,'KARA-CR-s-one',0,0,45.0000,45.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(565,'BOROBORO-BO2-s-one',0,0,50.0000,50.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(566,'BOROBORO-BO2-s-pair',0,0,75.0000,75.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(567,'BOROBORO-BO2-s-two',0,0,50.0000,50.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(569,'BOROBORO-BO2-g-one',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(570,'BOROBORO-BO2-g-pair',0,0,80.0000,80.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(571,'BOROBORO-BO2-g-two',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(637,'PIASU-BO2-left',0,0,105.0000,105.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(638,'PIASU-BO2-pair',0,0,170.0000,170.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(639,'PIASU-BO2-right',0,0,105.0000,105.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(641,'HATTARI-CR1-s-left',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(642,'HATTARI-CR1-s-pair',0,0,85.0000,85.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(643,'HATTARI-CR1-s-right',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(645,'HATTARI-CR1-g-left',0,0,60.0000,60.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(646,'HATTARI-CR1-g-pair',0,0,90.0000,90.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(647,'HATTARI-CR1-g-right',0,0,60.0000,60.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(651,'TAMANORI-CR-s-long',0,0,68.0000,68.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(652,'TAMANORI-CR-s-pair',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(653,'TAMANORI-CR-s-short',0,0,65.0000,65.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(654,'TAMANORI-CR-g-long',0,0,70.0000,70.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(655,'TAMANORI-CR-g-pair',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(656,'TAMANORI-CR-g-short',0,0,68.0000,68.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(766,'FUYOU-BO',0,0,78.0000,120.0000,0,2,'instock',0,0.00,1,'taxable','',''), +(787,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(790,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(791,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(792,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(793,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(794,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(795,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(796,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(798,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(799,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(800,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(801,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(802,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(803,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(804,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(805,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(806,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(807,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(808,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(809,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(810,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(811,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(812,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(813,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(814,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(815,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(941,'UTEKI-B-s',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(953,'UTEKI-B-g',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(982,'UTEKI-C-s',0,0,115.0000,115.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(994,'UTEKI-C-g',0,0,120.0000,120.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1401,'UTEKI-CR-g',0,0,90.0000,90.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(1406,'UTEKI-CR-s',0,0,85.0000,85.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(1444,'PUCHI-BO',0,0,80.0000,130.0000,0,3,'instock',0,0.00,1,'taxable','',''), +(1449,'PUCHI-BO-pair',0,0,130.0000,130.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1450,'PUCHI-BO-left',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1451,'PUCHI-BO-right',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1467,'PIASU-B',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,3,'taxable','',''), +(1491,'KIME-CR1',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1512,'PIASU-EC-s',0,0,70.0000,70.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(1516,'PIASU-EC-g',0,0,75.0000,75.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(1531,'TAMA-EC-g',0,0,65.0000,65.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(1535,'TAMA-EC-s',0,0,60.0000,60.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(1541,'HATTARI-CR1-s',0,0,75.0000,75.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(1549,'HATTARI-CR1-g',0,0,80.0000,80.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(1555,'HATTARI-EC-s',0,0,60.0000,60.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(1560,'HATTARI-EC-g',0,0,65.0000,65.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(1574,'GIFTcard',0,0,40.0000,150.0000,0,NULL,'instock',0,0.00,3,'taxable','',''), +(1585,'GIFTcard-100',1,1,100.0000,100.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1586,'GIFTcard-40',1,1,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1587,'GIFTcard-50',1,1,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1588,'GIFTcard-60',1,1,60.0000,60.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1589,'GIFTcard-70',1,1,70.0000,70.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1590,'GIFTcard-80',1,1,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1591,'GIFTcard-90',1,1,90.0000,90.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1619,'',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1620,'',0,0,78.0000,78.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1621,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1662,'GIFTcard-110',1,1,110.0000,110.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1663,'GIFTcard-120',1,1,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1664,'GIFTcard-130',1,1,130.0000,130.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1665,'GIFTcard-140',1,1,140.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1666,'GIFTcard-150',1,1,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1667,'GIFTcard-55',1,1,55.0000,55.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1673,'WORKSHOP-EC',0,0,80.0000,95.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1678,'ECworkshop-gb',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1679,'ECworkshop-sb',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1680,'ECworkshop-slv',0,0,95.0000,95.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1681,'WORKSHOP-C',0,0,110.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1682,'Cworkshop-sb',0,0,110.0000,110.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1683,'Cworkshop-gb',0,0,115.0000,115.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1684,'Cworkshop-slv',0,0,140.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1689,'WORKSHOP-B',0,0,150.0000,180.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1690,'Rworkshop-sb',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1691,'Rworkshop-gb',0,0,155.0000,155.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1692,'Rworkshop-slv',0,0,180.0000,180.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1704,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1705,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1706,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1707,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1708,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1709,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1710,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1711,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1712,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1713,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1714,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1715,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1716,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1717,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1718,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1719,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1720,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1734,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1735,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1736,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1737,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1738,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1739,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1740,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1741,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1742,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1743,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1744,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1745,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1746,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1747,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1748,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1749,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1750,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1751,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1752,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1753,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1754,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1755,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1756,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1757,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1758,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1759,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1760,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1761,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1762,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1763,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1764,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1765,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1766,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1767,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1770,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1771,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1772,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1773,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1774,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1775,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1776,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1777,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1778,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1779,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1780,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1781,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1782,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1783,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1784,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1785,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1786,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1788,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1789,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1790,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1791,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1792,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1793,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1794,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1795,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1796,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1797,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1798,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1799,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1800,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1801,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1802,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1803,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1804,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1809,'IKKAN-BR-3',0,0,120.0000,120.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1810,'IKKAN-BR-s-3',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1811,'IKKAN-BR-s-4',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1843,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1846,'',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1847,'',0,0,68.0000,68.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1859,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1860,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1861,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1862,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1863,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1864,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1865,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1866,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1867,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1868,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1869,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1870,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1871,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1872,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1873,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1874,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1875,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1878,'UTEKI-EC-s',0,0,70.0000,70.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1882,'UTEKI-EC-g',0,0,75.0000,75.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1889,'HATTA-B-s',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1890,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1891,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1892,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1893,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1894,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1895,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1896,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1897,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1898,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1899,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1900,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1901,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1902,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1903,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1904,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1905,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1906,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1912,'IKKAN-BO',0,0,80.0000,130.0000,0,4,'instock',0,0.00,0,'taxable','',''), +(1913,'PUCHI-BO-pair-1',0,0,130.0000,130.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1914,'PUCHI-BO-left-1',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1915,'PUCHI-BO-right-1',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''); +/*!40000 ALTER TABLE `haikuwp_wc_product_meta_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_rate_limits` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_rate_limits`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_rate_limits` ( + `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `rate_limit_key` varchar(200) NOT NULL, + `rate_limit_expiry` bigint(20) unsigned NOT NULL, + `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0, + PRIMARY KEY (`rate_limit_id`), + UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_rate_limits` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_rate_limits` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_rate_limits` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_rate_limits` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_reserved_stock` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_reserved_stock`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_reserved_stock` ( + `order_id` bigint(20) NOT NULL, + `product_id` bigint(20) NOT NULL, + `stock_quantity` double NOT NULL DEFAULT 0, + `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`order_id`,`product_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_reserved_stock` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_reserved_stock` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_reserved_stock` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_reserved_stock` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_tax_rate_classes` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_tax_rate_classes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_tax_rate_classes` ( + `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(200) NOT NULL DEFAULT '', + `slug` varchar(200) NOT NULL DEFAULT '', + PRIMARY KEY (`tax_rate_class_id`), + UNIQUE KEY `slug` (`slug`(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 `haikuwp_wc_tax_rate_classes` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_tax_rate_classes` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_tax_rate_classes` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_tax_rate_classes` VALUES +(1,'Reduced rate','reduced-rate'), +(2,'Zero rate','zero-rate'); +/*!40000 ALTER TABLE `haikuwp_wc_tax_rate_classes` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_webhooks` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_webhooks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_webhooks` ( + `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `status` varchar(200) NOT NULL, + `name` text NOT NULL, + `user_id` bigint(20) unsigned NOT NULL, + `delivery_url` text NOT NULL, + `secret` text NOT NULL, + `topic` varchar(200) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `api_version` smallint(4) NOT NULL, + `failure_count` smallint(10) NOT NULL DEFAULT 0, + `pending_delivery` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`webhook_id`), + KEY `user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_webhooks` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_webhooks` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_webhooks` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_webhooks` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_api_keys` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_api_keys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_api_keys` ( + `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `description` varchar(200) DEFAULT NULL, + `permissions` varchar(10) NOT NULL, + `consumer_key` char(64) NOT NULL, + `consumer_secret` char(43) NOT NULL, + `nonces` longtext DEFAULT NULL, + `truncated_key` char(7) NOT NULL, + `last_access` datetime DEFAULT NULL, + PRIMARY KEY (`key_id`), + KEY `consumer_key` (`consumer_key`), + KEY `consumer_secret` (`consumer_secret`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_api_keys` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_api_keys` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_api_keys` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_api_keys` VALUES +(3,1,'lecture-clients','read_write','5d6090d73adb9034e3ece67a7e0394110a40dc8da3d59244bc4e916e8fd16533','cs_e213979ea3d1490b275dd75c8d53d05c82853119',NULL,'3606954','2026-05-05 14:16:28'); +/*!40000 ALTER TABLE `haikuwp_woocommerce_api_keys` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_attribute_taxonomies` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_attribute_taxonomies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_attribute_taxonomies` ( + `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `attribute_name` varchar(200) NOT NULL, + `attribute_label` varchar(200) DEFAULT NULL, + `attribute_type` varchar(20) NOT NULL, + `attribute_orderby` varchar(20) NOT NULL, + `attribute_public` int(1) NOT NULL DEFAULT 1, + PRIMARY KEY (`attribute_id`), + KEY `attribute_name` (`attribute_name`(20)) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_attribute_taxonomies` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_attribute_taxonomies` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_attribute_taxonomies` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_attribute_taxonomies` VALUES +(1,'size','Size','select','menu_order',0), +(2,'side','Side','select','menu_order',0), +(3,'stone','Stone','select','name',0), +(4,'giftcard-amount','Amount','select','menu_order',0), +(5,'material-workshop','Material','select','menu_order',0); +/*!40000 ALTER TABLE `haikuwp_woocommerce_attribute_taxonomies` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_downloadable_product_permissions` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_downloadable_product_permissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_downloadable_product_permissions` ( + `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `download_id` varchar(36) NOT NULL, + `product_id` bigint(20) unsigned NOT NULL, + `order_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `order_key` varchar(200) NOT NULL, + `user_email` varchar(200) NOT NULL, + `user_id` bigint(20) unsigned DEFAULT NULL, + `downloads_remaining` varchar(9) DEFAULT NULL, + `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `access_expires` datetime DEFAULT NULL, + `download_count` bigint(20) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`permission_id`), + KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), + KEY `download_order_product` (`download_id`,`order_id`,`product_id`), + KEY `order_id` (`order_id`), + KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`), + KEY `idx_user_email` (`user_email`(100)) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_downloadable_product_permissions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_downloadable_product_permissions` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_downloadable_product_permissions` VALUES +(1,'ceb86d6c-4948-429f-9599-d44445860ad1',1587,1612,'wc_order_HkwS6DwyNbAPZ','laura.folli@laposte.net',0,'','2025-12-14 00:00:00',NULL,0), +(2,'c6aa6909-f134-4c3c-b239-bcb4a2a92c60',1587,1612,'wc_order_HkwS6DwyNbAPZ','laura.folli@laposte.net',0,'','2025-12-14 00:00:00',NULL,0), +(3,'ce9ccfa6-ce89-41bd-9bb3-4181ff7ff9e8',1585,1656,'wc_order_wJW3yI8MzgMt2','louise.mongeau@gmail.com',0,'','2026-02-11 00:00:00',NULL,0), +(4,'3bcd25d4-4366-419f-8681-cb1dcf1507ec',1585,1656,'wc_order_wJW3yI8MzgMt2','louise.mongeau@gmail.com',0,'','2026-02-11 00:00:00',NULL,0), +(5,'e920c9ea-40ef-44cd-a166-ffeab8869448',1667,1672,'wc_order_ppwhaf0Y9yxYO','al.terrade@gmail.com',0,'','2026-03-09 00:00:00',NULL,0), +(6,'c0759fae-fd4e-442b-b336-bdb7694d2db6',1667,1672,'wc_order_ppwhaf0Y9yxYO','al.terrade@gmail.com',0,'','2026-03-09 00:00:00',NULL,0); +/*!40000 ALTER TABLE `haikuwp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_log` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_log` ( + `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `timestamp` datetime NOT NULL, + `level` smallint(4) NOT NULL, + `source` varchar(200) NOT NULL, + `message` longtext NOT NULL, + `context` longtext DEFAULT NULL, + PRIMARY KEY (`log_id`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_log` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_log` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_log` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_order_itemmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_order_itemmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_order_itemmeta` ( + `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_item_id` bigint(20) unsigned NOT NULL, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL, + PRIMARY KEY (`meta_id`), + KEY `order_item_id` (`order_item_id`), + KEY `meta_key` (`meta_key`(32)) +) ENGINE=InnoDB AUTO_INCREMENT=4760 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_order_itemmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_order_itemmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_itemmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_order_itemmeta` VALUES +(1125,138,'_product_id','288'), +(1126,138,'_variation_id','646'), +(1127,138,'_qty','1'), +(1128,138,'_tax_class',''), +(1129,138,'_line_subtotal','80'), +(1130,138,'_line_subtotal_tax','0'), +(1131,138,'_line_total','80'), +(1132,138,'_line_tax','0'), +(1133,138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1134,138,'pa_side','pair'), +(1135,139,'method_id','mondial_relay_point_relais'), +(1136,139,'instance_id',''), +(1137,139,'cost','0'), +(1138,139,'total_tax','0'), +(1139,139,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1195,147,'_product_id','251'), +(1196,147,'_variation_id','0'), +(1197,147,'_qty','1'), +(1198,147,'_tax_class',''), +(1199,147,'_line_subtotal','65'), +(1200,147,'_line_subtotal_tax','0'), +(1201,147,'_line_total','65'), +(1202,147,'_line_tax','0'), +(1203,147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1204,148,'method_id','mondial_relay_point_relais'), +(1205,148,'instance_id',''), +(1206,148,'cost','0'), +(1207,148,'total_tax','0'), +(1208,148,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1223,151,'_product_id','251'), +(1224,151,'_variation_id','0'), +(1225,151,'_qty','1'), +(1226,151,'_tax_class',''), +(1227,151,'_line_subtotal','65'), +(1228,151,'_line_subtotal_tax','0'), +(1229,151,'_line_total','65'), +(1230,151,'_line_tax','0'), +(1231,151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1232,152,'_product_id','271'), +(1233,152,'_variation_id','0'), +(1234,152,'_qty','1'), +(1235,152,'_tax_class',''), +(1236,152,'_line_subtotal','95'), +(1237,152,'_line_subtotal_tax','0'), +(1238,152,'_line_total','95'), +(1239,152,'_line_tax','0'), +(1240,152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1241,153,'method_id','mondial_relay_point_relais'), +(1242,153,'instance_id',''), +(1243,153,'cost','0'), +(1244,153,'total_tax','0'), +(1245,153,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1246,154,'_product_id','202'), +(1247,154,'_variation_id','637'), +(1248,154,'_qty','1'), +(1249,154,'_tax_class',''), +(1250,154,'_line_subtotal','50'), +(1251,154,'_line_subtotal_tax','0'), +(1252,154,'_line_total','50'), +(1253,154,'_line_tax','0'), +(1254,154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1255,154,'pa_side','left-side'), +(1256,155,'_product_id','291'), +(1257,155,'_variation_id','649'), +(1258,155,'_qty','1'), +(1259,155,'_tax_class',''), +(1260,155,'_line_subtotal','70'), +(1261,155,'_line_subtotal_tax','0'), +(1262,155,'_line_total','70'), +(1263,155,'_line_tax','0'), +(1264,155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1265,155,'pa_side','pair'), +(1266,156,'method_id','mondial_relay_point_relais'), +(1267,156,'instance_id',''), +(1268,156,'cost','0'), +(1269,156,'total_tax','0'), +(1270,156,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1285,159,'_product_id','521'), +(1286,159,'_variation_id','523'), +(1287,159,'_qty','1'), +(1288,159,'_tax_class',''), +(1289,159,'_line_subtotal','60'), +(1290,159,'_line_subtotal_tax','0'), +(1291,159,'_line_total','60'), +(1292,159,'_line_tax','0'), +(1293,159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1294,159,'pa_stone','tiger-eye'), +(1295,160,'_product_id','342'), +(1296,160,'_variation_id','563'), +(1297,160,'_qty','1'), +(1298,160,'_tax_class',''), +(1299,160,'_line_subtotal','25'), +(1300,160,'_line_subtotal_tax','0'), +(1301,160,'_line_total','25'), +(1302,160,'_line_tax','0'), +(1303,160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1304,160,'pa_side','short'), +(1305,161,'_product_id','342'), +(1306,161,'_variation_id','560'), +(1307,161,'_qty','1'), +(1308,161,'_tax_class',''), +(1309,161,'_line_subtotal','58'), +(1310,161,'_line_subtotal_tax','0'), +(1311,161,'_line_total','58'), +(1312,161,'_line_tax','0'), +(1313,161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1314,161,'pa_side','all'), +(1315,162,'method_id','mondial_relay_point_relais'), +(1316,162,'instance_id',''), +(1317,162,'cost','0'), +(1318,162,'total_tax','0'), +(1319,162,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1320,163,'_product_id','263'), +(1321,163,'_variation_id','0'), +(1322,163,'_qty','1'), +(1323,163,'_tax_class',''), +(1324,163,'_line_subtotal','90'), +(1325,163,'_line_subtotal_tax','0'), +(1326,163,'_line_total','90'), +(1327,163,'_line_tax','0'), +(1328,163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1329,164,'method_id','mondial_relay_point_relais'), +(1330,164,'instance_id',''), +(1331,164,'cost','0'), +(1332,164,'total_tax','0'), +(1333,164,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1334,165,'_product_id','306'), +(1335,165,'_variation_id','652'), +(1336,165,'_qty','1'), +(1337,165,'_tax_class',''), +(1338,165,'_line_subtotal','70'), +(1339,165,'_line_subtotal_tax','0'), +(1340,165,'_line_total','70'), +(1341,165,'_line_tax','0'), +(1342,165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1343,165,'pa_side','pair'), +(1344,166,'_product_id','183'), +(1345,166,'_variation_id','566'), +(1346,166,'_qty','1'), +(1347,166,'_tax_class',''), +(1348,166,'_line_subtotal','70'), +(1349,166,'_line_subtotal_tax','0'), +(1350,166,'_line_total','70'), +(1351,166,'_line_tax','0'), +(1352,166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1353,166,'pa_side','pair'), +(1354,167,'_product_id','274'), +(1355,167,'_variation_id','0'), +(1356,167,'_qty','1'), +(1357,167,'_tax_class',''), +(1358,167,'_line_subtotal','95'), +(1359,167,'_line_subtotal_tax','0'), +(1360,167,'_line_total','95'), +(1361,167,'_line_tax','0'), +(1362,167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1363,168,'method_id','mondial_relay_point_relais'), +(1364,168,'instance_id',''), +(1365,168,'cost','0'), +(1366,168,'total_tax','0'), +(1367,168,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1426,177,'_product_id','288'), +(1427,177,'_variation_id','646'), +(1428,177,'_qty','1'), +(1429,177,'_tax_class',''), +(1430,177,'_line_subtotal','80'), +(1431,177,'_line_subtotal_tax','0'), +(1432,177,'_line_total','80'), +(1433,177,'_line_tax','0'), +(1434,177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1435,177,'pa_side','pair'), +(1436,178,'_product_id','285'), +(1437,178,'_variation_id','642'), +(1438,178,'_qty','1'), +(1439,178,'_tax_class',''), +(1440,178,'_line_subtotal','75'), +(1441,178,'_line_subtotal_tax','0'), +(1442,178,'_line_total','75'), +(1443,178,'_line_tax','0'), +(1444,178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1445,178,'pa_side','pair'), +(1446,179,'method_id','mondial_relay_point_relais'), +(1447,179,'instance_id',''), +(1448,179,'cost','0'), +(1449,179,'total_tax','0'), +(1450,179,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1451,180,'_product_id','312'), +(1452,180,'_variation_id','655'), +(1453,180,'_qty','1'), +(1454,180,'_tax_class',''), +(1455,180,'_line_subtotal','75'), +(1456,180,'_line_subtotal_tax','0'), +(1457,180,'_line_total','75'), +(1458,180,'_line_tax','0'), +(1459,180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1460,180,'pa_side','pair'), +(1461,181,'method_id','mondial_relay_point_relais'), +(1462,181,'instance_id',''), +(1463,181,'cost','0'), +(1464,181,'total_tax','0'), +(1465,181,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1466,182,'_product_id','335'), +(1467,182,'_variation_id','0'), +(1468,182,'_qty','1'), +(1469,182,'_tax_class',''), +(1470,182,'_line_subtotal','40'), +(1471,182,'_line_subtotal_tax','0'), +(1472,182,'_line_total','40'), +(1473,182,'_line_tax','0'), +(1474,182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1475,183,'_product_id','545'), +(1476,183,'_variation_id','553'), +(1477,183,'_qty','1'), +(1478,183,'_tax_class',''), +(1479,183,'_line_subtotal','60'), +(1480,183,'_line_subtotal_tax','0'), +(1481,183,'_line_total','60'), +(1482,183,'_line_tax','0'), +(1483,183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1484,183,'pa_side','pair'), +(1485,184,'method_id','mondial_relay_point_relais'), +(1486,184,'instance_id',''), +(1487,184,'cost','0'), +(1488,184,'total_tax','0'), +(1489,184,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1490,185,'_product_id','306'), +(1491,185,'_variation_id','653'), +(1492,185,'_qty','1'), +(1493,185,'_tax_class',''), +(1494,185,'_line_subtotal','48'), +(1495,185,'_line_subtotal_tax','0'), +(1496,185,'_line_total','48'), +(1497,185,'_line_tax','0'), +(1498,185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1499,185,'pa_side','short'), +(1500,186,'method_id','flat_rate'), +(1501,186,'instance_id',''), +(1502,186,'cost','1200'), +(1503,186,'total_tax','0'), +(1504,186,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1555,193,'_product_id','271'), +(1556,193,'_variation_id','0'), +(1557,193,'_qty','1'), +(1558,193,'_tax_class',''), +(1559,193,'_line_subtotal','95'), +(1560,193,'_line_subtotal_tax','0'), +(1561,193,'_line_total','95'), +(1562,193,'_line_tax','0'), +(1563,193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1564,194,'method_id','mondial_relay_point_relais'), +(1565,194,'instance_id',''), +(1566,194,'cost','0'), +(1567,194,'total_tax','0'), +(1568,194,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1569,195,'_product_id','288'), +(1570,195,'_variation_id','646'), +(1571,195,'_qty','1'), +(1572,195,'_tax_class',''), +(1573,195,'_line_subtotal','80'), +(1574,195,'_line_subtotal_tax','0'), +(1575,195,'_line_total','80'), +(1576,195,'_line_tax','0'), +(1577,195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1578,195,'pa_side','pair'), +(1579,196,'method_id','mondial_relay_point_relais'), +(1580,196,'instance_id',''), +(1581,196,'cost','0'), +(1582,196,'total_tax','0'), +(1583,196,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1584,197,'_product_id','545'), +(1585,197,'_variation_id','553'), +(1586,197,'_qty','1'), +(1587,197,'_tax_class',''), +(1588,197,'_line_subtotal','60'), +(1589,197,'_line_subtotal_tax','0'), +(1590,197,'_line_total','60'), +(1591,197,'_line_tax','0'), +(1592,197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1593,197,'pa_side','pair'), +(1594,198,'_product_id','490'), +(1595,198,'_variation_id','494'), +(1596,198,'_qty','1'), +(1597,198,'_tax_class',''), +(1598,198,'_line_subtotal','45'), +(1599,198,'_line_subtotal_tax','0'), +(1600,198,'_line_total','45'), +(1601,198,'_line_tax','0'), +(1602,198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1603,198,'pa_side','pair'), +(1604,199,'method_id','mondial_relay_point_relais'), +(1605,199,'instance_id',''), +(1606,199,'cost','0'), +(1607,199,'total_tax','0'), +(1608,199,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1609,200,'_product_id','365'), +(1610,200,'_variation_id','677'), +(1611,200,'_qty','1'), +(1612,200,'_tax_class',''), +(1613,200,'_line_subtotal','60'), +(1614,200,'_line_subtotal_tax','0'), +(1615,200,'_line_total','60'), +(1616,200,'_line_tax','0'), +(1617,200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1618,200,'pa_side','pair'), +(1619,201,'method_id','mondial_relay_point_relais'), +(1620,201,'instance_id',''), +(1621,201,'cost','0'), +(1622,201,'total_tax','0'), +(1623,201,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1624,202,'_product_id','306'), +(1625,202,'_variation_id','651'), +(1626,202,'_qty','1'), +(1627,202,'_tax_class',''), +(1628,202,'_line_subtotal','50'), +(1629,202,'_line_subtotal_tax','0'), +(1630,202,'_line_total','50'), +(1631,202,'_line_tax','0'), +(1632,202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1633,202,'pa_side','long'), +(1634,203,'method_id','flat_rate'), +(1635,203,'instance_id',''), +(1636,203,'cost','12'), +(1637,203,'total_tax','0'), +(1638,203,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1639,204,'_product_id','325'), +(1640,204,'_variation_id','0'), +(1641,204,'_qty','1'), +(1642,204,'_tax_class',''), +(1643,204,'_line_subtotal','35'), +(1644,204,'_line_subtotal_tax','0'), +(1645,204,'_line_total','35'), +(1646,204,'_line_tax','0'), +(1647,204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1648,205,'_product_id','554'), +(1649,205,'_variation_id','555'), +(1650,205,'_qty','1'), +(1651,205,'_tax_class',''), +(1652,205,'_line_subtotal','55'), +(1653,205,'_line_subtotal_tax','0'), +(1654,205,'_line_total','55'), +(1655,205,'_line_tax','0'), +(1656,205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1657,205,'pa_side','pair'), +(1658,206,'_product_id','435'), +(1659,206,'_variation_id','0'), +(1660,206,'_qty','1'), +(1661,206,'_tax_class',''), +(1662,206,'_line_subtotal','35'), +(1663,206,'_line_subtotal_tax','0'), +(1664,206,'_line_total','35'), +(1665,206,'_line_tax','0'), +(1666,206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1667,207,'_product_id','521'), +(1668,207,'_variation_id','523'), +(1669,207,'_qty','1'), +(1670,207,'_tax_class',''), +(1671,207,'_line_subtotal','60'), +(1672,207,'_line_subtotal_tax','0'), +(1673,207,'_line_total','60'), +(1674,207,'_line_tax','0'), +(1675,207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1676,207,'pa_stone','tiger-eye'), +(1677,208,'_product_id','251'), +(1678,208,'_variation_id','0'), +(1679,208,'_qty','1'), +(1680,208,'_tax_class',''), +(1681,208,'_line_subtotal','65'), +(1682,208,'_line_subtotal_tax','0'), +(1683,208,'_line_total','65'), +(1684,208,'_line_tax','0'), +(1685,208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1686,209,'method_id','mondial_relay_point_relais'), +(1687,209,'instance_id',''), +(1688,209,'cost','0'), +(1689,209,'total_tax','0'), +(1690,209,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1720,214,'_product_id','331'), +(1721,214,'_variation_id','0'), +(1722,214,'_qty','1'), +(1723,214,'_tax_class',''), +(1724,214,'_line_subtotal','35'), +(1725,214,'_line_subtotal_tax','0'), +(1726,214,'_line_total','35'), +(1727,214,'_line_tax','0'), +(1728,214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1729,215,'method_id','mondial_relay_point_relais'), +(1730,215,'instance_id',''), +(1731,215,'cost','3'), +(1732,215,'total_tax','0'), +(1733,215,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1734,216,'_product_id','202'), +(1735,216,'_variation_id','638'), +(1736,216,'_qty','1'), +(1737,216,'_tax_class',''), +(1738,216,'_line_subtotal','85'), +(1739,216,'_line_subtotal_tax','0'), +(1740,216,'_line_total','85'), +(1741,216,'_line_tax','0'), +(1742,216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1743,216,'pa_side','pair'), +(1744,217,'_product_id','306'), +(1745,217,'_variation_id','652'), +(1746,217,'_qty','1'), +(1747,217,'_tax_class',''), +(1748,217,'_line_subtotal','70'), +(1749,217,'_line_subtotal_tax','0'), +(1750,217,'_line_total','70'), +(1751,217,'_line_tax','0'), +(1752,217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1753,217,'pa_side','pair'), +(1754,218,'method_id','mondial_relay_point_relais'), +(1755,218,'instance_id',''), +(1756,218,'cost','0'), +(1757,218,'total_tax','0'), +(1758,218,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1759,219,'_product_id','291'), +(1760,219,'_variation_id','649'), +(1761,219,'_qty','1'), +(1762,219,'_tax_class',''), +(1763,219,'_line_subtotal','70'), +(1764,219,'_line_subtotal_tax','0'), +(1765,219,'_line_total','70'), +(1766,219,'_line_tax','0'), +(1767,219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1768,219,'pa_side','pair'), +(1769,220,'method_id','mondial_relay_point_relais'), +(1770,220,'instance_id',''), +(1771,220,'cost','0'), +(1772,220,'total_tax','0'), +(1773,220,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1788,223,'_product_id','435'), +(1789,223,'_variation_id','0'), +(1790,223,'_qty','1'), +(1791,223,'_tax_class',''), +(1792,223,'_line_subtotal','35'), +(1793,223,'_line_subtotal_tax','0'), +(1794,223,'_line_total','35'), +(1795,223,'_line_tax','0'), +(1796,223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1797,224,'method_id','mondial_relay_point_relais'), +(1798,224,'instance_id',''), +(1799,224,'cost','3'), +(1800,224,'total_tax','0'), +(1801,224,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1817,227,'_product_id','430'), +(1818,227,'_variation_id','845'), +(1819,227,'_qty','1'), +(1820,227,'_tax_class',''), +(1821,227,'_line_subtotal','45'), +(1822,227,'_line_subtotal_tax','0'), +(1823,227,'_line_total','45'), +(1824,227,'_line_tax','0'), +(1825,227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1826,227,'pa_stone','lapis-lazuli'), +(1827,228,'method_id','mondial_relay_point_relais'), +(1828,228,'instance_id',''), +(1829,228,'cost','3'), +(1830,228,'total_tax','0'), +(1831,228,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1846,231,'_product_id','271'), +(1847,231,'_variation_id','0'), +(1848,231,'_qty','1'), +(1849,231,'_tax_class',''), +(1850,231,'_line_subtotal','95'), +(1851,231,'_line_subtotal_tax','0'), +(1852,231,'_line_total','95'), +(1853,231,'_line_tax','0'), +(1854,231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1855,232,'method_id','mondial_relay_point_relais'), +(1856,232,'instance_id',''), +(1857,232,'cost','0'), +(1858,232,'total_tax','0'), +(1859,232,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1875,235,'_product_id','274'), +(1876,235,'_variation_id','0'), +(1877,235,'_qty','1'), +(1878,235,'_tax_class',''), +(1879,235,'_line_subtotal','95'), +(1880,235,'_line_subtotal_tax','0'), +(1881,235,'_line_total','95'), +(1882,235,'_line_tax','0'), +(1883,235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1884,236,'method_id','mondial_relay_point_relais'), +(1885,236,'instance_id',''), +(1886,236,'cost','0'), +(1887,236,'total_tax','0'), +(1888,236,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1889,237,'_product_id','168'), +(1890,237,'_variation_id','200'), +(1891,237,'_qty','1'), +(1892,237,'_tax_class',''), +(1893,237,'_line_subtotal','150'), +(1894,237,'_line_subtotal_tax','0'), +(1895,237,'_line_total','150'), +(1896,237,'_line_tax','0'), +(1897,237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1898,237,'pa_stone','malachite'), +(1899,238,'method_id','mondial_relay_point_relais'), +(1900,238,'instance_id',''), +(1901,238,'cost','0'), +(1902,238,'total_tax','0'), +(1903,238,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1904,239,'_product_id','168'), +(1905,239,'_variation_id','200'), +(1906,239,'_qty','1'), +(1907,239,'_tax_class',''), +(1908,239,'_line_subtotal','150'), +(1909,239,'_line_subtotal_tax','0'), +(1910,239,'_line_total','150'), +(1911,239,'_line_tax','0'), +(1912,239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1913,239,'pa_stone','malachite'), +(1914,240,'_product_id','447'), +(1915,240,'_variation_id','0'), +(1916,240,'_qty','1'), +(1917,240,'_tax_class',''), +(1918,240,'_line_subtotal','40'), +(1919,240,'_line_subtotal_tax','0'), +(1920,240,'_line_total','40'), +(1921,240,'_line_tax','0'), +(1922,240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1923,241,'method_id','mondial_relay_point_relais'), +(1924,241,'instance_id',''), +(1925,241,'cost','0'), +(1926,241,'total_tax','0'), +(1927,241,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1928,242,'_product_id','342'), +(1929,242,'_variation_id','560'), +(1930,242,'_qty','1'), +(1931,242,'_tax_class',''), +(1932,242,'_line_subtotal','58'), +(1933,242,'_line_subtotal_tax','0'), +(1934,242,'_line_total','58'), +(1935,242,'_line_tax','0'), +(1936,242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1937,242,'pa_side','all'), +(1938,243,'_product_id','433'), +(1939,243,'_variation_id','478'), +(1940,243,'_qty','1'), +(1941,243,'_tax_class',''), +(1942,243,'_line_subtotal','48'), +(1943,243,'_line_subtotal_tax','0'), +(1944,243,'_line_total','48'), +(1945,243,'_line_tax','0'), +(1946,243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1947,243,'pa_stone','lapis-lazuli'), +(1948,244,'method_id','mondial_relay_point_relais'), +(1949,244,'instance_id',''), +(1950,244,'cost','0'), +(1951,244,'total_tax','0'), +(1952,244,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1967,247,'_product_id','328'), +(1968,247,'_variation_id','0'), +(1969,247,'_qty','1'), +(1970,247,'_tax_class',''), +(1971,247,'_line_subtotal','40'), +(1972,247,'_line_subtotal_tax','0'), +(1973,247,'_line_total','40'), +(1974,247,'_line_tax','0'), +(1975,247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1976,248,'method_id','mondial_relay_point_relais'), +(1977,248,'instance_id',''), +(1978,248,'cost','3'), +(1979,248,'total_tax','0'), +(1980,248,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1996,251,'_product_id','318'), +(1997,251,'_variation_id','0'), +(1998,251,'_qty','1'), +(1999,251,'_tax_class',''), +(2000,251,'_line_subtotal','40'), +(2001,251,'_line_subtotal_tax','0'), +(2002,251,'_line_total','40'), +(2003,251,'_line_tax','0'), +(2004,251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2005,252,'method_id','mondial_relay_point_relais'), +(2006,252,'instance_id',''), +(2007,252,'cost','3'), +(2008,252,'total_tax','0'), +(2009,252,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2050,258,'_product_id','342'), +(2051,258,'_variation_id','563'), +(2052,258,'_qty','2'), +(2053,258,'_tax_class',''), +(2054,258,'_line_subtotal','60'), +(2055,258,'_line_subtotal_tax','0'), +(2056,258,'_line_total','60'), +(2057,258,'_line_tax','0'), +(2058,258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2059,258,'pa_side','short'), +(2060,259,'method_id','mondial_relay_point_relais'), +(2061,259,'instance_id',''), +(2062,259,'cost','0'), +(2063,259,'total_tax','0'), +(2064,259,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2065,260,'_product_id','342'), +(2066,260,'_variation_id','563'), +(2067,260,'_qty','2'), +(2068,260,'_tax_class',''), +(2069,260,'_line_subtotal','60'), +(2070,260,'_line_subtotal_tax','0'), +(2071,260,'_line_total','60'), +(2072,260,'_line_tax','0'), +(2073,260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2074,260,'pa_side','short'), +(2075,261,'method_id','mondial_relay_point_relais'), +(2076,261,'instance_id',''), +(2077,261,'cost','0'), +(2078,261,'total_tax','0'), +(2079,261,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2095,264,'_product_id','447'), +(2096,264,'_variation_id','0'), +(2097,264,'_qty','1'), +(2098,264,'_tax_class',''), +(2099,264,'_line_subtotal','45'), +(2100,264,'_line_subtotal_tax','0'), +(2101,264,'_line_total','45'), +(2102,264,'_line_tax','0'), +(2103,264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2104,265,'_product_id','435'), +(2105,265,'_variation_id','0'), +(2106,265,'_qty','1'), +(2107,265,'_tax_class',''), +(2108,265,'_line_subtotal','40'), +(2109,265,'_line_subtotal_tax','0'), +(2110,265,'_line_total','40'), +(2111,265,'_line_tax','0'), +(2112,265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2113,266,'_product_id','328'), +(2114,266,'_variation_id','0'), +(2115,266,'_qty','1'), +(2116,266,'_tax_class',''), +(2117,266,'_line_subtotal','45'), +(2118,266,'_line_subtotal_tax','0'), +(2119,266,'_line_total','45'), +(2120,266,'_line_tax','0'), +(2121,266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2122,267,'method_id','mondial_relay_point_relais'), +(2123,267,'instance_id',''), +(2124,267,'cost','0'), +(2125,267,'total_tax','0'), +(2126,267,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2142,270,'_product_id','447'), +(2143,270,'_variation_id','0'), +(2144,270,'_qty','1'), +(2145,270,'_tax_class',''), +(2146,270,'_line_subtotal','45'), +(2147,270,'_line_subtotal_tax','0'), +(2148,270,'_line_total','45'), +(2149,270,'_line_tax','0'), +(2150,270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2151,271,'_product_id','202'), +(2152,271,'_variation_id','638'), +(2153,271,'_qty','1'), +(2154,271,'_tax_class',''), +(2155,271,'_line_subtotal','85'), +(2156,271,'_line_subtotal_tax','0'), +(2157,271,'_line_total','85'), +(2158,271,'_line_tax','0'), +(2159,271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2160,271,'pa_side','pair'), +(2161,272,'method_id','mondial_relay_point_relais'), +(2162,272,'instance_id',''), +(2163,272,'cost','0'), +(2164,272,'total_tax','0'), +(2165,272,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2273,287,'_product_id','1004'), +(2274,287,'_variation_id','1005'), +(2275,287,'_qty','1'), +(2276,287,'_tax_class',''), +(2277,287,'_line_subtotal','70'), +(2278,287,'_line_subtotal_tax','0'), +(2279,287,'_line_total','70'), +(2280,287,'_line_tax','0'), +(2281,287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2282,287,'pa_side','pair'), +(2283,288,'_product_id','202'), +(2284,288,'_variation_id','638'), +(2285,288,'_qty','1'), +(2286,288,'_tax_class',''), +(2287,288,'_line_subtotal','85'), +(2288,288,'_line_subtotal_tax','0'), +(2289,288,'_line_total','85'), +(2290,288,'_line_tax','0'), +(2291,288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2292,288,'pa_side','pair'), +(2293,289,'method_id','mondial_relay_point_relais'), +(2294,289,'instance_id',''), +(2295,289,'cost','0'), +(2296,289,'total_tax','0'), +(2297,289,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2719,343,'_product_id','554'), +(2720,343,'_variation_id','555'), +(2721,343,'_qty','1'), +(2722,343,'_tax_class',''), +(2723,343,'_line_subtotal','65'), +(2724,343,'_line_subtotal_tax','0'), +(2725,343,'_line_total','65'), +(2726,343,'_line_tax','0'), +(2727,343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2728,343,'pa_side','pair'), +(2729,344,'_product_id','318'), +(2730,344,'_variation_id','0'), +(2731,344,'_qty','1'), +(2732,344,'_tax_class',''), +(2733,344,'_line_subtotal','45'), +(2734,344,'_line_subtotal_tax','0'), +(2735,344,'_line_total','45'), +(2736,344,'_line_tax','0'), +(2737,344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2738,345,'method_id','mondial_relay_point_relais'), +(2739,345,'instance_id',''), +(2740,345,'cost','0'), +(2741,345,'total_tax','0'), +(2742,345,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2743,346,'_product_id','1467'), +(2744,346,'_variation_id','1468'), +(2745,346,'_qty','1'), +(2746,346,'_tax_class',''), +(2747,346,'_line_subtotal','120'), +(2748,346,'_line_subtotal_tax','0'), +(2749,346,'_line_total','120'), +(2750,346,'_line_tax','0'), +(2751,346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2752,346,'pa_size','50'), +(2753,347,'method_id','mondial_relay_point_relais'), +(2754,347,'instance_id',''), +(2755,347,'cost','0'), +(2756,347,'total_tax','0'), +(2757,347,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2758,348,'_product_id','213'), +(2759,348,'_variation_id','570'), +(2760,348,'_qty','1'), +(2761,348,'_tax_class',''), +(2762,348,'_line_subtotal','75'), +(2763,348,'_line_subtotal_tax','0'), +(2764,348,'_line_total','75'), +(2765,348,'_line_tax','0'), +(2766,348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2767,348,'pa_side','pair'), +(2768,349,'method_id','mondial_relay_point_relais'), +(2769,349,'instance_id',''), +(2770,349,'cost','0'), +(2771,349,'total_tax','0'), +(2772,349,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2773,350,'_product_id','342'), +(2774,350,'_variation_id','560'), +(2775,350,'_qty','1'), +(2776,350,'_tax_class',''), +(2777,350,'_line_subtotal','55'), +(2778,350,'_line_subtotal_tax','0'), +(2779,350,'_line_total','55'), +(2780,350,'_line_tax','0'), +(2781,350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2782,350,'pa_side','all'), +(2783,351,'method_id','mondial_relay_point_relais'), +(2784,351,'instance_id',''), +(2785,351,'cost','0'), +(2786,351,'total_tax','0'), +(2787,351,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2788,352,'_product_id','202'), +(2789,352,'_variation_id','638'), +(2790,352,'_qty','1'), +(2791,352,'_tax_class',''), +(2792,352,'_line_subtotal','85'), +(2793,352,'_line_subtotal_tax','0'), +(2794,352,'_line_total','85'), +(2795,352,'_line_tax','0'), +(2796,352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2797,352,'pa_side','pair'), +(2798,353,'method_id','mondial_relay_point_relais'), +(2799,353,'instance_id',''), +(2800,353,'cost','0'), +(2801,353,'total_tax','0'), +(2802,353,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2803,354,'_product_id','202'), +(2804,354,'_variation_id','638'), +(2805,354,'_qty','1'), +(2806,354,'_tax_class',''), +(2807,354,'_line_subtotal','85'), +(2808,354,'_line_subtotal_tax','0'), +(2809,354,'_line_total','85'), +(2810,354,'_line_tax','0'), +(2811,354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2812,354,'pa_side','pair'), +(2813,355,'method_id','mondial_relay_point_relais'), +(2814,355,'instance_id',''), +(2815,355,'cost','0'), +(2816,355,'total_tax','0'), +(2817,355,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2818,356,'_product_id','274'), +(2819,356,'_variation_id','0'), +(2820,356,'_qty','1'), +(2821,356,'_tax_class',''), +(2822,356,'_line_subtotal','120'), +(2823,356,'_line_subtotal_tax','0'), +(2824,356,'_line_total','120'), +(2825,356,'_line_tax','0'), +(2826,356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2827,357,'method_id','mondial_relay_point_relais'), +(2828,357,'instance_id',''), +(2829,357,'cost','0'), +(2830,357,'total_tax','0'), +(2831,357,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2832,358,'_product_id','306'), +(2833,358,'_variation_id','651'), +(2834,358,'_qty','1'), +(2835,358,'_tax_class',''), +(2836,358,'_line_subtotal','50'), +(2837,358,'_line_subtotal_tax','0'), +(2838,358,'_line_total','50'), +(2839,358,'_line_tax','0'), +(2840,358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2841,358,'pa_side','long'), +(2842,359,'_product_id','306'), +(2843,359,'_variation_id','653'), +(2844,359,'_qty','1'), +(2845,359,'_tax_class',''), +(2846,359,'_line_subtotal','48'), +(2847,359,'_line_subtotal_tax','0'), +(2848,359,'_line_total','48'), +(2849,359,'_line_tax','0'), +(2850,359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2851,359,'pa_side','short'), +(2852,360,'_product_id','285'), +(2853,360,'_variation_id','642'), +(2854,360,'_qty','1'), +(2855,360,'_tax_class',''), +(2856,360,'_line_subtotal','85'), +(2857,360,'_line_subtotal_tax','0'), +(2858,360,'_line_total','85'), +(2859,360,'_line_tax','0'), +(2860,360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2861,360,'pa_side','pair'), +(2862,361,'method_id','free_shipping'), +(2863,361,'instance_id',''), +(2864,361,'cost','0'), +(2865,361,'total_tax','0'), +(2866,361,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2867,362,'_product_id','285'), +(2868,362,'_variation_id','642'), +(2869,362,'_qty','1'), +(2870,362,'_tax_class',''), +(2871,362,'_line_subtotal','85'), +(2872,362,'_line_subtotal_tax','0'), +(2873,362,'_line_total','85'), +(2874,362,'_line_tax','0'), +(2875,362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2876,362,'pa_side','pair'), +(2877,363,'method_id','mondial_relay_point_relais'), +(2878,363,'instance_id',''), +(2879,363,'cost','0'), +(2880,363,'total_tax','0'), +(2881,363,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2912,368,'_product_id','0'), +(2913,369,'_product_id','0'), +(2914,368,'_variation_id','0'), +(2915,369,'_variation_id','0'), +(2916,368,'_qty','2'), +(2917,369,'_qty','2'), +(2918,368,'_tax_class',''), +(2919,369,'_tax_class',''), +(2920,368,'_line_subtotal','50'), +(2921,369,'_line_subtotal','50'), +(2922,368,'_line_subtotal_tax','0'), +(2923,369,'_line_subtotal_tax','0'), +(2924,368,'_line_total','50'), +(2925,369,'_line_total','50'), +(2926,368,'_line_tax','0'), +(2927,369,'_line_tax','0'), +(2928,368,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2929,369,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2930,370,'_product_id','0'), +(2931,371,'_product_id','0'), +(2932,370,'_variation_id','0'), +(2933,371,'_variation_id','0'), +(2934,370,'_qty','1'), +(2935,371,'_qty','1'), +(2936,370,'_tax_class',''), +(2937,371,'_tax_class',''), +(2938,370,'_line_subtotal','20'), +(2939,371,'_line_subtotal','20'), +(2940,370,'_line_subtotal_tax','0'), +(2941,371,'_line_subtotal_tax','0'), +(2942,370,'_line_total','20'), +(2943,371,'_line_total','20'), +(2944,370,'_line_tax','0'), +(2945,371,'_line_tax','0'), +(2946,370,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2947,371,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2948,370,'Colour','Red'), +(2949,371,'Colour','Red'), +(2950,370,'Size','Small'), +(2951,371,'Size','Small'), +(2952,372,'_product_id','0'), +(2953,373,'_product_id','0'), +(2954,372,'_variation_id','0'), +(2955,373,'_variation_id','0'), +(2956,372,'_qty','1'), +(2957,373,'_qty','1'), +(2958,372,'_tax_class',''), +(2959,373,'_tax_class',''), +(2960,372,'_line_subtotal','15'), +(2961,373,'_line_subtotal','15'), +(2962,372,'_line_subtotal_tax','0'), +(2963,373,'_line_subtotal_tax','0'), +(2964,372,'_line_total','15'), +(2965,373,'_line_total','15'), +(2966,372,'_line_tax','0'), +(2967,373,'_line_tax','0'), +(2968,372,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2969,373,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2970,374,'_product_id','0'), +(2971,375,'_product_id','0'), +(2972,374,'_variation_id','0'), +(2973,375,'_variation_id','0'), +(2974,374,'_qty','2'), +(2975,375,'_qty','2'), +(2976,374,'_tax_class',''), +(2977,375,'_tax_class',''), +(2978,374,'_line_subtotal','50'), +(2979,375,'_line_subtotal','50'), +(2980,374,'_line_subtotal_tax','0'), +(2981,375,'_line_subtotal_tax','0'), +(2982,374,'_line_total','50'), +(2983,375,'_line_total','50'), +(2984,374,'_line_tax','0'), +(2985,375,'_line_tax','0'), +(2986,374,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2987,375,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2988,376,'_product_id','0'), +(2989,377,'_product_id','0'), +(2990,376,'_variation_id','0'), +(2991,377,'_variation_id','0'), +(2992,376,'_qty','1'), +(2993,377,'_qty','1'), +(2994,376,'_tax_class',''), +(2995,377,'_tax_class',''), +(2996,376,'_line_subtotal','20'), +(2997,377,'_line_subtotal','20'), +(2998,376,'_line_subtotal_tax','0'), +(2999,377,'_line_subtotal_tax','0'), +(3000,376,'_line_total','20'), +(3001,377,'_line_total','20'), +(3002,376,'_line_tax','0'), +(3003,377,'_line_tax','0'), +(3004,376,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3005,376,'Colour','Red'), +(3006,377,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3007,376,'Size','Small'), +(3008,377,'Colour','Red'), +(3009,377,'Size','Small'), +(3010,378,'_product_id','0'), +(3011,378,'_variation_id','0'), +(3012,379,'_product_id','0'), +(3013,378,'_qty','1'), +(3014,379,'_variation_id','0'), +(3015,378,'_tax_class',''), +(3016,379,'_qty','1'), +(3017,378,'_line_subtotal','15'), +(3018,379,'_tax_class',''), +(3019,378,'_line_subtotal_tax','0'), +(3020,379,'_line_subtotal','15'), +(3021,378,'_line_total','15'), +(3022,379,'_line_subtotal_tax','0'), +(3023,378,'_line_tax','0'), +(3024,379,'_line_total','15'), +(3025,378,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3026,379,'_line_tax','0'), +(3027,379,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3028,381,'_product_id','0'), +(3029,380,'_product_id','0'), +(3030,381,'_variation_id','0'), +(3031,380,'_variation_id','0'), +(3032,381,'_qty','2'), +(3033,380,'_qty','2'), +(3034,381,'_tax_class',''), +(3035,380,'_tax_class',''), +(3036,381,'_line_subtotal','50'), +(3037,380,'_line_subtotal','50'), +(3038,381,'_line_subtotal_tax','0'), +(3039,380,'_line_subtotal_tax','0'), +(3040,381,'_line_total','50'), +(3041,380,'_line_total','50'), +(3042,381,'_line_tax','0'), +(3043,380,'_line_tax','0'), +(3044,381,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3045,380,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3046,382,'_product_id','0'), +(3047,383,'_product_id','0'), +(3048,382,'_variation_id','0'), +(3049,383,'_variation_id','0'), +(3050,382,'_qty','1'), +(3051,383,'_qty','1'), +(3052,382,'_tax_class',''), +(3053,383,'_tax_class',''), +(3054,382,'_line_subtotal','20'), +(3055,383,'_line_subtotal','20'), +(3056,382,'_line_subtotal_tax','0'), +(3057,383,'_line_subtotal_tax','0'), +(3058,382,'_line_total','20'), +(3059,383,'_line_total','20'), +(3060,382,'_line_tax','0'), +(3061,383,'_line_tax','0'), +(3062,382,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3063,383,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3064,382,'Colour','Red'), +(3065,383,'Colour','Red'), +(3066,382,'Size','Small'), +(3067,383,'Size','Small'), +(3068,384,'_product_id','0'), +(3069,385,'_product_id','0'), +(3070,384,'_variation_id','0'), +(3071,385,'_variation_id','0'), +(3072,384,'_qty','1'), +(3073,385,'_qty','1'), +(3074,384,'_tax_class',''), +(3075,385,'_tax_class',''), +(3076,384,'_line_subtotal','15'), +(3077,385,'_line_subtotal','15'), +(3078,384,'_line_subtotal_tax','0'), +(3079,385,'_line_subtotal_tax','0'), +(3080,384,'_line_total','15'), +(3081,385,'_line_total','15'), +(3082,384,'_line_tax','0'), +(3083,385,'_line_tax','0'), +(3084,384,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3085,385,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3086,386,'_product_id','0'), +(3087,387,'_product_id','0'), +(3088,386,'_variation_id','0'), +(3089,387,'_variation_id','0'), +(3090,386,'_qty','2'), +(3091,387,'_qty','2'), +(3092,386,'_tax_class',''), +(3093,387,'_tax_class',''), +(3094,386,'_line_subtotal','50'), +(3095,387,'_line_subtotal','50'), +(3096,386,'_line_subtotal_tax','0'), +(3097,387,'_line_subtotal_tax','0'), +(3098,386,'_line_total','50'), +(3099,387,'_line_total','50'), +(3100,386,'_line_tax','0'), +(3101,387,'_line_tax','0'), +(3102,386,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3103,387,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3104,388,'_product_id','0'), +(3105,389,'_product_id','0'), +(3106,388,'_variation_id','0'), +(3107,389,'_variation_id','0'), +(3108,388,'_qty','1'), +(3109,389,'_qty','1'), +(3110,388,'_tax_class',''), +(3111,389,'_tax_class',''), +(3112,388,'_line_subtotal','20'), +(3113,389,'_line_subtotal','20'), +(3114,388,'_line_subtotal_tax','0'), +(3115,389,'_line_subtotal_tax','0'), +(3116,388,'_line_total','20'), +(3117,389,'_line_total','20'), +(3118,388,'_line_tax','0'), +(3119,389,'_line_tax','0'), +(3120,388,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3121,389,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3122,388,'Colour','Red'), +(3123,389,'Colour','Red'), +(3124,388,'Size','Small'), +(3125,389,'Size','Small'), +(3126,390,'_product_id','0'), +(3127,391,'_product_id','0'), +(3128,390,'_variation_id','0'), +(3129,391,'_variation_id','0'), +(3130,390,'_qty','1'), +(3131,391,'_qty','1'), +(3132,390,'_tax_class',''), +(3133,391,'_tax_class',''), +(3134,390,'_line_subtotal','15'), +(3135,391,'_line_subtotal','15'), +(3136,390,'_line_subtotal_tax','0'), +(3137,391,'_line_subtotal_tax','0'), +(3138,390,'_line_total','15'), +(3139,391,'_line_total','15'), +(3140,390,'_line_tax','0'), +(3141,391,'_line_tax','0'), +(3142,390,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3143,391,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3144,392,'_product_id','0'), +(3145,392,'_variation_id','0'), +(3146,393,'_product_id','0'), +(3147,392,'_qty','2'), +(3148,393,'_variation_id','0'), +(3149,392,'_tax_class',''), +(3150,393,'_qty','2'), +(3151,392,'_line_subtotal','50'), +(3152,393,'_tax_class',''), +(3153,392,'_line_subtotal_tax','0'), +(3154,393,'_line_subtotal','50'), +(3155,392,'_line_total','50'), +(3156,393,'_line_subtotal_tax','0'), +(3157,392,'_line_tax','0'), +(3158,393,'_line_total','50'), +(3159,392,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3160,393,'_line_tax','0'), +(3161,393,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3162,394,'_product_id','0'), +(3163,394,'_variation_id','0'), +(3164,395,'_product_id','0'), +(3165,394,'_qty','1'), +(3166,395,'_variation_id','0'), +(3167,394,'_tax_class',''), +(3168,395,'_qty','1'), +(3169,394,'_line_subtotal','20'), +(3170,395,'_tax_class',''), +(3171,394,'_line_subtotal_tax','0'), +(3172,395,'_line_subtotal','20'), +(3173,394,'_line_total','20'), +(3174,395,'_line_subtotal_tax','0'), +(3175,394,'_line_tax','0'), +(3176,395,'_line_total','20'), +(3177,394,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3178,394,'Colour','Red'), +(3179,395,'_line_tax','0'), +(3180,394,'Size','Small'), +(3181,395,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3182,395,'Colour','Red'), +(3183,395,'Size','Small'), +(3184,396,'_product_id','0'), +(3185,396,'_variation_id','0'), +(3186,397,'_product_id','0'), +(3187,396,'_qty','1'), +(3188,397,'_variation_id','0'), +(3189,396,'_tax_class',''), +(3190,397,'_qty','1'), +(3191,396,'_line_subtotal','15'), +(3192,397,'_tax_class',''), +(3193,396,'_line_subtotal_tax','0'), +(3194,397,'_line_subtotal','15'), +(3195,396,'_line_total','15'), +(3196,397,'_line_subtotal_tax','0'), +(3197,396,'_line_tax','0'), +(3198,397,'_line_total','15'), +(3199,396,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3200,397,'_line_tax','0'), +(3201,397,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3202,398,'_product_id','0'), +(3203,398,'_variation_id','0'), +(3204,398,'_qty','2'), +(3205,398,'_tax_class',''), +(3206,398,'_line_subtotal','50'), +(3207,398,'_line_subtotal_tax','0'), +(3208,398,'_line_total','50'), +(3209,398,'_line_tax','0'), +(3210,398,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3211,399,'_product_id','0'), +(3212,399,'_variation_id','0'), +(3213,399,'_qty','1'), +(3214,399,'_tax_class',''), +(3215,399,'_line_subtotal','20'), +(3216,399,'_line_subtotal_tax','0'), +(3217,399,'_line_total','20'), +(3218,399,'_line_tax','0'), +(3219,399,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3220,399,'Colour','Red'), +(3221,399,'Size','Small'), +(3222,400,'_product_id','0'), +(3223,400,'_variation_id','0'), +(3224,400,'_qty','1'), +(3225,400,'_tax_class',''), +(3226,400,'_line_subtotal','15'), +(3227,400,'_line_subtotal_tax','0'), +(3228,400,'_line_total','15'), +(3229,400,'_line_tax','0'), +(3230,400,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3231,401,'_product_id','0'), +(3232,401,'_variation_id','0'), +(3233,401,'_qty','2'), +(3234,401,'_tax_class',''), +(3235,401,'_line_subtotal','50'), +(3236,401,'_line_subtotal_tax','0'), +(3237,401,'_line_total','50'), +(3238,401,'_line_tax','0'), +(3239,401,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3240,402,'_product_id','0'), +(3241,402,'_variation_id','0'), +(3242,402,'_qty','1'), +(3243,402,'_tax_class',''), +(3244,402,'_line_subtotal','20'), +(3245,402,'_line_subtotal_tax','0'), +(3246,402,'_line_total','20'), +(3247,402,'_line_tax','0'), +(3248,402,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3249,402,'Colour','Red'), +(3250,402,'Size','Small'), +(3251,403,'_product_id','0'), +(3252,403,'_variation_id','0'), +(3253,404,'_product_id','0'), +(3254,403,'_qty','2'), +(3255,404,'_variation_id','0'), +(3256,403,'_tax_class',''), +(3257,404,'_qty','1'), +(3258,403,'_line_subtotal','50'), +(3259,404,'_tax_class',''), +(3260,403,'_line_subtotal_tax','0'), +(3261,404,'_line_subtotal','15'), +(3262,403,'_line_total','50'), +(3263,404,'_line_subtotal_tax','0'), +(3264,403,'_line_tax','0'), +(3265,404,'_line_total','15'), +(3266,403,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3267,404,'_line_tax','0'), +(3268,404,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3269,405,'_product_id','0'), +(3270,405,'_variation_id','0'), +(3271,405,'_qty','1'), +(3272,405,'_tax_class',''), +(3273,405,'_line_subtotal','20'), +(3274,405,'_line_subtotal_tax','0'), +(3275,405,'_line_total','20'), +(3276,405,'_line_tax','0'), +(3277,405,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3278,405,'Colour','Red'), +(3279,405,'Size','Small'), +(3280,406,'_product_id','0'), +(3281,406,'_variation_id','0'), +(3282,406,'_qty','1'), +(3283,406,'_tax_class',''), +(3284,406,'_line_subtotal','15'), +(3285,406,'_line_subtotal_tax','0'), +(3286,406,'_line_total','15'), +(3287,406,'_line_tax','0'), +(3288,406,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3289,407,'_product_id','0'), +(3290,407,'_variation_id','0'), +(3291,407,'_qty','2'), +(3292,407,'_tax_class',''), +(3293,407,'_line_subtotal','50'), +(3294,407,'_line_subtotal_tax','0'), +(3295,407,'_line_total','50'), +(3296,408,'_product_id','0'), +(3297,407,'_line_tax','0'), +(3298,408,'_variation_id','0'), +(3299,407,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3300,408,'_qty','2'), +(3301,408,'_tax_class',''), +(3302,409,'_product_id','0'), +(3303,408,'_line_subtotal','50'), +(3304,409,'_variation_id','0'), +(3305,408,'_line_subtotal_tax','0'), +(3306,409,'_qty','1'), +(3307,408,'_line_total','50'), +(3308,409,'_tax_class',''), +(3309,408,'_line_tax','0'), +(3310,409,'_line_subtotal','20'), +(3311,408,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3312,409,'_line_subtotal_tax','0'), +(3313,409,'_line_total','20'), +(3314,410,'_product_id','0'), +(3315,409,'_line_tax','0'), +(3316,410,'_variation_id','0'), +(3317,409,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3318,410,'_qty','1'), +(3319,409,'Colour','Red'), +(3320,410,'_tax_class',''), +(3321,409,'Size','Small'), +(3322,410,'_line_subtotal','20'), +(3323,410,'_line_subtotal_tax','0'), +(3324,411,'_product_id','0'), +(3325,410,'_line_total','20'), +(3326,411,'_variation_id','0'), +(3327,410,'_line_tax','0'), +(3328,411,'_qty','1'), +(3329,410,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3330,411,'_tax_class',''), +(3331,410,'Colour','Red'), +(3332,410,'Size','Small'), +(3333,411,'_line_subtotal','15'), +(3334,411,'_line_subtotal_tax','0'), +(3335,412,'_product_id','0'), +(3336,411,'_line_total','15'), +(3337,412,'_variation_id','0'), +(3338,411,'_line_tax','0'), +(3339,412,'_qty','1'), +(3340,411,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3341,412,'_tax_class',''), +(3342,412,'_line_subtotal','15'), +(3343,412,'_line_subtotal_tax','0'), +(3344,412,'_line_total','15'), +(3345,412,'_line_tax','0'), +(3346,412,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3347,413,'_product_id','0'), +(3348,414,'_product_id','0'), +(3349,413,'_variation_id','0'), +(3350,414,'_variation_id','0'), +(3351,413,'_qty','2'), +(3352,414,'_qty','2'), +(3353,413,'_tax_class',''), +(3354,414,'_tax_class',''), +(3355,413,'_line_subtotal','50'), +(3356,414,'_line_subtotal','50'), +(3357,413,'_line_subtotal_tax','0'), +(3358,414,'_line_subtotal_tax','0'), +(3359,413,'_line_total','50'), +(3360,414,'_line_total','50'), +(3361,413,'_line_tax','0'), +(3362,414,'_line_tax','0'), +(3363,413,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3364,414,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3365,415,'_product_id','0'), +(3366,416,'_product_id','0'), +(3367,415,'_variation_id','0'), +(3368,416,'_variation_id','0'), +(3369,415,'_qty','1'), +(3370,416,'_qty','1'), +(3371,415,'_tax_class',''), +(3372,416,'_tax_class',''), +(3373,415,'_line_subtotal','20'), +(3374,416,'_line_subtotal','20'), +(3375,415,'_line_subtotal_tax','0'), +(3376,416,'_line_subtotal_tax','0'), +(3377,415,'_line_total','20'), +(3378,416,'_line_total','20'), +(3379,415,'_line_tax','0'), +(3380,416,'_line_tax','0'), +(3381,415,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3382,415,'Colour','Red'), +(3383,416,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3384,415,'Size','Small'), +(3385,416,'Colour','Red'), +(3386,416,'Size','Small'), +(3387,417,'_product_id','0'), +(3388,418,'_product_id','0'), +(3389,417,'_variation_id','0'), +(3390,418,'_variation_id','0'), +(3391,417,'_qty','1'), +(3392,418,'_qty','1'), +(3393,417,'_tax_class',''), +(3394,418,'_tax_class',''), +(3395,417,'_line_subtotal','15'), +(3396,418,'_line_subtotal','15'), +(3397,417,'_line_subtotal_tax','0'), +(3398,418,'_line_subtotal_tax','0'), +(3399,417,'_line_total','15'), +(3400,418,'_line_total','15'), +(3401,417,'_line_tax','0'), +(3402,418,'_line_tax','0'), +(3403,417,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3404,418,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3405,419,'_product_id','0'), +(3406,419,'_variation_id','0'), +(3407,420,'_product_id','0'), +(3408,419,'_qty','2'), +(3409,420,'_variation_id','0'), +(3410,419,'_tax_class',''), +(3411,420,'_qty','2'), +(3412,419,'_line_subtotal','50'), +(3413,420,'_tax_class',''), +(3414,419,'_line_subtotal_tax','0'), +(3415,420,'_line_subtotal','50'), +(3416,419,'_line_total','50'), +(3417,420,'_line_subtotal_tax','0'), +(3418,419,'_line_tax','0'), +(3419,420,'_line_total','50'), +(3420,419,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3421,420,'_line_tax','0'), +(3422,420,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3423,421,'_product_id','0'), +(3424,421,'_variation_id','0'), +(3425,422,'_product_id','0'), +(3426,421,'_qty','1'), +(3427,422,'_variation_id','0'), +(3428,421,'_tax_class',''), +(3429,422,'_qty','1'), +(3430,421,'_line_subtotal','20'), +(3431,422,'_tax_class',''), +(3432,421,'_line_subtotal_tax','0'), +(3433,422,'_line_subtotal','20'), +(3434,421,'_line_total','20'), +(3435,422,'_line_subtotal_tax','0'), +(3436,421,'_line_tax','0'), +(3437,422,'_line_total','20'), +(3438,421,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3439,422,'_line_tax','0'), +(3440,421,'Colour','Red'), +(3441,421,'Size','Small'), +(3442,422,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3443,422,'Colour','Red'), +(3444,422,'Size','Small'), +(3445,423,'_product_id','0'), +(3446,423,'_variation_id','0'), +(3447,424,'_product_id','0'), +(3448,423,'_qty','1'), +(3449,424,'_variation_id','0'), +(3450,423,'_tax_class',''), +(3451,424,'_qty','1'), +(3452,423,'_line_subtotal','15'), +(3453,424,'_tax_class',''), +(3454,423,'_line_subtotal_tax','0'), +(3455,424,'_line_subtotal','15'), +(3456,423,'_line_total','15'), +(3457,424,'_line_subtotal_tax','0'), +(3458,423,'_line_tax','0'), +(3459,424,'_line_total','15'), +(3460,423,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3461,424,'_line_tax','0'), +(3462,424,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3463,425,'_product_id','0'), +(3464,426,'_product_id','0'), +(3465,425,'_variation_id','0'), +(3466,426,'_variation_id','0'), +(3467,425,'_qty','2'), +(3468,426,'_qty','2'), +(3469,425,'_tax_class',''), +(3470,426,'_tax_class',''), +(3471,425,'_line_subtotal','50'), +(3472,426,'_line_subtotal','50'), +(3473,425,'_line_subtotal_tax','0'), +(3474,426,'_line_subtotal_tax','0'), +(3475,425,'_line_total','50'), +(3476,426,'_line_total','50'), +(3477,425,'_line_tax','0'), +(3478,426,'_line_tax','0'), +(3479,425,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3480,426,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3481,427,'_product_id','0'), +(3482,428,'_product_id','0'), +(3483,427,'_variation_id','0'), +(3484,428,'_variation_id','0'), +(3485,427,'_qty','1'), +(3486,428,'_qty','1'), +(3487,427,'_tax_class',''), +(3488,428,'_tax_class',''), +(3489,427,'_line_subtotal','20'), +(3490,428,'_line_subtotal','20'), +(3491,427,'_line_subtotal_tax','0'), +(3492,428,'_line_subtotal_tax','0'), +(3493,427,'_line_total','20'), +(3494,428,'_line_total','20'), +(3495,427,'_line_tax','0'), +(3496,428,'_line_tax','0'), +(3497,427,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3498,428,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3499,427,'Colour','Red'), +(3500,428,'Colour','Red'), +(3501,427,'Size','Small'), +(3502,428,'Size','Small'), +(3503,429,'_product_id','0'), +(3504,430,'_product_id','0'), +(3505,429,'_variation_id','0'), +(3506,430,'_variation_id','0'), +(3507,429,'_qty','1'), +(3508,430,'_qty','1'), +(3509,429,'_tax_class',''), +(3510,430,'_tax_class',''), +(3511,429,'_line_subtotal','15'), +(3512,430,'_line_subtotal','15'), +(3513,429,'_line_subtotal_tax','0'), +(3514,430,'_line_subtotal_tax','0'), +(3515,429,'_line_total','15'), +(3516,430,'_line_total','15'), +(3517,429,'_line_tax','0'), +(3518,430,'_line_tax','0'), +(3519,429,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3520,430,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3521,431,'_product_id','0'), +(3522,432,'_product_id','0'), +(3523,431,'_variation_id','0'), +(3524,432,'_variation_id','0'), +(3525,431,'_qty','2'), +(3526,432,'_qty','2'), +(3527,431,'_tax_class',''), +(3528,432,'_tax_class',''), +(3529,431,'_line_subtotal','50'), +(3530,432,'_line_subtotal','50'), +(3531,431,'_line_subtotal_tax','0'), +(3532,432,'_line_subtotal_tax','0'), +(3533,431,'_line_total','50'), +(3534,432,'_line_total','50'), +(3535,431,'_line_tax','0'), +(3536,432,'_line_tax','0'), +(3537,431,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3538,432,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3539,433,'_product_id','0'), +(3540,434,'_product_id','0'), +(3541,433,'_variation_id','0'), +(3542,434,'_variation_id','0'), +(3543,433,'_qty','1'), +(3544,434,'_qty','1'), +(3545,433,'_tax_class',''), +(3546,434,'_tax_class',''), +(3547,433,'_line_subtotal','20'), +(3548,434,'_line_subtotal','20'), +(3549,433,'_line_subtotal_tax','0'), +(3550,434,'_line_subtotal_tax','0'), +(3551,433,'_line_total','20'), +(3552,434,'_line_total','20'), +(3553,433,'_line_tax','0'), +(3554,434,'_line_tax','0'), +(3555,433,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3556,434,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3557,433,'Colour','Red'), +(3558,434,'Colour','Red'), +(3559,433,'Size','Small'), +(3560,434,'Size','Small'), +(3561,435,'_product_id','0'), +(3562,436,'_product_id','0'), +(3563,435,'_variation_id','0'), +(3564,436,'_variation_id','0'), +(3565,435,'_qty','1'), +(3566,436,'_qty','1'), +(3567,435,'_tax_class',''), +(3568,436,'_tax_class',''), +(3569,435,'_line_subtotal','15'), +(3570,436,'_line_subtotal','15'), +(3571,435,'_line_subtotal_tax','0'), +(3572,436,'_line_subtotal_tax','0'), +(3573,435,'_line_total','15'), +(3574,436,'_line_total','15'), +(3575,435,'_line_tax','0'), +(3576,436,'_line_tax','0'), +(3577,435,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3578,436,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3579,437,'_product_id','0'), +(3580,437,'_variation_id','0'), +(3581,437,'_qty','2'), +(3582,437,'_tax_class',''), +(3583,437,'_line_subtotal','50'), +(3584,437,'_line_subtotal_tax','0'), +(3585,437,'_line_total','50'), +(3586,437,'_line_tax','0'), +(3587,437,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3588,438,'_product_id','0'), +(3589,438,'_variation_id','0'), +(3590,438,'_qty','1'), +(3591,438,'_tax_class',''), +(3592,438,'_line_subtotal','20'), +(3593,438,'_line_subtotal_tax','0'), +(3594,438,'_line_total','20'), +(3595,438,'_line_tax','0'), +(3596,438,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3597,438,'Colour','Red'), +(3598,438,'Size','Small'), +(3599,439,'_product_id','0'), +(3600,439,'_variation_id','0'), +(3601,439,'_qty','1'), +(3602,439,'_tax_class',''), +(3603,439,'_line_subtotal','15'), +(3604,439,'_line_subtotal_tax','0'), +(3605,440,'_product_id','0'), +(3606,439,'_line_total','15'), +(3607,440,'_variation_id','0'), +(3608,439,'_line_tax','0'), +(3609,440,'_qty','2'), +(3610,439,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3611,440,'_tax_class',''), +(3612,440,'_line_subtotal','50'), +(3613,440,'_line_subtotal_tax','0'), +(3614,440,'_line_total','50'), +(3615,440,'_line_tax','0'), +(3616,440,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3617,441,'_product_id','0'), +(3618,441,'_variation_id','0'), +(3619,441,'_qty','1'), +(3620,441,'_tax_class',''), +(3621,441,'_line_subtotal','20'), +(3622,441,'_line_subtotal_tax','0'), +(3623,441,'_line_total','20'), +(3624,441,'_line_tax','0'), +(3625,441,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3626,441,'Colour','Red'), +(3627,441,'Size','Small'), +(3628,442,'_product_id','0'), +(3629,442,'_variation_id','0'), +(3630,442,'_qty','1'), +(3631,442,'_tax_class',''), +(3632,442,'_line_subtotal','15'), +(3633,442,'_line_subtotal_tax','0'), +(3634,442,'_line_total','15'), +(3635,442,'_line_tax','0'), +(3636,442,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3637,444,'_product_id','0'), +(3638,443,'_product_id','0'), +(3639,443,'_variation_id','0'), +(3640,444,'_variation_id','0'), +(3641,443,'_qty','2'), +(3642,444,'_qty','2'), +(3643,443,'_tax_class',''), +(3644,444,'_tax_class',''), +(3645,443,'_line_subtotal','50'), +(3646,444,'_line_subtotal','50'), +(3647,443,'_line_subtotal_tax','0'), +(3648,444,'_line_subtotal_tax','0'), +(3649,443,'_line_total','50'), +(3650,444,'_line_total','50'), +(3651,443,'_line_tax','0'), +(3652,444,'_line_tax','0'), +(3653,443,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3654,444,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3655,445,'_product_id','0'), +(3656,445,'_variation_id','0'), +(3657,446,'_product_id','0'), +(3658,445,'_qty','1'), +(3659,446,'_variation_id','0'), +(3660,445,'_tax_class',''), +(3661,446,'_qty','1'), +(3662,446,'_tax_class',''), +(3663,445,'_line_subtotal','20'), +(3664,446,'_line_subtotal','20'), +(3665,445,'_line_subtotal_tax','0'), +(3666,446,'_line_subtotal_tax','0'), +(3667,445,'_line_total','20'), +(3668,446,'_line_total','20'), +(3669,445,'_line_tax','0'), +(3670,446,'_line_tax','0'), +(3671,445,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3672,446,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3673,445,'Colour','Red'), +(3674,446,'Colour','Red'), +(3675,445,'Size','Small'), +(3676,446,'Size','Small'), +(3677,447,'_product_id','0'), +(3678,448,'_product_id','0'), +(3679,447,'_variation_id','0'), +(3680,448,'_variation_id','0'), +(3681,447,'_qty','1'), +(3682,448,'_qty','1'), +(3683,447,'_tax_class',''), +(3684,448,'_tax_class',''), +(3685,447,'_line_subtotal','15'), +(3686,448,'_line_subtotal','15'), +(3687,447,'_line_subtotal_tax','0'), +(3688,448,'_line_subtotal_tax','0'), +(3689,447,'_line_total','15'), +(3690,448,'_line_total','15'), +(3691,447,'_line_tax','0'), +(3692,448,'_line_tax','0'), +(3693,447,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3694,448,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3695,449,'_product_id','0'), +(3696,450,'_product_id','0'), +(3697,449,'_variation_id','0'), +(3698,450,'_variation_id','0'), +(3699,449,'_qty','2'), +(3700,450,'_qty','2'), +(3701,449,'_tax_class',''), +(3702,450,'_tax_class',''), +(3703,449,'_line_subtotal','50'), +(3704,450,'_line_subtotal','50'), +(3705,449,'_line_subtotal_tax','0'), +(3706,450,'_line_subtotal_tax','0'), +(3707,449,'_line_total','50'), +(3708,450,'_line_total','50'), +(3709,449,'_line_tax','0'), +(3710,450,'_line_tax','0'), +(3711,449,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3712,450,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3713,451,'_product_id','0'), +(3714,452,'_product_id','0'), +(3715,451,'_variation_id','0'), +(3716,452,'_variation_id','0'), +(3717,451,'_qty','1'), +(3718,452,'_qty','1'), +(3719,451,'_tax_class',''), +(3720,452,'_tax_class',''), +(3721,451,'_line_subtotal','20'), +(3722,452,'_line_subtotal','20'), +(3723,451,'_line_subtotal_tax','0'), +(3724,452,'_line_subtotal_tax','0'), +(3725,451,'_line_total','20'), +(3726,452,'_line_total','20'), +(3727,451,'_line_tax','0'), +(3728,452,'_line_tax','0'), +(3729,451,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3730,452,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3731,451,'Colour','Red'), +(3732,452,'Colour','Red'), +(3733,451,'Size','Small'), +(3734,452,'Size','Small'), +(3735,453,'_product_id','0'), +(3736,454,'_product_id','0'), +(3737,453,'_variation_id','0'), +(3738,454,'_variation_id','0'), +(3739,453,'_qty','1'), +(3740,454,'_qty','1'), +(3741,453,'_tax_class',''), +(3742,454,'_tax_class',''), +(3743,453,'_line_subtotal','15'), +(3744,454,'_line_subtotal','15'), +(3745,453,'_line_subtotal_tax','0'), +(3746,454,'_line_subtotal_tax','0'), +(3747,453,'_line_total','15'), +(3748,454,'_line_total','15'), +(3749,453,'_line_tax','0'), +(3750,454,'_line_tax','0'), +(3751,453,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3752,454,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3753,455,'_product_id','0'), +(3754,456,'_product_id','0'), +(3755,455,'_variation_id','0'), +(3756,456,'_variation_id','0'), +(3757,455,'_qty','2'), +(3758,456,'_qty','2'), +(3759,455,'_tax_class',''), +(3760,456,'_tax_class',''), +(3761,455,'_line_subtotal','50'), +(3762,456,'_line_subtotal','50'), +(3763,455,'_line_subtotal_tax','0'), +(3764,456,'_line_subtotal_tax','0'), +(3765,455,'_line_total','50'), +(3766,456,'_line_total','50'), +(3767,455,'_line_tax','0'), +(3768,456,'_line_tax','0'), +(3769,455,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3770,456,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3771,457,'_product_id','0'), +(3772,458,'_product_id','0'), +(3773,457,'_variation_id','0'), +(3774,458,'_variation_id','0'), +(3775,457,'_qty','1'), +(3776,458,'_qty','1'), +(3777,457,'_tax_class',''), +(3778,458,'_tax_class',''), +(3779,457,'_line_subtotal','20'), +(3780,458,'_line_subtotal','20'), +(3781,457,'_line_subtotal_tax','0'), +(3782,458,'_line_subtotal_tax','0'), +(3783,457,'_line_total','20'), +(3784,458,'_line_total','20'), +(3785,457,'_line_tax','0'), +(3786,458,'_line_tax','0'), +(3787,457,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3788,457,'Colour','Red'), +(3789,458,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3790,457,'Size','Small'), +(3791,458,'Colour','Red'), +(3792,458,'Size','Small'), +(3793,459,'_product_id','0'), +(3794,460,'_product_id','0'), +(3795,459,'_variation_id','0'), +(3796,460,'_variation_id','0'), +(3797,460,'_qty','1'), +(3798,459,'_qty','1'), +(3799,460,'_tax_class',''), +(3800,459,'_tax_class',''), +(3801,460,'_line_subtotal','15'), +(3802,459,'_line_subtotal','15'), +(3803,460,'_line_subtotal_tax','0'), +(3804,459,'_line_subtotal_tax','0'), +(3805,460,'_line_total','15'), +(3806,459,'_line_total','15'), +(3807,460,'_line_tax','0'), +(3808,459,'_line_tax','0'), +(3809,460,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3810,459,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3811,461,'_product_id','0'), +(3812,462,'_product_id','0'), +(3813,461,'_variation_id','0'), +(3814,462,'_variation_id','0'), +(3815,461,'_qty','2'), +(3816,462,'_qty','2'), +(3817,461,'_tax_class',''), +(3818,462,'_tax_class',''), +(3819,461,'_line_subtotal','50'), +(3820,462,'_line_subtotal','50'), +(3821,461,'_line_subtotal_tax','0'), +(3822,462,'_line_subtotal_tax','0'), +(3823,461,'_line_total','50'), +(3824,462,'_line_total','50'), +(3825,461,'_line_tax','0'), +(3826,462,'_line_tax','0'), +(3827,461,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3828,462,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3829,463,'_product_id','0'), +(3830,464,'_product_id','0'), +(3831,463,'_variation_id','0'), +(3832,464,'_variation_id','0'), +(3833,463,'_qty','1'), +(3834,464,'_qty','1'), +(3835,463,'_tax_class',''), +(3836,464,'_tax_class',''), +(3837,463,'_line_subtotal','20'), +(3838,464,'_line_subtotal','20'), +(3839,463,'_line_subtotal_tax','0'), +(3840,464,'_line_subtotal_tax','0'), +(3841,463,'_line_total','20'), +(3842,464,'_line_total','20'), +(3843,463,'_line_tax','0'), +(3844,464,'_line_tax','0'), +(3845,463,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3846,463,'Colour','Red'), +(3847,464,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3848,463,'Size','Small'), +(3849,464,'Colour','Red'), +(3850,464,'Size','Small'), +(3851,465,'_product_id','0'), +(3852,466,'_product_id','0'), +(3853,465,'_variation_id','0'), +(3854,466,'_variation_id','0'), +(3855,465,'_qty','1'), +(3856,466,'_qty','1'), +(3857,465,'_tax_class',''), +(3858,466,'_tax_class',''), +(3859,465,'_line_subtotal','15'), +(3860,466,'_line_subtotal','15'), +(3861,465,'_line_subtotal_tax','0'), +(3862,466,'_line_subtotal_tax','0'), +(3863,465,'_line_total','15'), +(3864,466,'_line_total','15'), +(3865,465,'_line_tax','0'), +(3866,466,'_line_tax','0'), +(3867,465,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3868,466,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3869,467,'_product_id','0'), +(3870,468,'_product_id','0'), +(3871,467,'_variation_id','0'), +(3872,468,'_variation_id','0'), +(3873,467,'_qty','2'), +(3874,468,'_qty','2'), +(3875,467,'_tax_class',''), +(3876,468,'_tax_class',''), +(3877,467,'_line_subtotal','50'), +(3878,468,'_line_subtotal','50'), +(3879,467,'_line_subtotal_tax','0'), +(3880,468,'_line_subtotal_tax','0'), +(3881,467,'_line_total','50'), +(3882,468,'_line_total','50'), +(3883,467,'_line_tax','0'), +(3884,468,'_line_tax','0'), +(3885,467,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3886,468,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3887,469,'_product_id','0'), +(3888,470,'_product_id','0'), +(3889,469,'_variation_id','0'), +(3890,470,'_variation_id','0'), +(3891,469,'_qty','1'), +(3892,470,'_qty','1'), +(3893,469,'_tax_class',''), +(3894,470,'_tax_class',''), +(3895,469,'_line_subtotal','20'), +(3896,470,'_line_subtotal','20'), +(3897,469,'_line_subtotal_tax','0'), +(3898,470,'_line_subtotal_tax','0'), +(3899,469,'_line_total','20'), +(3900,470,'_line_total','20'), +(3901,469,'_line_tax','0'), +(3902,470,'_line_tax','0'), +(3903,469,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3904,470,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3905,469,'Colour','Red'), +(3906,470,'Colour','Red'), +(3907,469,'Size','Small'), +(3908,470,'Size','Small'), +(3909,471,'_product_id','0'), +(3910,472,'_product_id','0'), +(3911,471,'_variation_id','0'), +(3912,472,'_variation_id','0'), +(3913,471,'_qty','1'), +(3914,472,'_qty','1'), +(3915,471,'_tax_class',''), +(3916,472,'_tax_class',''), +(3917,471,'_line_subtotal','15'), +(3918,472,'_line_subtotal','15'), +(3919,471,'_line_subtotal_tax','0'), +(3920,472,'_line_subtotal_tax','0'), +(3921,471,'_line_total','15'), +(3922,472,'_line_total','15'), +(3923,471,'_line_tax','0'), +(3924,472,'_line_tax','0'), +(3925,471,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3926,472,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3927,473,'_product_id','1467'), +(3928,473,'_variation_id','1469'), +(3929,473,'_qty','1'), +(3930,473,'_tax_class',''), +(3931,473,'_line_subtotal','120'), +(3932,473,'_line_subtotal_tax','0'), +(3933,473,'_line_total','120'), +(3934,473,'_line_tax','0'), +(3935,473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3936,473,'pa_size','52'), +(3937,474,'method_id','mondial_relay_point_relais'), +(3938,474,'instance_id',''), +(3939,474,'cost','0'), +(3940,474,'total_tax','0'), +(3941,474,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3942,475,'_product_id','1516'), +(3943,475,'_variation_id','0'), +(3944,475,'_qty','1'), +(3945,475,'_tax_class',''), +(3946,475,'_line_subtotal','50'), +(3947,475,'_line_subtotal_tax','0'), +(3948,475,'_line_total','50'), +(3949,475,'_line_tax','0'), +(3950,475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3951,476,'method_id','mondial_relay_point_relais'), +(3952,476,'instance_id',''), +(3953,476,'cost','0'), +(3954,476,'total_tax','0'), +(3955,476,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3956,477,'_product_id','766'), +(3957,477,'_variation_id','0'), +(3958,477,'_qty','1'), +(3959,477,'_tax_class',''), +(3960,477,'_line_subtotal','85'), +(3961,477,'_line_subtotal_tax','0'), +(3962,477,'_line_total','85'), +(3963,477,'_line_tax','0'), +(3964,477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3965,478,'method_id','mondial_relay_point_relais'), +(3966,478,'instance_id',''), +(3967,478,'cost','0'), +(3968,478,'total_tax','0'), +(3969,478,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3970,479,'_product_id','202'), +(3971,479,'_variation_id','638'), +(3972,479,'_qty','1'), +(3973,479,'_tax_class',''), +(3974,479,'_line_subtotal','85'), +(3975,479,'_line_subtotal_tax','0'), +(3976,479,'_line_total','85'), +(3977,479,'_line_tax','0'), +(3978,479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3979,479,'pa_side','pair'), +(3980,480,'method_id','mondial_relay_point_relais'), +(3981,480,'instance_id',''), +(3982,480,'cost','0'), +(3983,480,'total_tax','0'), +(3984,480,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3985,481,'_product_id','435'), +(3986,481,'_variation_id','0'), +(3987,481,'_qty','1'), +(3988,481,'_tax_class',''), +(3989,481,'_line_subtotal','40'), +(3990,481,'_line_subtotal_tax','0'), +(3991,481,'_line_total','40'), +(3992,481,'_line_tax','0'), +(3993,481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3994,482,'method_id','mondial_relay_point_relais'), +(3995,482,'instance_id',''), +(3996,482,'cost','3'), +(3997,482,'total_tax','0'), +(3998,482,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3999,483,'_product_id','1512'), +(4000,483,'_variation_id','0'), +(4001,483,'_qty','1'), +(4002,483,'_tax_class',''), +(4003,483,'_line_subtotal','50'), +(4004,483,'_line_subtotal_tax','0'), +(4005,483,'_line_total','50'), +(4006,483,'_line_tax','0'), +(4007,483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4008,484,'_product_id','318'), +(4009,484,'_variation_id','0'), +(4010,484,'_qty','1'), +(4011,484,'_tax_class',''), +(4012,484,'_line_subtotal','45'), +(4013,484,'_line_subtotal_tax','0'), +(4014,484,'_line_total','45'), +(4015,484,'_line_tax','0'), +(4016,484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4017,485,'method_id','mondial_relay_point_relais'), +(4018,485,'instance_id',''), +(4019,485,'cost','0'), +(4020,485,'total_tax','0'), +(4021,485,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4036,488,'_product_id','1512'), +(4037,488,'_variation_id','0'), +(4038,488,'_qty','1'), +(4039,488,'_tax_class',''), +(4040,488,'_line_subtotal','50'), +(4041,488,'_line_subtotal_tax','0'), +(4042,488,'_line_total','50'), +(4043,488,'_line_tax','0'), +(4044,488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4045,489,'method_id','mondial_relay_point_relais'), +(4046,489,'instance_id',''), +(4047,489,'cost','0'), +(4048,489,'total_tax','0'), +(4049,489,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4074,493,'_product_id','1531'), +(4075,493,'_variation_id','0'), +(4076,493,'_qty','1'), +(4077,493,'_tax_class',''), +(4078,493,'_line_subtotal','50'), +(4079,493,'_line_subtotal_tax','0'), +(4080,493,'_line_total','50'), +(4081,493,'_line_tax','0'), +(4082,493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4083,494,'method_id','mondial_relay_point_relais'), +(4084,494,'instance_id',''), +(4085,494,'cost','0'), +(4086,494,'total_tax','0'), +(4087,494,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4088,495,'_product_id','1531'), +(4089,495,'_variation_id','0'), +(4090,495,'_qty','1'), +(4091,495,'_tax_class',''), +(4092,495,'_line_subtotal','50'), +(4093,495,'_line_subtotal_tax','0'), +(4094,495,'_line_total','50'), +(4095,495,'_line_tax','0'), +(4096,495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4097,496,'method_id','mondial_relay_point_relais'), +(4098,496,'instance_id',''), +(4099,496,'cost','0'), +(4100,496,'total_tax','0'), +(4101,496,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4102,497,'_product_id','1549'), +(4103,497,'_variation_id','0'), +(4104,497,'_qty','1'), +(4105,497,'_tax_class',''), +(4106,497,'_line_subtotal','75'), +(4107,497,'_line_subtotal_tax','0'), +(4108,497,'_line_total','75'), +(4109,497,'_line_tax','0'), +(4110,497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4111,498,'method_id','mondial_relay_point_relais'), +(4112,498,'instance_id',''), +(4113,498,'cost','0'), +(4114,498,'total_tax','0'), +(4115,498,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4116,499,'_product_id','1520'), +(4117,499,'_variation_id','0'), +(4118,499,'_qty','1'), +(4119,499,'_tax_class',''), +(4120,499,'_line_subtotal','75'), +(4121,499,'_line_subtotal_tax','0'), +(4122,499,'_line_total','75'), +(4123,499,'_line_tax','0'), +(4124,499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4125,500,'_product_id','1512'), +(4126,500,'_variation_id','0'), +(4127,500,'_qty','1'), +(4128,500,'_tax_class',''), +(4129,500,'_line_subtotal','50'), +(4130,500,'_line_subtotal_tax','0'), +(4131,500,'_line_total','50'), +(4132,500,'_line_tax','0'), +(4133,500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4134,501,'method_id','mondial_relay_point_relais'), +(4135,501,'instance_id',''), +(4136,501,'cost','0'), +(4137,501,'total_tax','0'), +(4138,501,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4139,502,'_product_id','1520'), +(4140,502,'_variation_id','0'), +(4141,502,'_qty','1'), +(4142,502,'_tax_class',''), +(4143,502,'_line_subtotal','75'), +(4144,502,'_line_subtotal_tax','0'), +(4145,502,'_line_total','75'), +(4146,502,'_line_tax','0'), +(4147,502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4148,503,'_product_id','1512'), +(4149,503,'_variation_id','0'), +(4150,503,'_qty','1'), +(4151,503,'_tax_class',''), +(4152,503,'_line_subtotal','50'), +(4153,503,'_line_subtotal_tax','0'), +(4154,503,'_line_total','50'), +(4155,503,'_line_tax','0'), +(4156,503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4157,504,'method_id','mondial_relay_point_relais'), +(4158,504,'instance_id',''), +(4159,504,'cost','0'), +(4160,504,'total_tax','0'), +(4161,504,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4162,505,'_product_id','1412'), +(4163,505,'_variation_id','1414'), +(4164,505,'_qty','1'), +(4165,505,'_tax_class',''), +(4166,505,'_line_subtotal','65'), +(4167,505,'_line_subtotal_tax','0'), +(4168,505,'_line_total','65'), +(4169,505,'_line_tax','0'), +(4170,505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4171,505,'pa_size','52'), +(4172,506,'method_id','mondial_relay_point_relais'), +(4173,506,'instance_id',''), +(4174,506,'cost','6'), +(4175,506,'total_tax','0'), +(4176,506,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4177,507,'_product_id','240'), +(4178,507,'_variation_id','242'), +(4179,507,'_qty','1'), +(4180,507,'_tax_class',''), +(4181,507,'_line_subtotal','80'), +(4182,507,'_line_subtotal_tax','0'), +(4183,507,'_line_total','80'), +(4184,507,'_line_tax','0'), +(4185,507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4186,507,'pa_size','size-2'), +(4187,508,'method_id','mondial_relay_point_relais'), +(4188,508,'instance_id',''), +(4189,508,'cost','0'), +(4190,508,'total_tax','0'), +(4191,508,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4192,509,'_product_id','318'), +(4193,509,'_variation_id','0'), +(4194,509,'_qty','1'), +(4195,509,'_tax_class',''), +(4196,509,'_line_subtotal','45'), +(4197,509,'_line_subtotal_tax','0'), +(4198,509,'_line_total','45'), +(4199,509,'_line_tax','0'), +(4200,509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4201,510,'method_id','mondial_relay_point_relais'), +(4202,510,'instance_id',''), +(4203,510,'cost','3'), +(4204,510,'total_tax','0'), +(4205,510,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4206,511,'_product_id','1574'), +(4207,511,'_variation_id','1587'), +(4208,511,'_qty','1'), +(4209,511,'_tax_class',''), +(4210,511,'_line_subtotal','50'), +(4211,511,'_line_subtotal_tax','0'), +(4212,511,'_line_total','50'), +(4213,511,'_line_tax','0'), +(4214,511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4215,511,'pa_giftcard-amount','50e'), +(4230,514,'_product_id','274'), +(4231,514,'_variation_id','0'), +(4232,514,'_qty','1'), +(4233,514,'_tax_class',''), +(4234,514,'_line_subtotal','125'), +(4235,514,'_line_subtotal_tax','0'), +(4236,514,'_line_total','125'), +(4237,514,'_line_tax','0'), +(4238,514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4239,515,'method_id','mondial_relay_point_relais'), +(4240,515,'instance_id',''), +(4241,515,'cost','0'), +(4242,515,'total_tax','0'), +(4243,515,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4244,516,'_product_id','274'), +(4245,516,'_variation_id','0'), +(4246,516,'_qty','1'), +(4247,516,'_tax_class',''), +(4248,516,'_line_subtotal','125'), +(4249,516,'_line_subtotal_tax','0'), +(4250,516,'_line_total','125'), +(4251,516,'_line_tax','0'), +(4252,516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4253,517,'method_id','mondial_relay_point_relais'), +(4254,517,'instance_id',''), +(4255,517,'cost','0'), +(4256,517,'total_tax','0'), +(4257,517,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4258,518,'_product_id','274'), +(4259,518,'_variation_id','0'), +(4260,518,'_qty','1'), +(4261,518,'_tax_class',''), +(4262,518,'_line_subtotal','125'), +(4263,518,'_line_subtotal_tax','0'), +(4264,518,'_line_total','125'), +(4265,518,'_line_tax','0'), +(4266,518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4267,519,'method_id','mondial_relay_point_relais'), +(4268,519,'instance_id',''), +(4269,519,'cost','0'), +(4270,519,'total_tax','0'), +(4271,519,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4272,518,'_reduced_stock','1'), +(4273,520,'_product_id','1531'), +(4274,520,'_variation_id','0'), +(4275,520,'_qty','1'), +(4276,520,'_tax_class',''), +(4277,520,'_line_subtotal','50'), +(4278,520,'_line_subtotal_tax','0'), +(4279,520,'_line_total','50'), +(4280,520,'_line_tax','0'), +(4281,520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4282,521,'method_id','mondial_relay_point_relais'), +(4283,521,'instance_id',''), +(4284,521,'cost','0'), +(4285,521,'total_tax','0'), +(4286,521,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4287,522,'_product_id','1531'), +(4288,522,'_variation_id','0'), +(4289,522,'_qty','1'), +(4290,522,'_tax_class',''), +(4291,522,'_line_subtotal','50'), +(4292,522,'_line_subtotal_tax','0'), +(4293,522,'_line_total','50'), +(4294,522,'_line_tax','0'), +(4295,522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4296,523,'method_id','mondial_relay_point_relais'), +(4297,523,'instance_id',''), +(4298,523,'cost','0'), +(4299,523,'total_tax','0'), +(4300,523,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4301,524,'_product_id','398'), +(4302,524,'_variation_id','0'), +(4303,524,'_qty','1'), +(4304,524,'_tax_class',''), +(4305,524,'_line_subtotal','75'), +(4306,524,'_line_subtotal_tax','0'), +(4307,524,'_line_total','75'), +(4308,524,'_line_tax','0'), +(4309,524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4310,525,'method_id','mondial_relay_point_relais'), +(4311,525,'instance_id',''), +(4312,525,'cost','0'), +(4313,525,'total_tax','0'), +(4314,525,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4441,544,'_product_id','1520'), +(4442,544,'_variation_id','1627'), +(4443,544,'_qty','1'), +(4444,544,'_tax_class',''), +(4445,544,'_line_subtotal','75'), +(4446,544,'_line_subtotal_tax','0'), +(4447,544,'_line_total','75'), +(4448,544,'_line_tax','0'), +(4449,544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4450,544,'pa_side','pair'), +(4451,545,'_product_id','1467'), +(4452,545,'_variation_id','1470'), +(4453,545,'_qty','1'), +(4454,545,'_tax_class',''), +(4455,545,'_line_subtotal','120'), +(4456,545,'_line_subtotal_tax','0'), +(4457,545,'_line_total','120'), +(4458,545,'_line_tax','0'), +(4459,545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4460,545,'pa_size','54'), +(4461,546,'method_id','mondial_relay_point_relais'), +(4462,546,'instance_id',''), +(4463,546,'cost','0'), +(4464,546,'total_tax','0'), +(4465,546,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4466,544,'_reduced_stock','1'), +(4467,545,'_reduced_stock','1'), +(4468,547,'_product_id','1444'), +(4469,547,'_variation_id','1449'), +(4470,547,'_qty','1'), +(4471,547,'_tax_class',''), +(4472,547,'_line_subtotal','85'), +(4473,547,'_line_subtotal_tax','0'), +(4474,547,'_line_total','85'), +(4475,547,'_line_tax','0'), +(4476,547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4477,547,'pa_side','all'), +(4478,548,'_product_id','268'), +(4479,548,'_variation_id','0'), +(4480,548,'_qty','1'), +(4481,548,'_tax_class',''), +(4482,548,'_line_subtotal','90'), +(4483,548,'_line_subtotal_tax','0'), +(4484,548,'_line_total','90'), +(4485,548,'_line_tax','0'), +(4486,548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4487,549,'method_id','mondial_relay_point_relais'), +(4488,549,'instance_id',''), +(4489,549,'cost','0'), +(4490,549,'total_tax','0'), +(4491,549,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4492,550,'_product_id','1444'), +(4493,550,'_variation_id','1449'), +(4494,550,'_qty','1'), +(4495,550,'_tax_class',''), +(4496,550,'_line_subtotal','85'), +(4497,550,'_line_subtotal_tax','0'), +(4498,550,'_line_total','85'), +(4499,550,'_line_tax','0'), +(4500,550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4501,550,'pa_side','all'), +(4502,551,'_product_id','268'), +(4503,551,'_variation_id','0'), +(4504,551,'_qty','1'), +(4505,551,'_tax_class',''), +(4506,551,'_line_subtotal','90'), +(4507,551,'_line_subtotal_tax','0'), +(4508,551,'_line_total','90'), +(4509,551,'_line_tax','0'), +(4510,551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4511,552,'method_id','mondial_relay_point_relais'), +(4512,552,'instance_id',''), +(4513,552,'cost','0'), +(4514,552,'total_tax','0'), +(4515,552,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4516,550,'_reduced_stock','1'), +(4517,551,'_reduced_stock','1'), +(4518,507,'_reduced_stock','1'), +(4519,553,'_product_id','1535'), +(4520,553,'_variation_id','0'), +(4521,553,'_qty','1'), +(4522,553,'_tax_class',''), +(4523,553,'_line_subtotal','45'), +(4524,553,'_line_subtotal_tax','0'), +(4525,553,'_line_total','45'), +(4526,553,'_line_tax','0'), +(4527,553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4528,554,'method_id','mondial_relay_point_relais'), +(4529,554,'instance_id',''), +(4530,554,'cost','3'), +(4531,554,'total_tax','0'), +(4532,554,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4533,553,'_reduced_stock','1'), +(4534,555,'_product_id','202'), +(4535,555,'_variation_id','638'), +(4536,555,'_qty','1'), +(4537,555,'_tax_class',''), +(4538,555,'_line_subtotal','90'), +(4539,555,'_line_subtotal_tax','0'), +(4540,555,'_line_total','90'), +(4541,555,'_line_tax','0'), +(4542,555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4543,555,'pa_side','pair'), +(4544,556,'method_id','mondial_relay_point_relais'), +(4545,556,'instance_id',''), +(4546,556,'cost','0'), +(4547,556,'total_tax','0'), +(4548,556,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4549,555,'_reduced_stock','1'), +(4550,557,'_product_id','1574'), +(4551,557,'_variation_id','1585'), +(4552,557,'_qty','1'), +(4553,557,'_tax_class',''), +(4554,557,'_line_subtotal','100'), +(4555,557,'_line_subtotal_tax','0'), +(4556,557,'_line_total','100'), +(4557,557,'_line_tax','0'), +(4558,557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4559,557,'pa_giftcard-amount','100e'), +(4560,558,'_product_id','285'), +(4561,558,'_variation_id','642'), +(4562,558,'_qty','1'), +(4563,558,'_tax_class',''), +(4564,558,'_line_subtotal','85'), +(4565,558,'_line_subtotal_tax','0'), +(4566,558,'_line_total','85'), +(4567,558,'_line_tax','0'), +(4568,558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4569,558,'pa_side','pair'), +(4570,559,'method_id','mondial_relay_point_relais'), +(4571,559,'instance_id',''), +(4572,559,'cost','0'), +(4573,559,'total_tax','0'), +(4574,559,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4575,558,'_reduced_stock','1'), +(4576,560,'_product_id','1535'), +(4577,560,'_variation_id','0'), +(4578,560,'_qty','1'), +(4579,560,'_tax_class',''), +(4580,560,'_line_subtotal','50'), +(4581,560,'_line_subtotal_tax','0'), +(4582,560,'_line_total','50'), +(4583,560,'_line_tax','0'), +(4584,560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4585,561,'_product_id','306'), +(4586,561,'_variation_id','652'), +(4587,561,'_qty','1'), +(4588,561,'_tax_class',''), +(4589,561,'_line_subtotal','75'), +(4590,561,'_line_subtotal_tax','0'), +(4591,561,'_line_total','75'), +(4592,561,'_line_tax','0'), +(4593,561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4594,561,'pa_side','pair'), +(4595,562,'method_id','mondial_relay_point_relais'), +(4596,562,'instance_id',''), +(4597,562,'cost','0'), +(4598,562,'total_tax','0'), +(4599,562,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4600,563,'_product_id','1574'), +(4601,563,'_variation_id','1586'), +(4602,563,'_qty','1'), +(4603,563,'_tax_class',''), +(4604,563,'_line_subtotal','40'), +(4605,563,'_line_subtotal_tax','0'), +(4606,563,'_line_total','40'), +(4607,563,'_line_tax','0'), +(4608,563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4609,563,'pa_giftcard-amount','40e'), +(4610,564,'_product_id','202'), +(4611,564,'_variation_id','638'), +(4612,564,'_qty','1'), +(4613,564,'_tax_class',''), +(4614,564,'_line_subtotal','130'), +(4615,564,'_line_subtotal_tax','0'), +(4616,564,'_line_total','130'), +(4617,564,'_line_tax','0'), +(4618,564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4619,564,'pa_side','pair'), +(4620,565,'_product_id','202'), +(4621,565,'_variation_id','638'), +(4622,565,'_qty','1'), +(4623,565,'_tax_class',''), +(4624,565,'_line_subtotal','130'), +(4625,565,'_line_subtotal_tax','0'), +(4626,565,'_line_total','130'), +(4627,565,'_line_tax','0'), +(4628,565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4629,565,'pa_side','pair'), +(4630,566,'_product_id','490'), +(4631,566,'_variation_id','494'), +(4632,566,'_qty','1'), +(4633,566,'_tax_class',''), +(4634,566,'_line_subtotal','55'), +(4635,566,'_line_subtotal_tax','0'), +(4636,566,'_line_total','55'), +(4637,566,'_line_tax','0'), +(4638,566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4639,566,'pa_side','pair'), +(4640,567,'method_id','mondial_relay_point_relais'), +(4641,567,'instance_id',''), +(4642,567,'cost','0'), +(4643,567,'total_tax','0'), +(4644,567,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4645,568,'_product_id','490'), +(4646,568,'_variation_id','494'), +(4647,568,'_qty','1'), +(4648,568,'_tax_class',''), +(4649,568,'_line_subtotal','55'), +(4650,568,'_line_subtotal_tax','0'), +(4651,568,'_line_total','55'), +(4652,568,'_line_tax','0'), +(4653,568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4654,568,'pa_side','pair'), +(4655,569,'method_id','mondial_relay_point_relais'), +(4656,569,'instance_id',''), +(4657,569,'cost','0'), +(4658,569,'total_tax','0'), +(4659,569,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4660,568,'_reduced_stock','1'), +(4661,570,'_product_id','258'), +(4662,570,'_variation_id','0'), +(4663,570,'_qty','1'), +(4664,570,'_tax_class',''), +(4665,570,'_line_subtotal','95'), +(4666,570,'_line_subtotal_tax','0'), +(4667,570,'_line_total','95'), +(4668,570,'_line_tax','0'), +(4669,570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4670,571,'method_id','mondial_relay_point_relais'), +(4671,571,'instance_id',''), +(4672,571,'cost','0'), +(4673,571,'total_tax','0'), +(4674,571,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4675,570,'_reduced_stock','1'), +(4676,572,'_product_id','113'), +(4677,572,'_variation_id','114'), +(4678,572,'_qty','1'), +(4679,572,'_tax_class',''), +(4680,572,'_line_subtotal','90'), +(4681,572,'_line_subtotal_tax','0'), +(4682,572,'_line_total','90'), +(4683,572,'_line_tax','0'), +(4684,572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4685,572,'pa_size','50'), +(4686,573,'method_id','mondial_relay_point_relais'), +(4687,573,'instance_id',''), +(4688,573,'cost','0'), +(4689,573,'total_tax','0'), +(4690,573,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4691,574,'_product_id','1574'), +(4692,574,'_variation_id','1667'), +(4693,574,'_qty','1'), +(4694,574,'_tax_class',''), +(4695,574,'_line_subtotal','55'), +(4696,574,'_line_subtotal_tax','0'), +(4697,574,'_line_total','55'), +(4698,574,'_line_tax','0'), +(4699,574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4700,574,'pa_giftcard-amount','55e'), +(4701,575,'_product_id','1560'), +(4702,575,'_variation_id','0'), +(4703,575,'_qty','1'), +(4704,575,'_tax_class',''), +(4705,575,'_line_subtotal','55'), +(4706,575,'_line_subtotal_tax','0'), +(4707,575,'_line_total','55'), +(4708,575,'_line_tax','0'), +(4709,575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4710,576,'method_id','mondial_relay_point_relais'), +(4711,576,'instance_id',''), +(4712,576,'cost','0'), +(4713,576,'total_tax','0'), +(4714,576,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4715,575,'_reduced_stock','1'), +(4716,577,'_product_id','1535'), +(4717,577,'_variation_id','0'), +(4718,577,'_qty','1'), +(4719,577,'_tax_class',''), +(4720,577,'_line_subtotal','50'), +(4721,577,'_line_subtotal_tax','0'), +(4722,577,'_line_total','50'), +(4723,577,'_line_tax','0'), +(4724,577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4725,578,'method_id','mondial_relay_point_relais'), +(4726,578,'instance_id',''), +(4727,578,'cost','0'), +(4728,578,'total_tax','0'), +(4729,578,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4730,577,'_reduced_stock','1'), +(4731,579,'_product_id','274'), +(4732,579,'_variation_id','0'), +(4733,579,'_qty','1'), +(4734,579,'_tax_class',''), +(4735,579,'_line_subtotal','170'), +(4736,579,'_line_subtotal_tax','0'), +(4737,579,'_line_total','170'), +(4738,579,'_line_tax','0'), +(4739,579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4740,580,'method_id','mondial_relay_point_relais'), +(4741,580,'instance_id',''), +(4742,580,'cost','0'), +(4743,580,'total_tax','0'), +(4744,580,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4745,581,'_product_id','1541'), +(4746,581,'_variation_id','0'), +(4747,581,'_qty','1'), +(4748,581,'_tax_class',''), +(4749,581,'_line_subtotal','75'), +(4750,581,'_line_subtotal_tax','0'), +(4751,581,'_line_total','75'), +(4752,581,'_line_tax','0'), +(4753,581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4754,582,'method_id','mondial_relay_point_relais'), +(4755,582,'instance_id',''), +(4756,582,'cost','0'), +(4757,582,'total_tax','0'), +(4758,582,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4759,581,'_reduced_stock','1'); +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_itemmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_order_items` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_order_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_order_items` ( + `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_item_name` text NOT NULL, + `order_item_type` varchar(200) NOT NULL DEFAULT '', + `order_id` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`order_item_id`), + KEY `order_id` (`order_id`) +) ENGINE=InnoDB AUTO_INCREMENT=583 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_order_items` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_order_items` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_items` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_order_items` VALUES +(138,'Hattari Stacked Hoops gold plated - pair','line_item',862), +(139,'Mondial Relay - Point Relais (Free)','shipping',862), +(147,'Tanemaki Bracelet','line_item',866), +(148,'Mondial Relay - Point Relais (Free)','shipping',866), +(151,'Tanemaki Bracelet','line_item',868), +(152,'Tanemaki Necklace','line_item',868), +(153,'Mondial Relay - Point Relais (Free)','shipping',868), +(154,'Piasu Earrings - left side','line_item',869), +(155,'Hattari Double Hoops - pair','line_item',869), +(156,'Mondial Relay - Point Relais (Free)','shipping',869), +(159,'BoroBoro Bead Earrings silver - Tiger\'s Eye','line_item',871), +(160,'Kagun Trio Earrings - short','line_item',871), +(161,'Kagun Trio Earrings - all','line_item',871), +(162,'Mondial Relay - Point Relais (Free)','shipping',871), +(163,'Ikkan Necklace','line_item',872), +(164,'Mondial Relay - Point Relais (Free)','shipping',872), +(165,'Tamanori Hoops silver - pair','line_item',873), +(166,'BoroBoro Long Earrings silver - pair','line_item',873), +(167,'Fuyou Necklace','line_item',873), +(168,'Mondial Relay - Point Relais (Free)','shipping',873), +(177,'Hattari Stacked Hoops gold plated - pair','line_item',878), +(178,'Hattari Stacked Hoops silver - pair','line_item',878), +(179,'Mondial Relay - Point Relais (Free)','shipping',878), +(180,'Tamanori Hoops gold plated - pair','line_item',879), +(181,'Mondial Relay - Point Relais (Free)','shipping',879), +(182,'Hattari Ear Cuff gold plated','line_item',880), +(183,'Kara Hoops gold plated - pair','line_item',880), +(184,'Mondial Relay - Point Relais (Free)','shipping',880), +(185,'Tamanori Hoops silver - short','line_item',881), +(186,'UPS Standard','shipping',881), +(193,'Tanemaki Necklace','line_item',884), +(194,'Mondial Relay - Point Relais (Free)','shipping',884), +(195,'Hattari Stacked Hoops gold plated - pair','line_item',885), +(196,'Mondial Relay - Point Relais (Free)','shipping',885), +(197,'Kara Hoops gold plated - pair','line_item',886), +(198,'Hadou Stud Earrings - pair','line_item',886), +(199,'Mondial Relay - Point Relais (Free)','shipping',886), +(200,'Mugura Earrings silver - pair','line_item',887), +(201,'Mondial Relay - Point Relais (Free)','shipping',887), +(202,'Tamanori Hoops silver - long','line_item',888), +(203,'UPS Standard','shipping',888), +(204,'Hadou Ear Cuff silver','line_item',889), +(205,'Kara Hoops silver - pair','line_item',889), +(206,'Kara Ear Cuff silver','line_item',889), +(207,'BoroBoro Bead Earrings silver - Tiger\'s Eye','line_item',889), +(208,'Tanemaki Bracelet','line_item',889), +(209,'Mondial Relay - Point Relais (Free)','shipping',889), +(214,'Hattari Ear Cuff silver','line_item',894), +(215,'Mondial Relay - Point Relais','shipping',894), +(216,'Piasu Earrings - pair','line_item',895), +(217,'Tamanori Hoops silver - pair','line_item',895), +(218,'Mondial Relay - Point Relais (Free)','shipping',895), +(219,'Hattari Double Hoops - pair','line_item',897), +(220,'Mondial Relay - Point Relais (Free)','shipping',897), +(223,'Kara Ear Cuff silver','line_item',899), +(224,'Mondial Relay - Point Relais','shipping',899), +(227,'Rokku Hoop silver - Lapis Lazuli','line_item',901), +(228,'Mondial Relay - Point Relais','shipping',901), +(231,'Tanemaki Necklace','line_item',903), +(232,'Mondial Relay - Point Relais (Free)','shipping',903), +(235,'Fuyou Necklace','line_item',905), +(236,'Mondial Relay - Point Relais (Free)','shipping',905), +(237,'Rokku Ring - Malachite','line_item',906), +(238,'Mondial Relay - Point Relais (Free)','shipping',906), +(239,'Rokku Ring - Malachite','line_item',907), +(240,'Kara Ear Cuff gold plated','line_item',907), +(241,'Mondial Relay - Point Relais (Free)','shipping',907), +(242,'Kagun Trio Earrings - all','line_item',908), +(243,'Rokku Hoop gold plated - Lapis Lazuli','line_item',908), +(244,'Mondial Relay - Point Relais (Free)','shipping',908), +(247,'Hadou Ear Cuff gold plated','line_item',910), +(248,'Mondial Relay - Point Relais','shipping',910), +(251,'Fuyou Hoop','line_item',912), +(252,'Mondial Relay - Point Relais','shipping',912), +(258,'Kagun Trio Earrings - short','line_item',921), +(259,'Mondial Relay - Point Relais (Free)','shipping',921), +(260,'Kagun Trio Earrings - short','line_item',922), +(261,'Mondial Relay - Point Relais (Free)','shipping',922), +(264,'Kara Ear Cuff gold plated','line_item',924), +(265,'Kara Ear Cuff silver','line_item',924), +(266,'Hadou Ear Cuff gold plated','line_item',924), +(267,'Mondial Relay - Point Relais (Free)','shipping',924), +(270,'Kara Ear Cuff gold plated','line_item',997), +(271,'Piasu Earrings - pair','line_item',997), +(272,'Mondial Relay - Point Relais (Free)','shipping',997), +(287,'Piasu Open Hoops - pair','line_item',1013), +(288,'Piasu Earrings - pair','line_item',1013), +(289,'Mondial Relay - Point Relais (Free)','shipping',1013), +(343,'Kara Hoops silver - pair','line_item',1443), +(344,'Fuyou Hoop','line_item',1443), +(345,'Mondial Relay - Point Relais (Free)','shipping',1443), +(346,'Piasu Ring - 50','line_item',1480), +(347,'Mondial Relay - Point Relais (Free)','shipping',1480), +(348,'BoroBoro Long Earrings gold plated - pair','line_item',1486), +(349,'Mondial Relay - Point Relais (Free)','shipping',1486), +(350,'Mugura Trio Stud Earrings - all','line_item',1487), +(351,'Mondial Relay - Point Relais (Free)','shipping',1487), +(352,'Piasu Earrings - pair','line_item',1488), +(353,'Mondial Relay - Point Relais (Free)','shipping',1488), +(354,'Piasu Earrings - pair','line_item',1489), +(355,'Mondial Relay - Point Relais (Free)','shipping',1489), +(356,'Fuyou Necklace','line_item',1490), +(357,'Mondial Relay - Point Relais (Free)','shipping',1490), +(358,'Tamanori Hoops silver - long','line_item',1496), +(359,'Tamanori Hoops silver - short','line_item',1496), +(360,'Hattari Stacked Hoops silver - pair','line_item',1496), +(361,'UPS Standard (Free)','shipping',1496), +(362,'Hattari Stacked Hoops silver - pair','line_item',1498), +(363,'Mondial Relay - Point Relais (Free)','shipping',1498), +(368,'Dummy Product','line_item',0), +(369,'Dummy Product','line_item',0), +(370,'Dummy Product Variation','line_item',0), +(371,'Dummy Product Variation','line_item',0), +(372,'Dummy Downloadable Product','line_item',0), +(373,'Dummy Downloadable Product','line_item',0), +(374,'Dummy Product','line_item',0), +(375,'Dummy Product','line_item',0), +(376,'Dummy Product Variation','line_item',0), +(377,'Dummy Product Variation','line_item',0), +(378,'Dummy Downloadable Product','line_item',0), +(379,'Dummy Downloadable Product','line_item',0), +(380,'Dummy Product','line_item',0), +(381,'Dummy Product','line_item',0), +(382,'Dummy Product Variation','line_item',0), +(383,'Dummy Product Variation','line_item',0), +(384,'Dummy Downloadable Product','line_item',0), +(385,'Dummy Downloadable Product','line_item',0), +(386,'Dummy Product','line_item',0), +(387,'Dummy Product','line_item',0), +(388,'Dummy Product Variation','line_item',0), +(389,'Dummy Product Variation','line_item',0), +(390,'Dummy Downloadable Product','line_item',0), +(391,'Dummy Downloadable Product','line_item',0), +(392,'Dummy Product','line_item',0), +(393,'Dummy Product','line_item',0), +(394,'Dummy Product Variation','line_item',0), +(395,'Dummy Product Variation','line_item',0), +(396,'Dummy Downloadable Product','line_item',0), +(397,'Dummy Downloadable Product','line_item',0), +(398,'Dummy Product','line_item',0), +(399,'Dummy Product Variation','line_item',0), +(400,'Dummy Downloadable Product','line_item',0), +(401,'Dummy Product','line_item',0), +(402,'Dummy Product Variation','line_item',0), +(403,'Dummy Product','line_item',0), +(404,'Dummy Downloadable Product','line_item',0), +(405,'Dummy Product Variation','line_item',0), +(406,'Dummy Downloadable Product','line_item',0), +(407,'Dummy Product','line_item',0), +(408,'Dummy Product','line_item',0), +(409,'Dummy Product Variation','line_item',0), +(410,'Dummy Product Variation','line_item',0), +(411,'Dummy Downloadable Product','line_item',0), +(412,'Dummy Downloadable Product','line_item',0), +(413,'Dummy Product','line_item',0), +(414,'Dummy Product','line_item',0), +(415,'Dummy Product Variation','line_item',0), +(416,'Dummy Product Variation','line_item',0), +(417,'Dummy Downloadable Product','line_item',0), +(418,'Dummy Downloadable Product','line_item',0), +(419,'Dummy Product','line_item',0), +(420,'Dummy Product','line_item',0), +(421,'Dummy Product Variation','line_item',0), +(422,'Dummy Product Variation','line_item',0), +(423,'Dummy Downloadable Product','line_item',0), +(424,'Dummy Downloadable Product','line_item',0), +(425,'Dummy Product','line_item',0), +(426,'Dummy Product','line_item',0), +(427,'Dummy Product Variation','line_item',0), +(428,'Dummy Product Variation','line_item',0), +(429,'Dummy Downloadable Product','line_item',0), +(430,'Dummy Downloadable Product','line_item',0), +(431,'Dummy Product','line_item',0), +(432,'Dummy Product','line_item',0), +(433,'Dummy Product Variation','line_item',0), +(434,'Dummy Product Variation','line_item',0), +(435,'Dummy Downloadable Product','line_item',0), +(436,'Dummy Downloadable Product','line_item',0), +(437,'Dummy Product','line_item',0), +(438,'Dummy Product Variation','line_item',0), +(439,'Dummy Downloadable Product','line_item',0), +(440,'Dummy Product','line_item',0), +(441,'Dummy Product Variation','line_item',0), +(442,'Dummy Downloadable Product','line_item',0), +(443,'Dummy Product','line_item',0), +(444,'Dummy Product','line_item',0), +(445,'Dummy Product Variation','line_item',0), +(446,'Dummy Product Variation','line_item',0), +(447,'Dummy Downloadable Product','line_item',0), +(448,'Dummy Downloadable Product','line_item',0), +(449,'Dummy Product','line_item',0), +(450,'Dummy Product','line_item',0), +(451,'Dummy Product Variation','line_item',0), +(452,'Dummy Product Variation','line_item',0), +(453,'Dummy Downloadable Product','line_item',0), +(454,'Dummy Downloadable Product','line_item',0), +(455,'Dummy Product','line_item',0), +(456,'Dummy Product','line_item',0), +(457,'Dummy Product Variation','line_item',0), +(458,'Dummy Product Variation','line_item',0), +(459,'Dummy Downloadable Product','line_item',0), +(460,'Dummy Downloadable Product','line_item',0), +(461,'Dummy Product','line_item',0), +(462,'Dummy Product','line_item',0), +(463,'Dummy Product Variation','line_item',0), +(464,'Dummy Product Variation','line_item',0), +(465,'Dummy Downloadable Product','line_item',0), +(466,'Dummy Downloadable Product','line_item',0), +(467,'Dummy Product','line_item',0), +(468,'Dummy Product','line_item',0), +(469,'Dummy Product Variation','line_item',0), +(470,'Dummy Product Variation','line_item',0), +(471,'Dummy Downloadable Product','line_item',0), +(472,'Dummy Downloadable Product','line_item',0), +(473,'Piasu Ring - 52','line_item',1511), +(474,'Mondial Relay - Point Relais (Free)','shipping',1511), +(475,'Piasu Ear Cuff gold plated','line_item',1528), +(476,'Mondial Relay - Point Relais (Free)','shipping',1528), +(477,'Fuyou Long Earrings silver','line_item',1529), +(478,'Mondial Relay - Point Relais (Free)','shipping',1529), +(479,'Piasu Hoop Earrings - pair','line_item',1530), +(480,'Mondial Relay - Point Relais (Free)','shipping',1530), +(481,'Kara Ear Cuff silver','line_item',1540), +(482,'Mondial Relay - Point Relais','shipping',1540), +(483,'Piasu Ear Cuff silver','line_item',1571), +(484,'Fuyou Hoop','line_item',1571), +(485,'Mondial Relay - Point Relais (Free)','shipping',1571), +(488,'Piasu Ear Cuff silver','line_item',1573), +(489,'Mondial Relay - Point Relais (Free)','shipping',1573), +(493,'Tamanori Ear Cuff gold plated','line_item',1604), +(494,'Mondial Relay - Point Relais (Free)','shipping',1604), +(495,'Tamanori Ear Cuff gold plated','line_item',1605), +(496,'Mondial Relay - Point Relais (Free)','shipping',1605), +(497,'Hattari Small Hoops gold plated','line_item',1606), +(498,'Mondial Relay - Point Relais (Free)','shipping',1606), +(499,'Piasu Pending Earrings silver','line_item',1607), +(500,'Piasu Ear Cuff silver','line_item',1607), +(501,'Mondial Relay - Point Relais (Free)','shipping',1607), +(502,'Piasu Pending Earrings silver','line_item',1608), +(503,'Piasu Ear Cuff silver','line_item',1608), +(504,'Mondial Relay - Point Relais (Free)','shipping',1608), +(505,'BoroBoro Bead Ring silver & tiger\'s eye - 52','line_item',1609), +(506,'Mondial Relay Point Relais','shipping',1609), +(507,'Ikkan Bracelet silver - Size 2','line_item',1610), +(508,'Mondial Relay - Point Relais (Free)','shipping',1610), +(509,'Fuyou Hoop','line_item',1611), +(510,'Mondial Relay - Point Relais','shipping',1611), +(511,'Haiku e-Gift Card - 50€','line_item',1612), +(514,'Fuyou Necklace','line_item',1615), +(515,'Mondial Relay - Point Relais (Free)','shipping',1615), +(516,'Fuyou Necklace','line_item',1616), +(517,'Mondial Relay - Point Relais (Free)','shipping',1616), +(518,'Fuyou Necklace','line_item',1617), +(519,'Mondial Relay - Point Relais (Free)','shipping',1617), +(520,'Tamanori Ear Cuff gold plated','line_item',1628), +(521,'Mondial Relay - Point Relais (Free)','shipping',1628), +(522,'Tamanori Ear Cuff gold plated','line_item',1629), +(523,'Mondial Relay - Point Relais (Free)','shipping',1629), +(524,'Mugura Hoops gold plated','line_item',1630), +(525,'Mondial Relay - Point Relais (Free)','shipping',1630), +(544,'Piasu Minimal Earrings silver - pair','line_item',1643), +(545,'Piasu Ring - 54','line_item',1643), +(546,'Mondial Relay - Point Relais (Free)','shipping',1643), +(547,'Pishi Pishi Earrings - all','line_item',1644), +(548,'Piasu Necklace','line_item',1644), +(549,'Mondial Relay - Point Relais (Free)','shipping',1644), +(550,'Pishi Pishi Earrings - all','line_item',1645), +(551,'Piasu Necklace','line_item',1645), +(552,'Mondial Relay - Point Relais (Free)','shipping',1645), +(553,'Tamanori Ear Cuff silver','line_item',1647), +(554,'Mondial Relay - Point Relais','shipping',1647), +(555,'Piasu Earrings with Hoops - pair','line_item',1649), +(556,'Mondial Relay - Point Relais (Free)','shipping',1649), +(557,'Haiku e-Gift Card - 100€','line_item',1656), +(558,'Hattari Stacked Hoops silver - pair','line_item',1658), +(559,'Mondial Relay - Point Relais (Free)','shipping',1658), +(560,'Tamanori Ear Cuff silver','line_item',1659), +(561,'Tamanori Hoops silver - pair','line_item',1659), +(562,'Mondial Relay - Point Relais (Free)','shipping',1659), +(563,'Haiku e-Gift Card - 40€','line_item',1660), +(564,'Piasu Earrings with Hoops - pair','line_item',1660), +(565,'Piasu Earrings with Hoops - pair','line_item',1661), +(566,'Mugura Stud Earrings - pair','line_item',1668), +(567,'Mondial Relay - Point Relais (Free)','shipping',1668), +(568,'Mugura Stud Earrings - pair','line_item',1669), +(569,'Mondial Relay - Point Relais (Free)','shipping',1669), +(570,'Fuyou Bracelet','line_item',1670), +(571,'Mondial Relay - Point Relais (Free)','shipping',1670), +(572,'Ikkan Ring gold plated - 50','line_item',1671), +(573,'Mondial Relay - Point Relais (Free)','shipping',1671), +(574,'Haiku e-Gift Card - 55€','line_item',1672), +(575,'Hattari Ear Cuff gold plated','line_item',1697), +(576,'Mondial Relay - Point Relais (Free)','shipping',1697), +(577,'Tamanori Ear Cuff silver','line_item',1698), +(578,'Mondial Relay - Point Relais (Free)','shipping',1698), +(579,'Fuyou Necklace','line_item',1702), +(580,'Mondial Relay - Point Relais (Free)','shipping',1702), +(581,'Hattari Small Hoops silver','line_item',1857), +(582,'Mondial Relay - Point Relais (Free)','shipping',1857); +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_items` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_payment_tokenmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_payment_tokenmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_payment_tokenmeta` ( + `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `payment_token_id` bigint(20) unsigned NOT NULL, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL, + PRIMARY KEY (`meta_id`), + KEY `payment_token_id` (`payment_token_id`), + KEY `meta_key` (`meta_key`(32)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_payment_tokenmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_payment_tokenmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokenmeta` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokenmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_payment_tokens` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_payment_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_payment_tokens` ( + `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `gateway_id` varchar(200) NOT NULL, + `token` text NOT NULL, + `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `type` varchar(200) NOT NULL, + `is_default` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`token_id`), + KEY `user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_payment_tokens` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_payment_tokens` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokens` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_sessions` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_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_id`), + UNIQUE KEY `session_key` (`session_key`), + KEY `session_expiry` (`session_expiry`) +) ENGINE=InnoDB AUTO_INCREMENT=177 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_sessions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_sessions` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_sessions` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_sessions` VALUES +(168,'t_ea3218cd3f316f11ecab28f341d75b','a:6:{s:22:\"shipping_for_package_0\";s:498:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_12b0ca7ec5a59c7f845f49d43d3d17c5\";s:5:\"rates\";a:1:{s:28:\"mondial_relay_point_relais:6\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:28:\"mondial_relay_point_relais:6\";s:9:\"method_id\";s:26:\"mondial_relay_point_relais\";s:11:\"instance_id\";i:6;s:5:\"label\";s:35:\"Mondial Relay - Point Relais (Free)\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:56:\"a:1:{i:0;a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}}\";s:23:\"chosen_shipping_methods\";s:46:\"a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"150\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"150\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"150.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:471:\"a:1:{s:32:\"4b221c1264045561a6ad43e057f00af9\";a:11:{s:3:\"key\";s:32:\"4b221c1264045561a6ad43e057f00af9\";s:10:\"product_id\";i:1689;s:12:\"variation_id\";i:1690;s:9:\"variation\";a:1:{s:30:\"attribute_pa_material-workshop\";s:9:\"slv-brass\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"681119e2a86c0a6d2bd23be9ada71776\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;}}\";}',1777988323), +(172,'t_23784b334e1e6da8c0352b9ef79d5c','a:6:{s:22:\"shipping_for_package_0\";s:498:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_aec36f95e892a6aaf1c19f4e84ec07fd\";s:5:\"rates\";a:1:{s:28:\"mondial_relay_point_relais:6\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:28:\"mondial_relay_point_relais:6\";s:9:\"method_id\";s:26:\"mondial_relay_point_relais\";s:11:\"instance_id\";i:6;s:5:\"label\";s:35:\"Mondial Relay - Point Relais (Free)\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:56:\"a:1:{i:0;a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}}\";s:23:\"chosen_shipping_methods\";s:46:\"a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"80\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"80\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"80.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:469:\"a:1:{s:32:\"76b42f4a4f8c88f7362f2ae216027897\";a:11:{s:3:\"key\";s:32:\"76b42f4a4f8c88f7362f2ae216027897\";s:10:\"product_id\";i:1673;s:12:\"variation_id\";i:1679;s:9:\"variation\";a:1:{s:30:\"attribute_pa_material-workshop\";s:9:\"slv-brass\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"681119e2a86c0a6d2bd23be9ada71776\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:80;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:80;s:8:\"line_tax\";d:0;}}\";}',1777991992), +(173,'1','a:1:{s:8:\"customer\";s:780:\"a:28:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2025-05-09T18:07:27+02:00\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:15:\"contact@gcch.fr\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"BE\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1778425695), +(174,'t_5a00c9c402fbf469e1a07d1dc45c9e','a:6:{s:22:\"shipping_for_package_0\";s:498:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_357a39fe373f53a3559a143c41534c98\";s:5:\"rates\";a:1:{s:28:\"mondial_relay_point_relais:6\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:28:\"mondial_relay_point_relais:6\";s:9:\"method_id\";s:26:\"mondial_relay_point_relais\";s:11:\"instance_id\";i:6;s:5:\"label\";s:35:\"Mondial Relay - Point Relais (Free)\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:56:\"a:1:{i:0;a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}}\";s:23:\"chosen_shipping_methods\";s:46:\"a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"150\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"150\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"150.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:451:\"a:1:{s:32:\"8a040871daa5fcd4a6a7072736ec3353\";a:11:{s:3:\"key\";s:32:\"8a040871daa5fcd4a6a7072736ec3353\";s:10:\"product_id\";i:1467;s:12:\"variation_id\";i:1712;s:9:\"variation\";a:1:{s:17:\"attribute_pa_size\";s:2:\"56\";}s:8:\"quantity\";d:1;s:9:\"data_hash\";s:32:\"36557f1b78eb7ac8444ff22edf9b28ba\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;}}\";}',1778013254); +/*!40000 ALTER TABLE `haikuwp_woocommerce_sessions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_shipping_zone_locations` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_shipping_zone_locations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_shipping_zone_locations` ( + `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `zone_id` bigint(20) unsigned NOT NULL, + `location_code` varchar(200) NOT NULL, + `location_type` varchar(40) NOT NULL, + PRIMARY KEY (`location_id`), + KEY `zone_id` (`zone_id`), + KEY `location_type_code` (`location_type`(10),`location_code`(20)) +) ENGINE=InnoDB AUTO_INCREMENT=193 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_shipping_zone_locations` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_shipping_zone_locations` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_locations` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_shipping_zone_locations` VALUES +(1,1,'BE','country'), +(2,1,'FR','country'), +(103,3,'DE','country'), +(104,3,'AT','country'), +(105,3,'ES','country'), +(106,3,'IT','country'), +(107,3,'LU','country'), +(108,3,'NL','country'), +(109,3,'PL','country'), +(110,3,'PT','country'), +(111,2,'AX','country'), +(112,2,'AL','country'), +(113,2,'AD','country'), +(114,2,'BY','country'), +(115,2,'BA','country'), +(116,2,'BG','country'), +(117,2,'HR','country'), +(118,2,'CZ','country'), +(119,2,'DK','country'), +(120,2,'EE','country'), +(121,2,'FO','country'), +(122,2,'FI','country'), +(123,2,'GI','country'), +(124,2,'GR','country'), +(125,2,'HU','country'), +(126,2,'IS','country'), +(127,2,'IE','country'), +(128,2,'LV','country'), +(129,2,'LI','country'), +(130,2,'LT','country'), +(131,2,'MT','country'), +(132,2,'MD','country'), +(133,2,'MC','country'), +(134,2,'ME','country'), +(135,2,'MK','country'), +(136,2,'NO','country'), +(137,2,'RO','country'), +(138,2,'SM','country'), +(139,2,'RS','country'), +(140,2,'SK','country'), +(141,2,'SI','country'), +(142,2,'SJ','country'), +(143,2,'SE','country'), +(144,2,'CH','country'), +(145,2,'TR','country'), +(146,2,'UA','country'), +(147,2,'NA','continent'), +(148,2,'OC','continent'), +(149,2,'SA','continent'), +(150,2,'AF','continent'), +(151,2,'AM','country'), +(152,2,'BD','country'), +(153,2,'BT','country'), +(154,2,'BN','country'), +(155,2,'KH','country'), +(156,2,'CX','country'), +(157,2,'CC','country'), +(158,2,'CY','country'), +(159,2,'GE','country'), +(160,2,'HK','country'), +(161,2,'IN','country'), +(162,2,'ID','country'), +(163,2,'IR','country'), +(164,2,'IQ','country'), +(165,2,'JP','country'), +(166,2,'JO','country'), +(167,2,'KZ','country'), +(168,2,'KG','country'), +(169,2,'LA','country'), +(170,2,'LB','country'), +(171,2,'MO','country'), +(172,2,'MY','country'), +(173,2,'MV','country'), +(174,2,'MN','country'), +(175,2,'MM','country'), +(176,2,'NP','country'), +(177,2,'OM','country'), +(178,2,'PK','country'), +(179,2,'PS','country'), +(180,2,'PH','country'), +(181,2,'SG','country'), +(182,2,'KR','country'), +(183,2,'LK','country'), +(184,2,'SY','country'), +(185,2,'TW','country'), +(186,2,'TJ','country'), +(187,2,'TH','country'), +(188,2,'TL','country'), +(189,2,'TM','country'), +(190,2,'UZ','country'), +(191,2,'VN','country'), +(192,2,'YE','country'); +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_locations` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_shipping_zone_methods` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_shipping_zone_methods`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_shipping_zone_methods` ( + `zone_id` bigint(20) unsigned NOT NULL, + `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `method_id` varchar(200) NOT NULL, + `method_order` bigint(20) unsigned NOT NULL, + `is_enabled` tinyint(1) NOT NULL DEFAULT 1, + PRIMARY KEY (`instance_id`), + KEY `zone_id` (`zone_id`), + KEY `method_id` (`method_id`(20)) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_shipping_zone_methods` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_shipping_zone_methods` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_methods` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_shipping_zone_methods` VALUES +(2,4,'ups_standard',2,1), +(3,5,'mondial_relay_point_relais',1,1), +(1,6,'mondial_relay_point_relais',2,1), +(2,7,'flat_rate',3,1), +(2,8,'free_shipping',1,1); +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_methods` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_shipping_zones` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_shipping_zones`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_shipping_zones` ( + `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `zone_name` varchar(200) NOT NULL, + `zone_order` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`zone_id`), + KEY `zone_order_id` (`zone_order`,`zone_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_shipping_zones` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_shipping_zones` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zones` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_shipping_zones` VALUES +(1,'Belgique et France',0), +(2,'Reste',2), +(3,'Pays Mondial Relay',1); +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zones` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_tax_rate_locations` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_tax_rate_locations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_tax_rate_locations` ( + `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `location_code` varchar(200) NOT NULL, + `tax_rate_id` bigint(20) unsigned NOT NULL, + `location_type` varchar(40) NOT NULL, + PRIMARY KEY (`location_id`), + KEY `tax_rate_id` (`tax_rate_id`), + KEY `location_type_code` (`location_type`(10),`location_code`(20)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_tax_rate_locations` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_tax_rate_locations` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rate_locations` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rate_locations` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_tax_rates` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_tax_rates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_tax_rates` ( + `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `tax_rate_country` varchar(2) NOT NULL DEFAULT '', + `tax_rate_state` varchar(200) NOT NULL DEFAULT '', + `tax_rate` varchar(8) NOT NULL DEFAULT '', + `tax_rate_name` varchar(200) NOT NULL DEFAULT '', + `tax_rate_priority` bigint(20) unsigned NOT NULL, + `tax_rate_compound` int(1) NOT NULL DEFAULT 0, + `tax_rate_shipping` int(1) NOT NULL DEFAULT 1, + `tax_rate_order` bigint(20) unsigned NOT NULL, + `tax_rate_class` varchar(200) NOT NULL DEFAULT '', + PRIMARY KEY (`tax_rate_id`), + KEY `tax_rate_country` (`tax_rate_country`), + KEY `tax_rate_state` (`tax_rate_state`(2)), + KEY `tax_rate_class` (`tax_rate_class`(10)), + KEY `tax_rate_priority` (`tax_rate_priority`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_tax_rates` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_tax_rates` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rates` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rates` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wpmailsmtp_debug_events` +-- + +DROP TABLE IF EXISTS `haikuwp_wpmailsmtp_debug_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wpmailsmtp_debug_events` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `content` text DEFAULT NULL, + `initiator` text DEFAULT NULL, + `event_type` tinyint(3) unsigned NOT NULL DEFAULT 0, + `created_at` timestamp NOT NULL DEFAULT current_timestamp(), + 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 `haikuwp_wpmailsmtp_debug_events` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wpmailsmtp_debug_events` WRITE; +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_debug_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_debug_events` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wpmailsmtp_tasks_meta` +-- + +DROP TABLE IF EXISTS `haikuwp_wpmailsmtp_tasks_meta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wpmailsmtp_tasks_meta` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `action` varchar(255) NOT NULL, + `data` longtext NOT NULL, + `date` datetime NOT NULL, + PRIMARY KEY (`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 `haikuwp_wpmailsmtp_tasks_meta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wpmailsmtp_tasks_meta` WRITE; +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_tasks_meta` DISABLE KEYS */; +INSERT INTO `haikuwp_wpmailsmtp_tasks_meta` VALUES +(1,'wp_mail_smtp_admin_notifications_update','W10=','2024-11-25 16:49:16'); +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_tasks_meta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wpml_mails` +-- + +DROP TABLE IF EXISTS `haikuwp_wpml_mails`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wpml_mails` ( + `mail_id` int(11) NOT NULL AUTO_INCREMENT, + `timestamp` timestamp NOT NULL, + `host` varchar(200) NOT NULL DEFAULT '0', + `receiver` varchar(200) NOT NULL DEFAULT '0', + `subject` varchar(200) NOT NULL DEFAULT '0', + `message` text DEFAULT NULL, + `headers` text DEFAULT NULL, + `attachments` varchar(800) NOT NULL DEFAULT '0', + `error` varchar(400) DEFAULT '', + `plugin_version` varchar(200) NOT NULL DEFAULT '0', + PRIMARY KEY (`mail_id`), + FULLTEXT KEY `idx_message` (`message`) +) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wpml_mails` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wpml_mails` WRITE; +/*!40000 ALTER TABLE `haikuwp_wpml_mails` DISABLE KEYS */; +INSERT INTO `haikuwp_wpml_mails` VALUES +(85,'2026-03-11 16:14:58','217.182.132.198','haiku.atelier@gmail.com','[Haiku Atelier] Your Site is Experiencing a Technical Issue','Hii!\n\nWordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.\n\nIn this case, WordPress caught an error with one of your plugins, WooCommerce.\n\nFirst, visit your website (https://haikuatelier.com/) and check for any visible issues. Next, visit the page where the error was caught (https://haikuatelier.com/wp/wp-admin/update.php?action=update-selected&plugins=woocommerce%2Fwoocommerce.php&_wpnonce=57ceeb6e2c) and check for any visible issues.\n\nPlease contact your host for assistance with investigating this issue further.\n\nIf your site appears broken and you can\'t access your dashboard normally, WordPress now has a special \"recovery mode\". This lets you safely login to your dashboard and investigate further.\n\nhttps://haikuatelier.com/wp/wp-login.php?action=enter_recovery_mode&rm_token=QHQB5ANp7FuZRNuYSLhJSk&rm_key=YR4mHWgNf3pvgkErC8PDAH\n\nTo keep your site safe, this link will expire in 1 day. Don\'t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.\n\nWhen seeking help with this issue, you may be asked for some of the following information:\nWordPress version 6.9\r\nActive theme: Haiku Atelier 2024 (version 1.0)\r\nCurrent plugin: WooCommerce (version 10.6.0)\r\nPHP version 8.5.3\n\n\n\nError Details\n=============\nAn error of type E_ERROR was caused in line 23 of the file /srv/haikuatelier.com/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php. Error message: Uncaught Error: Trait \"Automattic\\WooCommerce\\Internal\\Traits\\RestApiCache\" not found in /srv/haikuatelier.com/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:23\nStack trace:\n#0 /srv/haikuatelier.com/web/app/plugins/woocommerce/vendor/jetpack-autoloader/class-php-autoloader.php(102): require()\n#1 [internal function]: Automattic\\Jetpack\\Autoloader\\jpe25de9ccfb8c86529a8560065c4e7d09\\al5_0_0\\PHP_Autoloader::load_class()\n#2 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Proxies/LegacyProxy.php(51): method_exists()\n#3 /srv/haikuatelier.com/web/app/plugins/woocommerce/includes/rest-api/Server.php(64): Automattic\\WooCommerce\\Proxies\\LegacyProxy->get_instance_of()\n#4 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(341): Automattic\\WooCommerce\\RestApi\\Server->register_rest_routes()\n#5 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()\n#6 /srv/haikuatelier.com/web/wp/wp-includes/plugin.php(522): WP_Hook->do_action()\n#7 /srv/haikuatelier.com/web/wp/wp-includes/rest-api.php(636): do_action()\n#8 /srv/haikuatelier.com/web/wp/wp-includes/rest-api.php(594): rest_get_server()\n#9 /srv/haikuatelier.com/web/wp/wp-includes/rest-api.php(2981): rest_do_request()\n#10 [internal function]: rest_preload_api_request()\n#11 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Internal/Admin/Settings.php(148): array_reduce()\n#12 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(341): Automattic\\WooCommerce\\Internal\\Admin\\Settings->add_component_settings()\n#13 /srv/haikuatelier.com/web/wp/wp-includes/plugin.php(205): WP_Hook->apply_filters()\n#14 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Internal/Admin/WCAdminSharedSettings.php(73): apply_filters()\n#15 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php(274): Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings->{closure:Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings::on_woocommerce_blocks_loaded():67}()\n#16 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php(390): Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry->execute_lazy_data()\n#17 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(341): Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry->enqueue_asset_data()\n#18 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()\n#19 /srv/haikuatelier.com/web/wp/wp-includes/plugin.php(522): WP_Hook->do_action()\n#20 /srv/haikuatelier.com/web/wp/wp-admin/includes/template.php(2226): do_action()\n#21 /srv/haikuatelier.com/web/wp/wp-admin/update.php(53): iframe_footer()\n#22 {main}\n thrown','Content-Type: text/html','',NULL,'1.16.0'), +(86,'2026-04-02 09:46:22','217.182.132.198','contact@gcch.fr','[Haiku Atelier] Product out of stock','Hattari Ear Cuff gold plated (HATTARI-EC-g) is out of stock.','Content-Type: text/html','',NULL,'1.16.0'), +(87,'2026-04-02 09:46:23','217.182.132.198','haiku.atelier@gmail.com,\\n contact@gcch.fr','[Haiku Atelier]: New order #1697','\n\n\n

      You’ve received the following order from Tsira Bolkvadze:

      \n\n\n

      \n [Order #1697] ()

      \n\n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      ProductQuantityPrice
      \n Hattari Ear Cuff gold plated (#HATTARI-EC-g) \n 1 \n  55,00
      \n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      \n Subtotal:  55,00
      \n Shipping: Mondial Relay - Point Relais (Free)
      \n Total:  55,00
      \n
      \n\n
      \n\n \n \n \n \n
      \n

      Billing address

      \n \n
      \n Tsira Bolkvadze
      76 cours de la liberté
      69003 LYON
      France
      0615796565
      btsira@gmail.com
      \n
      \n

      Shipping address

      \n \n
      \n Tsira Bolkvadze
      76 cours de la liberté
      69003 LYON
      France
      0615796565
      \n
      \n

      Congratulations on the sale.

      \nProcess your orders on the go. Get the app.\n\n','Content-Type: text/html,\\nReply-to: Tsira Bolkvadze ','',NULL,'1.16.0'), +(88,'2026-04-03 21:37:31','217.182.132.198','contact@gcch.fr','[Haiku Atelier] Product out of stock','Tamanori Ear Cuff silver (TAMA-EC-s) is out of stock.','Content-Type: text/html','',NULL,'1.16.0'), +(89,'2026-04-03 21:37:32','217.182.132.198','haiku.atelier@gmail.com,\\n contact@gcch.fr','[Haiku Atelier]: New order #1698','\n\n\n

      You’ve received the following order from Zafiria Efstratiadi:

      \n\n\n

      \n [Order #1698] ()

      \n\n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      ProductQuantityPrice
      \n Tamanori Ear Cuff silver (#TAMA-EC-s) \n 1 \n  50,00
      \n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      \n Subtotal:  50,00
      \n Shipping: Mondial Relay - Point Relais (Free)
      \n Total:  50,00
      \n
      \n\n
      \n\n \n \n \n \n
      \n

      Billing address

      \n \n
      \n Zafiria Efstratiadi
      Boulvard louis mettewie 445,boite 6
      1080 Bruxelles
      0474918430
      zafiria.efstratiadi@hotmail.com
      \n
      \n

      Shipping address

      \n \n
      \n Zafiria Efstratiadi
      Boulvard louis mettewie 445,boite 6
      1080 Bruxelles
      0474918430
      \n
      \n

      Congratulations on the sale.

      \nProcess your orders on the go. Get the app.\n\n','Content-Type: text/html,\\nReply-to: Zafiria Efstratiadi ','',NULL,'1.16.0'), +(90,'2026-04-27 23:03:44','217.182.132.198','contact@gcch.fr','[Haiku Atelier] Product out of stock','Hattari Small Hoops silver (HATTARI-CR1-s) is out of stock.','Content-Type: text/html','',NULL,'1.16.0'), +(91,'2026-04-27 23:03:45','217.182.132.198','haiku.atelier@gmail.com,\\n contact@gcch.fr','[Haiku Atelier]: New order #1857','\n\n\n

      You’ve received the following order from Mattijs Quartier:

      \n\n\n

      \n [Order #1857] ()

      \n\n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      ProductQuantityPrice
      \n Hattari Small Hoops silver (#HATTARI-CR1-s) \n 1 \n  75,00
      \n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      \n Subtotal:  75,00
      \n Shipping: Mondial Relay - Point Relais (Free)
      \n Total:  75,00
      \n
      \n\n
      \n\n \n \n \n \n
      \n

      Billing address

      \n \n
      \n Mattijs Quartier
      Rubensstraat 118
      1030 Schaarbeek
      +32476829508
      mattijsquartier@live.nl
      \n
      \n

      Shipping address

      \n \n
      \n Mattijs Quartier
      Rubensstraat 118
      1030 Schaarbeek
      +32476829508
      \n
      \n

      Congratulations on the sale.

      \nProcess your orders on the go. Get the app.\n\n','Content-Type: text/html,\\nReply-to: Mattijs Quartier ','',NULL,'1.16.0'); +/*!40000 ALTER TABLE `haikuwp_wpml_mails` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; +/*!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 */; +/*M!100616 SET NOTE_VERBOSITY=@OLD_NOTE_VERBOSITY */; + +-- Dump completed on 2026-05-05 15:33:12 diff --git a/db/haiku_atelier-2026-05-05-b7eef2f.sql b/db/haiku_atelier-2026-05-05-b7eef2f.sql new file mode 100644 index 00000000..9c4444db --- /dev/null +++ b/db/haiku_atelier-2026-05-05-b7eef2f.sql @@ -0,0 +1,20126 @@ +/*M!999999\- enable the sandbox mode */ +-- MariaDB dump 10.19-11.8.6-MariaDB, for debian-linux-gnu (x86_64) +-- +-- Host: localhost Database: haiku_atelier +-- ------------------------------------------------------ +-- Server version 11.8.6-MariaDB-0+deb13u1 from Debian + +/*!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' */; +/*M!100616 SET @OLD_NOTE_VERBOSITY=@@NOTE_VERBOSITY, NOTE_VERBOSITY=0 */; + +-- +-- Table structure for table `haikuwp_actionscheduler_actions` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_actions` ( + `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `hook` varchar(191) NOT NULL, + `status` varchar(20) NOT NULL, + `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00', + `priority` tinyint(3) unsigned NOT NULL DEFAULT 10, + `args` varchar(191) DEFAULT NULL, + `schedule` longtext DEFAULT NULL, + `group_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `attempts` int(11) NOT NULL DEFAULT 0, + `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00', + `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `extended_args` varchar(8000) DEFAULT NULL, + PRIMARY KEY (`action_id`), + KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`), + KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`), + KEY `scheduled_date_gmt` (`scheduled_date_gmt`), + KEY `args` (`args`), + KEY `group_id` (`group_id`), + KEY `last_attempt_gmt` (`last_attempt_gmt`), + KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`), + KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`), + KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`), + KEY `status_claim_id` (`status`,`claim_id`) +) ENGINE=InnoDB AUTO_INCREMENT=12678 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_actions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_actions` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_actions` DISABLE KEYS */; +INSERT INTO `haikuwp_actionscheduler_actions` VALUES +(10724,'woocommerce_geoip_updater','complete','2026-04-06 10:00:00','2026-04-06 12:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775469600;s:18:\"\0*\0first_timestamp\";i:1757315635;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775469600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',11,1,'2026-04-06 10:01:43','2026-04-06 12:01:43',344838,NULL), +(11074,'wp_mail_smtp_summary_report_email','complete','2026-04-07 06:59:15','2026-04-07 08:59:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775545155;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775545155;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11198,'wp_mail_smtp_admin_notifications_update','complete','2026-04-04 20:34:07','2026-04-04 22:34:07',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775334847;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775334847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-04 20:50:06','2026-04-04 22:50:06',344518,NULL), +(11199,'wc_admin_daily_wrapper','complete','2026-04-04 20:34:07','2026-04-04 22:34:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775334847;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775334847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-04 20:50:07','2026-04-04 22:50:07',344518,NULL), +(11200,'woocommerce_cleanup_personal_data','complete','2026-04-04 20:34:07','2026-04-04 22:34:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775334847;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775334847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-04 20:50:07','2026-04-04 22:50:07',344518,NULL), +(11201,'woocommerce_expired_transient_files_cleanup','complete','2026-04-04 20:34:07','2026-04-04 22:34:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775334847;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775334847;}',12,1,'2026-04-04 20:50:07','2026-04-04 22:50:07',344518,NULL), +(11204,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-04 20:34:07','2026-04-04 22:34:07',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775334847;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775334847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-04 20:50:07','2026-04-04 22:50:07',344518,NULL), +(11214,'woocommerce_cleanup_sessions','complete','2026-04-04 16:01:57','2026-04-04 18:01:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775318517;s:18:\"\0*\0first_timestamp\";i:1775275200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775318517;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-04 16:13:15','2026-04-04 18:13:15',344485,NULL), +(11217,'woocommerce_scheduled_sales','complete','2026-04-05 05:17:34','2026-04-05 07:17:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775366254;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775366254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 05:30:04','2026-04-05 07:30:04',344557,NULL), +(11218,'woocommerce_cleanup_logs','complete','2026-04-05 05:17:34','2026-04-05 07:17:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775366254;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775366254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 05:30:04','2026-04-05 07:30:04',344557,NULL), +(11219,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-05 05:17:34','2026-04-05 07:17:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775366254;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775366254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 05:30:04','2026-04-05 07:30:04',344557,NULL), +(11226,'woocommerce_refresh_order_count_cache','complete','2026-04-05 01:07:21','2026-04-05 03:07:21',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775351241;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775351241;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-05 01:13:37','2026-04-05 03:13:37',344542,NULL), +(11228,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 16:23:03','2026-04-04 18:23:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775319783;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775319783;}',11,1,'2026-04-04 16:25:10','2026-04-04 18:25:10',344489,NULL), +(11229,'fetch_patterns','complete','2026-04-05 15:23:03','2026-04-05 17:23:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775402583;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775402583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 15:30:55','2026-04-05 17:30:55',344643,NULL), +(11231,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 17:25:10','2026-04-04 19:25:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775323510;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775323510;}',11,1,'2026-04-04 17:36:29','2026-04-04 19:36:29',344500,NULL), +(11232,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 18:36:29','2026-04-04 20:36:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775327789;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775327789;}',11,1,'2026-04-04 18:44:50','2026-04-04 20:44:50',344503,NULL), +(11233,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 19:44:50','2026-04-04 21:44:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775331890;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775331890;}',11,1,'2026-04-04 19:45:38','2026-04-04 21:45:38',344513,NULL), +(11234,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 20:45:38','2026-04-04 22:45:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775335538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775335538;}',11,1,'2026-04-04 20:50:07','2026-04-04 22:50:07',344518,NULL), +(11235,'wp_mail_smtp_admin_notifications_update','complete','2026-04-05 20:50:06','2026-04-05 22:50:06',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422206;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422206;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11236,'wc_admin_daily_wrapper','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11237,'woocommerce_cleanup_personal_data','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11238,'woocommerce_expired_transient_files_cleanup','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775422207;}',12,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11239,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 21:50:07','2026-04-04 23:50:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775339407;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775339407;}',11,1,'2026-04-04 21:50:46','2026-04-04 23:50:46',344524,NULL), +(11240,'woocommerce_cleanup_sessions','complete','2026-04-05 04:00:00','2026-04-05 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775361600;s:18:\"\0*\0first_timestamp\";i:1775361600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775361600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-05 04:01:17','2026-04-05 06:01:17',344550,NULL), +(11241,'generate_category_lookup_table_wrapper','complete','2026-04-04 20:50:17','2026-04-04 22:50:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775335817;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775335817;}',11,1,'2026-04-04 20:50:50','2026-04-04 22:50:50',344520,NULL), +(11242,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11243,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 22:50:46','2026-04-05 00:50:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775343046;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775343046;}',11,1,'2026-04-04 23:01:10','2026-04-05 01:01:10',344528,NULL), +(11244,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 00:01:10','2026-04-05 02:01:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775347270;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775347270;}',11,1,'2026-04-05 00:08:10','2026-04-05 02:08:10',344536,NULL), +(11245,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 01:08:10','2026-04-05 03:08:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775351290;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775351290;}',11,1,'2026-04-05 01:13:37','2026-04-05 03:13:37',344542,NULL), +(11246,'woocommerce_refresh_order_count_cache','complete','2026-04-05 13:13:37','2026-04-05 15:13:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775394817;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775394817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-05 13:19:23','2026-04-05 15:19:23',344628,NULL), +(11247,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 02:13:37','2026-04-05 04:13:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775355217;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775355217;}',11,1,'2026-04-05 02:42:10','2026-04-05 04:42:10',344545,NULL), +(11248,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 03:42:10','2026-04-05 05:42:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775360530;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775360530;}',11,1,'2026-04-05 04:01:17','2026-04-05 06:01:17',344550,NULL), +(11249,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 05:01:17','2026-04-05 07:01:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775365277;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775365277;}',11,1,'2026-04-05 05:30:04','2026-04-05 07:30:04',344557,NULL), +(11250,'woocommerce_cleanup_sessions','complete','2026-04-05 16:01:17','2026-04-05 18:01:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775404877;s:18:\"\0*\0first_timestamp\";i:1775361600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775404877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-05 16:09:39','2026-04-05 18:09:39',344646,NULL), +(11251,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 06:30:04','2026-04-05 08:30:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775370604;}',11,1,'2026-04-05 06:38:26','2026-04-05 08:38:26',344568,NULL), +(11252,'woocommerce_scheduled_sales','complete','2026-04-06 05:30:04','2026-04-06 07:30:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775453404;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775453404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11253,'woocommerce_cleanup_logs','complete','2026-04-06 05:30:04','2026-04-06 07:30:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775453404;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775453404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11254,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-06 05:30:04','2026-04-06 07:30:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775453404;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775453404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11255,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 07:38:26','2026-04-05 09:38:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775374706;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775374706;}',11,1,'2026-04-05 07:52:26','2026-04-05 09:52:26',344574,NULL), +(11256,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 08:52:26','2026-04-05 10:52:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775379146;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775379146;}',11,1,'2026-04-05 09:02:20','2026-04-05 11:02:20',344580,NULL), +(11257,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 10:02:20','2026-04-05 12:02:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775383340;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775383340;}',11,1,'2026-04-05 10:09:58','2026-04-05 12:09:58',344586,NULL), +(11258,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 11:09:58','2026-04-05 13:09:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775387398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775387398;}',11,1,'2026-04-05 11:10:57','2026-04-05 13:10:57',344595,NULL), +(11259,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 12:10:57','2026-04-05 14:10:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775391057;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775391057;}',11,1,'2026-04-05 12:15:20','2026-04-05 14:15:20',344619,NULL), +(11260,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 13:15:20','2026-04-05 15:15:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775394920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775394920;}',11,1,'2026-04-05 13:19:23','2026-04-05 15:19:23',344628,NULL), +(11261,'woocommerce_refresh_order_count_cache','complete','2026-04-06 01:19:23','2026-04-06 03:19:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775438363;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775438363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-06 02:00:54','2026-04-06 04:00:54',344729,NULL), +(11262,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 14:19:23','2026-04-05 16:19:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775398763;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775398763;}',11,1,'2026-04-05 14:22:18','2026-04-05 16:22:18',344638,NULL), +(11263,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 15:22:18','2026-04-05 17:22:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775402538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775402538;}',11,1,'2026-04-05 15:30:55','2026-04-05 17:30:55',344643,NULL), +(11264,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 16:30:55','2026-04-05 18:30:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775406655;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775406655;}',11,1,'2026-04-05 16:35:10','2026-04-05 18:35:10',344649,NULL), +(11265,'fetch_patterns','complete','2026-04-06 15:30:55','2026-04-06 17:30:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775489455;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775489455;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 15:43:58','2026-04-06 17:43:58',344913,NULL), +(11267,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 17:35:10','2026-04-05 19:35:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775410510;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775410510;}',11,1,'2026-04-05 17:45:14','2026-04-05 19:45:14',344655,NULL), +(11268,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 18:45:14','2026-04-05 20:45:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775414714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775414714;}',11,1,'2026-04-05 18:53:10','2026-04-05 20:53:10',344661,NULL), +(11269,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 19:53:10','2026-04-05 21:53:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775418790;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775418790;}',11,1,'2026-04-05 19:54:22','2026-04-05 21:54:22',344669,NULL), +(11270,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 20:54:22','2026-04-05 22:54:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775422462;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775422462;}',11,1,'2026-04-05 20:56:35','2026-04-05 22:56:35',344678,NULL), +(11271,'wp_mail_smtp_admin_notifications_update','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-06 21:02:54','2026-04-06 23:02:54',344955,NULL), +(11272,'wc_admin_daily_wrapper','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11273,'woocommerce_cleanup_personal_data','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11274,'woocommerce_expired_transient_files_cleanup','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775508712;}',12,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11275,'woocommerce_cleanup_sessions','complete','2026-04-06 04:00:00','2026-04-06 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775448000;s:18:\"\0*\0first_timestamp\";i:1775448000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775448000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-06 04:10:54','2026-04-06 06:10:54',344734,NULL), +(11276,'generate_category_lookup_table_wrapper','complete','2026-04-05 20:52:02','2026-04-05 22:52:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775422322;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775422322;}',11,1,'2026-04-05 20:56:35','2026-04-05 22:56:35',344678,NULL), +(11277,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11278,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 21:56:35','2026-04-05 23:56:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775426195;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775426195;}',11,1,'2026-04-05 21:57:29','2026-04-05 23:57:29',344683,NULL), +(11279,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 22:57:29','2026-04-06 00:57:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775429849;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775429849;}',11,1,'2026-04-05 23:05:34','2026-04-06 01:05:34',344694,NULL), +(11280,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 00:05:34','2026-04-06 02:05:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775433934;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775433934;}',11,1,'2026-04-06 00:07:20','2026-04-06 02:07:20',344712,NULL), +(11281,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 01:07:20','2026-04-06 03:07:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775437640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775437640;}',11,1,'2026-04-06 01:08:24','2026-04-06 03:08:24',344726,NULL), +(11282,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 02:08:24','2026-04-06 04:08:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775441304;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775441304;}',11,1,'2026-04-06 03:58:23','2026-04-06 05:58:23',344732,NULL), +(11283,'woocommerce_refresh_order_count_cache','complete','2026-04-06 14:00:54','2026-04-06 16:00:54',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775484054;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775484054;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-06 14:02:13','2026-04-06 16:02:13',344896,NULL), +(11284,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 04:58:23','2026-04-06 06:58:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775451503;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775451503;}',11,1,'2026-04-06 05:06:40','2026-04-06 07:06:40',344743,NULL), +(11285,'woocommerce_cleanup_sessions','complete','2026-04-06 16:10:54','2026-04-06 18:10:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775491854;s:18:\"\0*\0first_timestamp\";i:1775448000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775491854;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-06 16:11:56','2026-04-06 18:11:56',344922,NULL), +(11286,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 06:06:40','2026-04-06 08:06:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775455600;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775455600;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11287,'woocommerce_scheduled_sales','complete','2026-04-07 06:50:14','2026-04-07 08:50:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775544614;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775544614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11288,'woocommerce_cleanup_logs','complete','2026-04-07 06:50:14','2026-04-07 08:50:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775544614;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775544614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11289,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-07 06:50:14','2026-04-07 08:50:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775544614;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775544614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11290,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 07:50:14','2026-04-06 09:50:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461814;}',11,1,'2026-04-06 07:50:26','2026-04-06 09:50:26',344760,NULL), +(11291,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:48:37','2026-04-06 09:48:37',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461717;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461717;}',3,1,'2026-04-06 07:49:21','2026-04-06 09:49:21',344756,NULL), +(11292,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:49:22','2026-04-06 09:49:22',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461762;}',3,1,'2026-04-06 07:49:26','2026-04-06 09:49:26',344758,NULL), +(11293,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:50:04','2026-04-06 09:50:04',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461804;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461804;}',3,1,'2026-04-06 07:50:26','2026-04-06 09:50:26',344760,NULL), +(11294,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 08:50:26','2026-04-06 10:50:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775465426;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775465426;}',11,1,'2026-04-06 08:51:16','2026-04-06 10:51:16',344817,NULL), +(11295,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:50:39','2026-04-06 09:50:39',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461839;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461839;}',3,1,'2026-04-06 07:51:30','2026-04-06 09:51:30',344763,NULL), +(11296,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:35:28','2026-04-06 10:35:28',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464528;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464528;}',3,1,'2026-04-06 08:35:46','2026-04-06 10:35:46',344799,NULL), +(11297,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:37:57','2026-04-06 10:37:57',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464677;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464677;}',3,1,'2026-04-06 08:37:57','2026-04-06 10:37:57',344803,NULL), +(11298,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:40:00','2026-04-06 10:40:00',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464800;}',3,1,'2026-04-06 08:40:00','2026-04-06 10:40:00',344807,NULL), +(11299,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:40:39','2026-04-06 10:40:39',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464839;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464839;}',3,1,'2026-04-06 08:41:25','2026-04-06 10:41:25',344810,NULL), +(11300,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 09:51:16','2026-04-06 11:51:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775469076;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775469076;}',11,1,'2026-04-06 09:52:13','2026-04-06 11:52:13',344831,NULL), +(11301,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 09:48:46','2026-04-06 11:48:46',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775468926;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775468926;}',3,1,'2026-04-06 09:49:28','2026-04-06 11:49:28',344829,NULL), +(11302,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 09:48:55','2026-04-06 11:48:55',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775468935;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775468935;}',3,1,'2026-04-06 09:49:28','2026-04-06 11:49:28',344829,NULL), +(11303,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 09:49:10','2026-04-06 11:49:10',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775468950;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775468950;}',3,1,'2026-04-06 09:49:28','2026-04-06 11:49:28',344829,NULL), +(11304,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 10:52:13','2026-04-06 12:52:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775472733;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775472733;}',11,1,'2026-04-06 11:02:23','2026-04-06 13:02:23',344843,NULL), +(11305,'woocommerce_geoip_updater','complete','2026-04-21 10:01:43','2026-04-21 12:01:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776765703;s:18:\"\0*\0first_timestamp\";i:1757315635;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776765703;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',11,1,'2026-04-21 10:08:08','2026-04-21 12:08:08',347288,NULL), +(11306,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 12:02:23','2026-04-06 14:02:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775476943;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775476943;}',11,1,'2026-04-06 12:04:11','2026-04-06 14:04:11',344854,NULL), +(11307,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 13:04:11','2026-04-06 15:04:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775480651;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775480651;}',11,1,'2026-04-06 13:14:17','2026-04-06 15:14:17',344875,NULL), +(11308,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 14:14:17','2026-04-06 16:14:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775484857;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775484857;}',11,1,'2026-04-06 14:15:30','2026-04-06 16:15:30',344902,NULL), +(11309,'woocommerce_refresh_order_count_cache','complete','2026-04-07 02:02:13','2026-04-07 04:02:13',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775527333;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775527333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-07 02:04:40','2026-04-07 04:04:40',344984,NULL), +(11310,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 15:15:30','2026-04-06 17:15:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775488530;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775488530;}',11,1,'2026-04-06 15:28:57','2026-04-06 17:28:57',344911,NULL), +(11311,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 16:28:57','2026-04-06 18:28:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775492937;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775492937;}',11,1,'2026-04-06 16:35:07','2026-04-06 18:35:07',344928,NULL), +(11312,'fetch_patterns','complete','2026-04-07 15:43:58','2026-04-07 17:43:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775576638;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775576638;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 16:11:02','2026-04-07 18:11:02',345118,NULL), +(11314,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 17:35:07','2026-04-06 19:35:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775496907;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775496907;}',11,1,'2026-04-06 17:47:03','2026-04-06 19:47:03',344939,NULL), +(11315,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 18:47:03','2026-04-06 20:47:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775501223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775501223;}',11,1,'2026-04-06 19:01:12','2026-04-06 21:01:12',344946,NULL), +(11316,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 20:01:12','2026-04-06 22:01:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775505672;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775505672;}',11,1,'2026-04-06 20:20:45','2026-04-06 22:20:45',344951,NULL), +(11317,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 21:20:45','2026-04-06 23:20:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775510445;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775510445;}',11,1,'2026-04-06 21:32:21','2026-04-06 23:32:21',344962,NULL), +(11318,'wp_mail_smtp_admin_notifications_update','complete','2026-04-07 21:02:54','2026-04-07 23:02:54',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595774;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595774;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11319,'wc_admin_daily_wrapper','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11320,'woocommerce_cleanup_personal_data','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11321,'woocommerce_expired_transient_files_cleanup','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775595775;}',12,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11322,'woocommerce_cleanup_sessions','complete','2026-04-07 04:00:00','2026-04-07 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775534400;s:18:\"\0*\0first_timestamp\";i:1775534400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775534400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-07 04:14:23','2026-04-07 06:14:23',344996,NULL), +(11323,'generate_category_lookup_table_wrapper','complete','2026-04-06 21:03:05','2026-04-06 23:03:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775509385;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775509385;}',11,1,'2026-04-06 21:09:14','2026-04-06 23:09:14',344957,NULL), +(11324,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11325,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 22:32:21','2026-04-07 00:32:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775514741;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775514741;}',11,1,'2026-04-06 23:08:05','2026-04-07 01:08:05',344968,NULL), +(11326,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 00:08:05','2026-04-07 02:08:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775520485;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775520485;}',11,1,'2026-04-07 00:09:56','2026-04-07 02:09:56',344971,NULL), +(11327,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 01:09:56','2026-04-07 03:09:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775524196;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775524196;}',11,1,'2026-04-07 01:24:05','2026-04-07 03:24:05',344978,NULL), +(11328,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 02:24:05','2026-04-07 04:24:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775528645;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775528645;}',11,1,'2026-04-07 02:59:43','2026-04-07 04:59:43',344987,NULL), +(11329,'woocommerce_refresh_order_count_cache','complete','2026-04-07 14:04:40','2026-04-07 16:04:40',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775570680;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775570680;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-07 14:05:55','2026-04-07 16:05:55',345096,NULL), +(11330,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 03:59:43','2026-04-07 05:59:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775534383;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775534383;}',11,1,'2026-04-07 04:14:23','2026-04-07 06:14:23',344996,NULL), +(11331,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 05:14:23','2026-04-07 07:14:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775538863;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775538863;}',11,1,'2026-04-07 05:29:43','2026-04-07 07:29:43',345000,NULL), +(11332,'woocommerce_cleanup_sessions','complete','2026-04-07 16:14:23','2026-04-07 18:14:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775578463;s:18:\"\0*\0first_timestamp\";i:1775534400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775578463;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-07 16:17:25','2026-04-07 18:17:25',345121,NULL), +(11333,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 06:29:43','2026-04-07 08:29:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775543383;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775543383;}',11,1,'2026-04-07 06:35:06','2026-04-07 08:35:06',345011,NULL), +(11334,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 07:35:06','2026-04-07 09:35:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775547306;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775547306;}',11,1,'2026-04-07 07:35:32','2026-04-07 09:35:32',345029,NULL), +(11335,'woocommerce_scheduled_sales','complete','2026-04-08 07:06:50','2026-04-08 09:06:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775632010;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775632010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11336,'woocommerce_cleanup_logs','complete','2026-04-08 07:06:50','2026-04-08 09:06:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775632010;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775632010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11337,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-08 07:06:50','2026-04-08 09:06:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775632010;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775632010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11338,'wp_mail_smtp_summary_report_email','complete','2026-04-14 07:06:50','2026-04-14 09:06:50',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776150410;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776150410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-14 07:11:30','2026-04-14 09:11:30',346164,NULL), +(11339,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 08:35:32','2026-04-07 10:35:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775550932;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775550932;}',11,1,'2026-04-07 08:41:58','2026-04-07 10:41:58',345043,NULL), +(11340,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 09:41:58','2026-04-07 11:41:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775554918;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775554918;}',11,1,'2026-04-07 09:43:30','2026-04-07 11:43:30',345056,NULL), +(11341,'wc-admin_import_orders','complete','2026-04-07 08:42:27','2026-04-07 10:42:27',10,'[1698]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775551347;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775551347;}',4,1,'2026-04-07 08:46:30','2026-04-07 10:46:30',345046,NULL), +(11342,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 10:43:30','2026-04-07 12:43:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775558610;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775558610;}',11,1,'2026-04-07 10:50:52','2026-04-07 12:50:52',345065,NULL), +(11343,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 11:50:52','2026-04-07 13:50:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775562652;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775562652;}',11,1,'2026-04-07 11:52:33','2026-04-07 13:52:33',345077,NULL), +(11344,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 12:52:33','2026-04-07 14:52:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775566353;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775566353;}',11,1,'2026-04-07 12:57:06','2026-04-07 14:57:06',345083,NULL), +(11345,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 13:57:06','2026-04-07 15:57:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775570226;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775570226;}',11,1,'2026-04-07 14:03:01','2026-04-07 16:03:01',345094,NULL), +(11346,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 15:03:01','2026-04-07 17:03:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775574181;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775574181;}',11,1,'2026-04-07 15:03:10','2026-04-07 17:03:10',345106,NULL), +(11347,'woocommerce_refresh_order_count_cache','complete','2026-04-08 02:05:55','2026-04-08 04:05:55',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775613955;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775613955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-08 02:31:17','2026-04-08 04:31:17',345164,NULL), +(11348,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 16:03:10','2026-04-07 18:03:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775577790;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775577790;}',11,1,'2026-04-07 16:11:02','2026-04-07 18:11:02',345118,NULL), +(11349,'fetch_patterns','complete','2026-04-08 16:11:02','2026-04-08 18:11:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775664662;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775664662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 16:17:38','2026-04-08 18:17:38',345254,NULL), +(11350,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 17:11:02','2026-04-07 19:11:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775581862;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775581862;}',11,1,'2026-04-07 17:18:11','2026-04-07 19:18:11',345128,NULL), +(11352,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 18:18:11','2026-04-07 20:18:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775585891;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775585891;}',11,1,'2026-04-07 18:23:43','2026-04-07 20:23:43',345133,NULL), +(11353,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 19:23:43','2026-04-07 21:23:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775589823;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775589823;}',11,1,'2026-04-07 19:47:11','2026-04-07 21:47:11',345137,NULL), +(11354,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 20:47:11','2026-04-07 22:47:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775594831;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775594831;}',11,1,'2026-04-07 20:49:15','2026-04-07 22:49:15',345140,NULL), +(11355,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 21:49:15','2026-04-07 23:49:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775598555;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775598555;}',11,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11356,'wp_mail_smtp_admin_notifications_update','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-08 22:00:18','2026-04-09 00:00:18',345295,NULL), +(11357,'wc_admin_daily_wrapper','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11358,'woocommerce_cleanup_personal_data','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11359,'woocommerce_expired_transient_files_cleanup','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775684985;}',12,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11360,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 22:49:45','2026-04-08 00:49:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775602185;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775602185;}',11,1,'2026-04-07 22:54:33','2026-04-08 00:54:33',345150,NULL), +(11361,'woocommerce_cleanup_sessions','complete','2026-04-08 04:00:00','2026-04-08 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775620800;s:18:\"\0*\0first_timestamp\";i:1775620800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775620800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-08 04:18:56','2026-04-08 06:18:56',345170,NULL), +(11362,'generate_category_lookup_table_wrapper','complete','2026-04-07 21:49:55','2026-04-07 23:49:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775598595;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775598595;}',11,1,'2026-04-07 21:50:48','2026-04-07 23:50:48',345146,NULL), +(11363,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11364,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 23:54:33','2026-04-08 01:54:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775606073;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775606073;}',11,1,'2026-04-07 23:56:19','2026-04-08 01:56:19',345156,NULL), +(11365,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 00:56:19','2026-04-08 02:56:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775609779;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775609779;}',11,1,'2026-04-08 01:06:50','2026-04-08 03:06:50',345159,NULL), +(11366,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 02:06:50','2026-04-08 04:06:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775614010;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775614010;}',11,1,'2026-04-08 02:31:17','2026-04-08 04:31:17',345164,NULL), +(11367,'woocommerce_refresh_order_count_cache','complete','2026-04-08 14:31:17','2026-04-08 16:31:17',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775658677;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775658677;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-08 14:36:24','2026-04-08 16:36:24',345241,NULL), +(11368,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 03:31:17','2026-04-08 05:31:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775619077;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775619077;}',11,1,'2026-04-08 03:49:56','2026-04-08 05:49:56',345167,NULL), +(11369,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 04:49:56','2026-04-08 06:49:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775623796;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775623796;}',11,1,'2026-04-08 05:06:57','2026-04-08 07:06:57',345175,NULL), +(11370,'woocommerce_cleanup_sessions','complete','2026-04-08 16:18:56','2026-04-08 18:18:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775665136;s:18:\"\0*\0first_timestamp\";i:1775620800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775665136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-08 16:19:14','2026-04-08 18:19:14',345256,NULL), +(11371,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 06:06:57','2026-04-08 08:06:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775628417;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775628417;}',11,1,'2026-04-08 06:12:45','2026-04-08 08:12:45',345184,NULL), +(11372,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 07:12:44','2026-04-08 09:12:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775632364;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775632364;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11373,'woocommerce_scheduled_sales','complete','2026-04-09 07:21:07','2026-04-09 09:21:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775719267;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775719267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11374,'woocommerce_cleanup_logs','complete','2026-04-09 07:21:07','2026-04-09 09:21:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775719267;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775719267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11375,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-09 07:21:07','2026-04-09 09:21:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775719267;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775719267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11376,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 08:21:07','2026-04-08 10:21:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775636467;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775636467;}',11,1,'2026-04-08 09:11:30','2026-04-08 11:11:30',345200,NULL), +(11377,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 10:11:30','2026-04-08 12:11:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775643090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775643090;}',11,1,'2026-04-08 10:20:54','2026-04-08 12:20:54',345205,NULL), +(11378,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 11:20:54','2026-04-08 13:20:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775647254;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775647254;}',11,1,'2026-04-08 11:34:18','2026-04-08 13:34:18',345215,NULL), +(11379,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 12:34:18','2026-04-08 14:34:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775651658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775651658;}',11,1,'2026-04-08 12:41:44','2026-04-08 14:41:44',345225,NULL), +(11380,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 13:41:43','2026-04-08 15:41:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775655703;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775655703;}',11,1,'2026-04-08 13:45:39','2026-04-08 15:45:39',345236,NULL), +(11381,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 14:45:39','2026-04-08 16:45:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775659539;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775659539;}',11,1,'2026-04-08 14:45:39','2026-04-08 16:45:39',345244,NULL), +(11382,'woocommerce_refresh_order_count_cache','complete','2026-04-09 02:36:24','2026-04-09 04:36:24',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775702184;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775702184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-09 02:47:53','2026-04-09 04:47:53',345319,NULL), +(11383,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 15:45:39','2026-04-08 17:45:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775663139;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775663139;}',11,1,'2026-04-08 16:04:06','2026-04-08 18:04:06',345252,NULL), +(11384,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 17:04:06','2026-04-08 19:04:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775667846;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775667846;}',11,1,'2026-04-08 17:08:44','2026-04-08 19:08:44',345265,NULL), +(11385,'fetch_patterns','complete','2026-04-09 16:17:38','2026-04-09 18:17:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775751458;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775751458;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 16:20:03','2026-04-09 18:20:03',345421,NULL), +(11387,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 18:08:44','2026-04-08 20:08:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775671724;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775671724;}',11,1,'2026-04-08 18:10:44','2026-04-08 20:10:44',345274,NULL), +(11388,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 19:10:44','2026-04-08 21:10:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775675444;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775675444;}',11,1,'2026-04-08 19:59:05','2026-04-08 21:59:05',345284,NULL), +(11389,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 20:59:05','2026-04-08 22:59:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775681945;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775681945;}',11,1,'2026-04-08 21:07:54','2026-04-08 23:07:54',345290,NULL), +(11390,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 22:07:54','2026-04-09 00:07:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775686074;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775686074;}',11,1,'2026-04-08 22:21:00','2026-04-09 00:21:00',345299,NULL), +(11391,'wp_mail_smtp_admin_notifications_update','complete','2026-04-09 22:00:18','2026-04-10 00:00:18',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772018;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11392,'wc_admin_daily_wrapper','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11393,'woocommerce_cleanup_personal_data','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11394,'woocommerce_expired_transient_files_cleanup','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775772019;}',12,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11395,'woocommerce_cleanup_sessions','complete','2026-04-09 04:00:00','2026-04-09 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775707200;s:18:\"\0*\0first_timestamp\";i:1775707200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775707200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-09 04:09:03','2026-04-09 06:09:03',345326,NULL), +(11396,'generate_category_lookup_table_wrapper','complete','2026-04-08 22:00:29','2026-04-09 00:00:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775685629;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775685629;}',11,1,'2026-04-08 22:06:03','2026-04-09 00:06:03',345297,NULL), +(11397,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11398,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 23:21:00','2026-04-09 01:21:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775690460;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775690460;}',11,1,'2026-04-08 23:21:13','2026-04-09 01:21:13',345303,NULL), +(11399,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 00:21:13','2026-04-09 02:21:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775694073;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775694073;}',11,1,'2026-04-09 00:42:56','2026-04-09 02:42:56',345308,NULL), +(11400,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 01:42:56','2026-04-09 03:42:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775698976;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775698976;}',11,1,'2026-04-09 02:12:41','2026-04-09 04:12:41',345313,NULL), +(11401,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 03:12:41','2026-04-09 05:12:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775704361;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775704361;}',11,1,'2026-04-09 03:14:18','2026-04-09 05:14:18',345323,NULL), +(11402,'woocommerce_refresh_order_count_cache','complete','2026-04-09 14:47:53','2026-04-09 16:47:53',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775746073;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775746073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-09 15:05:45','2026-04-09 17:05:45',345415,NULL), +(11403,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 04:14:18','2026-04-09 06:14:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775708058;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775708058;}',11,1,'2026-04-09 04:15:14','2026-04-09 06:15:14',345329,NULL), +(11404,'woocommerce_cleanup_sessions','complete','2026-04-09 16:09:03','2026-04-09 18:09:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775750943;s:18:\"\0*\0first_timestamp\";i:1775707200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775750943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-09 16:20:03','2026-04-09 18:20:03',345421,NULL), +(11405,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 05:15:14','2026-04-09 07:15:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775711714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775711714;}',11,1,'2026-04-09 05:19:18','2026-04-09 07:19:18',345338,NULL), +(11406,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 06:19:18','2026-04-09 08:19:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775715558;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775715558;}',11,1,'2026-04-09 06:19:43','2026-04-09 08:19:43',345351,NULL), +(11407,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 07:19:43','2026-04-09 09:19:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775719183;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775719183;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11408,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 08:44:23','2026-04-09 10:44:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775724263;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775724263;}',11,1,'2026-04-09 09:06:32','2026-04-09 11:06:32',345372,NULL), +(11409,'woocommerce_scheduled_sales','complete','2026-04-10 07:44:23','2026-04-10 09:44:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775807063;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775807063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11410,'woocommerce_cleanup_logs','complete','2026-04-10 07:44:23','2026-04-10 09:44:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775807063;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775807063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11411,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-10 07:44:23','2026-04-10 09:44:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775807063;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775807063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11412,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 10:06:32','2026-04-09 12:06:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775729192;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775729192;}',11,1,'2026-04-09 10:08:09','2026-04-09 12:08:09',345377,NULL), +(11413,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 11:08:09','2026-04-09 13:08:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775732889;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775732889;}',11,1,'2026-04-09 11:11:58','2026-04-09 13:11:58',345385,NULL), +(11414,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 12:11:58','2026-04-09 14:11:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775736718;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775736718;}',11,1,'2026-04-09 12:14:49','2026-04-09 14:14:49',345395,NULL), +(11415,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 13:14:49','2026-04-09 15:14:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775740489;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775740489;}',11,1,'2026-04-09 13:23:41','2026-04-09 15:23:41',345405,NULL), +(11416,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 14:23:41','2026-04-09 16:23:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775744621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775744621;}',11,1,'2026-04-09 14:27:23','2026-04-09 16:27:23',345410,NULL), +(11417,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 15:27:23','2026-04-09 17:27:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775748443;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775748443;}',11,1,'2026-04-09 15:36:27','2026-04-09 17:36:27',345418,NULL), +(11418,'woocommerce_refresh_order_count_cache','complete','2026-04-10 03:05:45','2026-04-10 05:05:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775790345;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775790345;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-10 03:06:07','2026-04-10 05:06:07',345464,NULL), +(11419,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 16:36:27','2026-04-09 18:36:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775752587;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775752587;}',11,1,'2026-04-09 16:54:16','2026-04-09 18:54:16',345424,NULL), +(11421,'fetch_patterns','complete','2026-04-10 16:20:03','2026-04-10 18:20:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775838003;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775838003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 16:22:26','2026-04-10 18:22:26',345547,NULL), +(11422,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 17:54:16','2026-04-09 19:54:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775757256;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775757256;}',11,1,'2026-04-09 18:11:32','2026-04-09 20:11:32',345426,NULL), +(11423,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 19:11:32','2026-04-09 21:11:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775761892;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775761892;}',11,1,'2026-04-09 19:16:17','2026-04-09 21:16:17',345429,NULL), +(11424,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 20:16:16','2026-04-09 22:16:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775765776;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775765776;}',11,1,'2026-04-09 20:45:03','2026-04-09 22:45:03',345433,NULL), +(11425,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 21:45:03','2026-04-09 23:45:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775771103;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775771103;}',11,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11426,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 23:15:33','2026-04-10 01:15:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775776533;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775776533;}',11,1,'2026-04-09 23:20:04','2026-04-10 01:20:04',345445,NULL), +(11427,'wp_mail_smtp_admin_notifications_update','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11428,'wc_admin_daily_wrapper','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11429,'woocommerce_cleanup_personal_data','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11430,'woocommerce_expired_transient_files_cleanup','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775859333;}',12,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11431,'woocommerce_cleanup_sessions','complete','2026-04-10 04:00:00','2026-04-10 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775793600;s:18:\"\0*\0first_timestamp\";i:1775793600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775793600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-10 04:00:26','2026-04-10 06:00:26',345472,NULL), +(11432,'generate_category_lookup_table_wrapper','complete','2026-04-09 22:15:43','2026-04-10 00:15:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775772943;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775772943;}',11,1,'2026-04-09 22:17:52','2026-04-10 00:17:52',345440,NULL), +(11433,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11434,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 00:20:04','2026-04-10 02:20:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775780404;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775780404;}',11,1,'2026-04-10 00:40:28','2026-04-10 02:40:28',345453,NULL), +(11435,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 01:40:28','2026-04-10 03:40:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775785228;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775785228;}',11,1,'2026-04-10 02:18:20','2026-04-10 04:18:20',345459,NULL), +(11436,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 03:18:20','2026-04-10 05:18:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775791100;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775791100;}',11,1,'2026-04-10 03:57:03','2026-04-10 05:57:03',345469,NULL), +(11437,'woocommerce_refresh_order_count_cache','complete','2026-04-10 15:06:07','2026-04-10 17:06:07',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775833567;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775833567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-10 15:11:48','2026-04-10 17:11:48',345531,NULL), +(11438,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 04:57:03','2026-04-10 06:57:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775797023;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775797023;}',11,1,'2026-04-10 05:26:45','2026-04-10 07:26:45',345479,NULL), +(11439,'woocommerce_cleanup_sessions','complete','2026-04-10 16:00:26','2026-04-10 18:00:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775836826;s:18:\"\0*\0first_timestamp\";i:1775793600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775836826;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-10 16:13:38','2026-04-10 18:13:38',345542,NULL), +(11440,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 06:26:45','2026-04-10 08:26:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775802405;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775802405;}',11,1,'2026-04-10 06:34:36','2026-04-10 08:34:36',345488,NULL), +(11441,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 07:34:36','2026-04-10 09:34:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775806476;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775806476;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11442,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 09:16:45','2026-04-10 11:16:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775812605;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775812605;}',11,1,'2026-04-10 09:31:18','2026-04-10 11:31:18',345494,NULL), +(11443,'woocommerce_scheduled_sales','complete','2026-04-11 08:16:45','2026-04-11 10:16:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775895405;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775895405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 08:19:52','2026-04-11 10:19:52',345645,NULL), +(11444,'woocommerce_cleanup_logs','complete','2026-04-11 08:16:45','2026-04-11 10:16:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775895405;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775895405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 08:19:52','2026-04-11 10:19:52',345645,NULL), +(11445,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-11 08:16:45','2026-04-11 10:16:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775895405;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775895405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 08:19:52','2026-04-11 10:19:52',345645,NULL), +(11446,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 10:31:18','2026-04-10 12:31:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775817078;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775817078;}',11,1,'2026-04-10 10:50:56','2026-04-10 12:50:56',345501,NULL), +(11447,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 11:50:56','2026-04-10 13:50:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775821856;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775821856;}',11,1,'2026-04-10 11:55:26','2026-04-10 13:55:26',345510,NULL), +(11448,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 12:55:26','2026-04-10 14:55:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775825726;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775825726;}',11,1,'2026-04-10 12:58:08','2026-04-10 14:58:08',345518,NULL), +(11449,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 13:58:08','2026-04-10 15:58:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775829488;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775829488;}',11,1,'2026-04-10 14:11:17','2026-04-10 16:11:17',345526,NULL), +(11450,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 15:11:17','2026-04-10 17:11:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775833877;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775833877;}',11,1,'2026-04-10 15:11:48','2026-04-10 17:11:48',345531,NULL), +(11451,'woocommerce_refresh_order_count_cache','complete','2026-04-11 03:11:48','2026-04-11 05:11:48',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775877108;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775877108;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-11 03:21:03','2026-04-11 05:21:03',345611,NULL), +(11452,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 16:11:48','2026-04-10 18:11:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775837508;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775837508;}',11,1,'2026-04-10 16:13:38','2026-04-10 18:13:38',345542,NULL), +(11454,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 17:13:38','2026-04-10 19:13:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775841218;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775841218;}',11,1,'2026-04-10 17:40:40','2026-04-10 19:40:40',345551,NULL), +(11455,'fetch_patterns','complete','2026-04-11 16:22:26','2026-04-11 18:22:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775924546;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775924546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 16:45:57','2026-04-11 18:45:57',345706,NULL), +(11456,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 18:40:40','2026-04-10 20:40:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775846440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775846440;}',11,1,'2026-04-10 18:51:19','2026-04-10 20:51:19',345556,NULL), +(11457,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 19:51:19','2026-04-10 21:51:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775850679;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775850679;}',11,1,'2026-04-10 19:56:35','2026-04-10 21:56:35',345561,NULL), +(11458,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 20:56:35','2026-04-10 22:56:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775854595;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775854595;}',11,1,'2026-04-10 21:01:55','2026-04-10 23:01:55',345569,NULL), +(11459,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 22:01:55','2026-04-11 00:01:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775858515;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775858515;}',11,1,'2026-04-10 22:04:03','2026-04-11 00:04:03',345583,NULL), +(11460,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 23:04:03','2026-04-11 01:04:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775862243;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775862243;}',11,1,'2026-04-10 23:05:56','2026-04-11 01:05:56',345593,NULL), +(11461,'wp_mail_smtp_admin_notifications_update','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-11 22:27:15','2026-04-12 00:27:15',345753,NULL), +(11462,'wc_admin_daily_wrapper','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11463,'woocommerce_cleanup_personal_data','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11464,'woocommerce_expired_transient_files_cleanup','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775946136;}',12,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11465,'woocommerce_cleanup_sessions','complete','2026-04-11 04:00:00','2026-04-11 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775880000;s:18:\"\0*\0first_timestamp\";i:1775880000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775880000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-11 04:04:07','2026-04-11 06:04:07',345616,NULL), +(11466,'generate_category_lookup_table_wrapper','complete','2026-04-10 22:22:26','2026-04-11 00:22:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775859746;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775859746;}',11,1,'2026-04-10 22:23:38','2026-04-11 00:23:38',345588,NULL), +(11467,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11468,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 00:05:56','2026-04-11 02:05:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775865956;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775865956;}',11,1,'2026-04-11 01:08:54','2026-04-11 03:08:54',345600,NULL), +(11469,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 02:08:54','2026-04-11 04:08:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775873334;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775873334;}',11,1,'2026-04-11 02:33:06','2026-04-11 04:33:06',345605,NULL), +(11470,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 03:33:06','2026-04-11 05:33:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775878386;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775878386;}',11,1,'2026-04-11 03:49:11','2026-04-11 05:49:11',345614,NULL), +(11471,'woocommerce_refresh_order_count_cache','complete','2026-04-11 15:21:03','2026-04-11 17:21:03',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775920863;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775920863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-11 15:26:57','2026-04-11 17:26:57',345687,NULL), +(11472,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 04:49:11','2026-04-11 06:49:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775882951;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775882951;}',11,1,'2026-04-11 05:04:47','2026-04-11 07:04:47',345626,NULL), +(11473,'woocommerce_cleanup_sessions','complete','2026-04-11 16:04:07','2026-04-11 18:04:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775923447;s:18:\"\0*\0first_timestamp\";i:1775880000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775923447;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-11 16:06:59','2026-04-11 18:06:59',345699,NULL), +(11474,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 06:04:47','2026-04-11 08:04:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775887487;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775887487;}',11,1,'2026-04-11 06:24:33','2026-04-11 08:24:33',345632,NULL), +(11475,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 07:24:33','2026-04-11 09:24:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775892273;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775892273;}',11,1,'2026-04-11 07:29:11','2026-04-11 09:29:11',345638,NULL), +(11476,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 08:29:11','2026-04-11 10:29:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775896151;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775896151;}',11,1,'2026-04-11 09:02:50','2026-04-11 11:02:50',345647,NULL), +(11477,'woocommerce_scheduled_sales','complete','2026-04-12 08:19:52','2026-04-12 10:19:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775981992;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775981992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 08:30:27','2026-04-12 10:30:27',345803,NULL), +(11478,'woocommerce_cleanup_logs','complete','2026-04-12 08:19:52','2026-04-12 10:19:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775981992;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775981992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 08:30:27','2026-04-12 10:30:27',345803,NULL), +(11479,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-12 08:19:52','2026-04-12 10:19:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775981992;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775981992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 08:30:27','2026-04-12 10:30:27',345803,NULL), +(11480,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 10:02:50','2026-04-11 12:02:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775901770;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775901770;}',11,1,'2026-04-11 10:18:40','2026-04-11 12:18:40',345655,NULL), +(11481,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 11:18:40','2026-04-11 13:18:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775906320;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775906320;}',11,1,'2026-04-11 11:40:41','2026-04-11 13:40:41',345662,NULL), +(11482,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 12:40:41','2026-04-11 14:40:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775911241;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775911241;}',11,1,'2026-04-11 13:02:57','2026-04-11 15:02:57',345668,NULL), +(11483,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 14:02:57','2026-04-11 16:02:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775916177;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775916177;}',11,1,'2026-04-11 14:16:19','2026-04-11 16:16:19',345679,NULL), +(11484,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 15:16:19','2026-04-11 17:16:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775920579;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775920579;}',11,1,'2026-04-11 15:20:53','2026-04-11 17:20:53',345685,NULL), +(11485,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 16:20:53','2026-04-11 18:20:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775924453;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775924453;}',11,1,'2026-04-11 16:45:57','2026-04-11 18:45:57',345706,NULL), +(11486,'woocommerce_refresh_order_count_cache','complete','2026-04-12 03:26:57','2026-04-12 05:26:57',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775964417;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775964417;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-12 03:30:37','2026-04-12 05:30:37',345776,NULL), +(11488,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 17:45:57','2026-04-11 19:45:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775929557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775929557;}',11,1,'2026-04-11 17:55:03','2026-04-11 19:55:03',345718,NULL), +(11489,'fetch_patterns','complete','2026-04-12 16:45:57','2026-04-12 18:45:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776012357;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776012357;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 16:47:01','2026-04-12 18:47:01',345900,NULL), +(11490,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 18:55:03','2026-04-11 20:55:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775933703;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775933703;}',11,1,'2026-04-11 18:59:36','2026-04-11 20:59:36',345727,NULL), +(11491,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 19:59:36','2026-04-11 21:59:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775937576;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775937576;}',11,1,'2026-04-11 20:25:18','2026-04-11 22:25:18',345736,NULL), +(11492,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 21:25:18','2026-04-11 23:25:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775942718;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775942718;}',11,1,'2026-04-11 21:26:41','2026-04-11 23:26:41',345742,NULL), +(11493,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 22:26:41','2026-04-12 00:26:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775946401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775946401;}',11,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11494,'wp_mail_smtp_admin_notifications_update','complete','2026-04-12 22:27:15','2026-04-13 00:27:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032835;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032835;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11495,'wc_admin_daily_wrapper','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11496,'woocommerce_cleanup_personal_data','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11497,'woocommerce_expired_transient_files_cleanup','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776032836;}',12,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11498,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 23:27:16','2026-04-12 01:27:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775950036;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775950036;}',11,1,'2026-04-11 23:49:46','2026-04-12 01:49:46',345759,NULL), +(11499,'woocommerce_cleanup_sessions','complete','2026-04-12 04:00:00','2026-04-12 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775966400;s:18:\"\0*\0first_timestamp\";i:1775966400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775966400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-12 04:19:42','2026-04-12 06:19:42',345778,NULL), +(11500,'generate_category_lookup_table_wrapper','complete','2026-04-11 22:27:26','2026-04-12 00:27:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775946446;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775946446;}',11,1,'2026-04-11 22:55:17','2026-04-12 00:55:17',345755,NULL), +(11501,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11502,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 00:49:46','2026-04-12 02:49:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775954986;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775954986;}',11,1,'2026-04-12 00:54:57','2026-04-12 02:54:57',345764,NULL), +(11503,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 01:54:57','2026-04-12 03:54:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775958897;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775958897;}',11,1,'2026-04-12 01:56:07','2026-04-12 03:56:07',345769,NULL), +(11504,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 02:56:07','2026-04-12 04:56:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775962567;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775962567;}',11,1,'2026-04-12 03:00:55','2026-04-12 05:00:55',345773,NULL), +(11505,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 04:00:55','2026-04-12 06:00:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775966455;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775966455;}',11,1,'2026-04-12 04:19:42','2026-04-12 06:19:42',345778,NULL), +(11506,'woocommerce_refresh_order_count_cache','complete','2026-04-12 15:30:37','2026-04-12 17:30:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776007837;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776007837;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-12 15:49:39','2026-04-12 17:49:39',345885,NULL), +(11507,'woocommerce_cleanup_sessions','complete','2026-04-12 16:19:42','2026-04-12 18:19:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776010782;s:18:\"\0*\0first_timestamp\";i:1775966400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776010782;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-12 16:21:16','2026-04-12 18:21:16',345892,NULL), +(11508,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 05:19:42','2026-04-12 07:19:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775971182;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775971182;}',11,1,'2026-04-12 05:28:00','2026-04-12 07:28:00',345783,NULL), +(11509,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 06:28:00','2026-04-12 08:28:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775975280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775975280;}',11,1,'2026-04-12 06:48:44','2026-04-12 08:48:44',345790,NULL), +(11510,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 07:48:44','2026-04-12 09:48:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775980124;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775980124;}',11,1,'2026-04-12 08:00:28','2026-04-12 10:00:28',345800,NULL), +(11511,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 09:00:28','2026-04-12 11:00:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775984428;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775984428;}',11,1,'2026-04-12 09:29:22','2026-04-12 11:29:22',345808,NULL), +(11512,'woocommerce_scheduled_sales','complete','2026-04-13 08:30:27','2026-04-13 10:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776069027;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776069027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11513,'woocommerce_cleanup_logs','complete','2026-04-13 08:30:27','2026-04-13 10:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776069027;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776069027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11514,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-13 08:30:27','2026-04-13 10:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776069027;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776069027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11515,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 10:29:22','2026-04-12 12:29:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775989762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775989762;}',11,1,'2026-04-12 10:33:45','2026-04-12 12:33:45',345820,NULL), +(11516,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 11:33:45','2026-04-12 13:33:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775993625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775993625;}',11,1,'2026-04-12 11:52:19','2026-04-12 13:52:19',345827,NULL), +(11517,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 12:52:19','2026-04-12 14:52:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775998339;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775998339;}',11,1,'2026-04-12 12:57:19','2026-04-12 14:57:19',345833,NULL), +(11518,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 13:57:19','2026-04-12 15:57:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776002239;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776002239;}',11,1,'2026-04-12 13:57:33','2026-04-12 15:57:33',345855,NULL), +(11519,'wc-admin_import_orders','complete','2026-04-12 13:55:32','2026-04-12 15:55:32',10,'[1702]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776002132;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776002132;}',4,1,'2026-04-12 13:56:27','2026-04-12 15:56:27',345853,NULL), +(11520,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 14:57:33','2026-04-12 16:57:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776005853;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776005853;}',11,1,'2026-04-12 15:00:10','2026-04-12 17:00:10',345869,NULL), +(11521,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 16:00:10','2026-04-12 18:00:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776009610;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776009610;}',11,1,'2026-04-12 16:19:30','2026-04-12 18:19:30',345890,NULL), +(11522,'woocommerce_refresh_order_count_cache','complete','2026-04-13 03:49:39','2026-04-13 05:49:39',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776052179;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776052179;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-13 03:57:41','2026-04-13 05:57:41',345993,NULL), +(11523,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 17:19:30','2026-04-12 19:19:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776014370;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776014370;}',11,1,'2026-04-12 17:21:33','2026-04-12 19:21:33',345909,NULL), +(11525,'fetch_patterns','complete','2026-04-13 16:47:01','2026-04-13 18:47:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776098821;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776098821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 16:50:55','2026-04-13 18:50:55',346090,NULL), +(11526,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 18:21:33','2026-04-12 20:21:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776018093;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776018093;}',11,1,'2026-04-12 18:24:14','2026-04-12 20:24:14',345919,NULL), +(11527,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 19:24:14','2026-04-12 21:24:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776021854;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776021854;}',11,1,'2026-04-12 19:24:54','2026-04-12 21:24:54',345935,NULL), +(11528,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 20:24:54','2026-04-12 22:24:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776025494;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776025494;}',11,1,'2026-04-12 20:30:21','2026-04-12 22:30:21',345939,NULL), +(11529,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 21:30:21','2026-04-12 23:30:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776029421;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776029421;}',11,1,'2026-04-12 22:00:18','2026-04-13 00:00:18',345946,NULL), +(11530,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 23:00:18','2026-04-13 01:00:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776034818;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776034818;}',11,1,'2026-04-12 23:24:13','2026-04-13 01:24:13',345973,NULL), +(11531,'wp_mail_smtp_admin_notifications_update','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-13 22:47:41','2026-04-14 00:47:41',346115,NULL), +(11532,'wc_admin_daily_wrapper','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11533,'woocommerce_cleanup_personal_data','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11534,'woocommerce_expired_transient_files_cleanup','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776120121;}',12,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11535,'woocommerce_cleanup_sessions','complete','2026-04-13 04:00:00','2026-04-13 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776052800;s:18:\"\0*\0first_timestamp\";i:1776052800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776052800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-13 04:20:39','2026-04-13 06:20:39',345995,NULL), +(11536,'generate_category_lookup_table_wrapper','complete','2026-04-12 22:42:11','2026-04-13 00:42:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776033731;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776033731;}',11,1,'2026-04-12 22:52:09','2026-04-13 00:52:09',345971,NULL), +(11537,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11538,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 00:24:13','2026-04-13 02:24:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776039853;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776039853;}',11,1,'2026-04-13 00:33:32','2026-04-13 02:33:32',345978,NULL), +(11539,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 01:33:32','2026-04-13 03:33:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776044012;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776044012;}',11,1,'2026-04-13 01:33:33','2026-04-13 03:33:33',345983,NULL), +(11540,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 02:33:32','2026-04-13 04:33:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776047612;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776047612;}',11,1,'2026-04-13 02:36:33','2026-04-13 04:36:33',345988,NULL), +(11541,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 03:36:33','2026-04-13 05:36:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776051393;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776051393;}',11,1,'2026-04-13 03:57:41','2026-04-13 05:57:41',345993,NULL), +(11542,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 04:57:41','2026-04-13 06:57:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776056261;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776056261;}',11,1,'2026-04-13 04:59:23','2026-04-13 06:59:23',345999,NULL), +(11543,'woocommerce_refresh_order_count_cache','complete','2026-04-13 15:57:41','2026-04-13 17:57:41',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776095861;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776095861;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-13 16:20:23','2026-04-13 18:20:23',346085,NULL), +(11544,'woocommerce_cleanup_sessions','complete','2026-04-13 16:20:39','2026-04-13 18:20:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776097239;s:18:\"\0*\0first_timestamp\";i:1776052800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776097239;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-13 16:39:43','2026-04-13 18:39:43',346087,NULL), +(11545,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 05:59:23','2026-04-13 07:59:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776059963;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776059963;}',11,1,'2026-04-13 06:28:33','2026-04-13 08:28:33',346007,NULL), +(11546,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 07:28:33','2026-04-13 09:28:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776065313;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776065313;}',11,1,'2026-04-13 07:30:15','2026-04-13 09:30:15',346013,NULL), +(11547,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 08:30:15','2026-04-13 10:30:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776069015;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776069015;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11548,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 09:40:32','2026-04-13 11:40:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776073232;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776073232;}',11,1,'2026-04-13 10:11:07','2026-04-13 12:11:07',346045,NULL), +(11549,'woocommerce_scheduled_sales','complete','2026-04-14 08:40:32','2026-04-14 10:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776156032;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776156032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11550,'woocommerce_cleanup_logs','complete','2026-04-14 08:40:32','2026-04-14 10:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776156032;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776156032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11551,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-14 08:40:32','2026-04-14 10:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776156032;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776156032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11552,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 11:11:07','2026-04-13 13:11:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776078667;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776078667;}',11,1,'2026-04-13 11:11:20','2026-04-13 13:11:20',346058,NULL), +(11553,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 12:11:20','2026-04-13 14:11:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776082280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776082280;}',11,1,'2026-04-13 12:30:53','2026-04-13 14:30:53',346064,NULL), +(11554,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 13:30:53','2026-04-13 15:30:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776087053;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776087053;}',11,1,'2026-04-13 13:33:44','2026-04-13 15:33:44',346070,NULL), +(11555,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 14:33:44','2026-04-13 16:33:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776090824;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776090824;}',11,1,'2026-04-13 14:35:57','2026-04-13 16:35:57',346074,NULL), +(11556,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 15:35:57','2026-04-13 17:35:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776094557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776094557;}',11,1,'2026-04-13 15:36:00','2026-04-13 17:36:00',346081,NULL), +(11557,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 16:36:00','2026-04-13 18:36:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776098160;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776098160;}',11,1,'2026-04-13 16:39:43','2026-04-13 18:39:43',346087,NULL), +(11558,'woocommerce_refresh_order_count_cache','complete','2026-04-14 04:20:23','2026-04-14 06:20:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776140423;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776140423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-14 05:27:36','2026-04-14 07:27:36',346154,NULL), +(11560,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 17:39:43','2026-04-13 19:39:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776101983;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776101983;}',11,1,'2026-04-13 17:40:00','2026-04-13 19:40:00',346095,NULL), +(11561,'fetch_patterns','complete','2026-04-14 16:50:55','2026-04-14 18:50:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776185455;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776185455;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 16:57:16','2026-04-14 18:57:16',346224,NULL), +(11562,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 18:40:00','2026-04-13 20:40:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776105600;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776105600;}',11,1,'2026-04-13 18:44:13','2026-04-13 20:44:13',346100,NULL), +(11563,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 19:44:13','2026-04-13 21:44:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776109453;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776109453;}',11,1,'2026-04-13 19:47:23','2026-04-13 21:47:23',346104,NULL), +(11564,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 20:47:23','2026-04-13 22:47:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776113243;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776113243;}',11,1,'2026-04-13 21:19:32','2026-04-13 23:19:32',346108,NULL), +(11565,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 22:19:32','2026-04-14 00:19:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776118772;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776118772;}',11,1,'2026-04-13 22:21:18','2026-04-14 00:21:18',346112,NULL), +(11566,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 23:21:18','2026-04-14 01:21:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776122478;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776122478;}',11,1,'2026-04-13 23:21:26','2026-04-14 01:21:26',346122,NULL), +(11567,'wp_mail_smtp_admin_notifications_update','complete','2026-04-14 22:47:41','2026-04-15 00:47:41',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206861;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206861;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-14 23:11:41','2026-04-15 01:11:41',346248,NULL), +(11568,'wc_admin_daily_wrapper','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11569,'woocommerce_cleanup_personal_data','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11570,'woocommerce_expired_transient_files_cleanup','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776206862;}',12,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11571,'woocommerce_cleanup_sessions','complete','2026-04-14 04:00:00','2026-04-14 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776139200;s:18:\"\0*\0first_timestamp\";i:1776139200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776139200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-14 04:20:16','2026-04-14 06:20:16',346152,NULL), +(11572,'generate_category_lookup_table_wrapper','complete','2026-04-13 22:47:52','2026-04-14 00:47:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776120472;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776120472;}',11,1,'2026-04-13 22:55:19','2026-04-14 00:55:19',346117,NULL), +(11573,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11574,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 00:21:26','2026-04-14 02:21:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776126086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776126086;}',11,1,'2026-04-14 00:24:53','2026-04-14 02:24:53',346135,NULL), +(11575,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 01:24:53','2026-04-14 03:24:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776129893;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776129893;}',11,1,'2026-04-14 01:45:23','2026-04-14 03:45:23',346142,NULL), +(11576,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 02:45:22','2026-04-14 04:45:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776134722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776134722;}',11,1,'2026-04-14 02:50:40','2026-04-14 04:50:40',346148,NULL), +(11577,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 03:50:40','2026-04-14 05:50:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776138640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776138640;}',11,1,'2026-04-14 04:20:16','2026-04-14 06:20:16',346152,NULL), +(11578,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 05:20:16','2026-04-14 07:20:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776144016;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776144016;}',11,1,'2026-04-14 05:27:36','2026-04-14 07:27:36',346154,NULL), +(11579,'woocommerce_cleanup_sessions','complete','2026-04-14 16:20:16','2026-04-14 18:20:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776183616;s:18:\"\0*\0first_timestamp\";i:1776139200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776183616;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-14 16:57:16','2026-04-14 18:57:16',346224,NULL), +(11580,'woocommerce_refresh_order_count_cache','complete','2026-04-14 17:27:36','2026-04-14 19:27:36',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776187656;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776187656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-14 17:46:43','2026-04-14 19:46:43',346227,NULL), +(11581,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 06:27:36','2026-04-14 08:27:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776148056;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776148056;}',11,1,'2026-04-14 06:33:27','2026-04-14 08:33:27',346161,NULL), +(11582,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 07:33:27','2026-04-14 09:33:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776152007;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776152007;}',11,1,'2026-04-14 07:36:08','2026-04-14 09:36:08',346167,NULL), +(11583,'wp_mail_smtp_summary_report_email','complete','2026-04-21 07:11:30','2026-04-21 09:11:30',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776755490;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776755490;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-21 07:17:05','2026-04-21 09:17:05',347266,NULL), +(11584,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 08:36:08','2026-04-14 10:36:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776155768;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776155768;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11585,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 10:04:32','2026-04-14 12:04:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776161072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776161072;}',11,1,'2026-04-14 10:05:00','2026-04-14 12:05:00',346177,NULL), +(11586,'woocommerce_scheduled_sales','complete','2026-04-15 09:04:32','2026-04-15 11:04:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776243872;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776243872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11587,'woocommerce_cleanup_logs','complete','2026-04-15 09:04:32','2026-04-15 11:04:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776243872;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776243872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11588,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-15 09:04:32','2026-04-15 11:04:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776243872;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776243872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11589,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 11:05:00','2026-04-14 13:05:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776164700;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776164700;}',11,1,'2026-04-14 11:09:00','2026-04-14 13:09:00',346182,NULL), +(11590,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 12:09:00','2026-04-14 14:09:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776168540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776168540;}',11,1,'2026-04-14 12:27:39','2026-04-14 14:27:39',346191,NULL), +(11591,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 13:27:39','2026-04-14 15:27:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776173259;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776173259;}',11,1,'2026-04-14 13:34:38','2026-04-14 15:34:38',346200,NULL), +(11592,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 14:34:38','2026-04-14 16:34:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776177278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776177278;}',11,1,'2026-04-14 14:43:41','2026-04-14 16:43:41',346212,NULL), +(11593,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 15:43:41','2026-04-14 17:43:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776181421;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776181421;}',11,1,'2026-04-14 15:44:39','2026-04-14 17:44:39',346218,NULL), +(11594,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 16:44:39','2026-04-14 18:44:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776185079;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776185079;}',11,1,'2026-04-14 16:57:16','2026-04-14 18:57:16',346224,NULL), +(11596,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 17:57:16','2026-04-14 19:57:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776189436;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776189436;}',11,1,'2026-04-14 17:57:23','2026-04-14 19:57:23',346229,NULL), +(11597,'fetch_patterns','complete','2026-04-15 16:57:16','2026-04-15 18:57:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776272236;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776272236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 17:42:59','2026-04-15 19:42:59',346371,NULL), +(11598,'woocommerce_refresh_order_count_cache','complete','2026-04-15 05:46:43','2026-04-15 07:46:43',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776232003;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776232003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-15 05:49:34','2026-04-15 07:49:34',346280,NULL), +(11599,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 18:57:23','2026-04-14 20:57:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776193043;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776193043;}',11,1,'2026-04-14 20:06:24','2026-04-14 22:06:24',346232,NULL), +(11600,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 21:06:24','2026-04-14 23:06:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776200784;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776200784;}',11,1,'2026-04-14 21:18:35','2026-04-14 23:18:35',346239,NULL), +(11601,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 22:18:35','2026-04-15 00:18:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776205115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776205115;}',11,1,'2026-04-14 22:23:10','2026-04-15 00:23:10',346245,NULL), +(11602,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 23:23:10','2026-04-15 01:23:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776208990;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776208990;}',11,1,'2026-04-14 23:26:38','2026-04-15 01:26:38',346250,NULL), +(11603,'wp_mail_smtp_admin_notifications_update','complete','2026-04-15 23:11:41','2026-04-16 01:11:41',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294701;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294701;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11604,'wc_admin_daily_wrapper','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11605,'woocommerce_cleanup_personal_data','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11606,'woocommerce_expired_transient_files_cleanup','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776294702;}',12,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11607,'woocommerce_cleanup_sessions','complete','2026-04-15 04:00:00','2026-04-15 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776225600;s:18:\"\0*\0first_timestamp\";i:1776225600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776225600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-15 04:04:03','2026-04-15 06:04:03',346269,NULL), +(11608,'generate_category_lookup_table_wrapper','complete','2026-04-14 23:11:52','2026-04-15 01:11:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776208312;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776208312;}',11,1,'2026-04-14 23:26:38','2026-04-15 01:26:38',346250,NULL), +(11609,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11610,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 00:26:38','2026-04-15 02:26:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776212798;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776212798;}',11,1,'2026-04-15 01:06:59','2026-04-15 03:06:59',346259,NULL), +(11611,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 02:06:59','2026-04-15 04:06:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776218819;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776218819;}',11,1,'2026-04-15 02:29:53','2026-04-15 04:29:53',346264,NULL), +(11612,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 03:29:53','2026-04-15 05:29:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776223793;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776223793;}',11,1,'2026-04-15 03:29:56','2026-04-15 05:29:56',346266,NULL), +(11613,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 04:29:56','2026-04-15 06:29:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776227396;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776227396;}',11,1,'2026-04-15 04:54:11','2026-04-15 06:54:11',346273,NULL), +(11614,'woocommerce_cleanup_sessions','complete','2026-04-15 16:04:03','2026-04-15 18:04:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776269043;s:18:\"\0*\0first_timestamp\";i:1776225600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776269043;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-15 16:11:59','2026-04-15 18:11:59',346364,NULL), +(11615,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 05:54:11','2026-04-15 07:54:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776232451;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776232451;}',11,1,'2026-04-15 05:54:44','2026-04-15 07:54:44',346282,NULL), +(11616,'woocommerce_refresh_order_count_cache','complete','2026-04-15 17:49:34','2026-04-15 19:49:34',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776275374;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776275374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-15 17:52:07','2026-04-15 19:52:07',346375,NULL), +(11617,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 06:54:44','2026-04-15 08:54:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776236084;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776236084;}',11,1,'2026-04-15 06:54:47','2026-04-15 08:54:47',346307,NULL), +(11618,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 07:54:47','2026-04-15 09:54:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776239687;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776239687;}',11,1,'2026-04-15 07:57:19','2026-04-15 09:57:19',346313,NULL), +(11619,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 08:57:19','2026-04-15 10:57:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776243439;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776243439;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11620,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 10:08:20','2026-04-15 12:08:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776247700;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776247700;}',11,1,'2026-04-15 10:16:02','2026-04-15 12:16:02',346322,NULL), +(11621,'woocommerce_scheduled_sales','complete','2026-04-16 09:08:21','2026-04-16 11:08:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776330501;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776330501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 09:14:34','2026-04-16 11:14:34',346470,NULL), +(11622,'woocommerce_cleanup_logs','complete','2026-04-16 09:08:21','2026-04-16 11:08:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776330501;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776330501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 09:14:34','2026-04-16 11:14:34',346470,NULL), +(11623,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-16 09:08:21','2026-04-16 11:08:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776330501;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776330501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 09:14:34','2026-04-16 11:14:34',346470,NULL), +(11624,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 11:16:02','2026-04-15 13:16:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776251762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776251762;}',11,1,'2026-04-15 11:30:39','2026-04-15 13:30:39',346333,NULL), +(11625,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 12:30:39','2026-04-15 14:30:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776256239;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776256239;}',11,1,'2026-04-15 12:36:31','2026-04-15 14:36:31',346339,NULL), +(11626,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 13:36:31','2026-04-15 15:36:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776260191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776260191;}',11,1,'2026-04-15 13:40:17','2026-04-15 15:40:17',346347,NULL), +(11627,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 14:40:17','2026-04-15 16:40:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776264017;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776264017;}',11,1,'2026-04-15 14:48:45','2026-04-15 16:48:45',346354,NULL), +(11628,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 15:48:45','2026-04-15 17:48:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776268125;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776268125;}',11,1,'2026-04-15 16:11:59','2026-04-15 18:11:59',346364,NULL), +(11629,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 17:11:59','2026-04-15 19:11:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776273119;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776273119;}',11,1,'2026-04-15 17:42:59','2026-04-15 19:42:59',346371,NULL), +(11631,'fetch_patterns','complete','2026-04-16 17:42:59','2026-04-16 19:42:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776361379;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776361379;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 17:44:30','2026-04-16 19:44:30',346527,NULL), +(11632,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 18:42:59','2026-04-15 20:42:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776278579;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776278579;}',11,1,'2026-04-15 18:46:41','2026-04-15 20:46:41',346383,NULL), +(11633,'woocommerce_refresh_order_count_cache','complete','2026-04-16 05:52:07','2026-04-16 07:52:07',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776318727;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776318727;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-16 06:04:42','2026-04-16 08:04:42',346447,NULL), +(11634,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 19:46:41','2026-04-15 21:46:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776282401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776282401;}',11,1,'2026-04-15 20:15:02','2026-04-15 22:15:02',346389,NULL), +(11635,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 21:15:02','2026-04-15 23:15:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776287702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776287702;}',11,1,'2026-04-15 21:22:51','2026-04-15 23:22:51',346399,NULL), +(11636,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 22:22:51','2026-04-16 00:22:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776291771;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776291771;}',11,1,'2026-04-15 22:23:35','2026-04-16 00:23:35',346406,NULL), +(11637,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 23:23:35','2026-04-16 01:23:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776295415;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776295415;}',11,1,'2026-04-16 00:09:34','2026-04-16 02:09:34',346416,NULL), +(11638,'wp_mail_smtp_admin_notifications_update','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-16 23:20:02','2026-04-17 01:20:02',346567,NULL), +(11639,'wc_admin_daily_wrapper','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11640,'woocommerce_cleanup_personal_data','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11641,'woocommerce_expired_transient_files_cleanup','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776381576;}',12,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11642,'woocommerce_cleanup_sessions','complete','2026-04-16 04:00:00','2026-04-16 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776312000;s:18:\"\0*\0first_timestamp\";i:1776312000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776312000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-16 04:03:32','2026-04-16 06:03:32',346433,NULL), +(11643,'generate_category_lookup_table_wrapper','complete','2026-04-15 23:19:46','2026-04-16 01:19:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776295186;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776295186;}',11,1,'2026-04-16 00:09:34','2026-04-16 02:09:34',346416,NULL), +(11644,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11645,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 01:09:34','2026-04-16 03:09:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776301774;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776301774;}',11,1,'2026-04-16 01:29:01','2026-04-16 03:29:01',346425,NULL), +(11646,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 02:29:01','2026-04-16 04:29:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776306541;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776306541;}',11,1,'2026-04-16 03:04:38','2026-04-16 05:04:38',346429,NULL), +(11647,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 04:04:38','2026-04-16 06:04:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776312278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776312278;}',11,1,'2026-04-16 04:07:02','2026-04-16 06:07:02',346435,NULL), +(11648,'woocommerce_cleanup_sessions','complete','2026-04-16 16:03:32','2026-04-16 18:03:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776355412;s:18:\"\0*\0first_timestamp\";i:1776312000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776355412;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-16 16:09:03','2026-04-16 18:09:03',346518,NULL), +(11649,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 05:07:02','2026-04-16 07:07:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776316022;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776316022;}',11,1,'2026-04-16 05:19:12','2026-04-16 07:19:12',346442,NULL), +(11650,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 06:19:12','2026-04-16 08:19:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776320352;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776320352;}',11,1,'2026-04-16 06:25:07','2026-04-16 08:25:07',346450,NULL), +(11651,'woocommerce_refresh_order_count_cache','complete','2026-04-16 18:04:42','2026-04-16 20:04:42',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776362682;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776362682;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-16 18:22:45','2026-04-16 20:22:45',346533,NULL), +(11652,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 07:25:07','2026-04-16 09:25:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776324307;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776324307;}',11,1,'2026-04-16 07:25:28','2026-04-16 09:25:28',346457,NULL), +(11653,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 08:25:28','2026-04-16 10:25:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776327928;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776327928;}',11,1,'2026-04-16 08:31:11','2026-04-16 10:31:11',346466,NULL), +(11654,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 09:31:11','2026-04-16 11:31:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776331871;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776331871;}',11,1,'2026-04-16 09:32:46','2026-04-16 11:32:46',346477,NULL), +(11655,'woocommerce_scheduled_sales','complete','2026-04-17 09:14:34','2026-04-17 11:14:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776417274;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776417274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 09:40:34','2026-04-17 11:40:34',346662,NULL), +(11656,'woocommerce_cleanup_logs','complete','2026-04-17 09:14:34','2026-04-17 11:14:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776417274;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776417274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 09:40:34','2026-04-17 11:40:34',346662,NULL), +(11657,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-17 09:14:34','2026-04-17 11:14:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776417274;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776417274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 09:40:34','2026-04-17 11:40:34',346662,NULL), +(11658,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 10:32:46','2026-04-16 12:32:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776335566;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776335566;}',11,1,'2026-04-16 10:45:37','2026-04-16 12:45:37',346486,NULL), +(11659,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 11:45:37','2026-04-16 13:45:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776339937;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776339937;}',11,1,'2026-04-16 12:02:26','2026-04-16 14:02:26',346495,NULL), +(11660,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 13:02:26','2026-04-16 15:02:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776344546;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776344546;}',11,1,'2026-04-16 13:09:20','2026-04-16 15:09:20',346500,NULL), +(11661,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 14:09:20','2026-04-16 16:09:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776348560;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776348560;}',11,1,'2026-04-16 14:12:21','2026-04-16 16:12:21',346504,NULL), +(11662,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 15:12:21','2026-04-16 17:12:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776352341;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776352341;}',11,1,'2026-04-16 15:13:38','2026-04-16 17:13:38',346512,NULL), +(11663,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 16:13:38','2026-04-16 18:13:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776356018;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776356018;}',11,1,'2026-04-16 16:20:53','2026-04-16 18:20:53',346521,NULL), +(11665,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 17:20:53','2026-04-16 19:20:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776360053;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776360053;}',11,1,'2026-04-16 17:24:58','2026-04-16 19:24:58',346524,NULL), +(11666,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 18:24:58','2026-04-16 20:24:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776363898;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776363898;}',11,1,'2026-04-16 18:53:23','2026-04-16 20:53:23',346535,NULL), +(11667,'fetch_patterns','complete','2026-04-17 17:44:30','2026-04-17 19:44:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776447870;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776447870;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 18:10:04','2026-04-17 20:10:04',346709,NULL), +(11668,'woocommerce_refresh_order_count_cache','complete','2026-04-17 06:22:45','2026-04-17 08:22:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776406965;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776406965;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-17 06:35:10','2026-04-17 08:35:10',346633,NULL), +(11669,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 19:53:23','2026-04-16 21:53:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776369203;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776369203;}',11,1,'2026-04-16 19:53:59','2026-04-16 21:53:59',346545,NULL), +(11670,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 20:53:59','2026-04-16 22:53:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776372839;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776372839;}',11,1,'2026-04-16 20:56:16','2026-04-16 22:56:16',346549,NULL), +(11671,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 21:56:16','2026-04-16 23:56:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776376576;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776376576;}',11,1,'2026-04-16 22:03:19','2026-04-17 00:03:19',346553,NULL), +(11672,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 23:03:19','2026-04-17 01:03:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776380599;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776380599;}',11,1,'2026-04-16 23:04:35','2026-04-17 01:04:35',346564,NULL), +(11673,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 00:04:35','2026-04-17 02:04:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776384275;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776384275;}',11,1,'2026-04-17 00:12:57','2026-04-17 02:12:57',346575,NULL), +(11674,'wp_mail_smtp_admin_notifications_update','complete','2026-04-17 23:20:02','2026-04-18 01:20:02',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468002;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11675,'wc_admin_daily_wrapper','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11676,'woocommerce_cleanup_personal_data','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11677,'woocommerce_expired_transient_files_cleanup','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776468003;}',12,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11678,'woocommerce_cleanup_sessions','complete','2026-04-17 04:00:00','2026-04-17 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776398400;s:18:\"\0*\0first_timestamp\";i:1776398400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776398400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-17 04:01:24','2026-04-17 06:01:24',346600,NULL), +(11679,'generate_category_lookup_table_wrapper','complete','2026-04-16 23:20:13','2026-04-17 01:20:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776381613;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776381613;}',11,1,'2026-04-16 23:21:25','2026-04-17 01:21:25',346569,NULL), +(11680,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11681,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 01:12:57','2026-04-17 03:12:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776388377;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776388377;}',11,1,'2026-04-17 01:16:43','2026-04-17 03:16:43',346584,NULL), +(11682,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 02:16:43','2026-04-17 04:16:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776392203;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776392203;}',11,1,'2026-04-17 02:27:20','2026-04-17 04:27:20',346588,NULL), +(11683,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 03:27:20','2026-04-17 05:27:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776396440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776396440;}',11,1,'2026-04-17 03:47:19','2026-04-17 05:47:19',346594,NULL), +(11684,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 04:47:19','2026-04-17 06:47:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776401239;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776401239;}',11,1,'2026-04-17 05:07:55','2026-04-17 07:07:55',346621,NULL), +(11685,'woocommerce_cleanup_sessions','complete','2026-04-17 16:01:24','2026-04-17 18:01:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776441684;s:18:\"\0*\0first_timestamp\";i:1776398400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776441684;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-17 16:11:32','2026-04-17 18:11:32',346699,NULL), +(11686,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 06:07:55','2026-04-17 08:07:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776406075;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776406075;}',11,1,'2026-04-17 06:35:10','2026-04-17 08:35:10',346633,NULL), +(11687,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 07:35:10','2026-04-17 09:35:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776411310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776411310;}',11,1,'2026-04-17 07:36:10','2026-04-17 09:36:10',346644,NULL), +(11688,'woocommerce_refresh_order_count_cache','complete','2026-04-17 18:35:10','2026-04-17 20:35:10',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776450910;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776450910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-17 18:36:44','2026-04-17 20:36:44',346712,NULL), +(11689,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 08:36:10','2026-04-17 10:36:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776414970;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776414970;}',11,1,'2026-04-17 08:44:27','2026-04-17 10:44:27',346655,NULL), +(11690,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 09:44:27','2026-04-17 11:44:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776419067;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776419067;}',11,1,'2026-04-17 09:50:13','2026-04-17 11:50:13',346664,NULL), +(11691,'woocommerce_scheduled_sales','complete','2026-04-18 09:40:34','2026-04-18 11:40:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776505234;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776505234;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11692,'woocommerce_cleanup_logs','complete','2026-04-18 09:40:34','2026-04-18 11:40:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776505234;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776505234;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11693,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-18 09:40:34','2026-04-18 11:40:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776505234;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776505234;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11694,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 10:50:13','2026-04-17 12:50:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776423013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776423013;}',11,1,'2026-04-17 10:56:22','2026-04-17 12:56:22',346670,NULL), +(11695,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 11:56:22','2026-04-17 13:56:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776426982;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776426982;}',11,1,'2026-04-17 11:56:58','2026-04-17 13:56:58',346672,NULL), +(11696,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 12:56:58','2026-04-17 14:56:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776430618;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776430618;}',11,1,'2026-04-17 13:03:36','2026-04-17 15:03:36',346682,NULL), +(11697,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 14:03:36','2026-04-17 16:03:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776434616;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776434616;}',11,1,'2026-04-17 14:04:05','2026-04-17 16:04:05',346691,NULL), +(11698,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 15:04:05','2026-04-17 17:04:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776438245;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776438245;}',11,1,'2026-04-17 15:44:17','2026-04-17 17:44:17',346696,NULL), +(11699,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 16:44:17','2026-04-17 18:44:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776444257;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776444257;}',11,1,'2026-04-17 16:48:55','2026-04-17 18:48:55',346702,NULL), +(11701,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 17:48:55','2026-04-17 19:48:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776448135;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776448135;}',11,1,'2026-04-17 18:10:04','2026-04-17 20:10:04',346709,NULL), +(11702,'fetch_patterns','complete','2026-04-18 18:10:04','2026-04-18 20:10:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776535804;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776535804;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 18:20:42','2026-04-18 20:20:42',346866,NULL), +(11703,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 19:10:04','2026-04-17 21:10:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776453004;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776453004;}',11,1,'2026-04-17 19:11:10','2026-04-17 21:11:10',346715,NULL), +(11704,'woocommerce_refresh_order_count_cache','complete','2026-04-18 06:36:44','2026-04-18 08:36:44',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776494204;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776494204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-18 06:49:37','2026-04-18 08:49:37',346784,NULL), +(11705,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 20:11:10','2026-04-17 22:11:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776456670;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776456670;}',11,1,'2026-04-17 20:21:09','2026-04-17 22:21:09',346721,NULL), +(11706,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 21:21:09','2026-04-17 23:21:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776460869;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776460869;}',11,1,'2026-04-17 21:37:57','2026-04-17 23:37:57',346727,NULL), +(11707,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 22:37:57','2026-04-18 00:37:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776465477;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776465477;}',11,1,'2026-04-17 22:49:40','2026-04-18 00:49:40',346733,NULL), +(11708,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 23:49:40','2026-04-18 01:49:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776469780;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776469780;}',11,1,'2026-04-17 23:54:15','2026-04-18 01:54:15',346744,NULL), +(11709,'wp_mail_smtp_admin_notifications_update','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-18 23:26:13','2026-04-19 01:26:13',346930,NULL), +(11710,'wc_admin_daily_wrapper','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11711,'woocommerce_cleanup_personal_data','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11712,'woocommerce_expired_transient_files_cleanup','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776554431;}',12,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11713,'woocommerce_cleanup_sessions','complete','2026-04-18 04:00:00','2026-04-18 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776484800;s:18:\"\0*\0first_timestamp\";i:1776484800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776484800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-18 04:17:04','2026-04-18 06:17:04',346772,NULL), +(11714,'generate_category_lookup_table_wrapper','complete','2026-04-17 23:20:41','2026-04-18 01:20:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776468041;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776468041;}',11,1,'2026-04-17 23:35:41','2026-04-18 01:35:41',346741,NULL), +(11715,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11716,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 00:54:15','2026-04-18 02:54:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776473655;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776473655;}',11,1,'2026-04-18 00:54:47','2026-04-18 02:54:47',346751,NULL), +(11717,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 01:54:47','2026-04-18 03:54:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776477287;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776477287;}',11,1,'2026-04-18 01:57:48','2026-04-18 03:57:48',346761,NULL), +(11718,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 02:57:48','2026-04-18 04:57:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776481068;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776481068;}',11,1,'2026-04-18 03:09:04','2026-04-18 05:09:04',346768,NULL), +(11719,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 04:09:04','2026-04-18 06:09:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776485344;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776485344;}',11,1,'2026-04-18 04:17:04','2026-04-18 06:17:04',346772,NULL), +(11720,'woocommerce_cleanup_sessions','complete','2026-04-18 16:17:04','2026-04-18 18:17:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776529024;s:18:\"\0*\0first_timestamp\";i:1776484800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776529024;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-18 16:17:54','2026-04-18 18:17:54',346852,NULL), +(11721,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 05:17:04','2026-04-18 07:17:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776489424;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776489424;}',11,1,'2026-04-18 05:25:29','2026-04-18 07:25:29',346778,NULL), +(11722,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 06:25:29','2026-04-18 08:25:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776493529;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776493529;}',11,1,'2026-04-18 06:34:46','2026-04-18 08:34:46',346782,NULL), +(11723,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 07:34:46','2026-04-18 09:34:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776497686;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776497686;}',11,1,'2026-04-18 07:38:51','2026-04-18 09:38:51',346788,NULL), +(11724,'woocommerce_refresh_order_count_cache','complete','2026-04-18 18:49:37','2026-04-18 20:49:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776538177;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776538177;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-18 18:51:53','2026-04-18 20:51:53',346870,NULL), +(11725,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 08:38:51','2026-04-18 10:38:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776501531;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776501531;}',11,1,'2026-04-18 08:41:00','2026-04-18 10:41:00',346795,NULL), +(11726,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 09:41:00','2026-04-18 11:41:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776505260;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776505260;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11727,'woocommerce_scheduled_sales','complete','2026-04-19 09:56:33','2026-04-19 11:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776592593;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776592593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 10:05:57','2026-04-19 12:05:57',347003,NULL), +(11728,'woocommerce_cleanup_logs','complete','2026-04-19 09:56:33','2026-04-19 11:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776592593;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776592593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 10:05:57','2026-04-19 12:05:57',347003,NULL), +(11729,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-19 09:56:33','2026-04-19 11:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776592593;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776592593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 10:05:57','2026-04-19 12:05:57',347003,NULL), +(11730,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 10:56:33','2026-04-18 12:56:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776509793;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776509793;}',11,1,'2026-04-18 10:57:32','2026-04-18 12:57:32',346808,NULL), +(11731,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 11:57:32','2026-04-18 13:57:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776513452;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776513452;}',11,1,'2026-04-18 12:38:53','2026-04-18 14:38:53',346813,NULL), +(11732,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 13:38:53','2026-04-18 15:38:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776519533;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776519533;}',11,1,'2026-04-18 13:53:29','2026-04-18 15:53:29',346823,NULL), +(11733,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 14:53:29','2026-04-18 16:53:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776524009;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776524009;}',11,1,'2026-04-18 14:56:46','2026-04-18 16:56:46',346832,NULL), +(11734,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 15:56:46','2026-04-18 17:56:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776527806;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776527806;}',11,1,'2026-04-18 15:59:57','2026-04-18 17:59:57',346848,NULL), +(11735,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 16:59:57','2026-04-18 18:59:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776531597;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776531597;}',11,1,'2026-04-18 17:00:33','2026-04-18 19:00:33',346858,NULL), +(11737,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 18:00:33','2026-04-18 20:00:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776535233;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776535233;}',11,1,'2026-04-18 18:05:17','2026-04-18 20:05:17',346864,NULL), +(11738,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 19:05:17','2026-04-18 21:05:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776539117;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776539117;}',11,1,'2026-04-18 19:16:50','2026-04-18 21:16:50',346873,NULL), +(11739,'fetch_patterns','complete','2026-04-19 18:20:42','2026-04-19 20:20:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776622842;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776622842;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 18:36:52','2026-04-19 20:36:52',347072,NULL), +(11740,'woocommerce_refresh_order_count_cache','complete','2026-04-19 06:51:53','2026-04-19 08:51:53',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776581513;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776581513;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-19 06:55:14','2026-04-19 08:55:14',346977,NULL), +(11741,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 20:16:50','2026-04-18 22:16:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776543410;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776543410;}',11,1,'2026-04-18 20:18:11','2026-04-18 22:18:11',346885,NULL), +(11742,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 21:18:11','2026-04-18 23:18:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776547091;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776547091;}',11,1,'2026-04-18 21:18:45','2026-04-18 23:18:45',346907,NULL), +(11743,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 22:18:45','2026-04-19 00:18:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776550725;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776550725;}',11,1,'2026-04-18 22:42:48','2026-04-19 00:42:48',346924,NULL), +(11744,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 23:42:48','2026-04-19 01:42:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776555768;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776555768;}',11,1,'2026-04-18 23:44:52','2026-04-19 01:44:52',346934,NULL), +(11745,'wp_mail_smtp_admin_notifications_update','complete','2026-04-19 23:26:13','2026-04-20 01:26:13',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641173;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641173;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11746,'wc_admin_daily_wrapper','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641174;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11747,'woocommerce_cleanup_personal_data','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641174;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11748,'woocommerce_expired_transient_files_cleanup','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776641174;}',12,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11749,'woocommerce_cleanup_sessions','complete','2026-04-19 04:00:00','2026-04-19 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776571200;s:18:\"\0*\0first_timestamp\";i:1776571200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776571200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-19 04:04:54','2026-04-19 06:04:54',346961,NULL), +(11750,'generate_category_lookup_table_wrapper','complete','2026-04-18 23:26:24','2026-04-19 01:26:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776554784;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776554784;}',11,1,'2026-04-18 23:39:32','2026-04-19 01:39:32',346932,NULL), +(11751,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641174;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11752,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 00:44:52','2026-04-19 02:44:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776559492;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776559492;}',11,1,'2026-04-19 01:15:24','2026-04-19 03:15:24',346944,NULL), +(11753,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 02:15:24','2026-04-19 04:15:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776564924;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776564924;}',11,1,'2026-04-19 02:15:56','2026-04-19 04:15:56',346952,NULL), +(11754,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 03:15:56','2026-04-19 05:15:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776568556;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776568556;}',11,1,'2026-04-19 03:28:46','2026-04-19 05:28:46',346957,NULL), +(11755,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 04:28:46','2026-04-19 06:28:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776572926;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776572926;}',11,1,'2026-04-19 04:54:14','2026-04-19 06:54:14',346964,NULL), +(11756,'woocommerce_cleanup_sessions','complete','2026-04-19 16:04:54','2026-04-19 18:04:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776614694;s:18:\"\0*\0first_timestamp\";i:1776571200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776614694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-19 16:05:29','2026-04-19 18:05:29',347053,NULL), +(11757,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 05:54:14','2026-04-19 07:54:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776578054;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776578054;}',11,1,'2026-04-19 06:01:11','2026-04-19 08:01:11',346968,NULL), +(11758,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 07:01:11','2026-04-19 09:01:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776582071;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776582071;}',11,1,'2026-04-19 07:14:18','2026-04-19 09:14:18',346979,NULL), +(11759,'woocommerce_refresh_order_count_cache','complete','2026-04-19 18:55:14','2026-04-19 20:55:14',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776624914;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776624914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-19 19:02:30','2026-04-19 21:02:30',347077,NULL), +(11760,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 08:14:18','2026-04-19 10:14:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776586458;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776586458;}',11,1,'2026-04-19 08:26:29','2026-04-19 10:26:29',346984,NULL), +(11761,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 09:26:29','2026-04-19 11:26:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776590789;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776590789;}',11,1,'2026-04-19 09:31:32','2026-04-19 11:31:32',346991,NULL), +(11762,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 10:31:32','2026-04-19 12:31:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776594692;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776594692;}',11,1,'2026-04-19 10:34:23','2026-04-19 12:34:23',347011,NULL), +(11763,'woocommerce_scheduled_sales','complete','2026-04-20 10:05:57','2026-04-20 12:05:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776679557;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776679557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 10:10:03','2026-04-20 12:10:03',347157,NULL), +(11764,'woocommerce_cleanup_logs','complete','2026-04-20 10:05:57','2026-04-20 12:05:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776679557;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776679557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 10:10:03','2026-04-20 12:10:03',347157,NULL), +(11765,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-20 10:05:57','2026-04-20 12:05:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776679557;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776679557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 10:10:03','2026-04-20 12:10:03',347157,NULL), +(11766,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 11:34:23','2026-04-19 13:34:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776598463;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776598463;}',11,1,'2026-04-19 11:48:20','2026-04-19 13:48:20',347017,NULL), +(11767,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 12:48:20','2026-04-19 14:48:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776602900;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776602900;}',11,1,'2026-04-19 12:49:51','2026-04-19 14:49:51',347026,NULL), +(11768,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 13:49:51','2026-04-19 15:49:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776606591;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776606591;}',11,1,'2026-04-19 13:52:34','2026-04-19 15:52:34',347034,NULL), +(11769,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 14:52:34','2026-04-19 16:52:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776610354;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776610354;}',11,1,'2026-04-19 15:12:47','2026-04-19 17:12:47',347043,NULL), +(11770,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 16:12:47','2026-04-19 18:12:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776615167;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776615167;}',11,1,'2026-04-19 16:19:03','2026-04-19 18:19:03',347055,NULL), +(11772,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 17:19:03','2026-04-19 19:19:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776619143;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776619143;}',11,1,'2026-04-19 17:39:38','2026-04-19 19:39:38',347067,NULL), +(11773,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 18:39:38','2026-04-19 20:39:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776623978;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776623978;}',11,1,'2026-04-19 18:47:39','2026-04-19 20:47:39',347074,NULL), +(11774,'fetch_patterns','complete','2026-04-20 18:36:52','2026-04-20 20:36:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776710212;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776710212;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 18:37:14','2026-04-20 20:37:14',347224,NULL), +(11775,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 19:47:39','2026-04-19 21:47:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776628059;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776628059;}',11,1,'2026-04-19 19:51:21','2026-04-19 21:51:21',347082,NULL), +(11776,'woocommerce_refresh_order_count_cache','complete','2026-04-20 07:02:30','2026-04-20 09:02:30',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776668550;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776668550;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-20 07:34:50','2026-04-20 09:34:50',347141,NULL), +(11777,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 20:51:21','2026-04-19 22:51:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776631881;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776631881;}',11,1,'2026-04-19 20:59:23','2026-04-19 22:59:23',347087,NULL), +(11778,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 21:59:23','2026-04-19 23:59:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776635963;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776635963;}',11,1,'2026-04-19 22:20:37','2026-04-20 00:20:37',347092,NULL), +(11779,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 23:20:37','2026-04-20 01:20:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776640837;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776640837;}',11,1,'2026-04-19 23:21:03','2026-04-20 01:21:03',347100,NULL), +(11780,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 00:21:02','2026-04-20 02:21:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776644462;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776644462;}',11,1,'2026-04-20 00:35:30','2026-04-20 02:35:30',347107,NULL), +(11781,'wp_mail_smtp_admin_notifications_update','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-21 00:27:26','2026-04-21 02:27:26',347251,NULL), +(11782,'wc_admin_daily_wrapper','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11783,'woocommerce_cleanup_personal_data','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11784,'woocommerce_expired_transient_files_cleanup','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776727748;}',12,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11785,'woocommerce_cleanup_sessions','complete','2026-04-20 04:00:00','2026-04-20 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776657600;s:18:\"\0*\0first_timestamp\";i:1776657600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776657600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-20 04:07:56','2026-04-20 06:07:56',347125,NULL), +(11786,'generate_category_lookup_table_wrapper','complete','2026-04-19 23:29:18','2026-04-20 01:29:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776641358;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776641358;}',11,1,'2026-04-19 23:35:29','2026-04-20 01:35:29',347104,NULL), +(11787,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11788,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 01:35:30','2026-04-20 03:35:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776648930;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776648930;}',11,1,'2026-04-20 01:36:49','2026-04-20 03:36:49',347113,NULL), +(11789,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 02:36:49','2026-04-20 04:36:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776652609;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776652609;}',11,1,'2026-04-20 02:45:13','2026-04-20 04:45:13',347118,NULL), +(11790,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 03:45:13','2026-04-20 05:45:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776656713;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776656713;}',11,1,'2026-04-20 03:55:08','2026-04-20 05:55:08',347123,NULL), +(11791,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 04:55:08','2026-04-20 06:55:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776660908;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776660908;}',11,1,'2026-04-20 05:30:58','2026-04-20 07:30:58',347131,NULL), +(11792,'woocommerce_cleanup_sessions','complete','2026-04-20 16:07:56','2026-04-20 18:07:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776701276;s:18:\"\0*\0first_timestamp\";i:1776657600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776701276;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-20 16:14:07','2026-04-20 18:14:07',347210,NULL), +(11793,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 06:30:58','2026-04-20 08:30:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776666658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776666658;}',11,1,'2026-04-20 06:44:46','2026-04-20 08:44:46',347138,NULL), +(11794,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 07:44:46','2026-04-20 09:44:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776671086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776671086;}',11,1,'2026-04-20 07:45:09','2026-04-20 09:45:09',347143,NULL), +(11795,'woocommerce_refresh_order_count_cache','complete','2026-04-20 19:34:50','2026-04-20 21:34:50',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776713690;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776713690;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-20 19:45:46','2026-04-20 21:45:46',347231,NULL), +(11796,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 08:45:09','2026-04-20 10:45:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776674709;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776674709;}',11,1,'2026-04-20 08:47:51','2026-04-20 10:47:51',347151,NULL), +(11797,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 09:47:51','2026-04-20 11:47:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776678471;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776678471;}',11,1,'2026-04-20 09:53:39','2026-04-20 11:53:39',347154,NULL), +(11798,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 10:53:39','2026-04-20 12:53:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776682419;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776682419;}',11,1,'2026-04-20 11:09:07','2026-04-20 13:09:07',347163,NULL), +(11799,'woocommerce_scheduled_sales','complete','2026-04-21 10:10:03','2026-04-21 12:10:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776766203;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776766203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 10:29:04','2026-04-21 12:29:04',347290,NULL), +(11800,'woocommerce_cleanup_logs','complete','2026-04-21 10:10:03','2026-04-21 12:10:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776766203;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776766203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 10:29:04','2026-04-21 12:29:04',347290,NULL), +(11801,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-21 10:10:03','2026-04-21 12:10:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776766203;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776766203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 10:29:04','2026-04-21 12:29:04',347290,NULL), +(11802,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 12:09:07','2026-04-20 14:09:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776686947;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776686947;}',11,1,'2026-04-20 12:09:39','2026-04-20 14:09:39',347176,NULL), +(11803,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 13:09:39','2026-04-20 15:09:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776690579;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776690579;}',11,1,'2026-04-20 13:15:15','2026-04-20 15:15:15',347186,NULL), +(11804,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 14:15:15','2026-04-20 16:15:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776694515;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776694515;}',11,1,'2026-04-20 14:29:39','2026-04-20 16:29:39',347195,NULL), +(11805,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 15:29:39','2026-04-20 17:29:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776698979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776698979;}',11,1,'2026-04-20 15:31:41','2026-04-20 17:31:41',347206,NULL), +(11806,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 16:31:41','2026-04-20 18:31:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776702701;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776702701;}',11,1,'2026-04-20 16:34:52','2026-04-20 18:34:52',347214,NULL), +(11808,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 17:34:52','2026-04-20 19:34:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776706492;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776706492;}',11,1,'2026-04-20 17:58:00','2026-04-20 19:58:00',347220,NULL), +(11809,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 18:58:00','2026-04-20 20:58:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776711480;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776711480;}',11,1,'2026-04-20 19:19:35','2026-04-20 21:19:35',347228,NULL), +(11810,'fetch_patterns','complete','2026-04-21 18:37:14','2026-04-21 20:37:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776796634;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776796634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 19:01:08','2026-04-21 21:01:08',347361,NULL), +(11811,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 20:19:35','2026-04-20 22:19:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776716375;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776716375;}',11,1,'2026-04-20 20:32:28','2026-04-20 22:32:28',347235,NULL), +(11812,'woocommerce_refresh_order_count_cache','complete','2026-04-21 07:45:46','2026-04-21 09:45:46',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776757546;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776757546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-21 07:46:47','2026-04-21 09:46:47',347268,NULL), +(11813,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 21:32:28','2026-04-20 23:32:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776720748;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776720748;}',11,1,'2026-04-20 21:36:00','2026-04-20 23:36:00',347242,NULL), +(11814,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 22:36:00','2026-04-21 00:36:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776724560;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776724560;}',11,1,'2026-04-20 22:40:43','2026-04-21 00:40:43',347246,NULL), +(11815,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 23:40:43','2026-04-21 01:40:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776728443;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776728443;}',11,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11816,'wp_mail_smtp_admin_notifications_update','complete','2026-04-22 00:27:26','2026-04-22 02:27:26',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817646;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817646;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-22 00:27:42','2026-04-22 02:27:42',347389,NULL), +(11817,'wc_admin_daily_wrapper','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11818,'woocommerce_cleanup_personal_data','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11819,'woocommerce_expired_transient_files_cleanup','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776817647;}',12,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11820,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 01:27:27','2026-04-21 03:27:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776734847;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776734847;}',11,1,'2026-04-21 01:57:29','2026-04-21 03:57:29',347253,NULL), +(11822,'generate_category_lookup_table_wrapper','complete','2026-04-21 00:27:37','2026-04-21 02:27:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776731257;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776731257;}',11,1,'2026-04-21 01:57:29','2026-04-21 03:57:29',347253,NULL), +(11823,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11824,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 02:57:29','2026-04-21 04:57:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776740249;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776740249;}',11,1,'2026-04-21 03:16:10','2026-04-21 05:16:10',347256,NULL), +(11825,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 04:16:10','2026-04-21 06:16:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776744970;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776744970;}',11,1,'2026-04-21 04:19:37','2026-04-21 06:19:37',347259,NULL), +(11826,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 05:19:37','2026-04-21 07:19:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776748777;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776748777;}',11,1,'2026-04-21 07:17:05','2026-04-21 09:17:05',347266,NULL), +(11827,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 08:17:05','2026-04-21 10:17:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776759425;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776759425;}',11,1,'2026-04-21 08:17:24','2026-04-21 10:17:24',347271,NULL), +(11828,'wp_mail_smtp_summary_report_email','complete','2026-04-28 07:17:05','2026-04-28 09:17:05',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777360625;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777360625;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-28 07:30:15','2026-04-28 09:30:15',348978,NULL), +(11829,'woocommerce_refresh_order_count_cache','complete','2026-04-21 19:46:47','2026-04-21 21:46:47',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776800807;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776800807;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-21 19:48:43','2026-04-21 21:48:43',347365,NULL), +(11830,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 09:17:24','2026-04-21 11:17:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776763044;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776763044;}',11,1,'2026-04-21 09:31:09','2026-04-21 11:31:09',347282,NULL), +(11831,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 10:31:09','2026-04-21 12:31:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776767469;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776767469;}',11,1,'2026-04-21 10:32:04','2026-04-21 12:32:04',347294,NULL), +(11832,'woocommerce_geoip_updater','pending','2026-05-06 10:08:08','2026-05-06 12:08:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778062088;s:18:\"\0*\0first_timestamp\";i:1757315635;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778062088;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(11833,'woocommerce_scheduled_sales','complete','2026-04-22 10:29:04','2026-04-22 12:29:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776853744;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776853744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 10:37:02','2026-04-22 12:37:02',347442,NULL), +(11834,'woocommerce_cleanup_logs','complete','2026-04-22 10:29:04','2026-04-22 12:29:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776853744;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776853744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 10:37:02','2026-04-22 12:37:02',347442,NULL), +(11835,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-22 10:29:04','2026-04-22 12:29:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776853744;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776853744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 10:37:02','2026-04-22 12:37:02',347442,NULL), +(11836,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 11:32:03','2026-04-21 13:32:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776771123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776771123;}',11,1,'2026-04-21 11:55:23','2026-04-21 13:55:23',347305,NULL), +(11837,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 12:55:23','2026-04-21 14:55:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776776123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776776123;}',11,1,'2026-04-21 13:04:02','2026-04-21 15:04:02',347313,NULL), +(11838,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 14:04:02','2026-04-21 16:04:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776780242;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776780242;}',11,1,'2026-04-21 14:19:54','2026-04-21 16:19:54',347330,NULL), +(11839,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 15:19:54','2026-04-21 17:19:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776784794;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776784794;}',11,1,'2026-04-21 15:19:58','2026-04-21 17:19:58',347336,NULL), +(11840,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 16:19:58','2026-04-21 18:19:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776788398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776788398;}',11,1,'2026-04-21 16:21:26','2026-04-21 18:21:26',347350,NULL), +(11841,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 17:21:26','2026-04-21 19:21:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776792086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776792086;}',11,1,'2026-04-21 17:23:26','2026-04-21 19:23:26',347355,NULL), +(11842,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 18:23:26','2026-04-21 20:23:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776795806;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776795806;}',11,1,'2026-04-21 18:29:27','2026-04-21 20:29:27',347359,NULL), +(11843,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 19:29:27','2026-04-21 21:29:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776799767;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776799767;}',11,1,'2026-04-21 19:48:43','2026-04-21 21:48:43',347365,NULL), +(11844,'fetch_patterns','complete','2026-04-22 19:01:08','2026-04-22 21:01:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776884468;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776884468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 19:07:42','2026-04-22 21:07:42',347483,NULL), +(11845,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 20:48:43','2026-04-21 22:48:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776804523;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776804523;}',11,1,'2026-04-21 21:16:05','2026-04-21 23:16:05',347368,NULL), +(11846,'woocommerce_refresh_order_count_cache','complete','2026-04-22 07:48:43','2026-04-22 09:48:43',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776844123;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776844123;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-22 08:06:10','2026-04-22 10:06:10',347429,NULL), +(11847,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 22:16:05','2026-04-22 00:16:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776809765;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776809765;}',11,1,'2026-04-21 22:20:26','2026-04-22 00:20:26',347374,NULL), +(11848,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 23:20:25','2026-04-22 01:20:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776813625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776813625;}',11,1,'2026-04-22 00:17:03','2026-04-22 02:17:03',347381,NULL), +(11849,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 01:17:03','2026-04-22 03:17:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776820623;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776820623;}',11,1,'2026-04-22 01:22:41','2026-04-22 03:22:41',347409,NULL), +(11850,'wp_mail_smtp_admin_notifications_update','complete','2026-04-23 00:27:42','2026-04-23 02:27:42',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904062;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904062;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11851,'wc_admin_daily_wrapper','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11852,'woocommerce_cleanup_personal_data','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11853,'woocommerce_expired_transient_files_cleanup','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776904063;}',12,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11855,'generate_category_lookup_table_wrapper','complete','2026-04-22 00:27:53','2026-04-22 02:27:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776817673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776817673;}',11,1,'2026-04-22 00:29:06','2026-04-22 02:29:06',347391,NULL), +(11856,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11857,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 02:22:41','2026-04-22 04:22:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776824561;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776824561;}',11,1,'2026-04-22 02:44:14','2026-04-22 04:44:14',347412,NULL), +(11858,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 03:44:14','2026-04-22 05:44:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776829454;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776829454;}',11,1,'2026-04-22 03:54:30','2026-04-22 05:54:30',347415,NULL), +(11859,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 04:54:30','2026-04-22 06:54:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776833670;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776833670;}',11,1,'2026-04-22 05:21:53','2026-04-22 07:21:53',347420,NULL), +(11860,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 06:21:53','2026-04-22 08:21:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776838913;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776838913;}',11,1,'2026-04-22 07:17:51','2026-04-22 09:17:51',347426,NULL), +(11861,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 08:17:50','2026-04-22 10:17:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776845870;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776845870;}',11,1,'2026-04-22 08:26:29','2026-04-22 10:26:29',347431,NULL), +(11862,'woocommerce_refresh_order_count_cache','complete','2026-04-22 20:06:10','2026-04-22 22:06:10',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776888370;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776888370;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-22 20:11:28','2026-04-22 22:11:28',347490,NULL), +(11863,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 09:26:29','2026-04-22 11:26:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776849989;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776849989;}',11,1,'2026-04-22 09:46:32','2026-04-22 11:46:32',347437,NULL), +(11864,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 10:46:32','2026-04-22 12:46:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776854792;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776854792;}',11,1,'2026-04-22 10:53:15','2026-04-22 12:53:15',347444,NULL), +(11865,'woocommerce_scheduled_sales','complete','2026-04-23 10:37:02','2026-04-23 12:37:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776940622;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776940622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11866,'woocommerce_cleanup_logs','complete','2026-04-23 10:37:02','2026-04-23 12:37:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776940622;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776940622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11867,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-23 10:37:02','2026-04-23 12:37:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776940622;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776940622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11868,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 11:53:15','2026-04-22 13:53:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776858795;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776858795;}',11,1,'2026-04-22 12:22:47','2026-04-22 14:22:47',347447,NULL), +(11869,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 13:22:47','2026-04-22 15:22:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776864167;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776864167;}',11,1,'2026-04-22 13:31:33','2026-04-22 15:31:33',347449,NULL), +(11870,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 14:31:33','2026-04-22 16:31:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776868293;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776868293;}',11,1,'2026-04-22 15:01:46','2026-04-22 17:01:46',347454,NULL), +(11871,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 16:01:46','2026-04-22 18:01:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776873706;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776873706;}',11,1,'2026-04-22 16:18:53','2026-04-22 18:18:53',347462,NULL), +(11872,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 17:18:52','2026-04-22 19:18:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776878332;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776878332;}',11,1,'2026-04-22 17:22:50','2026-04-22 19:22:50',347470,NULL), +(11873,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 18:22:50','2026-04-22 20:22:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776882170;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776882170;}',11,1,'2026-04-22 18:23:01','2026-04-22 20:23:01',347474,NULL), +(11874,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 19:23:01','2026-04-22 21:23:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776885781;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776885781;}',11,1,'2026-04-22 19:36:52','2026-04-22 21:36:52',347486,NULL), +(11875,'fetch_patterns','complete','2026-04-23 19:07:42','2026-04-23 21:07:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776971262;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776971262;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 19:12:50','2026-04-23 21:12:50',347633,NULL), +(11876,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 20:36:52','2026-04-22 22:36:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776890212;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776890212;}',11,1,'2026-04-22 20:50:38','2026-04-22 22:50:38',347498,NULL), +(11877,'woocommerce_refresh_order_count_cache','complete','2026-04-23 08:11:28','2026-04-23 10:11:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776931888;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776931888;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-23 08:11:38','2026-04-23 10:11:38',347552,NULL), +(11878,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 21:50:38','2026-04-22 23:50:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776894638;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776894638;}',11,1,'2026-04-22 21:57:24','2026-04-22 23:57:24',347504,NULL), +(11879,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 22:57:24','2026-04-23 00:57:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776898644;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776898644;}',11,1,'2026-04-22 23:21:54','2026-04-23 01:21:54',347510,NULL), +(11880,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 00:21:54','2026-04-23 02:21:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776903714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776903714;}',11,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11881,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 02:12:19','2026-04-23 04:12:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776910339;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776910339;}',11,1,'2026-04-23 02:16:06','2026-04-23 04:16:06',347519,NULL), +(11882,'wp_mail_smtp_admin_notifications_update','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11883,'wc_admin_daily_wrapper','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11884,'woocommerce_cleanup_personal_data','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11885,'woocommerce_expired_transient_files_cleanup','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776993139;}',12,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11887,'generate_category_lookup_table_wrapper','complete','2026-04-23 01:12:29','2026-04-23 03:12:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776906749;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776906749;}',11,1,'2026-04-23 02:16:06','2026-04-23 04:16:06',347519,NULL), +(11888,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11889,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 03:16:06','2026-04-23 05:16:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776914166;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776914166;}',11,1,'2026-04-23 04:18:15','2026-04-23 06:18:15',347524,NULL), +(11890,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 05:18:15','2026-04-23 07:18:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776921495;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776921495;}',11,1,'2026-04-23 05:30:21','2026-04-23 07:30:21',347530,NULL), +(11891,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 06:30:21','2026-04-23 08:30:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776925821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776925821;}',11,1,'2026-04-23 06:47:11','2026-04-23 08:47:11',347536,NULL), +(11892,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 07:47:11','2026-04-23 09:47:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776930431;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776930431;}',11,1,'2026-04-23 07:47:45','2026-04-23 09:47:45',347546,NULL), +(11893,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 08:47:45','2026-04-23 10:47:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776934065;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776934065;}',11,1,'2026-04-23 09:30:22','2026-04-23 11:30:22',347557,NULL), +(11894,'woocommerce_refresh_order_count_cache','complete','2026-04-23 20:11:38','2026-04-23 22:11:38',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776975098;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776975098;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-23 20:15:22','2026-04-23 22:15:22',347640,NULL), +(11895,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 10:30:22','2026-04-23 12:30:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776940222;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776940222;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11896,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 11:52:48','2026-04-23 13:52:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776945168;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776945168;}',11,1,'2026-04-23 12:11:01','2026-04-23 14:11:01',347590,NULL), +(11897,'woocommerce_scheduled_sales','complete','2026-04-24 10:52:48','2026-04-24 12:52:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777027968;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777027968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11898,'woocommerce_cleanup_logs','complete','2026-04-24 10:52:48','2026-04-24 12:52:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777027968;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777027968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11899,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-24 10:52:48','2026-04-24 12:52:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777027968;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777027968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11900,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 13:11:01','2026-04-23 15:11:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776949861;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776949861;}',11,1,'2026-04-23 13:16:30','2026-04-23 15:16:30',347596,NULL), +(11901,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 14:16:30','2026-04-23 16:16:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776953790;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776953790;}',11,1,'2026-04-23 14:16:41','2026-04-23 16:16:41',347604,NULL), +(11902,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 15:16:41','2026-04-23 17:16:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776957401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776957401;}',11,1,'2026-04-23 15:35:47','2026-04-23 17:35:47',347608,NULL), +(11903,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 16:35:47','2026-04-23 18:35:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776962147;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776962147;}',11,1,'2026-04-23 16:49:50','2026-04-23 18:49:50',347615,NULL), +(11904,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 17:49:50','2026-04-23 19:49:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776966590;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776966590;}',11,1,'2026-04-23 18:06:00','2026-04-23 20:06:00',347627,NULL), +(11905,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 19:06:00','2026-04-23 21:06:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776971160;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776971160;}',11,1,'2026-04-23 19:12:50','2026-04-23 21:12:50',347633,NULL), +(11906,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 20:12:50','2026-04-23 22:12:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776975170;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776975170;}',11,1,'2026-04-23 20:15:22','2026-04-23 22:15:22',347640,NULL), +(11907,'fetch_patterns','complete','2026-04-24 19:12:50','2026-04-24 21:12:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777057970;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777057970;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 20:04:48','2026-04-24 22:04:48',347941,NULL), +(11908,'woocommerce_refresh_order_count_cache','complete','2026-04-24 08:15:22','2026-04-24 10:15:22',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777018522;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777018522;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-24 08:15:46','2026-04-24 10:15:46',347714,NULL), +(11909,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 21:15:22','2026-04-23 23:15:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776978922;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776978922;}',11,1,'2026-04-23 21:16:15','2026-04-23 23:16:15',347645,NULL), +(11910,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 22:16:15','2026-04-24 00:16:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776982575;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776982575;}',11,1,'2026-04-23 22:21:37','2026-04-24 00:21:37',347649,NULL), +(11911,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 23:21:37','2026-04-24 01:21:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776986497;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776986497;}',11,1,'2026-04-23 23:26:05','2026-04-24 01:26:05',347655,NULL), +(11912,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 00:26:05','2026-04-24 02:26:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776990365;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776990365;}',11,1,'2026-04-24 00:31:32','2026-04-24 02:31:32',347659,NULL), +(11913,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 01:31:32','2026-04-24 03:31:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776994292;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776994292;}',11,1,'2026-04-24 02:08:26','2026-04-24 04:08:26',347668,NULL), +(11914,'wp_mail_smtp_admin_notifications_update','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-25 01:21:15','2026-04-25 03:21:15',347996,NULL), +(11915,'wc_admin_daily_wrapper','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11916,'woocommerce_cleanup_personal_data','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11917,'woocommerce_expired_transient_files_cleanup','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777079752;}',12,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11919,'generate_category_lookup_table_wrapper','complete','2026-04-24 01:16:02','2026-04-24 03:16:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776993362;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776993362;}',11,1,'2026-04-24 01:17:03','2026-04-24 03:17:03',347665,NULL), +(11920,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11921,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 03:08:26','2026-04-24 05:08:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777000106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777000106;}',11,1,'2026-04-24 03:23:36','2026-04-24 05:23:36',347673,NULL), +(11922,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 04:23:36','2026-04-24 06:23:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777004616;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777004616;}',11,1,'2026-04-24 04:31:27','2026-04-24 06:31:27',347683,NULL), +(11923,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 05:31:27','2026-04-24 07:31:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777008687;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777008687;}',11,1,'2026-04-24 05:31:34','2026-04-24 07:31:34',347689,NULL), +(11924,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 06:31:34','2026-04-24 08:31:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777012294;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777012294;}',11,1,'2026-04-24 06:40:40','2026-04-24 08:40:40',347694,NULL), +(11925,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 07:40:40','2026-04-24 09:40:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777016440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777016440;}',11,1,'2026-04-24 07:43:53','2026-04-24 09:43:53',347703,NULL), +(11926,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 08:43:53','2026-04-24 10:43:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777020233;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777020233;}',11,1,'2026-04-24 08:51:26','2026-04-24 10:51:26',347717,NULL), +(11927,'woocommerce_refresh_order_count_cache','complete','2026-04-24 20:15:46','2026-04-24 22:15:46',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777061746;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777061746;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-24 20:18:27','2026-04-24 22:18:27',347943,NULL), +(11928,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 09:51:26','2026-04-24 11:51:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777024286;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777024286;}',11,1,'2026-04-24 09:56:27','2026-04-24 11:56:27',347721,NULL), +(11929,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 10:56:27','2026-04-24 12:56:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777028187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777028187;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11930,'woocommerce_scheduled_sales','complete','2026-04-25 10:59:39','2026-04-25 12:59:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777114779;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777114779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 11:10:17','2026-04-25 13:10:17',348133,NULL), +(11931,'woocommerce_cleanup_logs','complete','2026-04-25 10:59:39','2026-04-25 12:59:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777114779;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777114779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 11:10:17','2026-04-25 13:10:17',348133,NULL), +(11932,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-25 10:59:39','2026-04-25 12:59:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777114779;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777114779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 11:10:17','2026-04-25 13:10:17',348133,NULL), +(11933,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 11:59:39','2026-04-24 13:59:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777031979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777031979;}',11,1,'2026-04-24 12:00:47','2026-04-24 14:00:47',347738,NULL), +(11934,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 13:00:47','2026-04-24 15:00:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035647;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035647;}',11,1,'2026-04-24 13:01:31','2026-04-24 15:01:31',347773,NULL), +(11935,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:49:34','2026-04-24 14:49:34',10,'[263,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777034974;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777034974;}',3,1,'2026-04-24 12:50:23','2026-04-24 14:50:23',347754,NULL), +(11936,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:50:10','2026-04-24 14:50:10',10,'[240,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035010;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035010;}',3,1,'2026-04-24 12:50:23','2026-04-24 14:50:23',347754,NULL), +(11937,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:50:48','2026-04-24 14:50:48',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035048;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035048;}',3,1,'2026-04-24 12:51:33','2026-04-24 14:51:33',347757,NULL), +(11938,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:51:24','2026-04-24 14:51:24',10,'[1560,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035084;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035084;}',3,1,'2026-04-24 12:51:33','2026-04-24 14:51:33',347757,NULL), +(11939,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:51:41','2026-04-24 14:51:41',10,'[1555,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035101;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035101;}',3,1,'2026-04-24 12:52:31','2026-04-24 14:52:31',347760,NULL), +(11940,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:56:12','2026-04-24 14:56:12',10,'[1535,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035372;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035372;}',3,1,'2026-04-24 12:56:33','2026-04-24 14:56:33',347765,NULL), +(11941,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:57:35','2026-04-24 14:57:35',10,'[1491,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035455;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035455;}',3,1,'2026-04-24 12:58:09','2026-04-24 14:58:09',347768,NULL), +(11942,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 14:01:31','2026-04-24 16:01:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777039291;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777039291;}',11,1,'2026-04-24 14:02:01','2026-04-24 16:02:01',347817,NULL), +(11943,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:02:16','2026-04-24 15:02:16',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035736;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035736;}',3,1,'2026-04-24 13:02:28','2026-04-24 15:02:28',347776,NULL), +(11944,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:12','2026-04-24 15:08:12',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036092;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036092;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11945,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:20','2026-04-24 15:08:20',10,'[1468,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036100;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036100;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11946,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1469,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11947,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1470,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11948,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1471,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11949,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1472,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11950,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1473,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11951,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1474,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11952,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1475,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11953,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1467,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11954,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:28','2026-04-24 15:08:28',10,'[1704,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036108;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036108;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11955,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1705,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11956,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1706,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11957,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1707,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11958,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1708,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11959,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1709,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11960,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1710,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11961,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1711,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11962,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1712,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11963,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1713,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11964,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1714,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11965,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1715,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11966,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1716,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11967,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1717,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11968,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1718,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11969,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1719,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347784,NULL), +(11970,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1720,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347784,NULL), +(11971,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:09:08','2026-04-24 15:09:08',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036148;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036148;}',3,1,'2026-04-24 13:09:34','2026-04-24 15:09:34',347786,NULL), +(11972,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:10:16','2026-04-24 15:10:16',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036216;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036216;}',3,1,'2026-04-24 13:10:32','2026-04-24 15:10:32',347788,NULL), +(11973,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:11:21','2026-04-24 15:11:21',10,'[1449,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036281;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036281;}',3,1,'2026-04-24 13:11:26','2026-04-24 15:11:26',347790,NULL), +(11974,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:11:27','2026-04-24 15:11:27',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036287;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036287;}',3,1,'2026-04-24 13:12:18','2026-04-24 15:12:18',347792,NULL), +(11975,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:16:02','2026-04-24 15:16:02',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036562;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036562;}',3,1,'2026-04-24 13:16:28','2026-04-24 15:16:28',347798,NULL), +(11976,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:49','2026-04-24 15:18:49',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036729;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036729;}',3,1,'2026-04-24 13:18:49','2026-04-24 15:18:49',347802,NULL), +(11977,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1722,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11978,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1723,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11979,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1724,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11980,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1725,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11981,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1726,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11982,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1727,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11983,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:19:00','2026-04-24 15:19:00',10,'[1728,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036740;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036740;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11984,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:19:00','2026-04-24 15:19:00',10,'[1729,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036740;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036740;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11985,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:19:00','2026-04-24 15:19:00',10,'[1730,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036740;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036740;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11986,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:20:34','2026-04-24 15:20:34',10,'[1731,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036834;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036834;}',3,1,'2026-04-24 13:21:08','2026-04-24 15:21:08',347807,NULL), +(11987,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:20:51','2026-04-24 15:20:51',10,'[1732,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036851;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036851;}',3,1,'2026-04-24 13:21:08','2026-04-24 15:21:08',347807,NULL), +(11988,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:17','2026-04-24 15:21:17',10,'[1722,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036877;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036877;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11989,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1723,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11990,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1724,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11991,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1725,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11992,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1726,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11993,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1727,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11994,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1728,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11995,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1729,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11996,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1730,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11997,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1731,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11998,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1732,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11999,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:22:01','2026-04-24 15:22:01',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036921;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036921;}',3,1,'2026-04-24 13:42:41','2026-04-24 15:42:41',347811,NULL), +(12000,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 15:02:00','2026-04-24 17:02:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777042920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777042920;}',11,1,'2026-04-24 15:05:03','2026-04-24 17:05:03',347830,NULL), +(12001,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 16:05:03','2026-04-24 18:05:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777046703;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777046703;}',11,1,'2026-04-24 16:18:47','2026-04-24 18:18:47',347847,NULL), +(12002,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 17:18:47','2026-04-24 19:18:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777051127;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777051127;}',11,1,'2026-04-24 17:41:12','2026-04-24 19:41:12',347863,NULL), +(12003,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 18:41:12','2026-04-24 20:41:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777056072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777056072;}',11,1,'2026-04-24 18:41:14','2026-04-24 20:41:14',347936,NULL), +(12004,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:15:06','2026-04-24 20:15:06',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054506;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054506;}',3,1,'2026-04-24 18:15:17','2026-04-24 20:15:17',347873,NULL), +(12005,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:16:03','2026-04-24 20:16:03',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054563;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054563;}',3,1,'2026-04-24 18:16:20','2026-04-24 20:16:20',347876,NULL), +(12006,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:16:25','2026-04-24 20:16:25',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054585;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054585;}',3,1,'2026-04-24 18:16:25','2026-04-24 20:16:25',347878,NULL), +(12007,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:17:55','2026-04-24 20:17:55',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054675;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054675;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12008,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[958,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12009,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[959,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12010,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[960,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12011,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[961,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12012,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[954,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12013,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[955,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12014,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[956,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12015,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[957,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12016,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[953,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12017,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1734,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12018,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1735,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12019,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1736,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12020,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1737,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12021,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1738,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12022,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1739,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12023,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1740,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12024,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1741,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12025,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1742,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12026,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1743,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12027,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1744,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12028,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1745,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12029,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1746,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12030,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1747,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12031,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1748,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12032,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1749,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347883,NULL), +(12033,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1750,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347883,NULL), +(12034,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:58','2026-04-24 20:18:58',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054738;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054738;}',3,1,'2026-04-24 18:19:33','2026-04-24 20:19:33',347886,NULL), +(12035,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:44','2026-04-24 20:19:44',10,'[1732,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054784;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054784;}',3,1,'2026-04-24 18:20:33','2026-04-24 20:20:33',347889,NULL), +(12036,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1731,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12037,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1730,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12038,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1729,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12039,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1728,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12040,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1727,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12041,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1726,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12042,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1725,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12043,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1724,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12044,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1723,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12045,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1722,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12046,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[951,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12047,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[950,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12048,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[949,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12049,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[948,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12050,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[947,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12051,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[946,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12052,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[945,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12053,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[944,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12054,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:46','2026-04-24 20:19:46',10,'[941,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054786;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054786;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12055,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1751,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12056,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1752,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12057,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1753,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12058,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1754,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12059,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1755,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12060,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1756,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12061,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1757,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12062,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1758,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12063,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1759,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12064,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1760,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12065,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1761,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12066,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1762,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12067,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1763,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12068,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1764,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12069,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1765,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12070,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12071,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1767,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12072,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:16','2026-04-24 20:20:16',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054816;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054816;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12073,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:54','2026-04-24 20:20:54',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054854;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054854;}',3,1,'2026-04-24 18:21:35','2026-04-24 20:21:35',347893,NULL), +(12074,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:23:01','2026-04-24 20:23:01',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054981;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054981;}',3,1,'2026-04-24 18:23:28','2026-04-24 20:23:28',347897,NULL), +(12075,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:42','2026-04-24 20:24:42',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055082;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055082;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12076,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:49','2026-04-24 20:24:49',10,'[528,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055089;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055089;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12077,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:49','2026-04-24 20:24:49',10,'[103,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055089;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055089;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12078,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:49','2026-04-24 20:24:49',10,'[104,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055089;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055089;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12079,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[105,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12080,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[106,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12081,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[107,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12082,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[108,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12083,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[109,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12084,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[102,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12085,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1770,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12086,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1771,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12087,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1772,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12088,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1773,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12089,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1774,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12090,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1775,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12091,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1776,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12092,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1777,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12093,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1778,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12094,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1779,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12095,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1780,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12096,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1781,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12097,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1782,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12098,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1783,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12099,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1784,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12100,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1785,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12101,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1786,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12102,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:25:15','2026-04-24 20:25:15',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055115;}',3,1,'2026-04-24 18:25:27','2026-04-24 20:25:27',347906,NULL), +(12103,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:26:34','2026-04-24 20:26:34',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055194;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055194;}',3,1,'2026-04-24 18:27:02','2026-04-24 20:27:02',347909,NULL), +(12104,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:15','2026-04-24 20:28:15',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055295;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055295;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12105,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[529,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12106,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[119,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12107,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[120,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12108,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[114,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12109,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[115,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12110,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[116,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12111,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[117,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12112,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[118,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12113,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[113,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12114,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1788,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12115,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1789,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12116,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1790,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12117,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1791,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12118,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1792,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12119,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1793,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12120,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1794,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12121,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1795,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12122,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1796,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12123,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1797,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12124,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1798,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12125,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1799,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12126,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1800,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12127,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1801,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12128,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1802,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12129,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:31','2026-04-24 20:28:31',10,'[1803,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055311;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055311;}',3,1,'2026-04-24 18:29:07','2026-04-24 20:29:07',347914,NULL), +(12130,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:31','2026-04-24 20:28:31',10,'[1804,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055311;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055311;}',3,1,'2026-04-24 18:29:07','2026-04-24 20:29:07',347914,NULL), +(12131,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:49','2026-04-24 20:28:49',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055329;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055329;}',3,1,'2026-04-24 18:29:07','2026-04-24 20:29:07',347914,NULL), +(12132,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:29:33','2026-04-24 20:29:33',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055373;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055373;}',3,1,'2026-04-24 18:30:17','2026-04-24 20:30:17',347917,NULL), +(12133,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:30:31','2026-04-24 20:30:31',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055431;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055431;}',3,1,'2026-04-24 18:31:18','2026-04-24 20:31:18',347920,NULL), +(12134,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:34:18','2026-04-24 20:34:18',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055658;}',3,1,'2026-04-24 18:34:34','2026-04-24 20:34:34',347925,NULL), +(12135,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:39:11','2026-04-24 20:39:11',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055951;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055951;}',3,1,'2026-04-24 18:39:28','2026-04-24 20:39:28',347932,NULL), +(12136,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:40:11','2026-04-24 20:40:11',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777056011;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777056011;}',3,1,'2026-04-24 18:40:27','2026-04-24 20:40:27',347934,NULL), +(12137,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 19:41:14','2026-04-24 21:41:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777059674;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777059674;}',11,1,'2026-04-24 20:04:48','2026-04-24 22:04:48',347941,NULL), +(12138,'fetch_patterns','complete','2026-04-25 20:04:48','2026-04-25 22:04:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777147488;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777147488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 20:07:55','2026-04-25 22:07:55',348185,NULL), +(12139,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 21:04:48','2026-04-24 23:04:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777064688;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777064688;}',11,1,'2026-04-24 21:24:43','2026-04-24 23:24:43',347956,NULL), +(12140,'woocommerce_refresh_order_count_cache','complete','2026-04-25 08:18:27','2026-04-25 10:18:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777105107;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777105107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-25 08:22:59','2026-04-25 10:22:59',348111,NULL), +(12141,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 22:24:43','2026-04-25 00:24:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777069483;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777069483;}',11,1,'2026-04-24 22:25:40','2026-04-25 00:25:40',347981,NULL), +(12142,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 23:25:40','2026-04-25 01:25:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777073140;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777073140;}',11,1,'2026-04-25 00:38:29','2026-04-25 02:38:29',347989,NULL), +(12143,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 01:38:29','2026-04-25 03:38:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777081109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777081109;}',11,1,'2026-04-25 02:35:01','2026-04-25 04:35:01',348001,NULL), +(12144,'wp_mail_smtp_admin_notifications_update','complete','2026-04-26 01:21:15','2026-04-26 03:21:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166475;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166475;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12145,'wc_admin_daily_wrapper','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12146,'woocommerce_cleanup_personal_data','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12147,'woocommerce_expired_transient_files_cleanup','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777166476;}',12,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12149,'generate_category_lookup_table_wrapper','complete','2026-04-25 01:21:26','2026-04-25 03:21:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777080086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777080086;}',11,1,'2026-04-25 01:25:47','2026-04-25 03:25:47',347998,NULL), +(12150,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12151,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 03:35:01','2026-04-25 05:35:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777088101;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777088101;}',11,1,'2026-04-25 03:46:03','2026-04-25 05:46:03',348007,NULL), +(12152,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 04:46:03','2026-04-25 06:46:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777092363;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777092363;}',11,1,'2026-04-25 04:48:51','2026-04-25 06:48:51',348018,NULL), +(12153,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 05:48:51','2026-04-25 07:48:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777096131;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777096131;}',11,1,'2026-04-25 05:57:30','2026-04-25 07:57:30',348022,NULL), +(12154,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 06:57:30','2026-04-25 08:57:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777100250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777100250;}',11,1,'2026-04-25 07:02:03','2026-04-25 09:02:03',348105,NULL), +(12155,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:16:04','2026-04-25 08:16:04',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097764;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097764;}',3,1,'2026-04-25 06:16:31','2026-04-25 08:16:31',348034,NULL), +(12156,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:16:34','2026-04-25 08:16:34',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097794;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097794;}',3,1,'2026-04-25 06:16:52','2026-04-25 08:16:52',348036,NULL), +(12157,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:16:56','2026-04-25 08:16:56',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097816;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097816;}',3,1,'2026-04-25 06:16:57','2026-04-25 08:16:57',348038,NULL), +(12158,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:01','2026-04-25 08:17:01',10,'[1807,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097821;}',3,1,'2026-04-25 06:17:02','2026-04-25 08:17:02',348040,NULL), +(12159,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:01','2026-04-25 08:17:01',10,'[1808,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097821;}',3,1,'2026-04-25 06:17:02','2026-04-25 08:17:02',348040,NULL), +(12160,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:01','2026-04-25 08:17:01',10,'[393,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097821;}',3,1,'2026-04-25 06:17:02','2026-04-25 08:17:02',348040,NULL), +(12161,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:54','2026-04-25 08:17:54',10,'[1807,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097874;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097874;}',3,1,'2026-04-25 06:17:54','2026-04-25 08:17:54',348043,NULL), +(12162,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:55','2026-04-25 08:17:55',10,'[1808,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097875;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097875;}',3,1,'2026-04-25 06:17:59','2026-04-25 08:17:59',348045,NULL), +(12163,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:18:14','2026-04-25 08:18:14',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097894;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097894;}',3,1,'2026-04-25 06:18:31','2026-04-25 08:18:31',348047,NULL), +(12164,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:24:10','2026-04-25 08:24:10',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098250;}',3,1,'2026-04-25 06:24:31','2026-04-25 08:24:31',348054,NULL), +(12165,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:24:29','2026-04-25 08:24:29',10,'[1516,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098269;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098269;}',3,1,'2026-04-25 06:24:31','2026-04-25 08:24:31',348054,NULL), +(12166,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:25:16','2026-04-25 08:25:16',10,'[1406,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098316;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098316;}',3,1,'2026-04-25 06:25:30','2026-04-25 08:25:30',348056,NULL), +(12167,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:25:47','2026-04-25 08:25:47',10,'[1401,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098347;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098347;}',3,1,'2026-04-25 06:26:13','2026-04-25 08:26:13',348058,NULL), +(12168,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:28:42','2026-04-25 08:28:42',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098522;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098522;}',3,1,'2026-04-25 06:29:27','2026-04-25 08:29:27',348063,NULL), +(12169,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:30:58','2026-04-25 08:30:58',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098658;}',3,1,'2026-04-25 06:31:31','2026-04-25 08:31:31',348066,NULL), +(12170,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:31:44','2026-04-25 08:31:44',10,'[982,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098704;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098704;}',3,1,'2026-04-25 06:31:59','2026-04-25 08:31:59',348068,NULL), +(12171,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:32:47','2026-04-25 08:32:47',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098767;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098767;}',3,1,'2026-04-25 06:33:02','2026-04-25 08:33:02',348071,NULL), +(12172,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:18','2026-04-25 08:33:18',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098798;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098798;}',3,1,'2026-04-25 06:33:26','2026-04-25 08:33:26',348073,NULL), +(12173,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:34','2026-04-25 08:33:34',10,'[555,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098814;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12174,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:34','2026-04-25 08:33:34',10,'[556,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098814;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12175,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:34','2026-04-25 08:33:34',10,'[554,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098814;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12176,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:41','2026-04-25 08:33:41',10,'[552,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098821;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12177,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:41','2026-04-25 08:33:41',10,'[553,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098821;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12178,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:41','2026-04-25 08:33:41',10,'[545,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098821;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12179,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:49','2026-04-25 08:33:49',10,'[496,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098829;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098829;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12180,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:34:11','2026-04-25 08:34:11',10,'[447,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098851;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098851;}',3,1,'2026-04-25 06:34:35','2026-04-25 08:34:35',348077,NULL), +(12181,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:34:21','2026-04-25 08:34:21',10,'[435,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098861;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098861;}',3,1,'2026-04-25 06:34:35','2026-04-25 08:34:35',348077,NULL), +(12182,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:36:09','2026-04-25 08:36:09',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098969;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098969;}',3,1,'2026-04-25 06:36:26','2026-04-25 08:36:26',348080,NULL), +(12183,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:37:00','2026-04-25 08:37:00',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099020;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099020;}',3,1,'2026-04-25 06:37:07','2026-04-25 08:37:07',348082,NULL), +(12184,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:37:37','2026-04-25 08:37:37',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099057;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099057;}',3,1,'2026-04-25 06:38:11','2026-04-25 08:38:11',348085,NULL), +(12185,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:08','2026-04-25 08:39:08',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099148;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099148;}',3,1,'2026-04-25 06:39:12','2026-04-25 08:39:12',348088,NULL), +(12186,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:33','2026-04-25 08:39:33',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099173;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099173;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12187,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[645,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12188,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[646,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12189,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[647,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12190,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[288,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12191,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[641,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12192,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[642,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12193,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[643,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12194,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[285,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12195,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:02','2026-04-25 08:42:02',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099322;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099322;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12196,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[569,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12197,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[570,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12198,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[571,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12199,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[213,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12200,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:28','2026-04-25 08:42:28',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099348;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099348;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12201,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[565,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12202,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[566,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12203,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[567,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12204,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[183,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12205,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:49','2026-04-25 08:42:49',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099369;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099369;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12206,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:43:09','2026-04-25 08:43:09',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099389;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099389;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12207,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:43:28','2026-04-25 08:43:28',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099408;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099408;}',3,1,'2026-04-25 06:43:28','2026-04-25 08:43:28',348100,NULL), +(12208,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:43:59','2026-04-25 08:43:59',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099439;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099439;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12209,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1788,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12210,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1789,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12211,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1790,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12212,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1791,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12213,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1792,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12214,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1793,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12215,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1794,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12216,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1795,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12217,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1796,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12218,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1797,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12219,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1798,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12220,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1799,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12221,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1800,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12222,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1801,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12223,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1802,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12224,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1803,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12225,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1804,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12226,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[113,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12227,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 08:02:03','2026-04-25 10:02:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777104123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777104123;}',11,1,'2026-04-25 08:22:59','2026-04-25 10:22:59',348111,NULL), +(12228,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 09:22:59','2026-04-25 11:22:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777108979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777108979;}',11,1,'2026-04-25 09:30:55','2026-04-25 11:30:55',348125,NULL), +(12229,'woocommerce_refresh_order_count_cache','complete','2026-04-25 20:22:59','2026-04-25 22:22:59',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777148579;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777148579;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-25 20:23:32','2026-04-25 22:23:32',348188,NULL), +(12230,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 10:30:55','2026-04-25 12:30:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777113055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777113055;}',11,1,'2026-04-25 10:46:09','2026-04-25 12:46:09',348130,NULL), +(12231,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 11:46:09','2026-04-25 13:46:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777117569;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777117569;}',11,1,'2026-04-25 11:48:38','2026-04-25 13:48:38',348136,NULL), +(12232,'woocommerce_scheduled_sales','complete','2026-04-26 11:10:17','2026-04-26 13:10:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777201817;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777201817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 11:38:31','2026-04-26 13:38:31',348279,NULL), +(12233,'woocommerce_cleanup_logs','complete','2026-04-26 11:10:17','2026-04-26 13:10:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777201817;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777201817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 11:38:31','2026-04-26 13:38:31',348279,NULL), +(12234,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-26 11:10:17','2026-04-26 13:10:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777201817;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777201817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 11:38:31','2026-04-26 13:38:31',348279,NULL), +(12235,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 12:48:38','2026-04-25 14:48:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777121318;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777121318;}',11,1,'2026-04-25 12:56:58','2026-04-25 14:56:58',348145,NULL), +(12236,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 13:56:58','2026-04-25 15:56:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777125418;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777125418;}',11,1,'2026-04-25 14:00:10','2026-04-25 16:00:10',348157,NULL), +(12237,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 15:00:10','2026-04-25 17:00:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777129210;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777129210;}',11,1,'2026-04-25 15:24:52','2026-04-25 17:24:52',348163,NULL), +(12238,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 16:24:52','2026-04-25 18:24:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777134292;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777134292;}',11,1,'2026-04-25 16:26:23','2026-04-25 18:26:23',348169,NULL), +(12239,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 17:26:23','2026-04-25 19:26:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777137983;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777137983;}',11,1,'2026-04-25 17:33:33','2026-04-25 19:33:33',348173,NULL), +(12240,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 18:33:33','2026-04-25 20:33:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777142013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777142013;}',11,1,'2026-04-25 18:53:08','2026-04-25 20:53:08',348179,NULL), +(12241,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 19:53:08','2026-04-25 21:53:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777146788;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777146788;}',11,1,'2026-04-25 20:07:55','2026-04-25 22:07:55',348185,NULL), +(12242,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 21:07:55','2026-04-25 23:07:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777151275;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777151275;}',11,1,'2026-04-25 21:59:50','2026-04-25 23:59:50',348193,NULL), +(12243,'fetch_patterns','complete','2026-04-26 20:07:55','2026-04-26 22:07:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777234075;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777234075;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 20:12:18','2026-04-26 22:12:18',348435,NULL), +(12244,'woocommerce_refresh_order_count_cache','complete','2026-04-26 08:23:32','2026-04-26 10:23:32',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777191812;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777191812;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-26 08:51:17','2026-04-26 10:51:17',348259,NULL), +(12245,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 22:59:50','2026-04-26 00:59:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777157990;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777157990;}',11,1,'2026-04-25 23:02:03','2026-04-26 01:02:03',348202,NULL), +(12246,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 00:02:03','2026-04-26 02:02:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777161723;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777161723;}',11,1,'2026-04-26 00:04:39','2026-04-26 02:04:39',348206,NULL), +(12247,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 01:04:39','2026-04-26 03:04:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777165479;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777165479;}',11,1,'2026-04-26 01:08:13','2026-04-26 03:08:13',348210,NULL), +(12248,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 02:08:12','2026-04-26 04:08:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777169292;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777169292;}',11,1,'2026-04-26 02:36:25','2026-04-26 04:36:25',348217,NULL), +(12249,'wp_mail_smtp_admin_notifications_update','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-27 01:32:23','2026-04-27 03:32:23',348473,NULL), +(12250,'wc_admin_daily_wrapper','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12251,'woocommerce_cleanup_personal_data','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12252,'woocommerce_expired_transient_files_cleanup','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777253398;}',12,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12254,'generate_category_lookup_table_wrapper','complete','2026-04-26 01:30:08','2026-04-26 03:30:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777167008;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777167008;}',11,1,'2026-04-26 01:53:02','2026-04-26 03:53:02',348214,NULL), +(12255,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12256,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 03:36:25','2026-04-26 05:36:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777174585;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777174585;}',11,1,'2026-04-26 04:18:27','2026-04-26 06:18:27',348224,NULL), +(12257,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 05:18:27','2026-04-26 07:18:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777180707;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777180707;}',11,1,'2026-04-26 05:20:28','2026-04-26 07:20:28',348229,NULL), +(12258,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 06:20:28','2026-04-26 08:20:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777184428;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777184428;}',11,1,'2026-04-26 06:22:26','2026-04-26 08:22:26',348245,NULL), +(12259,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 07:22:26','2026-04-26 09:22:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777188146;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777188146;}',11,1,'2026-04-26 07:22:41','2026-04-26 09:22:41',348250,NULL), +(12260,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 08:22:41','2026-04-26 10:22:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777191761;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777191761;}',11,1,'2026-04-26 08:51:17','2026-04-26 10:51:17',348259,NULL), +(12261,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 09:51:17','2026-04-26 11:51:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777197077;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777197077;}',11,1,'2026-04-26 09:59:15','2026-04-26 11:59:15',348267,NULL), +(12262,'woocommerce_refresh_order_count_cache','complete','2026-04-26 20:51:17','2026-04-26 22:51:17',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777236677;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777236677;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-26 21:11:13','2026-04-26 23:11:13',348441,NULL), +(12263,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 10:59:15','2026-04-26 12:59:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777201155;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777201155;}',11,1,'2026-04-26 10:59:25','2026-04-26 12:59:25',348277,NULL), +(12264,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 11:59:25','2026-04-26 13:59:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777204765;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777204765;}',11,1,'2026-04-26 12:49:11','2026-04-26 14:49:11',348285,NULL), +(12265,'woocommerce_scheduled_sales','complete','2026-04-27 11:38:31','2026-04-27 13:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777289911;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777289911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 11:38:33','2026-04-27 13:38:33',348656,NULL), +(12266,'woocommerce_cleanup_logs','complete','2026-04-27 11:38:31','2026-04-27 13:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777289911;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777289911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 11:38:33','2026-04-27 13:38:33',348656,NULL), +(12267,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-27 11:38:31','2026-04-27 13:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777289911;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777289911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 11:38:33','2026-04-27 13:38:33',348656,NULL), +(12268,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 13:49:11','2026-04-26 15:49:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777211351;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777211351;}',11,1,'2026-04-26 13:49:31','2026-04-26 15:49:31',348315,NULL), +(12269,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:42:32','2026-04-26 15:42:32',10,'[1809,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777210952;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777210952;}',3,1,'2026-04-26 13:42:32','2026-04-26 15:42:32',348305,NULL), +(12270,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:42:32','2026-04-26 15:42:32',10,'[1810,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777210952;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777210952;}',3,1,'2026-04-26 13:42:32','2026-04-26 15:42:32',348305,NULL), +(12271,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:42:33','2026-04-26 15:42:33',10,'[1811,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777210953;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777210953;}',3,1,'2026-04-26 13:43:18','2026-04-26 15:43:18',348307,NULL), +(12272,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:45:32','2026-04-26 15:45:32',10,'[1809,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777211132;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777211132;}',3,1,'2026-04-26 13:47:31','2026-04-26 15:47:31',348312,NULL), +(12273,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 14:49:31','2026-04-26 16:49:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777214971;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777214971;}',11,1,'2026-04-26 14:49:32','2026-04-26 16:49:32',348346,NULL), +(12274,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 15:49:32','2026-04-26 17:49:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777218572;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777218572;}',11,1,'2026-04-26 15:54:46','2026-04-26 17:54:46',348389,NULL), +(12275,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 15:20:13','2026-04-26 17:20:13',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777216813;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777216813;}',3,1,'2026-04-26 15:20:34','2026-04-26 17:20:34',348370,NULL), +(12276,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 16:54:46','2026-04-26 18:54:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777222486;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777222486;}',11,1,'2026-04-26 17:10:39','2026-04-26 19:10:39',348416,NULL), +(12277,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 18:10:39','2026-04-26 20:10:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777227039;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777227039;}',11,1,'2026-04-26 18:30:06','2026-04-26 20:30:06',348425,NULL), +(12278,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 19:30:06','2026-04-26 21:30:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777231806;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777231806;}',11,1,'2026-04-26 19:55:47','2026-04-26 21:55:47',348432,NULL), +(12279,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 20:55:47','2026-04-26 22:55:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777236947;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777236947;}',11,1,'2026-04-26 21:11:13','2026-04-26 23:11:13',348441,NULL), +(12280,'fetch_patterns','complete','2026-04-27 20:12:18','2026-04-27 22:12:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777320738;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777320738;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 20:15:23','2026-04-27 22:15:23',348899,NULL), +(12281,'woocommerce_refresh_order_count_cache','complete','2026-04-27 09:11:13','2026-04-27 11:11:13',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777281073;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777281073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-27 09:11:28','2026-04-27 11:11:28',348579,NULL), +(12282,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 22:11:13','2026-04-27 00:11:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777241473;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777241473;}',11,1,'2026-04-26 22:14:06','2026-04-27 00:14:06',348445,NULL), +(12283,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 23:14:06','2026-04-27 01:14:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777245246;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777245246;}',11,1,'2026-04-26 23:20:44','2026-04-27 01:20:44',348459,NULL), +(12284,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 00:20:44','2026-04-27 02:20:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777249244;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777249244;}',11,1,'2026-04-27 00:20:46','2026-04-27 02:20:46',348467,NULL), +(12285,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 01:20:46','2026-04-27 03:20:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777252846;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777252846;}',11,1,'2026-04-27 01:24:52','2026-04-27 03:24:52',348470,NULL), +(12286,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 02:24:52','2026-04-27 04:24:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777256692;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777256692;}',11,1,'2026-04-27 04:01:05','2026-04-27 06:01:05',348482,NULL), +(12287,'wp_mail_smtp_admin_notifications_update','complete','2026-04-28 01:32:23','2026-04-28 03:32:23',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339943;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-28 01:35:51','2026-04-28 03:35:51',348941,NULL), +(12288,'wc_admin_daily_wrapper','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12289,'woocommerce_cleanup_personal_data','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12290,'woocommerce_expired_transient_files_cleanup','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777339944;}',12,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12292,'generate_category_lookup_table_wrapper','complete','2026-04-27 01:32:34','2026-04-27 03:32:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777253554;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777253554;}',11,1,'2026-04-27 01:35:29','2026-04-27 03:35:29',348475,NULL), +(12293,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12294,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 05:01:05','2026-04-27 07:01:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777266065;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777266065;}',11,1,'2026-04-27 05:10:56','2026-04-27 07:10:56',348491,NULL), +(12295,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 06:10:55','2026-04-27 08:10:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777270255;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777270255;}',11,1,'2026-04-27 06:11:26','2026-04-27 08:11:26',348500,NULL), +(12296,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 07:11:26','2026-04-27 09:11:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777273886;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777273886;}',11,1,'2026-04-27 07:14:04','2026-04-27 09:14:04',348508,NULL), +(12297,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 08:14:04','2026-04-27 10:14:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777277644;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777277644;}',11,1,'2026-04-27 08:14:34','2026-04-27 10:14:34',348535,NULL), +(12298,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 07:51:53','2026-04-27 09:51:53',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777276313;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777276313;}',3,1,'2026-04-27 07:52:43','2026-04-27 09:52:43',348515,NULL), +(12299,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 09:14:34','2026-04-27 11:14:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777281274;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777281274;}',11,1,'2026-04-27 09:14:35','2026-04-27 11:14:35',348582,NULL), +(12300,'woocommerce_refresh_order_count_cache','complete','2026-04-27 21:11:28','2026-04-27 23:11:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777324288;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777324288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-27 21:19:11','2026-04-27 23:19:11',348905,NULL), +(12301,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 10:14:35','2026-04-27 12:14:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777284875;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777284875;}',11,1,'2026-04-27 10:18:52','2026-04-27 12:18:52',348624,NULL), +(12302,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 11:18:52','2026-04-27 13:18:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777288732;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777288732;}',11,1,'2026-04-27 11:19:53','2026-04-27 13:19:53',348645,NULL), +(12303,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 11:15:16','2026-04-27 13:15:16',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777288516;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777288516;}',3,1,'2026-04-27 11:15:17','2026-04-27 13:15:17',348639,NULL), +(12304,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 12:19:53','2026-04-27 14:19:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777292393;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777292393;}',11,1,'2026-04-27 12:20:09','2026-04-27 14:20:09',348694,NULL), +(12305,'woocommerce_scheduled_sales','complete','2026-04-28 11:38:33','2026-04-28 13:38:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777376313;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777376313;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 11:40:08','2026-04-28 13:40:08',349203,NULL), +(12306,'woocommerce_cleanup_logs','complete','2026-04-28 11:38:33','2026-04-28 13:38:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777376313;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777376313;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 11:40:08','2026-04-28 13:40:08',349203,NULL), +(12307,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-28 11:38:33','2026-04-28 13:38:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777376313;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777376313;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 11:40:08','2026-04-28 13:40:08',349203,NULL), +(12308,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 11:41:26','2026-04-27 13:41:26',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777290086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777290086;}',3,1,'2026-04-27 11:41:26','2026-04-27 13:41:26',348660,NULL), +(12309,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 11:54:35','2026-04-27 13:54:35',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777290875;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777290875;}',3,1,'2026-04-27 11:55:28','2026-04-27 13:55:28',348673,NULL), +(12310,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 12:04:25','2026-04-27 14:04:25',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777291465;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777291465;}',3,1,'2026-04-27 12:04:26','2026-04-27 14:04:26',348680,NULL), +(12311,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 12:17:58','2026-04-27 14:17:58',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777292278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777292278;}',3,1,'2026-04-27 12:18:19','2026-04-27 14:18:19',348690,NULL), +(12312,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 13:20:09','2026-04-27 15:20:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296009;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296009;}',11,1,'2026-04-27 13:20:50','2026-04-27 15:20:50',348738,NULL), +(12313,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 12:53:52','2026-04-27 14:53:52',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777294432;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777294432;}',3,1,'2026-04-27 12:54:28','2026-04-27 14:54:28',348716,NULL), +(12314,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 14:20:50','2026-04-27 16:20:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777299650;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777299650;}',11,1,'2026-04-27 14:23:49','2026-04-27 16:23:49',348777,NULL), +(12315,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:27:07','2026-04-27 15:27:07',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296427;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296427;}',3,1,'2026-04-27 13:28:17','2026-04-27 15:28:17',348747,NULL), +(12316,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:50','2026-04-27 15:29:50',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296590;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296590;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12317,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:56','2026-04-27 15:29:56',10,'[1807,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296596;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296596;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12318,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:58','2026-04-27 15:29:58',10,'[1808,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296598;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296598;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12319,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:58','2026-04-27 15:29:58',10,'[393,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296598;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296598;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12320,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:00','2026-04-27 15:30:00',10,'[1843,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296600;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296600;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12321,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1844,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12322,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1845,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12323,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1846,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12324,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1847,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12325,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1843,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12326,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1844,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12327,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1845,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12328,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1846,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12329,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1847,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12330,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:29','2026-04-27 15:33:29',10,'[1844,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296809;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296809;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12331,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:32','2026-04-27 15:33:32',10,'[1845,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296812;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296812;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12332,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:34:00','2026-04-27 15:34:00',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296840;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296840;}',3,1,'2026-04-27 13:34:00','2026-04-27 15:34:00',348760,NULL), +(12333,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:34:42','2026-04-27 15:34:42',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296882;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296882;}',3,1,'2026-04-27 13:34:57','2026-04-27 15:34:57',348763,NULL), +(12334,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 15:23:49','2026-04-27 17:23:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777303429;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777303429;}',11,1,'2026-04-27 15:26:32','2026-04-27 17:26:32',348783,NULL), +(12335,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 16:26:32','2026-04-27 18:26:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777307192;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777307192;}',11,1,'2026-04-27 16:26:35','2026-04-27 18:26:35',348833,NULL), +(12336,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 15:58:45','2026-04-27 17:58:45',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777305525;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777305525;}',3,1,'2026-04-27 15:59:30','2026-04-27 17:59:30',348809,NULL), +(12337,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 16:04:55','2026-04-27 18:04:55',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777305895;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777305895;}',3,1,'2026-04-27 16:05:30','2026-04-27 18:05:30',348814,NULL), +(12338,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 17:26:35','2026-04-27 19:26:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777310795;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777310795;}',11,1,'2026-04-27 17:31:59','2026-04-27 19:31:59',348864,NULL), +(12339,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 16:43:03','2026-04-27 18:43:03',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777308183;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777308183;}',3,1,'2026-04-27 16:43:28','2026-04-27 18:43:28',348850,NULL), +(12340,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 18:31:59','2026-04-27 20:31:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777314719;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777314719;}',11,1,'2026-04-27 18:39:06','2026-04-27 20:39:06',348873,NULL), +(12341,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 19:39:06','2026-04-27 21:39:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777318746;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777318746;}',11,1,'2026-04-27 19:40:40','2026-04-27 21:40:40',348887,NULL), +(12342,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 20:40:40','2026-04-27 22:40:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777322440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777322440;}',11,1,'2026-04-27 21:19:11','2026-04-27 23:19:11',348905,NULL), +(12343,'fetch_patterns','complete','2026-04-28 20:15:23','2026-04-28 22:15:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777407323;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777407323;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 20:17:01','2026-04-28 22:17:01',349339,NULL), +(12344,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 22:19:11','2026-04-28 00:19:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777328351;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777328351;}',11,1,'2026-04-27 22:22:21','2026-04-28 00:22:21',348918,NULL), +(12345,'woocommerce_refresh_order_count_cache','complete','2026-04-28 09:19:11','2026-04-28 11:19:11',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777367951;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777367951;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-28 09:19:13','2026-04-28 11:19:13',349050,NULL), +(12346,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 23:22:21','2026-04-28 01:22:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777332141;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777332141;}',11,1,'2026-04-27 23:40:30','2026-04-28 01:40:30',348931,NULL), +(12347,'wc-admin_import_orders','complete','2026-04-27 23:02:09','2026-04-28 01:02:09',10,'[1857]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777330929;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777330929;}',4,1,'2026-04-27 23:03:47','2026-04-28 01:03:47',348928,NULL), +(12348,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 23:03:45','2026-04-28 01:03:45',10,'[1541,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777331025;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777331025;}',3,1,'2026-04-27 23:03:47','2026-04-28 01:03:47',348928,NULL), +(12349,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 00:40:30','2026-04-28 02:40:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777336830;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777336830;}',11,1,'2026-04-28 01:05:31','2026-04-28 03:05:31',348937,NULL), +(12350,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 02:05:31','2026-04-28 04:05:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777341931;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777341931;}',11,1,'2026-04-28 02:12:15','2026-04-28 04:12:15',348947,NULL), +(12351,'wp_mail_smtp_admin_notifications_update','complete','2026-04-29 01:35:51','2026-04-29 03:35:51',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426551;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-29 01:56:43','2026-04-29 03:56:43',349372,NULL), +(12352,'wc_admin_daily_wrapper','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 01:56:43','2026-04-29 03:56:43',349372,NULL), +(12353,'woocommerce_cleanup_personal_data','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 01:56:44','2026-04-29 03:56:44',349372,NULL), +(12354,'woocommerce_expired_transient_files_cleanup','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777426552;}',12,1,'2026-04-29 01:56:44','2026-04-29 03:56:44',349372,NULL), +(12356,'generate_category_lookup_table_wrapper','complete','2026-04-28 01:36:02','2026-04-28 03:36:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777340162;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777340162;}',11,1,'2026-04-28 01:45:58','2026-04-28 03:45:58',348943,NULL), +(12357,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-29 01:56:44','2026-04-29 03:56:44',349372,NULL), +(12358,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 03:12:15','2026-04-28 05:12:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777345935;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777345935;}',11,1,'2026-04-28 03:12:20','2026-04-28 05:12:20',348954,NULL), +(12359,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 04:12:20','2026-04-28 06:12:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777349540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777349540;}',11,1,'2026-04-28 04:16:03','2026-04-28 06:16:03',348960,NULL), +(12360,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 05:16:03','2026-04-28 07:16:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777353363;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777353363;}',11,1,'2026-04-28 05:34:11','2026-04-28 07:34:11',348966,NULL), +(12361,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 06:34:11','2026-04-28 08:34:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777358051;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777358051;}',11,1,'2026-04-28 06:41:55','2026-04-28 08:41:55',348975,NULL), +(12362,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 07:41:55','2026-04-28 09:41:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777362115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777362115;}',11,1,'2026-04-28 07:47:34','2026-04-28 09:47:34',348980,NULL), +(12363,'wp_mail_smtp_summary_report_email','complete','2026-05-05 07:30:15','2026-05-05 09:30:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777966215;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777966215;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-05-05 07:41:13','2026-05-05 09:41:13',350436,NULL), +(12364,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 08:47:34','2026-04-28 10:47:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777366054;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777366054;}',11,1,'2026-04-28 08:49:12','2026-04-28 10:49:12',349032,NULL), +(12365,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:19','2026-04-28 10:08:19',10,'[200,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363699;}',3,1,'2026-04-28 08:08:27','2026-04-28 10:08:27',348990,NULL), +(12366,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:22','2026-04-28 10:08:22',10,'[201,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363702;}',3,1,'2026-04-28 08:08:27','2026-04-28 10:08:27',348990,NULL), +(12367,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:22','2026-04-28 10:08:22',10,'[168,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363702;}',3,1,'2026-04-28 08:08:27','2026-04-28 10:08:27',348990,NULL), +(12368,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:37','2026-04-28 10:08:37',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363717;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363717;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12369,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1859,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12370,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1860,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12371,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1861,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12372,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1862,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12373,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1863,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12374,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1864,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12375,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1865,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12376,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1866,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12377,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1867,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12378,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1868,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12379,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1869,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12380,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1870,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12381,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1871,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12382,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1872,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12383,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1873,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12384,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1874,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12385,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1875,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12386,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:09:06','2026-04-28 10:09:06',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363746;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363746;}',3,1,'2026-04-28 08:09:08','2026-04-28 10:09:08',348994,NULL), +(12387,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:23:51','2026-04-28 10:23:51',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777364631;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777364631;}',3,1,'2026-04-28 08:24:09','2026-04-28 10:24:09',349008,NULL), +(12388,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:24:43','2026-04-28 10:24:43',10,'[1878,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777364683;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777364683;}',3,1,'2026-04-28 08:25:14','2026-04-28 10:25:14',349011,NULL), +(12389,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:40:28','2026-04-28 10:40:28',10,'[1878,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777365628;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777365628;}',3,1,'2026-04-28 08:41:18','2026-04-28 10:41:18',349026,NULL), +(12390,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:40:45','2026-04-28 10:40:45',10,'[1882,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777365645;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777365645;}',3,1,'2026-04-28 08:41:18','2026-04-28 10:41:18',349026,NULL), +(12391,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 09:49:12','2026-04-28 11:49:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369752;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369752;}',11,1,'2026-04-28 09:49:26','2026-04-28 11:49:26',349071,NULL), +(12392,'woocommerce_refresh_order_count_cache','complete','2026-04-28 21:19:13','2026-04-28 23:19:13',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777411153;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777411153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-28 21:21:26','2026-04-28 23:21:26',349351,NULL), +(12393,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:49:15','2026-04-28 11:49:15',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369755;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369755;}',3,1,'2026-04-28 09:49:26','2026-04-28 11:49:26',349071,NULL), +(12394,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 10:49:26','2026-04-28 12:49:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373366;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373366;}',11,1,'2026-04-28 10:49:26','2026-04-28 12:49:26',349143,NULL), +(12395,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:50:49','2026-04-28 11:50:49',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369849;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369849;}',3,1,'2026-04-28 09:51:08','2026-04-28 11:51:08',349074,NULL), +(12396,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:51:08','2026-04-28 11:51:08',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369868;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369868;}',3,1,'2026-04-28 09:51:08','2026-04-28 11:51:08',349075,NULL), +(12397,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:51:55','2026-04-28 11:51:55',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369915;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369915;}',3,1,'2026-04-28 09:52:08','2026-04-28 11:52:08',349078,NULL), +(12398,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1889,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12399,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1890,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12400,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1891,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12401,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1892,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12402,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1893,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12403,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1894,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12404,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1895,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12405,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1896,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12406,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1897,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12407,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1898,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12408,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1899,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12409,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1900,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12410,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1901,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12411,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1902,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12412,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1903,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12413,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1904,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12414,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1905,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12415,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1906,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12416,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1889,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12417,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:22:58','2026-04-28 12:22:58',10,'[1889,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777371778;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777371778;}',3,1,'2026-04-28 10:23:28','2026-04-28 12:23:28',349109,NULL), +(12418,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:40:05','2026-04-28 12:40:05',10,'[1889,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777372805;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777372805;}',3,1,'2026-04-28 10:40:26','2026-04-28 12:40:26',349127,NULL), +(12419,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:47:06','2026-04-28 12:47:06',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373226;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373226;}',3,1,'2026-04-28 10:47:11','2026-04-28 12:47:11',349135,NULL), +(12420,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:48:45','2026-04-28 12:48:45',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373325;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373325;}',3,1,'2026-04-28 10:49:20','2026-04-28 12:49:20',349139,NULL), +(12421,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:49:21','2026-04-28 12:49:21',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373361;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373361;}',3,1,'2026-04-28 10:49:25','2026-04-28 12:49:25',349141,NULL), +(12422,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 11:49:26','2026-04-28 13:49:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777376966;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777376966;}',11,1,'2026-04-28 11:49:41','2026-04-28 13:49:41',349208,NULL), +(12423,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:50:27','2026-04-28 12:50:27',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373427;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373427;}',3,1,'2026-04-28 10:51:32','2026-04-28 12:51:32',349146,NULL), +(12424,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:53:53','2026-04-28 12:53:53',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373633;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373633;}',3,1,'2026-04-28 10:54:26','2026-04-28 12:54:26',349151,NULL), +(12425,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:54:35','2026-04-28 12:54:35',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373675;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373675;}',3,1,'2026-04-28 10:54:42','2026-04-28 12:54:42',349153,NULL), +(12426,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:00:34','2026-04-28 13:00:34',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374034;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374034;}',3,1,'2026-04-28 11:01:16','2026-04-28 13:01:16',349161,NULL), +(12427,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:01:07','2026-04-28 13:01:07',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374067;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374067;}',3,1,'2026-04-28 11:01:16','2026-04-28 13:01:16',349161,NULL), +(12428,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:01:35','2026-04-28 13:01:35',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374095;}',3,1,'2026-04-28 11:02:18','2026-04-28 13:02:18',349164,NULL), +(12429,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:02:03','2026-04-28 13:02:03',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374123;}',3,1,'2026-04-28 11:02:19','2026-04-28 13:02:19',349164,NULL), +(12430,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:02:37','2026-04-28 13:02:37',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374157;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374157;}',3,1,'2026-04-28 11:03:27','2026-04-28 13:03:27',349167,NULL), +(12431,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1912,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12432,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1913,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12433,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1914,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12434,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1915,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12435,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:20:50','2026-04-28 13:20:50',10,'[1912,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375250;}',3,1,'2026-04-28 11:21:32','2026-04-28 13:21:32',349185,NULL), +(12436,'woocommerce_scheduled_sales','complete','2026-04-29 11:40:08','2026-04-29 13:40:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777462808;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777462808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 12:01:27','2026-04-29 14:01:27',349497,NULL), +(12437,'woocommerce_cleanup_logs','complete','2026-04-29 11:40:08','2026-04-29 13:40:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777462808;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777462808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 12:01:27','2026-04-29 14:01:27',349497,NULL), +(12438,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-29 11:40:08','2026-04-29 13:40:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777462808;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777462808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 12:01:27','2026-04-29 14:01:27',349497,NULL), +(12439,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 12:49:41','2026-04-28 14:49:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777380581;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777380581;}',11,1,'2026-04-28 12:50:34','2026-04-28 14:50:34',349233,NULL), +(12440,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 13:50:34','2026-04-28 15:50:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777384234;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777384234;}',11,1,'2026-04-28 13:55:40','2026-04-28 15:55:40',349257,NULL), +(12441,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 14:55:40','2026-04-28 16:55:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777388140;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777388140;}',11,1,'2026-04-28 15:00:46','2026-04-28 17:00:46',349268,NULL), +(12442,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 16:00:46','2026-04-28 18:00:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777392046;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777392046;}',11,1,'2026-04-28 16:08:44','2026-04-28 18:08:44',349285,NULL), +(12443,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 17:08:44','2026-04-28 19:08:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777396124;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777396124;}',11,1,'2026-04-28 17:08:44','2026-04-28 19:08:44',349306,NULL), +(12444,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 18:08:44','2026-04-28 20:08:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777399724;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777399724;}',11,1,'2026-04-28 18:15:05','2026-04-28 20:15:05',349324,NULL), +(12445,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 19:15:05','2026-04-28 21:15:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777403705;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777403705;}',11,1,'2026-04-28 19:21:24','2026-04-28 21:21:24',349331,NULL), +(12446,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 20:21:24','2026-04-28 22:21:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777407684;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777407684;}',11,1,'2026-04-28 20:38:30','2026-04-28 22:38:30',349341,NULL), +(12447,'fetch_patterns','complete','2026-04-29 20:17:01','2026-04-29 22:17:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777493821;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777493821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 20:53:52','2026-04-29 22:53:52',349593,NULL), +(12448,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 21:38:30','2026-04-28 23:38:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777412310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777412310;}',11,1,'2026-04-28 22:22:17','2026-04-29 00:22:17',349357,NULL), +(12449,'woocommerce_refresh_order_count_cache','complete','2026-04-29 09:21:26','2026-04-29 11:21:26',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777454486;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777454486;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-29 09:22:34','2026-04-29 11:22:34',349473,NULL), +(12450,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 23:22:17','2026-04-29 01:22:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777418537;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777418537;}',11,1,'2026-04-29 00:30:04','2026-04-29 02:30:04',349368,NULL), +(12451,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 01:30:04','2026-04-29 03:30:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777426204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777426204;}',11,1,'2026-04-29 01:56:43','2026-04-29 03:56:43',349372,NULL), +(12452,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 02:56:43','2026-04-29 04:56:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777431403;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777431403;}',11,1,'2026-04-29 03:07:45','2026-04-29 05:07:45',349388,NULL), +(12453,'wp_mail_smtp_admin_notifications_update','complete','2026-04-30 01:56:43','2026-04-30 03:56:43',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514203;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-30 02:13:02','2026-04-30 04:13:02',349623,NULL), +(12454,'wc_admin_daily_wrapper','complete','2026-04-30 01:56:43','2026-04-30 03:56:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514203;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12455,'woocommerce_cleanup_personal_data','complete','2026-04-30 01:56:44','2026-04-30 03:56:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514204;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12456,'woocommerce_expired_transient_files_cleanup','complete','2026-04-30 01:56:44','2026-04-30 03:56:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777514204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777514204;}',12,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12458,'generate_category_lookup_table_wrapper','complete','2026-04-29 01:56:54','2026-04-29 03:56:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777427814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777427814;}',11,1,'2026-04-29 01:58:05','2026-04-29 03:58:05',349374,NULL), +(12459,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-30 01:56:44','2026-04-30 03:56:44',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514204;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12460,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 04:07:45','2026-04-29 06:07:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777435665;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777435665;}',11,1,'2026-04-29 04:16:44','2026-04-29 06:16:44',349394,NULL), +(12461,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 05:16:44','2026-04-29 07:16:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777439804;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777439804;}',11,1,'2026-04-29 05:25:02','2026-04-29 07:25:02',349405,NULL), +(12462,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 06:25:02','2026-04-29 08:25:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777443902;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777443902;}',11,1,'2026-04-29 06:25:11','2026-04-29 08:25:11',349419,NULL), +(12463,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 07:25:11','2026-04-29 09:25:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777447511;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777447511;}',11,1,'2026-04-29 07:25:15','2026-04-29 09:25:15',349430,NULL), +(12464,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 08:25:15','2026-04-29 10:25:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777451115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777451115;}',11,1,'2026-04-29 08:40:25','2026-04-29 10:40:25',349438,NULL), +(12465,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 09:40:25','2026-04-29 11:40:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777455625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777455625;}',11,1,'2026-04-29 10:07:56','2026-04-29 12:07:56',349481,NULL), +(12466,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-29 09:02:07','2026-04-29 11:02:07',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777453327;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777453327;}',3,1,'2026-04-29 09:02:28','2026-04-29 11:02:28',349451,NULL), +(12467,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-29 09:02:33','2026-04-29 11:02:33',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777453353;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777453353;}',3,1,'2026-04-29 09:03:10','2026-04-29 11:03:10',349453,NULL), +(12468,'wc-admin_import_orders','complete','2026-04-29 09:18:32','2026-04-29 11:18:32',10,'[1857]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777454312;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777454312;}',4,1,'2026-04-29 09:19:43','2026-04-29 11:19:43',349470,NULL), +(12469,'woocommerce_refresh_order_count_cache','complete','2026-04-29 21:22:34','2026-04-29 23:22:34',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777497754;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777497754;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-29 21:51:21','2026-04-29 23:51:21',349598,NULL), +(12470,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 11:07:56','2026-04-29 13:07:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777460876;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777460876;}',11,1,'2026-04-29 11:11:17','2026-04-29 13:11:17',349491,NULL), +(12471,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 12:11:17','2026-04-29 14:11:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777464677;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777464677;}',11,1,'2026-04-29 12:25:16','2026-04-29 14:25:16',349501,NULL), +(12472,'woocommerce_scheduled_sales','complete','2026-04-30 12:01:27','2026-04-30 14:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777550487;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777550487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12473,'woocommerce_cleanup_logs','complete','2026-04-30 12:01:27','2026-04-30 14:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777550487;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777550487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12474,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-30 12:01:27','2026-04-30 14:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777550487;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777550487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12475,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 13:25:16','2026-04-29 15:25:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777469116;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777469116;}',11,1,'2026-04-29 13:43:38','2026-04-29 15:43:38',349511,NULL), +(12476,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 14:43:38','2026-04-29 16:43:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777473818;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777473818;}',11,1,'2026-04-29 14:50:13','2026-04-29 16:50:13',349520,NULL), +(12477,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 15:50:13','2026-04-29 17:50:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777477813;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777477813;}',11,1,'2026-04-29 15:57:18','2026-04-29 17:57:18',349548,NULL), +(12478,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 16:57:18','2026-04-29 18:57:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777481838;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777481838;}',11,1,'2026-04-29 16:57:41','2026-04-29 18:57:41',349556,NULL), +(12479,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 17:57:41','2026-04-29 19:57:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777485461;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777485461;}',11,1,'2026-04-29 18:03:16','2026-04-29 20:03:16',349565,NULL), +(12480,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 19:03:16','2026-04-29 21:03:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777489396;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777489396;}',11,1,'2026-04-29 19:21:12','2026-04-29 21:21:12',349586,NULL), +(12481,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 20:21:12','2026-04-29 22:21:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777494072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777494072;}',11,1,'2026-04-29 20:53:52','2026-04-29 22:53:52',349593,NULL), +(12482,'fetch_patterns','complete','2026-04-30 20:53:52','2026-04-30 22:53:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777582432;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777582432;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 21:17:52','2026-04-30 23:17:52',349767,NULL), +(12483,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 21:53:52','2026-04-29 23:53:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777499632;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777499632;}',11,1,'2026-04-29 21:57:14','2026-04-29 23:57:14',349600,NULL), +(12484,'woocommerce_refresh_order_count_cache','complete','2026-04-30 09:51:21','2026-04-30 11:51:21',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777542681;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777542681;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-30 09:51:52','2026-04-30 11:51:52',349690,NULL), +(12485,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 22:57:14','2026-04-30 00:57:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777503434;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777503434;}',11,1,'2026-04-29 23:02:46','2026-04-30 01:02:46',349605,NULL), +(12486,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 00:02:46','2026-04-30 02:02:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777507366;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777507366;}',11,1,'2026-04-30 00:03:28','2026-04-30 02:03:28',349611,NULL), +(12487,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 01:03:28','2026-04-30 03:03:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777511008;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777511008;}',11,1,'2026-04-30 01:35:39','2026-04-30 03:35:39',349621,NULL), +(12488,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 02:35:39','2026-04-30 04:35:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777516539;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777516539;}',11,1,'2026-04-30 03:08:49','2026-04-30 05:08:49',349625,NULL), +(12489,'wp_mail_smtp_admin_notifications_update','complete','2026-05-01 02:13:02','2026-05-01 04:13:02',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601582;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601582;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-01 02:26:58','2026-05-01 04:26:58',349788,NULL), +(12490,'wc_admin_daily_wrapper','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12491,'woocommerce_cleanup_personal_data','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12492,'woocommerce_expired_transient_files_cleanup','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777601583;}',12,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12494,'generate_category_lookup_table_wrapper','complete','2026-04-30 02:13:13','2026-04-30 04:13:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777515193;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777515193;}',11,1,'2026-04-30 03:08:49','2026-04-30 05:08:49',349625,NULL), +(12495,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12496,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 04:08:49','2026-04-30 06:08:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777522129;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777522129;}',11,1,'2026-04-30 04:14:32','2026-04-30 06:14:32',349631,NULL), +(12497,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 05:14:32','2026-04-30 07:14:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777526072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777526072;}',11,1,'2026-04-30 05:14:44','2026-04-30 07:14:44',349637,NULL), +(12498,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 06:14:44','2026-04-30 08:14:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777529684;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777529684;}',11,1,'2026-04-30 06:32:15','2026-04-30 08:32:15',349648,NULL), +(12499,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 07:32:15','2026-04-30 09:32:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777534335;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777534335;}',11,1,'2026-04-30 07:33:52','2026-04-30 09:33:52',349653,NULL), +(12500,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 08:33:52','2026-04-30 10:33:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777538032;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777538032;}',11,1,'2026-04-30 09:05:40','2026-04-30 11:05:40',349662,NULL), +(12501,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 10:05:40','2026-04-30 12:05:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777543540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777543540;}',11,1,'2026-04-30 10:06:33','2026-04-30 12:06:33',349692,NULL), +(12502,'woocommerce_refresh_order_count_cache','complete','2026-04-30 21:51:52','2026-04-30 23:51:52',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777585912;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777585912;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-30 21:58:28','2026-04-30 23:58:28',349771,NULL), +(12503,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 11:06:33','2026-04-30 13:06:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777547193;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777547193;}',11,1,'2026-04-30 11:26:19','2026-04-30 13:26:19',349704,NULL), +(12504,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 12:26:19','2026-04-30 14:26:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777551979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777551979;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12505,'woocommerce_scheduled_sales','complete','2026-05-01 12:47:45','2026-05-01 14:47:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777639665;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777639665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 13:19:15','2026-05-01 15:19:15',349857,NULL), +(12506,'woocommerce_cleanup_logs','complete','2026-05-01 12:47:45','2026-05-01 14:47:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777639665;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777639665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 13:19:15','2026-05-01 15:19:15',349857,NULL), +(12507,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-01 12:47:45','2026-05-01 14:47:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777639665;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777639665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 13:19:15','2026-05-01 15:19:15',349857,NULL), +(12508,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 13:47:45','2026-04-30 15:47:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777556865;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777556865;}',11,1,'2026-04-30 13:49:46','2026-04-30 15:49:46',349724,NULL), +(12509,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 14:49:46','2026-04-30 16:49:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777560586;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777560586;}',11,1,'2026-04-30 14:56:43','2026-04-30 16:56:43',349736,NULL), +(12510,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 15:56:42','2026-04-30 17:56:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777564602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777564602;}',11,1,'2026-04-30 16:17:45','2026-04-30 18:17:45',349742,NULL), +(12511,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 17:17:45','2026-04-30 19:17:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777569465;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777569465;}',11,1,'2026-04-30 17:29:32','2026-04-30 19:29:32',349749,NULL), +(12512,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 18:29:32','2026-04-30 20:29:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777573772;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777573772;}',11,1,'2026-04-30 19:44:47','2026-04-30 21:44:47',349756,NULL), +(12513,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 20:44:47','2026-04-30 22:44:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777581887;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777581887;}',11,1,'2026-04-30 21:17:52','2026-04-30 23:17:52',349767,NULL), +(12514,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 22:17:52','2026-05-01 00:17:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777587472;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777587472;}',11,1,'2026-04-30 22:21:05','2026-05-01 00:21:05',349774,NULL), +(12515,'fetch_patterns','complete','2026-05-01 21:17:52','2026-05-01 23:17:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777670272;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777670272;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 21:20:34','2026-05-01 23:20:34',349898,NULL), +(12516,'woocommerce_refresh_order_count_cache','complete','2026-05-01 09:58:28','2026-05-01 11:58:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777629508;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777629508;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-01 09:59:45','2026-05-01 11:59:45',349829,NULL), +(12517,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 23:21:05','2026-05-01 01:21:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777591265;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777591265;}',11,1,'2026-04-30 23:23:04','2026-05-01 01:23:04',349777,NULL), +(12518,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 00:23:04','2026-05-01 02:23:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777594984;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777594984;}',11,1,'2026-05-01 01:08:25','2026-05-01 03:08:25',349780,NULL), +(12519,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 02:08:25','2026-05-01 04:08:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777601305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777601305;}',11,1,'2026-05-01 02:08:41','2026-05-01 04:08:41',349786,NULL), +(12520,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 03:08:41','2026-05-01 05:08:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777604921;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777604921;}',11,1,'2026-05-01 03:16:02','2026-05-01 05:16:02',349793,NULL), +(12521,'wp_mail_smtp_admin_notifications_update','complete','2026-05-02 02:26:58','2026-05-02 04:26:58',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688818;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688818;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12522,'wc_admin_daily_wrapper','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688819;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12523,'woocommerce_cleanup_personal_data','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688819;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12524,'woocommerce_expired_transient_files_cleanup','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777688819;}',12,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12525,'woocommerce_cleanup_sessions','complete','2026-05-02 04:00:00','2026-05-02 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777694400;s:18:\"\0*\0first_timestamp\";i:1777694400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777694400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12526,'generate_category_lookup_table_wrapper','complete','2026-05-01 02:27:09','2026-05-01 04:27:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777602429;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777602429;}',11,1,'2026-05-01 02:47:51','2026-05-01 04:47:51',349790,NULL), +(12527,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688819;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12528,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 04:16:02','2026-05-01 06:16:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777608962;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777608962;}',11,1,'2026-05-01 04:19:03','2026-05-01 06:19:03',349797,NULL), +(12529,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 05:19:03','2026-05-01 07:19:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777612743;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777612743;}',11,1,'2026-05-01 05:22:06','2026-05-01 07:22:06',349800,NULL), +(12530,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 06:22:06','2026-05-01 08:22:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777616526;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777616526;}',11,1,'2026-05-01 06:29:41','2026-05-01 08:29:41',349812,NULL), +(12531,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 07:29:41','2026-05-01 09:29:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777620581;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777620581;}',11,1,'2026-05-01 07:58:17','2026-05-01 09:58:17',349818,NULL), +(12532,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 08:58:17','2026-05-01 10:58:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777625897;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777625897;}',11,1,'2026-05-01 09:06:01','2026-05-01 11:06:01',349824,NULL), +(12533,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 10:06:01','2026-05-01 12:06:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777629961;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777629961;}',11,1,'2026-05-01 10:07:21','2026-05-01 12:07:21',349836,NULL), +(12534,'woocommerce_refresh_order_count_cache','complete','2026-05-01 21:59:45','2026-05-01 23:59:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777672785;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777672785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-01 22:17:06','2026-05-02 00:17:06',349902,NULL), +(12535,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 11:07:21','2026-05-01 13:07:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777633641;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777633641;}',11,1,'2026-05-01 11:17:48','2026-05-01 13:17:48',349850,NULL), +(12536,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 12:17:48','2026-05-01 14:17:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777637868;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777637868;}',11,1,'2026-05-01 12:23:43','2026-05-01 14:23:43',349855,NULL), +(12537,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 13:23:43','2026-05-01 15:23:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777641823;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777641823;}',11,1,'2026-05-01 14:05:19','2026-05-01 16:05:19',349860,NULL), +(12538,'woocommerce_scheduled_sales','complete','2026-05-02 13:19:15','2026-05-02 15:19:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777727955;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777727955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12539,'woocommerce_cleanup_logs','complete','2026-05-02 13:19:15','2026-05-02 15:19:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777727955;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777727955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12540,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-02 13:19:15','2026-05-02 15:19:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777727955;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777727955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12541,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 15:05:19','2026-05-01 17:05:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777647919;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777647919;}',11,1,'2026-05-01 15:09:09','2026-05-01 17:09:09',349870,NULL), +(12542,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 16:09:09','2026-05-01 18:09:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777651749;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777651749;}',11,1,'2026-05-01 16:18:05','2026-05-01 18:18:05',349878,NULL), +(12543,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 17:18:05','2026-05-01 19:18:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777655885;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777655885;}',11,1,'2026-05-01 17:28:16','2026-05-01 19:28:16',349882,NULL), +(12544,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 18:28:16','2026-05-01 20:28:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777660096;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777660096;}',11,1,'2026-05-01 19:17:29','2026-05-01 21:17:29',349885,NULL), +(12545,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 20:17:29','2026-05-01 22:17:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777666649;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777666649;}',11,1,'2026-05-01 20:35:14','2026-05-01 22:35:14',349894,NULL), +(12546,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 21:35:14','2026-05-01 23:35:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777671314;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777671314;}',11,1,'2026-05-01 22:17:06','2026-05-02 00:17:06',349902,NULL), +(12547,'fetch_patterns','complete','2026-05-02 21:20:34','2026-05-02 23:20:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777756834;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777756834;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 21:41:23','2026-05-02 23:41:23',350041,NULL), +(12548,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 23:17:06','2026-05-02 01:17:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777677426;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777677426;}',11,1,'2026-05-01 23:26:34','2026-05-02 01:26:34',349911,NULL), +(12549,'woocommerce_refresh_order_count_cache','complete','2026-05-02 10:17:06','2026-05-02 12:17:06',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777717026;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777717026;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-02 10:20:15','2026-05-02 12:20:15',349958,NULL), +(12550,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 00:26:34','2026-05-02 02:26:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777681594;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777681594;}',11,1,'2026-05-02 00:51:44','2026-05-02 02:51:44',349915,NULL), +(12551,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 01:51:44','2026-05-02 03:51:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777686704;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777686704;}',11,1,'2026-05-02 04:06:08','2026-05-02 06:06:08',349919,NULL), +(12552,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 05:06:08','2026-05-02 07:06:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777698368;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777698368;}',11,1,'2026-05-02 05:43:57','2026-05-02 07:43:57',349926,NULL), +(12553,'wp_mail_smtp_admin_notifications_update','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12554,'wc_admin_daily_wrapper','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12555,'woocommerce_cleanup_personal_data','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12556,'woocommerce_expired_transient_files_cleanup','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777781169;}',12,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12558,'woocommerce_cleanup_sessions','complete','2026-05-03 04:00:00','2026-05-03 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777780800;s:18:\"\0*\0first_timestamp\";i:1777780800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777780800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-03 04:04:33','2026-05-03 06:04:33',350070,NULL), +(12559,'generate_category_lookup_table_wrapper','complete','2026-05-02 04:06:19','2026-05-02 06:06:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777694779;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777694779;}',11,1,'2026-05-02 04:18:43','2026-05-02 06:18:43',349921,NULL), +(12560,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12561,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 06:43:57','2026-05-02 08:43:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777704237;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777704237;}',11,1,'2026-05-02 07:02:07','2026-05-02 09:02:07',349932,NULL), +(12562,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 08:02:07','2026-05-02 10:02:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777708927;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777708927;}',11,1,'2026-05-02 08:04:08','2026-05-02 10:04:08',349936,NULL), +(12563,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 09:04:08','2026-05-02 11:04:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777712648;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777712648;}',11,1,'2026-05-02 09:17:09','2026-05-02 11:17:09',349947,NULL), +(12564,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 10:17:09','2026-05-02 12:17:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777717029;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777717029;}',11,1,'2026-05-02 10:20:15','2026-05-02 12:20:15',349958,NULL), +(12565,'woocommerce_refresh_order_count_cache','complete','2026-05-02 22:20:15','2026-05-03 00:20:15',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777760415;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777760415;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-02 22:31:27','2026-05-03 00:31:27',350049,NULL), +(12566,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 11:20:15','2026-05-02 13:20:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777720815;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777720815;}',11,1,'2026-05-02 11:27:17','2026-05-02 13:27:17',349967,NULL), +(12567,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 12:27:17','2026-05-02 14:27:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777724837;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777724837;}',11,1,'2026-05-02 12:28:00','2026-05-02 14:28:00',349972,NULL), +(12568,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 13:28:00','2026-05-02 15:28:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777728480;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777728480;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12569,'woocommerce_scheduled_sales','complete','2026-05-03 13:31:51','2026-05-03 15:31:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777815111;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777815111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 13:33:06','2026-05-03 15:33:06',350136,NULL), +(12570,'woocommerce_cleanup_logs','complete','2026-05-03 13:31:51','2026-05-03 15:31:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777815111;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777815111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 13:33:06','2026-05-03 15:33:06',350136,NULL), +(12571,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-03 13:31:51','2026-05-03 15:31:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777815111;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777815111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 13:33:06','2026-05-03 15:33:06',350136,NULL), +(12572,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 14:31:51','2026-05-02 16:31:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777732311;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777732311;}',11,1,'2026-05-02 14:43:41','2026-05-02 16:43:41',349994,NULL), +(12573,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 15:43:41','2026-05-02 17:43:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777736621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777736621;}',11,1,'2026-05-02 16:01:17','2026-05-02 18:01:17',350008,NULL), +(12574,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 17:01:17','2026-05-02 19:01:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777741277;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777741277;}',11,1,'2026-05-02 17:09:33','2026-05-02 19:09:33',350020,NULL), +(12575,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 18:09:33','2026-05-02 20:09:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777745373;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777745373;}',11,1,'2026-05-02 18:31:21','2026-05-02 20:31:21',350024,NULL), +(12576,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 19:31:20','2026-05-02 21:31:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777750280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777750280;}',11,1,'2026-05-02 19:55:44','2026-05-02 21:55:44',350034,NULL), +(12577,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 20:55:44','2026-05-02 22:55:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777755344;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777755344;}',11,1,'2026-05-02 21:07:44','2026-05-02 23:07:44',350039,NULL), +(12578,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 22:07:44','2026-05-03 00:07:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777759664;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777759664;}',11,1,'2026-05-02 22:10:41','2026-05-03 00:10:41',350045,NULL), +(12579,'fetch_patterns','complete','2026-05-03 21:41:23','2026-05-03 23:41:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777844483;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777844483;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 21:55:11','2026-05-03 23:55:11',350252,NULL), +(12580,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 23:10:41','2026-05-03 01:10:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777763441;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777763441;}',11,1,'2026-05-02 23:29:54','2026-05-03 01:29:54',350054,NULL), +(12581,'woocommerce_refresh_order_count_cache','complete','2026-05-03 10:31:27','2026-05-03 12:31:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777804287;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777804287;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-03 10:42:21','2026-05-03 12:42:21',350121,NULL), +(12582,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 00:29:54','2026-05-03 02:29:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777768194;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777768194;}',11,1,'2026-05-03 00:35:52','2026-05-03 02:35:52',350058,NULL), +(12583,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 01:35:52','2026-05-03 03:35:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777772152;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777772152;}',11,1,'2026-05-03 02:36:28','2026-05-03 04:36:28',350065,NULL), +(12584,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 03:36:28','2026-05-03 05:36:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777779388;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777779388;}',11,1,'2026-05-03 04:04:33','2026-05-03 06:04:33',350070,NULL), +(12585,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 05:04:33','2026-05-03 07:04:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777784673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777784673;}',11,1,'2026-05-03 05:08:34','2026-05-03 07:08:34',350081,NULL), +(12587,'wp_mail_smtp_admin_notifications_update','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-04 04:18:25','2026-05-04 06:18:25',350272,NULL), +(12588,'wc_admin_daily_wrapper','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12589,'woocommerce_cleanup_personal_data','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12590,'woocommerce_expired_transient_files_cleanup','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777867974;}',12,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12591,'woocommerce_cleanup_sessions','complete','2026-05-04 04:00:00','2026-05-04 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867200;s:18:\"\0*\0first_timestamp\";i:1777867200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-04 04:18:25','2026-05-04 06:18:25',350272,NULL), +(12592,'generate_category_lookup_table_wrapper','complete','2026-05-03 04:13:04','2026-05-03 06:13:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777781584;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777781584;}',11,1,'2026-05-03 04:18:13','2026-05-03 06:18:13',350074,NULL), +(12593,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12594,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 06:08:34','2026-05-03 08:08:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777788514;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777788514;}',11,1,'2026-05-03 06:18:06','2026-05-03 08:18:06',350089,NULL), +(12595,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 07:18:06','2026-05-03 09:18:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777792686;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777792686;}',11,1,'2026-05-03 07:21:18','2026-05-03 09:21:18',350094,NULL), +(12596,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 08:21:18','2026-05-03 10:21:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777796478;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777796478;}',11,1,'2026-05-03 08:22:58','2026-05-03 10:22:58',350101,NULL), +(12597,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 09:22:58','2026-05-03 11:22:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777800178;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777800178;}',11,1,'2026-05-03 09:25:34','2026-05-03 11:25:34',350115,NULL), +(12598,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 10:25:34','2026-05-03 12:25:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777803934;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777803934;}',11,1,'2026-05-03 10:42:21','2026-05-03 12:42:21',350121,NULL), +(12599,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 11:42:21','2026-05-03 13:42:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777808541;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777808541;}',11,1,'2026-05-03 12:02:08','2026-05-03 14:02:08',350125,NULL), +(12600,'woocommerce_refresh_order_count_cache','complete','2026-05-03 22:42:21','2026-05-04 00:42:21',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777848141;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777848141;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-03 23:07:22','2026-05-04 01:07:22',350257,NULL), +(12601,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 13:02:08','2026-05-03 15:02:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777813328;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777813328;}',11,1,'2026-05-03 13:13:40','2026-05-03 15:13:40',350132,NULL), +(12602,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 14:13:40','2026-05-03 16:13:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777817620;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777817620;}',11,1,'2026-05-03 14:13:43','2026-05-03 16:13:43',350153,NULL), +(12603,'woocommerce_run_update_callback','complete','2026-05-03 13:33:06','2026-05-03 15:33:06',10,'{\"update_callback\":\"wc_update_1070_disable_hpos_sync_on_read\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777815186;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777815186;}',3,1,'2026-05-03 13:33:07','2026-05-03 15:33:07',350136,NULL), +(12604,'woocommerce_update_db_to_current_version','complete','2026-05-03 13:33:07','2026-05-03 15:33:07',10,'{\"version\":\"10.7.0\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777815187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777815187;}',3,1,'2026-05-03 13:33:07','2026-05-03 15:33:07',350137,NULL), +(12605,'woocommerce_scheduled_sales','complete','2026-05-04 13:33:06','2026-05-04 15:33:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777901586;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777901586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 13:42:33','2026-05-04 15:42:33',350346,NULL), +(12606,'woocommerce_cleanup_logs','complete','2026-05-04 13:33:06','2026-05-04 15:33:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777901586;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777901586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 13:42:33','2026-05-04 15:42:33',350346,NULL), +(12607,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-04 13:33:06','2026-05-04 15:33:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777901586;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777901586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 13:42:33','2026-05-04 15:42:33',350346,NULL), +(12608,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 15:13:43','2026-05-03 17:13:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777821223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777821223;}',11,1,'2026-05-03 15:13:49','2026-05-03 17:13:49',350171,NULL), +(12609,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 16:13:49','2026-05-03 18:13:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777824829;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777824829;}',11,1,'2026-05-03 16:14:21','2026-05-03 18:14:21',350189,NULL), +(12610,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 17:14:21','2026-05-03 19:14:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777828461;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777828461;}',11,1,'2026-05-03 17:48:50','2026-05-03 19:48:50',350204,NULL), +(12611,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 18:48:50','2026-05-03 20:48:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777834130;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777834130;}',11,1,'2026-05-03 18:58:55','2026-05-03 20:58:55',350223,NULL), +(12612,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 19:58:55','2026-05-03 21:58:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777838335;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777838335;}',11,1,'2026-05-03 20:03:24','2026-05-03 22:03:24',350231,NULL), +(12613,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 21:03:24','2026-05-03 23:03:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777842204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777842204;}',11,1,'2026-05-03 21:24:57','2026-05-03 23:24:57',350249,NULL), +(12614,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 22:24:57','2026-05-04 00:24:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777847097;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777847097;}',11,1,'2026-05-03 22:41:13','2026-05-04 00:41:13',350255,NULL), +(12615,'fetch_patterns','complete','2026-05-04 21:55:11','2026-05-04 23:55:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777931711;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777931711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 22:07:03','2026-05-05 00:07:03',350383,NULL), +(12616,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 23:41:13','2026-05-04 01:41:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777851673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777851673;}',11,1,'2026-05-04 00:33:56','2026-05-04 02:33:56',350261,NULL), +(12617,'woocommerce_refresh_order_count_cache','complete','2026-05-04 11:07:22','2026-05-04 13:07:22',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777892842;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777892842;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-04 11:19:23','2026-05-04 13:19:23',350322,NULL), +(12618,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 01:33:56','2026-05-04 03:33:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777858436;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777858436;}',11,1,'2026-05-04 02:25:04','2026-05-04 04:25:04',350265,NULL), +(12619,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 03:25:04','2026-05-04 05:25:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777865104;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777865104;}',11,1,'2026-05-04 03:29:24','2026-05-04 05:29:24',350267,NULL), +(12620,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 04:29:24','2026-05-04 06:29:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777868964;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777868964;}',11,1,'2026-05-04 04:30:30','2026-05-04 06:30:30',350274,NULL), +(12622,'wp_mail_smtp_admin_notifications_update','complete','2026-05-05 04:18:25','2026-05-05 06:18:25',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954705;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954705;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-05 04:19:46','2026-05-05 06:19:46',350409,NULL), +(12623,'wc_admin_daily_wrapper','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 04:19:46','2026-05-05 06:19:46',350409,NULL), +(12624,'woocommerce_cleanup_personal_data','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 04:19:47','2026-05-05 06:19:47',350409,NULL), +(12625,'woocommerce_expired_transient_files_cleanup','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777954706;}',12,1,'2026-05-05 04:19:47','2026-05-05 06:19:47',350409,NULL), +(12626,'woocommerce_cleanup_sessions','complete','2026-05-05 04:00:00','2026-05-05 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777953600;s:18:\"\0*\0first_timestamp\";i:1777953600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777953600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-05 04:00:20','2026-05-05 06:00:20',350406,NULL), +(12627,'generate_category_lookup_table_wrapper','complete','2026-05-04 04:18:36','2026-05-04 06:18:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777868316;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777868316;}',11,1,'2026-05-04 04:30:30','2026-05-04 06:30:30',350274,NULL), +(12628,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-05 04:19:47','2026-05-05 06:19:47',350409,NULL), +(12629,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 05:30:30','2026-05-04 07:30:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777872630;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777872630;}',11,1,'2026-05-04 05:40:58','2026-05-04 07:40:58',350277,NULL), +(12630,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 06:40:58','2026-05-04 08:40:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777876858;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777876858;}',11,1,'2026-05-04 06:57:10','2026-05-04 08:57:10',350285,NULL), +(12631,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 07:57:10','2026-05-04 09:57:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777881430;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777881430;}',11,1,'2026-05-04 08:06:31','2026-05-04 10:06:31',350293,NULL), +(12632,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 09:06:31','2026-05-04 11:06:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777885591;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777885591;}',11,1,'2026-05-04 09:09:18','2026-05-04 11:09:18',350302,NULL), +(12633,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 10:09:18','2026-05-04 12:09:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777889358;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777889358;}',11,1,'2026-05-04 10:17:53','2026-05-04 12:17:53',350315,NULL), +(12634,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 11:17:53','2026-05-04 13:17:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777893473;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777893473;}',11,1,'2026-05-04 11:19:23','2026-05-04 13:19:23',350322,NULL), +(12635,'woocommerce_refresh_order_count_cache','complete','2026-05-04 23:19:23','2026-05-05 01:19:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777936763;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777936763;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-04 23:33:12','2026-05-05 01:33:12',350389,NULL), +(12636,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 12:19:23','2026-05-04 14:19:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777897163;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777897163;}',11,1,'2026-05-04 12:31:52','2026-05-04 14:31:52',350332,NULL), +(12637,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 13:31:52','2026-05-04 15:31:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777901512;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777901512;}',11,1,'2026-05-04 13:42:32','2026-05-04 15:42:32',350346,NULL), +(12638,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 14:42:32','2026-05-04 16:42:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777905752;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777905752;}',11,1,'2026-05-04 14:42:34','2026-05-04 16:42:34',350351,NULL), +(12639,'woocommerce_scheduled_sales','complete','2026-05-05 13:42:33','2026-05-05 15:42:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777988553;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777988553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 13:48:38','2026-05-05 15:48:38',350465,NULL), +(12640,'woocommerce_cleanup_logs','complete','2026-05-05 13:42:33','2026-05-05 15:42:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777988553;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777988553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 13:48:38','2026-05-05 15:48:38',350465,NULL), +(12641,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-05 13:42:33','2026-05-05 15:42:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777988553;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777988553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 13:48:38','2026-05-05 15:48:38',350465,NULL), +(12642,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 15:42:34','2026-05-04 17:42:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777909354;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777909354;}',11,1,'2026-05-04 15:47:29','2026-05-04 17:47:29',350354,NULL), +(12643,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 16:47:29','2026-05-04 18:47:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777913249;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777913249;}',11,1,'2026-05-04 16:55:26','2026-05-04 18:55:26',350362,NULL), +(12644,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 17:55:26','2026-05-04 19:55:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777917326;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777917326;}',11,1,'2026-05-04 18:01:30','2026-05-04 20:01:30',350367,NULL), +(12645,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 19:01:30','2026-05-04 21:01:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777921290;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777921290;}',11,1,'2026-05-04 19:11:27','2026-05-04 21:11:27',350369,NULL), +(12646,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 20:11:27','2026-05-04 22:11:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777925487;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777925487;}',11,1,'2026-05-04 20:33:18','2026-05-04 22:33:18',350377,NULL), +(12647,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 21:33:18','2026-05-04 23:33:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777930398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777930398;}',11,1,'2026-05-04 22:07:03','2026-05-05 00:07:03',350383,NULL), +(12648,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 23:07:03','2026-05-05 01:07:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777936023;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777936023;}',11,1,'2026-05-04 23:33:12','2026-05-05 01:33:12',350389,NULL), +(12649,'fetch_patterns','pending','2026-05-05 22:07:03','2026-05-06 00:07:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778018823;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778018823;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12650,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 00:33:12','2026-05-05 02:33:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777941192;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777941192;}',11,1,'2026-05-05 00:35:05','2026-05-05 02:35:05',350395,NULL), +(12651,'woocommerce_refresh_order_count_cache','complete','2026-05-05 11:33:12','2026-05-05 13:33:12',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777980792;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777980792;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-05 11:42:31','2026-05-05 13:42:31',350452,NULL), +(12652,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 01:35:05','2026-05-05 03:35:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777944905;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777944905;}',11,1,'2026-05-05 02:04:41','2026-05-05 04:04:41',350401,NULL), +(12653,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 03:04:41','2026-05-05 05:04:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777950281;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777950281;}',11,1,'2026-05-05 03:23:40','2026-05-05 05:23:40',350404,NULL), +(12654,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 04:23:40','2026-05-05 06:23:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777955020;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777955020;}',11,1,'2026-05-05 04:40:21','2026-05-05 06:40:21',350411,NULL), +(12656,'wp_mail_smtp_admin_notifications_update','pending','2026-05-06 04:19:46','2026-05-06 06:19:46',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041186;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12657,'wc_admin_daily_wrapper','pending','2026-05-06 04:19:46','2026-05-06 06:19:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041186;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12658,'woocommerce_cleanup_personal_data','pending','2026-05-06 04:19:47','2026-05-06 06:19:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041187;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12659,'woocommerce_expired_transient_files_cleanup','pending','2026-05-06 04:19:47','2026-05-06 06:19:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778041187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778041187;}',12,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12660,'woocommerce_cleanup_sessions','pending','2026-05-06 04:00:00','2026-05-06 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778040000;s:18:\"\0*\0first_timestamp\";i:1778040000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778040000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12661,'generate_category_lookup_table_wrapper','complete','2026-05-05 04:19:57','2026-05-05 06:19:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777954797;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777954797;}',11,1,'2026-05-05 04:40:21','2026-05-05 06:40:21',350411,NULL), +(12662,'action_scheduler_run_recurring_actions_schedule_hook','pending','2026-05-06 04:19:47','2026-05-06 06:19:47',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041187;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12663,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 05:40:21','2026-05-05 07:40:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777959621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777959621;}',11,1,'2026-05-05 05:43:09','2026-05-05 07:43:09',350419,NULL), +(12664,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 06:43:09','2026-05-05 08:43:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777963389;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777963389;}',11,1,'2026-05-05 06:47:17','2026-05-05 08:47:17',350426,NULL), +(12665,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 07:47:16','2026-05-05 09:47:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777967236;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777967236;}',11,1,'2026-05-05 07:57:14','2026-05-05 09:57:14',350438,NULL), +(12666,'wp_mail_smtp_summary_report_email','pending','2026-05-12 07:41:13','2026-05-12 09:41:13',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778571673;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778571673;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12667,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 08:57:14','2026-05-05 10:57:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777971434;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777971434;}',11,1,'2026-05-05 10:19:40','2026-05-05 12:19:40',350444,NULL), +(12668,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 11:19:40','2026-05-05 13:19:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777979980;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777979980;}',11,1,'2026-05-05 11:42:31','2026-05-05 13:42:31',350452,NULL), +(12669,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 12:42:31','2026-05-05 14:42:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777984951;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777984951;}',11,1,'2026-05-05 13:10:05','2026-05-05 15:10:05',350462,NULL), +(12670,'woocommerce_refresh_order_count_cache','pending','2026-05-05 23:42:31','2026-05-06 01:42:31',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778024551;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778024551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12671,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 14:10:05','2026-05-05 16:10:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777990205;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777990205;}',11,1,'2026-05-05 14:22:37','2026-05-05 16:22:37',350469,NULL), +(12672,'woocommerce_scheduled_sales','pending','2026-05-06 13:48:38','2026-05-06 15:48:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778075318;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778075318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12673,'woocommerce_cleanup_logs','pending','2026-05-06 13:48:38','2026-05-06 15:48:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778075318;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778075318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12674,'woocommerce_cleanup_rate_limits_wrapper','pending','2026-05-06 13:48:38','2026-05-06 15:48:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778075318;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778075318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12675,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 15:22:37','2026-05-05 17:22:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777994557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777994557;}',11,1,'2026-05-05 15:23:00','2026-05-05 17:23:00',350486,NULL), +(12676,'woocommerce_cancel_unpaid_orders','pending','2026-05-05 16:23:00','2026-05-05 18:23:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777998180;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777998180;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12677,'woocommerce_run_product_attribute_lookup_update_callback','pending','2026-05-05 15:53:53','2026-05-05 17:53:53',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777996433;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777996433;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL); +/*!40000 ALTER TABLE `haikuwp_actionscheduler_actions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_actionscheduler_claims` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_claims`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_claims` ( + `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`claim_id`), + KEY `date_created_gmt` (`date_created_gmt`) +) ENGINE=InnoDB AUTO_INCREMENT=350495 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_claims` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_claims` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_claims` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_claims` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_actionscheduler_groups` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_groups` ( + `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `slug` varchar(255) NOT NULL, + PRIMARY KEY (`group_id`), + KEY `slug` (`slug`(191)) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_groups` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_groups` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_groups` DISABLE KEYS */; +INSERT INTO `haikuwp_actionscheduler_groups` VALUES +(1,'action-scheduler-migration'), +(2,''), +(3,'woocommerce-db-updates'), +(4,'wc-admin-data'), +(5,'wc_update_product_default_cat'), +(6,'wp_mail_smtp'), +(7,'wc_update_product_lookup_tables'), +(8,'wc_delete_related_product_transients_group'), +(9,'count'), +(10,'ActionScheduler'), +(11,'woocommerce'), +(12,'wc_batch_processes'); +/*!40000 ALTER TABLE `haikuwp_actionscheduler_groups` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_actionscheduler_logs` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_logs` ( + `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `action_id` bigint(20) unsigned NOT NULL, + `message` text NOT NULL, + `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `log_date_local` datetime DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`log_id`), + KEY `action_id` (`action_id`), + KEY `log_date_gmt` (`log_date_gmt`) +) ENGINE=InnoDB AUTO_INCREMENT=37787 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_logs` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_logs` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_logs` DISABLE KEYS */; +INSERT INTO `haikuwp_actionscheduler_logs` VALUES +(31975,10724,'action created','2026-03-22 10:00:00','2026-03-22 11:00:00'), +(33014,11074,'action created','2026-03-31 06:59:15','2026-03-31 08:59:15'), +(33383,11198,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'), +(33386,11199,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'), +(33389,11200,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'), +(33391,11201,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'), +(33398,11204,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'), +(33430,11214,'action created','2026-04-04 04:01:57','2026-04-04 06:01:57'), +(33439,11217,'action created','2026-04-04 05:17:34','2026-04-04 07:17:34'), +(33442,11218,'action created','2026-04-04 05:17:34','2026-04-04 07:17:34'), +(33445,11219,'action created','2026-04-04 05:17:34','2026-04-04 07:17:34'), +(33466,11226,'action created','2026-04-04 13:07:21','2026-04-04 15:07:21'), +(33471,11228,'action created','2026-04-04 15:23:03','2026-04-04 17:23:03'), +(33475,11229,'action created','2026-04-04 15:23:03','2026-04-04 17:23:03'), +(33476,11214,'action started via WP Cron','2026-04-04 16:13:15','2026-04-04 18:13:15'), +(33477,11214,'action complete via WP Cron','2026-04-04 16:13:15','2026-04-04 18:13:15'), +(33479,11228,'action started via WP Cron','2026-04-04 16:25:10','2026-04-04 18:25:10'), +(33480,11231,'action created','2026-04-04 16:25:10','2026-04-04 18:25:10'), +(33481,11228,'action complete via WP Cron','2026-04-04 16:25:10','2026-04-04 18:25:10'), +(33482,11231,'action started via WP Cron','2026-04-04 17:36:29','2026-04-04 19:36:29'), +(33483,11232,'action created','2026-04-04 17:36:29','2026-04-04 19:36:29'), +(33484,11231,'action complete via WP Cron','2026-04-04 17:36:29','2026-04-04 19:36:29'), +(33485,11232,'action started via WP Cron','2026-04-04 18:44:50','2026-04-04 20:44:50'), +(33486,11233,'action created','2026-04-04 18:44:50','2026-04-04 20:44:50'), +(33487,11232,'action complete via WP Cron','2026-04-04 18:44:50','2026-04-04 20:44:50'), +(33488,11233,'action started via WP Cron','2026-04-04 19:45:38','2026-04-04 21:45:38'), +(33489,11234,'action created','2026-04-04 19:45:38','2026-04-04 21:45:38'), +(33490,11233,'action complete via WP Cron','2026-04-04 19:45:38','2026-04-04 21:45:38'), +(33491,11198,'action started via WP Cron','2026-04-04 20:50:06','2026-04-04 22:50:06'), +(33492,11198,'action complete via WP Cron','2026-04-04 20:50:06','2026-04-04 22:50:06'), +(33493,11235,'action created','2026-04-04 20:50:06','2026-04-04 22:50:06'), +(33494,11199,'action started via WP Cron','2026-04-04 20:50:06','2026-04-04 22:50:06'), +(33495,11199,'action complete via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33496,11236,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33497,11200,'action started via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33498,11200,'action complete via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33499,11237,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33500,11201,'action started via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33501,11238,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33502,11201,'action complete via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33503,11234,'action started via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33504,11239,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33505,11234,'action complete via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33506,11204,'action started via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33508,11240,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33509,11241,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33510,11204,'action complete via WP Cron','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33511,11242,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33512,11241,'action started via WP Cron','2026-04-04 20:50:50','2026-04-04 22:50:50'), +(33513,11241,'action complete via WP Cron','2026-04-04 20:50:50','2026-04-04 22:50:50'), +(33514,11239,'action started via WP Cron','2026-04-04 21:50:46','2026-04-04 23:50:46'), +(33515,11243,'action created','2026-04-04 21:50:46','2026-04-04 23:50:46'), +(33516,11239,'action complete via WP Cron','2026-04-04 21:50:46','2026-04-04 23:50:46'), +(33517,11243,'action started via WP Cron','2026-04-04 23:01:10','2026-04-05 01:01:10'), +(33518,11244,'action created','2026-04-04 23:01:10','2026-04-05 01:01:10'), +(33519,11243,'action complete via WP Cron','2026-04-04 23:01:10','2026-04-05 01:01:10'), +(33520,11244,'action started via WP Cron','2026-04-05 00:08:10','2026-04-05 02:08:10'), +(33521,11245,'action created','2026-04-05 00:08:10','2026-04-05 02:08:10'), +(33522,11244,'action complete via WP Cron','2026-04-05 00:08:10','2026-04-05 02:08:10'), +(33523,11226,'action started via WP Cron','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33524,11226,'action complete via WP Cron','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33525,11246,'action created','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33526,11245,'action started via WP Cron','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33527,11247,'action created','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33528,11245,'action complete via WP Cron','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33529,11247,'action started via WP Cron','2026-04-05 02:42:10','2026-04-05 04:42:10'), +(33530,11248,'action created','2026-04-05 02:42:10','2026-04-05 04:42:10'), +(33531,11247,'action complete via WP Cron','2026-04-05 02:42:10','2026-04-05 04:42:10'), +(33532,11248,'action started via WP Cron','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33533,11249,'action created','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33534,11248,'action complete via WP Cron','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33535,11240,'action started via WP Cron','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33536,11240,'action complete via WP Cron','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33537,11250,'action created','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33538,11249,'action started via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33539,11251,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33540,11249,'action complete via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33541,11217,'action started via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33542,11217,'action complete via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33543,11252,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33544,11218,'action started via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33545,11218,'action complete via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33546,11253,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33547,11219,'action started via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33548,11219,'action complete via WP Cron','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33549,11254,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33550,11251,'action started via WP Cron','2026-04-05 06:38:26','2026-04-05 08:38:26'), +(33551,11255,'action created','2026-04-05 06:38:26','2026-04-05 08:38:26'), +(33552,11251,'action complete via WP Cron','2026-04-05 06:38:26','2026-04-05 08:38:26'), +(33553,11255,'action started via WP Cron','2026-04-05 07:52:26','2026-04-05 09:52:26'), +(33554,11256,'action created','2026-04-05 07:52:26','2026-04-05 09:52:26'), +(33555,11255,'action complete via WP Cron','2026-04-05 07:52:26','2026-04-05 09:52:26'), +(33556,11256,'action started via WP Cron','2026-04-05 09:02:20','2026-04-05 11:02:20'), +(33557,11257,'action created','2026-04-05 09:02:20','2026-04-05 11:02:20'), +(33558,11256,'action complete via WP Cron','2026-04-05 09:02:20','2026-04-05 11:02:20'), +(33559,11257,'action started via WP Cron','2026-04-05 10:09:58','2026-04-05 12:09:58'), +(33560,11258,'action created','2026-04-05 10:09:58','2026-04-05 12:09:58'), +(33561,11257,'action complete via WP Cron','2026-04-05 10:09:58','2026-04-05 12:09:58'), +(33562,11258,'action started via WP Cron','2026-04-05 11:10:57','2026-04-05 13:10:57'), +(33563,11259,'action created','2026-04-05 11:10:57','2026-04-05 13:10:57'), +(33564,11258,'action complete via WP Cron','2026-04-05 11:10:57','2026-04-05 13:10:57'), +(33565,11259,'action started via WP Cron','2026-04-05 12:15:20','2026-04-05 14:15:20'), +(33566,11260,'action created','2026-04-05 12:15:20','2026-04-05 14:15:20'), +(33567,11259,'action complete via WP Cron','2026-04-05 12:15:20','2026-04-05 14:15:20'), +(33568,11246,'action started via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33569,11246,'action complete via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33570,11261,'action created','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33571,11260,'action started via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33572,11262,'action created','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33573,11260,'action complete via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33574,11262,'action started via WP Cron','2026-04-05 14:22:18','2026-04-05 16:22:18'), +(33575,11263,'action created','2026-04-05 14:22:18','2026-04-05 16:22:18'), +(33576,11262,'action complete via WP Cron','2026-04-05 14:22:18','2026-04-05 16:22:18'), +(33577,11263,'action started via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33578,11264,'action created','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33579,11263,'action complete via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33580,11229,'action started via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33581,11229,'action complete via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33582,11265,'action created','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33583,11250,'action started via WP Cron','2026-04-05 16:09:39','2026-04-05 18:09:39'), +(33584,11250,'action complete via WP Cron','2026-04-05 16:09:39','2026-04-05 18:09:39'), +(33586,11264,'action started via WP Cron','2026-04-05 16:35:10','2026-04-05 18:35:10'), +(33587,11267,'action created','2026-04-05 16:35:10','2026-04-05 18:35:10'), +(33588,11264,'action complete via WP Cron','2026-04-05 16:35:10','2026-04-05 18:35:10'), +(33589,11267,'action started via WP Cron','2026-04-05 17:45:14','2026-04-05 19:45:14'), +(33590,11268,'action created','2026-04-05 17:45:14','2026-04-05 19:45:14'), +(33591,11267,'action complete via WP Cron','2026-04-05 17:45:14','2026-04-05 19:45:14'), +(33592,11268,'action started via WP Cron','2026-04-05 18:53:10','2026-04-05 20:53:10'), +(33593,11269,'action created','2026-04-05 18:53:10','2026-04-05 20:53:10'), +(33594,11268,'action complete via WP Cron','2026-04-05 18:53:10','2026-04-05 20:53:10'), +(33595,11269,'action started via WP Cron','2026-04-05 19:54:22','2026-04-05 21:54:22'), +(33596,11270,'action created','2026-04-05 19:54:22','2026-04-05 21:54:22'), +(33597,11269,'action complete via WP Cron','2026-04-05 19:54:22','2026-04-05 21:54:22'), +(33598,11235,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33599,11235,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33600,11271,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33601,11236,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33602,11236,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33603,11272,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33604,11237,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33605,11237,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33606,11273,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33607,11238,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33608,11274,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33609,11238,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33610,11242,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33612,11275,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33613,11276,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33614,11242,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33615,11277,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33616,11276,'action started via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33617,11276,'action complete via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33618,11270,'action started via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33619,11278,'action created','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33620,11270,'action complete via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33621,11278,'action started via WP Cron','2026-04-05 21:57:29','2026-04-05 23:57:29'), +(33622,11279,'action created','2026-04-05 21:57:29','2026-04-05 23:57:29'), +(33623,11278,'action complete via WP Cron','2026-04-05 21:57:29','2026-04-05 23:57:29'), +(33624,11279,'action started via WP Cron','2026-04-05 23:05:34','2026-04-06 01:05:34'), +(33625,11280,'action created','2026-04-05 23:05:34','2026-04-06 01:05:34'), +(33626,11279,'action complete via WP Cron','2026-04-05 23:05:34','2026-04-06 01:05:34'), +(33627,11280,'action started via WP Cron','2026-04-06 00:07:20','2026-04-06 02:07:20'), +(33628,11281,'action created','2026-04-06 00:07:20','2026-04-06 02:07:20'), +(33629,11280,'action complete via WP Cron','2026-04-06 00:07:20','2026-04-06 02:07:20'), +(33630,11281,'action started via WP Cron','2026-04-06 01:08:24','2026-04-06 03:08:24'), +(33631,11282,'action created','2026-04-06 01:08:24','2026-04-06 03:08:24'), +(33632,11281,'action complete via WP Cron','2026-04-06 01:08:24','2026-04-06 03:08:24'), +(33633,11261,'action started via WP Cron','2026-04-06 02:00:54','2026-04-06 04:00:54'), +(33634,11261,'action complete via WP Cron','2026-04-06 02:00:54','2026-04-06 04:00:54'), +(33635,11283,'action created','2026-04-06 02:00:54','2026-04-06 04:00:54'), +(33636,11282,'action started via WP Cron','2026-04-06 03:58:23','2026-04-06 05:58:23'), +(33637,11284,'action created','2026-04-06 03:58:23','2026-04-06 05:58:23'), +(33638,11282,'action complete via WP Cron','2026-04-06 03:58:23','2026-04-06 05:58:23'), +(33639,11275,'action started via WP Cron','2026-04-06 04:10:54','2026-04-06 06:10:54'), +(33640,11275,'action complete via WP Cron','2026-04-06 04:10:54','2026-04-06 06:10:54'), +(33641,11285,'action created','2026-04-06 04:10:54','2026-04-06 06:10:54'), +(33642,11284,'action started via WP Cron','2026-04-06 05:06:40','2026-04-06 07:06:40'), +(33643,11286,'action created','2026-04-06 05:06:40','2026-04-06 07:06:40'), +(33644,11284,'action complete via WP Cron','2026-04-06 05:06:40','2026-04-06 07:06:40'), +(33645,11252,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33646,11252,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33647,11287,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33648,11253,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33649,11253,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33650,11288,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33651,11254,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33652,11254,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33653,11289,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33654,11286,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33655,11290,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33656,11286,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33657,11291,'action created','2026-04-06 07:48:36','2026-04-06 09:48:36'), +(33658,11292,'action created','2026-04-06 07:49:21','2026-04-06 09:49:21'), +(33659,11291,'action started via Async Request','2026-04-06 07:49:21','2026-04-06 09:49:21'), +(33660,11291,'action complete via Async Request','2026-04-06 07:49:21','2026-04-06 09:49:21'), +(33661,11292,'action started via WP Cron','2026-04-06 07:49:26','2026-04-06 09:49:26'), +(33662,11292,'action complete via WP Cron','2026-04-06 07:49:26','2026-04-06 09:49:26'), +(33663,11293,'action created','2026-04-06 07:50:03','2026-04-06 09:50:03'), +(33664,11293,'action started via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33665,11293,'action complete via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33666,11290,'action started via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33667,11294,'action created','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33668,11290,'action complete via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33669,11295,'action created','2026-04-06 07:50:38','2026-04-06 09:50:38'), +(33670,11295,'action started via Async Request','2026-04-06 07:51:30','2026-04-06 09:51:30'), +(33671,11295,'action complete via Async Request','2026-04-06 07:51:30','2026-04-06 09:51:30'), +(33672,11296,'action created','2026-04-06 08:35:27','2026-04-06 10:35:27'), +(33673,11296,'action started via Async Request','2026-04-06 08:35:46','2026-04-06 10:35:46'), +(33674,11296,'action complete via Async Request','2026-04-06 08:35:46','2026-04-06 10:35:46'), +(33675,11297,'action created','2026-04-06 08:37:56','2026-04-06 10:37:56'), +(33676,11297,'action started via Async Request','2026-04-06 08:37:57','2026-04-06 10:37:57'), +(33677,11297,'action complete via Async Request','2026-04-06 08:37:57','2026-04-06 10:37:57'), +(33678,11298,'action created','2026-04-06 08:39:59','2026-04-06 10:39:59'), +(33679,11298,'action started via Async Request','2026-04-06 08:40:00','2026-04-06 10:40:00'), +(33680,11298,'action complete via Async Request','2026-04-06 08:40:00','2026-04-06 10:40:00'), +(33681,11299,'action created','2026-04-06 08:40:38','2026-04-06 10:40:38'), +(33682,11299,'action started via Async Request','2026-04-06 08:41:25','2026-04-06 10:41:25'), +(33683,11299,'action complete via Async Request','2026-04-06 08:41:25','2026-04-06 10:41:25'), +(33684,11294,'action started via Async Request','2026-04-06 08:51:16','2026-04-06 10:51:16'), +(33685,11300,'action created','2026-04-06 08:51:16','2026-04-06 10:51:16'), +(33686,11294,'action complete via Async Request','2026-04-06 08:51:16','2026-04-06 10:51:16'), +(33687,11301,'action created','2026-04-06 09:48:45','2026-04-06 11:48:45'), +(33688,11302,'action created','2026-04-06 09:48:54','2026-04-06 11:48:54'), +(33689,11303,'action created','2026-04-06 09:49:09','2026-04-06 11:49:09'), +(33690,11301,'action started via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33691,11301,'action complete via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33692,11302,'action started via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33693,11302,'action complete via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33694,11303,'action started via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33695,11303,'action complete via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33696,11300,'action started via Async Request','2026-04-06 09:52:13','2026-04-06 11:52:13'), +(33697,11304,'action created','2026-04-06 09:52:13','2026-04-06 11:52:13'), +(33698,11300,'action complete via Async Request','2026-04-06 09:52:13','2026-04-06 11:52:13'), +(33699,10724,'action started via Async Request','2026-04-06 10:01:43','2026-04-06 12:01:43'), +(33700,10724,'action complete via Async Request','2026-04-06 10:01:43','2026-04-06 12:01:43'), +(33701,11305,'action created','2026-04-06 10:01:43','2026-04-06 12:01:43'), +(33702,11304,'action started via WP Cron','2026-04-06 11:02:23','2026-04-06 13:02:23'), +(33703,11306,'action created','2026-04-06 11:02:23','2026-04-06 13:02:23'), +(33704,11304,'action complete via WP Cron','2026-04-06 11:02:23','2026-04-06 13:02:23'), +(33705,11306,'action started via WP Cron','2026-04-06 12:04:11','2026-04-06 14:04:11'), +(33706,11307,'action created','2026-04-06 12:04:11','2026-04-06 14:04:11'), +(33707,11306,'action complete via WP Cron','2026-04-06 12:04:11','2026-04-06 14:04:11'), +(33708,11307,'action started via WP Cron','2026-04-06 13:14:17','2026-04-06 15:14:17'), +(33709,11308,'action created','2026-04-06 13:14:17','2026-04-06 15:14:17'), +(33710,11307,'action complete via WP Cron','2026-04-06 13:14:17','2026-04-06 15:14:17'), +(33711,11283,'action started via WP Cron','2026-04-06 14:02:13','2026-04-06 16:02:13'), +(33712,11283,'action complete via WP Cron','2026-04-06 14:02:13','2026-04-06 16:02:13'), +(33713,11309,'action created','2026-04-06 14:02:13','2026-04-06 16:02:13'), +(33714,11308,'action started via WP Cron','2026-04-06 14:15:30','2026-04-06 16:15:30'), +(33715,11310,'action created','2026-04-06 14:15:30','2026-04-06 16:15:30'), +(33716,11308,'action complete via WP Cron','2026-04-06 14:15:30','2026-04-06 16:15:30'), +(33717,11310,'action started via WP Cron','2026-04-06 15:28:57','2026-04-06 17:28:57'), +(33718,11311,'action created','2026-04-06 15:28:57','2026-04-06 17:28:57'), +(33719,11310,'action complete via WP Cron','2026-04-06 15:28:57','2026-04-06 17:28:57'), +(33720,11265,'action started via WP Cron','2026-04-06 15:43:58','2026-04-06 17:43:58'), +(33721,11265,'action complete via WP Cron','2026-04-06 15:43:58','2026-04-06 17:43:58'), +(33722,11312,'action created','2026-04-06 15:43:58','2026-04-06 17:43:58'), +(33723,11285,'action started via WP Cron','2026-04-06 16:11:56','2026-04-06 18:11:56'), +(33724,11285,'action complete via WP Cron','2026-04-06 16:11:56','2026-04-06 18:11:56'), +(33726,11311,'action started via WP Cron','2026-04-06 16:35:07','2026-04-06 18:35:07'), +(33727,11314,'action created','2026-04-06 16:35:07','2026-04-06 18:35:07'), +(33728,11311,'action complete via WP Cron','2026-04-06 16:35:07','2026-04-06 18:35:07'), +(33729,11314,'action started via WP Cron','2026-04-06 17:47:03','2026-04-06 19:47:03'), +(33730,11315,'action created','2026-04-06 17:47:03','2026-04-06 19:47:03'), +(33731,11314,'action complete via WP Cron','2026-04-06 17:47:03','2026-04-06 19:47:03'), +(33732,11315,'action started via WP Cron','2026-04-06 19:01:12','2026-04-06 21:01:12'), +(33733,11316,'action created','2026-04-06 19:01:12','2026-04-06 21:01:12'), +(33734,11315,'action complete via WP Cron','2026-04-06 19:01:12','2026-04-06 21:01:12'), +(33735,11316,'action started via WP Cron','2026-04-06 20:20:45','2026-04-06 22:20:45'), +(33736,11317,'action created','2026-04-06 20:20:45','2026-04-06 22:20:45'), +(33737,11316,'action complete via WP Cron','2026-04-06 20:20:45','2026-04-06 22:20:45'), +(33738,11271,'action started via WP Cron','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33739,11271,'action complete via WP Cron','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33740,11318,'action created','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33741,11272,'action started via WP Cron','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33742,11272,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33743,11319,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33744,11273,'action started via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33745,11273,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33746,11320,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33747,11274,'action started via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33748,11321,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33749,11274,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33750,11277,'action started via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33752,11322,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33753,11323,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33754,11277,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33755,11324,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33756,11323,'action started via WP Cron','2026-04-06 21:09:14','2026-04-06 23:09:14'), +(33757,11323,'action complete via WP Cron','2026-04-06 21:09:14','2026-04-06 23:09:14'), +(33758,11317,'action started via WP Cron','2026-04-06 21:32:21','2026-04-06 23:32:21'), +(33759,11325,'action created','2026-04-06 21:32:21','2026-04-06 23:32:21'), +(33760,11317,'action complete via WP Cron','2026-04-06 21:32:21','2026-04-06 23:32:21'), +(33761,11325,'action started via WP Cron','2026-04-06 23:08:05','2026-04-07 01:08:05'), +(33762,11326,'action created','2026-04-06 23:08:05','2026-04-07 01:08:05'), +(33763,11325,'action complete via WP Cron','2026-04-06 23:08:05','2026-04-07 01:08:05'), +(33764,11326,'action started via WP Cron','2026-04-07 00:09:56','2026-04-07 02:09:56'), +(33765,11327,'action created','2026-04-07 00:09:56','2026-04-07 02:09:56'), +(33766,11326,'action complete via WP Cron','2026-04-07 00:09:56','2026-04-07 02:09:56'), +(33767,11327,'action started via WP Cron','2026-04-07 01:24:05','2026-04-07 03:24:05'), +(33768,11328,'action created','2026-04-07 01:24:05','2026-04-07 03:24:05'), +(33769,11327,'action complete via WP Cron','2026-04-07 01:24:05','2026-04-07 03:24:05'), +(33770,11309,'action started via WP Cron','2026-04-07 02:04:40','2026-04-07 04:04:40'), +(33771,11309,'action complete via WP Cron','2026-04-07 02:04:40','2026-04-07 04:04:40'), +(33772,11329,'action created','2026-04-07 02:04:40','2026-04-07 04:04:40'), +(33773,11328,'action started via WP Cron','2026-04-07 02:59:43','2026-04-07 04:59:43'), +(33774,11330,'action created','2026-04-07 02:59:43','2026-04-07 04:59:43'), +(33775,11328,'action complete via WP Cron','2026-04-07 02:59:43','2026-04-07 04:59:43'), +(33776,11330,'action started via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33777,11331,'action created','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33778,11330,'action complete via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33779,11322,'action started via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33780,11322,'action complete via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33781,11332,'action created','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33782,11331,'action started via WP Cron','2026-04-07 05:29:43','2026-04-07 07:29:43'), +(33783,11333,'action created','2026-04-07 05:29:43','2026-04-07 07:29:43'), +(33784,11331,'action complete via WP Cron','2026-04-07 05:29:43','2026-04-07 07:29:43'), +(33785,11333,'action started via WP Cron','2026-04-07 06:35:06','2026-04-07 08:35:06'), +(33786,11334,'action created','2026-04-07 06:35:06','2026-04-07 08:35:06'), +(33787,11333,'action complete via WP Cron','2026-04-07 06:35:06','2026-04-07 08:35:06'), +(33788,11287,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33789,11287,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33790,11335,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33791,11288,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33792,11288,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33793,11336,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33794,11289,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33795,11289,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33796,11337,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33797,11074,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33798,11074,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33799,11338,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33800,11334,'action started via Async Request','2026-04-07 07:35:32','2026-04-07 09:35:32'), +(33801,11339,'action created','2026-04-07 07:35:32','2026-04-07 09:35:32'), +(33802,11334,'action complete via Async Request','2026-04-07 07:35:32','2026-04-07 09:35:32'), +(33803,11339,'action started via Async Request','2026-04-07 08:41:58','2026-04-07 10:41:58'), +(33804,11340,'action created','2026-04-07 08:41:58','2026-04-07 10:41:58'), +(33805,11339,'action complete via Async Request','2026-04-07 08:41:58','2026-04-07 10:41:58'), +(33806,11341,'action created','2026-04-07 08:42:22','2026-04-07 10:42:22'), +(33807,11341,'action started via WP Cron','2026-04-07 08:46:30','2026-04-07 10:46:30'), +(33808,11341,'action complete via WP Cron','2026-04-07 08:46:30','2026-04-07 10:46:30'), +(33809,11340,'action started via WP Cron','2026-04-07 09:43:30','2026-04-07 11:43:30'), +(33810,11342,'action created','2026-04-07 09:43:30','2026-04-07 11:43:30'), +(33811,11340,'action complete via WP Cron','2026-04-07 09:43:30','2026-04-07 11:43:30'), +(33812,11342,'action started via WP Cron','2026-04-07 10:50:52','2026-04-07 12:50:52'), +(33813,11343,'action created','2026-04-07 10:50:52','2026-04-07 12:50:52'), +(33814,11342,'action complete via WP Cron','2026-04-07 10:50:52','2026-04-07 12:50:52'), +(33815,11343,'action started via WP Cron','2026-04-07 11:52:33','2026-04-07 13:52:33'), +(33816,11344,'action created','2026-04-07 11:52:33','2026-04-07 13:52:33'), +(33817,11343,'action complete via WP Cron','2026-04-07 11:52:33','2026-04-07 13:52:33'), +(33818,11344,'action started via WP Cron','2026-04-07 12:57:06','2026-04-07 14:57:06'), +(33819,11345,'action created','2026-04-07 12:57:06','2026-04-07 14:57:06'), +(33820,11344,'action complete via WP Cron','2026-04-07 12:57:06','2026-04-07 14:57:06'), +(33821,11345,'action started via WP Cron','2026-04-07 14:03:01','2026-04-07 16:03:01'), +(33822,11346,'action created','2026-04-07 14:03:01','2026-04-07 16:03:01'), +(33823,11345,'action complete via WP Cron','2026-04-07 14:03:01','2026-04-07 16:03:01'), +(33824,11329,'action started via WP Cron','2026-04-07 14:05:55','2026-04-07 16:05:55'), +(33825,11329,'action complete via WP Cron','2026-04-07 14:05:55','2026-04-07 16:05:55'), +(33826,11347,'action created','2026-04-07 14:05:55','2026-04-07 16:05:55'), +(33827,11346,'action started via WP Cron','2026-04-07 15:03:10','2026-04-07 17:03:10'), +(33828,11348,'action created','2026-04-07 15:03:10','2026-04-07 17:03:10'), +(33829,11346,'action complete via WP Cron','2026-04-07 15:03:10','2026-04-07 17:03:10'), +(33830,11312,'action started via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33831,11312,'action complete via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33832,11349,'action created','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33833,11348,'action started via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33834,11350,'action created','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33835,11348,'action complete via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33836,11332,'action started via WP Cron','2026-04-07 16:17:25','2026-04-07 18:17:25'), +(33837,11332,'action complete via WP Cron','2026-04-07 16:17:25','2026-04-07 18:17:25'), +(33839,11350,'action started via WP Cron','2026-04-07 17:18:11','2026-04-07 19:18:11'), +(33840,11352,'action created','2026-04-07 17:18:11','2026-04-07 19:18:11'), +(33841,11350,'action complete via WP Cron','2026-04-07 17:18:11','2026-04-07 19:18:11'), +(33842,11352,'action started via WP Cron','2026-04-07 18:23:43','2026-04-07 20:23:43'), +(33843,11353,'action created','2026-04-07 18:23:43','2026-04-07 20:23:43'), +(33844,11352,'action complete via WP Cron','2026-04-07 18:23:43','2026-04-07 20:23:43'), +(33845,11353,'action started via WP Cron','2026-04-07 19:47:11','2026-04-07 21:47:11'), +(33846,11354,'action created','2026-04-07 19:47:11','2026-04-07 21:47:11'), +(33847,11353,'action complete via WP Cron','2026-04-07 19:47:11','2026-04-07 21:47:11'), +(33848,11354,'action started via WP Cron','2026-04-07 20:49:15','2026-04-07 22:49:15'), +(33849,11355,'action created','2026-04-07 20:49:15','2026-04-07 22:49:15'), +(33850,11354,'action complete via WP Cron','2026-04-07 20:49:15','2026-04-07 22:49:15'), +(33851,11318,'action started via WP Cron','2026-04-07 21:49:44','2026-04-07 23:49:44'), +(33852,11318,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33853,11356,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33854,11319,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33855,11319,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33856,11357,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33857,11320,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33858,11320,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33859,11358,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33860,11321,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33861,11359,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33862,11321,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33863,11355,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33864,11360,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33865,11355,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33866,11324,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33868,11361,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33869,11362,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33870,11324,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33871,11363,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33872,11362,'action started via WP Cron','2026-04-07 21:50:47','2026-04-07 23:50:47'), +(33873,11362,'action complete via WP Cron','2026-04-07 21:50:48','2026-04-07 23:50:48'), +(33874,11360,'action started via WP Cron','2026-04-07 22:54:33','2026-04-08 00:54:33'), +(33875,11364,'action created','2026-04-07 22:54:33','2026-04-08 00:54:33'), +(33876,11360,'action complete via WP Cron','2026-04-07 22:54:33','2026-04-08 00:54:33'), +(33877,11364,'action started via WP Cron','2026-04-07 23:56:19','2026-04-08 01:56:19'), +(33878,11365,'action created','2026-04-07 23:56:19','2026-04-08 01:56:19'), +(33879,11364,'action complete via WP Cron','2026-04-07 23:56:19','2026-04-08 01:56:19'), +(33880,11365,'action started via WP Cron','2026-04-08 01:06:50','2026-04-08 03:06:50'), +(33881,11366,'action created','2026-04-08 01:06:50','2026-04-08 03:06:50'), +(33882,11365,'action complete via WP Cron','2026-04-08 01:06:50','2026-04-08 03:06:50'), +(33883,11347,'action started via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33884,11347,'action complete via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33885,11367,'action created','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33886,11366,'action started via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33887,11368,'action created','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33888,11366,'action complete via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33889,11368,'action started via WP Cron','2026-04-08 03:49:56','2026-04-08 05:49:56'), +(33890,11369,'action created','2026-04-08 03:49:56','2026-04-08 05:49:56'), +(33891,11368,'action complete via WP Cron','2026-04-08 03:49:56','2026-04-08 05:49:56'), +(33892,11361,'action started via WP Cron','2026-04-08 04:18:56','2026-04-08 06:18:56'), +(33893,11361,'action complete via WP Cron','2026-04-08 04:18:56','2026-04-08 06:18:56'), +(33894,11370,'action created','2026-04-08 04:18:56','2026-04-08 06:18:56'), +(33895,11369,'action started via WP Cron','2026-04-08 05:06:57','2026-04-08 07:06:57'), +(33896,11371,'action created','2026-04-08 05:06:57','2026-04-08 07:06:57'), +(33897,11369,'action complete via WP Cron','2026-04-08 05:06:57','2026-04-08 07:06:57'), +(33898,11371,'action started via WP Cron','2026-04-08 06:12:44','2026-04-08 08:12:44'), +(33899,11372,'action created','2026-04-08 06:12:44','2026-04-08 08:12:44'), +(33900,11371,'action complete via WP Cron','2026-04-08 06:12:45','2026-04-08 08:12:45'), +(33901,11335,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33902,11335,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33903,11373,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33904,11336,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33905,11336,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33906,11374,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33907,11337,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33908,11337,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33909,11375,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33910,11372,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33911,11376,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33912,11372,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33913,11376,'action started via WP Cron','2026-04-08 09:11:30','2026-04-08 11:11:30'), +(33914,11377,'action created','2026-04-08 09:11:30','2026-04-08 11:11:30'), +(33915,11376,'action complete via WP Cron','2026-04-08 09:11:30','2026-04-08 11:11:30'), +(33916,11377,'action started via WP Cron','2026-04-08 10:20:54','2026-04-08 12:20:54'), +(33917,11378,'action created','2026-04-08 10:20:54','2026-04-08 12:20:54'), +(33918,11377,'action complete via WP Cron','2026-04-08 10:20:54','2026-04-08 12:20:54'), +(33919,11378,'action started via WP Cron','2026-04-08 11:34:18','2026-04-08 13:34:18'), +(33920,11379,'action created','2026-04-08 11:34:18','2026-04-08 13:34:18'), +(33921,11378,'action complete via WP Cron','2026-04-08 11:34:18','2026-04-08 13:34:18'), +(33922,11379,'action started via WP Cron','2026-04-08 12:41:43','2026-04-08 14:41:43'), +(33923,11380,'action created','2026-04-08 12:41:43','2026-04-08 14:41:43'), +(33924,11379,'action complete via WP Cron','2026-04-08 12:41:44','2026-04-08 14:41:44'), +(33925,11380,'action started via WP Cron','2026-04-08 13:45:39','2026-04-08 15:45:39'), +(33926,11381,'action created','2026-04-08 13:45:39','2026-04-08 15:45:39'), +(33927,11380,'action complete via WP Cron','2026-04-08 13:45:39','2026-04-08 15:45:39'), +(33928,11367,'action started via WP Cron','2026-04-08 14:36:24','2026-04-08 16:36:24'), +(33929,11367,'action complete via WP Cron','2026-04-08 14:36:24','2026-04-08 16:36:24'), +(33930,11382,'action created','2026-04-08 14:36:24','2026-04-08 16:36:24'), +(33931,11381,'action started via WP Cron','2026-04-08 14:45:39','2026-04-08 16:45:39'), +(33932,11383,'action created','2026-04-08 14:45:39','2026-04-08 16:45:39'), +(33933,11381,'action complete via WP Cron','2026-04-08 14:45:39','2026-04-08 16:45:39'), +(33934,11383,'action started via WP Cron','2026-04-08 16:04:06','2026-04-08 18:04:06'), +(33935,11384,'action created','2026-04-08 16:04:06','2026-04-08 18:04:06'), +(33936,11383,'action complete via WP Cron','2026-04-08 16:04:06','2026-04-08 18:04:06'), +(33937,11349,'action started via WP Cron','2026-04-08 16:17:38','2026-04-08 18:17:38'), +(33938,11349,'action complete via WP Cron','2026-04-08 16:17:38','2026-04-08 18:17:38'), +(33939,11385,'action created','2026-04-08 16:17:38','2026-04-08 18:17:38'), +(33940,11370,'action started via WP Cron','2026-04-08 16:19:14','2026-04-08 18:19:14'), +(33941,11370,'action complete via WP Cron','2026-04-08 16:19:14','2026-04-08 18:19:14'), +(33943,11384,'action started via WP Cron','2026-04-08 17:08:44','2026-04-08 19:08:44'), +(33944,11387,'action created','2026-04-08 17:08:44','2026-04-08 19:08:44'), +(33945,11384,'action complete via WP Cron','2026-04-08 17:08:44','2026-04-08 19:08:44'), +(33946,11387,'action started via WP Cron','2026-04-08 18:10:44','2026-04-08 20:10:44'), +(33947,11388,'action created','2026-04-08 18:10:44','2026-04-08 20:10:44'), +(33948,11387,'action complete via WP Cron','2026-04-08 18:10:44','2026-04-08 20:10:44'), +(33949,11388,'action started via WP Cron','2026-04-08 19:59:05','2026-04-08 21:59:05'), +(33950,11389,'action created','2026-04-08 19:59:05','2026-04-08 21:59:05'), +(33951,11388,'action complete via WP Cron','2026-04-08 19:59:05','2026-04-08 21:59:05'), +(33952,11389,'action started via WP Cron','2026-04-08 21:07:54','2026-04-08 23:07:54'), +(33953,11390,'action created','2026-04-08 21:07:54','2026-04-08 23:07:54'), +(33954,11389,'action complete via WP Cron','2026-04-08 21:07:54','2026-04-08 23:07:54'), +(33955,11356,'action started via WP Cron','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33956,11356,'action complete via WP Cron','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33957,11391,'action created','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33958,11357,'action started via WP Cron','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33959,11357,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33960,11392,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33961,11358,'action started via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33962,11358,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33963,11393,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33964,11359,'action started via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33965,11394,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33966,11359,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33967,11363,'action started via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33969,11395,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33970,11396,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33971,11363,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33972,11397,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33973,11396,'action started via WP Cron','2026-04-08 22:06:03','2026-04-09 00:06:03'), +(33974,11396,'action complete via WP Cron','2026-04-08 22:06:03','2026-04-09 00:06:03'), +(33975,11390,'action started via WP Cron','2026-04-08 22:21:00','2026-04-09 00:21:00'), +(33976,11398,'action created','2026-04-08 22:21:00','2026-04-09 00:21:00'), +(33977,11390,'action complete via WP Cron','2026-04-08 22:21:00','2026-04-09 00:21:00'), +(33978,11398,'action started via WP Cron','2026-04-08 23:21:13','2026-04-09 01:21:13'), +(33979,11399,'action created','2026-04-08 23:21:13','2026-04-09 01:21:13'), +(33980,11398,'action complete via WP Cron','2026-04-08 23:21:13','2026-04-09 01:21:13'), +(33981,11399,'action started via WP Cron','2026-04-09 00:42:56','2026-04-09 02:42:56'), +(33982,11400,'action created','2026-04-09 00:42:56','2026-04-09 02:42:56'), +(33983,11399,'action complete via WP Cron','2026-04-09 00:42:56','2026-04-09 02:42:56'), +(33984,11400,'action started via WP Cron','2026-04-09 02:12:41','2026-04-09 04:12:41'), +(33985,11401,'action created','2026-04-09 02:12:41','2026-04-09 04:12:41'), +(33986,11400,'action complete via WP Cron','2026-04-09 02:12:41','2026-04-09 04:12:41'), +(33987,11382,'action started via WP Cron','2026-04-09 02:47:53','2026-04-09 04:47:53'), +(33988,11382,'action complete via WP Cron','2026-04-09 02:47:53','2026-04-09 04:47:53'), +(33989,11402,'action created','2026-04-09 02:47:53','2026-04-09 04:47:53'), +(33990,11401,'action started via WP Cron','2026-04-09 03:14:18','2026-04-09 05:14:18'), +(33991,11403,'action created','2026-04-09 03:14:18','2026-04-09 05:14:18'), +(33992,11401,'action complete via WP Cron','2026-04-09 03:14:18','2026-04-09 05:14:18'), +(33993,11395,'action started via WP Cron','2026-04-09 04:09:03','2026-04-09 06:09:03'), +(33994,11395,'action complete via WP Cron','2026-04-09 04:09:03','2026-04-09 06:09:03'), +(33995,11404,'action created','2026-04-09 04:09:03','2026-04-09 06:09:03'), +(33996,11403,'action started via WP Cron','2026-04-09 04:15:14','2026-04-09 06:15:14'), +(33997,11405,'action created','2026-04-09 04:15:14','2026-04-09 06:15:14'), +(33998,11403,'action complete via WP Cron','2026-04-09 04:15:14','2026-04-09 06:15:14'), +(33999,11405,'action started via WP Cron','2026-04-09 05:19:18','2026-04-09 07:19:18'), +(34000,11406,'action created','2026-04-09 05:19:18','2026-04-09 07:19:18'), +(34001,11405,'action complete via WP Cron','2026-04-09 05:19:18','2026-04-09 07:19:18'), +(34002,11406,'action started via WP Cron','2026-04-09 06:19:43','2026-04-09 08:19:43'), +(34003,11407,'action created','2026-04-09 06:19:43','2026-04-09 08:19:43'), +(34004,11406,'action complete via WP Cron','2026-04-09 06:19:43','2026-04-09 08:19:43'), +(34005,11407,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34006,11408,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34007,11407,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34008,11373,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34009,11373,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34010,11409,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34011,11374,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34012,11374,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34013,11410,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34014,11375,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34015,11375,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34016,11411,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34017,11408,'action started via WP Cron','2026-04-09 09:06:32','2026-04-09 11:06:32'), +(34018,11412,'action created','2026-04-09 09:06:32','2026-04-09 11:06:32'), +(34019,11408,'action complete via WP Cron','2026-04-09 09:06:32','2026-04-09 11:06:32'), +(34020,11412,'action started via WP Cron','2026-04-09 10:08:09','2026-04-09 12:08:09'), +(34021,11413,'action created','2026-04-09 10:08:09','2026-04-09 12:08:09'), +(34022,11412,'action complete via WP Cron','2026-04-09 10:08:09','2026-04-09 12:08:09'), +(34023,11413,'action started via WP Cron','2026-04-09 11:11:58','2026-04-09 13:11:58'), +(34024,11414,'action created','2026-04-09 11:11:58','2026-04-09 13:11:58'), +(34025,11413,'action complete via WP Cron','2026-04-09 11:11:58','2026-04-09 13:11:58'), +(34026,11414,'action started via WP Cron','2026-04-09 12:14:49','2026-04-09 14:14:49'), +(34027,11415,'action created','2026-04-09 12:14:49','2026-04-09 14:14:49'), +(34028,11414,'action complete via WP Cron','2026-04-09 12:14:49','2026-04-09 14:14:49'), +(34029,11415,'action started via WP Cron','2026-04-09 13:23:41','2026-04-09 15:23:41'), +(34030,11416,'action created','2026-04-09 13:23:41','2026-04-09 15:23:41'), +(34031,11415,'action complete via WP Cron','2026-04-09 13:23:41','2026-04-09 15:23:41'), +(34032,11416,'action started via WP Cron','2026-04-09 14:27:23','2026-04-09 16:27:23'), +(34033,11417,'action created','2026-04-09 14:27:23','2026-04-09 16:27:23'), +(34034,11416,'action complete via WP Cron','2026-04-09 14:27:23','2026-04-09 16:27:23'), +(34035,11402,'action started via WP Cron','2026-04-09 15:05:45','2026-04-09 17:05:45'), +(34036,11402,'action complete via WP Cron','2026-04-09 15:05:45','2026-04-09 17:05:45'), +(34037,11418,'action created','2026-04-09 15:05:45','2026-04-09 17:05:45'), +(34038,11417,'action started via WP Cron','2026-04-09 15:36:27','2026-04-09 17:36:27'), +(34039,11419,'action created','2026-04-09 15:36:27','2026-04-09 17:36:27'), +(34040,11417,'action complete via WP Cron','2026-04-09 15:36:27','2026-04-09 17:36:27'), +(34041,11404,'action started via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34042,11404,'action complete via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34044,11385,'action started via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34045,11385,'action complete via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34046,11421,'action created','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34047,11419,'action started via WP Cron','2026-04-09 16:54:16','2026-04-09 18:54:16'), +(34048,11422,'action created','2026-04-09 16:54:16','2026-04-09 18:54:16'), +(34049,11419,'action complete via WP Cron','2026-04-09 16:54:16','2026-04-09 18:54:16'), +(34050,11422,'action started via WP Cron','2026-04-09 18:11:32','2026-04-09 20:11:32'), +(34051,11423,'action created','2026-04-09 18:11:32','2026-04-09 20:11:32'), +(34052,11422,'action complete via WP Cron','2026-04-09 18:11:32','2026-04-09 20:11:32'), +(34053,11423,'action started via WP Cron','2026-04-09 19:16:16','2026-04-09 21:16:16'), +(34054,11424,'action created','2026-04-09 19:16:16','2026-04-09 21:16:16'), +(34055,11423,'action complete via WP Cron','2026-04-09 19:16:17','2026-04-09 21:16:17'), +(34056,11424,'action started via WP Cron','2026-04-09 20:45:03','2026-04-09 22:45:03'), +(34057,11425,'action created','2026-04-09 20:45:03','2026-04-09 22:45:03'), +(34058,11424,'action complete via WP Cron','2026-04-09 20:45:03','2026-04-09 22:45:03'), +(34059,11425,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34060,11426,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34061,11425,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34062,11391,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34063,11391,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34064,11427,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34065,11392,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34066,11392,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34067,11428,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34068,11393,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34069,11393,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34070,11429,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34071,11394,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34072,11430,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34073,11394,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34074,11397,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34076,11431,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34077,11432,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34078,11397,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34079,11433,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34080,11432,'action started via WP Cron','2026-04-09 22:17:52','2026-04-10 00:17:52'), +(34081,11432,'action complete via WP Cron','2026-04-09 22:17:52','2026-04-10 00:17:52'), +(34082,11426,'action started via WP Cron','2026-04-09 23:20:04','2026-04-10 01:20:04'), +(34083,11434,'action created','2026-04-09 23:20:04','2026-04-10 01:20:04'), +(34084,11426,'action complete via WP Cron','2026-04-09 23:20:04','2026-04-10 01:20:04'), +(34085,11434,'action started via WP Cron','2026-04-10 00:40:28','2026-04-10 02:40:28'), +(34086,11435,'action created','2026-04-10 00:40:28','2026-04-10 02:40:28'), +(34087,11434,'action complete via WP Cron','2026-04-10 00:40:28','2026-04-10 02:40:28'), +(34088,11435,'action started via WP Cron','2026-04-10 02:18:20','2026-04-10 04:18:20'), +(34089,11436,'action created','2026-04-10 02:18:20','2026-04-10 04:18:20'), +(34090,11435,'action complete via WP Cron','2026-04-10 02:18:20','2026-04-10 04:18:20'), +(34091,11418,'action started via WP Cron','2026-04-10 03:06:07','2026-04-10 05:06:07'), +(34092,11418,'action complete via WP Cron','2026-04-10 03:06:07','2026-04-10 05:06:07'), +(34093,11437,'action created','2026-04-10 03:06:07','2026-04-10 05:06:07'), +(34094,11436,'action started via WP Cron','2026-04-10 03:57:03','2026-04-10 05:57:03'), +(34095,11438,'action created','2026-04-10 03:57:03','2026-04-10 05:57:03'), +(34096,11436,'action complete via WP Cron','2026-04-10 03:57:03','2026-04-10 05:57:03'), +(34097,11431,'action started via WP Cron','2026-04-10 04:00:26','2026-04-10 06:00:26'), +(34098,11431,'action complete via WP Cron','2026-04-10 04:00:26','2026-04-10 06:00:26'), +(34099,11439,'action created','2026-04-10 04:00:26','2026-04-10 06:00:26'), +(34100,11438,'action started via WP Cron','2026-04-10 05:26:45','2026-04-10 07:26:45'), +(34101,11440,'action created','2026-04-10 05:26:45','2026-04-10 07:26:45'), +(34102,11438,'action complete via WP Cron','2026-04-10 05:26:45','2026-04-10 07:26:45'), +(34103,11440,'action started via WP Cron','2026-04-10 06:34:36','2026-04-10 08:34:36'), +(34104,11441,'action created','2026-04-10 06:34:36','2026-04-10 08:34:36'), +(34105,11440,'action complete via WP Cron','2026-04-10 06:34:36','2026-04-10 08:34:36'), +(34106,11441,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34107,11442,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34108,11441,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34109,11409,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34110,11409,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34111,11443,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34112,11410,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34113,11410,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34114,11444,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34115,11411,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34116,11411,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34117,11445,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34118,11442,'action started via WP Cron','2026-04-10 09:31:18','2026-04-10 11:31:18'), +(34119,11446,'action created','2026-04-10 09:31:18','2026-04-10 11:31:18'), +(34120,11442,'action complete via WP Cron','2026-04-10 09:31:18','2026-04-10 11:31:18'), +(34121,11446,'action started via WP Cron','2026-04-10 10:50:56','2026-04-10 12:50:56'), +(34122,11447,'action created','2026-04-10 10:50:56','2026-04-10 12:50:56'), +(34123,11446,'action complete via WP Cron','2026-04-10 10:50:56','2026-04-10 12:50:56'), +(34124,11447,'action started via WP Cron','2026-04-10 11:55:26','2026-04-10 13:55:26'), +(34125,11448,'action created','2026-04-10 11:55:26','2026-04-10 13:55:26'), +(34126,11447,'action complete via WP Cron','2026-04-10 11:55:26','2026-04-10 13:55:26'), +(34127,11448,'action started via WP Cron','2026-04-10 12:58:08','2026-04-10 14:58:08'), +(34128,11449,'action created','2026-04-10 12:58:08','2026-04-10 14:58:08'), +(34129,11448,'action complete via WP Cron','2026-04-10 12:58:08','2026-04-10 14:58:08'), +(34130,11449,'action started via WP Cron','2026-04-10 14:11:17','2026-04-10 16:11:17'), +(34131,11450,'action created','2026-04-10 14:11:17','2026-04-10 16:11:17'), +(34132,11449,'action complete via WP Cron','2026-04-10 14:11:17','2026-04-10 16:11:17'), +(34133,11437,'action started via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34134,11437,'action complete via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34135,11451,'action created','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34136,11450,'action started via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34137,11452,'action created','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34138,11450,'action complete via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34139,11439,'action started via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34140,11439,'action complete via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34142,11452,'action started via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34143,11454,'action created','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34144,11452,'action complete via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34145,11421,'action started via WP Cron','2026-04-10 16:22:26','2026-04-10 18:22:26'), +(34146,11421,'action complete via WP Cron','2026-04-10 16:22:26','2026-04-10 18:22:26'), +(34147,11455,'action created','2026-04-10 16:22:26','2026-04-10 18:22:26'), +(34148,11454,'action started via WP Cron','2026-04-10 17:40:40','2026-04-10 19:40:40'), +(34149,11456,'action created','2026-04-10 17:40:40','2026-04-10 19:40:40'), +(34150,11454,'action complete via WP Cron','2026-04-10 17:40:40','2026-04-10 19:40:40'), +(34151,11456,'action started via WP Cron','2026-04-10 18:51:19','2026-04-10 20:51:19'), +(34152,11457,'action created','2026-04-10 18:51:19','2026-04-10 20:51:19'), +(34153,11456,'action complete via WP Cron','2026-04-10 18:51:19','2026-04-10 20:51:19'), +(34154,11457,'action started via WP Cron','2026-04-10 19:56:35','2026-04-10 21:56:35'), +(34155,11458,'action created','2026-04-10 19:56:35','2026-04-10 21:56:35'), +(34156,11457,'action complete via WP Cron','2026-04-10 19:56:35','2026-04-10 21:56:35'), +(34157,11458,'action started via WP Cron','2026-04-10 21:01:55','2026-04-10 23:01:55'), +(34158,11459,'action created','2026-04-10 21:01:55','2026-04-10 23:01:55'), +(34159,11458,'action complete via WP Cron','2026-04-10 21:01:55','2026-04-10 23:01:55'), +(34160,11459,'action started via WP Cron','2026-04-10 22:04:03','2026-04-11 00:04:03'), +(34161,11460,'action created','2026-04-10 22:04:03','2026-04-11 00:04:03'), +(34162,11459,'action complete via WP Cron','2026-04-10 22:04:03','2026-04-11 00:04:03'), +(34163,11427,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34164,11427,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34165,11461,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34166,11428,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34167,11428,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34168,11462,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34169,11429,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34170,11429,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34171,11463,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34172,11430,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34173,11464,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34174,11430,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34175,11433,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34177,11465,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34178,11466,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34179,11433,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34180,11467,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34181,11466,'action started via WP Cron','2026-04-10 22:23:38','2026-04-11 00:23:38'), +(34182,11466,'action complete via WP Cron','2026-04-10 22:23:38','2026-04-11 00:23:38'), +(34183,11460,'action started via WP Cron','2026-04-10 23:05:56','2026-04-11 01:05:56'), +(34184,11468,'action created','2026-04-10 23:05:56','2026-04-11 01:05:56'), +(34185,11460,'action complete via WP Cron','2026-04-10 23:05:56','2026-04-11 01:05:56'), +(34186,11468,'action started via WP Cron','2026-04-11 01:08:54','2026-04-11 03:08:54'), +(34187,11469,'action created','2026-04-11 01:08:54','2026-04-11 03:08:54'), +(34188,11468,'action complete via WP Cron','2026-04-11 01:08:54','2026-04-11 03:08:54'), +(34189,11469,'action started via WP Cron','2026-04-11 02:33:06','2026-04-11 04:33:06'), +(34190,11470,'action created','2026-04-11 02:33:06','2026-04-11 04:33:06'), +(34191,11469,'action complete via WP Cron','2026-04-11 02:33:06','2026-04-11 04:33:06'), +(34192,11451,'action started via WP Cron','2026-04-11 03:21:03','2026-04-11 05:21:03'), +(34193,11451,'action complete via WP Cron','2026-04-11 03:21:03','2026-04-11 05:21:03'), +(34194,11471,'action created','2026-04-11 03:21:03','2026-04-11 05:21:03'), +(34195,11470,'action started via WP Cron','2026-04-11 03:49:11','2026-04-11 05:49:11'), +(34196,11472,'action created','2026-04-11 03:49:11','2026-04-11 05:49:11'), +(34197,11470,'action complete via WP Cron','2026-04-11 03:49:11','2026-04-11 05:49:11'), +(34198,11465,'action started via WP Cron','2026-04-11 04:04:07','2026-04-11 06:04:07'), +(34199,11465,'action complete via WP Cron','2026-04-11 04:04:07','2026-04-11 06:04:07'), +(34200,11473,'action created','2026-04-11 04:04:07','2026-04-11 06:04:07'), +(34201,11472,'action started via WP Cron','2026-04-11 05:04:47','2026-04-11 07:04:47'), +(34202,11474,'action created','2026-04-11 05:04:47','2026-04-11 07:04:47'), +(34203,11472,'action complete via WP Cron','2026-04-11 05:04:47','2026-04-11 07:04:47'), +(34204,11474,'action started via WP Cron','2026-04-11 06:24:33','2026-04-11 08:24:33'), +(34205,11475,'action created','2026-04-11 06:24:33','2026-04-11 08:24:33'), +(34206,11474,'action complete via WP Cron','2026-04-11 06:24:33','2026-04-11 08:24:33'), +(34207,11475,'action started via WP Cron','2026-04-11 07:29:11','2026-04-11 09:29:11'), +(34208,11476,'action created','2026-04-11 07:29:11','2026-04-11 09:29:11'), +(34209,11475,'action complete via WP Cron','2026-04-11 07:29:11','2026-04-11 09:29:11'), +(34210,11443,'action started via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34211,11443,'action complete via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34212,11477,'action created','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34213,11444,'action started via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34214,11444,'action complete via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34215,11478,'action created','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34216,11445,'action started via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34217,11445,'action complete via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34218,11479,'action created','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34219,11476,'action started via WP Cron','2026-04-11 09:02:50','2026-04-11 11:02:50'), +(34220,11480,'action created','2026-04-11 09:02:50','2026-04-11 11:02:50'), +(34221,11476,'action complete via WP Cron','2026-04-11 09:02:50','2026-04-11 11:02:50'), +(34222,11480,'action started via WP Cron','2026-04-11 10:18:40','2026-04-11 12:18:40'), +(34223,11481,'action created','2026-04-11 10:18:40','2026-04-11 12:18:40'), +(34224,11480,'action complete via WP Cron','2026-04-11 10:18:40','2026-04-11 12:18:40'), +(34225,11481,'action started via WP Cron','2026-04-11 11:40:41','2026-04-11 13:40:41'), +(34226,11482,'action created','2026-04-11 11:40:41','2026-04-11 13:40:41'), +(34227,11481,'action complete via WP Cron','2026-04-11 11:40:41','2026-04-11 13:40:41'), +(34228,11482,'action started via WP Cron','2026-04-11 13:02:57','2026-04-11 15:02:57'), +(34229,11483,'action created','2026-04-11 13:02:57','2026-04-11 15:02:57'), +(34230,11482,'action complete via WP Cron','2026-04-11 13:02:57','2026-04-11 15:02:57'), +(34231,11483,'action started via WP Cron','2026-04-11 14:16:19','2026-04-11 16:16:19'), +(34232,11484,'action created','2026-04-11 14:16:19','2026-04-11 16:16:19'), +(34233,11483,'action complete via WP Cron','2026-04-11 14:16:19','2026-04-11 16:16:19'), +(34234,11484,'action started via WP Cron','2026-04-11 15:20:53','2026-04-11 17:20:53'), +(34235,11485,'action created','2026-04-11 15:20:53','2026-04-11 17:20:53'), +(34236,11484,'action complete via WP Cron','2026-04-11 15:20:53','2026-04-11 17:20:53'), +(34237,11471,'action started via WP Cron','2026-04-11 15:26:57','2026-04-11 17:26:57'), +(34238,11471,'action complete via WP Cron','2026-04-11 15:26:57','2026-04-11 17:26:57'), +(34239,11486,'action created','2026-04-11 15:26:57','2026-04-11 17:26:57'), +(34240,11473,'action started via WP Cron','2026-04-11 16:06:59','2026-04-11 18:06:59'), +(34241,11473,'action complete via WP Cron','2026-04-11 16:06:59','2026-04-11 18:06:59'), +(34243,11485,'action started via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34244,11488,'action created','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34245,11485,'action complete via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34246,11455,'action started via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34247,11455,'action complete via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34248,11489,'action created','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34249,11488,'action started via WP Cron','2026-04-11 17:55:03','2026-04-11 19:55:03'), +(34250,11490,'action created','2026-04-11 17:55:03','2026-04-11 19:55:03'), +(34251,11488,'action complete via WP Cron','2026-04-11 17:55:03','2026-04-11 19:55:03'), +(34252,11490,'action started via WP Cron','2026-04-11 18:59:36','2026-04-11 20:59:36'), +(34253,11491,'action created','2026-04-11 18:59:36','2026-04-11 20:59:36'), +(34254,11490,'action complete via WP Cron','2026-04-11 18:59:36','2026-04-11 20:59:36'), +(34255,11491,'action started via WP Cron','2026-04-11 20:25:18','2026-04-11 22:25:18'), +(34256,11492,'action created','2026-04-11 20:25:18','2026-04-11 22:25:18'), +(34257,11491,'action complete via WP Cron','2026-04-11 20:25:18','2026-04-11 22:25:18'), +(34258,11492,'action started via WP Cron','2026-04-11 21:26:41','2026-04-11 23:26:41'), +(34259,11493,'action created','2026-04-11 21:26:41','2026-04-11 23:26:41'), +(34260,11492,'action complete via WP Cron','2026-04-11 21:26:41','2026-04-11 23:26:41'), +(34261,11461,'action started via WP Cron','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34262,11461,'action complete via WP Cron','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34263,11494,'action created','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34264,11462,'action started via WP Cron','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34265,11462,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34266,11495,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34267,11463,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34268,11463,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34269,11496,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34270,11464,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34271,11497,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34272,11464,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34273,11493,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34274,11498,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34275,11493,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34276,11467,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34278,11499,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34279,11500,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34280,11467,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34281,11501,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34282,11500,'action started via WP Cron','2026-04-11 22:55:17','2026-04-12 00:55:17'), +(34283,11500,'action complete via WP Cron','2026-04-11 22:55:17','2026-04-12 00:55:17'), +(34284,11498,'action started via WP Cron','2026-04-11 23:49:46','2026-04-12 01:49:46'), +(34285,11502,'action created','2026-04-11 23:49:46','2026-04-12 01:49:46'), +(34286,11498,'action complete via WP Cron','2026-04-11 23:49:46','2026-04-12 01:49:46'), +(34287,11502,'action started via WP Cron','2026-04-12 00:54:57','2026-04-12 02:54:57'), +(34288,11503,'action created','2026-04-12 00:54:57','2026-04-12 02:54:57'), +(34289,11502,'action complete via WP Cron','2026-04-12 00:54:57','2026-04-12 02:54:57'), +(34290,11503,'action started via WP Cron','2026-04-12 01:56:07','2026-04-12 03:56:07'), +(34291,11504,'action created','2026-04-12 01:56:07','2026-04-12 03:56:07'), +(34292,11503,'action complete via WP Cron','2026-04-12 01:56:07','2026-04-12 03:56:07'), +(34293,11504,'action started via WP Cron','2026-04-12 03:00:55','2026-04-12 05:00:55'), +(34294,11505,'action created','2026-04-12 03:00:55','2026-04-12 05:00:55'), +(34295,11504,'action complete via WP Cron','2026-04-12 03:00:55','2026-04-12 05:00:55'), +(34296,11486,'action started via WP Cron','2026-04-12 03:30:37','2026-04-12 05:30:37'), +(34297,11486,'action complete via WP Cron','2026-04-12 03:30:37','2026-04-12 05:30:37'), +(34298,11506,'action created','2026-04-12 03:30:37','2026-04-12 05:30:37'), +(34299,11499,'action started via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34300,11499,'action complete via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34301,11507,'action created','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34302,11505,'action started via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34303,11508,'action created','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34304,11505,'action complete via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34305,11508,'action started via WP Cron','2026-04-12 05:28:00','2026-04-12 07:28:00'), +(34306,11509,'action created','2026-04-12 05:28:00','2026-04-12 07:28:00'), +(34307,11508,'action complete via WP Cron','2026-04-12 05:28:00','2026-04-12 07:28:00'), +(34308,11509,'action started via WP Cron','2026-04-12 06:48:44','2026-04-12 08:48:44'), +(34309,11510,'action created','2026-04-12 06:48:44','2026-04-12 08:48:44'), +(34310,11509,'action complete via WP Cron','2026-04-12 06:48:44','2026-04-12 08:48:44'), +(34311,11510,'action started via WP Cron','2026-04-12 08:00:28','2026-04-12 10:00:28'), +(34312,11511,'action created','2026-04-12 08:00:28','2026-04-12 10:00:28'), +(34313,11510,'action complete via WP Cron','2026-04-12 08:00:28','2026-04-12 10:00:28'), +(34314,11477,'action started via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34315,11477,'action complete via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34316,11512,'action created','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34317,11478,'action started via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34318,11478,'action complete via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34319,11513,'action created','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34320,11479,'action started via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34321,11479,'action complete via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34322,11514,'action created','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34323,11511,'action started via WP Cron','2026-04-12 09:29:22','2026-04-12 11:29:22'), +(34324,11515,'action created','2026-04-12 09:29:22','2026-04-12 11:29:22'), +(34325,11511,'action complete via WP Cron','2026-04-12 09:29:22','2026-04-12 11:29:22'), +(34326,11515,'action started via WP Cron','2026-04-12 10:33:45','2026-04-12 12:33:45'), +(34327,11516,'action created','2026-04-12 10:33:45','2026-04-12 12:33:45'), +(34328,11515,'action complete via WP Cron','2026-04-12 10:33:45','2026-04-12 12:33:45'), +(34329,11516,'action started via WP Cron','2026-04-12 11:52:19','2026-04-12 13:52:19'), +(34330,11517,'action created','2026-04-12 11:52:19','2026-04-12 13:52:19'), +(34331,11516,'action complete via WP Cron','2026-04-12 11:52:19','2026-04-12 13:52:19'), +(34332,11517,'action started via WP Cron','2026-04-12 12:57:19','2026-04-12 14:57:19'), +(34333,11518,'action created','2026-04-12 12:57:19','2026-04-12 14:57:19'), +(34334,11517,'action complete via WP Cron','2026-04-12 12:57:19','2026-04-12 14:57:19'), +(34335,11519,'action created','2026-04-12 13:55:27','2026-04-12 15:55:27'), +(34336,11519,'action started via WP Cron','2026-04-12 13:56:27','2026-04-12 15:56:27'), +(34337,11519,'action complete via WP Cron','2026-04-12 13:56:27','2026-04-12 15:56:27'), +(34338,11518,'action started via WP Cron','2026-04-12 13:57:33','2026-04-12 15:57:33'), +(34339,11520,'action created','2026-04-12 13:57:33','2026-04-12 15:57:33'), +(34340,11518,'action complete via WP Cron','2026-04-12 13:57:33','2026-04-12 15:57:33'), +(34341,11520,'action started via Async Request','2026-04-12 15:00:10','2026-04-12 17:00:10'), +(34342,11521,'action created','2026-04-12 15:00:10','2026-04-12 17:00:10'), +(34343,11520,'action complete via Async Request','2026-04-12 15:00:10','2026-04-12 17:00:10'), +(34344,11506,'action started via WP Cron','2026-04-12 15:49:39','2026-04-12 17:49:39'), +(34345,11506,'action complete via WP Cron','2026-04-12 15:49:39','2026-04-12 17:49:39'), +(34346,11522,'action created','2026-04-12 15:49:39','2026-04-12 17:49:39'), +(34347,11521,'action started via WP Cron','2026-04-12 16:19:30','2026-04-12 18:19:30'), +(34348,11523,'action created','2026-04-12 16:19:30','2026-04-12 18:19:30'), +(34349,11521,'action complete via WP Cron','2026-04-12 16:19:30','2026-04-12 18:19:30'), +(34350,11507,'action started via WP Cron','2026-04-12 16:21:16','2026-04-12 18:21:16'), +(34351,11507,'action complete via WP Cron','2026-04-12 16:21:16','2026-04-12 18:21:16'), +(34353,11489,'action started via WP Cron','2026-04-12 16:47:01','2026-04-12 18:47:01'), +(34354,11489,'action complete via WP Cron','2026-04-12 16:47:01','2026-04-12 18:47:01'), +(34355,11525,'action created','2026-04-12 16:47:01','2026-04-12 18:47:01'), +(34356,11523,'action started via WP Cron','2026-04-12 17:21:33','2026-04-12 19:21:33'), +(34357,11526,'action created','2026-04-12 17:21:33','2026-04-12 19:21:33'), +(34358,11523,'action complete via WP Cron','2026-04-12 17:21:33','2026-04-12 19:21:33'), +(34359,11526,'action started via WP Cron','2026-04-12 18:24:14','2026-04-12 20:24:14'), +(34360,11527,'action created','2026-04-12 18:24:14','2026-04-12 20:24:14'), +(34361,11526,'action complete via WP Cron','2026-04-12 18:24:14','2026-04-12 20:24:14'), +(34362,11527,'action started via WP Cron','2026-04-12 19:24:54','2026-04-12 21:24:54'), +(34363,11528,'action created','2026-04-12 19:24:54','2026-04-12 21:24:54'), +(34364,11527,'action complete via WP Cron','2026-04-12 19:24:54','2026-04-12 21:24:54'), +(34365,11528,'action started via WP Cron','2026-04-12 20:30:21','2026-04-12 22:30:21'), +(34366,11529,'action created','2026-04-12 20:30:21','2026-04-12 22:30:21'), +(34367,11528,'action complete via WP Cron','2026-04-12 20:30:21','2026-04-12 22:30:21'), +(34368,11529,'action started via WP Cron','2026-04-12 22:00:18','2026-04-13 00:00:18'), +(34369,11530,'action created','2026-04-12 22:00:18','2026-04-13 00:00:18'), +(34370,11529,'action complete via WP Cron','2026-04-12 22:00:18','2026-04-13 00:00:18'), +(34371,11494,'action started via WP Cron','2026-04-12 22:42:00','2026-04-13 00:42:00'), +(34372,11494,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34373,11531,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34374,11495,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34375,11495,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34376,11532,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34377,11496,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34378,11496,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34379,11533,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34380,11497,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34381,11534,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34382,11497,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34383,11501,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34385,11535,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34386,11536,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34387,11501,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34388,11537,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34389,11536,'action started via WP Cron','2026-04-12 22:52:09','2026-04-13 00:52:09'), +(34390,11536,'action complete via WP Cron','2026-04-12 22:52:09','2026-04-13 00:52:09'), +(34391,11530,'action started via WP Cron','2026-04-12 23:24:13','2026-04-13 01:24:13'), +(34392,11538,'action created','2026-04-12 23:24:13','2026-04-13 01:24:13'), +(34393,11530,'action complete via WP Cron','2026-04-12 23:24:13','2026-04-13 01:24:13'), +(34394,11538,'action started via WP Cron','2026-04-13 00:33:32','2026-04-13 02:33:32'), +(34395,11539,'action created','2026-04-13 00:33:32','2026-04-13 02:33:32'), +(34396,11538,'action complete via WP Cron','2026-04-13 00:33:32','2026-04-13 02:33:32'), +(34397,11539,'action started via WP Cron','2026-04-13 01:33:32','2026-04-13 03:33:32'), +(34398,11540,'action created','2026-04-13 01:33:32','2026-04-13 03:33:32'), +(34399,11539,'action complete via WP Cron','2026-04-13 01:33:33','2026-04-13 03:33:33'), +(34400,11540,'action started via WP Cron','2026-04-13 02:36:33','2026-04-13 04:36:33'), +(34401,11541,'action created','2026-04-13 02:36:33','2026-04-13 04:36:33'), +(34402,11540,'action complete via WP Cron','2026-04-13 02:36:33','2026-04-13 04:36:33'), +(34403,11541,'action started via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34404,11542,'action created','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34405,11541,'action complete via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34406,11522,'action started via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34407,11522,'action complete via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34408,11543,'action created','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34409,11535,'action started via WP Cron','2026-04-13 04:20:39','2026-04-13 06:20:39'), +(34410,11535,'action complete via WP Cron','2026-04-13 04:20:39','2026-04-13 06:20:39'), +(34411,11544,'action created','2026-04-13 04:20:39','2026-04-13 06:20:39'), +(34412,11542,'action started via WP Cron','2026-04-13 04:59:23','2026-04-13 06:59:23'), +(34413,11545,'action created','2026-04-13 04:59:23','2026-04-13 06:59:23'), +(34414,11542,'action complete via WP Cron','2026-04-13 04:59:23','2026-04-13 06:59:23'), +(34415,11545,'action started via WP Cron','2026-04-13 06:28:33','2026-04-13 08:28:33'), +(34416,11546,'action created','2026-04-13 06:28:33','2026-04-13 08:28:33'), +(34417,11545,'action complete via WP Cron','2026-04-13 06:28:33','2026-04-13 08:28:33'), +(34418,11546,'action started via WP Cron','2026-04-13 07:30:15','2026-04-13 09:30:15'), +(34419,11547,'action created','2026-04-13 07:30:15','2026-04-13 09:30:15'), +(34420,11546,'action complete via WP Cron','2026-04-13 07:30:15','2026-04-13 09:30:15'), +(34421,11547,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34422,11548,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34423,11547,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34424,11512,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34425,11512,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34426,11549,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34427,11513,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34428,11513,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34429,11550,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34430,11514,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34431,11514,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34432,11551,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34433,11548,'action started via WP Cron','2026-04-13 10:11:07','2026-04-13 12:11:07'), +(34434,11552,'action created','2026-04-13 10:11:07','2026-04-13 12:11:07'), +(34435,11548,'action complete via WP Cron','2026-04-13 10:11:07','2026-04-13 12:11:07'), +(34436,11552,'action started via WP Cron','2026-04-13 11:11:20','2026-04-13 13:11:20'), +(34437,11553,'action created','2026-04-13 11:11:20','2026-04-13 13:11:20'), +(34438,11552,'action complete via WP Cron','2026-04-13 11:11:20','2026-04-13 13:11:20'), +(34439,11553,'action started via WP Cron','2026-04-13 12:30:53','2026-04-13 14:30:53'), +(34440,11554,'action created','2026-04-13 12:30:53','2026-04-13 14:30:53'), +(34441,11553,'action complete via WP Cron','2026-04-13 12:30:53','2026-04-13 14:30:53'), +(34442,11554,'action started via WP Cron','2026-04-13 13:33:44','2026-04-13 15:33:44'), +(34443,11555,'action created','2026-04-13 13:33:44','2026-04-13 15:33:44'), +(34444,11554,'action complete via WP Cron','2026-04-13 13:33:44','2026-04-13 15:33:44'), +(34445,11555,'action started via WP Cron','2026-04-13 14:35:57','2026-04-13 16:35:57'), +(34446,11556,'action created','2026-04-13 14:35:57','2026-04-13 16:35:57'), +(34447,11555,'action complete via WP Cron','2026-04-13 14:35:57','2026-04-13 16:35:57'), +(34448,11556,'action started via WP Cron','2026-04-13 15:36:00','2026-04-13 17:36:00'), +(34449,11557,'action created','2026-04-13 15:36:00','2026-04-13 17:36:00'), +(34450,11556,'action complete via WP Cron','2026-04-13 15:36:00','2026-04-13 17:36:00'), +(34451,11543,'action started via WP Cron','2026-04-13 16:20:23','2026-04-13 18:20:23'), +(34452,11543,'action complete via WP Cron','2026-04-13 16:20:23','2026-04-13 18:20:23'), +(34453,11558,'action created','2026-04-13 16:20:23','2026-04-13 18:20:23'), +(34454,11544,'action started via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34455,11544,'action complete via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34457,11557,'action started via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34458,11560,'action created','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34459,11557,'action complete via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34460,11525,'action started via WP Cron','2026-04-13 16:50:55','2026-04-13 18:50:55'), +(34461,11525,'action complete via WP Cron','2026-04-13 16:50:55','2026-04-13 18:50:55'), +(34462,11561,'action created','2026-04-13 16:50:55','2026-04-13 18:50:55'), +(34463,11560,'action started via WP Cron','2026-04-13 17:40:00','2026-04-13 19:40:00'), +(34464,11562,'action created','2026-04-13 17:40:00','2026-04-13 19:40:00'), +(34465,11560,'action complete via WP Cron','2026-04-13 17:40:00','2026-04-13 19:40:00'), +(34466,11562,'action started via WP Cron','2026-04-13 18:44:13','2026-04-13 20:44:13'), +(34467,11563,'action created','2026-04-13 18:44:13','2026-04-13 20:44:13'), +(34468,11562,'action complete via WP Cron','2026-04-13 18:44:13','2026-04-13 20:44:13'), +(34469,11563,'action started via WP Cron','2026-04-13 19:47:23','2026-04-13 21:47:23'), +(34470,11564,'action created','2026-04-13 19:47:23','2026-04-13 21:47:23'), +(34471,11563,'action complete via WP Cron','2026-04-13 19:47:23','2026-04-13 21:47:23'), +(34472,11564,'action started via WP Cron','2026-04-13 21:19:32','2026-04-13 23:19:32'), +(34473,11565,'action created','2026-04-13 21:19:32','2026-04-13 23:19:32'), +(34474,11564,'action complete via WP Cron','2026-04-13 21:19:32','2026-04-13 23:19:32'), +(34475,11565,'action started via WP Cron','2026-04-13 22:21:18','2026-04-14 00:21:18'), +(34476,11566,'action created','2026-04-13 22:21:18','2026-04-14 00:21:18'), +(34477,11565,'action complete via WP Cron','2026-04-13 22:21:18','2026-04-14 00:21:18'), +(34478,11531,'action started via WP Cron','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34479,11531,'action complete via WP Cron','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34480,11567,'action created','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34481,11532,'action started via WP Cron','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34482,11532,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34483,11568,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34484,11533,'action started via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34485,11533,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34486,11569,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34487,11534,'action started via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34488,11570,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34489,11534,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34490,11537,'action started via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34492,11571,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34493,11572,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34494,11537,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34495,11573,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34496,11572,'action started via WP Cron','2026-04-13 22:55:19','2026-04-14 00:55:19'), +(34497,11572,'action complete via WP Cron','2026-04-13 22:55:19','2026-04-14 00:55:19'), +(34498,11566,'action started via WP Cron','2026-04-13 23:21:26','2026-04-14 01:21:26'), +(34499,11574,'action created','2026-04-13 23:21:26','2026-04-14 01:21:26'), +(34500,11566,'action complete via WP Cron','2026-04-13 23:21:26','2026-04-14 01:21:26'), +(34501,11574,'action started via WP Cron','2026-04-14 00:24:53','2026-04-14 02:24:53'), +(34502,11575,'action created','2026-04-14 00:24:53','2026-04-14 02:24:53'), +(34503,11574,'action complete via WP Cron','2026-04-14 00:24:53','2026-04-14 02:24:53'), +(34504,11575,'action started via WP Cron','2026-04-14 01:45:22','2026-04-14 03:45:22'), +(34505,11576,'action created','2026-04-14 01:45:22','2026-04-14 03:45:22'), +(34506,11575,'action complete via WP Cron','2026-04-14 01:45:23','2026-04-14 03:45:23'), +(34507,11576,'action started via WP Cron','2026-04-14 02:50:40','2026-04-14 04:50:40'), +(34508,11577,'action created','2026-04-14 02:50:40','2026-04-14 04:50:40'), +(34509,11576,'action complete via WP Cron','2026-04-14 02:50:40','2026-04-14 04:50:40'), +(34510,11577,'action started via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34511,11578,'action created','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34512,11577,'action complete via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34513,11571,'action started via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34514,11571,'action complete via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34515,11579,'action created','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34516,11558,'action started via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34517,11558,'action complete via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34518,11580,'action created','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34519,11578,'action started via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34520,11581,'action created','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34521,11578,'action complete via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34522,11581,'action started via WP Cron','2026-04-14 06:33:27','2026-04-14 08:33:27'), +(34523,11582,'action created','2026-04-14 06:33:27','2026-04-14 08:33:27'), +(34524,11581,'action complete via WP Cron','2026-04-14 06:33:27','2026-04-14 08:33:27'), +(34525,11338,'action started via WP Cron','2026-04-14 07:11:30','2026-04-14 09:11:30'), +(34526,11338,'action complete via WP Cron','2026-04-14 07:11:30','2026-04-14 09:11:30'), +(34527,11583,'action created','2026-04-14 07:11:30','2026-04-14 09:11:30'), +(34528,11582,'action started via WP Cron','2026-04-14 07:36:08','2026-04-14 09:36:08'), +(34529,11584,'action created','2026-04-14 07:36:08','2026-04-14 09:36:08'), +(34530,11582,'action complete via WP Cron','2026-04-14 07:36:08','2026-04-14 09:36:08'), +(34531,11584,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34532,11585,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34533,11584,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34534,11549,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34535,11549,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34536,11586,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34537,11550,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34538,11550,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34539,11587,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34540,11551,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34541,11551,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34542,11588,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34543,11585,'action started via WP Cron','2026-04-14 10:05:00','2026-04-14 12:05:00'), +(34544,11589,'action created','2026-04-14 10:05:00','2026-04-14 12:05:00'), +(34545,11585,'action complete via WP Cron','2026-04-14 10:05:00','2026-04-14 12:05:00'), +(34546,11589,'action started via WP Cron','2026-04-14 11:09:00','2026-04-14 13:09:00'), +(34547,11590,'action created','2026-04-14 11:09:00','2026-04-14 13:09:00'), +(34548,11589,'action complete via WP Cron','2026-04-14 11:09:00','2026-04-14 13:09:00'), +(34549,11590,'action started via WP Cron','2026-04-14 12:27:39','2026-04-14 14:27:39'), +(34550,11591,'action created','2026-04-14 12:27:39','2026-04-14 14:27:39'), +(34551,11590,'action complete via WP Cron','2026-04-14 12:27:39','2026-04-14 14:27:39'), +(34552,11591,'action started via WP Cron','2026-04-14 13:34:38','2026-04-14 15:34:38'), +(34553,11592,'action created','2026-04-14 13:34:38','2026-04-14 15:34:38'), +(34554,11591,'action complete via WP Cron','2026-04-14 13:34:38','2026-04-14 15:34:38'), +(34555,11592,'action started via WP Cron','2026-04-14 14:43:41','2026-04-14 16:43:41'), +(34556,11593,'action created','2026-04-14 14:43:41','2026-04-14 16:43:41'), +(34557,11592,'action complete via WP Cron','2026-04-14 14:43:41','2026-04-14 16:43:41'), +(34558,11593,'action started via WP Cron','2026-04-14 15:44:39','2026-04-14 17:44:39'), +(34559,11594,'action created','2026-04-14 15:44:39','2026-04-14 17:44:39'), +(34560,11593,'action complete via WP Cron','2026-04-14 15:44:39','2026-04-14 17:44:39'), +(34561,11579,'action started via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34562,11579,'action complete via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34564,11594,'action started via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34565,11596,'action created','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34566,11594,'action complete via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34567,11561,'action started via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34568,11561,'action complete via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34569,11597,'action created','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34570,11580,'action started via WP Cron','2026-04-14 17:46:43','2026-04-14 19:46:43'), +(34571,11580,'action complete via WP Cron','2026-04-14 17:46:43','2026-04-14 19:46:43'), +(34572,11598,'action created','2026-04-14 17:46:43','2026-04-14 19:46:43'), +(34573,11596,'action started via WP Cron','2026-04-14 17:57:23','2026-04-14 19:57:23'), +(34574,11599,'action created','2026-04-14 17:57:23','2026-04-14 19:57:23'), +(34575,11596,'action complete via WP Cron','2026-04-14 17:57:23','2026-04-14 19:57:23'), +(34576,11599,'action started via WP Cron','2026-04-14 20:06:24','2026-04-14 22:06:24'), +(34577,11600,'action created','2026-04-14 20:06:24','2026-04-14 22:06:24'), +(34578,11599,'action complete via WP Cron','2026-04-14 20:06:24','2026-04-14 22:06:24'), +(34579,11600,'action started via WP Cron','2026-04-14 21:18:35','2026-04-14 23:18:35'), +(34580,11601,'action created','2026-04-14 21:18:35','2026-04-14 23:18:35'), +(34581,11600,'action complete via WP Cron','2026-04-14 21:18:35','2026-04-14 23:18:35'), +(34582,11601,'action started via WP Cron','2026-04-14 22:23:10','2026-04-15 00:23:10'), +(34583,11602,'action created','2026-04-14 22:23:10','2026-04-15 00:23:10'), +(34584,11601,'action complete via WP Cron','2026-04-14 22:23:10','2026-04-15 00:23:10'), +(34585,11567,'action started via WP Cron','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34586,11567,'action complete via WP Cron','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34587,11603,'action created','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34588,11568,'action started via WP Cron','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34589,11568,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34590,11604,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34591,11569,'action started via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34592,11569,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34593,11605,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34594,11570,'action started via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34595,11606,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34596,11570,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34597,11573,'action started via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34599,11607,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34600,11608,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34601,11573,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34602,11609,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34603,11608,'action started via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34604,11608,'action complete via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34605,11602,'action started via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34606,11610,'action created','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34607,11602,'action complete via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34608,11610,'action started via WP Cron','2026-04-15 01:06:59','2026-04-15 03:06:59'), +(34609,11611,'action created','2026-04-15 01:06:59','2026-04-15 03:06:59'), +(34610,11610,'action complete via WP Cron','2026-04-15 01:06:59','2026-04-15 03:06:59'), +(34611,11611,'action started via WP Cron','2026-04-15 02:29:53','2026-04-15 04:29:53'), +(34612,11612,'action created','2026-04-15 02:29:53','2026-04-15 04:29:53'), +(34613,11611,'action complete via WP Cron','2026-04-15 02:29:53','2026-04-15 04:29:53'), +(34614,11612,'action started via WP Cron','2026-04-15 03:29:56','2026-04-15 05:29:56'), +(34615,11613,'action created','2026-04-15 03:29:56','2026-04-15 05:29:56'), +(34616,11612,'action complete via WP Cron','2026-04-15 03:29:56','2026-04-15 05:29:56'), +(34617,11607,'action started via WP Cron','2026-04-15 04:04:03','2026-04-15 06:04:03'), +(34618,11607,'action complete via WP Cron','2026-04-15 04:04:03','2026-04-15 06:04:03'), +(34619,11614,'action created','2026-04-15 04:04:03','2026-04-15 06:04:03'), +(34620,11613,'action started via WP Cron','2026-04-15 04:54:11','2026-04-15 06:54:11'), +(34621,11615,'action created','2026-04-15 04:54:11','2026-04-15 06:54:11'), +(34622,11613,'action complete via WP Cron','2026-04-15 04:54:11','2026-04-15 06:54:11'), +(34623,11598,'action started via WP Cron','2026-04-15 05:49:34','2026-04-15 07:49:34'), +(34624,11598,'action complete via WP Cron','2026-04-15 05:49:34','2026-04-15 07:49:34'), +(34625,11616,'action created','2026-04-15 05:49:34','2026-04-15 07:49:34'), +(34626,11615,'action started via WP Cron','2026-04-15 05:54:44','2026-04-15 07:54:44'), +(34627,11617,'action created','2026-04-15 05:54:44','2026-04-15 07:54:44'), +(34628,11615,'action complete via WP Cron','2026-04-15 05:54:44','2026-04-15 07:54:44'), +(34629,11617,'action started via WP Cron','2026-04-15 06:54:47','2026-04-15 08:54:47'), +(34630,11618,'action created','2026-04-15 06:54:47','2026-04-15 08:54:47'), +(34631,11617,'action complete via WP Cron','2026-04-15 06:54:47','2026-04-15 08:54:47'), +(34632,11618,'action started via WP Cron','2026-04-15 07:57:19','2026-04-15 09:57:19'), +(34633,11619,'action created','2026-04-15 07:57:19','2026-04-15 09:57:19'), +(34634,11618,'action complete via WP Cron','2026-04-15 07:57:19','2026-04-15 09:57:19'), +(34635,11619,'action started via WP Cron','2026-04-15 09:08:20','2026-04-15 11:08:20'), +(34636,11620,'action created','2026-04-15 09:08:20','2026-04-15 11:08:20'), +(34637,11619,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34638,11586,'action started via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34639,11586,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34640,11621,'action created','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34641,11587,'action started via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34642,11587,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34643,11622,'action created','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34644,11588,'action started via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34645,11588,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34646,11623,'action created','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34647,11620,'action started via WP Cron','2026-04-15 10:16:02','2026-04-15 12:16:02'), +(34648,11624,'action created','2026-04-15 10:16:02','2026-04-15 12:16:02'), +(34649,11620,'action complete via WP Cron','2026-04-15 10:16:02','2026-04-15 12:16:02'), +(34650,11624,'action started via WP Cron','2026-04-15 11:30:39','2026-04-15 13:30:39'), +(34651,11625,'action created','2026-04-15 11:30:39','2026-04-15 13:30:39'), +(34652,11624,'action complete via WP Cron','2026-04-15 11:30:39','2026-04-15 13:30:39'), +(34653,11625,'action started via WP Cron','2026-04-15 12:36:31','2026-04-15 14:36:31'), +(34654,11626,'action created','2026-04-15 12:36:31','2026-04-15 14:36:31'), +(34655,11625,'action complete via WP Cron','2026-04-15 12:36:31','2026-04-15 14:36:31'), +(34656,11626,'action started via WP Cron','2026-04-15 13:40:17','2026-04-15 15:40:17'), +(34657,11627,'action created','2026-04-15 13:40:17','2026-04-15 15:40:17'), +(34658,11626,'action complete via WP Cron','2026-04-15 13:40:17','2026-04-15 15:40:17'), +(34659,11627,'action started via WP Cron','2026-04-15 14:48:45','2026-04-15 16:48:45'), +(34660,11628,'action created','2026-04-15 14:48:45','2026-04-15 16:48:45'), +(34661,11627,'action complete via WP Cron','2026-04-15 14:48:45','2026-04-15 16:48:45'), +(34662,11628,'action started via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34663,11629,'action created','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34664,11628,'action complete via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34665,11614,'action started via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34666,11614,'action complete via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34668,11597,'action started via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34669,11597,'action complete via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34670,11631,'action created','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34671,11629,'action started via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34672,11632,'action created','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34673,11629,'action complete via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34674,11616,'action started via WP Cron','2026-04-15 17:52:07','2026-04-15 19:52:07'), +(34675,11616,'action complete via WP Cron','2026-04-15 17:52:07','2026-04-15 19:52:07'), +(34676,11633,'action created','2026-04-15 17:52:07','2026-04-15 19:52:07'), +(34677,11632,'action started via WP Cron','2026-04-15 18:46:41','2026-04-15 20:46:41'), +(34678,11634,'action created','2026-04-15 18:46:41','2026-04-15 20:46:41'), +(34679,11632,'action complete via WP Cron','2026-04-15 18:46:41','2026-04-15 20:46:41'), +(34680,11634,'action started via WP Cron','2026-04-15 20:15:02','2026-04-15 22:15:02'), +(34681,11635,'action created','2026-04-15 20:15:02','2026-04-15 22:15:02'), +(34682,11634,'action complete via WP Cron','2026-04-15 20:15:02','2026-04-15 22:15:02'), +(34683,11635,'action started via WP Cron','2026-04-15 21:22:51','2026-04-15 23:22:51'), +(34684,11636,'action created','2026-04-15 21:22:51','2026-04-15 23:22:51'), +(34685,11635,'action complete via WP Cron','2026-04-15 21:22:51','2026-04-15 23:22:51'), +(34686,11636,'action started via WP Cron','2026-04-15 22:23:35','2026-04-16 00:23:35'), +(34687,11637,'action created','2026-04-15 22:23:35','2026-04-16 00:23:35'), +(34688,11636,'action complete via WP Cron','2026-04-15 22:23:35','2026-04-16 00:23:35'), +(34689,11603,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34690,11603,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34691,11638,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34692,11604,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34693,11604,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34694,11639,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34695,11605,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34696,11605,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34697,11640,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34698,11606,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34699,11641,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34700,11606,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34701,11609,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34703,11642,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34704,11643,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34705,11609,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34706,11644,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34707,11643,'action started via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34708,11643,'action complete via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34709,11637,'action started via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34710,11645,'action created','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34711,11637,'action complete via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34712,11645,'action started via WP Cron','2026-04-16 01:29:01','2026-04-16 03:29:01'), +(34713,11646,'action created','2026-04-16 01:29:01','2026-04-16 03:29:01'), +(34714,11645,'action complete via WP Cron','2026-04-16 01:29:01','2026-04-16 03:29:01'), +(34715,11646,'action started via WP Cron','2026-04-16 03:04:38','2026-04-16 05:04:38'), +(34716,11647,'action created','2026-04-16 03:04:38','2026-04-16 05:04:38'), +(34717,11646,'action complete via WP Cron','2026-04-16 03:04:38','2026-04-16 05:04:38'), +(34718,11642,'action started via WP Cron','2026-04-16 04:03:32','2026-04-16 06:03:32'), +(34719,11642,'action complete via WP Cron','2026-04-16 04:03:32','2026-04-16 06:03:32'), +(34720,11648,'action created','2026-04-16 04:03:32','2026-04-16 06:03:32'), +(34721,11647,'action started via WP Cron','2026-04-16 04:07:02','2026-04-16 06:07:02'), +(34722,11649,'action created','2026-04-16 04:07:02','2026-04-16 06:07:02'), +(34723,11647,'action complete via WP Cron','2026-04-16 04:07:02','2026-04-16 06:07:02'), +(34724,11649,'action started via WP Cron','2026-04-16 05:19:12','2026-04-16 07:19:12'), +(34725,11650,'action created','2026-04-16 05:19:12','2026-04-16 07:19:12'), +(34726,11649,'action complete via WP Cron','2026-04-16 05:19:12','2026-04-16 07:19:12'), +(34727,11633,'action started via WP Cron','2026-04-16 06:04:42','2026-04-16 08:04:42'), +(34728,11633,'action complete via WP Cron','2026-04-16 06:04:42','2026-04-16 08:04:42'), +(34729,11651,'action created','2026-04-16 06:04:42','2026-04-16 08:04:42'), +(34730,11650,'action started via WP Cron','2026-04-16 06:25:07','2026-04-16 08:25:07'), +(34731,11652,'action created','2026-04-16 06:25:07','2026-04-16 08:25:07'), +(34732,11650,'action complete via WP Cron','2026-04-16 06:25:07','2026-04-16 08:25:07'), +(34733,11652,'action started via WP Cron','2026-04-16 07:25:28','2026-04-16 09:25:28'), +(34734,11653,'action created','2026-04-16 07:25:28','2026-04-16 09:25:28'), +(34735,11652,'action complete via WP Cron','2026-04-16 07:25:28','2026-04-16 09:25:28'), +(34736,11653,'action started via WP Cron','2026-04-16 08:31:11','2026-04-16 10:31:11'), +(34737,11654,'action created','2026-04-16 08:31:11','2026-04-16 10:31:11'), +(34738,11653,'action complete via WP Cron','2026-04-16 08:31:11','2026-04-16 10:31:11'), +(34739,11621,'action started via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34740,11621,'action complete via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34741,11655,'action created','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34742,11622,'action started via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34743,11622,'action complete via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34744,11656,'action created','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34745,11623,'action started via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34746,11623,'action complete via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34747,11657,'action created','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34748,11654,'action started via WP Cron','2026-04-16 09:32:46','2026-04-16 11:32:46'), +(34749,11658,'action created','2026-04-16 09:32:46','2026-04-16 11:32:46'), +(34750,11654,'action complete via WP Cron','2026-04-16 09:32:46','2026-04-16 11:32:46'), +(34751,11658,'action started via WP Cron','2026-04-16 10:45:37','2026-04-16 12:45:37'), +(34752,11659,'action created','2026-04-16 10:45:37','2026-04-16 12:45:37'), +(34753,11658,'action complete via WP Cron','2026-04-16 10:45:37','2026-04-16 12:45:37'), +(34754,11659,'action started via WP Cron','2026-04-16 12:02:26','2026-04-16 14:02:26'), +(34755,11660,'action created','2026-04-16 12:02:26','2026-04-16 14:02:26'), +(34756,11659,'action complete via WP Cron','2026-04-16 12:02:26','2026-04-16 14:02:26'), +(34757,11660,'action started via WP Cron','2026-04-16 13:09:20','2026-04-16 15:09:20'), +(34758,11661,'action created','2026-04-16 13:09:20','2026-04-16 15:09:20'), +(34759,11660,'action complete via WP Cron','2026-04-16 13:09:20','2026-04-16 15:09:20'), +(34760,11661,'action started via WP Cron','2026-04-16 14:12:21','2026-04-16 16:12:21'), +(34761,11662,'action created','2026-04-16 14:12:21','2026-04-16 16:12:21'), +(34762,11661,'action complete via WP Cron','2026-04-16 14:12:21','2026-04-16 16:12:21'), +(34763,11662,'action started via WP Cron','2026-04-16 15:13:38','2026-04-16 17:13:38'), +(34764,11663,'action created','2026-04-16 15:13:38','2026-04-16 17:13:38'), +(34765,11662,'action complete via WP Cron','2026-04-16 15:13:38','2026-04-16 17:13:38'), +(34766,11648,'action started via WP Cron','2026-04-16 16:09:03','2026-04-16 18:09:03'), +(34767,11648,'action complete via WP Cron','2026-04-16 16:09:03','2026-04-16 18:09:03'), +(34769,11663,'action started via WP Cron','2026-04-16 16:20:53','2026-04-16 18:20:53'), +(34770,11665,'action created','2026-04-16 16:20:53','2026-04-16 18:20:53'), +(34771,11663,'action complete via WP Cron','2026-04-16 16:20:53','2026-04-16 18:20:53'), +(34772,11665,'action started via WP Cron','2026-04-16 17:24:58','2026-04-16 19:24:58'), +(34773,11666,'action created','2026-04-16 17:24:58','2026-04-16 19:24:58'), +(34774,11665,'action complete via WP Cron','2026-04-16 17:24:58','2026-04-16 19:24:58'), +(34775,11631,'action started via WP Cron','2026-04-16 17:44:30','2026-04-16 19:44:30'), +(34776,11631,'action complete via WP Cron','2026-04-16 17:44:30','2026-04-16 19:44:30'), +(34777,11667,'action created','2026-04-16 17:44:30','2026-04-16 19:44:30'), +(34778,11651,'action started via WP Cron','2026-04-16 18:22:45','2026-04-16 20:22:45'), +(34779,11651,'action complete via WP Cron','2026-04-16 18:22:45','2026-04-16 20:22:45'), +(34780,11668,'action created','2026-04-16 18:22:45','2026-04-16 20:22:45'), +(34781,11666,'action started via WP Cron','2026-04-16 18:53:23','2026-04-16 20:53:23'), +(34782,11669,'action created','2026-04-16 18:53:23','2026-04-16 20:53:23'), +(34783,11666,'action complete via WP Cron','2026-04-16 18:53:23','2026-04-16 20:53:23'), +(34784,11669,'action started via WP Cron','2026-04-16 19:53:59','2026-04-16 21:53:59'), +(34785,11670,'action created','2026-04-16 19:53:59','2026-04-16 21:53:59'), +(34786,11669,'action complete via WP Cron','2026-04-16 19:53:59','2026-04-16 21:53:59'), +(34787,11670,'action started via WP Cron','2026-04-16 20:56:16','2026-04-16 22:56:16'), +(34788,11671,'action created','2026-04-16 20:56:16','2026-04-16 22:56:16'), +(34789,11670,'action complete via WP Cron','2026-04-16 20:56:16','2026-04-16 22:56:16'), +(34790,11671,'action started via WP Cron','2026-04-16 22:03:19','2026-04-17 00:03:19'), +(34791,11672,'action created','2026-04-16 22:03:19','2026-04-17 00:03:19'), +(34792,11671,'action complete via WP Cron','2026-04-16 22:03:19','2026-04-17 00:03:19'), +(34793,11672,'action started via WP Cron','2026-04-16 23:04:35','2026-04-17 01:04:35'), +(34794,11673,'action created','2026-04-16 23:04:35','2026-04-17 01:04:35'), +(34795,11672,'action complete via WP Cron','2026-04-16 23:04:35','2026-04-17 01:04:35'), +(34796,11638,'action started via WP Cron','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34797,11638,'action complete via WP Cron','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34798,11674,'action created','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34799,11639,'action started via WP Cron','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34800,11639,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34801,11675,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34802,11640,'action started via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34803,11640,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34804,11676,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34805,11641,'action started via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34806,11677,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34807,11641,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34808,11644,'action started via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34810,11678,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34811,11679,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34812,11644,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34813,11680,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34814,11679,'action started via WP Cron','2026-04-16 23:21:25','2026-04-17 01:21:25'), +(34815,11679,'action complete via WP Cron','2026-04-16 23:21:25','2026-04-17 01:21:25'), +(34816,11673,'action started via WP Cron','2026-04-17 00:12:57','2026-04-17 02:12:57'), +(34817,11681,'action created','2026-04-17 00:12:57','2026-04-17 02:12:57'), +(34818,11673,'action complete via WP Cron','2026-04-17 00:12:57','2026-04-17 02:12:57'), +(34819,11681,'action started via WP Cron','2026-04-17 01:16:43','2026-04-17 03:16:43'), +(34820,11682,'action created','2026-04-17 01:16:43','2026-04-17 03:16:43'), +(34821,11681,'action complete via WP Cron','2026-04-17 01:16:43','2026-04-17 03:16:43'), +(34822,11682,'action started via WP Cron','2026-04-17 02:27:20','2026-04-17 04:27:20'), +(34823,11683,'action created','2026-04-17 02:27:20','2026-04-17 04:27:20'), +(34824,11682,'action complete via WP Cron','2026-04-17 02:27:20','2026-04-17 04:27:20'), +(34825,11683,'action started via WP Cron','2026-04-17 03:47:19','2026-04-17 05:47:19'), +(34826,11684,'action created','2026-04-17 03:47:19','2026-04-17 05:47:19'), +(34827,11683,'action complete via WP Cron','2026-04-17 03:47:19','2026-04-17 05:47:19'), +(34828,11678,'action started via WP Cron','2026-04-17 04:01:24','2026-04-17 06:01:24'), +(34829,11678,'action complete via WP Cron','2026-04-17 04:01:24','2026-04-17 06:01:24'), +(34830,11685,'action created','2026-04-17 04:01:24','2026-04-17 06:01:24'), +(34831,11684,'action started via WP Cron','2026-04-17 05:07:55','2026-04-17 07:07:55'), +(34832,11686,'action created','2026-04-17 05:07:55','2026-04-17 07:07:55'), +(34833,11684,'action complete via WP Cron','2026-04-17 05:07:55','2026-04-17 07:07:55'), +(34834,11686,'action started via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34835,11687,'action created','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34836,11686,'action complete via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34837,11668,'action started via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34838,11668,'action complete via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34839,11688,'action created','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34840,11687,'action started via WP Cron','2026-04-17 07:36:10','2026-04-17 09:36:10'), +(34841,11689,'action created','2026-04-17 07:36:10','2026-04-17 09:36:10'), +(34842,11687,'action complete via WP Cron','2026-04-17 07:36:10','2026-04-17 09:36:10'), +(34843,11689,'action started via WP Cron','2026-04-17 08:44:27','2026-04-17 10:44:27'), +(34844,11690,'action created','2026-04-17 08:44:27','2026-04-17 10:44:27'), +(34845,11689,'action complete via WP Cron','2026-04-17 08:44:27','2026-04-17 10:44:27'), +(34846,11655,'action started via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34847,11655,'action complete via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34848,11691,'action created','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34849,11656,'action started via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34850,11656,'action complete via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34851,11692,'action created','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34852,11657,'action started via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34853,11657,'action complete via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34854,11693,'action created','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34855,11690,'action started via WP Cron','2026-04-17 09:50:13','2026-04-17 11:50:13'), +(34856,11694,'action created','2026-04-17 09:50:13','2026-04-17 11:50:13'), +(34857,11690,'action complete via WP Cron','2026-04-17 09:50:13','2026-04-17 11:50:13'), +(34858,11694,'action started via WP Cron','2026-04-17 10:56:22','2026-04-17 12:56:22'), +(34859,11695,'action created','2026-04-17 10:56:22','2026-04-17 12:56:22'), +(34860,11694,'action complete via WP Cron','2026-04-17 10:56:22','2026-04-17 12:56:22'), +(34861,11695,'action started via WP Cron','2026-04-17 11:56:58','2026-04-17 13:56:58'), +(34862,11696,'action created','2026-04-17 11:56:58','2026-04-17 13:56:58'), +(34863,11695,'action complete via WP Cron','2026-04-17 11:56:58','2026-04-17 13:56:58'), +(34864,11696,'action started via WP Cron','2026-04-17 13:03:36','2026-04-17 15:03:36'), +(34865,11697,'action created','2026-04-17 13:03:36','2026-04-17 15:03:36'), +(34866,11696,'action complete via WP Cron','2026-04-17 13:03:36','2026-04-17 15:03:36'), +(34867,11697,'action started via WP Cron','2026-04-17 14:04:05','2026-04-17 16:04:05'), +(34868,11698,'action created','2026-04-17 14:04:05','2026-04-17 16:04:05'), +(34869,11697,'action complete via WP Cron','2026-04-17 14:04:05','2026-04-17 16:04:05'), +(34870,11698,'action started via WP Cron','2026-04-17 15:44:17','2026-04-17 17:44:17'), +(34871,11699,'action created','2026-04-17 15:44:17','2026-04-17 17:44:17'), +(34872,11698,'action complete via WP Cron','2026-04-17 15:44:17','2026-04-17 17:44:17'), +(34873,11685,'action started via WP Cron','2026-04-17 16:11:32','2026-04-17 18:11:32'), +(34874,11685,'action complete via WP Cron','2026-04-17 16:11:32','2026-04-17 18:11:32'), +(34876,11699,'action started via WP Cron','2026-04-17 16:48:55','2026-04-17 18:48:55'), +(34877,11701,'action created','2026-04-17 16:48:55','2026-04-17 18:48:55'), +(34878,11699,'action complete via WP Cron','2026-04-17 16:48:55','2026-04-17 18:48:55'), +(34879,11667,'action started via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34880,11667,'action complete via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34881,11702,'action created','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34882,11701,'action started via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34883,11703,'action created','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34884,11701,'action complete via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34885,11688,'action started via WP Cron','2026-04-17 18:36:44','2026-04-17 20:36:44'), +(34886,11688,'action complete via WP Cron','2026-04-17 18:36:44','2026-04-17 20:36:44'), +(34887,11704,'action created','2026-04-17 18:36:44','2026-04-17 20:36:44'), +(34888,11703,'action started via WP Cron','2026-04-17 19:11:10','2026-04-17 21:11:10'), +(34889,11705,'action created','2026-04-17 19:11:10','2026-04-17 21:11:10'), +(34890,11703,'action complete via WP Cron','2026-04-17 19:11:10','2026-04-17 21:11:10'), +(34891,11705,'action started via WP Cron','2026-04-17 20:21:09','2026-04-17 22:21:09'), +(34892,11706,'action created','2026-04-17 20:21:09','2026-04-17 22:21:09'), +(34893,11705,'action complete via WP Cron','2026-04-17 20:21:09','2026-04-17 22:21:09'), +(34894,11706,'action started via WP Cron','2026-04-17 21:37:57','2026-04-17 23:37:57'), +(34895,11707,'action created','2026-04-17 21:37:57','2026-04-17 23:37:57'), +(34896,11706,'action complete via WP Cron','2026-04-17 21:37:57','2026-04-17 23:37:57'), +(34897,11707,'action started via WP Cron','2026-04-17 22:49:40','2026-04-18 00:49:40'), +(34898,11708,'action created','2026-04-17 22:49:40','2026-04-18 00:49:40'), +(34899,11707,'action complete via WP Cron','2026-04-17 22:49:40','2026-04-18 00:49:40'), +(34900,11674,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34901,11674,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34902,11709,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34903,11675,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34904,11675,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34905,11710,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34906,11676,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34907,11676,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34908,11711,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34909,11677,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34910,11712,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34911,11677,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34912,11680,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34914,11713,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34915,11714,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34916,11680,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34917,11715,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34918,11714,'action started via WP Cron','2026-04-17 23:35:41','2026-04-18 01:35:41'), +(34919,11714,'action complete via WP Cron','2026-04-17 23:35:41','2026-04-18 01:35:41'), +(34920,11708,'action started via WP Cron','2026-04-17 23:54:15','2026-04-18 01:54:15'), +(34921,11716,'action created','2026-04-17 23:54:15','2026-04-18 01:54:15'), +(34922,11708,'action complete via WP Cron','2026-04-17 23:54:15','2026-04-18 01:54:15'), +(34923,11716,'action started via WP Cron','2026-04-18 00:54:47','2026-04-18 02:54:47'), +(34924,11717,'action created','2026-04-18 00:54:47','2026-04-18 02:54:47'), +(34925,11716,'action complete via WP Cron','2026-04-18 00:54:47','2026-04-18 02:54:47'), +(34926,11717,'action started via WP Cron','2026-04-18 01:57:48','2026-04-18 03:57:48'), +(34927,11718,'action created','2026-04-18 01:57:48','2026-04-18 03:57:48'), +(34928,11717,'action complete via WP Cron','2026-04-18 01:57:48','2026-04-18 03:57:48'), +(34929,11718,'action started via WP Cron','2026-04-18 03:09:04','2026-04-18 05:09:04'), +(34930,11719,'action created','2026-04-18 03:09:04','2026-04-18 05:09:04'), +(34931,11718,'action complete via WP Cron','2026-04-18 03:09:04','2026-04-18 05:09:04'), +(34932,11713,'action started via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34933,11713,'action complete via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34934,11720,'action created','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34935,11719,'action started via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34936,11721,'action created','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34937,11719,'action complete via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34938,11721,'action started via WP Cron','2026-04-18 05:25:29','2026-04-18 07:25:29'), +(34939,11722,'action created','2026-04-18 05:25:29','2026-04-18 07:25:29'), +(34940,11721,'action complete via WP Cron','2026-04-18 05:25:29','2026-04-18 07:25:29'), +(34941,11722,'action started via WP Cron','2026-04-18 06:34:46','2026-04-18 08:34:46'), +(34942,11723,'action created','2026-04-18 06:34:46','2026-04-18 08:34:46'), +(34943,11722,'action complete via WP Cron','2026-04-18 06:34:46','2026-04-18 08:34:46'), +(34944,11704,'action started via WP Cron','2026-04-18 06:49:37','2026-04-18 08:49:37'), +(34945,11704,'action complete via WP Cron','2026-04-18 06:49:37','2026-04-18 08:49:37'), +(34946,11724,'action created','2026-04-18 06:49:37','2026-04-18 08:49:37'), +(34947,11723,'action started via WP Cron','2026-04-18 07:38:51','2026-04-18 09:38:51'), +(34948,11725,'action created','2026-04-18 07:38:51','2026-04-18 09:38:51'), +(34949,11723,'action complete via WP Cron','2026-04-18 07:38:51','2026-04-18 09:38:51'), +(34950,11725,'action started via WP Cron','2026-04-18 08:41:00','2026-04-18 10:41:00'), +(34951,11726,'action created','2026-04-18 08:41:00','2026-04-18 10:41:00'), +(34952,11725,'action complete via WP Cron','2026-04-18 08:41:00','2026-04-18 10:41:00'), +(34953,11691,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34954,11691,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34955,11727,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34956,11692,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34957,11692,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34958,11728,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34959,11693,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34960,11693,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34961,11729,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34962,11726,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34963,11730,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34964,11726,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34965,11730,'action started via WP Cron','2026-04-18 10:57:32','2026-04-18 12:57:32'), +(34966,11731,'action created','2026-04-18 10:57:32','2026-04-18 12:57:32'), +(34967,11730,'action complete via WP Cron','2026-04-18 10:57:32','2026-04-18 12:57:32'), +(34968,11731,'action started via WP Cron','2026-04-18 12:38:53','2026-04-18 14:38:53'), +(34969,11732,'action created','2026-04-18 12:38:53','2026-04-18 14:38:53'), +(34970,11731,'action complete via WP Cron','2026-04-18 12:38:53','2026-04-18 14:38:53'), +(34971,11732,'action started via WP Cron','2026-04-18 13:53:29','2026-04-18 15:53:29'), +(34972,11733,'action created','2026-04-18 13:53:29','2026-04-18 15:53:29'), +(34973,11732,'action complete via WP Cron','2026-04-18 13:53:29','2026-04-18 15:53:29'), +(34974,11733,'action started via WP Cron','2026-04-18 14:56:46','2026-04-18 16:56:46'), +(34975,11734,'action created','2026-04-18 14:56:46','2026-04-18 16:56:46'), +(34976,11733,'action complete via WP Cron','2026-04-18 14:56:46','2026-04-18 16:56:46'), +(34977,11734,'action started via WP Cron','2026-04-18 15:59:57','2026-04-18 17:59:57'), +(34978,11735,'action created','2026-04-18 15:59:57','2026-04-18 17:59:57'), +(34979,11734,'action complete via WP Cron','2026-04-18 15:59:57','2026-04-18 17:59:57'), +(34980,11720,'action started via WP Cron','2026-04-18 16:17:54','2026-04-18 18:17:54'), +(34981,11720,'action complete via WP Cron','2026-04-18 16:17:54','2026-04-18 18:17:54'), +(34983,11735,'action started via WP Cron','2026-04-18 17:00:33','2026-04-18 19:00:33'), +(34984,11737,'action created','2026-04-18 17:00:33','2026-04-18 19:00:33'), +(34985,11735,'action complete via WP Cron','2026-04-18 17:00:33','2026-04-18 19:00:33'), +(34986,11737,'action started via WP Cron','2026-04-18 18:05:17','2026-04-18 20:05:17'), +(34987,11738,'action created','2026-04-18 18:05:17','2026-04-18 20:05:17'), +(34988,11737,'action complete via WP Cron','2026-04-18 18:05:17','2026-04-18 20:05:17'), +(34989,11702,'action started via WP Cron','2026-04-18 18:20:42','2026-04-18 20:20:42'), +(34990,11702,'action complete via WP Cron','2026-04-18 18:20:42','2026-04-18 20:20:42'), +(34991,11739,'action created','2026-04-18 18:20:42','2026-04-18 20:20:42'), +(34992,11724,'action started via WP Cron','2026-04-18 18:51:53','2026-04-18 20:51:53'), +(34993,11724,'action complete via WP Cron','2026-04-18 18:51:53','2026-04-18 20:51:53'), +(34994,11740,'action created','2026-04-18 18:51:53','2026-04-18 20:51:53'), +(34995,11738,'action started via WP Cron','2026-04-18 19:16:50','2026-04-18 21:16:50'), +(34996,11741,'action created','2026-04-18 19:16:50','2026-04-18 21:16:50'), +(34997,11738,'action complete via WP Cron','2026-04-18 19:16:50','2026-04-18 21:16:50'), +(34998,11741,'action started via WP Cron','2026-04-18 20:18:11','2026-04-18 22:18:11'), +(34999,11742,'action created','2026-04-18 20:18:11','2026-04-18 22:18:11'), +(35000,11741,'action complete via WP Cron','2026-04-18 20:18:11','2026-04-18 22:18:11'), +(35001,11742,'action started via WP Cron','2026-04-18 21:18:45','2026-04-18 23:18:45'), +(35002,11743,'action created','2026-04-18 21:18:45','2026-04-18 23:18:45'), +(35003,11742,'action complete via WP Cron','2026-04-18 21:18:45','2026-04-18 23:18:45'), +(35004,11743,'action started via WP Cron','2026-04-18 22:42:48','2026-04-19 00:42:48'), +(35005,11744,'action created','2026-04-18 22:42:48','2026-04-19 00:42:48'), +(35006,11743,'action complete via WP Cron','2026-04-18 22:42:48','2026-04-19 00:42:48'), +(35007,11709,'action started via WP Cron','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35008,11709,'action complete via WP Cron','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35009,11745,'action created','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35010,11710,'action started via WP Cron','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35011,11710,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35012,11746,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35013,11711,'action started via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35014,11711,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35015,11747,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35016,11712,'action started via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35017,11748,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35018,11712,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35019,11715,'action started via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35021,11749,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35022,11750,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35023,11715,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35024,11751,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35025,11750,'action started via WP Cron','2026-04-18 23:39:32','2026-04-19 01:39:32'), +(35026,11750,'action complete via WP Cron','2026-04-18 23:39:32','2026-04-19 01:39:32'), +(35027,11744,'action started via WP Cron','2026-04-18 23:44:52','2026-04-19 01:44:52'), +(35028,11752,'action created','2026-04-18 23:44:52','2026-04-19 01:44:52'), +(35029,11744,'action complete via WP Cron','2026-04-18 23:44:52','2026-04-19 01:44:52'), +(35030,11752,'action started via WP Cron','2026-04-19 01:15:24','2026-04-19 03:15:24'), +(35031,11753,'action created','2026-04-19 01:15:24','2026-04-19 03:15:24'), +(35032,11752,'action complete via WP Cron','2026-04-19 01:15:24','2026-04-19 03:15:24'), +(35033,11753,'action started via WP Cron','2026-04-19 02:15:56','2026-04-19 04:15:56'), +(35034,11754,'action created','2026-04-19 02:15:56','2026-04-19 04:15:56'), +(35035,11753,'action complete via WP Cron','2026-04-19 02:15:56','2026-04-19 04:15:56'), +(35036,11754,'action started via WP Cron','2026-04-19 03:28:46','2026-04-19 05:28:46'), +(35037,11755,'action created','2026-04-19 03:28:46','2026-04-19 05:28:46'), +(35038,11754,'action complete via WP Cron','2026-04-19 03:28:46','2026-04-19 05:28:46'), +(35039,11749,'action started via WP Cron','2026-04-19 04:04:54','2026-04-19 06:04:54'), +(35040,11749,'action complete via WP Cron','2026-04-19 04:04:54','2026-04-19 06:04:54'), +(35041,11756,'action created','2026-04-19 04:04:54','2026-04-19 06:04:54'), +(35042,11755,'action started via WP Cron','2026-04-19 04:54:14','2026-04-19 06:54:14'), +(35043,11757,'action created','2026-04-19 04:54:14','2026-04-19 06:54:14'), +(35044,11755,'action complete via WP Cron','2026-04-19 04:54:14','2026-04-19 06:54:14'), +(35045,11757,'action started via WP Cron','2026-04-19 06:01:11','2026-04-19 08:01:11'), +(35046,11758,'action created','2026-04-19 06:01:11','2026-04-19 08:01:11'), +(35047,11757,'action complete via WP Cron','2026-04-19 06:01:11','2026-04-19 08:01:11'), +(35048,11740,'action started via WP Cron','2026-04-19 06:55:14','2026-04-19 08:55:14'), +(35049,11740,'action complete via WP Cron','2026-04-19 06:55:14','2026-04-19 08:55:14'), +(35050,11759,'action created','2026-04-19 06:55:14','2026-04-19 08:55:14'), +(35051,11758,'action started via WP Cron','2026-04-19 07:14:18','2026-04-19 09:14:18'), +(35052,11760,'action created','2026-04-19 07:14:18','2026-04-19 09:14:18'), +(35053,11758,'action complete via WP Cron','2026-04-19 07:14:18','2026-04-19 09:14:18'), +(35054,11760,'action started via WP Cron','2026-04-19 08:26:29','2026-04-19 10:26:29'), +(35055,11761,'action created','2026-04-19 08:26:29','2026-04-19 10:26:29'), +(35056,11760,'action complete via WP Cron','2026-04-19 08:26:29','2026-04-19 10:26:29'), +(35057,11761,'action started via WP Cron','2026-04-19 09:31:32','2026-04-19 11:31:32'), +(35058,11762,'action created','2026-04-19 09:31:32','2026-04-19 11:31:32'), +(35059,11761,'action complete via WP Cron','2026-04-19 09:31:32','2026-04-19 11:31:32'), +(35060,11727,'action started via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35061,11727,'action complete via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35062,11763,'action created','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35063,11728,'action started via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35064,11728,'action complete via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35065,11764,'action created','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35066,11729,'action started via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35067,11729,'action complete via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35068,11765,'action created','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35069,11762,'action started via WP Cron','2026-04-19 10:34:23','2026-04-19 12:34:23'), +(35070,11766,'action created','2026-04-19 10:34:23','2026-04-19 12:34:23'), +(35071,11762,'action complete via WP Cron','2026-04-19 10:34:23','2026-04-19 12:34:23'), +(35072,11766,'action started via WP Cron','2026-04-19 11:48:20','2026-04-19 13:48:20'), +(35073,11767,'action created','2026-04-19 11:48:20','2026-04-19 13:48:20'), +(35074,11766,'action complete via WP Cron','2026-04-19 11:48:20','2026-04-19 13:48:20'), +(35075,11767,'action started via WP Cron','2026-04-19 12:49:51','2026-04-19 14:49:51'), +(35076,11768,'action created','2026-04-19 12:49:51','2026-04-19 14:49:51'), +(35077,11767,'action complete via WP Cron','2026-04-19 12:49:51','2026-04-19 14:49:51'), +(35078,11768,'action started via WP Cron','2026-04-19 13:52:34','2026-04-19 15:52:34'), +(35079,11769,'action created','2026-04-19 13:52:34','2026-04-19 15:52:34'), +(35080,11768,'action complete via WP Cron','2026-04-19 13:52:34','2026-04-19 15:52:34'), +(35081,11769,'action started via WP Cron','2026-04-19 15:12:47','2026-04-19 17:12:47'), +(35082,11770,'action created','2026-04-19 15:12:47','2026-04-19 17:12:47'), +(35083,11769,'action complete via WP Cron','2026-04-19 15:12:47','2026-04-19 17:12:47'), +(35084,11756,'action started via WP Cron','2026-04-19 16:05:29','2026-04-19 18:05:29'), +(35085,11756,'action complete via WP Cron','2026-04-19 16:05:29','2026-04-19 18:05:29'), +(35087,11770,'action started via WP Cron','2026-04-19 16:19:03','2026-04-19 18:19:03'), +(35088,11772,'action created','2026-04-19 16:19:03','2026-04-19 18:19:03'), +(35089,11770,'action complete via WP Cron','2026-04-19 16:19:03','2026-04-19 18:19:03'), +(35090,11772,'action started via WP Cron','2026-04-19 17:39:38','2026-04-19 19:39:38'), +(35091,11773,'action created','2026-04-19 17:39:38','2026-04-19 19:39:38'), +(35092,11772,'action complete via WP Cron','2026-04-19 17:39:38','2026-04-19 19:39:38'), +(35093,11739,'action started via WP Cron','2026-04-19 18:36:52','2026-04-19 20:36:52'), +(35094,11739,'action complete via WP Cron','2026-04-19 18:36:52','2026-04-19 20:36:52'), +(35095,11774,'action created','2026-04-19 18:36:52','2026-04-19 20:36:52'), +(35096,11773,'action started via WP Cron','2026-04-19 18:47:39','2026-04-19 20:47:39'), +(35097,11775,'action created','2026-04-19 18:47:39','2026-04-19 20:47:39'), +(35098,11773,'action complete via WP Cron','2026-04-19 18:47:39','2026-04-19 20:47:39'), +(35099,11759,'action started via WP Cron','2026-04-19 19:02:30','2026-04-19 21:02:30'), +(35100,11759,'action complete via WP Cron','2026-04-19 19:02:30','2026-04-19 21:02:30'), +(35101,11776,'action created','2026-04-19 19:02:30','2026-04-19 21:02:30'), +(35102,11775,'action started via WP Cron','2026-04-19 19:51:21','2026-04-19 21:51:21'), +(35103,11777,'action created','2026-04-19 19:51:21','2026-04-19 21:51:21'), +(35104,11775,'action complete via WP Cron','2026-04-19 19:51:21','2026-04-19 21:51:21'), +(35105,11777,'action started via WP Cron','2026-04-19 20:59:23','2026-04-19 22:59:23'), +(35106,11778,'action created','2026-04-19 20:59:23','2026-04-19 22:59:23'), +(35107,11777,'action complete via WP Cron','2026-04-19 20:59:23','2026-04-19 22:59:23'), +(35108,11778,'action started via WP Cron','2026-04-19 22:20:37','2026-04-20 00:20:37'), +(35109,11779,'action created','2026-04-19 22:20:37','2026-04-20 00:20:37'), +(35110,11778,'action complete via WP Cron','2026-04-19 22:20:37','2026-04-20 00:20:37'), +(35111,11779,'action started via WP Cron','2026-04-19 23:21:02','2026-04-20 01:21:02'), +(35112,11780,'action created','2026-04-19 23:21:02','2026-04-20 01:21:02'), +(35113,11779,'action complete via WP Cron','2026-04-19 23:21:03','2026-04-20 01:21:03'), +(35114,11745,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35115,11745,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35116,11781,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35117,11746,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35118,11746,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35119,11782,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35120,11747,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35121,11747,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35122,11783,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35123,11748,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35124,11784,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35125,11748,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35126,11751,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35128,11785,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35129,11786,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35130,11751,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35131,11787,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35132,11786,'action started via WP Cron','2026-04-19 23:35:29','2026-04-20 01:35:29'), +(35133,11786,'action complete via WP Cron','2026-04-19 23:35:29','2026-04-20 01:35:29'), +(35134,11780,'action started via WP Cron','2026-04-20 00:35:30','2026-04-20 02:35:30'), +(35135,11788,'action created','2026-04-20 00:35:30','2026-04-20 02:35:30'), +(35136,11780,'action complete via WP Cron','2026-04-20 00:35:30','2026-04-20 02:35:30'), +(35137,11788,'action started via WP Cron','2026-04-20 01:36:49','2026-04-20 03:36:49'), +(35138,11789,'action created','2026-04-20 01:36:49','2026-04-20 03:36:49'), +(35139,11788,'action complete via WP Cron','2026-04-20 01:36:49','2026-04-20 03:36:49'), +(35140,11789,'action started via WP Cron','2026-04-20 02:45:13','2026-04-20 04:45:13'), +(35141,11790,'action created','2026-04-20 02:45:13','2026-04-20 04:45:13'), +(35142,11789,'action complete via WP Cron','2026-04-20 02:45:13','2026-04-20 04:45:13'), +(35143,11790,'action started via WP Cron','2026-04-20 03:55:08','2026-04-20 05:55:08'), +(35144,11791,'action created','2026-04-20 03:55:08','2026-04-20 05:55:08'), +(35145,11790,'action complete via WP Cron','2026-04-20 03:55:08','2026-04-20 05:55:08'), +(35146,11785,'action started via WP Cron','2026-04-20 04:07:56','2026-04-20 06:07:56'), +(35147,11785,'action complete via WP Cron','2026-04-20 04:07:56','2026-04-20 06:07:56'), +(35148,11792,'action created','2026-04-20 04:07:56','2026-04-20 06:07:56'), +(35149,11791,'action started via WP Cron','2026-04-20 05:30:58','2026-04-20 07:30:58'), +(35150,11793,'action created','2026-04-20 05:30:58','2026-04-20 07:30:58'), +(35151,11791,'action complete via WP Cron','2026-04-20 05:30:58','2026-04-20 07:30:58'), +(35152,11793,'action started via WP Cron','2026-04-20 06:44:46','2026-04-20 08:44:46'), +(35153,11794,'action created','2026-04-20 06:44:46','2026-04-20 08:44:46'), +(35154,11793,'action complete via WP Cron','2026-04-20 06:44:46','2026-04-20 08:44:46'), +(35155,11776,'action started via WP Cron','2026-04-20 07:34:50','2026-04-20 09:34:50'), +(35156,11776,'action complete via WP Cron','2026-04-20 07:34:50','2026-04-20 09:34:50'), +(35157,11795,'action created','2026-04-20 07:34:50','2026-04-20 09:34:50'), +(35158,11794,'action started via WP Cron','2026-04-20 07:45:09','2026-04-20 09:45:09'), +(35159,11796,'action created','2026-04-20 07:45:09','2026-04-20 09:45:09'), +(35160,11794,'action complete via WP Cron','2026-04-20 07:45:09','2026-04-20 09:45:09'), +(35161,11796,'action started via WP Cron','2026-04-20 08:47:51','2026-04-20 10:47:51'), +(35162,11797,'action created','2026-04-20 08:47:51','2026-04-20 10:47:51'), +(35163,11796,'action complete via WP Cron','2026-04-20 08:47:51','2026-04-20 10:47:51'), +(35164,11797,'action started via WP Cron','2026-04-20 09:53:39','2026-04-20 11:53:39'), +(35165,11798,'action created','2026-04-20 09:53:39','2026-04-20 11:53:39'), +(35166,11797,'action complete via WP Cron','2026-04-20 09:53:39','2026-04-20 11:53:39'), +(35167,11763,'action started via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35168,11763,'action complete via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35169,11799,'action created','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35170,11764,'action started via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35171,11764,'action complete via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35172,11800,'action created','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35173,11765,'action started via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35174,11765,'action complete via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35175,11801,'action created','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35176,11798,'action started via WP Cron','2026-04-20 11:09:07','2026-04-20 13:09:07'), +(35177,11802,'action created','2026-04-20 11:09:07','2026-04-20 13:09:07'), +(35178,11798,'action complete via WP Cron','2026-04-20 11:09:07','2026-04-20 13:09:07'), +(35179,11802,'action started via WP Cron','2026-04-20 12:09:39','2026-04-20 14:09:39'), +(35180,11803,'action created','2026-04-20 12:09:39','2026-04-20 14:09:39'), +(35181,11802,'action complete via WP Cron','2026-04-20 12:09:39','2026-04-20 14:09:39'), +(35182,11803,'action started via WP Cron','2026-04-20 13:15:15','2026-04-20 15:15:15'), +(35183,11804,'action created','2026-04-20 13:15:15','2026-04-20 15:15:15'), +(35184,11803,'action complete via WP Cron','2026-04-20 13:15:15','2026-04-20 15:15:15'), +(35185,11804,'action started via WP Cron','2026-04-20 14:29:39','2026-04-20 16:29:39'), +(35186,11805,'action created','2026-04-20 14:29:39','2026-04-20 16:29:39'), +(35187,11804,'action complete via WP Cron','2026-04-20 14:29:39','2026-04-20 16:29:39'), +(35188,11805,'action started via WP Cron','2026-04-20 15:31:41','2026-04-20 17:31:41'), +(35189,11806,'action created','2026-04-20 15:31:41','2026-04-20 17:31:41'), +(35190,11805,'action complete via WP Cron','2026-04-20 15:31:41','2026-04-20 17:31:41'), +(35191,11792,'action started via WP Cron','2026-04-20 16:14:07','2026-04-20 18:14:07'), +(35192,11792,'action complete via WP Cron','2026-04-20 16:14:07','2026-04-20 18:14:07'), +(35194,11806,'action started via WP Cron','2026-04-20 16:34:52','2026-04-20 18:34:52'), +(35195,11808,'action created','2026-04-20 16:34:52','2026-04-20 18:34:52'), +(35196,11806,'action complete via WP Cron','2026-04-20 16:34:52','2026-04-20 18:34:52'), +(35197,11808,'action started via WP Cron','2026-04-20 17:58:00','2026-04-20 19:58:00'), +(35198,11809,'action created','2026-04-20 17:58:00','2026-04-20 19:58:00'), +(35199,11808,'action complete via WP Cron','2026-04-20 17:58:00','2026-04-20 19:58:00'), +(35200,11774,'action started via WP Cron','2026-04-20 18:37:14','2026-04-20 20:37:14'), +(35201,11774,'action complete via WP Cron','2026-04-20 18:37:14','2026-04-20 20:37:14'), +(35202,11810,'action created','2026-04-20 18:37:14','2026-04-20 20:37:14'), +(35203,11809,'action started via WP Cron','2026-04-20 19:19:35','2026-04-20 21:19:35'), +(35204,11811,'action created','2026-04-20 19:19:35','2026-04-20 21:19:35'), +(35205,11809,'action complete via WP Cron','2026-04-20 19:19:35','2026-04-20 21:19:35'), +(35206,11795,'action started via WP Cron','2026-04-20 19:45:46','2026-04-20 21:45:46'), +(35207,11795,'action complete via WP Cron','2026-04-20 19:45:46','2026-04-20 21:45:46'), +(35208,11812,'action created','2026-04-20 19:45:46','2026-04-20 21:45:46'), +(35209,11811,'action started via WP Cron','2026-04-20 20:32:28','2026-04-20 22:32:28'), +(35210,11813,'action created','2026-04-20 20:32:28','2026-04-20 22:32:28'), +(35211,11811,'action complete via WP Cron','2026-04-20 20:32:28','2026-04-20 22:32:28'), +(35212,11813,'action started via WP Cron','2026-04-20 21:36:00','2026-04-20 23:36:00'), +(35213,11814,'action created','2026-04-20 21:36:00','2026-04-20 23:36:00'), +(35214,11813,'action complete via WP Cron','2026-04-20 21:36:00','2026-04-20 23:36:00'), +(35215,11814,'action started via WP Cron','2026-04-20 22:40:43','2026-04-21 00:40:43'), +(35216,11815,'action created','2026-04-20 22:40:43','2026-04-21 00:40:43'), +(35217,11814,'action complete via WP Cron','2026-04-20 22:40:43','2026-04-21 00:40:43'), +(35218,11781,'action started via WP Cron','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35219,11781,'action complete via WP Cron','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35220,11816,'action created','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35221,11782,'action started via WP Cron','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35222,11782,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35223,11817,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35224,11783,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35225,11783,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35226,11818,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35227,11784,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35228,11819,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35229,11784,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35230,11815,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35231,11820,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35232,11815,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35233,11787,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35236,11822,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35237,11787,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35238,11823,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35239,11822,'action started via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35240,11822,'action complete via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35241,11820,'action started via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35242,11824,'action created','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35243,11820,'action complete via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35244,11824,'action started via WP Cron','2026-04-21 03:16:10','2026-04-21 05:16:10'), +(35245,11825,'action created','2026-04-21 03:16:10','2026-04-21 05:16:10'), +(35246,11824,'action complete via WP Cron','2026-04-21 03:16:10','2026-04-21 05:16:10'), +(35247,11825,'action started via WP Cron','2026-04-21 04:19:37','2026-04-21 06:19:37'), +(35248,11826,'action created','2026-04-21 04:19:37','2026-04-21 06:19:37'), +(35249,11825,'action complete via WP Cron','2026-04-21 04:19:37','2026-04-21 06:19:37'), +(35250,11826,'action started via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35251,11827,'action created','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35252,11826,'action complete via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35253,11583,'action started via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35254,11583,'action complete via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35255,11828,'action created','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35256,11812,'action started via WP Cron','2026-04-21 07:46:47','2026-04-21 09:46:47'), +(35257,11812,'action complete via WP Cron','2026-04-21 07:46:47','2026-04-21 09:46:47'), +(35258,11829,'action created','2026-04-21 07:46:47','2026-04-21 09:46:47'), +(35259,11827,'action started via WP Cron','2026-04-21 08:17:24','2026-04-21 10:17:24'), +(35260,11830,'action created','2026-04-21 08:17:24','2026-04-21 10:17:24'), +(35261,11827,'action complete via WP Cron','2026-04-21 08:17:24','2026-04-21 10:17:24'), +(35262,11830,'action started via WP Cron','2026-04-21 09:31:09','2026-04-21 11:31:09'), +(35263,11831,'action created','2026-04-21 09:31:09','2026-04-21 11:31:09'), +(35264,11830,'action complete via WP Cron','2026-04-21 09:31:09','2026-04-21 11:31:09'), +(35265,11305,'action started via WP Cron','2026-04-21 10:08:08','2026-04-21 12:08:08'), +(35266,11305,'action complete via WP Cron','2026-04-21 10:08:08','2026-04-21 12:08:08'), +(35267,11832,'action created','2026-04-21 10:08:08','2026-04-21 12:08:08'), +(35268,11799,'action started via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35269,11799,'action complete via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35270,11833,'action created','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35271,11800,'action started via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35272,11800,'action complete via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35273,11834,'action created','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35274,11801,'action started via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35275,11801,'action complete via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35276,11835,'action created','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35277,11831,'action started via WP Cron','2026-04-21 10:32:03','2026-04-21 12:32:03'), +(35278,11836,'action created','2026-04-21 10:32:03','2026-04-21 12:32:03'), +(35279,11831,'action complete via WP Cron','2026-04-21 10:32:04','2026-04-21 12:32:04'), +(35280,11836,'action started via WP Cron','2026-04-21 11:55:23','2026-04-21 13:55:23'), +(35281,11837,'action created','2026-04-21 11:55:23','2026-04-21 13:55:23'), +(35282,11836,'action complete via WP Cron','2026-04-21 11:55:23','2026-04-21 13:55:23'), +(35283,11837,'action started via WP Cron','2026-04-21 13:04:02','2026-04-21 15:04:02'), +(35284,11838,'action created','2026-04-21 13:04:02','2026-04-21 15:04:02'), +(35285,11837,'action complete via WP Cron','2026-04-21 13:04:02','2026-04-21 15:04:02'), +(35286,11838,'action started via WP Cron','2026-04-21 14:19:54','2026-04-21 16:19:54'), +(35287,11839,'action created','2026-04-21 14:19:54','2026-04-21 16:19:54'), +(35288,11838,'action complete via WP Cron','2026-04-21 14:19:54','2026-04-21 16:19:54'), +(35289,11839,'action started via WP Cron','2026-04-21 15:19:58','2026-04-21 17:19:58'), +(35290,11840,'action created','2026-04-21 15:19:58','2026-04-21 17:19:58'), +(35291,11839,'action complete via WP Cron','2026-04-21 15:19:58','2026-04-21 17:19:58'), +(35292,11840,'action started via WP Cron','2026-04-21 16:21:26','2026-04-21 18:21:26'), +(35293,11841,'action created','2026-04-21 16:21:26','2026-04-21 18:21:26'), +(35294,11840,'action complete via WP Cron','2026-04-21 16:21:26','2026-04-21 18:21:26'), +(35295,11841,'action started via WP Cron','2026-04-21 17:23:26','2026-04-21 19:23:26'), +(35296,11842,'action created','2026-04-21 17:23:26','2026-04-21 19:23:26'), +(35297,11841,'action complete via WP Cron','2026-04-21 17:23:26','2026-04-21 19:23:26'), +(35298,11842,'action started via WP Cron','2026-04-21 18:29:27','2026-04-21 20:29:27'), +(35299,11843,'action created','2026-04-21 18:29:27','2026-04-21 20:29:27'), +(35300,11842,'action complete via WP Cron','2026-04-21 18:29:27','2026-04-21 20:29:27'), +(35301,11810,'action started via WP Cron','2026-04-21 19:01:08','2026-04-21 21:01:08'), +(35302,11810,'action complete via WP Cron','2026-04-21 19:01:08','2026-04-21 21:01:08'), +(35303,11844,'action created','2026-04-21 19:01:08','2026-04-21 21:01:08'), +(35304,11843,'action started via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35305,11845,'action created','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35306,11843,'action complete via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35307,11829,'action started via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35308,11829,'action complete via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35309,11846,'action created','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35310,11845,'action started via WP Cron','2026-04-21 21:16:05','2026-04-21 23:16:05'), +(35311,11847,'action created','2026-04-21 21:16:05','2026-04-21 23:16:05'), +(35312,11845,'action complete via WP Cron','2026-04-21 21:16:05','2026-04-21 23:16:05'), +(35313,11847,'action started via WP Cron','2026-04-21 22:20:25','2026-04-22 00:20:25'), +(35314,11848,'action created','2026-04-21 22:20:25','2026-04-22 00:20:25'), +(35315,11847,'action complete via WP Cron','2026-04-21 22:20:26','2026-04-22 00:20:26'), +(35316,11848,'action started via WP Cron','2026-04-22 00:17:03','2026-04-22 02:17:03'), +(35317,11849,'action created','2026-04-22 00:17:03','2026-04-22 02:17:03'), +(35318,11848,'action complete via WP Cron','2026-04-22 00:17:03','2026-04-22 02:17:03'), +(35319,11816,'action started via WP Cron','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35320,11816,'action complete via WP Cron','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35321,11850,'action created','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35322,11817,'action started via WP Cron','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35323,11817,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35324,11851,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35325,11818,'action started via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35326,11818,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35327,11852,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35328,11819,'action started via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35329,11853,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35330,11819,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35331,11823,'action started via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35334,11855,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35335,11823,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35336,11856,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35337,11855,'action started via WP Cron','2026-04-22 00:29:06','2026-04-22 02:29:06'), +(35338,11855,'action complete via WP Cron','2026-04-22 00:29:06','2026-04-22 02:29:06'), +(35339,11849,'action started via WP Cron','2026-04-22 01:22:41','2026-04-22 03:22:41'), +(35340,11857,'action created','2026-04-22 01:22:41','2026-04-22 03:22:41'), +(35341,11849,'action complete via WP Cron','2026-04-22 01:22:41','2026-04-22 03:22:41'), +(35342,11857,'action started via WP Cron','2026-04-22 02:44:14','2026-04-22 04:44:14'), +(35343,11858,'action created','2026-04-22 02:44:14','2026-04-22 04:44:14'), +(35344,11857,'action complete via WP Cron','2026-04-22 02:44:14','2026-04-22 04:44:14'), +(35345,11858,'action started via WP Cron','2026-04-22 03:54:30','2026-04-22 05:54:30'), +(35346,11859,'action created','2026-04-22 03:54:30','2026-04-22 05:54:30'), +(35347,11858,'action complete via WP Cron','2026-04-22 03:54:30','2026-04-22 05:54:30'), +(35348,11859,'action started via WP Cron','2026-04-22 05:21:53','2026-04-22 07:21:53'), +(35349,11860,'action created','2026-04-22 05:21:53','2026-04-22 07:21:53'), +(35350,11859,'action complete via WP Cron','2026-04-22 05:21:53','2026-04-22 07:21:53'), +(35351,11860,'action started via WP Cron','2026-04-22 07:17:50','2026-04-22 09:17:50'), +(35352,11861,'action created','2026-04-22 07:17:50','2026-04-22 09:17:50'), +(35353,11860,'action complete via WP Cron','2026-04-22 07:17:51','2026-04-22 09:17:51'), +(35354,11846,'action started via WP Cron','2026-04-22 08:06:10','2026-04-22 10:06:10'), +(35355,11846,'action complete via WP Cron','2026-04-22 08:06:10','2026-04-22 10:06:10'), +(35356,11862,'action created','2026-04-22 08:06:10','2026-04-22 10:06:10'), +(35357,11861,'action started via WP Cron','2026-04-22 08:26:29','2026-04-22 10:26:29'), +(35358,11863,'action created','2026-04-22 08:26:29','2026-04-22 10:26:29'), +(35359,11861,'action complete via WP Cron','2026-04-22 08:26:29','2026-04-22 10:26:29'), +(35360,11863,'action started via WP Cron','2026-04-22 09:46:32','2026-04-22 11:46:32'), +(35361,11864,'action created','2026-04-22 09:46:32','2026-04-22 11:46:32'), +(35362,11863,'action complete via WP Cron','2026-04-22 09:46:32','2026-04-22 11:46:32'), +(35363,11833,'action started via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35364,11833,'action complete via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35365,11865,'action created','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35366,11834,'action started via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35367,11834,'action complete via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35368,11866,'action created','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35369,11835,'action started via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35370,11835,'action complete via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35371,11867,'action created','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35372,11864,'action started via WP Cron','2026-04-22 10:53:15','2026-04-22 12:53:15'), +(35373,11868,'action created','2026-04-22 10:53:15','2026-04-22 12:53:15'), +(35374,11864,'action complete via WP Cron','2026-04-22 10:53:15','2026-04-22 12:53:15'), +(35375,11868,'action started via WP Cron','2026-04-22 12:22:47','2026-04-22 14:22:47'), +(35376,11869,'action created','2026-04-22 12:22:47','2026-04-22 14:22:47'), +(35377,11868,'action complete via WP Cron','2026-04-22 12:22:47','2026-04-22 14:22:47'), +(35378,11869,'action started via WP Cron','2026-04-22 13:31:33','2026-04-22 15:31:33'), +(35379,11870,'action created','2026-04-22 13:31:33','2026-04-22 15:31:33'), +(35380,11869,'action complete via WP Cron','2026-04-22 13:31:33','2026-04-22 15:31:33'), +(35381,11870,'action started via WP Cron','2026-04-22 15:01:46','2026-04-22 17:01:46'), +(35382,11871,'action created','2026-04-22 15:01:46','2026-04-22 17:01:46'), +(35383,11870,'action complete via WP Cron','2026-04-22 15:01:46','2026-04-22 17:01:46'), +(35384,11871,'action started via WP Cron','2026-04-22 16:18:52','2026-04-22 18:18:52'), +(35385,11872,'action created','2026-04-22 16:18:52','2026-04-22 18:18:52'), +(35386,11871,'action complete via WP Cron','2026-04-22 16:18:53','2026-04-22 18:18:53'), +(35387,11872,'action started via WP Cron','2026-04-22 17:22:50','2026-04-22 19:22:50'), +(35388,11873,'action created','2026-04-22 17:22:50','2026-04-22 19:22:50'), +(35389,11872,'action complete via WP Cron','2026-04-22 17:22:50','2026-04-22 19:22:50'), +(35390,11873,'action started via WP Cron','2026-04-22 18:23:01','2026-04-22 20:23:01'), +(35391,11874,'action created','2026-04-22 18:23:01','2026-04-22 20:23:01'), +(35392,11873,'action complete via WP Cron','2026-04-22 18:23:01','2026-04-22 20:23:01'), +(35393,11844,'action started via WP Cron','2026-04-22 19:07:42','2026-04-22 21:07:42'), +(35394,11844,'action complete via WP Cron','2026-04-22 19:07:42','2026-04-22 21:07:42'), +(35395,11875,'action created','2026-04-22 19:07:42','2026-04-22 21:07:42'), +(35396,11874,'action started via WP Cron','2026-04-22 19:36:52','2026-04-22 21:36:52'), +(35397,11876,'action created','2026-04-22 19:36:52','2026-04-22 21:36:52'), +(35398,11874,'action complete via WP Cron','2026-04-22 19:36:52','2026-04-22 21:36:52'), +(35399,11862,'action started via WP Cron','2026-04-22 20:11:28','2026-04-22 22:11:28'), +(35400,11862,'action complete via WP Cron','2026-04-22 20:11:28','2026-04-22 22:11:28'), +(35401,11877,'action created','2026-04-22 20:11:28','2026-04-22 22:11:28'), +(35402,11876,'action started via WP Cron','2026-04-22 20:50:38','2026-04-22 22:50:38'), +(35403,11878,'action created','2026-04-22 20:50:38','2026-04-22 22:50:38'), +(35404,11876,'action complete via WP Cron','2026-04-22 20:50:38','2026-04-22 22:50:38'), +(35405,11878,'action started via WP Cron','2026-04-22 21:57:24','2026-04-22 23:57:24'), +(35406,11879,'action created','2026-04-22 21:57:24','2026-04-22 23:57:24'), +(35407,11878,'action complete via WP Cron','2026-04-22 21:57:24','2026-04-22 23:57:24'), +(35408,11879,'action started via WP Cron','2026-04-22 23:21:54','2026-04-23 01:21:54'), +(35409,11880,'action created','2026-04-22 23:21:54','2026-04-23 01:21:54'), +(35410,11879,'action complete via WP Cron','2026-04-22 23:21:54','2026-04-23 01:21:54'), +(35411,11880,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35412,11881,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35413,11880,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35414,11850,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35415,11850,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35416,11882,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35417,11851,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35418,11851,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35419,11883,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35420,11852,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35421,11852,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35422,11884,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35423,11853,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35424,11885,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35425,11853,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35426,11856,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35429,11887,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35430,11856,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35431,11888,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35432,11887,'action started via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35433,11887,'action complete via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35434,11881,'action started via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35435,11889,'action created','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35436,11881,'action complete via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35437,11889,'action started via WP Cron','2026-04-23 04:18:15','2026-04-23 06:18:15'), +(35438,11890,'action created','2026-04-23 04:18:15','2026-04-23 06:18:15'), +(35439,11889,'action complete via WP Cron','2026-04-23 04:18:15','2026-04-23 06:18:15'), +(35440,11890,'action started via WP Cron','2026-04-23 05:30:21','2026-04-23 07:30:21'), +(35441,11891,'action created','2026-04-23 05:30:21','2026-04-23 07:30:21'), +(35442,11890,'action complete via WP Cron','2026-04-23 05:30:21','2026-04-23 07:30:21'), +(35443,11891,'action started via WP Cron','2026-04-23 06:47:11','2026-04-23 08:47:11'), +(35444,11892,'action created','2026-04-23 06:47:11','2026-04-23 08:47:11'), +(35445,11891,'action complete via WP Cron','2026-04-23 06:47:11','2026-04-23 08:47:11'), +(35446,11892,'action started via WP Cron','2026-04-23 07:47:45','2026-04-23 09:47:45'), +(35447,11893,'action created','2026-04-23 07:47:45','2026-04-23 09:47:45'), +(35448,11892,'action complete via WP Cron','2026-04-23 07:47:45','2026-04-23 09:47:45'), +(35449,11877,'action started via WP Cron','2026-04-23 08:11:38','2026-04-23 10:11:38'), +(35450,11877,'action complete via WP Cron','2026-04-23 08:11:38','2026-04-23 10:11:38'), +(35451,11894,'action created','2026-04-23 08:11:38','2026-04-23 10:11:38'), +(35452,11893,'action started via WP Cron','2026-04-23 09:30:22','2026-04-23 11:30:22'), +(35453,11895,'action created','2026-04-23 09:30:22','2026-04-23 11:30:22'), +(35454,11893,'action complete via WP Cron','2026-04-23 09:30:22','2026-04-23 11:30:22'), +(35455,11895,'action started via WP Cron','2026-04-23 10:52:47','2026-04-23 12:52:47'), +(35456,11896,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35457,11895,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35458,11865,'action started via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35459,11865,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35460,11897,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35461,11866,'action started via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35462,11866,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35463,11898,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35464,11867,'action started via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35465,11867,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35466,11899,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35467,11896,'action started via WP Cron','2026-04-23 12:11:01','2026-04-23 14:11:01'), +(35468,11900,'action created','2026-04-23 12:11:01','2026-04-23 14:11:01'), +(35469,11896,'action complete via WP Cron','2026-04-23 12:11:01','2026-04-23 14:11:01'), +(35470,11900,'action started via WP Cron','2026-04-23 13:16:30','2026-04-23 15:16:30'), +(35471,11901,'action created','2026-04-23 13:16:30','2026-04-23 15:16:30'), +(35472,11900,'action complete via WP Cron','2026-04-23 13:16:30','2026-04-23 15:16:30'), +(35473,11901,'action started via WP Cron','2026-04-23 14:16:41','2026-04-23 16:16:41'), +(35474,11902,'action created','2026-04-23 14:16:41','2026-04-23 16:16:41'), +(35475,11901,'action complete via WP Cron','2026-04-23 14:16:41','2026-04-23 16:16:41'), +(35476,11902,'action started via WP Cron','2026-04-23 15:35:47','2026-04-23 17:35:47'), +(35477,11903,'action created','2026-04-23 15:35:47','2026-04-23 17:35:47'), +(35478,11902,'action complete via WP Cron','2026-04-23 15:35:47','2026-04-23 17:35:47'), +(35479,11903,'action started via WP Cron','2026-04-23 16:49:50','2026-04-23 18:49:50'), +(35480,11904,'action created','2026-04-23 16:49:50','2026-04-23 18:49:50'), +(35481,11903,'action complete via WP Cron','2026-04-23 16:49:50','2026-04-23 18:49:50'), +(35482,11904,'action started via WP Cron','2026-04-23 18:06:00','2026-04-23 20:06:00'), +(35483,11905,'action created','2026-04-23 18:06:00','2026-04-23 20:06:00'), +(35484,11904,'action complete via WP Cron','2026-04-23 18:06:00','2026-04-23 20:06:00'), +(35485,11905,'action started via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35486,11906,'action created','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35487,11905,'action complete via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35488,11875,'action started via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35489,11875,'action complete via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35490,11907,'action created','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35491,11894,'action started via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35492,11894,'action complete via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35493,11908,'action created','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35494,11906,'action started via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35495,11909,'action created','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35496,11906,'action complete via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35497,11909,'action started via WP Cron','2026-04-23 21:16:15','2026-04-23 23:16:15'), +(35498,11910,'action created','2026-04-23 21:16:15','2026-04-23 23:16:15'), +(35499,11909,'action complete via WP Cron','2026-04-23 21:16:15','2026-04-23 23:16:15'), +(35500,11910,'action started via WP Cron','2026-04-23 22:21:37','2026-04-24 00:21:37'), +(35501,11911,'action created','2026-04-23 22:21:37','2026-04-24 00:21:37'), +(35502,11910,'action complete via WP Cron','2026-04-23 22:21:37','2026-04-24 00:21:37'), +(35503,11911,'action started via WP Cron','2026-04-23 23:26:05','2026-04-24 01:26:05'), +(35504,11912,'action created','2026-04-23 23:26:05','2026-04-24 01:26:05'), +(35505,11911,'action complete via WP Cron','2026-04-23 23:26:05','2026-04-24 01:26:05'), +(35506,11912,'action started via WP Cron','2026-04-24 00:31:32','2026-04-24 02:31:32'), +(35507,11913,'action created','2026-04-24 00:31:32','2026-04-24 02:31:32'), +(35508,11912,'action complete via WP Cron','2026-04-24 00:31:32','2026-04-24 02:31:32'), +(35509,11882,'action started via WP Cron','2026-04-24 01:15:51','2026-04-24 03:15:51'), +(35510,11882,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35511,11914,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35512,11883,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35513,11883,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35514,11915,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35515,11884,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35516,11884,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35517,11916,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35518,11885,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35519,11917,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35520,11885,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35521,11888,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35524,11919,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35525,11888,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35526,11920,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35527,11919,'action started via WP Cron','2026-04-24 01:17:03','2026-04-24 03:17:03'), +(35528,11919,'action complete via WP Cron','2026-04-24 01:17:03','2026-04-24 03:17:03'), +(35529,11913,'action started via WP Cron','2026-04-24 02:08:26','2026-04-24 04:08:26'), +(35530,11921,'action created','2026-04-24 02:08:26','2026-04-24 04:08:26'), +(35531,11913,'action complete via WP Cron','2026-04-24 02:08:26','2026-04-24 04:08:26'), +(35532,11921,'action started via WP Cron','2026-04-24 03:23:36','2026-04-24 05:23:36'), +(35533,11922,'action created','2026-04-24 03:23:36','2026-04-24 05:23:36'), +(35534,11921,'action complete via WP Cron','2026-04-24 03:23:36','2026-04-24 05:23:36'), +(35535,11922,'action started via WP Cron','2026-04-24 04:31:27','2026-04-24 06:31:27'), +(35536,11923,'action created','2026-04-24 04:31:27','2026-04-24 06:31:27'), +(35537,11922,'action complete via WP Cron','2026-04-24 04:31:27','2026-04-24 06:31:27'), +(35538,11923,'action started via WP Cron','2026-04-24 05:31:34','2026-04-24 07:31:34'), +(35539,11924,'action created','2026-04-24 05:31:34','2026-04-24 07:31:34'), +(35540,11923,'action complete via WP Cron','2026-04-24 05:31:34','2026-04-24 07:31:34'), +(35541,11924,'action started via WP Cron','2026-04-24 06:40:40','2026-04-24 08:40:40'), +(35542,11925,'action created','2026-04-24 06:40:40','2026-04-24 08:40:40'), +(35543,11924,'action complete via WP Cron','2026-04-24 06:40:40','2026-04-24 08:40:40'), +(35544,11925,'action started via Async Request','2026-04-24 07:43:53','2026-04-24 09:43:53'), +(35545,11926,'action created','2026-04-24 07:43:53','2026-04-24 09:43:53'), +(35546,11925,'action complete via Async Request','2026-04-24 07:43:53','2026-04-24 09:43:53'), +(35547,11908,'action started via WP Cron','2026-04-24 08:15:46','2026-04-24 10:15:46'), +(35548,11908,'action complete via WP Cron','2026-04-24 08:15:46','2026-04-24 10:15:46'), +(35549,11927,'action created','2026-04-24 08:15:46','2026-04-24 10:15:46'), +(35550,11926,'action started via WP Cron','2026-04-24 08:51:26','2026-04-24 10:51:26'), +(35551,11928,'action created','2026-04-24 08:51:26','2026-04-24 10:51:26'), +(35552,11926,'action complete via WP Cron','2026-04-24 08:51:26','2026-04-24 10:51:26'), +(35553,11928,'action started via WP Cron','2026-04-24 09:56:27','2026-04-24 11:56:27'), +(35554,11929,'action created','2026-04-24 09:56:27','2026-04-24 11:56:27'), +(35555,11928,'action complete via WP Cron','2026-04-24 09:56:27','2026-04-24 11:56:27'), +(35556,11897,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35557,11897,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35558,11930,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35559,11898,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35560,11898,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35561,11931,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35562,11899,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35563,11899,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35564,11932,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35565,11929,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35566,11933,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35567,11929,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35568,11933,'action started via WP Cron','2026-04-24 12:00:47','2026-04-24 14:00:47'), +(35569,11934,'action created','2026-04-24 12:00:47','2026-04-24 14:00:47'), +(35570,11933,'action complete via WP Cron','2026-04-24 12:00:47','2026-04-24 14:00:47'), +(35571,11935,'action created','2026-04-24 12:49:33','2026-04-24 14:49:33'), +(35572,11936,'action created','2026-04-24 12:50:09','2026-04-24 14:50:09'), +(35573,11935,'action started via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35574,11935,'action complete via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35575,11936,'action started via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35576,11936,'action complete via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35577,11937,'action created','2026-04-24 12:50:47','2026-04-24 14:50:47'), +(35578,11938,'action created','2026-04-24 12:51:23','2026-04-24 14:51:23'), +(35579,11937,'action started via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35580,11937,'action complete via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35581,11938,'action started via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35582,11938,'action complete via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35583,11939,'action created','2026-04-24 12:51:40','2026-04-24 14:51:40'), +(35584,11939,'action started via WP Cron','2026-04-24 12:52:31','2026-04-24 14:52:31'), +(35585,11939,'action complete via WP Cron','2026-04-24 12:52:31','2026-04-24 14:52:31'), +(35586,11940,'action created','2026-04-24 12:56:11','2026-04-24 14:56:11'), +(35587,11940,'action started via WP Cron','2026-04-24 12:56:33','2026-04-24 14:56:33'), +(35588,11940,'action complete via WP Cron','2026-04-24 12:56:33','2026-04-24 14:56:33'), +(35589,11941,'action created','2026-04-24 12:57:34','2026-04-24 14:57:34'), +(35590,11941,'action started via Async Request','2026-04-24 12:58:09','2026-04-24 14:58:09'), +(35591,11941,'action complete via Async Request','2026-04-24 12:58:09','2026-04-24 14:58:09'), +(35592,11934,'action started via Async Request','2026-04-24 13:01:31','2026-04-24 15:01:31'), +(35593,11942,'action created','2026-04-24 13:01:31','2026-04-24 15:01:31'), +(35594,11934,'action complete via Async Request','2026-04-24 13:01:31','2026-04-24 15:01:31'), +(35595,11943,'action created','2026-04-24 13:02:15','2026-04-24 15:02:15'), +(35596,11943,'action started via WP Cron','2026-04-24 13:02:28','2026-04-24 15:02:28'), +(35597,11943,'action complete via WP Cron','2026-04-24 13:02:28','2026-04-24 15:02:28'), +(35598,11944,'action created','2026-04-24 13:08:11','2026-04-24 15:08:11'), +(35599,11945,'action created','2026-04-24 13:08:19','2026-04-24 15:08:19'), +(35600,11946,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35601,11947,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35602,11948,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35603,11949,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35604,11950,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35605,11951,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35606,11952,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35607,11953,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35608,11954,'action created','2026-04-24 13:08:27','2026-04-24 15:08:27'), +(35609,11955,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35610,11956,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35611,11957,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35612,11958,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35613,11959,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35614,11960,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35615,11961,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35616,11962,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35617,11963,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35618,11964,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35619,11965,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35620,11966,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35621,11967,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35622,11968,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35623,11969,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35624,11970,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35625,11944,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35626,11944,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35627,11945,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35628,11945,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35629,11946,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35630,11946,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35631,11947,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35632,11947,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35633,11948,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35634,11948,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35635,11949,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35636,11949,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35637,11950,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35638,11950,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35639,11951,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35640,11951,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35641,11952,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35642,11952,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35643,11953,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35644,11953,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35645,11954,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35646,11954,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35647,11955,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35648,11955,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35649,11956,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35650,11956,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35651,11957,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35652,11957,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35653,11958,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35654,11958,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35655,11959,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35656,11959,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35657,11960,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35658,11960,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35659,11961,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35660,11961,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35661,11962,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35662,11962,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35663,11963,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35664,11963,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35665,11964,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35666,11964,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35667,11965,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35668,11965,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35669,11966,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35670,11966,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35671,11967,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35672,11967,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35673,11968,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35674,11968,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35675,11969,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35676,11969,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35677,11970,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35678,11970,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35679,11971,'action created','2026-04-24 13:09:07','2026-04-24 15:09:07'), +(35680,11971,'action started via WP Cron','2026-04-24 13:09:34','2026-04-24 15:09:34'), +(35681,11971,'action complete via WP Cron','2026-04-24 13:09:34','2026-04-24 15:09:34'), +(35682,11972,'action created','2026-04-24 13:10:15','2026-04-24 15:10:15'), +(35683,11972,'action started via WP Cron','2026-04-24 13:10:32','2026-04-24 15:10:32'), +(35684,11972,'action complete via WP Cron','2026-04-24 13:10:32','2026-04-24 15:10:32'), +(35685,11973,'action created','2026-04-24 13:11:20','2026-04-24 15:11:20'), +(35686,11974,'action created','2026-04-24 13:11:26','2026-04-24 15:11:26'), +(35687,11973,'action started via WP Cron','2026-04-24 13:11:26','2026-04-24 15:11:26'), +(35688,11973,'action complete via WP Cron','2026-04-24 13:11:26','2026-04-24 15:11:26'), +(35689,11974,'action started via Async Request','2026-04-24 13:12:18','2026-04-24 15:12:18'), +(35690,11974,'action complete via Async Request','2026-04-24 13:12:18','2026-04-24 15:12:18'), +(35691,11975,'action created','2026-04-24 13:16:01','2026-04-24 15:16:01'), +(35692,11975,'action started via WP Cron','2026-04-24 13:16:28','2026-04-24 15:16:28'), +(35693,11975,'action complete via WP Cron','2026-04-24 13:16:28','2026-04-24 15:16:28'), +(35694,11976,'action created','2026-04-24 13:18:48','2026-04-24 15:18:48'), +(35695,11976,'action started via Async Request','2026-04-24 13:18:49','2026-04-24 15:18:49'), +(35696,11976,'action complete via Async Request','2026-04-24 13:18:49','2026-04-24 15:18:49'), +(35697,11977,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35698,11978,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35699,11979,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35700,11980,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35701,11981,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35702,11982,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35703,11983,'action created','2026-04-24 13:18:59','2026-04-24 15:18:59'), +(35704,11984,'action created','2026-04-24 13:18:59','2026-04-24 15:18:59'), +(35705,11985,'action created','2026-04-24 13:18:59','2026-04-24 15:18:59'), +(35706,11977,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35707,11977,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35708,11978,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35709,11978,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35710,11979,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35711,11979,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35712,11980,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35713,11980,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35714,11981,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35715,11981,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35716,11982,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35717,11982,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35718,11983,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35719,11983,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35720,11984,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35721,11984,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35722,11985,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35723,11985,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35724,11986,'action created','2026-04-24 13:20:33','2026-04-24 15:20:33'), +(35725,11987,'action created','2026-04-24 13:20:50','2026-04-24 15:20:50'), +(35726,11986,'action started via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35727,11986,'action complete via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35728,11987,'action started via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35729,11987,'action complete via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35730,11988,'action created','2026-04-24 13:21:16','2026-04-24 15:21:16'), +(35731,11989,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35732,11990,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35733,11991,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35734,11992,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35735,11993,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35736,11994,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35737,11995,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35738,11996,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35739,11997,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35740,11998,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35741,11988,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35742,11988,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35743,11989,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35744,11989,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35745,11990,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35746,11990,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35747,11991,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35748,11991,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35749,11992,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35750,11992,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35751,11993,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35752,11993,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35753,11994,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35754,11994,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35755,11995,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35756,11995,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35757,11996,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35758,11996,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35759,11997,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35760,11997,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35761,11998,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35762,11998,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35763,11999,'action created','2026-04-24 13:22:00','2026-04-24 15:22:00'), +(35764,11999,'action started via WP Cron','2026-04-24 13:42:41','2026-04-24 15:42:41'), +(35765,11999,'action complete via WP Cron','2026-04-24 13:42:41','2026-04-24 15:42:41'), +(35766,11942,'action started via WP Cron','2026-04-24 14:02:00','2026-04-24 16:02:00'), +(35767,12000,'action created','2026-04-24 14:02:00','2026-04-24 16:02:00'), +(35768,11942,'action complete via WP Cron','2026-04-24 14:02:01','2026-04-24 16:02:01'), +(35769,12000,'action started via WP Cron','2026-04-24 15:05:03','2026-04-24 17:05:03'), +(35770,12001,'action created','2026-04-24 15:05:03','2026-04-24 17:05:03'), +(35771,12000,'action complete via WP Cron','2026-04-24 15:05:03','2026-04-24 17:05:03'), +(35772,12001,'action started via WP Cron','2026-04-24 16:18:47','2026-04-24 18:18:47'), +(35773,12002,'action created','2026-04-24 16:18:47','2026-04-24 18:18:47'), +(35774,12001,'action complete via WP Cron','2026-04-24 16:18:47','2026-04-24 18:18:47'), +(35775,12002,'action started via WP Cron','2026-04-24 17:41:12','2026-04-24 19:41:12'), +(35776,12003,'action created','2026-04-24 17:41:12','2026-04-24 19:41:12'), +(35777,12002,'action complete via WP Cron','2026-04-24 17:41:12','2026-04-24 19:41:12'), +(35778,12004,'action created','2026-04-24 18:15:05','2026-04-24 20:15:05'), +(35779,12004,'action started via Async Request','2026-04-24 18:15:17','2026-04-24 20:15:17'), +(35780,12004,'action complete via Async Request','2026-04-24 18:15:17','2026-04-24 20:15:17'), +(35781,12005,'action created','2026-04-24 18:16:02','2026-04-24 20:16:02'), +(35782,12005,'action started via Async Request','2026-04-24 18:16:20','2026-04-24 20:16:20'), +(35783,12005,'action complete via Async Request','2026-04-24 18:16:20','2026-04-24 20:16:20'), +(35784,12006,'action created','2026-04-24 18:16:24','2026-04-24 20:16:24'), +(35785,12006,'action started via Async Request','2026-04-24 18:16:25','2026-04-24 20:16:25'), +(35786,12006,'action complete via Async Request','2026-04-24 18:16:25','2026-04-24 20:16:25'), +(35787,12007,'action created','2026-04-24 18:17:54','2026-04-24 20:17:54'), +(35788,12008,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35789,12009,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35790,12010,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35791,12011,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35792,12012,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35793,12013,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35794,12014,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35795,12015,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35796,12016,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35797,12017,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35798,12018,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35799,12019,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35800,12020,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35801,12021,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35802,12022,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35803,12023,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35804,12024,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35805,12025,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35806,12026,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35807,12027,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35808,12028,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35809,12029,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35810,12030,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35811,12031,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35812,12032,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35813,12033,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35814,12007,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35815,12007,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35816,12008,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35817,12008,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35818,12009,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35819,12009,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35820,12010,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35821,12010,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35822,12011,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35823,12011,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35824,12012,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35825,12012,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35826,12013,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35827,12013,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35828,12014,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35829,12014,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35830,12015,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35831,12015,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35832,12016,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35833,12016,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35834,12017,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35835,12017,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35836,12018,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35837,12018,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35838,12019,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35839,12019,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35840,12020,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35841,12020,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35842,12021,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35843,12021,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35844,12022,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35845,12022,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35846,12023,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35847,12023,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35848,12024,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35849,12024,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35850,12025,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35851,12025,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35852,12026,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35853,12026,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35854,12027,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35855,12027,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35856,12028,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35857,12028,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35858,12029,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35859,12029,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35860,12030,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35861,12030,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35862,12031,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35863,12031,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35864,12032,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35865,12032,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35866,12033,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35867,12033,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35868,12034,'action created','2026-04-24 18:18:57','2026-04-24 20:18:57'), +(35869,12034,'action started via Async Request','2026-04-24 18:19:33','2026-04-24 20:19:33'), +(35870,12034,'action complete via Async Request','2026-04-24 18:19:33','2026-04-24 20:19:33'), +(35871,12035,'action created','2026-04-24 18:19:43','2026-04-24 20:19:43'), +(35872,12036,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35873,12037,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35874,12038,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35875,12039,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35876,12040,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35877,12041,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35878,12042,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35879,12043,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35880,12044,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35881,12045,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35882,12046,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35883,12047,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35884,12048,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35885,12049,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35886,12050,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35887,12051,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35888,12052,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35889,12053,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35890,12054,'action created','2026-04-24 18:19:45','2026-04-24 20:19:45'), +(35891,12055,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35892,12056,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35893,12057,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35894,12058,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35895,12059,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35896,12060,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35897,12061,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35898,12062,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35899,12063,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35900,12064,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35901,12065,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35902,12066,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35903,12067,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35904,12068,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35905,12069,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35906,12070,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35907,12071,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35908,12072,'action created','2026-04-24 18:20:15','2026-04-24 20:20:15'), +(35909,12035,'action started via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35910,12035,'action complete via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35911,12036,'action started via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35912,12036,'action complete via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35913,12037,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35914,12037,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35915,12038,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35916,12038,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35917,12039,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35918,12039,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35919,12040,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35920,12040,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35921,12041,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35922,12041,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35923,12042,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35924,12042,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35925,12043,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35926,12043,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35927,12044,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35928,12044,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35929,12045,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35930,12045,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35931,12046,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35932,12046,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35933,12047,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35934,12047,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35935,12048,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35936,12048,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35937,12049,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35938,12049,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35939,12050,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35940,12050,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35941,12051,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35942,12051,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35943,12052,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35944,12052,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35945,12053,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35946,12053,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35947,12054,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35948,12054,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35949,12055,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35950,12055,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35951,12056,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35952,12056,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35953,12057,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35954,12057,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35955,12058,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35956,12058,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35957,12059,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35958,12059,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35959,12060,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35960,12060,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35961,12061,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35962,12061,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35963,12062,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35964,12062,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35965,12063,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35966,12063,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35967,12064,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35968,12064,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35969,12065,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35970,12065,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35971,12066,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35972,12066,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35973,12067,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35974,12067,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35975,12068,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35976,12068,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35977,12069,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35978,12069,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35979,12070,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35980,12070,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35981,12071,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35982,12071,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35983,12072,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35984,12072,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35985,12073,'action created','2026-04-24 18:20:53','2026-04-24 20:20:53'), +(35986,12073,'action started via Async Request','2026-04-24 18:21:35','2026-04-24 20:21:35'), +(35987,12073,'action complete via Async Request','2026-04-24 18:21:35','2026-04-24 20:21:35'), +(35988,12074,'action created','2026-04-24 18:23:00','2026-04-24 20:23:00'), +(35989,12074,'action started via WP Cron','2026-04-24 18:23:28','2026-04-24 20:23:28'), +(35990,12074,'action complete via WP Cron','2026-04-24 18:23:28','2026-04-24 20:23:28'), +(35991,12075,'action created','2026-04-24 18:24:41','2026-04-24 20:24:41'), +(35992,12076,'action created','2026-04-24 18:24:48','2026-04-24 20:24:48'), +(35993,12077,'action created','2026-04-24 18:24:48','2026-04-24 20:24:48'), +(35994,12078,'action created','2026-04-24 18:24:48','2026-04-24 20:24:48'), +(35995,12079,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35996,12080,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35997,12081,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35998,12082,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35999,12083,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36000,12084,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36001,12075,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36002,12075,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36003,12076,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36004,12076,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36005,12077,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36006,12077,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36007,12078,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36008,12078,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36009,12085,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36010,12086,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36011,12087,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36012,12088,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36013,12089,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36014,12090,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36015,12091,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36016,12092,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36017,12093,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36018,12094,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36019,12095,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36020,12096,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36021,12097,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36022,12079,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36023,12079,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36024,12080,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36025,12080,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36026,12081,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36027,12081,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36028,12082,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36029,12082,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36030,12083,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36031,12083,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36032,12084,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36033,12084,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36034,12085,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36035,12098,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36036,12085,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36037,12086,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36038,12086,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36039,12087,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36040,12087,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36041,12088,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36042,12088,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36043,12089,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36044,12089,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36045,12090,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36046,12090,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36047,12099,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36048,12100,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36049,12101,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36050,12091,'action started via Async Request','2026-04-24 18:24:59','2026-04-24 20:24:59'), +(36051,12091,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36052,12092,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36053,12092,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36054,12093,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36055,12093,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36056,12094,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36057,12094,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36058,12095,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36059,12095,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36060,12096,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36061,12096,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36062,12097,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36063,12097,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36064,12098,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36065,12098,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36066,12099,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36067,12099,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36068,12100,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36069,12100,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36070,12101,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36071,12101,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36072,12102,'action created','2026-04-24 18:25:14','2026-04-24 20:25:14'), +(36073,12102,'action started via WP Cron','2026-04-24 18:25:26','2026-04-24 20:25:26'), +(36074,12102,'action complete via WP Cron','2026-04-24 18:25:27','2026-04-24 20:25:27'), +(36075,12103,'action created','2026-04-24 18:26:33','2026-04-24 20:26:33'), +(36076,12103,'action started via Async Request','2026-04-24 18:27:02','2026-04-24 20:27:02'), +(36077,12103,'action complete via Async Request','2026-04-24 18:27:02','2026-04-24 20:27:02'), +(36078,12104,'action created','2026-04-24 18:28:14','2026-04-24 20:28:14'), +(36079,12105,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36080,12106,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36081,12107,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36082,12108,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36083,12109,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36084,12110,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36085,12111,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36086,12112,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36087,12113,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36088,12114,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36089,12115,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36090,12116,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36091,12117,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36092,12118,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36093,12119,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36094,12120,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36095,12121,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36096,12122,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36097,12123,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36098,12124,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36099,12125,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36100,12126,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36101,12127,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36102,12128,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36103,12129,'action created','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36104,12130,'action created','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36105,12104,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36106,12104,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36107,12105,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36108,12105,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36109,12106,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36110,12106,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36111,12107,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36112,12107,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36113,12108,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36114,12108,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36115,12109,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36116,12109,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36117,12110,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36118,12110,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36119,12111,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36120,12111,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36121,12112,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36122,12112,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36123,12113,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36124,12113,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36125,12114,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36126,12114,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36127,12115,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36128,12115,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36129,12116,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36130,12116,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36131,12117,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36132,12117,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36133,12118,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36134,12118,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36135,12119,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36136,12119,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36137,12120,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36138,12120,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36139,12121,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36140,12121,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36141,12122,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36142,12122,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36143,12123,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36144,12123,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36145,12124,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36146,12124,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36147,12125,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36148,12125,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36149,12126,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36150,12126,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36151,12127,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36152,12127,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36153,12128,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36154,12128,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36155,12131,'action created','2026-04-24 18:28:48','2026-04-24 20:28:48'), +(36156,12129,'action started via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36157,12129,'action complete via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36158,12130,'action started via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36159,12130,'action complete via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36160,12131,'action started via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36161,12131,'action complete via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36162,12132,'action created','2026-04-24 18:29:32','2026-04-24 20:29:32'), +(36163,12132,'action started via Async Request','2026-04-24 18:30:17','2026-04-24 20:30:17'), +(36164,12132,'action complete via Async Request','2026-04-24 18:30:17','2026-04-24 20:30:17'), +(36165,12133,'action created','2026-04-24 18:30:30','2026-04-24 20:30:30'), +(36166,12133,'action started via Async Request','2026-04-24 18:31:18','2026-04-24 20:31:18'), +(36167,12133,'action complete via Async Request','2026-04-24 18:31:18','2026-04-24 20:31:18'), +(36168,12134,'action created','2026-04-24 18:34:17','2026-04-24 20:34:17'), +(36169,12134,'action started via Async Request','2026-04-24 18:34:34','2026-04-24 20:34:34'), +(36170,12134,'action complete via Async Request','2026-04-24 18:34:34','2026-04-24 20:34:34'), +(36171,12135,'action created','2026-04-24 18:39:10','2026-04-24 20:39:10'), +(36172,12135,'action started via WP Cron','2026-04-24 18:39:28','2026-04-24 20:39:28'), +(36173,12135,'action complete via WP Cron','2026-04-24 18:39:28','2026-04-24 20:39:28'), +(36174,12136,'action created','2026-04-24 18:40:10','2026-04-24 20:40:10'), +(36175,12136,'action started via WP Cron','2026-04-24 18:40:27','2026-04-24 20:40:27'), +(36176,12136,'action complete via WP Cron','2026-04-24 18:40:27','2026-04-24 20:40:27'), +(36177,12003,'action started via Async Request','2026-04-24 18:41:14','2026-04-24 20:41:14'), +(36178,12137,'action created','2026-04-24 18:41:14','2026-04-24 20:41:14'), +(36179,12003,'action complete via Async Request','2026-04-24 18:41:14','2026-04-24 20:41:14'), +(36180,11907,'action started via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36181,11907,'action complete via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36182,12138,'action created','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36183,12137,'action started via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36184,12139,'action created','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36185,12137,'action complete via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36186,11927,'action started via WP Cron','2026-04-24 20:18:27','2026-04-24 22:18:27'), +(36187,11927,'action complete via WP Cron','2026-04-24 20:18:27','2026-04-24 22:18:27'), +(36188,12140,'action created','2026-04-24 20:18:27','2026-04-24 22:18:27'), +(36189,12139,'action started via WP Cron','2026-04-24 21:24:43','2026-04-24 23:24:43'), +(36190,12141,'action created','2026-04-24 21:24:43','2026-04-24 23:24:43'), +(36191,12139,'action complete via WP Cron','2026-04-24 21:24:43','2026-04-24 23:24:43'), +(36192,12141,'action started via WP Cron','2026-04-24 22:25:40','2026-04-25 00:25:40'), +(36193,12142,'action created','2026-04-24 22:25:40','2026-04-25 00:25:40'), +(36194,12141,'action complete via WP Cron','2026-04-24 22:25:40','2026-04-25 00:25:40'), +(36195,12142,'action started via WP Cron','2026-04-25 00:38:29','2026-04-25 02:38:29'), +(36196,12143,'action created','2026-04-25 00:38:29','2026-04-25 02:38:29'), +(36197,12142,'action complete via WP Cron','2026-04-25 00:38:29','2026-04-25 02:38:29'), +(36198,11914,'action started via WP Cron','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36199,11914,'action complete via WP Cron','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36200,12144,'action created','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36201,11915,'action started via WP Cron','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36202,11915,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36203,12145,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36204,11916,'action started via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36205,11916,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36206,12146,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36207,11917,'action started via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36208,12147,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36209,11917,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36210,11920,'action started via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36213,12149,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36214,11920,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36215,12150,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36216,12149,'action started via WP Cron','2026-04-25 01:25:47','2026-04-25 03:25:47'), +(36217,12149,'action complete via WP Cron','2026-04-25 01:25:47','2026-04-25 03:25:47'), +(36218,12143,'action started via WP Cron','2026-04-25 02:35:01','2026-04-25 04:35:01'), +(36219,12151,'action created','2026-04-25 02:35:01','2026-04-25 04:35:01'), +(36220,12143,'action complete via WP Cron','2026-04-25 02:35:01','2026-04-25 04:35:01'), +(36221,12151,'action started via WP Cron','2026-04-25 03:46:03','2026-04-25 05:46:03'), +(36222,12152,'action created','2026-04-25 03:46:03','2026-04-25 05:46:03'), +(36223,12151,'action complete via WP Cron','2026-04-25 03:46:03','2026-04-25 05:46:03'), +(36224,12152,'action started via WP Cron','2026-04-25 04:48:51','2026-04-25 06:48:51'), +(36225,12153,'action created','2026-04-25 04:48:51','2026-04-25 06:48:51'), +(36226,12152,'action complete via WP Cron','2026-04-25 04:48:51','2026-04-25 06:48:51'), +(36227,12153,'action started via WP Cron','2026-04-25 05:57:30','2026-04-25 07:57:30'), +(36228,12154,'action created','2026-04-25 05:57:30','2026-04-25 07:57:30'), +(36229,12153,'action complete via WP Cron','2026-04-25 05:57:30','2026-04-25 07:57:30'), +(36230,12155,'action created','2026-04-25 06:16:03','2026-04-25 08:16:03'), +(36231,12155,'action started via WP Cron','2026-04-25 06:16:31','2026-04-25 08:16:31'), +(36232,12155,'action complete via WP Cron','2026-04-25 06:16:31','2026-04-25 08:16:31'), +(36233,12156,'action created','2026-04-25 06:16:33','2026-04-25 08:16:33'), +(36234,12156,'action started via Async Request','2026-04-25 06:16:52','2026-04-25 08:16:52'), +(36235,12156,'action complete via Async Request','2026-04-25 06:16:52','2026-04-25 08:16:52'), +(36236,12157,'action created','2026-04-25 06:16:55','2026-04-25 08:16:55'), +(36237,12157,'action started via Async Request','2026-04-25 06:16:57','2026-04-25 08:16:57'), +(36238,12157,'action complete via Async Request','2026-04-25 06:16:57','2026-04-25 08:16:57'), +(36239,12158,'action created','2026-04-25 06:17:00','2026-04-25 08:17:00'), +(36240,12159,'action created','2026-04-25 06:17:00','2026-04-25 08:17:00'), +(36241,12160,'action created','2026-04-25 06:17:00','2026-04-25 08:17:00'), +(36242,12158,'action started via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36243,12158,'action complete via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36244,12159,'action started via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36245,12159,'action complete via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36246,12160,'action started via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36247,12160,'action complete via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36248,12161,'action created','2026-04-25 06:17:53','2026-04-25 08:17:53'), +(36249,12162,'action created','2026-04-25 06:17:54','2026-04-25 08:17:54'), +(36250,12161,'action started via Async Request','2026-04-25 06:17:54','2026-04-25 08:17:54'), +(36251,12161,'action complete via Async Request','2026-04-25 06:17:54','2026-04-25 08:17:54'), +(36252,12162,'action started via Async Request','2026-04-25 06:17:59','2026-04-25 08:17:59'), +(36253,12162,'action complete via Async Request','2026-04-25 06:17:59','2026-04-25 08:17:59'), +(36254,12163,'action created','2026-04-25 06:18:13','2026-04-25 08:18:13'), +(36255,12163,'action started via WP Cron','2026-04-25 06:18:31','2026-04-25 08:18:31'), +(36256,12163,'action complete via WP Cron','2026-04-25 06:18:31','2026-04-25 08:18:31'), +(36257,12164,'action created','2026-04-25 06:24:09','2026-04-25 08:24:09'), +(36258,12165,'action created','2026-04-25 06:24:28','2026-04-25 08:24:28'), +(36259,12164,'action started via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36260,12164,'action complete via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36261,12165,'action started via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36262,12165,'action complete via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36263,12166,'action created','2026-04-25 06:25:15','2026-04-25 08:25:15'), +(36264,12166,'action started via WP Cron','2026-04-25 06:25:30','2026-04-25 08:25:30'), +(36265,12166,'action complete via WP Cron','2026-04-25 06:25:30','2026-04-25 08:25:30'), +(36266,12167,'action created','2026-04-25 06:25:46','2026-04-25 08:25:46'), +(36267,12167,'action started via Async Request','2026-04-25 06:26:13','2026-04-25 08:26:13'), +(36268,12167,'action complete via Async Request','2026-04-25 06:26:13','2026-04-25 08:26:13'), +(36269,12168,'action created','2026-04-25 06:28:41','2026-04-25 08:28:41'), +(36270,12168,'action started via WP Cron','2026-04-25 06:29:27','2026-04-25 08:29:27'), +(36271,12168,'action complete via WP Cron','2026-04-25 06:29:27','2026-04-25 08:29:27'), +(36272,12169,'action created','2026-04-25 06:30:57','2026-04-25 08:30:57'), +(36273,12169,'action started via WP Cron','2026-04-25 06:31:31','2026-04-25 08:31:31'), +(36274,12169,'action complete via WP Cron','2026-04-25 06:31:31','2026-04-25 08:31:31'), +(36275,12170,'action created','2026-04-25 06:31:43','2026-04-25 08:31:43'), +(36276,12170,'action started via Async Request','2026-04-25 06:31:59','2026-04-25 08:31:59'), +(36277,12170,'action complete via Async Request','2026-04-25 06:31:59','2026-04-25 08:31:59'), +(36278,12171,'action created','2026-04-25 06:32:46','2026-04-25 08:32:46'), +(36279,12171,'action started via Async Request','2026-04-25 06:33:02','2026-04-25 08:33:02'), +(36280,12171,'action complete via Async Request','2026-04-25 06:33:02','2026-04-25 08:33:02'), +(36281,12172,'action created','2026-04-25 06:33:17','2026-04-25 08:33:17'), +(36282,12172,'action started via WP Cron','2026-04-25 06:33:26','2026-04-25 08:33:26'), +(36283,12172,'action complete via WP Cron','2026-04-25 06:33:26','2026-04-25 08:33:26'), +(36284,12173,'action created','2026-04-25 06:33:33','2026-04-25 08:33:33'), +(36285,12174,'action created','2026-04-25 06:33:33','2026-04-25 08:33:33'), +(36286,12175,'action created','2026-04-25 06:33:33','2026-04-25 08:33:33'), +(36287,12176,'action created','2026-04-25 06:33:40','2026-04-25 08:33:40'), +(36288,12177,'action created','2026-04-25 06:33:40','2026-04-25 08:33:40'), +(36289,12178,'action created','2026-04-25 06:33:40','2026-04-25 08:33:40'), +(36290,12179,'action created','2026-04-25 06:33:48','2026-04-25 08:33:48'), +(36291,12173,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36292,12173,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36293,12174,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36294,12174,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36295,12175,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36296,12175,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36297,12176,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36298,12176,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36299,12177,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36300,12177,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36301,12178,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36302,12178,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36303,12179,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36304,12179,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36305,12180,'action created','2026-04-25 06:34:10','2026-04-25 08:34:10'), +(36306,12181,'action created','2026-04-25 06:34:20','2026-04-25 08:34:20'), +(36307,12180,'action started via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36308,12180,'action complete via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36309,12181,'action started via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36310,12181,'action complete via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36311,12182,'action created','2026-04-25 06:36:08','2026-04-25 08:36:08'), +(36312,12182,'action started via WP Cron','2026-04-25 06:36:26','2026-04-25 08:36:26'), +(36313,12182,'action complete via WP Cron','2026-04-25 06:36:26','2026-04-25 08:36:26'), +(36314,12183,'action created','2026-04-25 06:36:59','2026-04-25 08:36:59'), +(36315,12183,'action started via Async Request','2026-04-25 06:37:07','2026-04-25 08:37:07'), +(36316,12183,'action complete via Async Request','2026-04-25 06:37:07','2026-04-25 08:37:07'), +(36317,12184,'action created','2026-04-25 06:37:36','2026-04-25 08:37:36'), +(36318,12184,'action started via Async Request','2026-04-25 06:38:11','2026-04-25 08:38:11'), +(36319,12184,'action complete via Async Request','2026-04-25 06:38:11','2026-04-25 08:38:11'), +(36320,12185,'action created','2026-04-25 06:39:07','2026-04-25 08:39:07'), +(36321,12185,'action started via Async Request','2026-04-25 06:39:12','2026-04-25 08:39:12'), +(36322,12185,'action complete via Async Request','2026-04-25 06:39:12','2026-04-25 08:39:12'), +(36323,12186,'action created','2026-04-25 06:39:32','2026-04-25 08:39:32'), +(36324,12187,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36325,12188,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36326,12189,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36327,12190,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36328,12191,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36329,12192,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36330,12193,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36331,12194,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36332,12186,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36333,12186,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36334,12187,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36335,12187,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36336,12188,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36337,12188,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36338,12189,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36339,12189,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36340,12190,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36341,12190,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36342,12191,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36343,12191,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36344,12192,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36345,12192,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36346,12193,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36347,12193,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36348,12194,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36349,12194,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36350,12195,'action created','2026-04-25 06:42:01','2026-04-25 08:42:01'), +(36351,12196,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36352,12197,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36353,12198,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36354,12199,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36355,12195,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36356,12195,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36357,12196,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36358,12196,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36359,12197,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36360,12197,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36361,12198,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36362,12198,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36363,12199,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36364,12199,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36365,12200,'action created','2026-04-25 06:42:27','2026-04-25 08:42:27'), +(36366,12201,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36367,12202,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36368,12203,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36369,12204,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36370,12205,'action created','2026-04-25 06:42:48','2026-04-25 08:42:48'), +(36371,12206,'action created','2026-04-25 06:43:08','2026-04-25 08:43:08'), +(36372,12207,'action created','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36373,12200,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36374,12200,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36375,12201,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36376,12201,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36377,12202,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36378,12202,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36379,12203,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36380,12203,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36381,12204,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36382,12204,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36383,12205,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36384,12205,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36385,12206,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36386,12206,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36387,12207,'action started via WP Cron','2026-04-25 06:43:28','2026-04-25 08:43:28'), +(36388,12207,'action complete via WP Cron','2026-04-25 06:43:28','2026-04-25 08:43:28'), +(36389,12208,'action created','2026-04-25 06:43:58','2026-04-25 08:43:58'), +(36390,12209,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36391,12210,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36392,12211,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36393,12212,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36394,12213,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36395,12214,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36396,12215,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36397,12216,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36398,12217,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36399,12218,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36400,12219,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36401,12220,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36402,12221,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36403,12222,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36404,12223,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36405,12224,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36406,12225,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36407,12226,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36408,12208,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36409,12208,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36410,12209,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36411,12209,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36412,12210,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36413,12210,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36414,12211,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36415,12211,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36416,12212,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36417,12212,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36418,12213,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36419,12213,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36420,12214,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36421,12214,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36422,12215,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36423,12215,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36424,12216,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36425,12216,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36426,12217,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36427,12217,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36428,12218,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36429,12218,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36430,12219,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36431,12219,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36432,12220,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36433,12220,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36434,12221,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36435,12221,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36436,12222,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36437,12222,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36438,12223,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36439,12223,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36440,12224,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36441,12224,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36442,12225,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36443,12225,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36444,12226,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36445,12226,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36446,12154,'action started via WP Cron','2026-04-25 07:02:03','2026-04-25 09:02:03'), +(36447,12227,'action created','2026-04-25 07:02:03','2026-04-25 09:02:03'), +(36448,12154,'action complete via WP Cron','2026-04-25 07:02:03','2026-04-25 09:02:03'), +(36449,12227,'action started via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36450,12228,'action created','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36451,12227,'action complete via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36452,12140,'action started via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36453,12140,'action complete via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36454,12229,'action created','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36455,12228,'action started via WP Cron','2026-04-25 09:30:55','2026-04-25 11:30:55'), +(36456,12230,'action created','2026-04-25 09:30:55','2026-04-25 11:30:55'), +(36457,12228,'action complete via WP Cron','2026-04-25 09:30:55','2026-04-25 11:30:55'), +(36458,12230,'action started via WP Cron','2026-04-25 10:46:09','2026-04-25 12:46:09'), +(36459,12231,'action created','2026-04-25 10:46:09','2026-04-25 12:46:09'), +(36460,12230,'action complete via WP Cron','2026-04-25 10:46:09','2026-04-25 12:46:09'), +(36461,11930,'action started via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36462,11930,'action complete via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36463,12232,'action created','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36464,11931,'action started via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36465,11931,'action complete via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36466,12233,'action created','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36467,11932,'action started via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36468,11932,'action complete via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36469,12234,'action created','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36470,12231,'action started via WP Cron','2026-04-25 11:48:38','2026-04-25 13:48:38'), +(36471,12235,'action created','2026-04-25 11:48:38','2026-04-25 13:48:38'), +(36472,12231,'action complete via WP Cron','2026-04-25 11:48:38','2026-04-25 13:48:38'), +(36473,12235,'action started via WP Cron','2026-04-25 12:56:58','2026-04-25 14:56:58'), +(36474,12236,'action created','2026-04-25 12:56:58','2026-04-25 14:56:58'), +(36475,12235,'action complete via WP Cron','2026-04-25 12:56:58','2026-04-25 14:56:58'), +(36476,12236,'action started via WP Cron','2026-04-25 14:00:10','2026-04-25 16:00:10'), +(36477,12237,'action created','2026-04-25 14:00:10','2026-04-25 16:00:10'), +(36478,12236,'action complete via WP Cron','2026-04-25 14:00:10','2026-04-25 16:00:10'), +(36479,12237,'action started via WP Cron','2026-04-25 15:24:52','2026-04-25 17:24:52'), +(36480,12238,'action created','2026-04-25 15:24:52','2026-04-25 17:24:52'), +(36481,12237,'action complete via WP Cron','2026-04-25 15:24:52','2026-04-25 17:24:52'), +(36482,12238,'action started via WP Cron','2026-04-25 16:26:23','2026-04-25 18:26:23'), +(36483,12239,'action created','2026-04-25 16:26:23','2026-04-25 18:26:23'), +(36484,12238,'action complete via WP Cron','2026-04-25 16:26:23','2026-04-25 18:26:23'), +(36485,12239,'action started via WP Cron','2026-04-25 17:33:33','2026-04-25 19:33:33'), +(36486,12240,'action created','2026-04-25 17:33:33','2026-04-25 19:33:33'), +(36487,12239,'action complete via WP Cron','2026-04-25 17:33:33','2026-04-25 19:33:33'), +(36488,12240,'action started via WP Cron','2026-04-25 18:53:08','2026-04-25 20:53:08'), +(36489,12241,'action created','2026-04-25 18:53:08','2026-04-25 20:53:08'), +(36490,12240,'action complete via WP Cron','2026-04-25 18:53:08','2026-04-25 20:53:08'), +(36491,12241,'action started via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36492,12242,'action created','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36493,12241,'action complete via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36494,12138,'action started via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36495,12138,'action complete via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36496,12243,'action created','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36497,12229,'action started via WP Cron','2026-04-25 20:23:32','2026-04-25 22:23:32'), +(36498,12229,'action complete via WP Cron','2026-04-25 20:23:32','2026-04-25 22:23:32'), +(36499,12244,'action created','2026-04-25 20:23:32','2026-04-25 22:23:32'), +(36500,12242,'action started via WP Cron','2026-04-25 21:59:50','2026-04-25 23:59:50'), +(36501,12245,'action created','2026-04-25 21:59:50','2026-04-25 23:59:50'), +(36502,12242,'action complete via WP Cron','2026-04-25 21:59:50','2026-04-25 23:59:50'), +(36503,12245,'action started via WP Cron','2026-04-25 23:02:03','2026-04-26 01:02:03'), +(36504,12246,'action created','2026-04-25 23:02:03','2026-04-26 01:02:03'), +(36505,12245,'action complete via WP Cron','2026-04-25 23:02:03','2026-04-26 01:02:03'), +(36506,12246,'action started via WP Cron','2026-04-26 00:04:39','2026-04-26 02:04:39'), +(36507,12247,'action created','2026-04-26 00:04:39','2026-04-26 02:04:39'), +(36508,12246,'action complete via WP Cron','2026-04-26 00:04:39','2026-04-26 02:04:39'), +(36509,12247,'action started via WP Cron','2026-04-26 01:08:12','2026-04-26 03:08:12'), +(36510,12248,'action created','2026-04-26 01:08:12','2026-04-26 03:08:12'), +(36511,12247,'action complete via WP Cron','2026-04-26 01:08:13','2026-04-26 03:08:13'), +(36512,12144,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36513,12144,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36514,12249,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36515,12145,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36516,12145,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36517,12250,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36518,12146,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36519,12146,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36520,12251,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36521,12147,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36522,12252,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36523,12147,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36524,12150,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36527,12254,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36528,12150,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36529,12255,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36530,12254,'action started via WP Cron','2026-04-26 01:53:02','2026-04-26 03:53:02'), +(36531,12254,'action complete via WP Cron','2026-04-26 01:53:02','2026-04-26 03:53:02'), +(36532,12248,'action started via WP Cron','2026-04-26 02:36:25','2026-04-26 04:36:25'), +(36533,12256,'action created','2026-04-26 02:36:25','2026-04-26 04:36:25'), +(36534,12248,'action complete via WP Cron','2026-04-26 02:36:25','2026-04-26 04:36:25'), +(36535,12256,'action started via WP Cron','2026-04-26 04:18:27','2026-04-26 06:18:27'), +(36536,12257,'action created','2026-04-26 04:18:27','2026-04-26 06:18:27'), +(36537,12256,'action complete via WP Cron','2026-04-26 04:18:27','2026-04-26 06:18:27'), +(36538,12257,'action started via WP Cron','2026-04-26 05:20:28','2026-04-26 07:20:28'), +(36539,12258,'action created','2026-04-26 05:20:28','2026-04-26 07:20:28'), +(36540,12257,'action complete via WP Cron','2026-04-26 05:20:28','2026-04-26 07:20:28'), +(36541,12258,'action started via WP Cron','2026-04-26 06:22:26','2026-04-26 08:22:26'), +(36542,12259,'action created','2026-04-26 06:22:26','2026-04-26 08:22:26'), +(36543,12258,'action complete via WP Cron','2026-04-26 06:22:26','2026-04-26 08:22:26'), +(36544,12259,'action started via WP Cron','2026-04-26 07:22:41','2026-04-26 09:22:41'), +(36545,12260,'action created','2026-04-26 07:22:41','2026-04-26 09:22:41'), +(36546,12259,'action complete via WP Cron','2026-04-26 07:22:41','2026-04-26 09:22:41'), +(36547,12260,'action started via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36548,12261,'action created','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36549,12260,'action complete via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36550,12244,'action started via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36551,12244,'action complete via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36552,12262,'action created','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36553,12261,'action started via WP Cron','2026-04-26 09:59:15','2026-04-26 11:59:15'), +(36554,12263,'action created','2026-04-26 09:59:15','2026-04-26 11:59:15'), +(36555,12261,'action complete via WP Cron','2026-04-26 09:59:15','2026-04-26 11:59:15'), +(36556,12263,'action started via WP Cron','2026-04-26 10:59:25','2026-04-26 12:59:25'), +(36557,12264,'action created','2026-04-26 10:59:25','2026-04-26 12:59:25'), +(36558,12263,'action complete via WP Cron','2026-04-26 10:59:25','2026-04-26 12:59:25'), +(36559,12232,'action started via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36560,12232,'action complete via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36561,12265,'action created','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36562,12233,'action started via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36563,12233,'action complete via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36564,12266,'action created','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36565,12234,'action started via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36566,12234,'action complete via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36567,12267,'action created','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36568,12264,'action started via WP Cron','2026-04-26 12:49:11','2026-04-26 14:49:11'), +(36569,12268,'action created','2026-04-26 12:49:11','2026-04-26 14:49:11'), +(36570,12264,'action complete via WP Cron','2026-04-26 12:49:11','2026-04-26 14:49:11'), +(36571,12269,'action created','2026-04-26 13:42:31','2026-04-26 15:42:31'), +(36572,12270,'action created','2026-04-26 13:42:31','2026-04-26 15:42:31'), +(36573,12271,'action created','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36574,12269,'action started via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36575,12269,'action complete via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36576,12270,'action started via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36577,12270,'action complete via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36578,12271,'action started via Async Request','2026-04-26 13:43:18','2026-04-26 15:43:18'), +(36579,12271,'action complete via Async Request','2026-04-26 13:43:18','2026-04-26 15:43:18'), +(36580,12272,'action created','2026-04-26 13:45:31','2026-04-26 15:45:31'), +(36581,12272,'action started via Async Request','2026-04-26 13:47:31','2026-04-26 15:47:31'), +(36582,12272,'action complete via Async Request','2026-04-26 13:47:31','2026-04-26 15:47:31'), +(36583,12268,'action started via Async Request','2026-04-26 13:49:31','2026-04-26 15:49:31'), +(36584,12273,'action created','2026-04-26 13:49:31','2026-04-26 15:49:31'), +(36585,12268,'action complete via Async Request','2026-04-26 13:49:31','2026-04-26 15:49:31'), +(36586,12273,'action started via WP Cron','2026-04-26 14:49:32','2026-04-26 16:49:32'), +(36587,12274,'action created','2026-04-26 14:49:32','2026-04-26 16:49:32'), +(36588,12273,'action complete via WP Cron','2026-04-26 14:49:32','2026-04-26 16:49:32'), +(36589,12275,'action created','2026-04-26 15:20:12','2026-04-26 17:20:12'), +(36590,12275,'action started via Async Request','2026-04-26 15:20:34','2026-04-26 17:20:34'), +(36591,12275,'action complete via Async Request','2026-04-26 15:20:34','2026-04-26 17:20:34'), +(36592,12274,'action started via WP Cron','2026-04-26 15:54:46','2026-04-26 17:54:46'), +(36593,12276,'action created','2026-04-26 15:54:46','2026-04-26 17:54:46'), +(36594,12274,'action complete via WP Cron','2026-04-26 15:54:46','2026-04-26 17:54:46'), +(36595,12276,'action started via WP Cron','2026-04-26 17:10:39','2026-04-26 19:10:39'), +(36596,12277,'action created','2026-04-26 17:10:39','2026-04-26 19:10:39'), +(36597,12276,'action complete via WP Cron','2026-04-26 17:10:39','2026-04-26 19:10:39'), +(36598,12277,'action started via WP Cron','2026-04-26 18:30:06','2026-04-26 20:30:06'), +(36599,12278,'action created','2026-04-26 18:30:06','2026-04-26 20:30:06'), +(36600,12277,'action complete via WP Cron','2026-04-26 18:30:06','2026-04-26 20:30:06'), +(36601,12278,'action started via WP Cron','2026-04-26 19:55:47','2026-04-26 21:55:47'), +(36602,12279,'action created','2026-04-26 19:55:47','2026-04-26 21:55:47'), +(36603,12278,'action complete via WP Cron','2026-04-26 19:55:47','2026-04-26 21:55:47'), +(36604,12243,'action started via WP Cron','2026-04-26 20:12:18','2026-04-26 22:12:18'), +(36605,12243,'action complete via WP Cron','2026-04-26 20:12:18','2026-04-26 22:12:18'), +(36606,12280,'action created','2026-04-26 20:12:18','2026-04-26 22:12:18'), +(36607,12262,'action started via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36608,12262,'action complete via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36609,12281,'action created','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36610,12279,'action started via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36611,12282,'action created','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36612,12279,'action complete via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36613,12282,'action started via WP Cron','2026-04-26 22:14:06','2026-04-27 00:14:06'), +(36614,12283,'action created','2026-04-26 22:14:06','2026-04-27 00:14:06'), +(36615,12282,'action complete via WP Cron','2026-04-26 22:14:06','2026-04-27 00:14:06'), +(36616,12283,'action started via Async Request','2026-04-26 23:20:44','2026-04-27 01:20:44'), +(36617,12284,'action created','2026-04-26 23:20:44','2026-04-27 01:20:44'), +(36618,12283,'action complete via Async Request','2026-04-26 23:20:44','2026-04-27 01:20:44'), +(36619,12284,'action started via WP Cron','2026-04-27 00:20:46','2026-04-27 02:20:46'), +(36620,12285,'action created','2026-04-27 00:20:46','2026-04-27 02:20:46'), +(36621,12284,'action complete via WP Cron','2026-04-27 00:20:46','2026-04-27 02:20:46'), +(36622,12285,'action started via WP Cron','2026-04-27 01:24:52','2026-04-27 03:24:52'), +(36623,12286,'action created','2026-04-27 01:24:52','2026-04-27 03:24:52'), +(36624,12285,'action complete via WP Cron','2026-04-27 01:24:52','2026-04-27 03:24:52'), +(36625,12249,'action started via WP Cron','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36626,12249,'action complete via WP Cron','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36627,12287,'action created','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36628,12250,'action started via WP Cron','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36629,12250,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36630,12288,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36631,12251,'action started via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36632,12251,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36633,12289,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36634,12252,'action started via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36635,12290,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36636,12252,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36637,12255,'action started via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36640,12292,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36641,12255,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36642,12293,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36643,12292,'action started via WP Cron','2026-04-27 01:35:28','2026-04-27 03:35:28'), +(36644,12292,'action complete via WP Cron','2026-04-27 01:35:29','2026-04-27 03:35:29'), +(36645,12286,'action started via WP Cron','2026-04-27 04:01:05','2026-04-27 06:01:05'), +(36646,12294,'action created','2026-04-27 04:01:05','2026-04-27 06:01:05'), +(36647,12286,'action complete via WP Cron','2026-04-27 04:01:05','2026-04-27 06:01:05'), +(36648,12294,'action started via WP Cron','2026-04-27 05:10:55','2026-04-27 07:10:55'), +(36649,12295,'action created','2026-04-27 05:10:55','2026-04-27 07:10:55'), +(36650,12294,'action complete via WP Cron','2026-04-27 05:10:56','2026-04-27 07:10:56'), +(36651,12295,'action started via WP Cron','2026-04-27 06:11:26','2026-04-27 08:11:26'), +(36652,12296,'action created','2026-04-27 06:11:26','2026-04-27 08:11:26'), +(36653,12295,'action complete via WP Cron','2026-04-27 06:11:26','2026-04-27 08:11:26'), +(36654,12296,'action started via WP Cron','2026-04-27 07:14:04','2026-04-27 09:14:04'), +(36655,12297,'action created','2026-04-27 07:14:04','2026-04-27 09:14:04'), +(36656,12296,'action complete via WP Cron','2026-04-27 07:14:04','2026-04-27 09:14:04'), +(36657,12298,'action created','2026-04-27 07:51:52','2026-04-27 09:51:52'), +(36658,12298,'action started via Async Request','2026-04-27 07:52:43','2026-04-27 09:52:43'), +(36659,12298,'action complete via Async Request','2026-04-27 07:52:43','2026-04-27 09:52:43'), +(36660,12297,'action started via Async Request','2026-04-27 08:14:34','2026-04-27 10:14:34'), +(36661,12299,'action created','2026-04-27 08:14:34','2026-04-27 10:14:34'), +(36662,12297,'action complete via Async Request','2026-04-27 08:14:34','2026-04-27 10:14:34'), +(36663,12281,'action started via WP Cron','2026-04-27 09:11:28','2026-04-27 11:11:28'), +(36664,12281,'action complete via WP Cron','2026-04-27 09:11:28','2026-04-27 11:11:28'), +(36665,12300,'action created','2026-04-27 09:11:28','2026-04-27 11:11:28'), +(36666,12299,'action started via Async Request','2026-04-27 09:14:35','2026-04-27 11:14:35'), +(36667,12301,'action created','2026-04-27 09:14:35','2026-04-27 11:14:35'), +(36668,12299,'action complete via Async Request','2026-04-27 09:14:35','2026-04-27 11:14:35'), +(36669,12301,'action started via WP Cron','2026-04-27 10:18:52','2026-04-27 12:18:52'), +(36670,12302,'action created','2026-04-27 10:18:52','2026-04-27 12:18:52'), +(36671,12301,'action complete via WP Cron','2026-04-27 10:18:52','2026-04-27 12:18:52'), +(36672,12303,'action created','2026-04-27 11:15:15','2026-04-27 13:15:15'), +(36673,12303,'action started via Async Request','2026-04-27 11:15:17','2026-04-27 13:15:17'), +(36674,12303,'action complete via Async Request','2026-04-27 11:15:17','2026-04-27 13:15:17'), +(36675,12302,'action started via Async Request','2026-04-27 11:19:53','2026-04-27 13:19:53'), +(36676,12304,'action created','2026-04-27 11:19:53','2026-04-27 13:19:53'), +(36677,12302,'action complete via Async Request','2026-04-27 11:19:53','2026-04-27 13:19:53'), +(36678,12265,'action started via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36679,12265,'action complete via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36680,12305,'action created','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36681,12266,'action started via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36682,12266,'action complete via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36683,12306,'action created','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36684,12267,'action started via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36685,12267,'action complete via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36686,12307,'action created','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36687,12308,'action created','2026-04-27 11:41:25','2026-04-27 13:41:25'), +(36688,12308,'action started via WP Cron','2026-04-27 11:41:26','2026-04-27 13:41:26'), +(36689,12308,'action complete via WP Cron','2026-04-27 11:41:26','2026-04-27 13:41:26'), +(36690,12309,'action created','2026-04-27 11:54:34','2026-04-27 13:54:34'), +(36691,12309,'action started via WP Cron','2026-04-27 11:55:28','2026-04-27 13:55:28'), +(36692,12309,'action complete via WP Cron','2026-04-27 11:55:28','2026-04-27 13:55:28'), +(36693,12310,'action created','2026-04-27 12:04:24','2026-04-27 14:04:24'), +(36694,12310,'action started via WP Cron','2026-04-27 12:04:26','2026-04-27 14:04:26'), +(36695,12310,'action complete via WP Cron','2026-04-27 12:04:26','2026-04-27 14:04:26'), +(36696,12311,'action created','2026-04-27 12:17:57','2026-04-27 14:17:57'), +(36697,12311,'action started via WP Cron','2026-04-27 12:18:19','2026-04-27 14:18:19'), +(36698,12311,'action complete via WP Cron','2026-04-27 12:18:19','2026-04-27 14:18:19'), +(36699,12304,'action started via Async Request','2026-04-27 12:20:09','2026-04-27 14:20:09'), +(36700,12312,'action created','2026-04-27 12:20:09','2026-04-27 14:20:09'), +(36701,12304,'action complete via Async Request','2026-04-27 12:20:09','2026-04-27 14:20:09'), +(36702,12313,'action created','2026-04-27 12:53:51','2026-04-27 14:53:51'), +(36703,12313,'action started via WP Cron','2026-04-27 12:54:28','2026-04-27 14:54:28'), +(36704,12313,'action complete via WP Cron','2026-04-27 12:54:28','2026-04-27 14:54:28'), +(36705,12312,'action started via Async Request','2026-04-27 13:20:50','2026-04-27 15:20:50'), +(36706,12314,'action created','2026-04-27 13:20:50','2026-04-27 15:20:50'), +(36707,12312,'action complete via Async Request','2026-04-27 13:20:50','2026-04-27 15:20:50'), +(36708,12315,'action created','2026-04-27 13:27:06','2026-04-27 15:27:06'), +(36709,12315,'action started via Async Request','2026-04-27 13:28:17','2026-04-27 15:28:17'), +(36710,12315,'action complete via Async Request','2026-04-27 13:28:17','2026-04-27 15:28:17'), +(36711,12316,'action created','2026-04-27 13:29:49','2026-04-27 15:29:49'), +(36712,12317,'action created','2026-04-27 13:29:55','2026-04-27 15:29:55'), +(36713,12318,'action created','2026-04-27 13:29:57','2026-04-27 15:29:57'), +(36714,12319,'action created','2026-04-27 13:29:57','2026-04-27 15:29:57'), +(36715,12320,'action created','2026-04-27 13:29:59','2026-04-27 15:29:59'), +(36716,12321,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36717,12322,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36718,12323,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36719,12324,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36720,12316,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36721,12316,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36722,12317,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36723,12317,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36724,12318,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36725,12318,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36726,12319,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36727,12319,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36728,12320,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36729,12320,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36730,12321,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36731,12321,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36732,12322,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36733,12322,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36734,12323,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36735,12323,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36736,12324,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36737,12324,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36738,12325,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36739,12326,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36740,12327,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36741,12328,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36742,12329,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36743,12330,'action created','2026-04-27 13:33:28','2026-04-27 15:33:28'), +(36744,12331,'action created','2026-04-27 13:33:31','2026-04-27 15:33:31'), +(36745,12325,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36746,12325,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36747,12326,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36748,12326,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36749,12327,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36750,12327,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36751,12328,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36752,12328,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36753,12329,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36754,12329,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36755,12330,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36756,12330,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36757,12331,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36758,12331,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36759,12332,'action created','2026-04-27 13:33:59','2026-04-27 15:33:59'), +(36760,12332,'action started via Async Request','2026-04-27 13:34:00','2026-04-27 15:34:00'), +(36761,12332,'action complete via Async Request','2026-04-27 13:34:00','2026-04-27 15:34:00'), +(36762,12333,'action created','2026-04-27 13:34:41','2026-04-27 15:34:41'), +(36763,12333,'action started via Async Request','2026-04-27 13:34:57','2026-04-27 15:34:57'), +(36764,12333,'action complete via Async Request','2026-04-27 13:34:57','2026-04-27 15:34:57'), +(36765,12314,'action started via WP Cron','2026-04-27 14:23:49','2026-04-27 16:23:49'), +(36766,12334,'action created','2026-04-27 14:23:49','2026-04-27 16:23:49'), +(36767,12314,'action complete via WP Cron','2026-04-27 14:23:49','2026-04-27 16:23:49'), +(36768,12334,'action started via Async Request','2026-04-27 15:26:32','2026-04-27 17:26:32'), +(36769,12335,'action created','2026-04-27 15:26:32','2026-04-27 17:26:32'), +(36770,12334,'action complete via Async Request','2026-04-27 15:26:32','2026-04-27 17:26:32'), +(36771,12336,'action created','2026-04-27 15:58:44','2026-04-27 17:58:44'), +(36772,12336,'action started via WP Cron','2026-04-27 15:59:30','2026-04-27 17:59:30'), +(36773,12336,'action complete via WP Cron','2026-04-27 15:59:30','2026-04-27 17:59:30'), +(36774,12337,'action created','2026-04-27 16:04:54','2026-04-27 18:04:54'), +(36775,12337,'action started via WP Cron','2026-04-27 16:05:30','2026-04-27 18:05:30'), +(36776,12337,'action complete via WP Cron','2026-04-27 16:05:30','2026-04-27 18:05:30'), +(36777,12335,'action started via WP Cron','2026-04-27 16:26:35','2026-04-27 18:26:35'), +(36778,12338,'action created','2026-04-27 16:26:35','2026-04-27 18:26:35'), +(36779,12335,'action complete via WP Cron','2026-04-27 16:26:35','2026-04-27 18:26:35'), +(36780,12339,'action created','2026-04-27 16:43:02','2026-04-27 18:43:02'), +(36781,12339,'action started via WP Cron','2026-04-27 16:43:28','2026-04-27 18:43:28'), +(36782,12339,'action complete via WP Cron','2026-04-27 16:43:28','2026-04-27 18:43:28'), +(36783,12338,'action started via WP Cron','2026-04-27 17:31:59','2026-04-27 19:31:59'), +(36784,12340,'action created','2026-04-27 17:31:59','2026-04-27 19:31:59'), +(36785,12338,'action complete via WP Cron','2026-04-27 17:31:59','2026-04-27 19:31:59'), +(36786,12340,'action started via WP Cron','2026-04-27 18:39:06','2026-04-27 20:39:06'), +(36787,12341,'action created','2026-04-27 18:39:06','2026-04-27 20:39:06'), +(36788,12340,'action complete via WP Cron','2026-04-27 18:39:06','2026-04-27 20:39:06'), +(36789,12341,'action started via WP Cron','2026-04-27 19:40:40','2026-04-27 21:40:40'), +(36790,12342,'action created','2026-04-27 19:40:40','2026-04-27 21:40:40'), +(36791,12341,'action complete via WP Cron','2026-04-27 19:40:40','2026-04-27 21:40:40'), +(36792,12280,'action started via WP Cron','2026-04-27 20:15:23','2026-04-27 22:15:23'), +(36793,12280,'action complete via WP Cron','2026-04-27 20:15:23','2026-04-27 22:15:23'), +(36794,12343,'action created','2026-04-27 20:15:23','2026-04-27 22:15:23'), +(36795,12342,'action started via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36796,12344,'action created','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36797,12342,'action complete via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36798,12300,'action started via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36799,12300,'action complete via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36800,12345,'action created','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36801,12344,'action started via WP Cron','2026-04-27 22:22:21','2026-04-28 00:22:21'), +(36802,12346,'action created','2026-04-27 22:22:21','2026-04-28 00:22:21'), +(36803,12344,'action complete via WP Cron','2026-04-27 22:22:21','2026-04-28 00:22:21'), +(36804,12347,'action created','2026-04-27 23:02:04','2026-04-28 01:02:04'), +(36805,12348,'action created','2026-04-27 23:03:44','2026-04-28 01:03:44'), +(36806,12347,'action started via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36807,12347,'action complete via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36808,12348,'action started via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36809,12348,'action complete via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36810,12346,'action started via WP Cron','2026-04-27 23:40:30','2026-04-28 01:40:30'), +(36811,12349,'action created','2026-04-27 23:40:30','2026-04-28 01:40:30'), +(36812,12346,'action complete via WP Cron','2026-04-27 23:40:30','2026-04-28 01:40:30'), +(36813,12349,'action started via WP Cron','2026-04-28 01:05:31','2026-04-28 03:05:31'), +(36814,12350,'action created','2026-04-28 01:05:31','2026-04-28 03:05:31'), +(36815,12349,'action complete via WP Cron','2026-04-28 01:05:31','2026-04-28 03:05:31'), +(36816,12287,'action started via WP Cron','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36817,12287,'action complete via WP Cron','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36818,12351,'action created','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36819,12288,'action started via WP Cron','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36820,12288,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36821,12352,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36822,12289,'action started via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36823,12289,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36824,12353,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36825,12290,'action started via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36826,12354,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36827,12290,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36828,12293,'action started via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36831,12356,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36832,12293,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36833,12357,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36834,12356,'action started via WP Cron','2026-04-28 01:45:58','2026-04-28 03:45:58'), +(36835,12356,'action complete via WP Cron','2026-04-28 01:45:58','2026-04-28 03:45:58'), +(36836,12350,'action started via WP Cron','2026-04-28 02:12:15','2026-04-28 04:12:15'), +(36837,12358,'action created','2026-04-28 02:12:15','2026-04-28 04:12:15'), +(36838,12350,'action complete via WP Cron','2026-04-28 02:12:15','2026-04-28 04:12:15'), +(36839,12358,'action started via WP Cron','2026-04-28 03:12:20','2026-04-28 05:12:20'), +(36840,12359,'action created','2026-04-28 03:12:20','2026-04-28 05:12:20'), +(36841,12358,'action complete via WP Cron','2026-04-28 03:12:20','2026-04-28 05:12:20'), +(36842,12359,'action started via WP Cron','2026-04-28 04:16:03','2026-04-28 06:16:03'), +(36843,12360,'action created','2026-04-28 04:16:03','2026-04-28 06:16:03'), +(36844,12359,'action complete via WP Cron','2026-04-28 04:16:03','2026-04-28 06:16:03'), +(36845,12360,'action started via WP Cron','2026-04-28 05:34:11','2026-04-28 07:34:11'), +(36846,12361,'action created','2026-04-28 05:34:11','2026-04-28 07:34:11'), +(36847,12360,'action complete via WP Cron','2026-04-28 05:34:11','2026-04-28 07:34:11'), +(36848,12361,'action started via WP Cron','2026-04-28 06:41:55','2026-04-28 08:41:55'), +(36849,12362,'action created','2026-04-28 06:41:55','2026-04-28 08:41:55'), +(36850,12361,'action complete via WP Cron','2026-04-28 06:41:55','2026-04-28 08:41:55'), +(36851,11828,'action started via WP Cron','2026-04-28 07:30:15','2026-04-28 09:30:15'), +(36852,11828,'action complete via WP Cron','2026-04-28 07:30:15','2026-04-28 09:30:15'), +(36853,12363,'action created','2026-04-28 07:30:15','2026-04-28 09:30:15'), +(36854,12362,'action started via WP Cron','2026-04-28 07:47:34','2026-04-28 09:47:34'), +(36855,12364,'action created','2026-04-28 07:47:34','2026-04-28 09:47:34'), +(36856,12362,'action complete via WP Cron','2026-04-28 07:47:34','2026-04-28 09:47:34'), +(36857,12365,'action created','2026-04-28 08:08:18','2026-04-28 10:08:18'), +(36858,12366,'action created','2026-04-28 08:08:21','2026-04-28 10:08:21'), +(36859,12367,'action created','2026-04-28 08:08:21','2026-04-28 10:08:21'), +(36860,12365,'action started via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36861,12365,'action complete via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36862,12366,'action started via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36863,12366,'action complete via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36864,12367,'action started via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36865,12367,'action complete via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36866,12368,'action created','2026-04-28 08:08:36','2026-04-28 10:08:36'), +(36867,12369,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36868,12370,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36869,12371,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36870,12372,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36871,12373,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36872,12374,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36873,12375,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36874,12376,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36875,12377,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36876,12378,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36877,12379,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36878,12380,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36879,12381,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36880,12382,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36881,12383,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36882,12384,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36883,12385,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36884,12368,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36885,12368,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36886,12369,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36887,12369,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36888,12370,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36889,12370,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36890,12371,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36891,12371,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36892,12372,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36893,12372,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36894,12373,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36895,12373,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36896,12374,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36897,12374,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36898,12375,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36899,12375,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36900,12376,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36901,12376,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36902,12377,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36903,12377,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36904,12378,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36905,12378,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36906,12379,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36907,12379,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36908,12380,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36909,12380,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36910,12381,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36911,12381,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36912,12382,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36913,12382,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36914,12383,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36915,12383,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36916,12384,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36917,12384,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36918,12385,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36919,12385,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36920,12386,'action created','2026-04-28 08:09:05','2026-04-28 10:09:05'), +(36921,12386,'action started via Async Request','2026-04-28 08:09:08','2026-04-28 10:09:08'), +(36922,12386,'action complete via Async Request','2026-04-28 08:09:08','2026-04-28 10:09:08'), +(36923,12387,'action created','2026-04-28 08:23:50','2026-04-28 10:23:50'), +(36924,12387,'action started via Async Request','2026-04-28 08:24:09','2026-04-28 10:24:09'), +(36925,12387,'action complete via Async Request','2026-04-28 08:24:09','2026-04-28 10:24:09'), +(36926,12388,'action created','2026-04-28 08:24:42','2026-04-28 10:24:42'), +(36927,12388,'action started via Async Request','2026-04-28 08:25:14','2026-04-28 10:25:14'), +(36928,12388,'action complete via Async Request','2026-04-28 08:25:14','2026-04-28 10:25:14'), +(36929,12389,'action created','2026-04-28 08:40:27','2026-04-28 10:40:27'), +(36930,12390,'action created','2026-04-28 08:40:44','2026-04-28 10:40:44'), +(36931,12389,'action started via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36932,12389,'action complete via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36933,12390,'action started via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36934,12390,'action complete via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36935,12364,'action started via WP Cron','2026-04-28 08:49:12','2026-04-28 10:49:12'), +(36936,12391,'action created','2026-04-28 08:49:12','2026-04-28 10:49:12'), +(36937,12364,'action complete via WP Cron','2026-04-28 08:49:12','2026-04-28 10:49:12'), +(36938,12345,'action started via WP Cron','2026-04-28 09:19:13','2026-04-28 11:19:13'), +(36939,12345,'action complete via WP Cron','2026-04-28 09:19:13','2026-04-28 11:19:13'), +(36940,12392,'action created','2026-04-28 09:19:13','2026-04-28 11:19:13'), +(36941,12393,'action created','2026-04-28 09:49:14','2026-04-28 11:49:14'), +(36942,12391,'action started via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36943,12394,'action created','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36944,12391,'action complete via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36945,12393,'action started via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36946,12393,'action complete via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36947,12395,'action created','2026-04-28 09:50:48','2026-04-28 11:50:48'), +(36948,12396,'action created','2026-04-28 09:51:07','2026-04-28 11:51:07'), +(36949,12395,'action started via Async Request','2026-04-28 09:51:07','2026-04-28 11:51:07'), +(36950,12395,'action complete via Async Request','2026-04-28 09:51:07','2026-04-28 11:51:07'), +(36951,12396,'action started via Async Request','2026-04-28 09:51:08','2026-04-28 11:51:08'), +(36952,12396,'action complete via Async Request','2026-04-28 09:51:08','2026-04-28 11:51:08'), +(36953,12397,'action created','2026-04-28 09:51:54','2026-04-28 11:51:54'), +(36954,12397,'action started via Async Request','2026-04-28 09:52:08','2026-04-28 11:52:08'), +(36955,12397,'action complete via Async Request','2026-04-28 09:52:08','2026-04-28 11:52:08'), +(36956,12398,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36957,12399,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36958,12400,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36959,12401,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36960,12402,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36961,12403,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36962,12404,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36963,12405,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36964,12406,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36965,12407,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36966,12408,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36967,12409,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36968,12410,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36969,12411,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36970,12412,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36971,12413,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36972,12414,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36973,12415,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36974,12416,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36975,12398,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36976,12398,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36977,12399,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36978,12399,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36979,12400,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36980,12400,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36981,12401,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36982,12401,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36983,12402,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36984,12402,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36985,12403,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36986,12403,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36987,12404,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36988,12404,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36989,12405,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36990,12405,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36991,12406,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36992,12406,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36993,12407,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36994,12407,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36995,12408,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36996,12408,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36997,12409,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36998,12409,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36999,12410,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37000,12410,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37001,12411,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37002,12411,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37003,12412,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37004,12412,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37005,12413,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37006,12413,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37007,12414,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37008,12414,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37009,12415,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37010,12415,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37011,12416,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37012,12416,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37013,12417,'action created','2026-04-28 10:22:57','2026-04-28 12:22:57'), +(37014,12417,'action started via WP Cron','2026-04-28 10:23:27','2026-04-28 12:23:27'), +(37015,12417,'action complete via WP Cron','2026-04-28 10:23:28','2026-04-28 12:23:28'), +(37016,12418,'action created','2026-04-28 10:40:04','2026-04-28 12:40:04'), +(37017,12418,'action started via WP Cron','2026-04-28 10:40:26','2026-04-28 12:40:26'), +(37018,12418,'action complete via WP Cron','2026-04-28 10:40:26','2026-04-28 12:40:26'), +(37019,12419,'action created','2026-04-28 10:47:05','2026-04-28 12:47:05'), +(37020,12419,'action started via Async Request','2026-04-28 10:47:11','2026-04-28 12:47:11'), +(37021,12419,'action complete via Async Request','2026-04-28 10:47:11','2026-04-28 12:47:11'), +(37022,12420,'action created','2026-04-28 10:48:44','2026-04-28 12:48:44'), +(37023,12421,'action created','2026-04-28 10:49:20','2026-04-28 12:49:20'), +(37024,12420,'action started via Async Request','2026-04-28 10:49:20','2026-04-28 12:49:20'), +(37025,12420,'action complete via Async Request','2026-04-28 10:49:20','2026-04-28 12:49:20'), +(37026,12421,'action started via Async Request','2026-04-28 10:49:25','2026-04-28 12:49:25'), +(37027,12421,'action complete via Async Request','2026-04-28 10:49:25','2026-04-28 12:49:25'), +(37028,12394,'action started via WP Cron','2026-04-28 10:49:26','2026-04-28 12:49:26'), +(37029,12422,'action created','2026-04-28 10:49:26','2026-04-28 12:49:26'), +(37030,12394,'action complete via WP Cron','2026-04-28 10:49:26','2026-04-28 12:49:26'), +(37031,12423,'action created','2026-04-28 10:50:26','2026-04-28 12:50:26'), +(37032,12423,'action started via Async Request','2026-04-28 10:51:32','2026-04-28 12:51:32'), +(37033,12423,'action complete via Async Request','2026-04-28 10:51:32','2026-04-28 12:51:32'), +(37034,12424,'action created','2026-04-28 10:53:52','2026-04-28 12:53:52'), +(37035,12424,'action started via WP Cron','2026-04-28 10:54:26','2026-04-28 12:54:26'), +(37036,12424,'action complete via WP Cron','2026-04-28 10:54:26','2026-04-28 12:54:26'), +(37037,12425,'action created','2026-04-28 10:54:34','2026-04-28 12:54:34'), +(37038,12425,'action started via Async Request','2026-04-28 10:54:42','2026-04-28 12:54:42'), +(37039,12425,'action complete via Async Request','2026-04-28 10:54:42','2026-04-28 12:54:42'), +(37040,12426,'action created','2026-04-28 11:00:33','2026-04-28 13:00:33'), +(37041,12427,'action created','2026-04-28 11:01:06','2026-04-28 13:01:06'), +(37042,12426,'action started via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37043,12426,'action complete via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37044,12427,'action started via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37045,12427,'action complete via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37046,12428,'action created','2026-04-28 11:01:34','2026-04-28 13:01:34'), +(37047,12429,'action created','2026-04-28 11:02:02','2026-04-28 13:02:02'), +(37048,12428,'action started via Async Request','2026-04-28 11:02:18','2026-04-28 13:02:18'), +(37049,12428,'action complete via Async Request','2026-04-28 11:02:18','2026-04-28 13:02:18'), +(37050,12429,'action started via Async Request','2026-04-28 11:02:18','2026-04-28 13:02:18'), +(37051,12429,'action complete via Async Request','2026-04-28 11:02:19','2026-04-28 13:02:19'), +(37052,12430,'action created','2026-04-28 11:02:36','2026-04-28 13:02:36'), +(37053,12430,'action started via Async Request','2026-04-28 11:03:27','2026-04-28 13:03:27'), +(37054,12430,'action complete via Async Request','2026-04-28 11:03:27','2026-04-28 13:03:27'), +(37055,12431,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37056,12432,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37057,12433,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37058,12434,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37059,12431,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37060,12431,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37061,12432,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37062,12432,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37063,12433,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37064,12433,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37065,12434,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37066,12434,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37067,12435,'action created','2026-04-28 11:20:49','2026-04-28 13:20:49'), +(37068,12435,'action started via WP Cron','2026-04-28 11:21:32','2026-04-28 13:21:32'), +(37069,12435,'action complete via WP Cron','2026-04-28 11:21:32','2026-04-28 13:21:32'), +(37070,12305,'action started via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37071,12305,'action complete via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37072,12436,'action created','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37073,12306,'action started via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37074,12306,'action complete via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37075,12437,'action created','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37076,12307,'action started via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37077,12307,'action complete via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37078,12438,'action created','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37079,12422,'action started via WP Cron','2026-04-28 11:49:41','2026-04-28 13:49:41'), +(37080,12439,'action created','2026-04-28 11:49:41','2026-04-28 13:49:41'), +(37081,12422,'action complete via WP Cron','2026-04-28 11:49:41','2026-04-28 13:49:41'), +(37082,12439,'action started via WP Cron','2026-04-28 12:50:34','2026-04-28 14:50:34'), +(37083,12440,'action created','2026-04-28 12:50:34','2026-04-28 14:50:34'), +(37084,12439,'action complete via WP Cron','2026-04-28 12:50:34','2026-04-28 14:50:34'), +(37085,12440,'action started via WP Cron','2026-04-28 13:55:40','2026-04-28 15:55:40'), +(37086,12441,'action created','2026-04-28 13:55:40','2026-04-28 15:55:40'), +(37087,12440,'action complete via WP Cron','2026-04-28 13:55:40','2026-04-28 15:55:40'), +(37088,12441,'action started via WP Cron','2026-04-28 15:00:46','2026-04-28 17:00:46'), +(37089,12442,'action created','2026-04-28 15:00:46','2026-04-28 17:00:46'), +(37090,12441,'action complete via WP Cron','2026-04-28 15:00:46','2026-04-28 17:00:46'), +(37091,12442,'action started via WP Cron','2026-04-28 16:08:44','2026-04-28 18:08:44'), +(37092,12443,'action created','2026-04-28 16:08:44','2026-04-28 18:08:44'), +(37093,12442,'action complete via WP Cron','2026-04-28 16:08:44','2026-04-28 18:08:44'), +(37094,12443,'action started via WP Cron','2026-04-28 17:08:44','2026-04-28 19:08:44'), +(37095,12444,'action created','2026-04-28 17:08:44','2026-04-28 19:08:44'), +(37096,12443,'action complete via WP Cron','2026-04-28 17:08:44','2026-04-28 19:08:44'), +(37097,12444,'action started via WP Cron','2026-04-28 18:15:05','2026-04-28 20:15:05'), +(37098,12445,'action created','2026-04-28 18:15:05','2026-04-28 20:15:05'), +(37099,12444,'action complete via WP Cron','2026-04-28 18:15:05','2026-04-28 20:15:05'), +(37100,12445,'action started via WP Cron','2026-04-28 19:21:24','2026-04-28 21:21:24'), +(37101,12446,'action created','2026-04-28 19:21:24','2026-04-28 21:21:24'), +(37102,12445,'action complete via WP Cron','2026-04-28 19:21:24','2026-04-28 21:21:24'), +(37103,12343,'action started via WP Cron','2026-04-28 20:17:01','2026-04-28 22:17:01'), +(37104,12343,'action complete via WP Cron','2026-04-28 20:17:01','2026-04-28 22:17:01'), +(37105,12447,'action created','2026-04-28 20:17:01','2026-04-28 22:17:01'), +(37106,12446,'action started via WP Cron','2026-04-28 20:38:30','2026-04-28 22:38:30'), +(37107,12448,'action created','2026-04-28 20:38:30','2026-04-28 22:38:30'), +(37108,12446,'action complete via WP Cron','2026-04-28 20:38:30','2026-04-28 22:38:30'), +(37109,12392,'action started via WP Cron','2026-04-28 21:21:26','2026-04-28 23:21:26'), +(37110,12392,'action complete via WP Cron','2026-04-28 21:21:26','2026-04-28 23:21:26'), +(37111,12449,'action created','2026-04-28 21:21:26','2026-04-28 23:21:26'), +(37112,12448,'action started via WP Cron','2026-04-28 22:22:17','2026-04-29 00:22:17'), +(37113,12450,'action created','2026-04-28 22:22:17','2026-04-29 00:22:17'), +(37114,12448,'action complete via WP Cron','2026-04-28 22:22:17','2026-04-29 00:22:17'), +(37115,12450,'action started via WP Cron','2026-04-29 00:30:04','2026-04-29 02:30:04'), +(37116,12451,'action created','2026-04-29 00:30:04','2026-04-29 02:30:04'), +(37117,12450,'action complete via WP Cron','2026-04-29 00:30:04','2026-04-29 02:30:04'), +(37118,12451,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37119,12452,'action created','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37120,12451,'action complete via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37121,12351,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37122,12351,'action complete via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37123,12453,'action created','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37124,12352,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37125,12352,'action complete via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37126,12454,'action created','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37127,12353,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37128,12353,'action complete via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37129,12455,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37130,12354,'action started via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37131,12456,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37132,12354,'action complete via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37133,12357,'action started via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37136,12458,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37137,12357,'action complete via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37138,12459,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37139,12458,'action started via WP Cron','2026-04-29 01:58:05','2026-04-29 03:58:05'), +(37140,12458,'action complete via WP Cron','2026-04-29 01:58:05','2026-04-29 03:58:05'), +(37141,12452,'action started via WP Cron','2026-04-29 03:07:45','2026-04-29 05:07:45'), +(37142,12460,'action created','2026-04-29 03:07:45','2026-04-29 05:07:45'), +(37143,12452,'action complete via WP Cron','2026-04-29 03:07:45','2026-04-29 05:07:45'), +(37144,12460,'action started via WP Cron','2026-04-29 04:16:44','2026-04-29 06:16:44'), +(37145,12461,'action created','2026-04-29 04:16:44','2026-04-29 06:16:44'), +(37146,12460,'action complete via WP Cron','2026-04-29 04:16:44','2026-04-29 06:16:44'), +(37147,12461,'action started via WP Cron','2026-04-29 05:25:02','2026-04-29 07:25:02'), +(37148,12462,'action created','2026-04-29 05:25:02','2026-04-29 07:25:02'), +(37149,12461,'action complete via WP Cron','2026-04-29 05:25:02','2026-04-29 07:25:02'), +(37150,12462,'action started via WP Cron','2026-04-29 06:25:11','2026-04-29 08:25:11'), +(37151,12463,'action created','2026-04-29 06:25:11','2026-04-29 08:25:11'), +(37152,12462,'action complete via WP Cron','2026-04-29 06:25:11','2026-04-29 08:25:11'), +(37153,12463,'action started via WP Cron','2026-04-29 07:25:15','2026-04-29 09:25:15'), +(37154,12464,'action created','2026-04-29 07:25:15','2026-04-29 09:25:15'), +(37155,12463,'action complete via WP Cron','2026-04-29 07:25:15','2026-04-29 09:25:15'), +(37156,12464,'action started via WP Cron','2026-04-29 08:40:25','2026-04-29 10:40:25'), +(37157,12465,'action created','2026-04-29 08:40:25','2026-04-29 10:40:25'), +(37158,12464,'action complete via WP Cron','2026-04-29 08:40:25','2026-04-29 10:40:25'), +(37159,12466,'action created','2026-04-29 09:02:06','2026-04-29 11:02:06'), +(37160,12466,'action started via WP Cron','2026-04-29 09:02:28','2026-04-29 11:02:28'), +(37161,12466,'action complete via WP Cron','2026-04-29 09:02:28','2026-04-29 11:02:28'), +(37162,12467,'action created','2026-04-29 09:02:32','2026-04-29 11:02:32'), +(37163,12467,'action started via Async Request','2026-04-29 09:03:10','2026-04-29 11:03:10'), +(37164,12467,'action complete via Async Request','2026-04-29 09:03:10','2026-04-29 11:03:10'), +(37165,12468,'action created','2026-04-29 09:18:27','2026-04-29 11:18:27'), +(37166,12468,'action started via WP Cron','2026-04-29 09:19:43','2026-04-29 11:19:43'), +(37167,12468,'action complete via WP Cron','2026-04-29 09:19:43','2026-04-29 11:19:43'), +(37168,12449,'action started via WP Cron','2026-04-29 09:22:34','2026-04-29 11:22:34'), +(37169,12449,'action complete via WP Cron','2026-04-29 09:22:34','2026-04-29 11:22:34'), +(37170,12469,'action created','2026-04-29 09:22:34','2026-04-29 11:22:34'), +(37171,12465,'action started via WP Cron','2026-04-29 10:07:56','2026-04-29 12:07:56'), +(37172,12470,'action created','2026-04-29 10:07:56','2026-04-29 12:07:56'), +(37173,12465,'action complete via WP Cron','2026-04-29 10:07:56','2026-04-29 12:07:56'), +(37174,12470,'action started via WP Cron','2026-04-29 11:11:17','2026-04-29 13:11:17'), +(37175,12471,'action created','2026-04-29 11:11:17','2026-04-29 13:11:17'), +(37176,12470,'action complete via WP Cron','2026-04-29 11:11:17','2026-04-29 13:11:17'), +(37177,12436,'action started via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37178,12436,'action complete via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37179,12472,'action created','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37180,12437,'action started via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37181,12437,'action complete via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37182,12473,'action created','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37183,12438,'action started via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37184,12438,'action complete via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37185,12474,'action created','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37186,12471,'action started via WP Cron','2026-04-29 12:25:16','2026-04-29 14:25:16'), +(37187,12475,'action created','2026-04-29 12:25:16','2026-04-29 14:25:16'), +(37188,12471,'action complete via WP Cron','2026-04-29 12:25:16','2026-04-29 14:25:16'), +(37189,12475,'action started via WP Cron','2026-04-29 13:43:38','2026-04-29 15:43:38'), +(37190,12476,'action created','2026-04-29 13:43:38','2026-04-29 15:43:38'), +(37191,12475,'action complete via WP Cron','2026-04-29 13:43:38','2026-04-29 15:43:38'), +(37192,12476,'action started via WP Cron','2026-04-29 14:50:13','2026-04-29 16:50:13'), +(37193,12477,'action created','2026-04-29 14:50:13','2026-04-29 16:50:13'), +(37194,12476,'action complete via WP Cron','2026-04-29 14:50:13','2026-04-29 16:50:13'), +(37195,12477,'action started via WP Cron','2026-04-29 15:57:18','2026-04-29 17:57:18'), +(37196,12478,'action created','2026-04-29 15:57:18','2026-04-29 17:57:18'), +(37197,12477,'action complete via WP Cron','2026-04-29 15:57:18','2026-04-29 17:57:18'), +(37198,12478,'action started via WP Cron','2026-04-29 16:57:41','2026-04-29 18:57:41'), +(37199,12479,'action created','2026-04-29 16:57:41','2026-04-29 18:57:41'), +(37200,12478,'action complete via WP Cron','2026-04-29 16:57:41','2026-04-29 18:57:41'), +(37201,12479,'action started via WP Cron','2026-04-29 18:03:16','2026-04-29 20:03:16'), +(37202,12480,'action created','2026-04-29 18:03:16','2026-04-29 20:03:16'), +(37203,12479,'action complete via WP Cron','2026-04-29 18:03:16','2026-04-29 20:03:16'), +(37204,12480,'action started via WP Cron','2026-04-29 19:21:12','2026-04-29 21:21:12'), +(37205,12481,'action created','2026-04-29 19:21:12','2026-04-29 21:21:12'), +(37206,12480,'action complete via WP Cron','2026-04-29 19:21:12','2026-04-29 21:21:12'), +(37207,12447,'action started via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37208,12447,'action complete via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37209,12482,'action created','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37210,12481,'action started via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37211,12483,'action created','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37212,12481,'action complete via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37213,12469,'action started via WP Cron','2026-04-29 21:51:21','2026-04-29 23:51:21'), +(37214,12469,'action complete via WP Cron','2026-04-29 21:51:21','2026-04-29 23:51:21'), +(37215,12484,'action created','2026-04-29 21:51:21','2026-04-29 23:51:21'), +(37216,12483,'action started via WP Cron','2026-04-29 21:57:14','2026-04-29 23:57:14'), +(37217,12485,'action created','2026-04-29 21:57:14','2026-04-29 23:57:14'), +(37218,12483,'action complete via WP Cron','2026-04-29 21:57:14','2026-04-29 23:57:14'), +(37219,12485,'action started via WP Cron','2026-04-29 23:02:46','2026-04-30 01:02:46'), +(37220,12486,'action created','2026-04-29 23:02:46','2026-04-30 01:02:46'), +(37221,12485,'action complete via WP Cron','2026-04-29 23:02:46','2026-04-30 01:02:46'), +(37222,12486,'action started via WP Cron','2026-04-30 00:03:28','2026-04-30 02:03:28'), +(37223,12487,'action created','2026-04-30 00:03:28','2026-04-30 02:03:28'), +(37224,12486,'action complete via WP Cron','2026-04-30 00:03:28','2026-04-30 02:03:28'), +(37225,12487,'action started via WP Cron','2026-04-30 01:35:39','2026-04-30 03:35:39'), +(37226,12488,'action created','2026-04-30 01:35:39','2026-04-30 03:35:39'), +(37227,12487,'action complete via WP Cron','2026-04-30 01:35:39','2026-04-30 03:35:39'), +(37228,12453,'action started via WP Cron','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37229,12453,'action complete via WP Cron','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37230,12489,'action created','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37231,12454,'action started via WP Cron','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37232,12454,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37233,12490,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37234,12455,'action started via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37235,12455,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37236,12491,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37237,12456,'action started via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37238,12492,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37239,12456,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37240,12459,'action started via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37243,12494,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37244,12459,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37245,12495,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37246,12494,'action started via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37247,12494,'action complete via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37248,12488,'action started via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37249,12496,'action created','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37250,12488,'action complete via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37251,12496,'action started via WP Cron','2026-04-30 04:14:32','2026-04-30 06:14:32'), +(37252,12497,'action created','2026-04-30 04:14:32','2026-04-30 06:14:32'), +(37253,12496,'action complete via WP Cron','2026-04-30 04:14:32','2026-04-30 06:14:32'), +(37254,12497,'action started via WP Cron','2026-04-30 05:14:44','2026-04-30 07:14:44'), +(37255,12498,'action created','2026-04-30 05:14:44','2026-04-30 07:14:44'), +(37256,12497,'action complete via WP Cron','2026-04-30 05:14:44','2026-04-30 07:14:44'), +(37257,12498,'action started via WP Cron','2026-04-30 06:32:15','2026-04-30 08:32:15'), +(37258,12499,'action created','2026-04-30 06:32:15','2026-04-30 08:32:15'), +(37259,12498,'action complete via WP Cron','2026-04-30 06:32:15','2026-04-30 08:32:15'), +(37260,12499,'action started via WP Cron','2026-04-30 07:33:52','2026-04-30 09:33:52'), +(37261,12500,'action created','2026-04-30 07:33:52','2026-04-30 09:33:52'), +(37262,12499,'action complete via WP Cron','2026-04-30 07:33:52','2026-04-30 09:33:52'), +(37263,12500,'action started via WP Cron','2026-04-30 09:05:40','2026-04-30 11:05:40'), +(37264,12501,'action created','2026-04-30 09:05:40','2026-04-30 11:05:40'), +(37265,12500,'action complete via WP Cron','2026-04-30 09:05:40','2026-04-30 11:05:40'), +(37266,12484,'action started via WP Cron','2026-04-30 09:51:52','2026-04-30 11:51:52'), +(37267,12484,'action complete via WP Cron','2026-04-30 09:51:52','2026-04-30 11:51:52'), +(37268,12502,'action created','2026-04-30 09:51:52','2026-04-30 11:51:52'), +(37269,12501,'action started via WP Cron','2026-04-30 10:06:33','2026-04-30 12:06:33'), +(37270,12503,'action created','2026-04-30 10:06:33','2026-04-30 12:06:33'), +(37271,12501,'action complete via WP Cron','2026-04-30 10:06:33','2026-04-30 12:06:33'), +(37272,12503,'action started via WP Cron','2026-04-30 11:26:19','2026-04-30 13:26:19'), +(37273,12504,'action created','2026-04-30 11:26:19','2026-04-30 13:26:19'), +(37274,12503,'action complete via WP Cron','2026-04-30 11:26:19','2026-04-30 13:26:19'), +(37275,12472,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37276,12472,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37277,12505,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37278,12473,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37279,12473,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37280,12506,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37281,12474,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37282,12474,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37283,12507,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37284,12504,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37285,12508,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37286,12504,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37287,12508,'action started via WP Cron','2026-04-30 13:49:46','2026-04-30 15:49:46'), +(37288,12509,'action created','2026-04-30 13:49:46','2026-04-30 15:49:46'), +(37289,12508,'action complete via WP Cron','2026-04-30 13:49:46','2026-04-30 15:49:46'), +(37290,12509,'action started via WP Cron','2026-04-30 14:56:42','2026-04-30 16:56:42'), +(37291,12510,'action created','2026-04-30 14:56:42','2026-04-30 16:56:42'), +(37292,12509,'action complete via WP Cron','2026-04-30 14:56:43','2026-04-30 16:56:43'), +(37293,12510,'action started via WP Cron','2026-04-30 16:17:45','2026-04-30 18:17:45'), +(37294,12511,'action created','2026-04-30 16:17:45','2026-04-30 18:17:45'), +(37295,12510,'action complete via WP Cron','2026-04-30 16:17:45','2026-04-30 18:17:45'), +(37296,12511,'action started via WP Cron','2026-04-30 17:29:32','2026-04-30 19:29:32'), +(37297,12512,'action created','2026-04-30 17:29:32','2026-04-30 19:29:32'), +(37298,12511,'action complete via WP Cron','2026-04-30 17:29:32','2026-04-30 19:29:32'), +(37299,12512,'action started via WP Cron','2026-04-30 19:44:47','2026-04-30 21:44:47'), +(37300,12513,'action created','2026-04-30 19:44:47','2026-04-30 21:44:47'), +(37301,12512,'action complete via WP Cron','2026-04-30 19:44:47','2026-04-30 21:44:47'), +(37302,12513,'action started via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37303,12514,'action created','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37304,12513,'action complete via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37305,12482,'action started via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37306,12482,'action complete via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37307,12515,'action created','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37308,12502,'action started via WP Cron','2026-04-30 21:58:28','2026-04-30 23:58:28'), +(37309,12502,'action complete via WP Cron','2026-04-30 21:58:28','2026-04-30 23:58:28'), +(37310,12516,'action created','2026-04-30 21:58:28','2026-04-30 23:58:28'), +(37311,12514,'action started via WP Cron','2026-04-30 22:21:05','2026-05-01 00:21:05'), +(37312,12517,'action created','2026-04-30 22:21:05','2026-05-01 00:21:05'), +(37313,12514,'action complete via WP Cron','2026-04-30 22:21:05','2026-05-01 00:21:05'), +(37314,12517,'action started via WP Cron','2026-04-30 23:23:04','2026-05-01 01:23:04'), +(37315,12518,'action created','2026-04-30 23:23:04','2026-05-01 01:23:04'), +(37316,12517,'action complete via WP Cron','2026-04-30 23:23:04','2026-05-01 01:23:04'), +(37317,12518,'action started via WP Cron','2026-05-01 01:08:25','2026-05-01 03:08:25'), +(37318,12519,'action created','2026-05-01 01:08:25','2026-05-01 03:08:25'), +(37319,12518,'action complete via WP Cron','2026-05-01 01:08:25','2026-05-01 03:08:25'), +(37320,12519,'action started via WP Cron','2026-05-01 02:08:41','2026-05-01 04:08:41'), +(37321,12520,'action created','2026-05-01 02:08:41','2026-05-01 04:08:41'), +(37322,12519,'action complete via WP Cron','2026-05-01 02:08:41','2026-05-01 04:08:41'), +(37323,12489,'action started via WP Cron','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37324,12489,'action complete via WP Cron','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37325,12521,'action created','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37326,12490,'action started via WP Cron','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37327,12490,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37328,12522,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37329,12491,'action started via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37330,12491,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37331,12523,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37332,12492,'action started via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37333,12524,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37334,12492,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37335,12495,'action started via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37337,12525,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37338,12526,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37339,12495,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37340,12527,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37341,12526,'action started via WP Cron','2026-05-01 02:47:51','2026-05-01 04:47:51'), +(37342,12526,'action complete via WP Cron','2026-05-01 02:47:51','2026-05-01 04:47:51'), +(37343,12520,'action started via WP Cron','2026-05-01 03:16:02','2026-05-01 05:16:02'), +(37344,12528,'action created','2026-05-01 03:16:02','2026-05-01 05:16:02'), +(37345,12520,'action complete via WP Cron','2026-05-01 03:16:02','2026-05-01 05:16:02'), +(37346,12528,'action started via WP Cron','2026-05-01 04:19:03','2026-05-01 06:19:03'), +(37347,12529,'action created','2026-05-01 04:19:03','2026-05-01 06:19:03'), +(37348,12528,'action complete via WP Cron','2026-05-01 04:19:03','2026-05-01 06:19:03'), +(37349,12529,'action started via WP Cron','2026-05-01 05:22:06','2026-05-01 07:22:06'), +(37350,12530,'action created','2026-05-01 05:22:06','2026-05-01 07:22:06'), +(37351,12529,'action complete via WP Cron','2026-05-01 05:22:06','2026-05-01 07:22:06'), +(37352,12530,'action started via WP Cron','2026-05-01 06:29:41','2026-05-01 08:29:41'), +(37353,12531,'action created','2026-05-01 06:29:41','2026-05-01 08:29:41'), +(37354,12530,'action complete via WP Cron','2026-05-01 06:29:41','2026-05-01 08:29:41'), +(37355,12531,'action started via WP Cron','2026-05-01 07:58:17','2026-05-01 09:58:17'), +(37356,12532,'action created','2026-05-01 07:58:17','2026-05-01 09:58:17'), +(37357,12531,'action complete via WP Cron','2026-05-01 07:58:17','2026-05-01 09:58:17'), +(37358,12532,'action started via WP Cron','2026-05-01 09:06:01','2026-05-01 11:06:01'), +(37359,12533,'action created','2026-05-01 09:06:01','2026-05-01 11:06:01'), +(37360,12532,'action complete via WP Cron','2026-05-01 09:06:01','2026-05-01 11:06:01'), +(37361,12516,'action started via WP Cron','2026-05-01 09:59:45','2026-05-01 11:59:45'), +(37362,12516,'action complete via WP Cron','2026-05-01 09:59:45','2026-05-01 11:59:45'), +(37363,12534,'action created','2026-05-01 09:59:45','2026-05-01 11:59:45'), +(37364,12533,'action started via WP Cron','2026-05-01 10:07:21','2026-05-01 12:07:21'), +(37365,12535,'action created','2026-05-01 10:07:21','2026-05-01 12:07:21'), +(37366,12533,'action complete via WP Cron','2026-05-01 10:07:21','2026-05-01 12:07:21'), +(37367,12535,'action started via WP Cron','2026-05-01 11:17:48','2026-05-01 13:17:48'), +(37368,12536,'action created','2026-05-01 11:17:48','2026-05-01 13:17:48'), +(37369,12535,'action complete via WP Cron','2026-05-01 11:17:48','2026-05-01 13:17:48'), +(37370,12536,'action started via WP Cron','2026-05-01 12:23:43','2026-05-01 14:23:43'), +(37371,12537,'action created','2026-05-01 12:23:43','2026-05-01 14:23:43'), +(37372,12536,'action complete via WP Cron','2026-05-01 12:23:43','2026-05-01 14:23:43'), +(37373,12505,'action started via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37374,12505,'action complete via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37375,12538,'action created','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37376,12506,'action started via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37377,12506,'action complete via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37378,12539,'action created','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37379,12507,'action started via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37380,12507,'action complete via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37381,12540,'action created','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37382,12537,'action started via WP Cron','2026-05-01 14:05:19','2026-05-01 16:05:19'), +(37383,12541,'action created','2026-05-01 14:05:19','2026-05-01 16:05:19'), +(37384,12537,'action complete via WP Cron','2026-05-01 14:05:19','2026-05-01 16:05:19'), +(37385,12541,'action started via WP Cron','2026-05-01 15:09:09','2026-05-01 17:09:09'), +(37386,12542,'action created','2026-05-01 15:09:09','2026-05-01 17:09:09'), +(37387,12541,'action complete via WP Cron','2026-05-01 15:09:09','2026-05-01 17:09:09'), +(37388,12542,'action started via WP Cron','2026-05-01 16:18:05','2026-05-01 18:18:05'), +(37389,12543,'action created','2026-05-01 16:18:05','2026-05-01 18:18:05'), +(37390,12542,'action complete via WP Cron','2026-05-01 16:18:05','2026-05-01 18:18:05'), +(37391,12543,'action started via WP Cron','2026-05-01 17:28:16','2026-05-01 19:28:16'), +(37392,12544,'action created','2026-05-01 17:28:16','2026-05-01 19:28:16'), +(37393,12543,'action complete via WP Cron','2026-05-01 17:28:16','2026-05-01 19:28:16'), +(37394,12544,'action started via WP Cron','2026-05-01 19:17:29','2026-05-01 21:17:29'), +(37395,12545,'action created','2026-05-01 19:17:29','2026-05-01 21:17:29'), +(37396,12544,'action complete via WP Cron','2026-05-01 19:17:29','2026-05-01 21:17:29'), +(37397,12545,'action started via WP Cron','2026-05-01 20:35:14','2026-05-01 22:35:14'), +(37398,12546,'action created','2026-05-01 20:35:14','2026-05-01 22:35:14'), +(37399,12545,'action complete via WP Cron','2026-05-01 20:35:14','2026-05-01 22:35:14'), +(37400,12515,'action started via WP Cron','2026-05-01 21:20:34','2026-05-01 23:20:34'), +(37401,12515,'action complete via WP Cron','2026-05-01 21:20:34','2026-05-01 23:20:34'), +(37402,12547,'action created','2026-05-01 21:20:34','2026-05-01 23:20:34'), +(37403,12546,'action started via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37404,12548,'action created','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37405,12546,'action complete via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37406,12534,'action started via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37407,12534,'action complete via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37408,12549,'action created','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37409,12548,'action started via WP Cron','2026-05-01 23:26:34','2026-05-02 01:26:34'), +(37410,12550,'action created','2026-05-01 23:26:34','2026-05-02 01:26:34'), +(37411,12548,'action complete via WP Cron','2026-05-01 23:26:34','2026-05-02 01:26:34'), +(37412,12550,'action started via WP Cron','2026-05-02 00:51:44','2026-05-02 02:51:44'), +(37413,12551,'action created','2026-05-02 00:51:44','2026-05-02 02:51:44'), +(37414,12550,'action complete via WP Cron','2026-05-02 00:51:44','2026-05-02 02:51:44'), +(37415,12551,'action started via WP Cron','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37416,12552,'action created','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37417,12551,'action complete via WP Cron','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37418,12521,'action started via WP Cron','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37419,12521,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37420,12553,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37421,12522,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37422,12522,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37423,12554,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37424,12523,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37425,12523,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37426,12555,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37427,12524,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37428,12556,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37429,12524,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37430,12525,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37431,12525,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37433,12527,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37435,12558,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37436,12559,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37437,12527,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37438,12560,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37439,12559,'action started via WP Cron','2026-05-02 04:18:43','2026-05-02 06:18:43'), +(37440,12559,'action complete via WP Cron','2026-05-02 04:18:43','2026-05-02 06:18:43'), +(37441,12552,'action started via WP Cron','2026-05-02 05:43:57','2026-05-02 07:43:57'), +(37442,12561,'action created','2026-05-02 05:43:57','2026-05-02 07:43:57'), +(37443,12552,'action complete via WP Cron','2026-05-02 05:43:57','2026-05-02 07:43:57'), +(37444,12561,'action started via WP Cron','2026-05-02 07:02:07','2026-05-02 09:02:07'), +(37445,12562,'action created','2026-05-02 07:02:07','2026-05-02 09:02:07'), +(37446,12561,'action complete via WP Cron','2026-05-02 07:02:07','2026-05-02 09:02:07'), +(37447,12562,'action started via WP Cron','2026-05-02 08:04:08','2026-05-02 10:04:08'), +(37448,12563,'action created','2026-05-02 08:04:08','2026-05-02 10:04:08'), +(37449,12562,'action complete via WP Cron','2026-05-02 08:04:08','2026-05-02 10:04:08'), +(37450,12563,'action started via WP Cron','2026-05-02 09:17:09','2026-05-02 11:17:09'), +(37451,12564,'action created','2026-05-02 09:17:09','2026-05-02 11:17:09'), +(37452,12563,'action complete via WP Cron','2026-05-02 09:17:09','2026-05-02 11:17:09'), +(37453,12549,'action started via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37454,12549,'action complete via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37455,12565,'action created','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37456,12564,'action started via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37457,12566,'action created','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37458,12564,'action complete via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37459,12566,'action started via WP Cron','2026-05-02 11:27:17','2026-05-02 13:27:17'), +(37460,12567,'action created','2026-05-02 11:27:17','2026-05-02 13:27:17'), +(37461,12566,'action complete via WP Cron','2026-05-02 11:27:17','2026-05-02 13:27:17'), +(37462,12567,'action started via WP Cron','2026-05-02 12:28:00','2026-05-02 14:28:00'), +(37463,12568,'action created','2026-05-02 12:28:00','2026-05-02 14:28:00'), +(37464,12567,'action complete via WP Cron','2026-05-02 12:28:00','2026-05-02 14:28:00'), +(37465,12538,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37466,12538,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37467,12569,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37468,12539,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37469,12539,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37470,12570,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37471,12540,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37472,12540,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37473,12571,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37474,12568,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37475,12572,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37476,12568,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37477,12572,'action started via WP Cron','2026-05-02 14:43:41','2026-05-02 16:43:41'), +(37478,12573,'action created','2026-05-02 14:43:41','2026-05-02 16:43:41'), +(37479,12572,'action complete via WP Cron','2026-05-02 14:43:41','2026-05-02 16:43:41'), +(37480,12573,'action started via WP Cron','2026-05-02 16:01:17','2026-05-02 18:01:17'), +(37481,12574,'action created','2026-05-02 16:01:17','2026-05-02 18:01:17'), +(37482,12573,'action complete via WP Cron','2026-05-02 16:01:17','2026-05-02 18:01:17'), +(37483,12574,'action started via WP Cron','2026-05-02 17:09:33','2026-05-02 19:09:33'), +(37484,12575,'action created','2026-05-02 17:09:33','2026-05-02 19:09:33'), +(37485,12574,'action complete via WP Cron','2026-05-02 17:09:33','2026-05-02 19:09:33'), +(37486,12575,'action started via WP Cron','2026-05-02 18:31:20','2026-05-02 20:31:20'), +(37487,12576,'action created','2026-05-02 18:31:20','2026-05-02 20:31:20'), +(37488,12575,'action complete via WP Cron','2026-05-02 18:31:21','2026-05-02 20:31:21'), +(37489,12576,'action started via WP Cron','2026-05-02 19:55:44','2026-05-02 21:55:44'), +(37490,12577,'action created','2026-05-02 19:55:44','2026-05-02 21:55:44'), +(37491,12576,'action complete via WP Cron','2026-05-02 19:55:44','2026-05-02 21:55:44'), +(37492,12577,'action started via WP Cron','2026-05-02 21:07:44','2026-05-02 23:07:44'), +(37493,12578,'action created','2026-05-02 21:07:44','2026-05-02 23:07:44'), +(37494,12577,'action complete via WP Cron','2026-05-02 21:07:44','2026-05-02 23:07:44'), +(37495,12547,'action started via WP Cron','2026-05-02 21:41:23','2026-05-02 23:41:23'), +(37496,12547,'action complete via WP Cron','2026-05-02 21:41:23','2026-05-02 23:41:23'), +(37497,12579,'action created','2026-05-02 21:41:23','2026-05-02 23:41:23'), +(37498,12578,'action started via WP Cron','2026-05-02 22:10:41','2026-05-03 00:10:41'), +(37499,12580,'action created','2026-05-02 22:10:41','2026-05-03 00:10:41'), +(37500,12578,'action complete via WP Cron','2026-05-02 22:10:41','2026-05-03 00:10:41'), +(37501,12565,'action started via WP Cron','2026-05-02 22:31:27','2026-05-03 00:31:27'), +(37502,12565,'action complete via WP Cron','2026-05-02 22:31:27','2026-05-03 00:31:27'), +(37503,12581,'action created','2026-05-02 22:31:27','2026-05-03 00:31:27'), +(37504,12580,'action started via WP Cron','2026-05-02 23:29:54','2026-05-03 01:29:54'), +(37505,12582,'action created','2026-05-02 23:29:54','2026-05-03 01:29:54'), +(37506,12580,'action complete via WP Cron','2026-05-02 23:29:54','2026-05-03 01:29:54'), +(37507,12582,'action started via WP Cron','2026-05-03 00:35:52','2026-05-03 02:35:52'), +(37508,12583,'action created','2026-05-03 00:35:52','2026-05-03 02:35:52'), +(37509,12582,'action complete via WP Cron','2026-05-03 00:35:52','2026-05-03 02:35:52'), +(37510,12583,'action started via WP Cron','2026-05-03 02:36:28','2026-05-03 04:36:28'), +(37511,12584,'action created','2026-05-03 02:36:28','2026-05-03 04:36:28'), +(37512,12583,'action complete via WP Cron','2026-05-03 02:36:28','2026-05-03 04:36:28'), +(37513,12584,'action started via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37514,12585,'action created','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37515,12584,'action complete via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37516,12558,'action started via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37517,12558,'action complete via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37519,12553,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37520,12553,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37521,12587,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37522,12554,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37523,12554,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37524,12588,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37525,12555,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37526,12555,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37527,12589,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37528,12556,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37529,12590,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37530,12556,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37531,12560,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37533,12591,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37534,12592,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37535,12560,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37536,12593,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37537,12592,'action started via WP Cron','2026-05-03 04:18:13','2026-05-03 06:18:13'), +(37538,12592,'action complete via WP Cron','2026-05-03 04:18:13','2026-05-03 06:18:13'), +(37539,12585,'action started via WP Cron','2026-05-03 05:08:34','2026-05-03 07:08:34'), +(37540,12594,'action created','2026-05-03 05:08:34','2026-05-03 07:08:34'), +(37541,12585,'action complete via WP Cron','2026-05-03 05:08:34','2026-05-03 07:08:34'), +(37542,12594,'action started via WP Cron','2026-05-03 06:18:06','2026-05-03 08:18:06'), +(37543,12595,'action created','2026-05-03 06:18:06','2026-05-03 08:18:06'), +(37544,12594,'action complete via WP Cron','2026-05-03 06:18:06','2026-05-03 08:18:06'), +(37545,12595,'action started via WP Cron','2026-05-03 07:21:18','2026-05-03 09:21:18'), +(37546,12596,'action created','2026-05-03 07:21:18','2026-05-03 09:21:18'), +(37547,12595,'action complete via WP Cron','2026-05-03 07:21:18','2026-05-03 09:21:18'), +(37548,12596,'action started via WP Cron','2026-05-03 08:22:58','2026-05-03 10:22:58'), +(37549,12597,'action created','2026-05-03 08:22:58','2026-05-03 10:22:58'), +(37550,12596,'action complete via WP Cron','2026-05-03 08:22:58','2026-05-03 10:22:58'), +(37551,12597,'action started via WP Cron','2026-05-03 09:25:34','2026-05-03 11:25:34'), +(37552,12598,'action created','2026-05-03 09:25:34','2026-05-03 11:25:34'), +(37553,12597,'action complete via WP Cron','2026-05-03 09:25:34','2026-05-03 11:25:34'), +(37554,12598,'action started via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37555,12599,'action created','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37556,12598,'action complete via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37557,12581,'action started via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37558,12581,'action complete via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37559,12600,'action created','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37560,12599,'action started via WP Cron','2026-05-03 12:02:08','2026-05-03 14:02:08'), +(37561,12601,'action created','2026-05-03 12:02:08','2026-05-03 14:02:08'), +(37562,12599,'action complete via WP Cron','2026-05-03 12:02:08','2026-05-03 14:02:08'), +(37563,12601,'action started via WP Cron','2026-05-03 13:13:40','2026-05-03 15:13:40'), +(37564,12602,'action created','2026-05-03 13:13:40','2026-05-03 15:13:40'), +(37565,12601,'action complete via WP Cron','2026-05-03 13:13:40','2026-05-03 15:13:40'), +(37566,12603,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37567,12604,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37568,12569,'action started via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37569,12569,'action complete via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37570,12605,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37571,12570,'action started via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37572,12570,'action complete via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37573,12606,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37574,12571,'action started via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37575,12571,'action complete via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37576,12607,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37577,12603,'action started via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37578,12603,'action complete via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37579,12604,'action started via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37580,12604,'action complete via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37581,12602,'action started via WP Cron','2026-05-03 14:13:43','2026-05-03 16:13:43'), +(37582,12608,'action created','2026-05-03 14:13:43','2026-05-03 16:13:43'), +(37583,12602,'action complete via WP Cron','2026-05-03 14:13:43','2026-05-03 16:13:43'), +(37584,12608,'action started via Async Request','2026-05-03 15:13:49','2026-05-03 17:13:49'), +(37585,12609,'action created','2026-05-03 15:13:49','2026-05-03 17:13:49'), +(37586,12608,'action complete via Async Request','2026-05-03 15:13:49','2026-05-03 17:13:49'), +(37587,12609,'action started via WP Cron','2026-05-03 16:14:21','2026-05-03 18:14:21'), +(37588,12610,'action created','2026-05-03 16:14:21','2026-05-03 18:14:21'), +(37589,12609,'action complete via WP Cron','2026-05-03 16:14:21','2026-05-03 18:14:21'), +(37590,12610,'action started via WP Cron','2026-05-03 17:48:50','2026-05-03 19:48:50'), +(37591,12611,'action created','2026-05-03 17:48:50','2026-05-03 19:48:50'), +(37592,12610,'action complete via WP Cron','2026-05-03 17:48:50','2026-05-03 19:48:50'), +(37593,12611,'action started via WP Cron','2026-05-03 18:58:55','2026-05-03 20:58:55'), +(37594,12612,'action created','2026-05-03 18:58:55','2026-05-03 20:58:55'), +(37595,12611,'action complete via WP Cron','2026-05-03 18:58:55','2026-05-03 20:58:55'), +(37596,12612,'action started via WP Cron','2026-05-03 20:03:24','2026-05-03 22:03:24'), +(37597,12613,'action created','2026-05-03 20:03:24','2026-05-03 22:03:24'), +(37598,12612,'action complete via WP Cron','2026-05-03 20:03:24','2026-05-03 22:03:24'), +(37599,12613,'action started via WP Cron','2026-05-03 21:24:57','2026-05-03 23:24:57'), +(37600,12614,'action created','2026-05-03 21:24:57','2026-05-03 23:24:57'), +(37601,12613,'action complete via WP Cron','2026-05-03 21:24:57','2026-05-03 23:24:57'), +(37602,12579,'action started via WP Cron','2026-05-03 21:55:11','2026-05-03 23:55:11'), +(37603,12579,'action complete via WP Cron','2026-05-03 21:55:11','2026-05-03 23:55:11'), +(37604,12615,'action created','2026-05-03 21:55:11','2026-05-03 23:55:11'), +(37605,12614,'action started via WP Cron','2026-05-03 22:41:13','2026-05-04 00:41:13'), +(37606,12616,'action created','2026-05-03 22:41:13','2026-05-04 00:41:13'), +(37607,12614,'action complete via WP Cron','2026-05-03 22:41:13','2026-05-04 00:41:13'), +(37608,12600,'action started via WP Cron','2026-05-03 23:07:22','2026-05-04 01:07:22'), +(37609,12600,'action complete via WP Cron','2026-05-03 23:07:22','2026-05-04 01:07:22'), +(37610,12617,'action created','2026-05-03 23:07:22','2026-05-04 01:07:22'), +(37611,12616,'action started via WP Cron','2026-05-04 00:33:56','2026-05-04 02:33:56'), +(37612,12618,'action created','2026-05-04 00:33:56','2026-05-04 02:33:56'), +(37613,12616,'action complete via WP Cron','2026-05-04 00:33:56','2026-05-04 02:33:56'), +(37614,12618,'action started via WP Cron','2026-05-04 02:25:04','2026-05-04 04:25:04'), +(37615,12619,'action created','2026-05-04 02:25:04','2026-05-04 04:25:04'), +(37616,12618,'action complete via WP Cron','2026-05-04 02:25:04','2026-05-04 04:25:04'), +(37617,12619,'action started via WP Cron','2026-05-04 03:29:24','2026-05-04 05:29:24'), +(37618,12620,'action created','2026-05-04 03:29:24','2026-05-04 05:29:24'), +(37619,12619,'action complete via WP Cron','2026-05-04 03:29:24','2026-05-04 05:29:24'), +(37620,12591,'action started via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37621,12591,'action complete via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37623,12587,'action started via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37624,12587,'action complete via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37625,12622,'action created','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37626,12588,'action started via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37627,12588,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37628,12623,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37629,12589,'action started via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37630,12589,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37631,12624,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37632,12590,'action started via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37633,12625,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37634,12590,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37635,12593,'action started via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37637,12626,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37638,12627,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37639,12593,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37640,12628,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37641,12627,'action started via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37642,12627,'action complete via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37643,12620,'action started via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37644,12629,'action created','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37645,12620,'action complete via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37646,12629,'action started via WP Cron','2026-05-04 05:40:58','2026-05-04 07:40:58'), +(37647,12630,'action created','2026-05-04 05:40:58','2026-05-04 07:40:58'), +(37648,12629,'action complete via WP Cron','2026-05-04 05:40:58','2026-05-04 07:40:58'), +(37649,12630,'action started via WP Cron','2026-05-04 06:57:10','2026-05-04 08:57:10'), +(37650,12631,'action created','2026-05-04 06:57:10','2026-05-04 08:57:10'), +(37651,12630,'action complete via WP Cron','2026-05-04 06:57:10','2026-05-04 08:57:10'), +(37652,12631,'action started via WP Cron','2026-05-04 08:06:31','2026-05-04 10:06:31'), +(37653,12632,'action created','2026-05-04 08:06:31','2026-05-04 10:06:31'), +(37654,12631,'action complete via WP Cron','2026-05-04 08:06:31','2026-05-04 10:06:31'), +(37655,12632,'action started via WP Cron','2026-05-04 09:09:18','2026-05-04 11:09:18'), +(37656,12633,'action created','2026-05-04 09:09:18','2026-05-04 11:09:18'), +(37657,12632,'action complete via WP Cron','2026-05-04 09:09:18','2026-05-04 11:09:18'), +(37658,12633,'action started via WP Cron','2026-05-04 10:17:53','2026-05-04 12:17:53'), +(37659,12634,'action created','2026-05-04 10:17:53','2026-05-04 12:17:53'), +(37660,12633,'action complete via WP Cron','2026-05-04 10:17:53','2026-05-04 12:17:53'), +(37661,12617,'action started via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37662,12617,'action complete via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37663,12635,'action created','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37664,12634,'action started via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37665,12636,'action created','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37666,12634,'action complete via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37667,12636,'action started via WP Cron','2026-05-04 12:31:52','2026-05-04 14:31:52'), +(37668,12637,'action created','2026-05-04 12:31:52','2026-05-04 14:31:52'), +(37669,12636,'action complete via WP Cron','2026-05-04 12:31:52','2026-05-04 14:31:52'), +(37670,12637,'action started via WP Cron','2026-05-04 13:42:32','2026-05-04 15:42:32'), +(37671,12638,'action created','2026-05-04 13:42:32','2026-05-04 15:42:32'), +(37672,12637,'action complete via WP Cron','2026-05-04 13:42:32','2026-05-04 15:42:32'), +(37673,12605,'action started via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37674,12605,'action complete via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37675,12639,'action created','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37676,12606,'action started via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37677,12606,'action complete via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37678,12640,'action created','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37679,12607,'action started via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37680,12607,'action complete via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37681,12641,'action created','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37682,12638,'action started via WP Cron','2026-05-04 14:42:34','2026-05-04 16:42:34'), +(37683,12642,'action created','2026-05-04 14:42:34','2026-05-04 16:42:34'), +(37684,12638,'action complete via WP Cron','2026-05-04 14:42:34','2026-05-04 16:42:34'), +(37685,12642,'action started via WP Cron','2026-05-04 15:47:29','2026-05-04 17:47:29'), +(37686,12643,'action created','2026-05-04 15:47:29','2026-05-04 17:47:29'), +(37687,12642,'action complete via WP Cron','2026-05-04 15:47:29','2026-05-04 17:47:29'), +(37688,12643,'action started via WP Cron','2026-05-04 16:55:26','2026-05-04 18:55:26'), +(37689,12644,'action created','2026-05-04 16:55:26','2026-05-04 18:55:26'), +(37690,12643,'action complete via WP Cron','2026-05-04 16:55:26','2026-05-04 18:55:26'), +(37691,12644,'action started via WP Cron','2026-05-04 18:01:30','2026-05-04 20:01:30'), +(37692,12645,'action created','2026-05-04 18:01:30','2026-05-04 20:01:30'), +(37693,12644,'action complete via WP Cron','2026-05-04 18:01:30','2026-05-04 20:01:30'), +(37694,12645,'action started via WP Cron','2026-05-04 19:11:27','2026-05-04 21:11:27'), +(37695,12646,'action created','2026-05-04 19:11:27','2026-05-04 21:11:27'), +(37696,12645,'action complete via WP Cron','2026-05-04 19:11:27','2026-05-04 21:11:27'), +(37697,12646,'action started via WP Cron','2026-05-04 20:33:18','2026-05-04 22:33:18'), +(37698,12647,'action created','2026-05-04 20:33:18','2026-05-04 22:33:18'), +(37699,12646,'action complete via WP Cron','2026-05-04 20:33:18','2026-05-04 22:33:18'), +(37700,12647,'action started via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37701,12648,'action created','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37702,12647,'action complete via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37703,12615,'action started via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37704,12615,'action complete via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37705,12649,'action created','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37706,12648,'action started via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37707,12650,'action created','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37708,12648,'action complete via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37709,12635,'action started via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37710,12635,'action complete via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37711,12651,'action created','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37712,12650,'action started via WP Cron','2026-05-05 00:35:05','2026-05-05 02:35:05'), +(37713,12652,'action created','2026-05-05 00:35:05','2026-05-05 02:35:05'), +(37714,12650,'action complete via WP Cron','2026-05-05 00:35:05','2026-05-05 02:35:05'), +(37715,12652,'action started via WP Cron','2026-05-05 02:04:41','2026-05-05 04:04:41'), +(37716,12653,'action created','2026-05-05 02:04:41','2026-05-05 04:04:41'), +(37717,12652,'action complete via WP Cron','2026-05-05 02:04:41','2026-05-05 04:04:41'), +(37718,12653,'action started via WP Cron','2026-05-05 03:23:40','2026-05-05 05:23:40'), +(37719,12654,'action created','2026-05-05 03:23:40','2026-05-05 05:23:40'), +(37720,12653,'action complete via WP Cron','2026-05-05 03:23:40','2026-05-05 05:23:40'), +(37721,12626,'action started via WP Cron','2026-05-05 04:00:20','2026-05-05 06:00:20'), +(37722,12626,'action complete via WP Cron','2026-05-05 04:00:20','2026-05-05 06:00:20'), +(37724,12622,'action started via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37725,12622,'action complete via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37726,12656,'action created','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37727,12623,'action started via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37728,12623,'action complete via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37729,12657,'action created','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37730,12624,'action started via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37731,12624,'action complete via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37732,12658,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37733,12625,'action started via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37734,12659,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37735,12625,'action complete via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37736,12628,'action started via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37738,12660,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37739,12661,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37740,12628,'action complete via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37741,12662,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37742,12661,'action started via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37743,12661,'action complete via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37744,12654,'action started via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37745,12663,'action created','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37746,12654,'action complete via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37747,12663,'action started via WP Cron','2026-05-05 05:43:09','2026-05-05 07:43:09'), +(37748,12664,'action created','2026-05-05 05:43:09','2026-05-05 07:43:09'), +(37749,12663,'action complete via WP Cron','2026-05-05 05:43:09','2026-05-05 07:43:09'), +(37750,12664,'action started via WP Cron','2026-05-05 06:47:16','2026-05-05 08:47:16'), +(37751,12665,'action created','2026-05-05 06:47:16','2026-05-05 08:47:16'), +(37752,12664,'action complete via WP Cron','2026-05-05 06:47:17','2026-05-05 08:47:17'), +(37753,12363,'action started via WP Cron','2026-05-05 07:41:13','2026-05-05 09:41:13'), +(37754,12363,'action complete via WP Cron','2026-05-05 07:41:13','2026-05-05 09:41:13'), +(37755,12666,'action created','2026-05-05 07:41:13','2026-05-05 09:41:13'), +(37756,12665,'action started via WP Cron','2026-05-05 07:57:14','2026-05-05 09:57:14'), +(37757,12667,'action created','2026-05-05 07:57:14','2026-05-05 09:57:14'), +(37758,12665,'action complete via WP Cron','2026-05-05 07:57:14','2026-05-05 09:57:14'), +(37759,12667,'action started via WP Cron','2026-05-05 10:19:40','2026-05-05 12:19:40'), +(37760,12668,'action created','2026-05-05 10:19:40','2026-05-05 12:19:40'), +(37761,12667,'action complete via WP Cron','2026-05-05 10:19:40','2026-05-05 12:19:40'), +(37762,12668,'action started via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37763,12669,'action created','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37764,12668,'action complete via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37765,12651,'action started via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37766,12651,'action complete via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37767,12670,'action created','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37768,12669,'action started via WP Cron','2026-05-05 13:10:05','2026-05-05 15:10:05'), +(37769,12671,'action created','2026-05-05 13:10:05','2026-05-05 15:10:05'), +(37770,12669,'action complete via WP Cron','2026-05-05 13:10:05','2026-05-05 15:10:05'), +(37771,12639,'action started via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37772,12639,'action complete via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37773,12672,'action created','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37774,12640,'action started via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37775,12640,'action complete via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37776,12673,'action created','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37777,12641,'action started via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37778,12641,'action complete via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37779,12674,'action created','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37780,12671,'action started via WP Cron','2026-05-05 14:22:37','2026-05-05 16:22:37'), +(37781,12675,'action created','2026-05-05 14:22:37','2026-05-05 16:22:37'), +(37782,12671,'action complete via WP Cron','2026-05-05 14:22:37','2026-05-05 16:22:37'), +(37783,12675,'action started via WP Cron','2026-05-05 15:23:00','2026-05-05 17:23:00'), +(37784,12676,'action created','2026-05-05 15:23:00','2026-05-05 17:23:00'), +(37785,12675,'action complete via WP Cron','2026-05-05 15:23:00','2026-05-05 17:23:00'), +(37786,12677,'action created','2026-05-05 15:53:52','2026-05-05 17:53:52'); +/*!40000 ALTER TABLE `haikuwp_actionscheduler_logs` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_commentmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_commentmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_commentmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_commentmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_commentmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_commentmeta` VALUES +(1,132,'note_group','payment'), +(2,133,'note_group','product_stock'), +(3,134,'note_group','payment'), +(4,135,'note_group','product_stock'), +(5,136,'note_group','product_stock'), +(6,137,'note_group','order_update'), +(7,138,'note_group','order_update'), +(8,139,'note_group','order_update'), +(9,140,'note_group','order_update'), +(10,141,'note_group','payment'), +(11,142,'note_group','product_stock'), +(12,143,'note_group','payment'), +(13,144,'note_group','product_stock'), +(14,145,'note_group','order_update'), +(15,146,'note_group','order_update'), +(16,147,'note_group','payment'), +(17,148,'note_group','payment'), +(18,149,'note_group','product_stock'), +(19,150,'note_group','order_update'), +(20,151,'note_group','payment'), +(21,152,'note_group','product_stock'), +(22,153,'note_group','payment'), +(23,154,'note_group','product_stock'), +(24,155,'note_group','payment'), +(25,156,'note_group','order_update'), +(26,157,'note_group','order_update'), +(27,158,'note_group','payment'), +(28,159,'note_group','product_stock'), +(29,160,'note_group','payment'), +(30,161,'note_group','product_stock'), +(31,162,'note_group','order_update'), +(32,163,'note_group','order_update'), +(33,164,'note_group','payment'), +(34,165,'note_group','product_stock'), +(35,166,'note_group','order_update'); +/*!40000 ALTER TABLE `haikuwp_commentmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_comments` +-- + +DROP TABLE IF EXISTS `haikuwp_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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)), + KEY `woo_idx_comment_type` (`comment_type`), + KEY `woo_idx_comment_date_type` (`comment_date_gmt`,`comment_type`,`comment_approved`,`comment_post_ID`), + KEY `woo_idx_comment_approved_type` (`comment_approved`,`comment_type`,`comment_post_ID`) +) ENGINE=InnoDB AUTO_INCREMENT=167 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_comments` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_comments` WRITE; +/*!40000 ALTER TABLE `haikuwp_comments` DISABLE KEYS */; +INSERT INTO `haikuwp_comments` VALUES +(1,1,'Un commentateur ou commentatrice WordPress','wapuu@wordpress.example','https://fr.wordpress.org/','','2024-08-04 22:10:39','2024-08-04 20:10:39','Bonjour, ceci est un commentaire.\nPour débuter avec la modération, la modification et la suppression de commentaires, veuillez visiter l’écran des Commentaires dans le Tableau de bord.\nLes avatars des personnes qui commentent arrivent depuis Gravatar.',0,'1','','comment',0,0), +(2,543,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 09:48:32','2024-11-13 08:48:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(3,544,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 12:45:12','2024-11-13 11:45:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(4,609,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 18:17:59','2024-11-13 17:17:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(5,640,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 19:43:49','2024-11-13 18:43:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(6,657,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-14 11:55:59','2024-11-14 10:55:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(7,678,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-16 19:45:11','2024-11-16 18:45:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(8,687,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-17 10:44:59','2024-11-17 09:44:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(9,701,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-17 11:10:45','2024-11-17 10:10:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(10,706,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-17 11:23:11','2024-11-17 10:23:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(11,777,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-21 17:12:14','2024-11-21 16:12:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(12,782,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-21 23:23:47','2024-11-21 22:23:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(13,784,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-22 15:12:26','2024-11-22 14:12:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(14,785,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-22 18:37:30','2024-11-22 17:37:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(15,786,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-22 19:24:28','2024-11-22 18:24:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(16,838,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-25 08:58:17','2024-11-25 07:58:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(17,850,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-25 12:20:02','2024-11-25 11:20:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(18,854,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-25 18:18:15','2024-11-25 17:18:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(19,862,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-28 16:42:54','2024-11-28 15:42:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(20,861,'gcch','contact@gcch.fr','','','2024-11-28 18:00:31','2024-11-28 17:00:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(21,863,'gcch','contact@gcch.fr','','','2024-11-28 18:14:12','2024-11-28 17:14:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(22,863,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-28 20:33:49','2024-11-28 19:33:49','Order status changed from trash to Processing.',0,'1','WooCommerce','order_note',0,0), +(23,861,'gcch','contact@gcch.fr','','','2024-11-28 20:40:25','2024-11-28 19:40:25','Order status changed by bulk edit. Order status changed from Processing to On hold.',0,'1','WooCommerce','order_note',0,0), +(24,863,'gcch','contact@gcch.fr','','','2024-11-28 20:40:25','2024-11-28 19:40:25','Order status changed by bulk edit. Order status changed from Processing to On hold.',0,'1','WooCommerce','order_note',0,0), +(25,861,'gcch','contact@gcch.fr','','','2024-11-28 20:40:39','2024-11-28 19:40:39','Order status changed from On hold to Pending payment.',0,'1','WooCommerce','order_note',0,0), +(26,866,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-29 10:07:40','2024-11-29 09:07:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(27,868,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-29 18:26:38','2024-11-29 17:26:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(28,869,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-02 11:06:46','2024-12-02 10:06:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(29,871,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-02 17:34:12','2024-12-02 16:34:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(30,872,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-03 18:04:43','2024-12-03 17:04:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(31,873,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-03 23:55:58','2024-12-03 22:55:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(32,875,'gcch','contact@gcch.fr','','','2024-12-04 00:15:44','2024-12-03 23:15:44','Coupon applied: "zzzzzz".',0,'1','WooCommerce','order_note',0,0), +(33,878,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-06 14:10:02','2024-12-06 13:10:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(34,879,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-06 15:22:12','2024-12-06 14:22:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(35,880,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-12 17:59:06','2024-12-12 16:59:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(36,879,'gcch','contact@gcch.fr','','','2024-12-12 22:43:43','2024-12-12 21:43:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(37,878,'gcch','contact@gcch.fr','','','2024-12-12 23:07:34','2024-12-12 22:07:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(38,881,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-13 09:39:25','2024-12-13 08:39:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(39,884,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-14 11:10:27','2024-12-14 10:10:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(40,878,'gcch','contact@gcch.fr','','','2024-12-15 10:35:42','2024-12-15 09:35:42','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0), +(41,880,'gcch','contact@gcch.fr','','','2024-12-15 10:59:40','2024-12-15 09:59:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(42,885,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-16 10:17:25','2024-12-16 09:17:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(43,884,'gcch','contact@gcch.fr','','','2024-12-16 15:13:02','2024-12-16 14:13:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(44,881,'gcch','contact@gcch.fr','','','2024-12-16 15:13:35','2024-12-16 14:13:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(45,886,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-17 09:40:36','2024-12-17 08:40:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(46,887,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-18 16:14:07','2024-12-18 15:14:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(47,886,'gcch','contact@gcch.fr','','','2024-12-18 18:16:41','2024-12-18 17:16:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(48,885,'gcch','contact@gcch.fr','','','2024-12-18 18:19:20','2024-12-18 17:19:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(49,888,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-19 10:09:28','2024-12-19 09:09:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(50,888,'gcch','contact@gcch.fr','','','2024-12-20 19:55:35','2024-12-20 18:55:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(51,889,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-26 13:41:16','2024-12-26 12:41:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(52,880,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-30 11:40:43','2024-12-30 10:40:43','Order status changed from Completed to Refunded.',0,'1','WooCommerce','order_note',0,0), +(53,889,'gcch','contact@gcch.fr','','','2024-12-31 12:59:04','2024-12-31 11:59:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(54,887,'gcch','contact@gcch.fr','','','2024-12-31 12:59:53','2024-12-31 11:59:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(55,894,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-03 10:04:36','2025-01-03 09:04:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(56,894,'gcch','contact@gcch.fr','','','2025-01-07 15:56:35','2025-01-07 14:56:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(57,895,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-09 13:03:17','2025-01-09 12:03:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(58,895,'gcch','contact@gcch.fr','','','2025-01-14 20:47:46','2025-01-14 19:47:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(59,884,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-23 22:51:50','2025-01-23 21:51:50','Order status changed from Completed to Refunded.',0,'1','WooCommerce','order_note',0,0), +(60,897,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-29 11:33:02','2025-01-29 10:33:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(61,899,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-30 09:57:27','2025-01-30 08:57:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(62,897,'gcch','contact@gcch.fr','','','2025-02-03 18:36:20','2025-02-03 17:36:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(63,899,'gcch','contact@gcch.fr','','','2025-02-03 18:37:03','2025-02-03 17:37:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(64,901,'WooCommerce','woocommerce@haikuatelier.com','','','2025-02-23 18:08:48','2025-02-23 17:08:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(65,903,'WooCommerce','woocommerce@haikuatelier.com','','','2025-02-26 13:53:34','2025-02-26 12:53:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(66,903,'gcch','contact@gcch.fr','','','2025-03-01 09:14:28','2025-03-01 08:14:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(67,905,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-03 11:46:58','2025-03-03 10:46:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(68,906,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-03 12:11:31','2025-03-03 11:11:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(69,907,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-05 12:05:44','2025-03-05 11:05:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(70,905,'gcch','contact@gcch.fr','','','2025-03-06 09:24:34','2025-03-06 08:24:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(71,906,'gcch','contact@gcch.fr','','','2025-03-06 09:25:37','2025-03-06 08:25:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(72,907,'gcch','contact@gcch.fr','','','2025-03-18 10:40:40','2025-03-18 09:40:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(73,908,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-23 22:41:40','2025-03-23 21:41:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(74,908,'gcch','contact@gcch.fr','','','2025-04-04 08:41:40','2025-04-04 06:41:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(75,910,'WooCommerce','woocommerce@haikuatelier.com','','','2025-04-08 13:45:10','2025-04-08 11:45:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(76,912,'WooCommerce','woocommerce@haikuatelier.com','','','2025-05-09 11:50:58','2025-05-09 09:50:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(77,921,'WooCommerce','woocommerce@haikuatelier.com','','','2025-05-09 21:57:36','2025-05-09 19:57:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(78,910,'gcch','contact@gcch.fr','','','2025-05-11 15:35:33','2025-05-11 13:35:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(79,912,'gcch','contact@gcch.fr','','','2025-05-16 07:54:01','2025-05-16 05:54:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(80,921,'gcch','contact@gcch.fr','','','2025-05-16 07:54:27','2025-05-16 05:54:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(81,922,'gcch','contact@gcch.fr','','','2025-05-16 07:54:37','2025-05-16 05:54:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(82,922,'gcch','contact@gcch.fr','','','2025-05-16 07:55:05','2025-05-16 05:55:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(83,924,'WooCommerce','woocommerce@haikuatelier.com','','','2025-06-05 09:45:48','2025-06-05 07:45:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(84,924,'gcch','contact@gcch.fr','','','2025-06-09 12:59:57','2025-06-09 10:59:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(85,997,'WooCommerce','woocommerce@haikuatelier.com','','','2025-06-21 11:56:06','2025-06-21 09:56:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(86,997,'gcch','contact@gcch.fr','','','2025-06-28 16:32:24','2025-06-28 14:32:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(87,1013,'WooCommerce','woocommerce@haikuatelier.com','','','2025-07-14 14:39:22','2025-07-14 12:39:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(88,1013,'gcch','contact@gcch.fr','','','2025-07-16 10:59:10','2025-07-16 08:59:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(89,1443,'WooCommerce','woocommerce@haikuatelier.com','','','2025-09-17 20:13:41','2025-09-17 18:13:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(90,1443,'gcch','contact@gcch.fr','','','2025-09-23 11:29:46','2025-09-23 09:29:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(91,1480,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-02 06:41:49','2025-10-02 04:41:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(92,1480,'gcch','contact@gcch.fr','','','2025-10-03 21:49:57','2025-10-03 19:49:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(93,1486,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-10 17:55:44','2025-10-10 15:55:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(94,1487,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-11 17:07:01','2025-10-11 15:07:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(95,1488,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-12 16:50:29','2025-10-12 14:50:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(96,1489,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-12 23:04:26','2025-10-12 21:04:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(97,1489,'gcch','contact@gcch.fr','','','2025-10-16 13:01:51','2025-10-16 11:01:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(98,1487,'gcch','contact@gcch.fr','','','2025-10-16 13:02:20','2025-10-16 11:02:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(99,1486,'gcch','contact@gcch.fr','','','2025-10-16 13:02:41','2025-10-16 11:02:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(100,1490,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-18 15:36:45','2025-10-18 13:36:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(101,1488,'gcch','contact@gcch.fr','','','2025-10-24 08:59:47','2025-10-24 06:59:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(102,1490,'gcch','contact@gcch.fr','','','2025-10-24 19:36:03','2025-10-24 17:36:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(103,1496,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-02 20:40:07','2025-11-02 19:40:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(104,1498,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-03 22:07:02','2025-11-03 21:07:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(105,1496,'gcch','contact@gcch.fr','','','2025-11-06 14:51:00','2025-11-06 13:51:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(106,1498,'gcch','contact@gcch.fr','','','2025-11-06 14:52:52','2025-11-06 13:52:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(107,1511,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-18 09:30:08','2025-11-18 08:30:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(108,1528,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-20 15:51:33','2025-11-20 14:51:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(109,1529,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-24 10:53:38','2025-11-24 09:53:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(110,1530,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-24 18:44:42','2025-11-24 17:44:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(111,1528,'gcch','contact@gcch.fr','','','2025-11-24 19:30:04','2025-11-24 18:30:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(112,1511,'gcch','contact@gcch.fr','','','2025-11-24 19:30:32','2025-11-24 18:30:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(113,1530,'gcch','contact@gcch.fr','','','2025-11-27 14:01:46','2025-11-27 13:01:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(114,1529,'gcch','contact@gcch.fr','','','2025-11-27 14:03:08','2025-11-27 13:03:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(115,1540,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-30 22:33:39','2025-11-30 21:33:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(116,1571,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-02 10:21:54','2025-12-02 09:21:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(117,1573,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-02 21:47:47','2025-12-02 20:47:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(118,1605,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-03 18:45:52','2025-12-03 17:45:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(119,1573,'gcch','contact@gcch.fr','','','2025-12-03 19:55:01','2025-12-03 18:55:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(120,1571,'gcch','contact@gcch.fr','','','2025-12-03 19:55:32','2025-12-03 18:55:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(121,1540,'gcch','contact@gcch.fr','','','2025-12-03 19:55:58','2025-12-03 18:55:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(122,1606,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-07 22:50:51','2025-12-07 21:50:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(123,1609,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-10 16:55:33','2025-12-10 15:55:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(124,1609,'gcch','contact@gcch.fr','','','2025-12-10 18:56:09','2025-12-10 17:56:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(125,1605,'gcch','contact@gcch.fr','','','2025-12-10 18:59:09','2025-12-10 17:59:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(126,1606,'gcch','contact@gcch.fr','','','2025-12-10 19:00:52','2025-12-10 18:00:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(127,1610,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-11 16:26:19','2025-12-11 15:26:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(128,1612,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-14 16:19:46','2025-12-14 15:19:46','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0), +(129,1617,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-15 23:46:03','2025-12-15 22:46:03','Stock levels reduced: Fuyou Necklace (FUYOU-C) 2→1',0,'1','WooCommerce','order_note',0,0), +(130,1617,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-15 23:46:03','2025-12-15 22:46:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(131,1617,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-17 07:51:16','2025-12-17 06:51:16','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0), +(132,1643,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 16:59:05','2026-01-13 15:59:05','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(133,1643,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 16:59:06','2026-01-13 15:59:06','Stock levels reduced: Piasu Minimal Earrings silver - pair (1→0), Piasu Ring - 54 (2→1)',0,'1','WooCommerce','order_note',0,0), +(134,1645,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 17:08:01','2026-01-13 16:08:01','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(135,1645,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 17:08:02','2026-01-13 16:08:02','Stock levels reduced: Pishi Pishi Earrings - all (4→3), Piasu Necklace (1→0)',0,'1','WooCommerce','order_note',0,0), +(136,1610,'gcch','contact@gcch.fr','','','2026-01-14 21:45:29','2026-01-14 20:45:29','Adjusted stock: Ikkan Bracelet silver - Size 2 (0→-1)',0,'1','WooCommerce','order_note',0,0), +(137,1610,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-14 21:45:29','2026-01-14 20:45:29','Order status set to refunded. To return funds to the customer you will need to issue a refund through your payment gateway.',0,'1','WooCommerce','order_note',0,0), +(138,1610,'gcch','contact@gcch.fr','','','2026-01-14 21:45:29','2026-01-14 20:45:29','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0), +(139,1645,'gcch','contact@gcch.fr','','','2026-01-17 08:14:20','2026-01-17 07:14:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(140,1643,'gcch','contact@gcch.fr','','','2026-01-17 08:14:48','2026-01-17 07:14:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(141,1647,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-01 21:19:07','2026-02-01 20:19:07','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(142,1647,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-01 21:19:08','2026-02-01 20:19:08','Stock levels reduced: Tamanori Ear Cuff silver (1→0)',0,'1','WooCommerce','order_note',0,0), +(143,1649,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-05 20:11:11','2026-02-05 19:11:11','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(144,1649,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-05 20:11:12','2026-02-05 19:11:12','Stock levels reduced: Piasu Earrings with Hoops - pair (2→1)',0,'1','WooCommerce','order_note',0,0), +(145,1649,'gcch','contact@gcch.fr','','','2026-02-11 09:58:49','2026-02-11 08:58:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(146,1647,'gcch','contact@gcch.fr','','','2026-02-11 09:59:12','2026-02-11 08:59:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(147,1656,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-11 19:50:16','2026-02-11 18:50:16','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(148,1658,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-16 16:38:52','2026-02-16 15:38:52','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(149,1658,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-16 16:38:53','2026-02-16 15:38:53','Stock levels reduced: Hattari Stacked Hoops silver - pair (1→0)',0,'1','WooCommerce','order_note',0,0), +(150,1658,'gcch','contact@gcch.fr','','','2026-02-27 20:49:29','2026-02-27 19:49:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(151,1669,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-06 12:18:14','2026-03-06 11:18:14','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(152,1669,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-06 12:18:15','2026-03-06 11:18:15','Stock levels reduced: Mugura Stud Earrings - pair (2→1)',0,'1','WooCommerce','order_note',0,0), +(153,1670,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-07 17:41:00','2026-03-07 16:41:00','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(154,1670,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-07 17:41:01','2026-03-07 16:41:01','Stock levels reduced: Fuyou Bracelet (2→1)',0,'1','WooCommerce','order_note',0,0), +(155,1672,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-09 19:10:00','2026-03-09 18:10:00','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(156,1670,'gcch','contact@gcch.fr','','','2026-03-13 09:15:30','2026-03-13 08:15:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(157,1669,'gcch','contact@gcch.fr','','','2026-03-13 09:15:52','2026-03-13 08:15:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(158,1697,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-02 11:46:22','2026-04-02 09:46:22','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(159,1697,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-02 11:46:23','2026-04-02 09:46:23','Stock levels reduced: Hattari Ear Cuff gold plated (1→0)',0,'1','WooCommerce','order_note',0,0), +(160,1698,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-03 23:37:30','2026-04-03 21:37:30','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(161,1698,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-03 23:37:32','2026-04-03 21:37:32','Stock levels reduced: Tamanori Ear Cuff silver (1→0)',0,'1','WooCommerce','order_note',0,0), +(162,1697,'gcch','contact@gcch.fr','','','2026-04-04 07:13:49','2026-04-04 05:13:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(163,1698,'gcch','contact@gcch.fr','','','2026-04-07 10:42:24','2026-04-07 08:42:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(164,1857,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-28 01:03:44','2026-04-27 23:03:44','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(165,1857,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-28 01:03:45','2026-04-27 23:03:45','Stock levels reduced: Hattari Small Hoops silver (1→0)',0,'1','WooCommerce','order_note',0,0), +(166,1857,'gcch','contact@gcch.fr','','','2026-04-29 11:18:28','2026-04-29 09:18:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0); +/*!40000 ALTER TABLE `haikuwp_comments` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_links` +-- + +DROP TABLE IF EXISTS `haikuwp_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 `haikuwp_links` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_links` WRITE; +/*!40000 ALTER TABLE `haikuwp_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_links` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_mclean_refs` +-- + +DROP TABLE IF EXISTS `haikuwp_mclean_refs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_mclean_refs` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `mediaId` bigint(20) DEFAULT NULL, + `mediaUrl` tinytext DEFAULT NULL, + `originType` tinytext NOT NULL, + `parentId` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_mclean_refs` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_mclean_refs` WRITE; +/*!40000 ALTER TABLE `haikuwp_mclean_refs` DISABLE KEYS */; +INSERT INTO `haikuwp_mclean_refs` VALUES +(1,506,NULL,'WOOCOOMMERCE (ID)',NULL), +(2,81,NULL,'META (ID) [72]',NULL), +(3,NULL,'2024/10/HAIKU-sizechart.jpg','CONTENT (URL) [72]',NULL), +(4,420,NULL,'META (ID) [86]',NULL), +(5,110,NULL,'META (ID) [102]',NULL), +(6,121,NULL,'META (ID) [113]',NULL), +(7,NULL,'2024/10/HAIKU-sizechart.jpg','CONTENT (URL) [113]',NULL), +(8,219,NULL,'META (ID) [123]',NULL), +(9,141,NULL,'META (ID) [133]',NULL), +(10,152,NULL,'META (ID) [144]',NULL), +(11,163,NULL,'META (ID) [155]',NULL), +(12,176,NULL,'META (ID) [168]',NULL), +(13,564,NULL,'META (ID) [183]',NULL), +(14,206,NULL,'META (ID) [202]',NULL), +(15,568,NULL,'META (ID) [213]',NULL), +(16,604,NULL,'META (ID) [220]',NULL), +(17,606,NULL,'META (ID) [226]',NULL), +(18,668,NULL,'META (ID) [232]',NULL), +(19,243,NULL,'META (ID) [240]',NULL), +(20,249,NULL,'META (ID) [246]',NULL), +(21,601,NULL,'META (ID) [251]',NULL), +(22,259,NULL,'META (ID) [258]',NULL), +(23,262,NULL,'META (ID) [261]',NULL), +(24,600,NULL,'META (ID) [263]',NULL), +(25,603,NULL,'META (ID) [268]',NULL), +(26,602,NULL,'META (ID) [271]',NULL), +(27,275,NULL,'META (ID) [274]',NULL), +(28,280,NULL,'META (ID) [276]',NULL), +(29,283,NULL,'META (ID) [282]',NULL), +(30,286,NULL,'META (ID) [285]',NULL), +(31,289,NULL,'META (ID) [288]',NULL), +(32,292,NULL,'META (ID) [291]',NULL), +(33,310,NULL,'META (ID) [306]',NULL), +(34,316,NULL,'META (ID) [312]',NULL), +(35,503,NULL,'META (ID) [318]',NULL), +(36,326,NULL,'META (ID) [325]',NULL), +(37,329,NULL,'META (ID) [328]',NULL), +(38,332,NULL,'META (ID) [331]',NULL), +(39,336,NULL,'META (ID) [335]',NULL), +(40,339,NULL,'META (ID) [338]',NULL), +(41,559,NULL,'META (ID) [342]',NULL), +(42,360,NULL,'META (ID) [356]',NULL), +(43,369,NULL,'META (ID) [365]',NULL), +(44,375,NULL,'META (ID) [372]',NULL), +(45,378,NULL,'META (ID) [377]',NULL), +(46,382,NULL,'META (ID) [381]',NULL), +(47,486,NULL,'META (ID) [385]',NULL), +(48,396,NULL,'META (ID) [393]',NULL), +(49,399,NULL,'META (ID) [398]',NULL), +(50,403,NULL,'META (ID) [402]',NULL), +(51,407,NULL,'META (ID) [406]',NULL), +(52,431,NULL,'META (ID) [430]',NULL), +(53,475,NULL,'META (ID) [433]',NULL), +(54,436,NULL,'META (ID) [435]',NULL), +(55,449,NULL,'META (ID) [447]',NULL), +(56,482,NULL,'META (ID) [481]',NULL), +(57,491,NULL,'META (ID) [490]',NULL), +(58,500,NULL,'META (ID) [496]',NULL), +(59,516,NULL,'META (ID) [515]',NULL), +(60,524,NULL,'META (ID) [521]',NULL), +(61,536,NULL,'META (ID) [535]',NULL), +(62,547,NULL,'META (ID) [545]',NULL), +(63,665,NULL,'META (ID) [554]',NULL), +(64,575,NULL,'META (ID) [572]',NULL), +(65,598,NULL,'META (ID) [589]',NULL), +(66,611,NULL,'META (ID) [610]',NULL), +(67,621,NULL,'META (ID) [613]',NULL), +(68,NULL,'2024/10/HAIKU-sizechart.jpg','CONTENT (URL) [613]',NULL), +(69,634,NULL,'META (ID) [625]',NULL), +(70,176,NULL,'META (ID) [200]',NULL), +(71,178,NULL,'META (ID) [201]',NULL), +(72,243,NULL,'META (ID) [241]',NULL), +(73,249,NULL,'META (ID) [247]',NULL), +(74,475,NULL,'META (ID) [478]',NULL), +(75,476,NULL,'META (ID) [479]',NULL), +(76,477,NULL,'META (ID) [480]',NULL); +/*!40000 ALTER TABLE `haikuwp_mclean_refs` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_mclean_scan` +-- + +DROP TABLE IF EXISTS `haikuwp_mclean_scan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_mclean_scan` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `type` tinyint(1) NOT NULL, + `postId` bigint(20) DEFAULT NULL, + `path` tinytext DEFAULT NULL, + `size` int(9) DEFAULT NULL, + `ignored` tinyint(1) NOT NULL DEFAULT 0, + `deleted` tinyint(1) NOT NULL DEFAULT 0, + `issue` tinytext NOT NULL, + `parentId` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `IgnoredIndex` (`ignored`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=136 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_mclean_scan` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_mclean_scan` WRITE; +/*!40000 ALTER TABLE `haikuwp_mclean_scan` DISABLE KEYS */; +INSERT INTO `haikuwp_mclean_scan` VALUES +(1,'2024-11-15 17:19:13',1,100,'2024/09/HADOU-B-mix.jpg (+ 2 files)',633426,0,0,'NO_CONTENT',NULL), +(2,'2024-11-15 17:19:13',1,101,'2024/09/HADOU-BKIGEN-Bo.jpg (+ 2 files)',992102,0,0,'NO_CONTENT',NULL), +(3,'2024-11-15 17:19:13',1,111,'2024/09/IKKAN-B-arg.jpg (+ 2 files)',181582,0,0,'NO_CONTENT',NULL), +(4,'2024-11-15 17:19:13',1,112,'2024/09/IKKAN-BaKIGEN-Ba.jpg (+ 2 files)',474986,0,0,'NO_CONTENT',NULL), +(5,'2024-11-15 17:19:13',1,122,'2024/09/IKKAN-B-g.jpg (+ 1 files)',575848,0,0,'NO_CONTENT',NULL), +(6,'2024-11-15 17:19:13',1,132,'2024/09/DSC9928.jpg (+ 2 files)',659968,0,0,'NO_CONTENT',NULL), +(7,'2024-11-15 17:19:13',1,142,'2024/09/DSC9269.jpg (+ 2 files)',461644,0,0,'NO_CONTENT',NULL), +(8,'2024-11-15 17:19:13',1,143,'2024/09/DSC9148.jpg (+ 2 files)',432058,0,0,'NO_CONTENT',NULL), +(9,'2024-11-15 17:19:13',1,153,'2024/10/KISHOU-B-arg-1.jpg (+ 2 files)',159416,0,0,'NO_CONTENT',NULL), +(10,'2024-11-15 17:19:13',1,154,'2024/10/KIGEN-BaIKKANBa.jpg (+ 2 files)',456438,0,0,'NO_CONTENT',NULL), +(11,'2024-11-15 17:19:13',1,164,'2024/10/KISHOU-B-vrm-1.jpg (+ 2 files)',252118,0,0,'NO_CONTENT',NULL), +(12,'2024-11-15 17:19:13',1,165,'2024/10/HADOU-BOoIKKAN-BKIGEN-BJOKOU-Co.jpg (+ 2 files)',524168,0,0,'NO_CONTENT',NULL), +(13,'2024-11-15 17:19:13',1,166,'2024/09/DSC9760.jpg (+ 2 files)',705900,0,0,'NO_CONTENT',NULL), +(14,'2024-11-15 17:19:13',1,167,'2024/09/DSC9339.jpg (+ 2 files)',515504,0,0,'NO_CONTENT',NULL), +(15,'2024-11-15 17:19:13',1,177,'2024/10/ROKKU-B-malachite-1.jpg (+ 2 files)',171466,0,0,'NO_CONTENT',NULL), +(16,'2024-11-15 17:19:13',1,179,'2024/10/ROKKU-B-tigereye-1.jpg (+ 2 files)',175398,0,0,'NO_CONTENT',NULL), +(17,'2024-11-15 17:19:13',1,180,'2024/10/DSC9710.jpg (+ 2 files)',843748,0,0,'NO_CONTENT',NULL), +(18,'2024-11-15 17:19:13',1,182,'2024/10/DSC9190.jpg (+ 2 files)',459310,0,0,'NO_CONTENT',NULL), +(19,'2024-11-15 17:19:13',1,199,'2024/10/BOROBORO-BOaTANEMAKI-BO1a-opti.jpg (+ 1 files)',236038,0,0,'NO_CONTENT',NULL), +(20,'2024-11-15 17:19:13',1,207,'2024/10/PIASU-BO-1.jpg (+ 2 files)',675740,0,0,'NO_CONTENT',NULL), +(21,'2024-11-15 17:19:13',1,212,'2024/10/PIASU-BO-2.jpg (+ 2 files)',374094,0,0,'NO_CONTENT',NULL), +(22,'2024-11-15 17:19:13',1,225,'2024/10/TAMANORI-BO-s-1.jpg (+ 2 files)',337094,0,0,'NO_CONTENT',NULL), +(23,'2024-11-15 17:19:13',1,231,'2024/10/TAMANORI-BO-g-1.jpg (+ 2 files)',376868,0,0,'NO_CONTENT',NULL), +(24,'2024-11-15 17:19:13',1,237,'2024/10/HADOU-BR.jpg (+ 2 files)',1045562,0,0,'NO_CONTENT',NULL), +(25,'2024-11-15 17:19:13',1,244,'2024/10/IKKAN-BR-s.jpg (+ 2 files)',877486,0,0,'NO_CONTENT',NULL), +(26,'2024-11-15 17:19:13',1,245,'2024/10/IKKAN-BR-s-1.jpg (+ 2 files)',1073188,0,0,'NO_CONTENT',NULL), +(27,'2024-11-15 17:19:13',1,250,'2024/10/IKKAN-BR-g.jpg (+ 2 files)',374178,0,0,'NO_CONTENT',NULL), +(28,'2024-11-15 17:19:13',1,255,'2024/10/TANEMAKI-BR-1.jpg (+ 2 files)',1028916,0,0,'NO_CONTENT',NULL), +(29,'2024-11-15 17:19:13',1,260,'2024/10/DSC9225.jpg (+ 2 files)',696974,0,0,'NO_CONTENT',NULL), +(30,'2024-11-15 17:19:13',1,265,'2024/10/IKKAN-C.jpg (+ 2 files)',1066054,0,0,'NO_CONTENT',NULL), +(31,'2024-11-15 17:19:13',1,266,'2024/10/IKKAN-C-1.jpg (+ 1 files)',554660,0,0,'NO_CONTENT',NULL), +(32,'2024-11-15 17:19:13',1,267,'2024/10/IKKAN-C-2.jpg (+ 2 files)',1012194,0,0,'NO_CONTENT',NULL), +(33,'2024-11-15 17:19:13',1,270,'2024/10/PIASU-C-arg-opti.jpg (+ 2 files)',532206,0,0,'NO_CONTENT',NULL), +(34,'2024-11-15 17:19:13',1,273,'2024/10/TANEMAKI-C.jpg (+ 2 files)',997056,0,0,'NO_CONTENT',NULL), +(35,'2024-11-15 17:19:13',1,281,'2024/10/HADOU-CR-s.jpg (+ 2 files)',965156,0,0,'NO_CONTENT',NULL), +(36,'2024-11-15 17:19:13',1,284,'2024/10/HADOU-CR-g.jpg (+ 1 files)',325294,0,0,'NO_CONTENT',NULL), +(37,'2024-11-15 17:19:13',1,287,'2024/10/HATTARI-CR1-s-1.jpg (+ 2 files)',647238,0,0,'NO_CONTENT',NULL), +(38,'2024-11-15 17:19:13',1,290,'2024/10/DSC9336.jpg (+ 2 files)',561068,0,0,'NO_CONTENT',NULL), +(39,'2024-11-15 17:19:13',1,293,'2024/10/HATTARI-CR2.jpg (+ 2 files)',535282,0,0,'NO_CONTENT',NULL), +(40,'2024-11-15 17:19:13',1,311,'2024/10/DSC9378.jpg (+ 2 files)',541902,0,0,'NO_CONTENT',NULL), +(41,'2024-11-15 17:19:13',1,317,'2024/10/TAMANORI-CR2-vrm-1.jpg (+ 1 files)',408918,0,0,'NO_CONTENT',NULL), +(42,'2024-11-15 17:19:13',1,323,'2024/10/FUYOU-CR.jpg (+ 1 files)',546040,0,0,'NO_CONTENT',NULL), +(43,'2024-11-15 17:19:13',1,324,'2024/10/DSC9542.jpg (+ 2 files)',876338,0,0,'NO_CONTENT',NULL), +(44,'2024-11-15 17:19:13',1,327,'2024/10/HADOU-EC.jpg (+ 2 files)',711176,0,0,'NO_CONTENT',NULL), +(45,'2024-11-15 17:19:13',1,330,'2024/10/HADOU-EC-vrm-1.jpg (+ 2 files)',447956,0,0,'NO_CONTENT',NULL), +(46,'2024-11-15 17:19:13',1,334,'2024/10/HATTARI-EC-arg-1.jpg (+ 2 files)',369024,0,0,'NO_CONTENT',NULL), +(47,'2024-11-15 17:19:13',1,337,'2024/10/DSC9472.jpg (+ 2 files)',713526,0,0,'NO_CONTENT',NULL), +(48,'2024-11-15 17:19:13',1,340,'2024/10/PIASU-BRC-1.jpg (+ 2 files)',474200,0,0,'NO_CONTENT',NULL), +(49,'2024-11-15 17:19:13',1,341,'2024/10/PIASU-BRC-2.jpg (+ 2 files)',652362,0,0,'NO_CONTENT',NULL), +(50,'2024-11-15 17:19:13',1,347,'2024/10/DSC9763.jpg (+ 2 files)',804254,0,0,'NO_CONTENT',NULL), +(51,'2024-11-15 17:19:13',1,348,'2024/10/DSC9781.jpg (+ 1 files)',372455,0,0,'NO_CONTENT',NULL), +(52,'2024-11-15 17:19:13',1,349,'2024/10/DSC9748.jpg (+ 2 files)',842826,0,0,'NO_CONTENT',NULL), +(53,'2024-11-15 17:19:13',1,361,'2024/10/DSC9354.jpg (+ 2 files)',565222,0,0,'NO_CONTENT',NULL), +(54,'2024-11-15 17:19:13',1,376,'2024/10/DSC9300.jpg (+ 2 files)',469948,0,0,'NO_CONTENT',NULL), +(55,'2024-11-15 17:19:13',1,379,'2024/10/DSC9260.jpg (+ 1 files)',232862,0,0,'NO_CONTENT',NULL), +(56,'2024-11-15 17:19:13',1,380,'2024/10/DSC9262.jpg (+ 2 files)',394188,0,0,'NO_CONTENT',NULL), +(57,'2024-11-15 17:19:13',1,383,'2024/10/DSC9772.jpg (+ 1 files)',602490,0,0,'NO_CONTENT',NULL), +(58,'2024-11-15 17:19:13',1,384,'2024/10/DSC9775.jpg (+ 1 files)',559293,0,0,'NO_CONTENT',NULL), +(59,'2024-11-15 17:19:13',1,388,'2024/10/ROKKU-C-arg.jpg (+ 2 files)',656360,0,0,'NO_CONTENT',NULL), +(60,'2024-11-15 17:19:13',1,397,'2024/10/DSC9733.jpg (+ 1 files)',373189,0,0,'NO_CONTENT',NULL), +(61,'2024-11-15 17:19:13',1,400,'2024/10/DSC9723.jpg (+ 2 files)',775076,0,0,'NO_CONTENT',NULL), +(62,'2024-11-15 17:19:13',1,401,'2024/10/DSC9730.jpg (+ 2 files)',776178,0,0,'NO_CONTENT',NULL), +(63,'2024-11-15 17:19:13',1,404,'2024/10/DSC9216.jpg (+ 2 files)',407382,0,0,'NO_CONTENT',NULL), +(64,'2024-11-15 17:19:13',1,405,'2024/10/IMG_9077.jpg (+ 2 files)',493806,0,0,'NO_CONTENT',NULL), +(65,'2024-11-15 17:19:14',1,408,'2024/10/DSC9485.jpg (+ 1 files)',509856,0,0,'NO_CONTENT',NULL), +(66,'2024-11-15 17:19:14',1,409,'2024/10/MUGURA-NAIL-.jpg (+ 2 files)',610030,0,0,'NO_CONTENT',NULL), +(67,'2024-11-15 17:19:14',1,410,'2024/10/MUGURA-FEU-arg.jpg (+ 2 files)',86010,0,0,'NO_CONTENT',NULL), +(68,'2024-11-15 17:19:14',1,411,'2024/09/DSC8400-copie.jpg (+ 2 files)',995626,0,0,'NO_CONTENT',NULL), +(69,'2024-11-15 17:19:14',1,412,'2024/09/HATTARI-B-2-1.jpg (+ 2 files)',1069220,0,0,'NO_CONTENT',NULL), +(70,'2024-11-15 17:19:14',1,419,'2024/09/HATTARI-B-1.jpg (+ 2 files)',1071022,0,0,'NO_CONTENT',NULL), +(71,'2024-11-15 17:19:14',1,424,'2024/10/DSC9376.jpg (+ 2 files)',626712,0,0,'NO_CONTENT',NULL), +(72,'2024-11-15 17:19:14',1,425,'2024/10/DSC9156.jpg (+ 2 files)',821022,0,0,'NO_CONTENT',NULL), +(73,'2024-11-15 17:19:14',1,432,'2024/10/DSC9297.jpg (+ 2 files)',594618,0,0,'NO_CONTENT',NULL), +(74,'2024-11-15 17:19:14',1,437,'2024/10/DSC9781-1.jpg (+ 2 files)',749844,0,0,'NO_CONTENT',NULL), +(75,'2024-11-15 17:19:14',1,440,'2024/09/IMG_1423.jpg (+ 1 files)',539259,0,0,'NO_CONTENT',NULL), +(76,'2024-11-15 17:19:14',1,441,'2024/10/IMG_1428.jpg (+ 1 files)',739647,0,0,'NO_CONTENT',NULL), +(77,'2024-11-15 17:19:14',1,442,'2024/10/IMG_1431.jpg (+ 1 files)',774253,0,0,'NO_CONTENT',NULL), +(78,'2024-11-15 17:19:14',1,443,'2024/10/IMG_1432.jpg (+ 1 files)',886014,0,0,'NO_CONTENT',NULL), +(79,'2024-11-15 17:19:14',1,448,'2024/11/IMG_1473.jpg (+ 1 files)',1448749,0,0,'NO_CONTENT',NULL), +(80,'2024-11-15 17:19:14',1,450,'2024/09/IMG_1478.jpg (+ 1 files)',1770683,0,0,'NO_CONTENT',NULL), +(81,'2024-11-15 17:19:14',1,451,'2024/10/IMG_1493.jpg (+ 1 files)',955698,0,0,'NO_CONTENT',NULL), +(82,'2024-11-15 17:19:14',1,452,'2024/10/IMG_1505.jpg (+ 1 files)',1160791,0,0,'NO_CONTENT',NULL), +(83,'2024-11-15 17:19:14',1,455,'2024/10/IMG_1531.jpg (+ 1 files)',1498668,0,0,'NO_CONTENT',NULL), +(84,'2024-11-15 17:19:14',1,456,'2024/10/IMG_1543.jpg (+ 1 files)',779634,0,0,'NO_CONTENT',NULL), +(85,'2024-11-15 17:19:14',1,457,'2024/10/IMG_1565.jpg (+ 1 files)',569995,0,0,'NO_CONTENT',NULL), +(86,'2024-11-15 17:19:14',1,459,'2024/10/IMG_1586.jpg (+ 1 files)',1749377,0,0,'NO_CONTENT',NULL), +(87,'2024-11-15 17:19:14',1,460,'2024/10/IMG_1588.jpg (+ 1 files)',1183645,0,0,'NO_CONTENT',NULL), +(88,'2024-11-15 17:19:14',1,461,'2024/10/IMG_1600.jpg (+ 1 files)',1339797,0,0,'NO_CONTENT',NULL), +(89,'2024-11-15 17:19:14',1,463,'2024/10/IMG_1638.jpg (+ 1 files)',960703,0,0,'NO_CONTENT',NULL), +(90,'2024-11-15 17:19:14',1,464,'2024/10/IMG_1647.jpg (+ 1 files)',782793,0,0,'NO_CONTENT',NULL), +(91,'2024-11-15 17:19:14',1,465,'2024/10/IMG_1651.jpg (+ 1 files)',1518958,0,0,'NO_CONTENT',NULL), +(92,'2024-11-15 17:19:14',1,468,'2024/10/IMG_1673.jpg (+ 1 files)',1651578,0,0,'NO_CONTENT',NULL), +(93,'2024-11-15 17:19:14',1,469,'2024/10/IMG_1669.jpg (+ 1 files)',1454981,0,0,'NO_CONTENT',NULL), +(94,'2024-11-15 17:19:14',1,470,'2024/10/IMG_1675.jpg (+ 1 files)',228383,0,0,'NO_CONTENT',NULL), +(95,'2024-11-15 17:19:14',1,471,'2024/10/IMG_1680.jpg (+ 1 files)',1422287,0,0,'NO_CONTENT',NULL), +(96,'2024-11-15 17:19:14',1,472,'2024/10/IMG_1746.jpg (+ 1 files)',1224686,0,0,'NO_CONTENT',NULL), +(97,'2024-11-15 17:19:14',1,473,'2024/10/IMG_1747.jpg (+ 1 files)',1254904,0,0,'NO_CONTENT',NULL), +(98,'2024-11-15 17:19:14',1,474,'2024/10/IMG_1748.jpg (+ 1 files)',1443067,0,0,'NO_CONTENT',NULL), +(99,'2024-11-15 17:19:14',1,483,'2024/11/IMG_1619.jpg (+ 1 files)',1626994,0,0,'NO_CONTENT',NULL), +(100,'2024-11-15 17:19:14',1,487,'2024/10/DSC9138.jpg (+ 1 files)',283469,0,0,'NO_CONTENT',NULL), +(101,'2024-11-15 17:19:14',1,488,'2024/10/ROKKU-C-lapis.jpg (+ 1 files)',800553,0,0,'NO_CONTENT',NULL), +(102,'2024-11-15 17:19:14',1,489,'2024/10/ROKKU-C-jaspe.jpg (+ 1 files)',750940,0,0,'NO_CONTENT',NULL), +(103,'2024-11-15 17:19:14',1,492,'2024/11/IMG_1474.jpg (+ 1 files)',1552782,0,0,'NO_CONTENT',NULL), +(104,'2024-11-15 17:19:14',1,501,'2024/11/IMG_1481.jpg (+ 1 files)',1930791,0,0,'NO_CONTENT',NULL), +(105,'2024-11-15 17:19:14',1,502,'2024/11/IMG_1484.jpg (+ 1 files)',547048,0,0,'NO_CONTENT',NULL), +(106,'2024-11-15 17:19:14',1,504,'2024/10/FUYOU-C-1.jpg (+ 1 files)',984668,0,0,'NO_CONTENT',NULL), +(107,'2024-11-15 17:19:14',1,518,'2024/11/BOROBORO-BO1-g-brown.jpg (+ 1 files)',720777,0,0,'NO_CONTENT',NULL), +(108,'2024-11-15 17:19:14',1,526,'2024/11/BOROBORO-BO1-s-green.jpg (+ 1 files)',685626,0,0,'NO_CONTENT',NULL), +(109,'2024-11-15 17:19:14',1,531,'2024/09/DSC9897.jpg (+ 1 files)',1361665,0,0,'NO_CONTENT',NULL), +(110,'2024-11-15 17:19:14',1,537,'2024/11/IMG_1703.jpg (+ 1 files)',1901030,0,0,'NO_CONTENT',NULL), +(111,'2024-11-15 17:19:14',1,538,'2024/11/BOROBORO-BLT-crystal.jpg (+ 1 files)',778439,0,0,'NO_CONTENT',NULL), +(112,'2024-11-15 17:19:14',1,539,'2024/11/IMG_1715.jpg (+ 1 files)',1313772,0,0,'NO_CONTENT',NULL), +(113,'2024-11-15 17:19:14',1,548,'2024/11/IMG_1563.jpg (+ 1 files)',1718895,0,0,'NO_CONTENT',NULL), +(114,'2024-11-15 17:19:14',1,558,'2024/11/DSC9463.jpg (+ 1 files)',1886628,0,0,'NO_CONTENT',NULL), +(115,'2024-11-15 17:19:14',1,576,'2024/11/IMG_1419.jpg (+ 1 files)',566675,0,0,'NO_CONTENT',NULL), +(116,'2024-11-15 17:19:14',1,599,'2024/11/BOROBORO-B-s-1.jpg (+ 1 files)',1671625,0,0,'NO_CONTENT',NULL), +(117,'2024-11-15 17:19:14',1,622,'2024/11/IMG_1504.jpg (+ 1 files)',642992,0,0,'NO_CONTENT',NULL), +(118,'2024-11-15 17:19:14',1,623,'2024/11/IMG_1554.jpg (+ 1 files)',1406586,0,0,'NO_CONTENT',NULL), +(119,'2024-11-15 17:19:14',1,635,'2024/11/IMG_1501.jpg (+ 1 files)',573637,0,0,'NO_CONTENT',NULL), +(120,'2024-11-15 17:19:14',1,636,'2024/11/IMG_1506.jpg (+ 1 files)',1149564,0,0,'NO_CONTENT',NULL), +(121,'2024-11-15 17:19:14',1,644,'2024/10/DSC9341.jpg (+ 1 files)',1492187,0,0,'NO_CONTENT',NULL), +(122,'2024-11-15 17:19:14',1,658,'2024/10/BOROBORO-BOaTANEMAKI-BO1a.jpg (+ 1 files)',1088937,0,0,'NO_CONTENT',NULL), +(123,'2024-11-15 17:19:14',1,659,'2024/09/HADOU-B-opti.jpg (+ 1 files)',0,0,1,'ORPHAN_MEDIA',NULL), +(124,'2024-11-15 17:19:14',1,660,'2024/10/IMG_1442.jpg (+ 1 files)',1029972,0,0,'NO_CONTENT',NULL), +(125,'2024-11-15 17:19:14',1,661,'2024/10/IMG_1454.jpg (+ 1 files)',849459,0,0,'NO_CONTENT',NULL), +(126,'2024-11-15 17:19:14',1,662,'2024/10/IMG_1456.jpg (+ 1 files)',730806,0,0,'NO_CONTENT',NULL), +(127,'2024-11-15 17:19:14',1,663,'2024/11/IMG_1460.jpg (+ 1 files)',98598,0,0,'NO_CONTENT',NULL), +(128,'2024-11-15 17:19:14',1,664,'2024/10/IMG_1512.jpg (+ 1 files)',873482,0,0,'NO_CONTENT',NULL), +(129,'2024-11-15 17:19:14',1,666,'2024/11/IMG_1525.jpg (+ 1 files)',173470,0,0,'NO_CONTENT',NULL), +(130,'2024-11-15 17:19:14',1,667,'2024/11/IMG_1524.jpg (+ 1 files)',172887,0,0,'NO_CONTENT',NULL), +(131,'2024-11-15 17:19:14',1,669,'2024/10/IMG_1528.jpg (+ 1 files)',958548,0,0,'NO_CONTENT',NULL), +(132,'2024-11-15 17:19:14',1,670,'2024/10/IMG_1582.jpg (+ 1 files)',1167334,0,0,'NO_CONTENT',NULL), +(133,'2024-11-15 17:19:14',1,671,'2024/10/IMG_1604.jpg (+ 1 files)',876712,0,0,'NO_CONTENT',NULL), +(134,'2024-11-15 17:19:14',1,672,'2024/10/IMG_1656-1.jpg (+ 1 files)',1095755,0,0,'NO_CONTENT',NULL), +(135,'2024-11-15 17:19:14',1,673,'2024/10/IMG_1657.jpg (+ 1 files)',901473,0,0,'NO_CONTENT',NULL); +/*!40000 ALTER TABLE `haikuwp_mclean_scan` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_options` +-- + +DROP TABLE IF EXISTS `haikuwp_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=34474 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_options` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_options` WRITE; +/*!40000 ALTER TABLE `haikuwp_options` DISABLE KEYS */; +INSERT INTO `haikuwp_options` VALUES +(1,'cron','a:19:{i:1777996466;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1777997439;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1777997556;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1777997557;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1777997567;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1777997832;a:1:{s:26:\"rediscache_discard_metrics\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1777999114;a:2:{s:19:\"update_wms_statuses\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:17:\"check_wms_license\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1778011850;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778011853;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778015439;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778017239;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778019039;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778030232;a:1:{s:45:\"woocommerce_marketplace_cron_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778047726;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778073155;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778073156;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778443905;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1778530239;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'), +(2,'siteurl','https://haikuatelier.fr.ddev.site/wp','on'), +(3,'home','https://haikuatelier.fr.ddev.site/wp','on'), +(4,'blogname','Haiku Atelier','on'), +(5,'blogdescription','Handcrafted, poetic & minimalist silver jewelry.','on'), +(6,'users_can_register','0','on'), +(7,'admin_email','haiku.atelier@gmail.com','on'), +(8,'start_of_week','1','on'), +(9,'use_balanceTags','0','on'), +(10,'use_smilies','1','on'), +(11,'require_name_email','1','on'), +(12,'comments_notify','1','on'), +(13,'posts_per_rss','10','on'), +(14,'rss_use_excerpt','1','on'), +(15,'mailserver_url','mail.example.com','on'), +(16,'mailserver_login','login@example.com','on'), +(17,'mailserver_pass','password','on'), +(18,'mailserver_port','110','on'), +(19,'default_category','1','on'), +(20,'default_comment_status','open','on'), +(21,'default_ping_status','open','on'), +(22,'default_pingback_flag','1','on'), +(23,'posts_per_page','10','on'), +(24,'date_format','Y-m-d','on'), +(25,'time_format','H:i','on'), +(26,'links_updated_date_format','d F Y G\\hi','on'), +(27,'comment_moderation','0','on'), +(28,'moderation_notify','1','on'), +(29,'permalink_structure','/%postname%/','on'), +(31,'hack_file','0','on'), +(32,'blog_charset','UTF-8','on'), +(33,'moderation_keys','','off'), +(34,'active_plugins','a:7:{i:0;s:17:\"falcon/falcon.php\";i:1;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:2;s:27:\"redis-cache/redis-cache.php\";i:3;s:37:\"wc-multishipping/wc-multishipping.php\";i:4;s:27:\"woocommerce/woocommerce.php\";i:5;s:35:\"wp-mail-logging/wp-mail-logging.php\";i:6;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}','on'), +(35,'category_base','/category','on'), +(36,'ping_sites','https://rpc.pingomatic.com/','on'), +(37,'comment_max_links','2','on'), +(38,'gmt_offset','','on'), +(39,'default_email_category','1','on'), +(40,'recently_edited','','off'), +(41,'template','haiku-atelier-2024','on'), +(42,'stylesheet','haiku-atelier-2024','on'), +(43,'comment_registration','0','on'), +(44,'html_type','text/html','on'), +(45,'use_trackback','0','on'), +(46,'default_role','customer','on'), +(47,'db_version','60717','on'), +(48,'uploads_use_yearmonth_folders','1','on'), +(49,'upload_path','','on'), +(50,'blog_public','1','on'), +(51,'default_link_category','2','on'), +(52,'show_on_front','page','on'), +(53,'tag_base','/tag','on'), +(54,'show_avatars','1','on'), +(55,'avatar_rating','G','on'), +(56,'upload_url_path','','on'), +(57,'thumbnail_size_w','300','on'), +(58,'thumbnail_size_h','300','on'), +(59,'thumbnail_crop','1','on'), +(60,'medium_size_w','9999','on'), +(61,'medium_size_h','9999','on'), +(62,'avatar_default','mystery','on'), +(63,'large_size_w','9999','on'), +(64,'large_size_h','9999','on'), +(65,'image_default_link_type','','on'), +(66,'image_default_size','','on'), +(67,'image_default_align','','on'), +(68,'close_comments_for_old_posts','0','on'), +(69,'close_comments_days_old','14','on'), +(70,'thread_comments','1','on'), +(71,'thread_comments_depth','5','on'), +(72,'page_comments','0','on'), +(73,'comments_per_page','50','on'), +(74,'default_comments_page','newest','on'), +(75,'comment_order','asc','on'), +(76,'sticky_posts','a:0:{}','on'), +(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), +(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), +(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), +(80,'uninstall_plugins','a:0:{}','off'), +(81,'timezone_string','Europe/Brussels','on'), +(82,'page_for_posts','0','on'), +(83,'page_on_front','13','on'), +(84,'default_post_format','0','on'), +(85,'link_manager_enabled','0','on'), +(86,'finished_splitting_shared_terms','1','on'), +(87,'site_icon','0','on'), +(88,'medium_large_size_w','768','on'), +(89,'medium_large_size_h','0','on'), +(90,'wp_page_for_privacy_policy','3','on'), +(91,'show_comments_cookies_opt_in','1','on'), +(92,'admin_email_lifespan','1738354239','on'), +(93,'disallowed_keys','','off'), +(94,'comment_previously_approved','1','on'), +(95,'auto_plugin_theme_update_emails','a:0:{}','off'), +(96,'auto_update_core_dev','enabled','on'), +(97,'auto_update_core_minor','enabled','on'), +(98,'auto_update_core_major','enabled','on'), +(99,'wp_force_deactivated_plugins','a:0:{}','off'), +(100,'wp_attachment_pages_enabled','0','on'), +(101,'initial_db_version','57155','on'), +(102,'haikuwp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:115:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:16:\"create_customers\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:16:\"create_customers\";b:1;}}}','auto'), +(103,'fresh_site','0','off'), +(104,'WPLANG','en_GB','auto'), +(105,'user_count','2','off'), +(106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:159:\"

      Articles récents

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

      Commentaires récents

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

      Archives

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

      Catégories

      \";}s:12:\"_multiwidget\";i:1;}','auto'), +(107,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','auto'), +(108,'bedrock_autoloader','a:2:{s:7:\"plugins\";a:1:{s:55:\"bedrock-disallow-indexing/bedrock-disallow-indexing.php\";a:15:{s:4:\"Name\";s:17:\"Disallow Indexing\";s:9:\"PluginURI\";s:25:\"https://roots.io/bedrock/\";s:7:\"Version\";s:5:\"2.0.0\";s:11:\"Description\";s:62:\"Disallow indexing of your site on non-production environments.\";s:6:\"Author\";s:5:\"Roots\";s:9:\"AuthorURI\";s:17:\"https://roots.io/\";s:10:\"TextDomain\";s:5:\"roots\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:17:\"Disallow Indexing\";s:10:\"AuthorName\";s:5:\"Roots\";}}s:5:\"count\";i:1;}','off'), +(109,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(110,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(111,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(112,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(113,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(114,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(115,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(116,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(117,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(118,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(119,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(120,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(121,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(122,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(123,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.6.1\";s:5:\"files\";a:496:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:29:\"comment-content/style-rtl.css\";i:77;s:33:\"comment-content/style-rtl.min.css\";i:78;s:25:\"comment-content/style.css\";i:79;s:29:\"comment-content/style.min.css\";i:80;s:30:\"comment-template/style-rtl.css\";i:81;s:34:\"comment-template/style-rtl.min.css\";i:82;s:26:\"comment-template/style.css\";i:83;s:30:\"comment-template/style.min.css\";i:84;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:85;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:86;s:38:\"comments-pagination-numbers/editor.css\";i:87;s:42:\"comments-pagination-numbers/editor.min.css\";i:88;s:34:\"comments-pagination/editor-rtl.css\";i:89;s:38:\"comments-pagination/editor-rtl.min.css\";i:90;s:30:\"comments-pagination/editor.css\";i:91;s:34:\"comments-pagination/editor.min.css\";i:92;s:33:\"comments-pagination/style-rtl.css\";i:93;s:37:\"comments-pagination/style-rtl.min.css\";i:94;s:29:\"comments-pagination/style.css\";i:95;s:33:\"comments-pagination/style.min.css\";i:96;s:29:\"comments-title/editor-rtl.css\";i:97;s:33:\"comments-title/editor-rtl.min.css\";i:98;s:25:\"comments-title/editor.css\";i:99;s:29:\"comments-title/editor.min.css\";i:100;s:23:\"comments/editor-rtl.css\";i:101;s:27:\"comments/editor-rtl.min.css\";i:102;s:19:\"comments/editor.css\";i:103;s:23:\"comments/editor.min.css\";i:104;s:22:\"comments/style-rtl.css\";i:105;s:26:\"comments/style-rtl.min.css\";i:106;s:18:\"comments/style.css\";i:107;s:22:\"comments/style.min.css\";i:108;s:20:\"cover/editor-rtl.css\";i:109;s:24:\"cover/editor-rtl.min.css\";i:110;s:16:\"cover/editor.css\";i:111;s:20:\"cover/editor.min.css\";i:112;s:19:\"cover/style-rtl.css\";i:113;s:23:\"cover/style-rtl.min.css\";i:114;s:15:\"cover/style.css\";i:115;s:19:\"cover/style.min.css\";i:116;s:22:\"details/editor-rtl.css\";i:117;s:26:\"details/editor-rtl.min.css\";i:118;s:18:\"details/editor.css\";i:119;s:22:\"details/editor.min.css\";i:120;s:21:\"details/style-rtl.css\";i:121;s:25:\"details/style-rtl.min.css\";i:122;s:17:\"details/style.css\";i:123;s:21:\"details/style.min.css\";i:124;s:20:\"embed/editor-rtl.css\";i:125;s:24:\"embed/editor-rtl.min.css\";i:126;s:16:\"embed/editor.css\";i:127;s:20:\"embed/editor.min.css\";i:128;s:19:\"embed/style-rtl.css\";i:129;s:23:\"embed/style-rtl.min.css\";i:130;s:15:\"embed/style.css\";i:131;s:19:\"embed/style.min.css\";i:132;s:19:\"embed/theme-rtl.css\";i:133;s:23:\"embed/theme-rtl.min.css\";i:134;s:15:\"embed/theme.css\";i:135;s:19:\"embed/theme.min.css\";i:136;s:19:\"file/editor-rtl.css\";i:137;s:23:\"file/editor-rtl.min.css\";i:138;s:15:\"file/editor.css\";i:139;s:19:\"file/editor.min.css\";i:140;s:18:\"file/style-rtl.css\";i:141;s:22:\"file/style-rtl.min.css\";i:142;s:14:\"file/style.css\";i:143;s:18:\"file/style.min.css\";i:144;s:23:\"footnotes/style-rtl.css\";i:145;s:27:\"footnotes/style-rtl.min.css\";i:146;s:19:\"footnotes/style.css\";i:147;s:23:\"footnotes/style.min.css\";i:148;s:23:\"freeform/editor-rtl.css\";i:149;s:27:\"freeform/editor-rtl.min.css\";i:150;s:19:\"freeform/editor.css\";i:151;s:23:\"freeform/editor.min.css\";i:152;s:22:\"gallery/editor-rtl.css\";i:153;s:26:\"gallery/editor-rtl.min.css\";i:154;s:18:\"gallery/editor.css\";i:155;s:22:\"gallery/editor.min.css\";i:156;s:21:\"gallery/style-rtl.css\";i:157;s:25:\"gallery/style-rtl.min.css\";i:158;s:17:\"gallery/style.css\";i:159;s:21:\"gallery/style.min.css\";i:160;s:21:\"gallery/theme-rtl.css\";i:161;s:25:\"gallery/theme-rtl.min.css\";i:162;s:17:\"gallery/theme.css\";i:163;s:21:\"gallery/theme.min.css\";i:164;s:20:\"group/editor-rtl.css\";i:165;s:24:\"group/editor-rtl.min.css\";i:166;s:16:\"group/editor.css\";i:167;s:20:\"group/editor.min.css\";i:168;s:19:\"group/style-rtl.css\";i:169;s:23:\"group/style-rtl.min.css\";i:170;s:15:\"group/style.css\";i:171;s:19:\"group/style.min.css\";i:172;s:19:\"group/theme-rtl.css\";i:173;s:23:\"group/theme-rtl.min.css\";i:174;s:15:\"group/theme.css\";i:175;s:19:\"group/theme.min.css\";i:176;s:21:\"heading/style-rtl.css\";i:177;s:25:\"heading/style-rtl.min.css\";i:178;s:17:\"heading/style.css\";i:179;s:21:\"heading/style.min.css\";i:180;s:19:\"html/editor-rtl.css\";i:181;s:23:\"html/editor-rtl.min.css\";i:182;s:15:\"html/editor.css\";i:183;s:19:\"html/editor.min.css\";i:184;s:20:\"image/editor-rtl.css\";i:185;s:24:\"image/editor-rtl.min.css\";i:186;s:16:\"image/editor.css\";i:187;s:20:\"image/editor.min.css\";i:188;s:19:\"image/style-rtl.css\";i:189;s:23:\"image/style-rtl.min.css\";i:190;s:15:\"image/style.css\";i:191;s:19:\"image/style.min.css\";i:192;s:19:\"image/theme-rtl.css\";i:193;s:23:\"image/theme-rtl.min.css\";i:194;s:15:\"image/theme.css\";i:195;s:19:\"image/theme.min.css\";i:196;s:29:\"latest-comments/style-rtl.css\";i:197;s:33:\"latest-comments/style-rtl.min.css\";i:198;s:25:\"latest-comments/style.css\";i:199;s:29:\"latest-comments/style.min.css\";i:200;s:27:\"latest-posts/editor-rtl.css\";i:201;s:31:\"latest-posts/editor-rtl.min.css\";i:202;s:23:\"latest-posts/editor.css\";i:203;s:27:\"latest-posts/editor.min.css\";i:204;s:26:\"latest-posts/style-rtl.css\";i:205;s:30:\"latest-posts/style-rtl.min.css\";i:206;s:22:\"latest-posts/style.css\";i:207;s:26:\"latest-posts/style.min.css\";i:208;s:18:\"list/style-rtl.css\";i:209;s:22:\"list/style-rtl.min.css\";i:210;s:14:\"list/style.css\";i:211;s:18:\"list/style.min.css\";i:212;s:25:\"media-text/editor-rtl.css\";i:213;s:29:\"media-text/editor-rtl.min.css\";i:214;s:21:\"media-text/editor.css\";i:215;s:25:\"media-text/editor.min.css\";i:216;s:24:\"media-text/style-rtl.css\";i:217;s:28:\"media-text/style-rtl.min.css\";i:218;s:20:\"media-text/style.css\";i:219;s:24:\"media-text/style.min.css\";i:220;s:19:\"more/editor-rtl.css\";i:221;s:23:\"more/editor-rtl.min.css\";i:222;s:15:\"more/editor.css\";i:223;s:19:\"more/editor.min.css\";i:224;s:30:\"navigation-link/editor-rtl.css\";i:225;s:34:\"navigation-link/editor-rtl.min.css\";i:226;s:26:\"navigation-link/editor.css\";i:227;s:30:\"navigation-link/editor.min.css\";i:228;s:29:\"navigation-link/style-rtl.css\";i:229;s:33:\"navigation-link/style-rtl.min.css\";i:230;s:25:\"navigation-link/style.css\";i:231;s:29:\"navigation-link/style.min.css\";i:232;s:33:\"navigation-submenu/editor-rtl.css\";i:233;s:37:\"navigation-submenu/editor-rtl.min.css\";i:234;s:29:\"navigation-submenu/editor.css\";i:235;s:33:\"navigation-submenu/editor.min.css\";i:236;s:25:\"navigation/editor-rtl.css\";i:237;s:29:\"navigation/editor-rtl.min.css\";i:238;s:21:\"navigation/editor.css\";i:239;s:25:\"navigation/editor.min.css\";i:240;s:24:\"navigation/style-rtl.css\";i:241;s:28:\"navigation/style-rtl.min.css\";i:242;s:20:\"navigation/style.css\";i:243;s:24:\"navigation/style.min.css\";i:244;s:23:\"nextpage/editor-rtl.css\";i:245;s:27:\"nextpage/editor-rtl.min.css\";i:246;s:19:\"nextpage/editor.css\";i:247;s:23:\"nextpage/editor.min.css\";i:248;s:24:\"page-list/editor-rtl.css\";i:249;s:28:\"page-list/editor-rtl.min.css\";i:250;s:20:\"page-list/editor.css\";i:251;s:24:\"page-list/editor.min.css\";i:252;s:23:\"page-list/style-rtl.css\";i:253;s:27:\"page-list/style-rtl.min.css\";i:254;s:19:\"page-list/style.css\";i:255;s:23:\"page-list/style.min.css\";i:256;s:24:\"paragraph/editor-rtl.css\";i:257;s:28:\"paragraph/editor-rtl.min.css\";i:258;s:20:\"paragraph/editor.css\";i:259;s:24:\"paragraph/editor.min.css\";i:260;s:23:\"paragraph/style-rtl.css\";i:261;s:27:\"paragraph/style-rtl.min.css\";i:262;s:19:\"paragraph/style.css\";i:263;s:23:\"paragraph/style.min.css\";i:264;s:25:\"post-author/style-rtl.css\";i:265;s:29:\"post-author/style-rtl.min.css\";i:266;s:21:\"post-author/style.css\";i:267;s:25:\"post-author/style.min.css\";i:268;s:33:\"post-comments-form/editor-rtl.css\";i:269;s:37:\"post-comments-form/editor-rtl.min.css\";i:270;s:29:\"post-comments-form/editor.css\";i:271;s:33:\"post-comments-form/editor.min.css\";i:272;s:32:\"post-comments-form/style-rtl.css\";i:273;s:36:\"post-comments-form/style-rtl.min.css\";i:274;s:28:\"post-comments-form/style.css\";i:275;s:32:\"post-comments-form/style.min.css\";i:276;s:27:\"post-content/editor-rtl.css\";i:277;s:31:\"post-content/editor-rtl.min.css\";i:278;s:23:\"post-content/editor.css\";i:279;s:27:\"post-content/editor.min.css\";i:280;s:23:\"post-date/style-rtl.css\";i:281;s:27:\"post-date/style-rtl.min.css\";i:282;s:19:\"post-date/style.css\";i:283;s:23:\"post-date/style.min.css\";i:284;s:27:\"post-excerpt/editor-rtl.css\";i:285;s:31:\"post-excerpt/editor-rtl.min.css\";i:286;s:23:\"post-excerpt/editor.css\";i:287;s:27:\"post-excerpt/editor.min.css\";i:288;s:26:\"post-excerpt/style-rtl.css\";i:289;s:30:\"post-excerpt/style-rtl.min.css\";i:290;s:22:\"post-excerpt/style.css\";i:291;s:26:\"post-excerpt/style.min.css\";i:292;s:34:\"post-featured-image/editor-rtl.css\";i:293;s:38:\"post-featured-image/editor-rtl.min.css\";i:294;s:30:\"post-featured-image/editor.css\";i:295;s:34:\"post-featured-image/editor.min.css\";i:296;s:33:\"post-featured-image/style-rtl.css\";i:297;s:37:\"post-featured-image/style-rtl.min.css\";i:298;s:29:\"post-featured-image/style.css\";i:299;s:33:\"post-featured-image/style.min.css\";i:300;s:34:\"post-navigation-link/style-rtl.css\";i:301;s:38:\"post-navigation-link/style-rtl.min.css\";i:302;s:30:\"post-navigation-link/style.css\";i:303;s:34:\"post-navigation-link/style.min.css\";i:304;s:28:\"post-template/editor-rtl.css\";i:305;s:32:\"post-template/editor-rtl.min.css\";i:306;s:24:\"post-template/editor.css\";i:307;s:28:\"post-template/editor.min.css\";i:308;s:27:\"post-template/style-rtl.css\";i:309;s:31:\"post-template/style-rtl.min.css\";i:310;s:23:\"post-template/style.css\";i:311;s:27:\"post-template/style.min.css\";i:312;s:24:\"post-terms/style-rtl.css\";i:313;s:28:\"post-terms/style-rtl.min.css\";i:314;s:20:\"post-terms/style.css\";i:315;s:24:\"post-terms/style.min.css\";i:316;s:24:\"post-title/style-rtl.css\";i:317;s:28:\"post-title/style-rtl.min.css\";i:318;s:20:\"post-title/style.css\";i:319;s:24:\"post-title/style.min.css\";i:320;s:26:\"preformatted/style-rtl.css\";i:321;s:30:\"preformatted/style-rtl.min.css\";i:322;s:22:\"preformatted/style.css\";i:323;s:26:\"preformatted/style.min.css\";i:324;s:24:\"pullquote/editor-rtl.css\";i:325;s:28:\"pullquote/editor-rtl.min.css\";i:326;s:20:\"pullquote/editor.css\";i:327;s:24:\"pullquote/editor.min.css\";i:328;s:23:\"pullquote/style-rtl.css\";i:329;s:27:\"pullquote/style-rtl.min.css\";i:330;s:19:\"pullquote/style.css\";i:331;s:23:\"pullquote/style.min.css\";i:332;s:23:\"pullquote/theme-rtl.css\";i:333;s:27:\"pullquote/theme-rtl.min.css\";i:334;s:19:\"pullquote/theme.css\";i:335;s:23:\"pullquote/theme.min.css\";i:336;s:39:\"query-pagination-numbers/editor-rtl.css\";i:337;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:338;s:35:\"query-pagination-numbers/editor.css\";i:339;s:39:\"query-pagination-numbers/editor.min.css\";i:340;s:31:\"query-pagination/editor-rtl.css\";i:341;s:35:\"query-pagination/editor-rtl.min.css\";i:342;s:27:\"query-pagination/editor.css\";i:343;s:31:\"query-pagination/editor.min.css\";i:344;s:30:\"query-pagination/style-rtl.css\";i:345;s:34:\"query-pagination/style-rtl.min.css\";i:346;s:26:\"query-pagination/style.css\";i:347;s:30:\"query-pagination/style.min.css\";i:348;s:25:\"query-title/style-rtl.css\";i:349;s:29:\"query-title/style-rtl.min.css\";i:350;s:21:\"query-title/style.css\";i:351;s:25:\"query-title/style.min.css\";i:352;s:20:\"query/editor-rtl.css\";i:353;s:24:\"query/editor-rtl.min.css\";i:354;s:16:\"query/editor.css\";i:355;s:20:\"query/editor.min.css\";i:356;s:19:\"quote/style-rtl.css\";i:357;s:23:\"quote/style-rtl.min.css\";i:358;s:15:\"quote/style.css\";i:359;s:19:\"quote/style.min.css\";i:360;s:19:\"quote/theme-rtl.css\";i:361;s:23:\"quote/theme-rtl.min.css\";i:362;s:15:\"quote/theme.css\";i:363;s:19:\"quote/theme.min.css\";i:364;s:23:\"read-more/style-rtl.css\";i:365;s:27:\"read-more/style-rtl.min.css\";i:366;s:19:\"read-more/style.css\";i:367;s:23:\"read-more/style.min.css\";i:368;s:18:\"rss/editor-rtl.css\";i:369;s:22:\"rss/editor-rtl.min.css\";i:370;s:14:\"rss/editor.css\";i:371;s:18:\"rss/editor.min.css\";i:372;s:17:\"rss/style-rtl.css\";i:373;s:21:\"rss/style-rtl.min.css\";i:374;s:13:\"rss/style.css\";i:375;s:17:\"rss/style.min.css\";i:376;s:21:\"search/editor-rtl.css\";i:377;s:25:\"search/editor-rtl.min.css\";i:378;s:17:\"search/editor.css\";i:379;s:21:\"search/editor.min.css\";i:380;s:20:\"search/style-rtl.css\";i:381;s:24:\"search/style-rtl.min.css\";i:382;s:16:\"search/style.css\";i:383;s:20:\"search/style.min.css\";i:384;s:20:\"search/theme-rtl.css\";i:385;s:24:\"search/theme-rtl.min.css\";i:386;s:16:\"search/theme.css\";i:387;s:20:\"search/theme.min.css\";i:388;s:24:\"separator/editor-rtl.css\";i:389;s:28:\"separator/editor-rtl.min.css\";i:390;s:20:\"separator/editor.css\";i:391;s:24:\"separator/editor.min.css\";i:392;s:23:\"separator/style-rtl.css\";i:393;s:27:\"separator/style-rtl.min.css\";i:394;s:19:\"separator/style.css\";i:395;s:23:\"separator/style.min.css\";i:396;s:23:\"separator/theme-rtl.css\";i:397;s:27:\"separator/theme-rtl.min.css\";i:398;s:19:\"separator/theme.css\";i:399;s:23:\"separator/theme.min.css\";i:400;s:24:\"shortcode/editor-rtl.css\";i:401;s:28:\"shortcode/editor-rtl.min.css\";i:402;s:20:\"shortcode/editor.css\";i:403;s:24:\"shortcode/editor.min.css\";i:404;s:24:\"site-logo/editor-rtl.css\";i:405;s:28:\"site-logo/editor-rtl.min.css\";i:406;s:20:\"site-logo/editor.css\";i:407;s:24:\"site-logo/editor.min.css\";i:408;s:23:\"site-logo/style-rtl.css\";i:409;s:27:\"site-logo/style-rtl.min.css\";i:410;s:19:\"site-logo/style.css\";i:411;s:23:\"site-logo/style.min.css\";i:412;s:27:\"site-tagline/editor-rtl.css\";i:413;s:31:\"site-tagline/editor-rtl.min.css\";i:414;s:23:\"site-tagline/editor.css\";i:415;s:27:\"site-tagline/editor.min.css\";i:416;s:25:\"site-title/editor-rtl.css\";i:417;s:29:\"site-title/editor-rtl.min.css\";i:418;s:21:\"site-title/editor.css\";i:419;s:25:\"site-title/editor.min.css\";i:420;s:24:\"site-title/style-rtl.css\";i:421;s:28:\"site-title/style-rtl.min.css\";i:422;s:20:\"site-title/style.css\";i:423;s:24:\"site-title/style.min.css\";i:424;s:26:\"social-link/editor-rtl.css\";i:425;s:30:\"social-link/editor-rtl.min.css\";i:426;s:22:\"social-link/editor.css\";i:427;s:26:\"social-link/editor.min.css\";i:428;s:27:\"social-links/editor-rtl.css\";i:429;s:31:\"social-links/editor-rtl.min.css\";i:430;s:23:\"social-links/editor.css\";i:431;s:27:\"social-links/editor.min.css\";i:432;s:26:\"social-links/style-rtl.css\";i:433;s:30:\"social-links/style-rtl.min.css\";i:434;s:22:\"social-links/style.css\";i:435;s:26:\"social-links/style.min.css\";i:436;s:21:\"spacer/editor-rtl.css\";i:437;s:25:\"spacer/editor-rtl.min.css\";i:438;s:17:\"spacer/editor.css\";i:439;s:21:\"spacer/editor.min.css\";i:440;s:20:\"spacer/style-rtl.css\";i:441;s:24:\"spacer/style-rtl.min.css\";i:442;s:16:\"spacer/style.css\";i:443;s:20:\"spacer/style.min.css\";i:444;s:20:\"table/editor-rtl.css\";i:445;s:24:\"table/editor-rtl.min.css\";i:446;s:16:\"table/editor.css\";i:447;s:20:\"table/editor.min.css\";i:448;s:19:\"table/style-rtl.css\";i:449;s:23:\"table/style-rtl.min.css\";i:450;s:15:\"table/style.css\";i:451;s:19:\"table/style.min.css\";i:452;s:19:\"table/theme-rtl.css\";i:453;s:23:\"table/theme-rtl.min.css\";i:454;s:15:\"table/theme.css\";i:455;s:19:\"table/theme.min.css\";i:456;s:23:\"tag-cloud/style-rtl.css\";i:457;s:27:\"tag-cloud/style-rtl.min.css\";i:458;s:19:\"tag-cloud/style.css\";i:459;s:23:\"tag-cloud/style.min.css\";i:460;s:28:\"template-part/editor-rtl.css\";i:461;s:32:\"template-part/editor-rtl.min.css\";i:462;s:24:\"template-part/editor.css\";i:463;s:28:\"template-part/editor.min.css\";i:464;s:27:\"template-part/theme-rtl.css\";i:465;s:31:\"template-part/theme-rtl.min.css\";i:466;s:23:\"template-part/theme.css\";i:467;s:27:\"template-part/theme.min.css\";i:468;s:30:\"term-description/style-rtl.css\";i:469;s:34:\"term-description/style-rtl.min.css\";i:470;s:26:\"term-description/style.css\";i:471;s:30:\"term-description/style.min.css\";i:472;s:27:\"text-columns/editor-rtl.css\";i:473;s:31:\"text-columns/editor-rtl.min.css\";i:474;s:23:\"text-columns/editor.css\";i:475;s:27:\"text-columns/editor.min.css\";i:476;s:26:\"text-columns/style-rtl.css\";i:477;s:30:\"text-columns/style-rtl.min.css\";i:478;s:22:\"text-columns/style.css\";i:479;s:26:\"text-columns/style.min.css\";i:480;s:19:\"verse/style-rtl.css\";i:481;s:23:\"verse/style-rtl.min.css\";i:482;s:15:\"verse/style.css\";i:483;s:19:\"verse/style.min.css\";i:484;s:20:\"video/editor-rtl.css\";i:485;s:24:\"video/editor-rtl.min.css\";i:486;s:16:\"video/editor.css\";i:487;s:20:\"video/editor.min.css\";i:488;s:19:\"video/style-rtl.css\";i:489;s:23:\"video/style-rtl.min.css\";i:490;s:15:\"video/style.css\";i:491;s:19:\"video/style.min.css\";i:492;s:19:\"video/theme-rtl.css\";i:493;s:23:\"video/theme-rtl.min.css\";i:494;s:15:\"video/theme.css\";i:495;s:19:\"video/theme.min.css\";}}','on'), +(127,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1722802261;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'), +(153,'current_theme','','auto'), +(154,'theme_mods_haiku-atelier-2024','a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:14:\"lien_instagram\";s:39:\"https://www.instagram.com/haiku.atelier\";s:26:\"texte_conditions_livraison\";s:450:\"Products will be shipped to you within 14 days after the order has been placed, depending on stock and complexity of production. However, we strive to prepare your order for the quickest delivery possible.\n
        \n
      • Belgium and France: free shipping.
      • \n
      • Worldwide: free shipping on orders above 150€.
      • \n
      \nFor return inquiries, please contact us within 14 days after the item\'s reception.\";s:23:\"texte_entretien_produit\";s:404:\"Our jewelry are waterproof but it is preferable to avoid contact with perfume, beauty products, cleaning products, especially for your gold plated pieces.\n\nWipe dry with a soft cloth.\n\nPlease contact us for after sale services. Haiku pieces are guaranteed for a year. We can also repair your pieces after the year guarantee, the cost will depend on each case.\";s:21:\"sample_tinymce_editor\";s:8:\"zozozozo\";s:13:\"lien_facebook\";s:38:\"https://www.facebook.com/haiku.atelier\";s:14:\"lien_pinterest\";s:38:\"https://www.pinterest.com/haikuatelier\";}','on'), +(155,'theme_switched','','auto'), +(163,'finished_updating_comment_type','1','auto'), +(211,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'), +(212,'recently_activated','a:0:{}','off'), +(215,'polylang','a:14:{s:7:\"browser\";b:1;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:1;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";b:1;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:5:\"3.6.4\";s:16:\"first_activation\";i:1722863554;s:12:\"default_lang\";s:2:\"en\";}','auto'), +(216,'polylang_wpml_strings','a:0:{}','auto'), +(217,'action_scheduler_hybrid_store_demarkation','6','auto'), +(218,'schema-ActionScheduler_StoreSchema','8.0.1755587404','auto'), +(219,'schema-ActionScheduler_LoggerSchema','3.0.1722863555','auto'), +(222,'woocommerce_newly_installed','no','auto'), +(223,'woocommerce_schema_version','920','auto'), +(224,'woocommerce_store_address','','on'), +(225,'woocommerce_store_address_2','','on'), +(226,'woocommerce_store_city','','on'), +(227,'woocommerce_default_country','BE','on'), +(228,'woocommerce_store_postcode','','on'), +(229,'woocommerce_allowed_countries','all','on'), +(230,'woocommerce_all_except_countries','a:0:{}','on'), +(231,'woocommerce_specific_allowed_countries','a:0:{}','on'), +(232,'woocommerce_ship_to_countries','','on'), +(233,'woocommerce_specific_ship_to_countries','a:0:{}','on'), +(234,'woocommerce_default_customer_address','base','on'), +(235,'woocommerce_calc_taxes','no','on'), +(236,'woocommerce_enable_coupons','yes','on'), +(237,'woocommerce_calc_discounts_sequentially','no','off'), +(238,'woocommerce_currency','EUR','on'), +(239,'woocommerce_currency_pos','left_space','on'), +(240,'woocommerce_price_thousand_sep','.','on'), +(241,'woocommerce_price_decimal_sep',',','on'), +(242,'woocommerce_price_num_decimals','2','on'), +(243,'woocommerce_shop_page_id','14','on'), +(244,'woocommerce_cart_redirect_after_add','no','on'), +(245,'woocommerce_enable_ajax_add_to_cart','yes','on'), +(246,'woocommerce_placeholder_image','1921','on'), +(247,'woocommerce_weight_unit','kg','on'), +(248,'woocommerce_dimension_unit','cm','on'), +(249,'woocommerce_enable_reviews','no','on'), +(250,'woocommerce_review_rating_verification_label','no','off'), +(251,'woocommerce_review_rating_verification_required','no','off'), +(252,'woocommerce_enable_review_rating','no','on'), +(253,'woocommerce_review_rating_required','no','off'), +(254,'woocommerce_manage_stock','yes','on'), +(255,'woocommerce_hold_stock_minutes','60','off'), +(256,'woocommerce_notify_low_stock','yes','off'), +(257,'woocommerce_notify_no_stock','yes','off'), +(258,'woocommerce_stock_email_recipient','contact@gcch.fr','off'), +(259,'woocommerce_notify_low_stock_amount','2','off'), +(260,'woocommerce_notify_no_stock_amount','0','on'), +(261,'woocommerce_hide_out_of_stock_items','no','on'), +(262,'woocommerce_stock_format','','on'), +(263,'woocommerce_file_download_method','force','off'), +(264,'woocommerce_downloads_redirect_fallback_allowed','no','off'), +(265,'woocommerce_downloads_require_login','no','off'), +(266,'woocommerce_downloads_grant_access_after_payment','yes','off'), +(267,'woocommerce_downloads_deliver_inline','','off'), +(268,'woocommerce_downloads_add_hash_to_filename','yes','on'), +(270,'woocommerce_attribute_lookup_direct_updates','no','on'), +(271,'woocommerce_attribute_lookup_optimized_updates','no','on'), +(272,'woocommerce_product_match_featured_image_by_sku','no','on'), +(273,'woocommerce_prices_include_tax','no','on'), +(274,'woocommerce_tax_based_on','shipping','on'), +(275,'woocommerce_shipping_tax_class','inherit','on'), +(276,'woocommerce_tax_round_at_subtotal','no','on'), +(277,'woocommerce_tax_classes','','on'), +(278,'woocommerce_tax_display_shop','excl','on'), +(279,'woocommerce_tax_display_cart','excl','on'), +(280,'woocommerce_price_display_suffix','','on'), +(281,'woocommerce_tax_total_display','itemized','off'), +(282,'woocommerce_enable_shipping_calc','yes','off'), +(283,'woocommerce_shipping_cost_requires_address','no','on'), +(284,'woocommerce_ship_to_destination','shipping','off'), +(285,'woocommerce_shipping_debug_mode','no','on'), +(286,'woocommerce_enable_guest_checkout','yes','off'), +(287,'woocommerce_enable_checkout_login_reminder','yes','off'), +(288,'woocommerce_enable_signup_and_login_from_checkout','no','off'), +(289,'woocommerce_enable_myaccount_registration','no','off'), +(290,'woocommerce_registration_generate_username','no','off'), +(291,'woocommerce_registration_generate_password','no','off'), +(292,'woocommerce_erasure_request_removes_order_data','yes','off'), +(293,'woocommerce_erasure_request_removes_download_data','yes','off'), +(294,'woocommerce_allow_bulk_remove_personal_data','yes','off'), +(295,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','on'), +(296,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','on'), +(297,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'), +(298,'woocommerce_trash_pending_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','off'), +(299,'woocommerce_trash_failed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','off'), +(300,'woocommerce_trash_cancelled_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','off'), +(301,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'), +(302,'woocommerce_email_from_name','Haiku Atelier','off'), +(303,'woocommerce_email_from_address','haiku.atelier@gmail.com','off'), +(304,'woocommerce_email_header_image','','off'), +(305,'woocommerce_email_footer_text','{site_title}','off'), +(306,'woocommerce_email_base_color','#720eec','off'), +(307,'woocommerce_email_background_color','#f7f7f7','off'), +(308,'woocommerce_email_body_background_color','#ffffff','off'), +(309,'woocommerce_email_text_color','#3c3c3c','off'), +(310,'woocommerce_merchant_email_notifications','no','off'), +(311,'woocommerce_cart_page_id','16','on'), +(312,'woocommerce_checkout_page_id','17','on'), +(313,'woocommerce_myaccount_page_id','15','on'), +(314,'woocommerce_terms_page_id','19','on'), +(315,'woocommerce_checkout_pay_endpoint','order-pay','on'), +(316,'woocommerce_checkout_order_received_endpoint','order-received','on'), +(317,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','on'), +(318,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','on'), +(319,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','on'), +(320,'woocommerce_myaccount_orders_endpoint','orders','on'), +(321,'woocommerce_myaccount_view_order_endpoint','view-order','on'), +(322,'woocommerce_myaccount_downloads_endpoint','downloads','on'), +(323,'woocommerce_myaccount_edit_account_endpoint','edit-account','on'), +(324,'woocommerce_myaccount_edit_address_endpoint','edit-address','on'), +(325,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','on'), +(326,'woocommerce_myaccount_lost_password_endpoint','lost-password','on'), +(327,'woocommerce_logout_endpoint','customer-logout','on'), +(328,'woocommerce_api_enabled','no','on'), +(329,'woocommerce_allow_tracking','no','on'), +(330,'woocommerce_show_marketplace_suggestions','no','on'), +(331,'woocommerce_custom_orders_table_enabled','yes','on'), +(332,'woocommerce_analytics_enabled','yes','on'), +(333,'woocommerce_feature_order_attribution_enabled','','on'), +(334,'woocommerce_feature_product_block_editor_enabled','no','on'), +(335,'woocommerce_hpos_fts_index_enabled','no','on'), +(336,'woocommerce_single_image_width','600','on'), +(337,'woocommerce_thumbnail_image_width','300','on'), +(338,'woocommerce_checkout_highlight_required_fields','yes','on'), +(339,'woocommerce_demo_store','no','off'), +(340,'wc_downloads_approved_directories_mode','enabled','auto'), +(341,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','auto'), +(342,'current_theme_supports_woocommerce','yes','auto'), +(343,'woocommerce_queue_flush_rewrite_rules','no','auto'), +(347,'default_product_cat','15','auto'), +(349,'woocommerce_refund_returns_page_id','11','auto'), +(352,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:15:\"contact@gcch.fr\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:15:\"contact@gcch.fr\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','on'), +(353,'woocommerce_version','10.7.0','auto'), +(354,'woocommerce_db_version','10.7.0','auto'), +(355,'woocommerce_store_id','e041283c-a0c6-45fe-8c78-d326f5284551','auto'), +(356,'woocommerce_admin_install_timestamp','1722863556','auto'), +(357,'woocommerce_inbox_variant_assignment','7','auto'), +(358,'woocommerce_remote_variant_assignment','102','auto'), +(363,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','on'), +(364,'action_scheduler_lock_async-request-runner','69fa128b00e842.67381087|1777996487','no'), +(365,'woocommerce_admin_notices','a:0:{}','auto'), +(366,'wc_blocks_version','11.8.0-dev','auto'), +(367,'jetpack_connection_active_plugins','a:1:{s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}','auto'), +(368,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"n9PIFnp4zKp5KnjKvWdyoOort7Umdclh\";}','on'), +(369,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','on'), +(370,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(371,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(372,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(373,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(374,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(375,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(376,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(377,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(378,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(379,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(380,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(381,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(382,'widget_polylang','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(391,'wcpay_was_in_use','no','auto'), +(400,'wc_admin_show_legacy_coupon_menu','0','auto'), +(401,'woocommerce_custom_orders_table_created','yes','auto'), +(404,'wc_blocks_db_schema_version','260','auto'), +(405,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}','off'), +(414,'jetpack_options','a:1:{s:14:\"last_heartbeat\";i:1777988550;}','auto'), +(415,'_transient_woocommerce_reports-transient-version','1750690595','on'), +(423,'_transient_product_query-transient-version','1750363871','on'), +(430,'category_children','a:0:{}','auto'), +(433,'pll_dismissed_notices','a:2:{i:0;s:6:\"wizard\";i:1;s:5:\"pllwc\";}','auto'), +(449,'woocommerce_task_list_tracked_completed_tasks','a:5:{i:0;s:17:\"launch-your-store\";i:1;s:8:\"products\";i:2;s:15:\"customize-store\";i:3;s:8:\"shipping\";i:4;s:15:\"review-shipping\";}','auto'), +(450,'woocommerce_onboarding_profile','a:9:{s:15:\"business_choice\";s:18:\"im_already_selling\";s:21:\"selling_online_answer\";s:21:\"yes_im_selling_online\";s:17:\"selling_platforms\";a:1:{i:0;s:3:\"wix\";}s:20:\"is_store_country_set\";b:1;s:8:\"industry\";a:1:{i:0;s:15:\"arts_and_crafts\";}s:18:\"is_agree_marketing\";b:0;s:11:\"store_email\";s:15:\"contact@gcch.fr\";s:9:\"completed\";b:1;s:23:\"is_plugins_page_skipped\";b:1;}','auto'), +(452,'woocommerce_coming_soon','no','auto'), +(453,'woocommerce_store_pages_only','no','auto'), +(454,'woocommerce_private_link','no','auto'), +(455,'woocommerce_share_key','F7pud5vmFEcHk1bhNgS9GiTlfxeNx7K4','auto'), +(479,'falcon','a:3:{s:8:\"features\";a:39:{i:0;s:12:\"no_gutenberg\";i:1;s:9:\"no_embeds\";i:2;s:11:\"no_comments\";i:3;s:14:\"no_comment_url\";i:4;s:12:\"no_revisions\";i:5;s:13:\"no_self_pings\";i:6;s:10:\"no_privacy\";i:7;s:15:\"no_auto_updates\";i:8;s:17:\"search_posts_only\";i:9;s:12:\"no_texturize\";i:10;s:13:\"no_feed_links\";i:11;s:11:\"no_rsd_link\";i:12;s:19:\"no_wlwmanifest_link\";i:13;s:23:\"no_adjacent_posts_links\";i:14;s:15:\"no_wp_generator\";i:15;s:12:\"no_shortlink\";i:16;s:12:\"no_rest_link\";i:17;s:17:\"no_jquery_migrate\";i:18;s:16:\"schema_less_urls\";i:19;s:31:\"no_recent_comments_widget_style\";i:20;s:12:\"cleanup_menu\";i:21;s:9:\"no_emojis\";i:22;s:18:\"no_image_threshold\";i:23;s:14:\"no_exif_rotate\";i:24;s:22:\"no_admin_email_confirm\";i:25;s:16:\"no_update_emails\";i:26;s:18:\"no_new_user_emails\";i:27;s:24:\"no_password_reset_emails\";i:28;s:20:\"change_default_email\";i:29;s:15:\"login_site_icon\";i:30;s:14:\"no_update_nags\";i:31;s:14:\"no_footer_text\";i:32;s:20:\"no_dashboard_widgets\";i:33;s:10:\"no_wp_logo\";i:34;s:24:\"no_application_passwords\";i:35;s:9:\"no_xmlrpc\";i:36;s:15:\"restrict_upload\";i:37;s:15:\"no_login_errors\";i:38;s:13:\"block_ai_bots\";}s:13:\"default_email\";a:2:{s:9:\"from_name\";s:13:\"Haiku Atelier\";s:10:\"from_email\";s:23:\"haiku.atelier@gmail.com\";}s:4:\"smtp\";a:5:{s:4:\"host\";s:15:\"smtp.migadu.com\";s:4:\"port\";s:3:\"465\";s:8:\"username\";s:17:\"admin@minima.haus\";s:8:\"password\";s:32:\"ILDwXJpxhfgc0SfEQIUGhHlGmb7KuGkl\";s:10:\"encryption\";s:3:\"tls\";}}','auto'), +(520,'wcpay_welcome_page_viewed_timestamp','1722865333','auto'), +(521,'wcpay_welcome_page_incentives_dismissed','a:1:{i:0;s:32:\"wcpay-promo-2023-action-discount\";}','auto'), +(565,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":4,\"critical\":1}','on'), +(604,'_transient_product-transient-version','1750363871','on'), +(701,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','auto'), +(706,'_transient_shipping-transient-version','1733267802','on'), +(809,'_transient_pll_languages_list','a:1:{i:0;a:22:{s:4:\"name\";s:7:\"English\";s:4:\"slug\";s:2:\"en\";s:10:\"term_group\";i:0;s:7:\"term_id\";i:16;s:6:\"locale\";s:5:\"en_GB\";s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"en-GB\";s:8:\"facebook\";s:5:\"en_GB\";s:8:\"home_url\";s:34:\"https://haikuatelier.fr.ddev.site/\";s:10:\"search_url\";s:34:\"https://haikuatelier.fr.ddev.site/\";s:4:\"host\";N;s:13:\"page_on_front\";i:0;s:14:\"page_for_posts\";i:0;s:9:\"flag_code\";s:2:\"gb\";s:8:\"flag_url\";s:67:\"https://haikuatelier.fr.ddev.site/app/plugins/polylang/flags/gb.png\";s:4:\"flag\";s:636:\"\"English\"\";s:15:\"custom_flag_url\";s:0:\"\";s:11:\"custom_flag\";s:0:\"\";s:6:\"active\";b:1;s:9:\"fallbacks\";a:0:{}s:10:\"is_default\";b:1;s:10:\"term_props\";a:2:{s:8:\"language\";a:3:{s:7:\"term_id\";i:16;s:16:\"term_taxonomy_id\";i:16;s:5:\"count\";i:7;}s:13:\"term_language\";a:3:{s:7:\"term_id\";i:17;s:16:\"term_taxonomy_id\";i:17;s:5:\"count\";i:1;}}}}','on'), +(825,'rewrite_rules','a:193:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:15:\"^checkout-link$\";s:28:\"index.php?checkout-link=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"category/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?category_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:44:\"brand/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:39:\"brand/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:20:\"brand/(.+?)/embed/?$\";s:46:\"index.php?product_brand=$matches[1]&embed=true\";s:32:\"brand/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&paged=$matches[2]\";s:14:\"brand/(.+?)/?$\";s:35:\"index.php?product_brand=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"collection/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?taxonomy=collection&term=$matches[1]&feed=$matches[2]\";s:46:\"collection/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?taxonomy=collection&term=$matches[1]&feed=$matches[2]\";s:27:\"collection/([^/]+)/embed/?$\";s:57:\"index.php?taxonomy=collection&term=$matches[1]&embed=true\";s:39:\"collection/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?taxonomy=collection&term=$matches[1]&paged=$matches[2]\";s:21:\"collection/([^/]+)/?$\";s:46:\"index.php?taxonomy=collection&term=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=13&cpage=$matches[1]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:36:\"([^/]+)/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?name=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\"[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','auto'), +(832,'woocommerce_pre_install_woocommerce_payments_promotion_settings','a:1:{s:12:\"is_dismissed\";s:3:\"yes\";}','auto'), +(833,'woocommerce_gateway_order','a:6:{s:19:\"_wc_pes_woopayments\";i:0;s:25:\"_wc_pes_paypal_full_stack\";i:1;s:33:\"_wc_offline_payment_methods_group\";i:2;s:4:\"bacs\";i:3;s:6:\"cheque\";i:4;s:3:\"cod\";i:5;}','auto'), +(840,'_transient_timeout_dirsize_cache','2045680880','off'), +(841,'_transient_dirsize_cache','a:2179:{s:37:\"/var/www/html/web/wp/wp-admin/network\";i:125999;s:40:\"/var/www/html/web/wp/wp-admin/js/widgets\";i:139432;s:32:\"/var/www/html/web/wp/wp-admin/js\";i:1971224;s:34:\"/var/www/html/web/wp/wp-admin/user\";i:3685;s:45:\"/var/www/html/web/wp/wp-admin/css/colors/blue\";i:77778;s:49:\"/var/www/html/web/wp/wp-admin/css/colors/midnight\";i:78486;s:48:\"/var/www/html/web/wp/wp-admin/css/colors/sunrise\";i:78407;s:47:\"/var/www/html/web/wp/wp-admin/css/colors/modern\";i:77989;s:50:\"/var/www/html/web/wp/wp-admin/css/colors/ectoplasm\";i:77742;s:46:\"/var/www/html/web/wp/wp-admin/css/colors/ocean\";i:75229;s:47:\"/var/www/html/web/wp/wp-admin/css/colors/coffee\";i:75892;s:46:\"/var/www/html/web/wp/wp-admin/css/colors/light\";i:78474;s:40:\"/var/www/html/web/wp/wp-admin/css/colors\";i:643556;s:33:\"/var/www/html/web/wp/wp-admin/css\";i:2542173;s:36:\"/var/www/html/web/wp/wp-admin/images\";i:426821;s:35:\"/var/www/html/web/wp/wp-admin/maint\";i:7592;s:38:\"/var/www/html/web/wp/wp-admin/includes\";i:3068919;s:29:\"/var/www/html/web/wp/wp-admin\";i:9070949;s:37:\"/var/www/html/web/wp/wp-includes/l10n\";i:30499;s:42:\"/var/www/html/web/wp/wp-includes/customize\";i:177349;s:47:\"/var/www/html/web/wp/wp-includes/block-patterns\";i:8843;s:36:\"/var/www/html/web/wp/wp-includes/ID3\";i:1160011;s:47:\"/var/www/html/web/wp/wp-includes/js/dist/vendor\";i:2753435;s:52:\"/var/www/html/web/wp/wp-includes/js/dist/development\";i:179848;s:40:\"/var/www/html/web/wp/wp-includes/js/dist\";i:21234878;s:44:\"/var/www/html/web/wp/wp-includes/js/plupload\";i:490468;s:58:\"/var/www/html/web/wp/wp-includes/js/mediaelement/renderers\";i:18880;s:48:\"/var/www/html/web/wp/wp-includes/js/mediaelement\";i:721307;s:45:\"/var/www/html/web/wp/wp-includes/js/swfupload\";i:8715;s:40:\"/var/www/html/web/wp/wp-includes/js/crop\";i:20004;s:49:\"/var/www/html/web/wp/wp-includes/js/tinymce/utils\";i:18826;s:63:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:66:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:65:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:58:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:54:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/hr\";i:1347;s:64:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:60:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:62:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:56:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/link\";i:32949;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/lists\";i:97383;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/paste\";i:113193;s:58:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wplink\";i:26816;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:64:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:60:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/media\";i:57914;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/image\";i:55874;s:63:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:51:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins\";i:607301;s:66:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:63:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:65:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:49:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins\";i:233085;s:49:\"/var/www/html/web/wp/wp-includes/js/tinymce/langs\";i:15529;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/themes/modern\";i:446221;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/themes/inlite\";i:452642;s:50:\"/var/www/html/web/wp/wp-includes/js/tinymce/themes\";i:898863;s:43:\"/var/www/html/web/wp/wp-includes/js/tinymce\";i:2854127;s:46:\"/var/www/html/web/wp/wp-includes/js/codemirror\";i:1287141;s:45:\"/var/www/html/web/wp/wp-includes/js/jquery/ui\";i:787634;s:42:\"/var/www/html/web/wp/wp-includes/js/jquery\";i:1305370;s:49:\"/var/www/html/web/wp/wp-includes/js/imgareaselect\";i:49553;s:41:\"/var/www/html/web/wp/wp-includes/js/jcrop\";i:24976;s:44:\"/var/www/html/web/wp/wp-includes/js/thickbox\";i:31323;s:35:\"/var/www/html/web/wp/wp-includes/js\";i:30443441;s:50:\"/var/www/html/web/wp/wp-includes/interactivity-api\";i:55221;s:47:\"/var/www/html/web/wp/wp-includes/block-supports\";i:130165;s:51:\"/var/www/html/web/wp/wp-includes/sitemaps/providers\";i:17593;s:41:\"/var/www/html/web/wp/wp-includes/sitemaps\";i:47491;s:50:\"/var/www/html/web/wp/wp-includes/blocks/post-title\";i:1823;s:49:\"/var/www/html/web/wp/wp-includes/blocks/footnotes\";i:2642;s:47:\"/var/www/html/web/wp/wp-includes/blocks/buttons\";i:11183;s:45:\"/var/www/html/web/wp/wp-includes/blocks/group\";i:9055;s:45:\"/var/www/html/web/wp/wp-includes/blocks/query\";i:14007;s:46:\"/var/www/html/web/wp/wp-includes/blocks/search\";i:19592;s:55:\"/var/www/html/web/wp/wp-includes/blocks/comment-content\";i:1369;s:54:\"/var/www/html/web/wp/wp-includes/blocks/comments-title\";i:1701;s:48:\"/var/www/html/web/wp/wp-includes/blocks/archives\";i:1725;s:46:\"/var/www/html/web/wp/wp-includes/blocks/avatar\";i:2296;s:52:\"/var/www/html/web/wp/wp-includes/blocks/text-columns\";i:3034;s:52:\"/var/www/html/web/wp/wp-includes/blocks/latest-posts\";i:11776;s:54:\"/var/www/html/web/wp/wp-includes/blocks/page-list-item\";i:1109;s:58:\"/var/www/html/web/wp/wp-includes/blocks/navigation-submenu\";i:5842;s:44:\"/var/www/html/web/wp/wp-includes/blocks/file\";i:11514;s:50:\"/var/www/html/web/wp/wp-includes/blocks/categories\";i:2825;s:48:\"/var/www/html/web/wp/wp-includes/blocks/nextpage\";i:3039;s:64:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination-numbers\";i:1942;s:45:\"/var/www/html/web/wp/wp-includes/blocks/video\";i:11619;s:51:\"/var/www/html/web/wp/wp-includes/blocks/social-link\";i:3474;s:49:\"/var/www/html/web/wp/wp-includes/blocks/post-date\";i:1377;s:49:\"/var/www/html/web/wp/wp-includes/blocks/page-list\";i:7663;s:56:\"/var/www/html/web/wp/wp-includes/blocks/post-author-name\";i:1118;s:51:\"/var/www/html/web/wp/wp-includes/blocks/post-author\";i:2895;s:44:\"/var/www/html/web/wp/wp-includes/blocks/more\";i:3770;s:56:\"/var/www/html/web/wp/wp-includes/blocks/query-no-results\";i:899;s:49:\"/var/www/html/web/wp/wp-includes/blocks/home-link\";i:1130;s:50:\"/var/www/html/web/wp/wp-includes/blocks/site-title\";i:2289;s:45:\"/var/www/html/web/wp/wp-includes/blocks/block\";i:587;s:45:\"/var/www/html/web/wp/wp-includes/blocks/embed\";i:11232;s:45:\"/var/www/html/web/wp/wp-includes/blocks/audio\";i:3660;s:47:\"/var/www/html/web/wp/wp-includes/blocks/details\";i:2030;s:47:\"/var/www/html/web/wp/wp-includes/blocks/gallery\";i:80571;s:67:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:49:\"/var/www/html/web/wp/wp-includes/blocks/pullquote\";i:8267;s:49:\"/var/www/html/web/wp/wp-includes/blocks/paragraph\";i:6904;s:49:\"/var/www/html/web/wp/wp-includes/blocks/list-item\";i:1137;s:45:\"/var/www/html/web/wp/wp-includes/blocks/cover\";i:83346;s:50:\"/var/www/html/web/wp/wp-includes/blocks/media-text\";i:14445;s:52:\"/var/www/html/web/wp/wp-includes/blocks/post-content\";i:1389;s:58:\"/var/www/html/web/wp/wp-includes/blocks/comment-reply-link\";i:1001;s:59:\"/var/www/html/web/wp/wp-includes/blocks/comment-author-name\";i:1192;s:49:\"/var/www/html/web/wp/wp-includes/blocks/shortcode\";i:2918;s:45:\"/var/www/html/web/wp/wp-includes/blocks/table\";i:27351;s:56:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination\";i:9403;s:46:\"/var/www/html/web/wp/wp-includes/blocks/button\";i:14416;s:53:\"/var/www/html/web/wp/wp-includes/blocks/legacy-widget\";i:556;s:50:\"/var/www/html/web/wp/wp-includes/blocks/post-terms\";i:1715;s:52:\"/var/www/html/web/wp/wp-includes/blocks/post-excerpt\";i:2925;s:44:\"/var/www/html/web/wp/wp-includes/blocks/list\";i:2173;s:49:\"/var/www/html/web/wp/wp-includes/blocks/read-more\";i:2526;s:56:\"/var/www/html/web/wp/wp-includes/blocks/term-description\";i:1751;s:46:\"/var/www/html/web/wp/wp-includes/blocks/spacer\";i:4737;s:56:\"/var/www/html/web/wp/wp-includes/blocks/comment-template\";i:2910;s:51:\"/var/www/html/web/wp/wp-includes/blocks/query-title\";i:1392;s:48:\"/var/www/html/web/wp/wp-includes/blocks/loginout\";i:1026;s:43:\"/var/www/html/web/wp/wp-includes/blocks/rss\";i:4491;s:52:\"/var/www/html/web/wp/wp-includes/blocks/widget-group\";i:400;s:52:\"/var/www/html/web/wp/wp-includes/blocks/site-tagline\";i:1625;s:48:\"/var/www/html/web/wp/wp-includes/blocks/comments\";i:28882;s:47:\"/var/www/html/web/wp/wp-includes/blocks/heading\";i:5731;s:47:\"/var/www/html/web/wp/wp-includes/blocks/columns\";i:9193;s:59:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination\";i:8628;s:45:\"/var/www/html/web/wp/wp-includes/blocks/quote\";i:6526;s:58:\"/var/www/html/web/wp/wp-includes/blocks/post-comments-form\";i:9737;s:44:\"/var/www/html/web/wp/wp-includes/blocks/html\";i:3770;s:57:\"/var/www/html/web/wp/wp-includes/blocks/comment-edit-link\";i:1213;s:59:\"/var/www/html/web/wp/wp-includes/blocks/post-featured-image\";i:29684;s:49:\"/var/www/html/web/wp/wp-includes/blocks/tag-cloud\";i:3616;s:53:\"/var/www/html/web/wp/wp-includes/blocks/template-part\";i:7986;s:53:\"/var/www/html/web/wp/wp-includes/blocks/post-template\";i:8072;s:52:\"/var/www/html/web/wp/wp-includes/blocks/social-links\";i:58808;s:46:\"/var/www/html/web/wp/wp-includes/blocks/column\";i:1597;s:61:\"/var/www/html/web/wp/wp-includes/blocks/post-author-biography\";i:971;s:45:\"/var/www/html/web/wp/wp-includes/blocks/image\";i:64157;s:49:\"/var/www/html/web/wp/wp-includes/blocks/site-logo\";i:17033;s:65:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination-previous\";i:1051;s:50:\"/var/www/html/web/wp/wp-includes/blocks/navigation\";i:132149;s:68:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination-previous\";i:1023;s:55:\"/var/www/html/web/wp/wp-includes/blocks/latest-comments\";i:6657;s:47:\"/var/www/html/web/wp/wp-includes/blocks/pattern\";i:411;s:48:\"/var/www/html/web/wp/wp-includes/blocks/calendar\";i:3804;s:49:\"/var/www/html/web/wp/wp-includes/blocks/separator\";i:5038;s:45:\"/var/www/html/web/wp/wp-includes/blocks/verse\";i:1860;s:64:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination-next\";i:1011;s:55:\"/var/www/html/web/wp/wp-includes/blocks/navigation-link\";i:11752;s:52:\"/var/www/html/web/wp/wp-includes/blocks/comment-date\";i:1112;s:47:\"/var/www/html/web/wp/wp-includes/blocks/missing\";i:617;s:52:\"/var/www/html/web/wp/wp-includes/blocks/preformatted\";i:1696;s:61:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination-next\";i:1039;s:48:\"/var/www/html/web/wp/wp-includes/blocks/freeform\";i:41824;s:60:\"/var/www/html/web/wp/wp-includes/blocks/post-navigation-link\";i:4010;s:44:\"/var/www/html/web/wp/wp-includes/blocks/code\";i:2638;s:39:\"/var/www/html/web/wp/wp-includes/blocks\";i:1503913;s:39:\"/var/www/html/web/wp/wp-includes/assets\";i:24990;s:51:\"/var/www/html/web/wp/wp-includes/css/dist/edit-site\";i:337302;s:57:\"/var/www/html/web/wp/wp-includes/css/dist/reusable-blocks\";i:2290;s:57:\"/var/www/html/web/wp/wp-includes/css/dist/block-directory\";i:15116;s:54:\"/var/www/html/web/wp/wp-includes/css/dist/block-editor\";i:617115;s:49:\"/var/www/html/web/wp/wp-includes/css/dist/widgets\";i:23740;s:56:\"/var/www/html/web/wp/wp-includes/css/dist/format-library\";i:5556;s:48:\"/var/www/html/web/wp/wp-includes/css/dist/editor\";i:249100;s:59:\"/var/www/html/web/wp/wp-includes/css/dist/customize-widgets\";i:23886;s:52:\"/var/www/html/web/wp/wp-includes/css/dist/components\";i:357993;s:62:\"/var/www/html/web/wp/wp-includes/css/dist/list-reusable-blocks\";i:17928;s:54:\"/var/www/html/web/wp/wp-includes/css/dist/edit-widgets\";i:95440;s:50:\"/var/www/html/web/wp/wp-includes/css/dist/patterns\";i:7442;s:45:\"/var/www/html/web/wp/wp-includes/css/dist/nux\";i:11624;s:50:\"/var/www/html/web/wp/wp-includes/css/dist/commands\";i:13442;s:53:\"/var/www/html/web/wp/wp-includes/css/dist/preferences\";i:8474;s:55:\"/var/www/html/web/wp/wp-includes/css/dist/block-library\";i:805380;s:51:\"/var/www/html/web/wp/wp-includes/css/dist/edit-post\";i:52240;s:41:\"/var/www/html/web/wp/wp-includes/css/dist\";i:2644068;s:36:\"/var/www/html/web/wp/wp-includes/css\";i:3289825;s:40:\"/var/www/html/web/wp/wp-includes/widgets\";i:158524;s:43:\"/var/www/html/web/wp/wp-includes/php-compat\";i:1253;s:58:\"/var/www/html/web/wp/wp-includes/SimplePie/XML/Declaration\";i:7098;s:46:\"/var/www/html/web/wp/wp-includes/SimplePie/XML\";i:7098;s:48:\"/var/www/html/web/wp/wp-includes/SimplePie/Cache\";i:39607;s:46:\"/var/www/html/web/wp/wp-includes/SimplePie/Net\";i:7493;s:48:\"/var/www/html/web/wp/wp-includes/SimplePie/Parse\";i:20551;s:55:\"/var/www/html/web/wp/wp-includes/SimplePie/Content/Type\";i:8015;s:50:\"/var/www/html/web/wp/wp-includes/SimplePie/Content\";i:8015;s:54:\"/var/www/html/web/wp/wp-includes/SimplePie/Decode/HTML\";i:17241;s:49:\"/var/www/html/web/wp/wp-includes/SimplePie/Decode\";i:17241;s:47:\"/var/www/html/web/wp/wp-includes/SimplePie/HTTP\";i:11487;s:42:\"/var/www/html/web/wp/wp-includes/SimplePie\";i:458625;s:38:\"/var/www/html/web/wp/wp-includes/fonts\";i:326266;s:45:\"/var/www/html/web/wp/wp-includes/images/media\";i:5263;s:47:\"/var/www/html/web/wp/wp-includes/images/crystal\";i:15541;s:47:\"/var/www/html/web/wp/wp-includes/images/smilies\";i:10082;s:39:\"/var/www/html/web/wp/wp-includes/images\";i:102178;s:49:\"/var/www/html/web/wp/wp-includes/Text/Diff/Engine\";i:31802;s:51:\"/var/www/html/web/wp/wp-includes/Text/Diff/Renderer\";i:5528;s:42:\"/var/www/html/web/wp/wp-includes/Text/Diff\";i:44136;s:37:\"/var/www/html/web/wp/wp-includes/Text\";i:57049;s:37:\"/var/www/html/web/wp/wp-includes/pomo\";i:57146;s:45:\"/var/www/html/web/wp/wp-includes/style-engine\";i:47528;s:45:\"/var/www/html/web/wp/wp-includes/theme-compat\";i:15656;s:48:\"/var/www/html/web/wp/wp-includes/rest-api/search\";i:16749;s:48:\"/var/www/html/web/wp/wp-includes/rest-api/fields\";i:22510;s:51:\"/var/www/html/web/wp/wp-includes/rest-api/endpoints\";i:848388;s:41:\"/var/www/html/web/wp/wp-includes/rest-api\";i:977234;s:36:\"/var/www/html/web/wp/wp-includes/IXR\";i:33915;s:45:\"/var/www/html/web/wp/wp-includes/certificates\";i:233231;s:42:\"/var/www/html/web/wp/wp-includes/PHPMailer\";i:233227;s:62:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:64:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:64:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:69:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:66:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:68:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:55:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core\";i:452743;s:66:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:66:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:71:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:68:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:70:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:57:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32\";i:437041;s:56:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/PHP52\";i:4116;s:50:\"/var/www/html/web/wp/wp-includes/sodium_compat/src\";i:1207254;s:50:\"/var/www/html/web/wp/wp-includes/sodium_compat/lib\";i:87360;s:71:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:71:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:76:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:73:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:62:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:57:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced\";i:2698;s:46:\"/var/www/html/web/wp/wp-includes/sodium_compat\";i:1303525;s:41:\"/var/www/html/web/wp/wp-includes/html-api\";i:330488;s:47:\"/var/www/html/web/wp/wp-includes/block-bindings\";i:3610;s:60:\"/var/www/html/web/wp/wp-includes/Requests/src/Exception/Http\";i:16715;s:65:\"/var/www/html/web/wp/wp-includes/Requests/src/Exception/Transport\";i:1397;s:55:\"/var/www/html/web/wp/wp-includes/Requests/src/Exception\";i:22464;s:54:\"/var/www/html/web/wp/wp-includes/Requests/src/Response\";i:3101;s:51:\"/var/www/html/web/wp/wp-includes/Requests/src/Proxy\";i:4217;s:53:\"/var/www/html/web/wp/wp-includes/Requests/src/Utility\";i:7176;s:55:\"/var/www/html/web/wp/wp-includes/Requests/src/Transport\";i:35470;s:52:\"/var/www/html/web/wp/wp-includes/Requests/src/Cookie\";i:4363;s:50:\"/var/www/html/web/wp/wp-includes/Requests/src/Auth\";i:2541;s:45:\"/var/www/html/web/wp/wp-includes/Requests/src\";i:214849;s:49:\"/var/www/html/web/wp/wp-includes/Requests/library\";i:261;s:41:\"/var/www/html/web/wp/wp-includes/Requests\";i:215110;s:32:\"/var/www/html/web/wp/wp-includes\";i:48794197;s:20:\"/var/www/html/web/wp\";i:58049099;s:55:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/inc\";i:1242;s:69:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/base/polices\";i:3890;s:70:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/base/elements\";i:3094;s:61:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/base\";i:8317;s:64:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/layouts\";i:5543;s:66:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/abstracts\";i:261;s:56:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass\";i:14611;s:51:\"/var/www/html/web/app/themes/haiku-atelier-2024/src\";i:18883;s:64:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/img/logos\";i:27943;s:64:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/img/icons\";i:643;s:58:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/img\";i:28586;s:58:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/css\";i:34494;s:67:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/fonts/myriad\";i:223544;s:65:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/fonts/lato\";i:775316;s:60:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/fonts\";i:998860;s:54:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets\";i:1061940;s:59:\"/var/www/html/web/app/themes/haiku-atelier-2024/views/parts\";i:2562;s:53:\"/var/www/html/web/app/themes/haiku-atelier-2024/views\";i:3229;s:47:\"/var/www/html/web/app/themes/haiku-atelier-2024\";i:1087153;s:51:\"/var/www/html/web/app/themes/twentytwentyfour/parts\";i:1473;s:56:\"/var/www/html/web/app/themes/twentytwentyfour/assets/css\";i:357;s:63:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:64:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:74:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:64:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:58:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts\";i:1023558;s:59:\"/var/www/html/web/app/themes/twentytwentyfour/assets/images\";i:1152100;s:52:\"/var/www/html/web/app/themes/twentytwentyfour/assets\";i:2176015;s:52:\"/var/www/html/web/app/themes/twentytwentyfour/styles\";i:33892;s:54:\"/var/www/html/web/app/themes/twentytwentyfour/patterns\";i:158957;s:55:\"/var/www/html/web/app/themes/twentytwentyfour/templates\";i:12953;s:45:\"/var/www/html/web/app/themes/twentytwentyfour\";i:3137090;s:28:\"/var/www/html/web/app/themes\";i:4224243;s:51:\"/var/www/html/web/app/plugins/falcon/src/Components\";i:3084;s:40:\"/var/www/html/web/app/plugins/falcon/src\";i:31297;s:52:\"/var/www/html/web/app/plugins/falcon/vendor/composer\";i:37088;s:43:\"/var/www/html/web/app/plugins/falcon/vendor\";i:37859;s:43:\"/var/www/html/web/app/plugins/falcon/assets\";i:6377;s:56:\"/var/www/html/web/app/plugins/falcon/views/settings/tabs\";i:13902;s:51:\"/var/www/html/web/app/plugins/falcon/views/settings\";i:13902;s:42:\"/var/www/html/web/app/plugins/falcon/views\";i:13902;s:36:\"/var/www/html/web/app/plugins/falcon\";i:97092;s:87:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/lib/cron-expression\";i:29942;s:71:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/lib\";i:33750;s:78:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/deprecated\";i:13295;s:85:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/schedules\";i:10785;s:82:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/schema\";i:7801;s:87:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/data-stores\";i:100907;s:82:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI\";i:24146;s:85:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/abstracts\";i:83933;s:83:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/actions\";i:4310;s:85:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/migration\";i:25699;s:75:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes\";i:354350;s:67:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler\";i:475782;s:68:\"/var/www/html/web/app/plugins/woocommerce/packages/woocommerce-admin\";i:203;s:50:\"/var/www/html/web/app/plugins/woocommerce/packages\";i:475985;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Marketing\";i:28244;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/PluginsProvider\";i:2800;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/DateTimeProvider\";i:885;s:57:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Notes\";i:73813;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Overrides\";i:11224;s:91:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors/Transformers\";i:13683;s:78:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors\";i:62957;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteSpecs\";i:70693;s:66:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/BlockTemplates\";i:6035;s:89:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers\";i:5640;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications\";i:47816;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Schedulers\";i:9968;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Composer\";i:2431;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats\";i:8866;s:69:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock\";i:25560;s:77:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats\";i:31578;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons\";i:57385;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats\";i:69829;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders\";i:113247;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Export\";i:6937;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats\";i:24158;s:69:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes\";i:44181;s:85:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators\";i:18932;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats\";i:22026;s:73:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers\";i:77212;s:77:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats\";i:9963;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue\";i:11562;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Import\";i:8776;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files\";i:594;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats\";i:18406;s:73:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads\";i:47160;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Categories\";i:23874;s:78:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Products/Stats\";i:29657;s:72:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Products\";i:60372;s:80:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats\";i:31208;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations\";i:65298;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports\";i:690145;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Templates\";i:181;s:55:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API\";i:1009815;s:87:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions\";i:13900;s:92:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField\";i:2465;s:86:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions\";i:48662;s:96:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates\";i:3606;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor\";i:43908;s:85:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/MarketingRecommendations\";i:21180;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/Navigation\";i:47117;s:82:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks\";i:57661;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks\";i:101089;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features\";i:303951;s:73:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/PluginsInstallLoggers\";i:7021;s:51:\"/var/www/html/web/app/plugins/woocommerce/src/Admin\";i:1668946;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Routes/V1/AI\";i:21817;s:64:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Routes/V1\";i:176197;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Routes\";i:176533;s:64:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Utilities\";i:144845;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Exceptions\";i:7013;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Payments\";i:3857;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Formatters\";i:3796;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1/AI\";i:5159;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1\";i:178544;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Schemas\";i:189515;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi\";i:566738;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Checkout/Helpers\";i:10471;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/Checkout\";i:10471;s:55:\"/var/www/html/web/app/plugins/woocommerce/src/Utilities\";i:50817;s:53:\"/var/www/html/web/app/plugins/woocommerce/src/Proxies\";i:5575;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/LayoutTemplates\";i:6004;s:82:\"/var/www/html/web/app/plugins/woocommerce/src/Database/Migrations/CustomOrderTable\";i:64889;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Database/Migrations\";i:130927;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/Database\";i:130927;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Settings\";i:1834;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/WCCom\";i:685;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ComingSoon\";i:8936;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Marketing\";i:2591;s:72:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/ProductForm\";i:15057;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Logging/FileV2\";i:50559;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Logging\";i:97298;s:66:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Notes\";i:105527;s:77:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes\";i:24772;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Orders\";i:126187;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/ProductReviews\";i:72648;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions\";i:38047;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/BlockTemplates\";i:40707;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Schedulers\";i:22212;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Onboarding\";i:47641;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/WCPayPromotion\";i:8879;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin\";i:764610;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Orders\";i:32575;s:64:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Utilities\";i:74076;s:97:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin\";i:29372;s:91:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories\";i:53710;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductDownloads\";i:53710;s:92:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders\";i:30612;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DependencyManagement\";i:49112;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Traits\";i:18786;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/CardIcons\";i:44660;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/Templates\";i:3661;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ReceiptRendering\";i:72833;s:78:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductAttributesLookup\";i:95073;s:69:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/TransientFiles\";i:22612;s:99:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates\";i:63353;s:82:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor\";i:63353;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Features\";i:115099;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/BatchProcessing\";i:25054;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductImage\";i:1973;s:72:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DataStores/Orders\";i:284749;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DataStores\";i:291991;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Font\";i:11233;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Integrations\";i:2480;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/Internal\";i:1676491;s:53:\"/var/www/html/web/app/plugins/woocommerce/src/Caching\";i:20668;s:52:\"/var/www/html/web/app/plugins/woocommerce/src/Caches\";i:3406;s:58:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Utils\";i:78378;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Assets\";i:25738;s:66:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Interactivity\";i:4382;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Patterns\";i:19338;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation\";i:52098;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/BlockTypes\";i:502024;s:55:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/AI\";i:7106;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Payments/Integrations\";i:11314;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Payments\";i:21564;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/AIContent\";i:61720;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Templates\";i:68111;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/InteractivityComponents\";i:8901;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Shipping\";i:21953;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Images\";i:8071;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain/Services/Email\";i:4642;s:84:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain/Services/OnboardingTasks\";i:3094;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain/Services\";i:101360;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain\";i:122574;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Integrations\";i:6333;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Registry\";i:5604;s:52:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks\";i:1051533;s:45:\"/var/www/html/web/app/plugins/woocommerce/src\";i:5207127;s:64:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/Detection\";i:79248;s:68:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/Psr/Container\";i:1472;s:58:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/Psr\";i:1472;s:81:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Exception\";i:551;s:82:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Definition\";i:12789;s:81:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Inflector\";i:6143;s:80:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Argument\";i:6726;s:87:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/ServiceProvider\";i:6476;s:71:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container\";i:45593;s:61:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League\";i:45593;s:54:\"/var/www/html/web/app/plugins/woocommerce/lib/packages\";i:126313;s:45:\"/var/www/html/web/app/plugins/woocommerce/lib\";i:126313;s:53:\"/var/www/html/web/app/plugins/woocommerce/sample-data\";i:220042;s:87:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources\";i:2168;s:71:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80\";i:10530;s:79:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Exception\";i:4181;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:85:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser\";i:42755;s:85:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:75:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath\";i:39841;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Node\";i:17182;s:69:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector\";i:107180;s:56:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony\";i:117710;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Css\";i:8803;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching\";i:2073;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30875;s:70:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src\";i:93292;s:66:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier\";i:94360;s:55:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago\";i:94360;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList\";i:29203;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value\";i:33050;s:87:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property\";i:12540;s:83:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule\";i:10160;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing\";i:16119;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet\";i:41962;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src\";i:161410;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser\";i:162514;s:59:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm\";i:162514;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src\";i:4364;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats\";i:22780;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src\";i:6664;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui\";i:25080;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-status/src\";i:43599;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-status\";i:62015;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect/src\";i:2602;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect\";i:21018;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants/src\";i:3414;s:77:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants\";i:21830;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-config/src\";i:11782;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-config\";i:30198;s:82:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src\";i:81481;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader\";i:99897;s:77:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles/src\";i:1863;s:73:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles\";i:20279;s:83:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/dist\";i:2191;s:91:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks\";i:6218;s:82:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src\";i:262401;s:85:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy\";i:85946;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection\";i:368954;s:59:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic\";i:672051;s:52:\"/var/www/html/web/app/plugins/woocommerce/vendor/bin\";i:19348;s:92:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:72:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers/src\";i:78080;s:68:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers\";i:79355;s:57:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer\";i:834582;s:67:\"/var/www/html/web/app/plugins/woocommerce/vendor/jetpack-autoloader\";i:51562;s:88:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16839;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db\";i:29467;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind\";i:29467;s:70:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src\";i:29467;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests\";i:709;s:70:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext\";i:31944;s:66:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader\";i:76583;s:59:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db\";i:76583;s:48:\"/var/www/html/web/app/plugins/woocommerce/vendor\";i:2029798;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/js/flexslider\";i:74711;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/js/selectWoo\";i:463933;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/js/photoswipe\";i:156989;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-tiptip\";i:10303;s:59:\"/var/www/html/web/app/plugins/woocommerce/assets/js/select2\";i:444591;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-payment\";i:26193;s:73:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-ui-touch-punch\";i:6358;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/js/prettyPhoto\";i:56955;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/js/stupidtable\";i:5713;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-cookie\";i:4550;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/js/accounting\";i:16783;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-flot\";i:214183;s:57:\"/var/www/html/web/app/plugins/woocommerce/assets/js/admin\";i:483578;s:57:\"/var/www/html/web/app/plugins/woocommerce/assets/js/round\";i:2271;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-qrcode\";i:45224;s:60:\"/var/www/html/web/app/plugins/woocommerce/assets/js/frontend\";i:203314;s:56:\"/var/www/html/web/app/plugins/woocommerce/assets/js/zoom\";i:8732;s:64:\"/var/www/html/web/app/plugins/woocommerce/assets/js/sourcebuster\";i:46700;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-blockui\";i:29694;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-serializejson\";i:22579;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/js/js-cookie\";i:5532;s:51:\"/var/www/html/web/app/plugins/woocommerce/assets/js\";i:2328886;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/css/photoswipe/default-skin\";i:22461;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/css/photoswipe\";i:31039;s:69:\"/var/www/html/web/app/plugins/woocommerce/assets/css/jquery-ui/images\";i:19610;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/css/jquery-ui\";i:109637;s:52:\"/var/www/html/web/app/plugins/woocommerce/assets/css\";i:2093041;s:54:\"/var/www/html/web/app/plugins/woocommerce/assets/fonts\";i:552889;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/images/template-placeholders\";i:2886;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/images/pattern-placeholders\";i:9410678;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/images/payment_methods/72x72\";i:35180;s:71:\"/var/www/html/web/app/plugins/woocommerce/assets/images/payment_methods\";i:35180;s:69:\"/var/www/html/web/app/plugins/woocommerce/assets/images/core-profiler\";i:307207;s:64:\"/var/www/html/web/app/plugins/woocommerce/assets/images/previews\";i:522602;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/images/blocks/mini-cart\";i:8753;s:86:\"/var/www/html/web/app/plugins/woocommerce/assets/images/blocks/product-filters-overlay\";i:6825;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/images/blocks\";i:15578;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/images/product_data\";i:1441;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/images/block-placeholders\";i:6496;s:73:\"/var/www/html/web/app/plugins/woocommerce/assets/images/shipping_partners\";i:205509;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/images/icons/credit-cards\";i:36070;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/images/icons\";i:41143;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/images/onboarding\";i:178839;s:67:\"/var/www/html/web/app/plugins/woocommerce/assets/images/admin_notes\";i:30986;s:71:\"/var/www/html/web/app/plugins/woocommerce/assets/images/payment-methods\";i:61832;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/images/marketing\";i:82806;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/images/task_list\";i:99632;s:55:\"/var/www/html/web/app/plugins/woocommerce/assets/images\";i:11811898;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-stock-status\";i:993;s:81:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-collection\";i:1334;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields\";i:927;s:96:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals-wrapper\";i:624;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-rating\";i:782;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/coming-soon\";i:290;s:81:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-categories\";i:1141;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-template\";i:1195;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/single-product\";i:616;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-wrapper\";i:670;s:92:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-collection-no-results\";i:947;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/checkout-blocks\";i:300374;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image\";i:544;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-reviews\";i:431;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/featured-category\";i:1843;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-price\";i:684;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields-wrapper\";i:684;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/active-filters\";i:621;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/products-by-attribute\";i:1564;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/page-content-wrapper\";i:541;s:89:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-summary\";i:1407;s:88:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-status\";i:1262;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/attribute-filter\";i:1117;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads-wrapper\";i:632;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-active\";i:636;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/store-notices\";i:498;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-clear-button\";i:457;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-rating-stars\";i:879;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-address\";i:1364;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/price-filter\";i:852;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/stock-filter\";i:931;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-category\";i:1595;s:82:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/handpicked-products\";i:1422;s:71:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/checkout\";i:1155;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/mini-cart\";i:1212;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery\";i:1590;s:85:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-rating-counter\";i:870;s:91:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads\";i:1511;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/classic-shortcode\";i:612;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/all-products\";i:727;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-top-rated\";i:1581;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-information\";i:955;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-new\";i:1567;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/breadcrumbs\";i:761;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/related-products\";i:432;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter\";i:766;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/rating-filter\";i:865;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-button\";i:1345;s:88:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals\";i:1513;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-details\";i:440;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/filter-wrapper\";i:355;s:85:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-average-rating\";i:462;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-rating\";i:918;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/cart-blocks\";i:193714;s:87:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block\";i:66484;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/customer-account\";i:811;s:87:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-attribute\";i:1022;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-best-sellers\";i:1603;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/catalog-sorting\";i:540;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/featured-product\";i:1878;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-image-gallery\";i:461;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filters\";i:785;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-tag\";i:1378;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-meta\";i:470;s:86:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filters-overlay\";i:813;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-results-count\";i:530;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-pager\";i:478;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/add-to-cart-form\";i:589;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image-next-previous\";i:750;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-accepted-payment-methods-block\";i:469;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-coupon-form-block\";i:617;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-totals-block\";i:651;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-additional-information-block\";i:663;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-totals-block\";i:662;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-mini-cart-contents-block\";i:616;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-line-items-block\";i:590;s:101:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-note-block\";i:618;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-mini-cart-contents-block\";i:622;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-contact-information-block\";i:612;s:115:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-cart-items-block\";i:628;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-address-block\";i:603;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-fee-block\";i:619;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-label-block\";i:714;s:105:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-pickup-options-block\";i:586;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-shipping-block\";i:581;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-footer-block\";i:617;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-block\";i:578;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-taxes-block\";i:632;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-taxes-block\";i:624;s:92:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-items-block\";i:566;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-subtotal-block\";i:641;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-coupon-form-block\";i:625;s:101:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/proceed-to-checkout-block\";i:570;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-products-block\";i:660;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-payment-block\";i:583;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-express-payment-block\";i:682;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-checkout-button-block\";i:837;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-items-counter-block\";i:674;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-items-block\";i:633;s:92:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-cart-block\";i:587;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-shopping-button-block\";i:827;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-subtotal-block\";i:633;s:93:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-cart-block\";i:598;s:100:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-block\";i:588;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-cart-button-block\";i:816;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-products-table-block\";i:632;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-method-block\";i:593;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-block\";i:715;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-billing-address-block\";i:600;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-methods-block\";i:612;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-shipping-block\";i:573;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-fields-block\";i:640;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-discount-block\";i:633;s:108:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-heading-block\";i:672;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-discount-block\";i:641;s:108:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-fee-block\";i:627;s:96:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-terms-block\";i:744;s:102:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-express-payment-block\";i:614;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-totals-block\";i:659;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-actions-block\";i:581;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-block\";i:442;s:93:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-totals-block\";i:677;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks\";i:33477;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-address\";i:1367;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-wrapper\";i:641;s:89:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-thumbnails\";i:641;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks\";i:5183022;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/date\";i:44452;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/navigation-opt-out\";i:1123;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/data\";i:148336;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/experimental\";i:86621;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/tracks\";i:8027;s:86:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-category-metabox\";i:4209;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/block-templates\";i:127309;s:70:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/currency\";i:4673;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/marketing-coupons\";i:21280;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/app\";i:784133;s:69:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/notices\";i:1796;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/explat\";i:47344;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/components\";i:1088012;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/admin-layout\";i:3499;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/onboarding\";i:383066;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/wp-admin-scripts\";i:161259;s:87:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/payment-method-promotions\";i:2901;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/navigation\";i:44202;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-has-variations-notice\";i:1733;s:133:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-dimensions-fields\";i:2640;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sale-price-field\";i:2158;s:120:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields\";i:572;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/attributes\";i:3422;s:119:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields-toggle\";i:2980;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-quantity\";i:3007;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/name\";i:5594;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list-field\";i:5554;s:119:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-images-field\";i:3205;s:127:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-edit-single-variation\";i:3197;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/downloads-menu\";i:2153;s:122:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/media-library\";i:1612;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/upload-files-menu-item\";i:1800;s:129:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/insert-url-menu-item\";i:2438;s:136:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal/images\";i:2332;s:129:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal\";i:6944;s:108:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads\";i:22908;s:122:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-downloads-field\";i:8741;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variations-options-field\";i:3830;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variation-items-field\";i:2295;s:102:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/tag\";i:2467;s:127:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-class-field\";i:702;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-catalog-visibility-field\";i:727;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary/paragraph-rtl-control\";i:1391;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary\";i:6632;s:118:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-dimensions\";i:6717;s:133:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields-toggle-field\";i:2058;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/catalog-visibility\";i:2233;s:120:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-summary-field\";i:3397;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sku-field\";i:2093;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-email\";i:3469;s:120:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-has-variations\";i:2395;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-name-field\";i:3197;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields\";i:1978;s:134:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-details-section-description\";i:13811;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-quantity-field\";i:633;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-class\";i:5244;s:121:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-password-field\";i:622;s:121:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description/components\";i:2931;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description\";i:7250;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-items\";i:7549;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/regular-price\";i:4007;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list\";i:7662;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-attributes-field\";i:1995;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder/imgs\";i:13383;s:118:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder\";i:14896;s:105:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images\";i:21670;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options/images\";i:2235;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options\";i:8858;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-sku\";i:2471;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-tag-field\";i:2864;s:127:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-schedule-sale-fields\";i:1652;s:124:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-description-field\";i:572;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/schedule-sale\";i:4850;s:126:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-regular-price-field\";i:2241;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/sale-price\";i:3595;s:130:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-single-variation-notice\";i:1698;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/password\";i:2037;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-email-field\";i:627;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields\";i:211809;s:122:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection-description\";i:604;s:102:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection\";i:2701;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-tab\";i:1762;s:119:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section-description\";i:592;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-linked-list-field\";i:2123;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-checkbox-field\";i:868;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-rtl\";i:674;s:134:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-alignment\";i:907;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar\";i:1581;s:101:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area\";i:7133;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/select\";i:3523;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection-description\";i:2080;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/toggle\";i:4088;s:95:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/tab\";i:3912;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-toggle-field\";i:992;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-pricing-field\";i:1942;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section-description\";i:2050;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/radio\";i:2621;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section\";i:1822;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-field\";i:2244;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-number-field\";i:1858;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/linked-product-list\";i:8184;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section\";i:2674;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-radio-field\";i:832;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/conditional\";i:2531;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/pricing\";i:3354;s:96:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text\";i:5482;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-collapsible\";i:617;s:100:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/taxonomy\";i:8852;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-taxonomy-field\";i:3495;s:100:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/checkbox\";i:2685;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/collapsible\";i:2072;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/number\";i:3645;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection\";i:755;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-select-field\";i:1165;s:115:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-area-field\";i:1370;s:91:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic\";i:90628;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks\";i:310482;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor\";i:1142135;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/csv-export\";i:4990;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal\";i:1273;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/number\";i:2243;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/chunks\";i:1904551;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/customer-effort-score\";i:30784;s:89:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/print-shipping-label-banner\";i:6773;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin\";i:6622059;s:55:\"/var/www/html/web/app/plugins/woocommerce/assets/client\";i:11805081;s:48:\"/var/www/html/web/app/plugins/woocommerce/assets\";i:28591795;s:61:\"/var/www/html/web/app/plugins/woocommerce/client/admin/config\";i:2299;s:54:\"/var/www/html/web/app/plugins/woocommerce/client/admin\";i:2299;s:48:\"/var/www/html/web/app/plugins/woocommerce/client\";i:2299;s:56:\"/var/www/html/web/app/plugins/woocommerce/i18n/languages\";i:1747540;s:46:\"/var/www/html/web/app/plugins/woocommerce/i18n\";i:2013376;s:50:\"/var/www/html/web/app/plugins/woocommerce/patterns\";i:208652;s:56:\"/var/www/html/web/app/plugins/woocommerce/includes/queue\";i:8898;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/shortcodes\";i:54308;s:54:\"/var/www/html/web/app/plugins/woocommerce/includes/cli\";i:38423;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/tracks/events\";i:51376;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/tracks\";i:75507;s:60:\"/var/www/html/web/app/plugins/woocommerce/includes/libraries\";i:26600;s:58:\"/var/www/html/web/app/plugins/woocommerce/includes/walkers\";i:8177;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/legacy\";i:77989;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/data-stores\";i:346017;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/rest-api/endpoints\";i:11577;s:70:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/rest-api\";i:17839;s:93:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/installation/installation-steps\";i:11303;s:74:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/installation\";i:27945;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site\";i:57477;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/blocks\";i:2122;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/interfaces\";i:35472;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/customizer\";i:33397;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/reports\";i:167441;s:73:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/meta-boxes/views\";i:128486;s:67:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/meta-boxes\";i:219869;s:71:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/settings/views\";i:54972;s:65:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/settings\";i:172360;s:68:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/list-tables\";i:59028;s:75:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/importers/mappings\";i:9193;s:72:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/importers/views\";i:13062;s:66:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/importers\";i:58181;s:86:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/views\";i:287;s:90:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/templates\";i:1574;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions\";i:10184;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/helper/views\";i:17661;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/helper\";i:148126;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/views\";i:121333;s:77:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/plugin-updates/views\";i:2685;s:71:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/plugin-updates\";i:18386;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/notes\";i:13659;s:56:\"/var/www/html/web/app/plugins/woocommerce/includes/admin\";i:1508682;s:58:\"/var/www/html/web/app/plugins/woocommerce/includes/widgets\";i:61034;s:65:\"/var/www/html/web/app/plugins/woocommerce/includes/payment-tokens\";i:6598;s:89:\"/var/www/html/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation/views\";i:839;s:83:\"/var/www/html/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation\";i:15058;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/integrations\";i:15058;s:66:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/cheque\";i:4736;s:76:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/assets/js\";i:2162;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/assets/images\";i:2454;s:73:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/assets\";i:4616;s:75:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/includes\";i:54515;s:66:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal\";i:77527;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/bacs\";i:14991;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/cod\";i:13290;s:59:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways\";i:116815;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/react-admin/emails\";i:3687;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/react-admin\";i:34566;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/log-handlers\";i:23124;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Utilities\";i:2852;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version3\";i:365908;s:81:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Telemetry\";i:4679;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1\";i:396739;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version2\";i:453924;s:71:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers\";i:1221250;s:59:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api\";i:1234915;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/export\";i:40330;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/emails\";i:100280;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/theme-support\";i:26018;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/import\";i:56176;s:60:\"/var/www/html/web/app/plugins/woocommerce/includes/abstracts\";i:267717;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/traits\";i:2124;s:81:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-local-delivery\";i:6046;s:89:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-international-delivery\";i:2643;s:72:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/local-pickup\";i:4004;s:79:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-local-pickup\";i:6991;s:73:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/free-shipping\";i:8365;s:78:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/flat-rate/includes\";i:4220;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/flat-rate\";i:12294;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-free-shipping\";i:7209;s:85:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes\";i:5093;s:76:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate\";i:17337;s:59:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping\";i:64889;s:50:\"/var/www/html/web/app/plugins/woocommerce/includes\";i:6512655;s:56:\"/var/www/html/web/app/plugins/woocommerce/templates/loop\";i:12067;s:71:\"/var/www/html/web/app/plugins/woocommerce/templates/single-product/tabs\";i:3971;s:78:\"/var/www/html/web/app/plugins/woocommerce/templates/single-product/add-to-cart\";i:15543;s:66:\"/var/www/html/web/app/plugins/woocommerce/templates/single-product\";i:42783;s:56:\"/var/www/html/web/app/plugins/woocommerce/templates/auth\";i:7033;s:57:\"/var/www/html/web/app/plugins/woocommerce/templates/parts\";i:10431;s:64:\"/var/www/html/web/app/plugins/woocommerce/templates/product-form\";i:1260;s:59:\"/var/www/html/web/app/plugins/woocommerce/templates/notices\";i:2933;s:60:\"/var/www/html/web/app/plugins/woocommerce/templates/checkout\";i:36481;s:61:\"/var/www/html/web/app/plugins/woocommerce/templates/myaccount\";i:48888;s:56:\"/var/www/html/web/app/plugins/woocommerce/templates/cart\";i:32420;s:65:\"/var/www/html/web/app/plugins/woocommerce/templates/block-notices\";i:4629;s:57:\"/var/www/html/web/app/plugins/woocommerce/templates/order\";i:24189;s:64:\"/var/www/html/web/app/plugins/woocommerce/templates/emails/plain\";i:38216;s:58:\"/var/www/html/web/app/plugins/woocommerce/templates/emails\";i:91533;s:72:\"/var/www/html/web/app/plugins/woocommerce/templates/templates/blockified\";i:18180;s:61:\"/var/www/html/web/app/plugins/woocommerce/templates/templates\";i:23448;s:58:\"/var/www/html/web/app/plugins/woocommerce/templates/global\";i:10121;s:51:\"/var/www/html/web/app/plugins/woocommerce/templates\";i:373790;s:41:\"/var/www/html/web/app/plugins/woocommerce\";i:45825103;s:66:\"/var/www/html/web/app/plugins/polylang/modules/machine-translation\";i:1351;s:55:\"/var/www/html/web/app/plugins/polylang/modules/sitemaps\";i:11332;s:51:\"/var/www/html/web/app/plugins/polylang/modules/sync\";i:44536;s:56:\"/var/www/html/web/app/plugins/polylang/modules/wizard/js\";i:10763;s:57:\"/var/www/html/web/app/plugins/polylang/modules/wizard/css\";i:20078;s:60:\"/var/www/html/web/app/plugins/polylang/modules/wizard/images\";i:50176;s:53:\"/var/www/html/web/app/plugins/polylang/modules/wizard\";i:130236;s:51:\"/var/www/html/web/app/plugins/polylang/modules/wpml\";i:66958;s:57:\"/var/www/html/web/app/plugins/polylang/modules/share-slug\";i:1565;s:58:\"/var/www/html/web/app/plugins/polylang/modules/site-health\";i:14557;s:62:\"/var/www/html/web/app/plugins/polylang/modules/translate-slugs\";i:1590;s:46:\"/var/www/html/web/app/plugins/polylang/modules\";i:272125;s:47:\"/var/www/html/web/app/plugins/polylang/settings\";i:119552;s:46:\"/var/www/html/web/app/plugins/polylang/install\";i:39475;s:47:\"/var/www/html/web/app/plugins/polylang/js/build\";i:103657;s:41:\"/var/www/html/web/app/plugins/polylang/js\";i:103657;s:44:\"/var/www/html/web/app/plugins/polylang/flags\";i:74931;s:54:\"/var/www/html/web/app/plugins/polylang/vendor/composer\";i:58432;s:45:\"/var/www/html/web/app/plugins/polylang/vendor\";i:59203;s:48:\"/var/www/html/web/app/plugins/polylang/css/build\";i:65766;s:42:\"/var/www/html/web/app/plugins/polylang/css\";i:65766;s:44:\"/var/www/html/web/app/plugins/polylang/admin\";i:161850;s:47:\"/var/www/html/web/app/plugins/polylang/frontend\";i:110448;s:73:\"/var/www/html/web/app/plugins/polylang/integrations/custom-field-template\";i:1158;s:66:\"/var/www/html/web/app/plugins/polylang/integrations/duplicate-post\";i:1144;s:60:\"/var/www/html/web/app/plugins/polylang/integrations/wp-sweep\";i:2126;s:57:\"/var/www/html/web/app/plugins/polylang/integrations/wpseo\";i:18480;s:63:\"/var/www/html/web/app/plugins/polylang/integrations/wp-importer\";i:8892;s:59:\"/var/www/html/web/app/plugins/polylang/integrations/jetpack\";i:7768;s:68:\"/var/www/html/web/app/plugins/polylang/integrations/wp-offload-media\";i:2392;s:57:\"/var/www/html/web/app/plugins/polylang/integrations/yarpp\";i:719;s:68:\"/var/www/html/web/app/plugins/polylang/integrations/twenty-seventeen\";i:1120;s:66:\"/var/www/html/web/app/plugins/polylang/integrations/domain-mapping\";i:2590;s:68:\"/var/www/html/web/app/plugins/polylang/integrations/no-category-base\";i:1002;s:57:\"/var/www/html/web/app/plugins/polylang/integrations/cache\";i:3629;s:64:\"/var/www/html/web/app/plugins/polylang/integrations/aqua-resizer\";i:877;s:51:\"/var/www/html/web/app/plugins/polylang/integrations\";i:53022;s:46:\"/var/www/html/web/app/plugins/polylang/include\";i:356041;s:38:\"/var/www/html/web/app/plugins/polylang\";i:1566178;s:29:\"/var/www/html/web/app/plugins\";i:47488373;s:37:\"/var/www/html/web/app/uploads/2024/08\";i:0;s:34:\"/var/www/html/web/app/uploads/2024\";i:0;s:49:\"/var/www/html/web/app/uploads/woocommerce_uploads\";i:13;s:37:\"/var/www/html/web/app/uploads/wc-logs\";i:5283;s:29:\"/var/www/html/web/app/uploads\";i:285118;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/customize\";i:177349;s:45:\"/var/www/haiku-atelier/web/wp/wp-includes/IXR\";i:33915;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/block-supports\";i:130165;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/sitemaps/providers\";i:17593;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/sitemaps\";i:47491;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/theme-compat\";i:15656;s:52:\"/var/www/haiku-atelier/web/wp/wp-includes/php-compat\";i:1253;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/interactivity-api\";i:55295;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Proxy\";i:4217;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Response\";i:3101;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Exception/Http\";i:16715;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Exception/Transport\";i:1397;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Exception\";i:22464;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Utility\";i:7176;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Auth\";i:2541;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Transport\";i:35470;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Cookie\";i:4363;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src\";i:214849;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/library\";i:261;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests\";i:215110;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/html-api\";i:330662;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/button\";i:14416;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-author-biography\";i:971;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/navigation-submenu\";i:5842;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query\";i:14007;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments\";i:28882;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-content\";i:1389;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/buttons\";i:11183;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/nextpage\";i:3039;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/latest-posts\";i:11776;s:52:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/rss\";i:4491;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/table\";i:27351;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/latest-comments\";i:6657;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/page-list-item\";i:1109;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-date\";i:1377;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/html\";i:3770;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-date\";i:1112;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/search\";i:19592;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-terms\";i:1715;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/tag-cloud\";i:3616;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination-numbers\";i:1942;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/footnotes\";i:2642;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/pattern\";i:411;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/categories\";i:2825;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/list-item\";i:1137;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/file\";i:11514;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/widget-group\";i:400;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/more\";i:3770;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-author-name\";i:1192;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination\";i:8628;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/cover\";i:83346;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/quote\";i:6526;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/site-tagline\";i:1625;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-featured-image\";i:29716;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-excerpt\";i:2925;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/social-link\";i:3474;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/heading\";i:5731;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/paragraph\";i:6904;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/list\";i:2173;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/columns\";i:9193;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/read-more\";i:2526;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/block\";i:587;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/image\";i:64157;s:77:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination-previous\";i:1023;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-edit-link\";i:1213;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-title\";i:1823;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-content\";i:1369;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-reply-link\";i:1001;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/site-logo\";i:17033;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/template-part\";i:7986;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/spacer\";i:4737;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/page-list\";i:7663;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/loginout\";i:1026;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-comments-form\";i:9737;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/preformatted\";i:1696;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/home-link\";i:1130;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-template\";i:8072;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-author-name\";i:1118;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/embed\";i:11232;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/navigation\";i:132149;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/avatar\";i:2296;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-title\";i:1701;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-no-results\";i:899;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/separator\";i:5038;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/legacy-widget\";i:556;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/code\";i:2638;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination\";i:9403;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/site-title\";i:2289;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/gallery\";i:80571;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/missing\";i:617;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination-previous\";i:1051;s:76:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination-next\";i:1039;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/media-text\";i:14445;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/verse\";i:1860;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/shortcode\";i:2918;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/pullquote\";i:8267;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/freeform\";i:41824;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination-next\";i:1011;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/navigation-link\";i:11752;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/term-description\";i:1751;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-title\";i:1392;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-template\";i:2910;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/details\";i:2030;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/video\";i:11619;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/calendar\";i:3804;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/social-links\";i:58808;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-author\";i:2895;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/audio\";i:3660;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/text-columns\";i:3034;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/archives\";i:1725;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/column\";i:1597;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-navigation-link\";i:4010;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/group\";i:9055;s:48:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks\";i:1503945;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/style-engine\";i:47528;s:46:\"/var/www/haiku-atelier/web/wp/wp-includes/pomo\";i:57146;s:48:\"/var/www/haiku-atelier/web/wp/wp-includes/assets\";i:24990;s:49:\"/var/www/haiku-atelier/web/wp/wp-includes/widgets\";i:158524;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/XML/Declaration\";i:7098;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/XML\";i:7098;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Decode/HTML\";i:17241;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Decode\";i:17241;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Parse\";i:20551;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Net\";i:7493;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Cache\";i:39607;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Content/Type\";i:8015;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Content\";i:8015;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/HTTP\";i:11487;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie\";i:458625;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/block-bindings\";i:3610;s:47:\"/var/www/haiku-atelier/web/wp/wp-includes/fonts\";i:326266;s:45:\"/var/www/haiku-atelier/web/wp/wp-includes/ID3\";i:1160011;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/PHPMailer\";i:233227;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api/search\";i:16749;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api/endpoints\";i:848388;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api/fields\";i:22510;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api\";i:977234;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/certificates\";i:233231;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/js/jquery/ui\";i:787634;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/js/jquery\";i:1305370;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/js/thickbox\";i:31323;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/utils\";i:18826;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/themes/inlite\";i:452642;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/themes/modern\";i:446221;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/themes\";i:898863;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/media\";i:57914;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wplink\";i:26816;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/link\";i:32949;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/image\";i:55874;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/lists\";i:97383;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:72:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:72:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/hr\";i:1347;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/paste\";i:113193;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins\";i:607301;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/langs\";i:15529;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:72:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins\";i:233085;s:52:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce\";i:2854127;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/js/jcrop\";i:24976;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/js/swfupload\";i:8715;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/js/plupload\";i:490468;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/imgareaselect\";i:49553;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/js/mediaelement/renderers\";i:18880;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/js/mediaelement\";i:721307;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/js/dist/development\";i:179848;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/js/dist/vendor\";i:2753435;s:49:\"/var/www/haiku-atelier/web/wp/wp-includes/js/dist\";i:21236724;s:49:\"/var/www/haiku-atelier/web/wp/wp-includes/js/crop\";i:20004;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/js/codemirror\";i:1287141;s:44:\"/var/www/haiku-atelier/web/wp/wp-includes/js\";i:30445287;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/edit-post\";i:51948;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/patterns\";i:7442;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/editor\";i:249468;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/edit-widgets\";i:95440;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/commands\";i:13442;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/block-directory\";i:15116;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/block-library\";i:805412;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/widgets\";i:23740;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/block-editor\";i:617115;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/customize-widgets\";i:23886;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/format-library\";i:5556;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/preferences\";i:8474;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/edit-site\";i:337302;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/list-reusable-blocks\";i:17928;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/components\";i:357993;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/nux\";i:11624;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/reusable-blocks\";i:2290;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist\";i:2644176;s:45:\"/var/www/haiku-atelier/web/wp/wp-includes/css\";i:3289933;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/Text/Diff/Renderer\";i:5528;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/Text/Diff/Engine\";i:31802;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/Text/Diff\";i:44136;s:46:\"/var/www/haiku-atelier/web/wp/wp-includes/Text\";i:57049;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/images/crystal\";i:15541;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/images/media\";i:5263;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/images/smilies\";i:10082;s:48:\"/var/www/haiku-atelier/web/wp/wp-includes/images\";i:102178;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/block-patterns\";i:8843;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/lib\";i:87360;s:79:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:80:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:77:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32\";i:437041;s:77:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:78:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core\";i:452743;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/PHP52\";i:4116;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src\";i:1207254;s:80:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:80:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:85:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:82:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced\";i:2698;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat\";i:1303525;s:46:\"/var/www/haiku-atelier/web/wp/wp-includes/l10n\";i:30499;s:41:\"/var/www/haiku-atelier/web/wp/wp-includes\";i:48797833;s:43:\"/var/www/haiku-atelier/web/wp/wp-admin/user\";i:3685;s:46:\"/var/www/haiku-atelier/web/wp/wp-admin/network\";i:125999;s:47:\"/var/www/haiku-atelier/web/wp/wp-admin/includes\";i:3069241;s:44:\"/var/www/haiku-atelier/web/wp/wp-admin/maint\";i:7592;s:49:\"/var/www/haiku-atelier/web/wp/wp-admin/js/widgets\";i:139432;s:41:\"/var/www/haiku-atelier/web/wp/wp-admin/js\";i:1971286;s:55:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/ocean\";i:75229;s:56:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/coffee\";i:75892;s:58:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/midnight\";i:78486;s:55:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/light\";i:78474;s:59:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/ectoplasm\";i:77742;s:57:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/sunrise\";i:78407;s:54:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/blue\";i:77778;s:56:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/modern\";i:77989;s:49:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors\";i:643556;s:42:\"/var/www/haiku-atelier/web/wp/wp-admin/css\";i:2542439;s:45:\"/var/www/haiku-atelier/web/wp/wp-admin/images\";i:426821;s:38:\"/var/www/haiku-atelier/web/wp/wp-admin\";i:9072296;s:29:\"/var/www/haiku-atelier/web/wp\";i:58054082;s:64:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/inc\";i:16246;s:87:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/schemas/api/v3\";i:6589;s:84:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/schemas/api\";i:16970;s:80:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/schemas\";i:17870;s:85:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/types/api/v3\";i:383;s:82:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/types/api\";i:2909;s:78:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/types\";i:4106;s:72:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib\";i:42733;s:79:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/constantes\";i:6552;s:68:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts\";i:99856;s:71:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/pages\";i:9304;s:75:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/abstracts\";i:1400;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/layouts\";i:32926;s:78:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/base/polices\";i:7819;s:79:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/base/elements\";i:6185;s:70:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/base\";i:16318;s:65:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass\";i:60709;s:60:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src\";i:182905;s:70:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/vendor\";i:1155;s:74:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/fonts/lato\";i:2681684;s:76:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/fonts/myriad\";i:223544;s:69:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/fonts\";i:2905228;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/logos\";i:27641;s:80:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/storytelling\";i:17708051;s:74:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/paypal\";i:3161;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/about\";i:41602782;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/icons\";i:2965;s:94:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/TAMANORI\";i:28185358;s:94:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/BOROBORO\";i:12198378;s:94:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/TANEMAKI\";i:51708624;s:90:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/KARA\";i:20206872;s:92:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/KISHOU\";i:1117321;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/IKKAN\";i:7522617;s:92:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/MUGURA\";i:48966844;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/ROKKU\";i:30061913;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/KAGUN\";i:39437895;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/PIASU\";i:41429239;s:93:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/HATTARI\";i:11237555;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/HADOU\";i:14508333;s:85:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS\";i:306580949;s:82:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/HADOU\";i:927234;s:86:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/SIZECHART\";i:60067;s:76:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products\";i:308169029;s:67:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img\";i:367546884;s:72:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/js/.vite\";i:23402;s:66:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/js\";i:187659;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/css/pages\";i:60815;s:67:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/css\";i:168929;s:63:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets\";i:370810363;s:69:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/macros\";i:696;s:81:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages/panier\";i:13142;s:82:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages/produit\";i:5012;s:79:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages/shop\";i:1199;s:74:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages\";i:19353;s:68:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts\";i:26003;s:62:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views\";i:45157;s:56:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024\";i:371054731;s:64:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/templates\";i:12953;s:63:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/patterns\";i:158957;s:73:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:73:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:72:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:83:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:67:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts\";i:1023558;s:65:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/css\";i:357;s:68:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/images\";i:1152100;s:61:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets\";i:2176015;s:61:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/styles\";i:33892;s:60:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/parts\";i:1473;s:54:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour\";i:3137090;s:37:\"/var/www/haiku-atelier/web/app/themes\";i:374191821;s:60:\"/var/www/haiku-atelier/web/app/plugins/falcon/src/Components\";i:3084;s:49:\"/var/www/haiku-atelier/web/app/plugins/falcon/src\";i:31297;s:52:\"/var/www/haiku-atelier/web/app/plugins/falcon/assets\";i:6377;s:61:\"/var/www/haiku-atelier/web/app/plugins/falcon/vendor/composer\";i:37088;s:52:\"/var/www/haiku-atelier/web/app/plugins/falcon/vendor\";i:37859;s:65:\"/var/www/haiku-atelier/web/app/plugins/falcon/views/settings/tabs\";i:13902;s:60:\"/var/www/haiku-atelier/web/app/plugins/falcon/views/settings\";i:13902;s:51:\"/var/www/haiku-atelier/web/app/plugins/falcon/views\";i:13902;s:45:\"/var/www/haiku-atelier/web/app/plugins/falcon\";i:97092;s:63:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/collectors\";i:146052;s:60:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/classes\";i:98467;s:57:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/data\";i:15807;s:63:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/wp-content\";i:2403;s:64:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output/html\";i:165089;s:63:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output/raw\";i:9533;s:67:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output/headers\";i:4820;s:59:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output\";i:197727;s:65:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/assets/icons\";i:2156;s:59:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/assets\";i:73257;s:68:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/vendor/composer\";i:26857;s:59:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/vendor\";i:27628;s:64:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/dispatchers\";i:37910;s:52:\"/var/www/haiku-atelier/web/app/plugins/query-monitor\";i:636645;s:55:\"/var/www/haiku-atelier/web/app/plugins/polylang/include\";i:356041;s:65:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard/js\";i:10763;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard/css\";i:20078;s:69:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard/images\";i:50176;s:62:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard\";i:130236;s:64:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/sitemaps\";i:11332;s:67:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/site-health\";i:14557;s:71:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/translate-slugs\";i:1590;s:75:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/machine-translation\";i:1351;s:60:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/sync\";i:44536;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/share-slug\";i:1565;s:60:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wpml\";i:66958;s:55:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules\";i:272125;s:53:\"/var/www/haiku-atelier/web/app/plugins/polylang/admin\";i:161850;s:56:\"/var/www/haiku-atelier/web/app/plugins/polylang/frontend\";i:110448;s:63:\"/var/www/haiku-atelier/web/app/plugins/polylang/vendor/composer\";i:58432;s:54:\"/var/www/haiku-atelier/web/app/plugins/polylang/vendor\";i:59203;s:73:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/aqua-resizer\";i:877;s:77:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/no-category-base\";i:1002;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/yarpp\";i:719;s:77:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wp-offload-media\";i:2392;s:68:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/jetpack\";i:7768;s:72:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wp-importer\";i:8892;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wpseo\";i:18480;s:82:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/custom-field-template\";i:1158;s:77:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/twenty-seventeen\";i:1120;s:75:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/domain-mapping\";i:2590;s:75:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/duplicate-post\";i:1144;s:69:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wp-sweep\";i:2126;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/cache\";i:3629;s:60:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations\";i:53022;s:55:\"/var/www/haiku-atelier/web/app/plugins/polylang/install\";i:39475;s:56:\"/var/www/haiku-atelier/web/app/plugins/polylang/js/build\";i:103657;s:50:\"/var/www/haiku-atelier/web/app/plugins/polylang/js\";i:103657;s:57:\"/var/www/haiku-atelier/web/app/plugins/polylang/css/build\";i:65766;s:51:\"/var/www/haiku-atelier/web/app/plugins/polylang/css\";i:65766;s:53:\"/var/www/haiku-atelier/web/app/plugins/polylang/flags\";i:74931;s:56:\"/var/www/haiku-atelier/web/app/plugins/polylang/settings\";i:119552;s:47:\"/var/www/haiku-atelier/web/app/plugins/polylang\";i:1566178;s:73:\"/var/www/haiku-atelier/web/app/plugins/force-regenerate-thumbnails/assets\";i:10275;s:66:\"/var/www/haiku-atelier/web/app/plugins/force-regenerate-thumbnails\";i:55299;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/single-product/add-to-cart\";i:15556;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/single-product/tabs\";i:3971;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/single-product\";i:42878;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/checkout\";i:36451;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/templates/blockified\";i:18180;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/templates\";i:23448;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/emails/plain\";i:38319;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/emails\";i:91920;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/cart\";i:32634;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/myaccount\";i:50782;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/global\";i:10397;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/block-notices\";i:4629;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/order\";i:24189;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/product-form\";i:1260;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/notices\";i:2933;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/auth\";i:7309;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/parts\";i:10043;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/loop\";i:12321;s:60:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates\";i:376768;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/Detection\";i:79248;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/Psr/Container\";i:1472;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/Psr\";i:1472;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Exception\";i:551;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/ServiceProvider\";i:6476;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Definition\";i:12789;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Inflector\";i:6143;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Argument\";i:6726;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container\";i:45593;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League\";i:45593;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages\";i:126313;s:54:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib\";i:126313;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/sample-data\";i:220042;s:59:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/patterns\";i:124277;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Formatters\";i:4658;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Utilities\";i:145254;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1/AI\";i:828;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1\";i:174869;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Schemas\";i:185840;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Routes/V1/AI\";i:5335;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Routes/V1\";i:163674;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Routes\";i:164010;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Exceptions\";i:7013;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Payments\";i:3857;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi\";i:551266;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/PluginsInstallLoggers\";i:7021;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers\";i:5640;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications\";i:51416;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/BlockTemplates\";i:6035;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Overrides\";i:11224;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/DateTimeProvider\";i:885;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Composer\";i:2431;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Notes\";i:73841;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Marketing\";i:28244;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats\";i:22904;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers\";i:77739;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats\";i:9309;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue\";i:11036;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Products/Stats\";i:29290;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Products\";i:61183;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Export\";i:6937;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Categories\";i:21403;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats\";i:62498;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders\";i:103155;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats\";i:8958;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock\";i:25687;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats\";i:30273;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations\";i:62825;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats\";i:17498;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files\";i:594;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads\";i:44458;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats\";i:30490;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons\";i:56521;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats\";i:23175;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes\";i:43714;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Import\";i:8776;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators\";i:19096;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports\";i:694872;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Templates\";i:181;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/AI\";i:16436;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API\";i:1031204;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Schedulers\";i:9819;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/PluginsProvider\";i:2800;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint/Importers\";i:9932;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint/Exporters\";i:16010;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint/Steps\";i:12826;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint\";i:47719;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions\";i:14445;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks\";i:58486;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks\";i:102236;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/MarketingRecommendations\";i:21179;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions\";i:57851;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates\";i:3606;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor\";i:43946;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField\";i:2465;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Navigation\";i:37775;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features\";i:354011;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors/Transformers\";i:13683;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors\";i:63415;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteSpecs\";i:71728;s:60:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin\";i:1747611;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Utilities\";i:53577;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/TransientFiles\";i:22612;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/ImportExport\";i:6146;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/WCPayPromotion\";i:12470;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/BlockTemplates\";i:40707;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Logging/FileV2\";i:50566;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Logging\";i:97520;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Onboarding\";i:47801;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Notes\";i:104650;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes\";i:24772;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Orders\";i:128350;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Marketing\";i:2591;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/ProductForm\";i:15057;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Schedulers\";i:22212;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions\";i:41004;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/ProductReviews\";i:72648;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin\";i:778158;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Utilities\";i:78473;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ComingSoon\";i:12349;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Logging\";i:15828;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/CardIcons\";i:44660;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/Templates\";i:3661;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ReceiptRendering\";i:73593;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Font\";i:11233;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductImage\";i:1973;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DataStores/Orders\";i:285676;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DataStores\";i:292918;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/BatchProcessing\";i:25545;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Traits\";i:18786;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin\";i:29372;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories\";i:53710;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductDownloads\";i:53710;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductAttributesLookup\";i:95406;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Orders\";i:32870;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/WCCom\";i:685;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders\";i:32478;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DependencyManagement\";i:50978;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Settings\";i:1834;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates\";i:66833;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor\";i:66833;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Features\";i:120939;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Integrations\";i:2474;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal\";i:1726157;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Database/Migrations/CustomOrderTable\";i:69217;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Database/Migrations\";i:135204;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Database\";i:135204;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain/Services/OnboardingTasks\";i:3094;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain/Services/Email\";i:4642;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain/Services\";i:101382;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain\";i:123033;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Images\";i:8071;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Patterns\";i:22111;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation\";i:53330;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/BlockTypes\";i:521539;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/AIContent\";i:68267;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Assets\";i:25904;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Interactivity\";i:4382;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Registry\";i:5604;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Shipping\";i:21953;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Utils\";i:80715;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Templates\";i:69877;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Payments/Integrations\";i:11314;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Payments\";i:21564;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/AI\";i:7106;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/InteractivityComponents\";i:10100;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Integrations\";i:6333;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks\";i:1091452;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Caches\";i:3406;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Caching\";i:20668;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Checkout/Helpers\";i:10472;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Checkout\";i:10472;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/LayoutTemplates\";i:6004;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Proxies\";i:5575;s:54:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src\";i:5367285;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/lib/cron-expression\";i:29942;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/lib\";i:33750;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/data-stores\";i:101713;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/migration\";i:25700;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI\";i:24146;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/actions\";i:4310;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/schema\";i:7801;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/schedules\";i:10785;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/abstracts\";i:83943;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes\";i:355164;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/deprecated\";i:13295;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler\";i:477051;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/woocommerce-admin\";i:203;s:59:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages\";i:477254;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/print-shipping-label-banner\";i:7131;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/explat\";i:47344;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/admin-layout\";i:3499;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/currency\";i:4746;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/csv-export\";i:4990;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/app\";i:722758;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal\";i:1273;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/data\";i:148210;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-catalog-visibility-field\";i:750;s:138:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/insert-url-menu-item\";i:2438;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/downloads-menu\";i:2153;s:145:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal/images\";i:2332;s:138:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal\";i:6944;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/upload-files-menu-item\";i:1800;s:131:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/media-library\";i:1612;s:117:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads\";i:22944;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-name-field\";i:3203;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sku-field\";i:2100;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-class\";i:5296;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/password\";i:2059;s:131:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-downloads-field\";i:8748;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-quantity\";i:3061;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variations-options-field\";i:3839;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-sku\";i:2764;s:133:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-description-field\";i:576;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sale-price-field\";i:2165;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-email-field\";i:635;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields\";i:2008;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-email\";i:3517;s:129:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-summary-field\";i:3417;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/schedule-sale\";i:4934;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-items\";i:7590;s:128:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields-toggle\";i:3010;s:143:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-details-section-description\";i:13768;s:129:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-has-variations\";i:2496;s:127:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-dimensions\";i:5766;s:136:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-edit-single-variation\";i:3219;s:136:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-class-field\";i:713;s:129:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields\";i:578;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary/paragraph-rtl-control\";i:1391;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary\";i:6722;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/regular-price\";i:4093;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list\";i:7690;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-tag-field\";i:2873;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/catalog-visibility\";i:2333;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variation-items-field\";i:2302;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-attributes-field\";i:2002;s:142:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-dimensions-fields\";i:2649;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/attributes\";i:3458;s:135:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-regular-price-field\";i:2248;s:111:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/tag\";i:2511;s:130:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description/components\";i:2931;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description\";i:7272;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-has-variations-notice\";i:1737;s:128:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-images-field\";i:3216;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/name\";i:5644;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-quantity-field\";i:642;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options/images\";i:2235;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options\";i:8902;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/sale-price\";i:3671;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list-field\";i:5559;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder/imgs\";i:13383;s:127:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder\";i:14896;s:114:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images\";i:21738;s:130:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-password-field\";i:626;s:139:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-single-variation-notice\";i:1702;s:142:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields-toggle-field\";i:2064;s:136:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-schedule-sale-fields\";i:1661;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields\";i:212471;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-number-field\";i:1864;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section\";i:2766;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-checkbox-field\";i:877;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/select\";i:3559;s:124:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-area-field\";i:1415;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section\";i:1843;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text\";i:5590;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-pricing-field\";i:1949;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-collapsible\";i:616;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-field\";i:2251;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-rtl\";i:674;s:143:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-alignment\";i:907;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar\";i:1581;s:110:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area\";i:7325;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection\";i:776;s:104:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/tab\";i:4363;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/linked-product-list\";i:8443;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/collapsible\";i:2072;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-tab\";i:1945;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-linked-list-field\";i:2134;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-select-field\";i:1172;s:131:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection-description\";i:610;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/pricing\";i:3390;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection-description\";i:2110;s:109:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/taxonomy\";i:9171;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section-description\";i:2080;s:111:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection\";i:2793;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/radio\";i:2665;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-taxonomy-field\";i:3809;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/conditional\";i:2531;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-toggle-field\";i:1001;s:128:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section-description\";i:598;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/toggle\";i:4132;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-radio-field\";i:841;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/number\";i:3705;s:109:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/checkbox\";i:2729;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic\";i:93125;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks\";i:313641;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor\";i:1155516;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/date\";i:44452;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/customer-effort-score\";i:30784;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/experimental\";i:86614;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/navigation\";i:43966;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/onboarding\";i:263375;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/woo-product-usage-notice\";i:6028;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/marketing-coupons\";i:21280;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/tracks\";i:8655;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/chunks\";i:1908969;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/notices\";i:1796;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/payment-method-promotions\";i:2901;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/remote-logging\";i:21615;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/block-templates\";i:127314;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/wp-admin-scripts\";i:333496;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/components\";i:1108294;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-category-metabox\";i:4209;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/number\";i:2243;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin\";i:6638361;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/add-to-cart-form\";i:594;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image-next-previous\";i:739;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/single-product\";i:618;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-rating-counter\";i:882;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filters-overlay\";i:1012;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-information\";i:965;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/handpicked-products\";i:1434;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-thumbnails\";i:635;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image\";i:633;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block\";i:31358;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/checkout\";i:1162;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-wrapper\";i:651;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-template\";i:1147;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/cart-blocks\";i:28151;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/classic-shortcode\";i:625;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-rating\";i:905;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/rating-filter\";i:867;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-meta\";i:479;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals-wrapper\";i:634;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/breadcrumbs\";i:771;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/stock-filter\";i:933;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-active\";i:613;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/featured-category\";i:1842;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-average-rating\";i:446;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/products-by-attribute\";i:1585;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/filter-wrapper\";i:357;s:97:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals\";i:1523;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/related-products\";i:441;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-results-count\";i:535;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-category\";i:1605;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-rating-stars\";i:870;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-rating\";i:791;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filters\";i:1467;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery\";i:1596;s:114:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-pickup-options-block\";i:588;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-discount-block\";i:643;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-shipping-block\";i:583;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-coupon-form-block\";i:627;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-cart-button-block\";i:818;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-block\";i:444;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-shipping-block\";i:575;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-mini-cart-contents-block\";i:624;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-subtotal-block\";i:635;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-terms-block\";i:746;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-methods-block\";i:614;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-checkout-button-block\";i:836;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-additional-information-block\";i:665;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-fields-block\";i:642;s:110:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/proceed-to-checkout-block\";i:572;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-subtotal-block\";i:643;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-contact-information-block\";i:614;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-billing-address-block\";i:602;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-address-block\";i:605;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-mini-cart-contents-block\";i:618;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-taxes-block\";i:626;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-block\";i:717;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-actions-block\";i:583;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-totals-block\";i:664;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-discount-block\";i:635;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-footer-block\";i:619;s:109:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-block\";i:590;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-items-block\";i:635;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-shopping-button-block\";i:829;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-coupon-form-block\";i:619;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-block\";i:580;s:117:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-fee-block\";i:629;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-products-block\";i:662;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-method-block\";i:595;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-totals-block\";i:661;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-totals-block\";i:679;s:124:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-cart-items-block\";i:630;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-items-counter-block\";i:676;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-cart-block\";i:594;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-accepted-payment-methods-block\";i:471;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-taxes-block\";i:634;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-fee-block\";i:621;s:111:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-express-payment-block\";i:616;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-cart-block\";i:605;s:117:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-heading-block\";i:674;s:110:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-note-block\";i:620;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-label-block\";i:716;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-line-items-block\";i:592;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-items-block\";i:568;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-express-payment-block\";i:684;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-totals-block\";i:653;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-payment-block\";i:585;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-products-table-block\";i:634;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks\";i:33590;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-attribute\";i:2045;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/attribute-filter\";i:1119;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields-wrapper\";i:684;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-best-sellers\";i:1613;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-categories\";i:1174;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-stock-status\";i:978;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads-wrapper\";i:642;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-new\";i:1577;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-pager\";i:546;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/all-products\";i:737;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-collection\";i:1358;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-reviews\";i:436;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-image-gallery\";i:470;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/price-filter\";i:854;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/checkout-blocks\";i:62928;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-button\";i:1365;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-address\";i:1374;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-price\";i:672;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-summary\";i:1417;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/coming-soon\";i:311;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-details\";i:442;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/featured-product\";i:1888;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields\";i:937;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/catalog-sorting\";i:542;s:97:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-status\";i:1272;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/customer-account\";i:815;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/page-content-wrapper\";i:543;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/store-notices\";i:508;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-collection-no-results\";i:947;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads\";i:1521;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-address\";i:1377;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/mini-cart\";i:1304;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-clear-button\";i:464;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-tag\";i:1388;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-wrapper\";i:680;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/active-filters\";i:623;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filters-overlay-navigation\";i:2137;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-top-rated\";i:1591;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter\";i:826;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks\";i:4700944;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client\";i:11339305;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/fonts\";i:552889;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-qrcode\";i:45224;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-payment\";i:26193;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/accounting\";i:16783;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-flot\";i:214183;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-serializejson\";i:22579;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/admin\";i:488725;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-ui-touch-punch\";i:6358;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/zoom\";i:8732;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/frontend\";i:209838;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/sourcebuster\";i:46700;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/round\";i:2271;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/stupidtable\";i:5713;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/flexslider\";i:74805;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-blockui\";i:29694;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/select2\";i:444591;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/photoswipe\";i:156989;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/js-cookie\";i:5532;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-tiptip\";i:10303;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/prettyPhoto\";i:56955;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/selectWoo\";i:464613;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-cookie\";i:4550;s:60:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js\";i:2341331;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/jquery-ui/images\";i:19610;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/jquery-ui\";i:109637;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/photoswipe/default-skin\";i:22461;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/photoswipe\";i:31039;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css\";i:2096198;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/core-profiler\";i:33862;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/template-placeholders\";i:2886;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/payment_methods/72x72\";i:35180;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/payment_methods\";i:35180;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/task_list\";i:83458;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/product_data\";i:1441;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/previews\";i:413623;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/blocks/product-filters-overlay\";i:6825;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/blocks/mini-cart\";i:8753;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/blocks\";i:15578;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/shipping_partners\";i:205509;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/onboarding\";i:240417;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/payment-methods\";i:67316;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/icons/credit-cards\";i:27486;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/icons\";i:31521;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/pattern-placeholders\";i:4053200;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/marketing\";i:82806;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/block-placeholders\";i:6496;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/admin_notes\";i:22969;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images\";i:5767572;s:57:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets\";i:22097295;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/client/admin/config\";i:2432;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/client/admin\";i:2432;s:57:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/client\";i:2432;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/bin\";i:19348;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath\";i:39842;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser\";i:42756;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Node\";i:17185;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Exception\";i:4181;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector\";i:107185;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources\";i:2168;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80\";i:10530;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony\";i:117715;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property\";i:13039;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule\";i:10209;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing\";i:17616;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList\";i:30074;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value\";i:37869;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet\";i:42613;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src\";i:171568;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser\";i:172672;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm\";i:172672;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers/src\";i:78080;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers\";i:79355;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer\";i:986889;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Info\";i:5464;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Formats\";i:9455;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Resolvers\";i:26657;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Schemas\";i:11417;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Filters\";i:14233;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Pragmas\";i:6839;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Keywords\";i:104211;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Drafts\";i:16672;s:104:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/KeywordValidators\";i:2046;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers\";i:168548;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Pragmas\";i:9060;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Keywords\";i:149538;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Exceptions\";i:14049;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Errors\";i:19102;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Variables\";i:6949;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/KeywordValidators\";i:4676;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src\";i:512100;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema\";i:523262;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string/src/Exception\";i:3792;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string/src\";i:45510;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string/res\";i:85488;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string\";i:141477;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/uri/src\";i:50158;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/uri\";i:61761;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis\";i:726500;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/jetpack-autoloader\";i:51562;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Cli\";i:2787;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/docs/json-examples\";i:578;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/docs\";i:578;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Schemas\";i:3561;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Importers\";i:13706;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Exporters\";i:5124;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/ResultFormatters\";i:2804;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/ResourceStorages\";i:5077;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Steps\";i:14199;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src\";i:87257;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/fixtures\";i:595;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/Unit/Schemas\";i:2144;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/Unit\";i:6049;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/stubs/Exporters\";i:643;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/stubs\";i:643;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests\";i:8499;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint\";i:96039;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce\";i:96039;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Css\";i:8803;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30875;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching\";i:2073;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src\";i:93292;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier\";i:94360;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago\";i:94360;s:97:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16839;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db\";i:29467;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind\";i:29467;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src\";i:29467;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests\";i:709;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext\";i:31944;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader\";i:76583;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db\";i:76583;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis/_inc\";i:2116;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis\";i:45720;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks\";i:6554;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/sso\";i:113495;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src\";i:462283;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/dist\";i:82512;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy\";i:86764;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection\";i:649975;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles/src\";i:1863;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles\";i:20279;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants/src\";i:3465;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants\";i:21881;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src\";i:4364;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats\";i:22780;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src\";i:6809;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui\";i:25225;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets/build\";i:8948;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets/src/js\";i:2330;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets/src\";i:40444;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets\";i:68778;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src\";i:81481;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader\";i:99897;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-config/src\";i:11782;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-config\";i:30198;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect/src\";i:2606;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect\";i:21022;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-status/src\";i:50948;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-status\";i:69364;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic\";i:1029399;s:57:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor\";i:3372155;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/data-stores\";i:354754;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/react-admin/emails\";i:3687;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/react-admin\";i:34639;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/libraries\";i:26600;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/customizer\";i:33397;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/log-handlers\";i:23124;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/walkers\";i:8177;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/product-usage\";i:3082;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/import\";i:56176;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/list-tables\";i:59028;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/reports\";i:167441;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/notes\";i:13659;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/plugin-updates/views\";i:2685;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/plugin-updates\";i:18386;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/templates\";i:1574;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/views\";i:287;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions\";i:10184;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/views\";i:121662;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/importers/mappings\";i:9193;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/importers/views\";i:13062;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/importers\";i:62849;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/meta-boxes/views\";i:131617;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/meta-boxes\";i:223285;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/settings/views\";i:55620;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/settings\";i:181942;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/helper/views\";i:17661;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/helper\";i:165129;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin\";i:1542031;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/interfaces\";i:35473;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/emails\";i:100280;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/theme-support\";i:26018;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/traits\";i:2124;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/cli\";i:38423;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/blocks\";i:2122;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/widgets\";i:61034;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/queue\";i:8898;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-local-delivery\";i:6046;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/flat-rate/includes\";i:4220;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/flat-rate\";i:12294;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-local-pickup\";i:6991;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/local-pickup\";i:4004;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-international-delivery\";i:2643;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/free-shipping\";i:8365;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-free-shipping\";i:7209;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes\";i:5093;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate\";i:17337;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping\";i:64889;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/payment-tokens\";i:6598;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/abstracts\";i:268729;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation/views\";i:839;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation\";i:15058;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/integrations\";i:15058;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/tracks/events\";i:62168;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/tracks\";i:87347;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/export\";i:40330;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version3\";i:373774;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version2\";i:456837;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1\";i:397047;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Telemetry\";i:4679;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers\";i:1232337;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Utilities\";i:2852;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api\";i:1246552;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/installation/installation-steps\";i:11303;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/installation\";i:27945;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/rest-api/endpoints\";i:11576;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/rest-api\";i:17838;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site\";i:57476;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/cod\";i:13290;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/assets/js\";i:2162;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/assets/images\";i:2454;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/assets\";i:4616;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/includes\";i:54634;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal\";i:77646;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/cheque\";i:4736;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/bacs\";i:14991;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways\";i:116934;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shortcodes\";i:53973;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/legacy\";i:77989;s:59:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes\";i:6609222;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/i18n/languages\";i:1753660;s:55:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/i18n\";i:2019496;s:50:\"/var/www/haiku-atelier/web/app/plugins/woocommerce\";i:40855736;s:73:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build/resources/scripts\";i:2058766;s:69:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build/resources/css\";i:1445;s:65:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build/resources\";i:2060211;s:55:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build\";i:2060211;s:61:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src/Filters\";i:1300;s:58:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src/Spec\";i:16940;s:57:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src/CLI\";i:2060;s:53:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src\";i:32330;s:56:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/assets\";i:417779;s:65:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/vendor/composer\";i:36281;s:56:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/vendor\";i:37052;s:67:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/scripts\";i:1193;s:68:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/elements\";i:2149767;s:64:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/sass\";i:401;s:65:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/views\";i:1979;s:59:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources\";i:2153340;s:49:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi\";i:4718989;s:87:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods/chronopost\";i:21790;s:90:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods/mondial_relay\";i:14027;s:80:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods/ups\";i:14871;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods\";i:55876;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/FPDI/filters\";i:5896;s:68:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/FPDI\";i:100646;s:77:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/include\";i:952612;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/config\";i:1194;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/fonts\";i:2529;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/tools\";i:7413;s:69:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf\";i:2322586;s:63:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib\";i:2426416;s:84:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/chronopost\";i:80783;s:90:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/abstract_classes\";i:69630;s:80:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/config\";i:350;s:87:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/mondial_relay\";i:76867;s:77:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/ups\";i:70178;s:73:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes\";i:299338;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups/openstreetmap\";i:2964;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups/mondial_relay\";i:3251;s:94:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups/google_maps\";i:2540;s:82:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups\";i:9732;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/shipping\";i:6384;s:81:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/config\";i:2233;s:92:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/chronopost\";i:6964;s:98:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/abstract_classes\";i:16698;s:95:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/mondial_relay\";i:5948;s:85:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/ups\";i:5812;s:81:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders\";i:35422;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/settings\";i:799;s:74:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials\";i:54570;s:86:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/chronopost\";i:12119;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups/openstreetmap\";i:15136;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups/mondial_relay\";i:5469;s:95:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups/google_maps\";i:14868;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups\";i:37647;s:89:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/mondial_relay\";i:3080;s:79:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/dhl\";i:1381;s:79:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/ups\";i:3109;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js\";i:61179;s:87:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/chronopost\";i:55;s:84:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/pickups\";i:4890;s:90:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/mondial_relay\";i:55;s:80:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/ups\";i:55;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css\";i:5055;s:72:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets\";i:66234;s:71:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/views\";i:254;s:65:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin\";i:421863;s:77:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/woocommerce_block\";i:42885;s:85:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/resources/email/templates\";i:1248;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/resources/email\";i:1248;s:69:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/resources\";i:108037;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/chronopost\";i:4973;s:89:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/abstract_classes\";i:12853;s:86:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/mondial_relay\";i:4668;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/ups\";i:6516;s:72:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup\";i:29010;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups/openstreetmap\";i:3603;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups/mondial_relay\";i:3812;s:94:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups/google_maps\";i:3461;s:82:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups\";i:10876;s:74:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials\";i:10876;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/openstreetmap\";i:11083;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/mondial_relay\";i:4894;s:102:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/woocommerce_blocks\";i:2911;s:95:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/google_maps\";i:11001;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups\";i:29889;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js\";i:29889;s:84:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/css/pickups\";i:3911;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/css\";i:3911;s:72:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets\";i:33800;s:65:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front\";i:75274;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/helpers/classes\";i:374;s:74:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/helpers/helper\";i:7996;s:67:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/helpers\";i:10238;s:59:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc\";i:3140589;s:71:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/vendor/composer\";i:35612;s:62:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/vendor\";i:35751;s:55:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping\";i:3194686;s:38:\"/var/www/haiku-atelier/web/app/plugins\";i:51124625;s:58:\"/var/www/haiku-atelier/web/app/uploads/woocommerce_uploads\";i:14;s:46:\"/var/www/haiku-atelier/web/app/uploads/wc-logs\";i:4441;s:46:\"/var/www/haiku-atelier/web/app/uploads/2024/10\";i:122283131;s:46:\"/var/www/haiku-atelier/web/app/uploads/2024/09\";i:30092056;s:43:\"/var/www/haiku-atelier/web/app/uploads/2024\";i:152375187;s:38:\"/var/www/haiku-atelier/web/app/uploads\";i:152379642;}','off'), +(992,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:9:{s:4:\"slug\";s:24:\"product-edit-automatewoo\";s:7:\"product\";s:11:\"automatewoo\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:23:\"Automate your marketing\";s:4:\"copy\";s:89:\"Win customers and keep them coming back with a nearly endless range of powerful workflows\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/automatewoo/\";}i:12;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:13;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:11:\"WooPayments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";}i:15;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:16;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:18;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:19;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:20;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:21;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:22;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:23;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:24;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:25;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:26;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:27;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1723037545;}','off'), +(1266,'woocommerce_task_list_reminder_bar_hidden','yes','auto'), +(1844,'nonce_key','Qe9)bK=%I]xCh./VgqP J~76af%z[ GJpRMI$H9^BE!rApKAVk}7rw._BQRV:.}4','off'), +(1845,'nonce_salt',' 3%/;I6>tVBcX^+ei0X(f07Fy}xZy9-W4;4Hp]+9c|7Lu9OyH*vDy<$[ ZFupt-K','off'), +(1855,'auth_key','+_xd+>H[lp.sF$h(0~tRw(*Mc3fU~j;oy5**DrV8N`:&oeE`[aW31h{1+sbj%m/9','off'), +(1856,'auth_salt','*g5A.#_L{&a+3G-HjFNXK!,lkIl{fp%Yk!b9LatvPCB_-oCx^?R~k^3X-*wzC T^','off'), +(1865,'secure_auth_key','_OJ{C5_dNeer{F8)-EMc@BG;IG#6FB*f!A=pxe@1kq:jG','off'), +(1866,'secure_auth_salt','0zE{&JkB]rz&F(6gC,sYm42s?Y~I(@wIuB%wVd$!r0IUEf2X|wWAAu,+t?NC[jQ','off'), +(1868,'logged_in_salt','%;$7@^LKY|%V>x95!VT;|+ 6qCn}f2Nxf9~0@ucl:o_B1@mP_KR XTC=lW~sDsX.','off'), +(2018,'woocommerce_downloads_count_partial','yes','on'), +(2230,'wp-openapi-rewrite-flushed','1','auto'), +(2232,'wp-openapi-options','','auto'), +(2594,'woocommerce_email_footer_text_color','#3c3c3c','off'), +(3107,'recovery_keys','a:0:{}','off'), +(5596,'woocommerce_admin_customize_store_completed','yes','auto'), +(6061,'site_logo','','auto'), +(8528,'woocommerce_feature_site_visibility_badge_enabled','yes','on'), +(8589,'woocommerce_admin_created_default_shipping_zones','yes','auto'), +(8590,'woocommerce_admin_reviewed_default_shipping_zones','yes','auto'), +(8603,'_transient_orders-transient-version','1750690587','on'), +(8610,'woocommerce_admin_last_orders_milestone','10','auto'), +(8759,'wc_shop_order_list_table_months_filter_cache_date','1749466779','auto'), +(8760,'wc_shop_order_list_table_months_filter_cache_value','a:8:{i:0;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"6\";}i:1;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"5\";}i:2;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"4\";}i:3;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"3\";}i:4;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"2\";}i:5;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"1\";}i:6;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2024\";s:5:\"month\";s:2:\"12\";}i:7;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2024\";s:5:\"month\";s:2:\"11\";}}','auto'), +(9197,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"dd429dffcb518f90fe1f9ce99f485c58\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'), +(9202,'db_upgraded','','on'), +(9217,'woocommerce_task_list_hidden_lists','a:2:{i:0;s:8:\"extended\";i:1;s:5:\"setup\";}','auto'), +(9218,'woocommerce_default_homepage_layout','two_columns','auto'), +(10216,'woocommerce_sales_record_date','2024-11-26','auto'), +(10217,'woocommerce_sales_record_amount','1525','auto'), +(10790,'wpmc_options','a:27:{s:6:\"method\";s:5:\"media\";s:7:\"content\";b:1;s:18:\"filesystem_content\";b:0;s:13:\"media_library\";b:1;s:12:\"live_content\";b:0;s:9:\"debuglogs\";b:0;s:11:\"images_only\";b:0;s:13:\"attach_is_use\";b:0;s:15:\"thumbnails_only\";b:0;s:11:\"dirs_filter\";s:0:\"\";s:12:\"files_filter\";s:0:\"\";s:15:\"hide_thumbnails\";b:0;s:12:\"hide_warning\";b:0;s:10:\"skip_trash\";b:0;s:13:\"medias_buffer\";i:100;s:12:\"posts_buffer\";i:5;s:15:\"analysis_buffer\";i:100;s:14:\"file_op_buffer\";i:20;s:5:\"delay\";i:100;s:19:\"shortcodes_disabled\";b:0;s:31:\"output_buffer_cleaning_disabled\";b:0;s:14:\"php_error_logs\";b:0;s:14:\"posts_per_page\";i:1000;s:15:\"clean_uninstall\";b:0;s:11:\"repair_mode\";b:0;s:11:\"expert_mode\";b:0;s:9:\"logs_path\";N;}','off'), +(10791,'wpmc_rating_date','1732931640','off'), +(10807,'wms_mondial_relay_enable','yes','on'), +(10808,'wms_mondial_relay_customer_code','','on'), +(10809,'wms_mondial_relay_private_key','','on'), +(10810,'wms_mondial_relay_brand_code','','on'), +(10811,'wms_mondial_relay_section_pickup_points_map_type','openstreetmap','on'), +(10812,'wms_mondial_relay_section_pickup_points_google_maps_api_key','','on'), +(10813,'wms_mondial_relay_section_label_generation_status','a:0:{}','on'), +(10814,'wms_mondial_relay_section_label_status_post_generation','','on'), +(10815,'wms_mondial_relay_section_label_send_email','no','on'), +(10816,'wms_mondial_relay_price_before_discount','no','on'), +(10817,'wms_mondial_relay_shipper_civility','MLLE','on'), +(10818,'wms_mondial_relay_shipper_name','','on'), +(10819,'wms_mondial_relay_shipper_name_2','','on'), +(10820,'wms_mondial_relay_shipper_address_1','','on'), +(10821,'wms_mondial_relay_shipper_address_2','','on'), +(10822,'wms_mondial_relay_shipper_zip_code','','on'), +(10823,'wms_mondial_relay_shipper_city','','on'), +(10824,'wms_mondial_relay_shipper_country','AF','on'), +(10825,'wms_mondial_relay_shipper_email','','on'), +(10826,'wms_mondial_relay_shipper_phone','','on'), +(10827,'wms_mondial_relay_shipper_mobile_phone','','on'), +(10828,'wms_mondial_relay_section_parcel_insurance','0','on'), +(10829,'wms_mondial_relay_section_parcel_installation_duration','','on'), +(10830,'wms_mondial_relay_section_parcel_shipping_value','','on'), +(10831,'wms_mondial_relay_debug_mode','1','on'), +(10832,'wms_chronopost_enable','no','on'), +(10833,'wms_chronopost_account_number','','on'), +(10834,'wms_chronopost_account_name','','on'), +(10835,'wms_chronopost_account_password','','on'), +(10836,'wms_chronopost_section_pickup_points_map_type','openstreetmap','on'), +(10837,'wms_chronopost_section_pickup_points_google_maps_api_key','','on'), +(10838,'wms_chronopost_label_format','PDF','on'), +(10839,'wms_chronopost_section_label_generation_status','a:0:{}','on'), +(10840,'wms_chronopost_section_label_status_post_generation','','on'), +(10841,'wms_chronopost_section_label_send_email','no','on'), +(10842,'wms_chronopost_price_before_discount','yes','on'), +(10843,'wms_chronopost_shipper_civility','E','on'), +(10844,'wms_chronopost_shipper_name','','on'), +(10845,'wms_chronopost_shipper_name_2','','on'), +(10846,'wms_chronopost_shipper_address_1','','on'), +(10847,'wms_chronopost_shipper_address_2','','on'), +(10848,'wms_chronopost_shipper_zip_code','','on'), +(10849,'wms_chronopost_shipper_city','','on'), +(10850,'wms_chronopost_shipper_country','AF','on'), +(10851,'wms_chronopost_shipper_contact_name','','on'), +(10852,'wms_chronopost_shipper_email','','on'), +(10853,'wms_chronopost_shipper_phone','','on'), +(10854,'wms_chronopost_shipper_mobile_phone','','on'), +(10855,'wms_chronopost_customer_civility','E','on'), +(10856,'wms_chronopost_customer_name','','on'), +(10857,'wms_chronopost_customer_name_2','','on'), +(10858,'wms_chronopost_customer_address_1','','on'), +(10859,'wms_chronopost_customer_address_2','','on'), +(10860,'wms_chronopost_customer_zip_code','','on'), +(10861,'wms_chronopost_customer_city','','on'), +(10862,'wms_chronopost_customer_country','AF','on'), +(10863,'wms_chronopost_customer_contact_name','','on'), +(10864,'wms_chronopost_customer_email','','on'), +(10865,'wms_chronopost_customer_phone','','on'), +(10866,'wms_chronopost_customer_mobile_phone','','on'), +(10867,'wms_chronopost_section_insurance_ad_valorem_enabled','1','on'), +(10868,'wms_chronopost_section_insurance_ad_valorem_min_amount','0','on'), +(10869,'wms_chronopost_saturday_shipping_start_day','monday','on'), +(10870,'wms_chronopost_saturday_shipping_start_time','0','on'), +(10871,'wms_chronopost_saturday_shipping_end_day','monday','on'), +(10872,'wms_chronopost_saturday_shipping_end_time','0','on'), +(10873,'wms_chronopost_debug_mode','0','on'), +(10874,'wms_ups_enable','yes','on'), +(10875,'wms_ups_account_username','','on'), +(10876,'wms_ups_password','','on'), +(10877,'wms_ups_account_number','','on'), +(10878,'wms_ups_api_access_key','','on'), +(10879,'wms_ups_section_pickup_points_map_type','openstreetmap','on'), +(10880,'wms_ups_section_pickup_points_google_maps_api_key','','on'), +(10881,'wms_ups_section_label_generation_status','a:0:{}','on'), +(10882,'wms_ups_section_label_status_post_generation','','on'), +(10883,'wms_ups_section_label_send_email','no','on'), +(10884,'wms_ups_shipper_civility','MLLE','on'), +(10885,'wms_ups_shipper_name','','on'), +(10886,'wms_ups_shipper_name_2','','on'), +(10887,'wms_ups_shipper_company_name','','on'), +(10888,'wms_ups_shipper_vat_number','','on'), +(10889,'wms_ups_shipper_address_1','','on'), +(10890,'wms_ups_shipper_address_2','','on'), +(10891,'wms_ups_shipper_zip_code','','on'), +(10892,'wms_ups_shipper_city','','on'), +(10893,'wms_ups_shipper_country','AF','on'), +(10894,'wms_ups_shipper_email','','on'), +(10895,'wms_ups_shipper_phone','','on'), +(10896,'wms_ups_shipper_mobile_phone','','on'), +(10897,'wms_ups_debug_mode','1','on'), +(10899,'woocommerce_ups_standard_4_settings','a:8:{s:5:\"title\";s:14:\"UPS - Standard\";s:13:\"title_if_free\";s:13:\"Free Shipping\";s:17:\"pricing_condition\";s:6:\"weight\";s:13:\"free_shipping\";s:2:\"no\";s:23:\"free_shipping_condition\";d:100;s:15:\"management_fees\";s:1:\"0\";s:16:\"packaging_weight\";s:1:\"0\";s:14:\"shipping_rates\";a:1:{i:0;a:4:{s:3:\"min\";d:0;s:3:\"max\";d:100;s:14:\"shipping_class\";a:1:{i:0;s:3:\"all\";}s:5:\"price\";d:12;}}}','on'), +(10900,'woocommerce_mondial_relay_point_relais_5_settings','a:8:{s:5:\"title\";s:26:\"Mondial Relay Point Relais\";s:13:\"title_if_free\";s:33:\"Mondial Relay Point Relais (Free)\";s:17:\"pricing_condition\";s:11:\"cart_amount\";s:13:\"free_shipping\";s:2:\"no\";s:23:\"free_shipping_condition\";d:100;s:15:\"management_fees\";s:1:\"0\";s:16:\"packaging_weight\";s:1:\"0\";s:14:\"shipping_rates\";a:1:{i:0;a:4:{s:3:\"min\";d:0;s:3:\"max\";d:100;s:14:\"shipping_class\";a:1:{i:0;s:3:\"all\";}s:5:\"price\";d:6;}}}','on'), +(10901,'woocommerce_mondial_relay_point_relais_6_settings','a:8:{s:5:\"title\";s:28:\"Mondial Relay - Point Relais\";s:13:\"title_if_free\";s:35:\"Mondial Relay - Point Relais (Free)\";s:17:\"pricing_condition\";s:6:\"weight\";s:13:\"free_shipping\";s:2:\"no\";s:23:\"free_shipping_condition\";d:50;s:15:\"management_fees\";s:1:\"0\";s:16:\"packaging_weight\";s:1:\"0\";s:14:\"shipping_rates\";a:1:{i:0;a:4:{s:3:\"min\";d:0;s:3:\"max\";d:100;s:14:\"shipping_class\";a:1:{i:0;s:3:\"all\";}s:5:\"price\";d:3;}}}','on'), +(12053,'wp_mail_logging_activated_time','1732552283','auto'), +(12054,'wp_mail_logging_db_version','2','off'), +(12055,'WPML_Plugin__version','1.16.0','auto'), +(12059,'wp_mail_logging_user_feedback_notice','a:2:{s:4:\"time\";i:1732552283;s:9:\"dismissed\";b:0;}','auto'), +(12077,'wp_mail_smtp_initial_version','4.2.0','off'), +(12078,'wp_mail_smtp_version','4.2.0','off'), +(12079,'wp_mail_smtp','a:19:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:23:\"haiku.atelier@gmail.com\";s:9:\"from_name\";s:13:\"Haiku Atelier\";s:6:\"mailer\";s:5:\"gmail\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:0;s:15:\"from_name_force\";b:1;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:1;s:4:\"auth\";b:1;s:4:\"host\";s:15:\"smtp.google.com\";s:4:\"port\";i:587;s:10:\"encryption\";s:3:\"tls\";s:4:\"user\";s:23:\"haiku.atelier@gmail.com\";s:4:\"pass\";s:8:\"jD091299\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:1;}s:9:\"sendlayer\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:7:\"mailjet\";a:2:{s:7:\"api_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"smtp2go\";a:1:{s:7:\"api_key\";s:0:\"\";}s:9:\"sparkpost\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"postmark\";a:2:{s:16:\"server_api_token\";s:0:\"\";s:14:\"message_stream\";s:0:\"\";}s:9:\"amazonses\";a:3:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"region\";s:9:\"us-east-1\";}s:5:\"gmail\";a:10:{s:9:\"client_id\";s:72:\"402628219773-hl8niqniiiklf15f9biou8g06pbm9sac.apps.googleusercontent.com\";s:13:\"client_secret\";s:35:\"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\";s:12:\"access_token\";a:6:{s:12:\"access_token\";s:256:\"ya29.a0AQvPyIPNqfTi4HDiEAjFrR5KYzdtB0VL1yGnm2w7eUl8XsxTzPYyCuneqGTAKxj53dplVipwb1J9zzt_RCQKs7NnLBe58p5pEvXJIGvRd95eu6rVRfoiXNQ4ZT0GWhbhz-F-9JzIOuEYyTVqF5wlv0hUlic7BGxjfkgcZYPYVQO2EyTHk8R1H07waE5uzJeKYi3ViWdkFgaCgYKAesSARASFQHGX2MiKWJ57vOzGzOWxO0Mhg7TLg0209\";s:10:\"expires_in\";i:3599;s:5:\"scope\";s:24:\"https://mail.google.com/\";s:10:\"token_type\";s:6:\"Bearer\";s:7:\"created\";i:1777454307;s:13:\"refresh_token\";s:103:\"1//03C5NUFaT7UPOCgYIARAAGAMSNwF-L9IrDxhy86bbC5yXLNTnGa5nUHn4qh61Ril_yzrAjpDlxZ0kAkBhkdMAknk9nXhh3luN-GA\";}s:13:\"refresh_token\";s:103:\"1//03C5NUFaT7UPOCgYIARAAGAMSNwF-L9IrDxhy86bbC5yXLNTnGa5nUHn4qh61Ril_yzrAjpDlxZ0kAkBhkdMAknk9nXhh3luN-GA\";s:12:\"user_details\";a:1:{s:5:\"email\";s:23:\"haiku.atelier@gmail.com\";}s:23:\"one_click_setup_enabled\";b:0;s:27:\"one_click_setup_credentials\";a:2:{s:3:\"key\";s:0:\"\";s:5:\"token\";s:0:\"\";}s:28:\"one_click_setup_user_details\";a:1:{s:5:\"email\";s:0:\"\";}s:20:\"is_setup_wizard_auth\";b:0;s:9:\"auth_code\";s:73:\"4/0AeanS0ZUssWZn8hNjBZJEuEFDL9SMb5c1tjzffcTAVb5e2L-B_PRnuKLBa88D022Uumzmw\";}s:7:\"outlook\";a:5:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"zoho\";a:6:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"domain\";s:3:\"com\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"logs\";a:5:{s:7:\"enabled\";b:0;s:17:\"log_email_content\";b:0;s:16:\"save_attachments\";b:0;s:19:\"open_email_tracking\";b:0;s:19:\"click_link_tracking\";b:0;}s:11:\"alert_email\";a:2:{s:7:\"enabled\";b:0;s:11:\"connections\";a:0:{}}s:7:\"license\";a:4:{s:3:\"key\";s:0:\"\";s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;}}','off'), +(12080,'wp_mail_smtp_activated_time','1732553202','off'), +(12081,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1732553202;}','auto'), +(12087,'wp_mail_smtp_migration_version','5','on'), +(12088,'wp_mail_smtp_debug_events_db_version','1','on'), +(12089,'wp_mail_smtp_activation_prevent_redirect','1','auto'), +(12090,'wp_mail_smtp_setup_wizard_stats','a:3:{s:13:\"launched_time\";i:1732821999;s:14:\"completed_time\";i:1732822044;s:14:\"was_successful\";b:1;}','off'), +(12092,'wp_mail_smtp_mail_key','b4X/o2Jlr+B6fYssiy4aNvSjL0y5sT0DeDNxw9gANsE=','auto'), +(12094,'wp_mail_smtp_debug','a:0:{}','off'), +(12097,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1733769473;s:9:\"dismissed\";b:1;}','auto'), +(12100,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1777954786;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto'), +(12490,'woocommerce_flat_rate_7_settings','a:3:{s:5:\"title\";s:12:\"UPS Standard\";s:10:\"tax_status\";s:4:\"none\";s:4:\"cost\";s:5:\"12,00\";}','on'), +(12492,'woocommerce_free_shipping_8_settings','a:4:{s:5:\"title\";s:19:\"UPS Standard (Free)\";s:8:\"requires\";s:10:\"min_amount\";s:10:\"min_amount\";s:3:\"100\";s:16:\"ignore_discounts\";s:2:\"no\";}','on'), +(12503,'wp_mail_logging_product_education','a:1:{s:9:\"dismissed\";a:1:{s:17:\"email-logs-bottom\";b:1;}}','off'), +(12504,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:39:\"haiku.atelier@gmail.com,contact@gcch.fr\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Congratulations on the sale.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(13305,'woocommerce_revenue_report_date_tour_shown','yes','auto'), +(13521,'wp_mail_smtp_lite_sent_email_counter','207','on'), +(13522,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:51;i:3;s:2:\"03\";i:9;s:2:\"05\";i:3;s:2:\"06\";i:3;s:2:\"07\";i:4;s:2:\"08\";i:3;s:2:\"09\";i:1;i:10;i:6;i:11;i:5;i:14;i:7;i:15;i:1;i:18;i:4;}','on'), +(20569,'woocommerce_clear_ces_tracks_queue_for_page','a:2:{s:7:\"pagenow\";s:25:\"woocommerce_page_wc-admin\";s:9:\"adminpage\";s:25:\"woocommerce_page_wc-admin\";}','auto'), +(20640,'_transient_woocommerce_product_task_product_count_transient','66','on'), +(21366,'woocommerce_customer_on_hold_order_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:46:\"We look forward to fulfilling your order soon.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21367,'woocommerce_customer_processing_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Thanks for using {site_url}!\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21368,'woocommerce_customer_completed_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Thanks for shopping with us.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21369,'woocommerce_customer_refunded_order_settings','a:7:{s:7:\"enabled\";s:2:\"no\";s:12:\"subject_full\";s:0:\"\";s:15:\"subject_partial\";s:0:\"\";s:12:\"heading_full\";s:0:\"\";s:15:\"heading_partial\";s:0:\"\";s:18:\"additional_content\";s:30:\"We hope to see you again soon.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21370,'woocommerce_mondial_relay_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21371,'woocommerce_ups_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','on'), +(25278,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','on'), +(28660,'woocommerce_customer_note_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Thanks for reading.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(30281,'woocommerce_hpos_address_fts_index_created','yes','off'), +(30418,'widget_wc_brands_brand_description','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(30419,'widget_woocommerce_brand_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(30420,'widget_wc_brands_brand_thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(30421,'woocommerce_anonymize_refunded_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'), +(30422,'woocommerce_email_auto_sync_with_theme','no','off'), +(30423,'woocommerce_feature_rate_limit_checkout_enabled','no','on'), +(30424,'woocommerce_feature_remote_logging_enabled','yes','on'), +(30425,'woocommerce_feature_email_improvements_enabled','no','on'), +(30426,'woocommerce_feature_reactify-classic-payments-settings_enabled','yes','on'), +(30427,'woocommerce_feature_cost_of_goods_sold_enabled','no','on'), +(30437,'new_admin_email','haiku.atelier@gmail.com','auto'), +(30451,'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments','no','auto'), +(30480,'woocommerce_shipping_hide_rates_when_free','no','off'), +(30481,'woocommerce_email_header_image_width','120','on'), +(30482,'woocommerce_email_header_alignment','left','on'), +(30483,'woocommerce_email_font_family','Helvetica','on'), +(30484,'woocommerce_feature_blueprint_enabled','yes','on'), +(30485,'woocommerce_hpos_datastore_caching_enabled','no','on'), +(30486,'woocommerce_feature_block_email_editor_enabled','no','on'), +(30853,'_transient_timeout_woocommerce_analytics_orders_statuses_all','1781339871','off'), +(30854,'_transient_woocommerce_analytics_orders_statuses_all','a:4:{i:0;s:10:\"wc-pending\";i:1;s:13:\"wc-processing\";i:2;s:12:\"wc-completed\";i:3;s:11:\"wc-refunded\";}','off'), +(31724,'_transient_filter_data-transient-version','1750363871','on'), +(32731,'_transient_wc_attribute_taxonomies','a:3:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"2\";s:14:\"attribute_name\";s:4:\"side\";s:15:\"attribute_label\";s:4:\"Side\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:1;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:4:\"size\";s:15:\"attribute_label\";s:4:\"Size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:2;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"3\";s:14:\"attribute_name\";s:5:\"stone\";s:15:\"attribute_label\";s:5:\"Stone\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:4:\"name\";s:16:\"attribute_public\";s:1:\"0\";}}','on'), +(32767,'_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/en_GB/wordpress-6.8.1.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.8.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1750690595;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'), +(32768,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750690595;s:8:\"response\";a:0:{}s:12:\"translations\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"query-monitor\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:6:\"3.18.0\";s:7:\"updated\";s:19:\"2024-04-22 15:16:58\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/query-monitor/3.18.0/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"query-monitor\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:6:\"3.18.0\";s:7:\"updated\";s:19:\"2025-02-23 13:55:57\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/query-monitor/3.18.0/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"9.9.4\";s:7:\"updated\";s:19:\"2024-10-02 16:14:23\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/woocommerce/9.9.4/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"9.9.4\";s:7:\"updated\";s:19:\"2022-05-20 05:27:20\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/woocommerce/9.9.4/fr_BE.zip\";s:10:\"autoupdate\";b:1;}i:4;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"9.9.4\";s:7:\"updated\";s:19:\"2025-06-20 10:20:52\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/woocommerce/9.9.4/fr_FR.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:10:{s:37:\"wc-multishipping/wc-multishipping.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/wc-multishipping\";s:4:\"slug\";s:16:\"wc-multishipping\";s:6:\"plugin\";s:37:\"wc-multishipping/wc-multishipping.php\";s:11:\"new_version\";s:5:\"2.5.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wc-multishipping/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wc-multishipping.2.5.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wc-multishipping/assets/icon-128x128.png?rev=2477036\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:17:\"falcon/falcon.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/falcon\";s:4:\"slug\";s:6:\"falcon\";s:6:\"plugin\";s:17:\"falcon/falcon.php\";s:11:\"new_version\";s:5:\"2.8.5\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/falcon/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/falcon.2.8.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:51:\"https://ps.w.org/falcon/assets/icon.svg?rev=3052547\";s:3:\"svg\";s:51:\"https://ps.w.org/falcon/assets/icon.svg?rev=3052547\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/falcon/assets/banner-1544x500.png?rev=3052567\";s:2:\"1x\";s:61:\"https://ps.w.org/falcon/assets/banner-772x250.png?rev=3052567\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:41:\"w.org/plugins/force-regenerate-thumbnails\";s:4:\"slug\";s:27:\"force-regenerate-thumbnails\";s:6:\"plugin\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/force-regenerate-thumbnails/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/force-regenerate-thumbnails.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/force-regenerate-thumbnails/assets/icon-256x256.jpg?rev=2816275\";s:2:\"1x\";s:80:\"https://ps.w.org/force-regenerate-thumbnails/assets/icon-128x128.jpg?rev=2816275\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/force-regenerate-thumbnails/assets/banner-1544x500.jpg?rev=2816275\";s:2:\"1x\";s:82:\"https://ps.w.org/force-regenerate-thumbnails/assets/banner-772x250.jpg?rev=2816275\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:49:\"woo-preview-emails/woocommerce-preview-emails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/woo-preview-emails\";s:4:\"slug\";s:18:\"woo-preview-emails\";s:6:\"plugin\";s:49:\"woo-preview-emails/woocommerce-preview-emails.php\";s:11:\"new_version\";s:6:\"2.2.14\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/woo-preview-emails/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/woo-preview-emails.2.2.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/woo-preview-emails/assets/icon-256x256.png?rev=3019089\";s:2:\"1x\";s:71:\"https://ps.w.org/woo-preview-emails/assets/icon-256x256.png?rev=3019089\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"6.1.0\";}s:31:\"query-monitor/query-monitor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/query-monitor\";s:4:\"slug\";s:13:\"query-monitor\";s:6:\"plugin\";s:31:\"query-monitor/query-monitor.php\";s:11:\"new_version\";s:6:\"3.18.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/query-monitor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/query-monitor.3.18.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2994095\";s:3:\"svg\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2994095\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/query-monitor/assets/banner-1544x500.png?rev=2870124\";s:2:\"1x\";s:68:\"https://ps.w.org/query-monitor/assets/banner-772x250.png?rev=2457098\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}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.5.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redis-cache/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redis-cache.2.5.4.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:\"4.6\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"9.9.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}s:35:\"wp-mail-logging/wp-mail-logging.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-mail-logging\";s:4:\"slug\";s:15:\"wp-mail-logging\";s:6:\"plugin\";s:35:\"wp-mail-logging/wp-mail-logging.php\";s:11:\"new_version\";s:6:\"1.14.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-mail-logging/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-mail-logging.1.14.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-logging/assets/icon-256x256.jpg?rev=2562296\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-mail-logging/assets/icon-128x128.jpg?rev=2562296\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-mail-logging/assets/banner-772x250.jpg?rev=2562296\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.5.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=3206423\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=3206423\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:25:\"wp-openapi/wp-openapi.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/wp-openapi\";s:4:\"slug\";s:10:\"wp-openapi\";s:6:\"plugin\";s:25:\"wp-openapi/wp-openapi.php\";s:11:\"new_version\";s:6:\"1.0.20\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-openapi/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-openapi.1.0.20.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:54:\"https://s.w.org/plugins/geopattern-icon/wp-openapi.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}}s:7:\"checked\";a:10:{s:37:\"wc-multishipping/wc-multishipping.php\";s:5:\"2.5.7\";s:17:\"falcon/falcon.php\";s:5:\"2.8.5\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:5:\"2.2.2\";s:49:\"woo-preview-emails/woocommerce-preview-emails.php\";s:6:\"2.2.14\";s:31:\"query-monitor/query-monitor.php\";s:6:\"3.18.0\";s:27:\"redis-cache/redis-cache.php\";s:5:\"2.5.4\";s:27:\"woocommerce/woocommerce.php\";s:5:\"9.9.5\";s:35:\"wp-mail-logging/wp-mail-logging.php\";s:6:\"1.14.0\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.5.0\";s:25:\"wp-openapi/wp-openapi.php\";s:6:\"1.0.20\";}}','off'), +(32769,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750690595;s:7:\"checked\";a:2:{s:18:\"haiku-atelier-2024\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}}','off'), +(34088,'recovery_mode_email_last_sent','1773245698','auto'), +(34183,'woocommerce_pos_store_name','Haiku Atelier','on'), +(34184,'woocommerce_pos_store_address','','on'), +(34185,'woocommerce_pos_store_phone','','on'), +(34186,'woocommerce_pos_store_email','haiku.atelier@gmail.com','on'), +(34187,'woocommerce_pos_refund_returns_policy','','on'), +(34188,'woocommerce_feature_point_of_sale_enabled','yes','on'), +(34189,'woocommerce_feature_experimental-iapi-mini-cart_enabled','no','on'), +(34250,'woocommerce_address_autocomplete_enabled','no','on'), +(34251,'woocommerce_feature_mcp_integration_enabled','no','on'), +(34253,'woocommerce_feature_destroy-empty-sessions_enabled','no','on'), +(34254,'action_scheduler_migration_status','complete','auto'), +(34255,'as_has_wp_comment_logs','no','on'), +(34262,'woocommerce_analytics_uses_old_full_refund_data','yes','auto'), +(34264,'woocommerce_orders_report_date_tour_shown','yes','auto'), +(34271,'woocommerce_admin_dismissed_try_email_improvements_modal','yes','auto'), +(34298,'wms_customer_email','contact@gcch.fr','auto'), +(34299,'wms_customer_installation_registered','1','auto'), +(34314,'woocommerce_order_stats_has_fulfillment_column','no','off'), +(34315,'wp_notes_notify','1','on'), +(34316,'can_compress_scripts','1','on'), +(34347,'woocommerce_payments_provider_state_snapshots','a:0:{}','off'), +(34404,'woocommerce_feature_rest_api_caching_enabled','no','on'), +(34405,'woocommerce_feature_product_instance_caching_enabled','no','on'), +(34428,'woocommerce_feature_fulfillments_enabled','no','on'), +(34429,'woocommerce_feature_push_notifications_enabled','no','on'), +(34430,'woocommerce_feature_agentic_checkout_enabled','no','on'), +(34431,'woocommerce_feature_cart_checkout_blocks_enabled','no','on'), +(34433,'product_cat_children','a:0:{}','auto'), +(34469,'bedrock_autoloader_new_plugins','a:0:{}','off'), +(34471,'woocommerce_attribute_lookup_enabled','yes','auto'); +/*!40000 ALTER TABLE `haikuwp_options` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_postmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_postmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=21665 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_postmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_postmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_postmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_postmeta` VALUES +(22,13,'_edit_last','1'), +(23,13,'_edit_lock','1746463848:1'), +(24,14,'_edit_last','1'), +(25,14,'_edit_lock','1722975574:1'), +(28,16,'_edit_last','1'), +(29,16,'_edit_lock','1722958355:1'), +(30,17,'_edit_last','1'), +(31,17,'_edit_lock','1731277749:1'), +(32,18,'_wp_page_template','default'), +(33,18,'_edit_last','1'), +(34,18,'_edit_lock','1722864017:1'), +(35,19,'_edit_last','1'), +(36,19,'_edit_lock','1732548394:1'), +(71,22,'_variation_description',''), +(72,22,'total_sales','0'), +(73,22,'_tax_status','taxable'), +(74,22,'_tax_class','parent'), +(75,22,'_manage_stock','no'), +(76,22,'_backorders','no'), +(77,22,'_sold_individually','no'), +(78,22,'_virtual','no'), +(79,22,'_downloadable','no'), +(80,22,'_download_limit','-1'), +(81,22,'_download_expiry','-1'), +(82,22,'_stock',NULL), +(83,22,'_stock_status','instock'), +(84,22,'_wc_average_rating','0'), +(85,22,'_wc_review_count','0'), +(86,22,'attribute_matiere','Or'), +(87,22,'_product_version','9.1.4'), +(88,23,'_variation_description',''), +(89,23,'total_sales','0'), +(90,23,'_tax_status','taxable'), +(91,23,'_tax_class','parent'), +(92,23,'_manage_stock','no'), +(93,23,'_backorders','no'), +(94,23,'_sold_individually','no'), +(95,23,'_virtual','no'), +(96,23,'_downloadable','no'), +(97,23,'_download_limit','-1'), +(98,23,'_download_expiry','-1'), +(99,23,'_stock',NULL), +(100,23,'_stock_status','instock'), +(101,23,'_wc_average_rating','0'), +(102,23,'_wc_review_count','0'), +(103,23,'attribute_matiere','Argent'), +(104,23,'_product_version','9.1.4'), +(147,26,'_edit_last','1'), +(148,26,'_edit_lock','1722975540:1'), +(149,27,'_edit_last','1'), +(150,27,'_edit_lock','1722975561:1'), +(915,81,'_wp_attached_file','2024/09/HADOU-B.jpg'), +(916,81,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:19:\"2024/09/HADOU-B.jpg\";s:8:\"filesize\";i:48647;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"HADOU-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"HADOU-B.jpg\";}'), +(917,81,'_wp_attachment_image_alt','Hadou wavy ring in silver and gold plated silver'), +(1183,100,'_wp_attached_file','2024/09/HADOU-B-mix.jpg'), +(1184,100,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/09/HADOU-B-mix.jpg\";s:8:\"filesize\";i:407899;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HADOU-B-mix-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19330;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"HADOU-B-mix.jpg\";}'), +(1185,100,'_wp_attachment_image_alt','Hadou wavy silver ring and Kishou signet ring'), +(1194,102,'_sku','IKKAN-B-s'), +(1195,102,'total_sales','0'), +(1196,102,'_tax_status','taxable'), +(1197,102,'_tax_class',''), +(1198,102,'_manage_stock','no'), +(1199,102,'_backorders','no'), +(1200,102,'_sold_individually','no'), +(1201,102,'_virtual','no'), +(1202,102,'_downloadable','no'), +(1203,102,'_download_limit','-1'), +(1204,102,'_download_expiry','-1'), +(1205,102,'_thumbnail_id','1876'), +(1206,102,'_stock',NULL), +(1207,102,'_stock_status','instock'), +(1208,102,'_wc_average_rating','0'), +(1209,102,'_wc_review_count','0'), +(1210,102,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(1211,102,'_product_version','10.6.1'), +(1357,102,'_edit_lock','1777375125:1'), +(1358,110,'_wp_attached_file','2024/09/IKKAN-B2-arg.jpg'), +(1359,110,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:24:\"2024/09/IKKAN-B2-arg.jpg\";s:8:\"filesize\";i:46985;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IKKAN-B2-arg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4489;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"IKKAN-B2-arg.jpg\";}'), +(1360,110,'_wp_attachment_image_alt','Ikkan silver ring with oversized link on top'), +(1364,112,'_wp_attached_file','2024/09/IKKAN-BaKIGEN-Ba.jpg'), +(1365,112,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2024/09/IKKAN-BaKIGEN-Ba.jpg\";s:8:\"filesize\";i:303997;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IKKAN-BaKIGEN-Ba-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13958;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"IKKAN-BaKIGEN-Ba.jpg\";}'), +(1366,112,'_wp_attachment_image_alt','Ikkan silver ring with oversized link on top'), +(1369,102,'_edit_last','1'), +(1382,113,'_sku','IKKAN-B-g'), +(1383,113,'total_sales','0'), +(1384,113,'_tax_status','taxable'), +(1385,113,'_tax_class',''), +(1386,113,'_manage_stock','no'), +(1387,113,'_backorders','no'), +(1388,113,'_sold_individually','no'), +(1389,113,'_virtual','no'), +(1390,113,'_downloadable','no'), +(1391,113,'_download_limit','-1'), +(1392,113,'_download_expiry','-1'), +(1394,113,'_stock',NULL), +(1395,113,'_stock_status','instock'), +(1396,113,'_wc_average_rating','0'), +(1397,113,'_wc_review_count','0'), +(1398,113,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(1399,113,'_product_version','10.6.1'), +(1545,113,'_edit_lock','1777375061:1'), +(1549,122,'_wp_attached_file','2024/09/IKKAN-B-g.jpg'), +(1550,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/09/IKKAN-B-g.jpg\";s:8:\"filesize\";i:742563;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IKKAN-B-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(1551,122,'_wp_attachment_image_alt','Ikkan gold plated silver ring with oversized link on top'), +(1554,113,'_edit_last','1'), +(2087,154,'_wp_attached_file','2024/10/KIGEN-BaIKKANBa.jpg'), +(2088,154,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/KIGEN-BaIKKANBa.jpg\";s:8:\"filesize\";i:291559;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"KIGEN-BaIKKANBa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12679;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"KIGEN-BaIKKANBa.jpg\";}'), +(2090,154,'_wp_attachment_image_alt','Kishou signet ring in silver, with three engrave lines'), +(2294,168,'_sku','Rokku-B'), +(2295,168,'total_sales','2'), +(2296,168,'_tax_status','taxable'), +(2297,168,'_tax_class',''), +(2298,168,'_manage_stock','yes'), +(2299,168,'_backorders','notify'), +(2300,168,'_sold_individually','no'), +(2301,168,'_virtual','no'), +(2302,168,'_downloadable','no'), +(2303,168,'_download_limit','-1'), +(2304,168,'_download_expiry','-1'), +(2306,168,'_stock','1'), +(2307,168,'_stock_status','instock'), +(2308,168,'_wc_average_rating','0'), +(2309,168,'_wc_review_count','0'), +(2310,168,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2311,168,'_product_version','10.6.1'), +(2457,168,'_edit_lock','1777374095:1'), +(2464,178,'_wp_attached_file','2024/10/ROKKU-B-tigereye.jpg'), +(2465,178,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:28:\"2024/10/ROKKU-B-tigereye.jpg\";s:8:\"filesize\";i:63543;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"ROKKU-B-tigereye-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5412;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"ROKKU-B-tigereye.jpg\";}'), +(2466,178,'_wp_attachment_image_alt','Rokku wide silver ring with tiger eye set in 18k gold'), +(2467,179,'_wp_attached_file','2024/10/ROKKU-B-tigereye-1.jpg'), +(2468,179,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:30:\"2024/10/ROKKU-B-tigereye-1.jpg\";s:8:\"filesize\";i:113807;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ROKKU-B-tigereye-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10681;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:22:\"ROKKU-B-tigereye-1.jpg\";}'), +(2469,179,'_wp_attachment_image_alt','Rokku wide silver ring with tiger eye set in 18k gold'), +(2475,182,'_wp_attached_file','2024/10/DSC9190.jpg'), +(2476,182,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9190.jpg\";s:8:\"filesize\";i:298750;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9190-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9190.jpg\";}'), +(2477,182,'_wp_attachment_image_alt','Rokku wide silver ring with tiger eye set in 18k gold'), +(2480,168,'_edit_last','1'), +(2488,183,'_sku','BOROBORO-BO2-s'), +(2489,183,'total_sales','1'), +(2490,183,'_tax_status','taxable'), +(2491,183,'_tax_class',''), +(2492,183,'_manage_stock','yes'), +(2493,183,'_backorders','notify'), +(2494,183,'_sold_individually','no'), +(2495,183,'_virtual','no'), +(2496,183,'_downloadable','no'), +(2497,183,'_download_limit','-1'), +(2498,183,'_download_expiry','-1'), +(2500,183,'_stock','0'), +(2501,183,'_stock_status','onbackorder'), +(2502,183,'_wc_average_rating','0'), +(2503,183,'_wc_review_count','0'), +(2504,183,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2505,183,'_product_version','10.6.1'), +(2654,183,'_edit_lock','1777055565:1'), +(2790,183,'_edit_last','1'), +(2854,202,'_sku','PIASU-BO2'), +(2855,202,'total_sales','8'), +(2856,202,'_tax_status','taxable'), +(2857,202,'_tax_class',''), +(2858,202,'_manage_stock','yes'), +(2859,202,'_backorders','notify'), +(2860,202,'_sold_individually','no'), +(2861,202,'_virtual','no'), +(2862,202,'_downloadable','no'), +(2863,202,'_download_limit','-1'), +(2864,202,'_download_expiry','-1'), +(2866,202,'_stock','1'), +(2867,202,'_stock_status','instock'), +(2868,202,'_wc_average_rating','0'), +(2869,202,'_wc_review_count','0'), +(2870,202,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2871,202,'_product_version','10.6.1'), +(2941,202,'_edit_lock','1777453211:1'), +(2956,202,'_edit_last','1'), +(2977,213,'_sku','BOROBORO-BO2-g'), +(2978,213,'total_sales','1'), +(2979,213,'_tax_status','taxable'), +(2980,213,'_tax_class',''), +(2981,213,'_manage_stock','yes'), +(2982,213,'_backorders','notify'), +(2983,213,'_sold_individually','no'), +(2984,213,'_virtual','no'), +(2985,213,'_downloadable','no'), +(2986,213,'_download_limit','-1'), +(2987,213,'_download_expiry','-1'), +(2989,213,'_stock','0'), +(2990,213,'_stock_status','onbackorder'), +(2991,213,'_wc_average_rating','0'), +(2992,213,'_wc_review_count','0'), +(2993,213,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2994,213,'_product_version','10.6.1'), +(3064,213,'_edit_lock','1777055674:1'), +(3070,213,'_edit_last','1'), +(3440,240,'_sku','IKKAN-BR'), +(3441,240,'total_sales','1'), +(3442,240,'_tax_status','taxable'), +(3443,240,'_tax_class',''), +(3444,240,'_manage_stock','yes'), +(3445,240,'_backorders','notify'), +(3446,240,'_sold_individually','no'), +(3447,240,'_virtual','no'), +(3448,240,'_downloadable','no'), +(3449,240,'_download_limit','-1'), +(3450,240,'_download_expiry','-1'), +(3452,240,'_stock','1'), +(3453,240,'_stock_status','instock'), +(3454,240,'_wc_average_rating','0'), +(3455,240,'_wc_review_count','0'), +(3456,240,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(3457,240,'_product_version','10.7.0'), +(3461,241,'_variation_description',''), +(3462,241,'_sku','IKKAN-BR-s-1'), +(3463,241,'_regular_price','120'), +(3464,241,'total_sales','0'), +(3465,241,'_tax_status','taxable'), +(3466,241,'_tax_class','parent'), +(3467,241,'_manage_stock','no'), +(3468,241,'_backorders','no'), +(3469,241,'_sold_individually','no'), +(3470,241,'_virtual','no'), +(3471,241,'_downloadable','no'), +(3472,241,'_download_limit','-1'), +(3473,241,'_download_expiry','-1'), +(3475,241,'_stock','0'), +(3476,241,'_stock_status','instock'), +(3477,241,'_wc_average_rating','0'), +(3478,241,'_wc_review_count','0'), +(3479,241,'attribute_pa_size','size-1'), +(3480,241,'_price','120'), +(3481,241,'_product_version','10.6.1'), +(3482,242,'_variation_description',''), +(3483,242,'_sku','IKKAN-BR-s-2'), +(3484,242,'_regular_price','120'), +(3485,242,'total_sales','0'), +(3486,242,'_tax_status','taxable'), +(3487,242,'_tax_class','parent'), +(3488,242,'_manage_stock','no'), +(3489,242,'_backorders','no'), +(3490,242,'_sold_individually','no'), +(3491,242,'_virtual','no'), +(3492,242,'_downloadable','no'), +(3493,242,'_download_limit','-1'), +(3494,242,'_download_expiry','-1'), +(3496,242,'_stock','0'), +(3497,242,'_stock_status','instock'), +(3498,242,'_wc_average_rating','0'), +(3499,242,'_wc_review_count','0'), +(3500,242,'attribute_pa_size','size-2'), +(3501,242,'_price','120'), +(3502,242,'_product_version','10.6.1'), +(3504,240,'_edit_lock','1777996290:1'), +(3516,240,'_edit_last','1'), +(3713,258,'_sku','FUYOU-BR-s'), +(3714,258,'_regular_price','110'), +(3715,258,'total_sales','1'), +(3716,258,'_tax_status','taxable'), +(3717,258,'_tax_class',''), +(3718,258,'_manage_stock','yes'), +(3719,258,'_backorders','notify'), +(3720,258,'_sold_individually','no'), +(3721,258,'_virtual','no'), +(3722,258,'_downloadable','no'), +(3723,258,'_download_limit','-1'), +(3724,258,'_download_expiry','-1'), +(3726,258,'_stock','1'), +(3727,258,'_stock_status','instock'), +(3728,258,'_wc_average_rating','0'), +(3729,258,'_wc_review_count','0'), +(3730,258,'_product_version','10.6.1'), +(3731,258,'_price','110'), +(3735,258,'_edit_lock','1777375259:1'), +(3742,258,'_edit_last','1'), +(3782,263,'_sku','IKKAN-C'), +(3783,263,'_regular_price','160'), +(3784,263,'total_sales','1'), +(3785,263,'_tax_status','taxable'), +(3786,263,'_tax_class',''), +(3787,263,'_manage_stock','yes'), +(3788,263,'_backorders','notify'), +(3789,263,'_sold_individually','no'), +(3790,263,'_virtual','no'), +(3791,263,'_downloadable','no'), +(3792,263,'_download_limit','-1'), +(3793,263,'_download_expiry','-1'), +(3795,263,'_stock','1'), +(3796,263,'_stock_status','instock'), +(3797,263,'_wc_average_rating','0'), +(3798,263,'_wc_review_count','0'), +(3799,263,'_product_version','10.6.1'), +(3800,263,'_price','160'), +(3804,263,'_edit_lock','1777373742:1'), +(3817,263,'_edit_last','1'), +(3899,274,'_sku','FUYOU-C'), +(3900,274,'_regular_price','180'), +(3901,274,'total_sales','4'), +(3902,274,'_tax_status','taxable'), +(3903,274,'_tax_class',''), +(3904,274,'_manage_stock','yes'), +(3905,274,'_backorders','notify'), +(3906,274,'_sold_individually','no'), +(3907,274,'_virtual','no'), +(3908,274,'_downloadable','no'), +(3909,274,'_download_limit','-1'), +(3910,274,'_download_expiry','-1'), +(3911,274,'_thumbnail_id','1854'), +(3912,274,'_stock','1'), +(3913,274,'_stock_status','instock'), +(3914,274,'_wc_average_rating','0'), +(3915,274,'_wc_review_count','0'), +(3916,274,'_product_version','10.6.1'), +(3917,274,'_price','180'), +(3921,274,'_edit_lock','1777373569:1'), +(3925,274,'_edit_last','1'), +(4071,285,'_sku','HATTARI-CR2-s'), +(4073,285,'total_sales','4'), +(4074,285,'_tax_status','taxable'), +(4075,285,'_tax_class',''), +(4076,285,'_manage_stock','yes'), +(4077,285,'_backorders','notify'), +(4078,285,'_sold_individually','no'), +(4079,285,'_virtual','no'), +(4080,285,'_downloadable','no'), +(4081,285,'_download_limit','-1'), +(4082,285,'_download_expiry','-1'), +(4084,285,'_stock','0'), +(4085,285,'_stock_status','onbackorder'), +(4086,285,'_wc_average_rating','0'), +(4087,285,'_wc_review_count','0'), +(4088,285,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4089,285,'_product_version','10.6.1'), +(4094,285,'_edit_lock','1777055826:1'), +(4101,285,'_edit_last','1'), +(4105,288,'_sku','HATTARI-CR2-g'), +(4107,288,'total_sales','3'), +(4108,288,'_tax_status','taxable'), +(4109,288,'_tax_class',''), +(4110,288,'_manage_stock','yes'), +(4111,288,'_backorders','notify'), +(4112,288,'_sold_individually','no'), +(4113,288,'_virtual','no'), +(4114,288,'_downloadable','no'), +(4115,288,'_download_limit','-1'), +(4116,288,'_download_expiry','-1'), +(4118,288,'_stock','0'), +(4119,288,'_stock_status','onbackorder'), +(4120,288,'_wc_average_rating','0'), +(4121,288,'_wc_review_count','0'), +(4122,288,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4123,288,'_product_version','10.6.1'), +(4128,288,'_edit_lock','1777055835:1'), +(4135,288,'_edit_last','1'), +(4381,306,'_sku','TAMA-CR-s'), +(4382,306,'total_sales','6'), +(4383,306,'_tax_status','taxable'), +(4384,306,'_tax_class',''), +(4385,306,'_manage_stock','yes'), +(4386,306,'_backorders','notify'), +(4387,306,'_sold_individually','no'), +(4388,306,'_virtual','no'), +(4389,306,'_downloadable','no'), +(4390,306,'_download_limit','-1'), +(4391,306,'_download_expiry','-1'), +(4392,306,'_thumbnail_id','1853'), +(4393,306,'_stock','1'), +(4394,306,'_stock_status','instock'), +(4395,306,'_wc_average_rating','0'), +(4396,306,'_wc_review_count','0'), +(4397,306,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4398,306,'_product_version','10.6.1'), +(4467,306,'_edit_lock','1777373534:1'), +(4468,310,'_wp_attached_file','2024/10/TAMANORI-CR2-arg.jpg'), +(4469,310,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:28:\"2024/10/TAMANORI-CR2-arg.jpg\";s:8:\"filesize\";i:39166;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"TAMANORI-CR2-arg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"TAMANORI-CR2-arg.jpg\";}'), +(4470,310,'_wp_attachment_image_alt','Tamanori oval silver hoops with dangling chains.'), +(4471,311,'_wp_attached_file','2024/10/DSC9378.jpg'), +(4472,311,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9378.jpg\";s:8:\"filesize\";i:346159;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9378-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13333;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9378.jpg\";}'), +(4473,311,'_wp_attachment_image_alt','Tamanori oval silver hoops with dangling chains.'), +(4477,306,'_edit_last','1'), +(4481,312,'_sku','TAMA-CR-g'), +(4482,312,'total_sales','1'), +(4483,312,'_tax_status','taxable'), +(4484,312,'_tax_class',''), +(4485,312,'_manage_stock','yes'), +(4486,312,'_backorders','notify'), +(4487,312,'_sold_individually','no'), +(4488,312,'_virtual','no'), +(4489,312,'_downloadable','no'), +(4490,312,'_download_limit','-1'), +(4491,312,'_download_expiry','-1'), +(4493,312,'_stock','2'), +(4494,312,'_stock_status','instock'), +(4495,312,'_wc_average_rating','0'), +(4496,312,'_wc_review_count','0'), +(4497,312,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4498,312,'_product_version','10.6.1'), +(4568,312,'_edit_lock','1777373492:1'), +(4578,312,'_edit_last','1'), +(4585,318,'_sku','FUYOU-CR1'), +(4586,318,'total_sales','3'), +(4587,318,'_tax_status','taxable'), +(4588,318,'_tax_class',''), +(4589,318,'_manage_stock','yes'), +(4590,318,'_backorders','notify'), +(4591,318,'_sold_individually','no'), +(4592,318,'_virtual','no'), +(4593,318,'_downloadable','no'), +(4594,318,'_download_limit','-1'), +(4595,318,'_download_expiry','-1'), +(4597,318,'_stock','1'), +(4598,318,'_stock_status','instock'), +(4599,318,'_wc_average_rating','0'), +(4600,318,'_wc_review_count','0'), +(4602,318,'_product_version','10.6.1'), +(4669,318,'_price','65'), +(4670,318,'_price','65'), +(4671,318,'_price','65'), +(4672,318,'_edit_lock','1777373452:1'), +(4679,324,'_wp_attached_file','2024/10/DSC9542.jpg'), +(4680,324,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9542.jpg\";s:8:\"filesize\";i:556320;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9542-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9542.jpg\";}'), +(4681,324,'_wp_attachment_image_alt','Fuyou solo hoop in sterling silver with 18k gold rings hanging.'), +(4682,318,'_edit_last','1'), +(4683,318,'_regular_price','65'), +(5736,393,'_sku','MUGURA-CR-s'), +(5737,393,'total_sales','0'), +(5738,393,'_tax_status','taxable'), +(5739,393,'_tax_class',''), +(5740,393,'_manage_stock','yes'), +(5741,393,'_backorders','notify'), +(5742,393,'_sold_individually','no'), +(5743,393,'_virtual','no'), +(5744,393,'_downloadable','no'), +(5745,393,'_download_limit','-1'), +(5746,393,'_download_expiry','-1'), +(5748,393,'_stock','1'), +(5749,393,'_stock_status','instock'), +(5750,393,'_wc_average_rating','0'), +(5751,393,'_wc_review_count','0'), +(5753,393,'_product_version','10.6.1'), +(5801,393,'_edit_lock','1777373420:1'), +(5802,396,'_wp_attached_file','2024/10/MUGURA-CR2-arg.jpg'), +(5803,396,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:26:\"2024/10/MUGURA-CR2-arg.jpg\";s:8:\"filesize\";i:39388;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"MUGURA-CR2-arg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"MUGURA-CR2-arg.jpg\";}'), +(5804,396,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(5805,397,'_wp_attached_file','2024/10/DSC9733.jpg'), +(5806,397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9733.jpg\";s:8:\"filesize\";i:483823;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9733-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14890;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(5807,397,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(5808,393,'_edit_last','1'), +(5816,398,'_sku','MUGURA-CR-g'), +(5818,398,'total_sales','0'), +(5819,398,'_tax_status','taxable'), +(5820,398,'_tax_class',''), +(5821,398,'_manage_stock','yes'), +(5822,398,'_backorders','notify'), +(5823,398,'_sold_individually','no'), +(5824,398,'_virtual','no'), +(5825,398,'_downloadable','no'), +(5826,398,'_download_limit','-1'), +(5827,398,'_download_expiry','-1'), +(5829,398,'_stock','0'), +(5830,398,'_stock_status','onbackorder'), +(5831,398,'_wc_average_rating','0'), +(5832,398,'_wc_review_count','0'), +(5834,398,'_product_version','10.6.1'), +(5839,398,'_edit_lock','1777373393:1'), +(5843,400,'_wp_attached_file','2024/10/DSC9723.jpg'), +(5844,400,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9723.jpg\";s:8:\"filesize\";i:498794;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9723-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18375;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9723.jpg\";}'), +(5845,400,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(5849,398,'_edit_last','1'), +(6121,424,'_wp_attached_file','2024/10/DSC9376.jpg'), +(6122,424,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9376.jpg\";s:8:\"filesize\";i:399332;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9376-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9376.jpg\";}'), +(6123,424,'_wp_attachment_image_alt','Tamanori oval silver hoops with dangling chains.'), +(6322,435,'_sku','KARA-EC-s'), +(6323,435,'_regular_price','50'), +(6324,435,'total_sales','4'), +(6325,435,'_tax_status','taxable'), +(6326,435,'_tax_class',''), +(6327,435,'_manage_stock','yes'), +(6328,435,'_backorders','notify'), +(6329,435,'_sold_individually','no'), +(6330,435,'_virtual','no'), +(6331,435,'_downloadable','no'), +(6332,435,'_download_limit','-1'), +(6333,435,'_download_expiry','-1'), +(6335,435,'_stock','2'), +(6336,435,'_stock_status','instock'), +(6337,435,'_wc_average_rating','0'), +(6338,435,'_wc_review_count','0'), +(6339,435,'_product_version','10.4.2'), +(6340,435,'_price','50'), +(6344,435,'_edit_lock','1770815220:1'), +(6351,435,'_edit_last','1'), +(6364,398,'_price','85'), +(6365,398,'_regular_price','85'), +(6501,447,'_sku','KARA-EC-s-1'), +(6502,447,'_regular_price','55'), +(6503,447,'total_sales','3'), +(6504,447,'_tax_status','taxable'), +(6505,447,'_tax_class',''), +(6506,447,'_manage_stock','yes'), +(6507,447,'_backorders','notify'), +(6508,447,'_sold_individually','no'), +(6509,447,'_virtual','no'), +(6510,447,'_downloadable','no'), +(6511,447,'_download_limit','-1'), +(6512,447,'_download_expiry','-1'), +(6514,447,'_stock','4'), +(6515,447,'_stock_status','instock'), +(6516,447,'_wc_average_rating','0'), +(6517,447,'_wc_review_count','0'), +(6518,447,'_product_version','10.4.2'), +(6519,447,'_price','55'), +(6523,447,'_edit_lock','1770815211:1'), +(6530,447,'_edit_last','1'), +(6887,490,'_sku','MUGU-BOP'), +(6889,490,'total_sales','2'), +(6890,490,'_tax_status','taxable'), +(6891,490,'_tax_class',''), +(6892,490,'_manage_stock','yes'), +(6893,490,'_backorders','notify'), +(6894,490,'_sold_individually','no'), +(6895,490,'_virtual','no'), +(6896,490,'_downloadable','no'), +(6897,490,'_download_limit','-1'), +(6898,490,'_download_expiry','-1'), +(6900,490,'_stock','1'), +(6901,490,'_stock_status','instock'), +(6902,490,'_wc_average_rating','0'), +(6903,490,'_wc_review_count','0'), +(6904,490,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(6905,490,'_product_version','10.6.1'), +(6912,490,'_edit_lock','1777373219:1'), +(6919,493,'_variation_description',''), +(6920,493,'total_sales','0'), +(6921,493,'_tax_status','taxable'), +(6922,493,'_tax_class','parent'), +(6923,493,'_manage_stock','no'), +(6924,493,'_backorders','no'), +(6925,493,'_sold_individually','no'), +(6926,493,'_virtual','no'), +(6927,493,'_downloadable','no'), +(6928,493,'_download_limit','-1'), +(6929,493,'_download_expiry','-1'), +(6930,493,'_stock','0'), +(6931,493,'_stock_status','instock'), +(6932,493,'_wc_average_rating','0'), +(6933,493,'_wc_review_count','0'), +(6934,493,'attribute_pa_side','left-side'), +(6935,493,'_product_version','10.6.1'), +(6936,494,'_variation_description',''), +(6937,494,'total_sales','0'), +(6938,494,'_tax_status','taxable'), +(6939,494,'_tax_class','parent'), +(6940,494,'_manage_stock','no'), +(6941,494,'_backorders','no'), +(6942,494,'_sold_individually','no'), +(6943,494,'_virtual','no'), +(6944,494,'_downloadable','no'), +(6945,494,'_download_limit','-1'), +(6946,494,'_download_expiry','-1'), +(6947,494,'_stock','0'), +(6948,494,'_stock_status','instock'), +(6949,494,'_wc_average_rating','0'), +(6950,494,'_wc_review_count','0'), +(6951,494,'attribute_pa_side','pair'), +(6952,494,'_product_version','10.6.1'), +(6953,495,'_variation_description',''), +(6954,495,'total_sales','0'), +(6955,495,'_tax_status','taxable'), +(6956,495,'_tax_class','parent'), +(6957,495,'_manage_stock','no'), +(6958,495,'_backorders','no'), +(6959,495,'_sold_individually','no'), +(6960,495,'_virtual','no'), +(6961,495,'_downloadable','no'), +(6962,495,'_download_limit','-1'), +(6963,495,'_download_expiry','-1'), +(6964,495,'_stock','0'), +(6965,495,'_stock_status','instock'), +(6966,495,'_wc_average_rating','0'), +(6967,495,'_wc_review_count','0'), +(6968,495,'attribute_pa_side','right-side'), +(6969,495,'_product_version','10.6.1'), +(6970,493,'_sku','HADOU-BOP-left'), +(6971,493,'_regular_price','48'), +(6972,493,'_thumbnail_id','0'), +(6973,493,'_price','48'), +(6974,494,'_sku','HADOU-BOP-pair'), +(6975,494,'_regular_price','65'), +(6976,494,'_thumbnail_id','0'), +(6977,494,'_price','65'), +(6978,495,'_sku','HADOU-BOP-right'), +(6979,495,'_regular_price','48'), +(6980,495,'_thumbnail_id','0'), +(6981,495,'_price','48'), +(6984,490,'_edit_last','1'), +(6989,496,'_sku','MUGURA-CR1'), +(6990,496,'total_sales','0'), +(6991,496,'_tax_status','taxable'), +(6992,496,'_tax_class',''), +(6993,496,'_manage_stock','yes'), +(6994,496,'_backorders','notify'), +(6995,496,'_sold_individually','no'), +(6996,496,'_virtual','no'), +(6997,496,'_downloadable','no'), +(6998,496,'_download_limit','-1'), +(6999,496,'_download_expiry','-1'), +(7001,496,'_stock','0'), +(7002,496,'_stock_status','onbackorder'), +(7003,496,'_wc_average_rating','0'), +(7004,496,'_wc_review_count','0'), +(7006,496,'_product_version','10.6.1'), +(7069,496,'_edit_lock','1774883030:1'), +(7079,496,'_edit_last','1'), +(7080,496,'_regular_price','50'), +(7081,496,'_price','50'), +(7111,510,'_edit_last','1'), +(7112,510,'_edit_lock','1731429269:1'), +(7113,511,'_edit_last','1'), +(7114,511,'_edit_lock','1731429286:1'), +(7568,545,'_sku','KARA-CR1-g'), +(7570,545,'total_sales','2'), +(7571,545,'_tax_status','taxable'), +(7572,545,'_tax_class',''), +(7573,545,'_manage_stock','yes'), +(7574,545,'_backorders','notify'), +(7575,545,'_sold_individually','no'), +(7576,545,'_virtual','no'), +(7577,545,'_downloadable','no'), +(7578,545,'_download_limit','-1'), +(7579,545,'_download_expiry','-1'), +(7581,545,'_stock','0'), +(7582,545,'_stock_status','onbackorder'), +(7583,545,'_wc_average_rating','0'), +(7584,545,'_wc_review_count','0'), +(7585,545,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(7586,545,'_product_version','10.6.1'), +(7592,545,'_edit_lock','1774883010:1'), +(7602,545,'_edit_last','1'), +(7681,552,'_variation_description',''), +(7682,552,'total_sales','0'), +(7683,552,'_tax_status','taxable'), +(7684,552,'_tax_class','parent'), +(7685,552,'_manage_stock','no'), +(7686,552,'_backorders','no'), +(7687,552,'_sold_individually','no'), +(7688,552,'_virtual','no'), +(7689,552,'_downloadable','no'), +(7690,552,'_download_limit','-1'), +(7691,552,'_download_expiry','-1'), +(7692,552,'_stock',NULL), +(7693,552,'_stock_status','onbackorder'), +(7694,552,'_wc_average_rating','0'), +(7695,552,'_wc_review_count','0'), +(7696,552,'attribute_pa_side','one'), +(7697,552,'_product_version','10.3.4'), +(7698,553,'_variation_description',''), +(7699,553,'total_sales','0'), +(7700,553,'_tax_status','taxable'), +(7701,553,'_tax_class','parent'), +(7702,553,'_manage_stock','no'), +(7703,553,'_backorders','no'), +(7704,553,'_sold_individually','no'), +(7705,553,'_virtual','no'), +(7706,553,'_downloadable','no'), +(7707,553,'_download_limit','-1'), +(7708,553,'_download_expiry','-1'), +(7709,553,'_stock',NULL), +(7710,553,'_stock_status','onbackorder'), +(7711,553,'_wc_average_rating','0'), +(7712,553,'_wc_review_count','0'), +(7713,553,'attribute_pa_side','pair'), +(7714,553,'_product_version','10.3.4'), +(7715,552,'_sku','KARA-CR-g-one'), +(7716,552,'_regular_price','50'), +(7717,552,'_thumbnail_id','0'), +(7718,552,'_price','50'), +(7719,553,'_sku','KARA-CR-g-pair'), +(7720,553,'_regular_price','75'), +(7721,553,'_thumbnail_id','0'), +(7722,553,'_price','75'), +(7729,554,'_sku','KARA-CR1-s'), +(7730,554,'total_sales','2'), +(7731,554,'_tax_status','taxable'), +(7732,554,'_tax_class',''), +(7733,554,'_manage_stock','yes'), +(7734,554,'_backorders','notify'), +(7735,554,'_sold_individually','no'), +(7736,554,'_virtual','no'), +(7737,554,'_downloadable','no'), +(7738,554,'_download_limit','-1'), +(7739,554,'_download_expiry','-1'), +(7741,554,'_stock','0'), +(7742,554,'_stock_status','onbackorder'), +(7743,554,'_wc_average_rating','0'), +(7744,554,'_wc_review_count','0'), +(7745,554,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(7746,554,'_product_version','10.6.1'), +(7750,555,'_variation_description',''), +(7751,555,'_sku','KARA-CR-s-pair'), +(7752,555,'_regular_price','70'), +(7753,555,'total_sales','0'), +(7754,555,'_tax_status','taxable'), +(7755,555,'_tax_class','parent'), +(7756,555,'_manage_stock','no'), +(7757,555,'_backorders','no'), +(7758,555,'_sold_individually','no'), +(7759,555,'_virtual','no'), +(7760,555,'_downloadable','no'), +(7761,555,'_download_limit','-1'), +(7762,555,'_download_expiry','-1'), +(7763,555,'_thumbnail_id','0'), +(7764,555,'_stock',NULL), +(7765,555,'_stock_status','onbackorder'), +(7766,555,'_wc_average_rating','0'), +(7767,555,'_wc_review_count','0'), +(7768,555,'attribute_pa_side','pair'), +(7769,555,'_price','70'), +(7770,555,'_product_version','10.3.4'), +(7771,556,'_variation_description',''), +(7772,556,'_sku','KARA-CR-s-one'), +(7773,556,'_regular_price','45'), +(7774,556,'total_sales','0'), +(7775,556,'_tax_status','taxable'), +(7776,556,'_tax_class','parent'), +(7777,556,'_manage_stock','no'), +(7778,556,'_backorders','no'), +(7779,556,'_sold_individually','no'), +(7780,556,'_virtual','no'), +(7781,556,'_downloadable','no'), +(7782,556,'_download_limit','-1'), +(7783,556,'_download_expiry','-1'), +(7784,556,'_thumbnail_id','0'), +(7785,556,'_stock',NULL), +(7786,556,'_stock_status','onbackorder'), +(7787,556,'_wc_average_rating','0'), +(7788,556,'_wc_review_count','0'), +(7789,556,'attribute_pa_side','one'), +(7790,556,'_price','45'), +(7791,556,'_product_version','10.3.4'), +(7794,554,'_edit_lock','1774883017:1'), +(7803,554,'_edit_last','1'), +(7909,565,'_variation_description',''), +(7910,565,'total_sales','0'), +(7911,565,'_tax_status','taxable'), +(7912,565,'_tax_class','parent'), +(7913,565,'_manage_stock','no'), +(7914,565,'_backorders','no'), +(7915,565,'_sold_individually','no'), +(7916,565,'_virtual','no'), +(7917,565,'_downloadable','no'), +(7918,565,'_download_limit','-1'), +(7919,565,'_download_expiry','-1'), +(7920,565,'_stock',NULL), +(7921,565,'_stock_status','onbackorder'), +(7922,565,'_wc_average_rating','0'), +(7923,565,'_wc_review_count','0'), +(7924,565,'attribute_pa_side','one-element-side'), +(7925,565,'_product_version','10.3.4'), +(7926,566,'_variation_description',''), +(7927,566,'total_sales','0'), +(7928,566,'_tax_status','taxable'), +(7929,566,'_tax_class','parent'), +(7930,566,'_manage_stock','no'), +(7931,566,'_backorders','no'), +(7932,566,'_sold_individually','no'), +(7933,566,'_virtual','no'), +(7934,566,'_downloadable','no'), +(7935,566,'_download_limit','-1'), +(7936,566,'_download_expiry','-1'), +(7937,566,'_stock',NULL), +(7938,566,'_stock_status','onbackorder'), +(7939,566,'_wc_average_rating','0'), +(7940,566,'_wc_review_count','0'), +(7941,566,'attribute_pa_side','pair'), +(7942,566,'_product_version','10.3.4'), +(7943,567,'_variation_description',''), +(7944,567,'total_sales','0'), +(7945,567,'_tax_status','taxable'), +(7946,567,'_tax_class','parent'), +(7947,567,'_manage_stock','no'), +(7948,567,'_backorders','no'), +(7949,567,'_sold_individually','no'), +(7950,567,'_virtual','no'), +(7951,567,'_downloadable','no'), +(7952,567,'_download_limit','-1'), +(7953,567,'_download_expiry','-1'), +(7954,567,'_stock',NULL), +(7955,567,'_stock_status','onbackorder'), +(7956,567,'_wc_average_rating','0'), +(7957,567,'_wc_review_count','0'), +(7958,567,'attribute_pa_side','two-elements-side'), +(7959,567,'_product_version','10.3.4'), +(7960,565,'_regular_price','50'), +(7962,565,'_price','50'), +(7963,566,'_regular_price','75'), +(7964,566,'_thumbnail_id','0'), +(7965,566,'_price','75'), +(7966,567,'_regular_price','50'), +(7968,567,'_price','50'), +(7980,569,'_variation_description',''), +(7981,569,'total_sales','0'), +(7982,569,'_tax_status','taxable'), +(7983,569,'_tax_class','parent'), +(7984,569,'_manage_stock','no'), +(7985,569,'_backorders','no'), +(7986,569,'_sold_individually','no'), +(7987,569,'_virtual','no'), +(7988,569,'_downloadable','no'), +(7989,569,'_download_limit','-1'), +(7990,569,'_download_expiry','-1'), +(7991,569,'_stock',NULL), +(7992,569,'_stock_status','onbackorder'), +(7993,569,'_wc_average_rating','0'), +(7994,569,'_wc_review_count','0'), +(7995,569,'attribute_pa_side','one-element-side'), +(7996,569,'_product_version','10.3.4'), +(7997,570,'_variation_description',''), +(7998,570,'total_sales','0'), +(7999,570,'_tax_status','taxable'), +(8000,570,'_tax_class','parent'), +(8001,570,'_manage_stock','no'), +(8002,570,'_backorders','no'), +(8003,570,'_sold_individually','no'), +(8004,570,'_virtual','no'), +(8005,570,'_downloadable','no'), +(8006,570,'_download_limit','-1'), +(8007,570,'_download_expiry','-1'), +(8008,570,'_stock',NULL), +(8009,570,'_stock_status','onbackorder'), +(8010,570,'_wc_average_rating','0'), +(8011,570,'_wc_review_count','0'), +(8012,570,'attribute_pa_side','pair'), +(8013,570,'_product_version','10.3.4'), +(8014,571,'_variation_description',''), +(8015,571,'total_sales','0'), +(8016,571,'_tax_status','taxable'), +(8017,571,'_tax_class','parent'), +(8018,571,'_manage_stock','no'), +(8019,571,'_backorders','no'), +(8020,571,'_sold_individually','no'), +(8021,571,'_virtual','no'), +(8022,571,'_downloadable','no'), +(8023,571,'_download_limit','-1'), +(8024,571,'_download_expiry','-1'), +(8025,571,'_stock',NULL), +(8026,571,'_stock_status','onbackorder'), +(8027,571,'_wc_average_rating','0'), +(8028,571,'_wc_review_count','0'), +(8029,571,'attribute_pa_side','two-elements-side'), +(8030,571,'_product_version','10.3.4'), +(8031,569,'_sku','BOROBORO-BO2-g-one'), +(8032,569,'_regular_price','55'), +(8034,569,'_price','55'), +(8035,570,'_sku','BOROBORO-BO2-g-pair'), +(8036,570,'_regular_price','80'), +(8037,570,'_thumbnail_id','0'), +(8038,570,'_price','80'), +(8039,571,'_sku','BOROBORO-BO2-g-two'), +(8040,571,'_regular_price','55'), +(8041,571,'_thumbnail_id','1457'), +(8042,571,'_price','55'), +(8052,566,'_sku','BOROBORO-BO2-s-pair'), +(8053,565,'_sku','BOROBORO-BO2-s-one'), +(8054,567,'_sku','BOROBORO-BO2-s-two'), +(9102,637,'_variation_description',''), +(9103,637,'total_sales','0'), +(9104,637,'_tax_status','taxable'), +(9105,637,'_tax_class','parent'), +(9106,637,'_manage_stock','no'), +(9107,637,'_backorders','no'), +(9108,637,'_sold_individually','no'), +(9109,637,'_virtual','no'), +(9110,637,'_downloadable','no'), +(9111,637,'_download_limit','-1'), +(9112,637,'_download_expiry','-1'), +(9113,637,'_stock','0'), +(9114,637,'_stock_status','instock'), +(9115,637,'_wc_average_rating','0'), +(9116,637,'_wc_review_count','0'), +(9117,637,'attribute_pa_side','left-side'), +(9118,637,'_product_version','10.6.1'), +(9119,638,'_variation_description',''), +(9120,638,'total_sales','0'), +(9121,638,'_tax_status','taxable'), +(9122,638,'_tax_class','parent'), +(9123,638,'_manage_stock','no'), +(9124,638,'_backorders','no'), +(9125,638,'_sold_individually','no'), +(9126,638,'_virtual','no'), +(9127,638,'_downloadable','no'), +(9128,638,'_download_limit','-1'), +(9129,638,'_download_expiry','-1'), +(9130,638,'_stock','0'), +(9131,638,'_stock_status','instock'), +(9132,638,'_wc_average_rating','0'), +(9133,638,'_wc_review_count','0'), +(9134,638,'attribute_pa_side','pair'), +(9135,638,'_product_version','10.6.1'), +(9136,639,'_variation_description',''), +(9137,639,'total_sales','0'), +(9138,639,'_tax_status','taxable'), +(9139,639,'_tax_class','parent'), +(9140,639,'_manage_stock','no'), +(9141,639,'_backorders','no'), +(9142,639,'_sold_individually','no'), +(9143,639,'_virtual','no'), +(9144,639,'_downloadable','no'), +(9145,639,'_download_limit','-1'), +(9146,639,'_download_expiry','-1'), +(9147,639,'_stock','0'), +(9148,639,'_stock_status','instock'), +(9149,639,'_wc_average_rating','0'), +(9150,639,'_wc_review_count','0'), +(9151,639,'attribute_pa_side','right-side'), +(9152,639,'_product_version','10.6.1'), +(9153,637,'_sku','PIASU-BO2-left'), +(9154,637,'_regular_price','105'), +(9155,637,'_thumbnail_id','0'), +(9156,637,'_price','105'), +(9157,638,'_sku','PIASU-BO2-pair'), +(9158,638,'_regular_price','170'), +(9159,638,'_thumbnail_id','0'), +(9160,638,'_price','170'), +(9161,639,'_sku','PIASU-BO2-right'), +(9162,639,'_regular_price','105'), +(9163,639,'_thumbnail_id','0'), +(9164,639,'_price','105'), +(9214,641,'_variation_description',''), +(9215,641,'total_sales','0'), +(9216,641,'_tax_status','taxable'), +(9217,641,'_tax_class','parent'), +(9218,641,'_manage_stock','no'), +(9219,641,'_backorders','no'), +(9220,641,'_sold_individually','no'), +(9221,641,'_virtual','no'), +(9222,641,'_downloadable','no'), +(9223,641,'_download_limit','-1'), +(9224,641,'_download_expiry','-1'), +(9225,641,'_stock',NULL), +(9226,641,'_stock_status','onbackorder'), +(9227,641,'_wc_average_rating','0'), +(9228,641,'_wc_review_count','0'), +(9229,641,'attribute_pa_side','left-side'), +(9230,641,'_product_version','9.8.4'), +(9231,642,'_variation_description',''), +(9232,642,'total_sales','0'), +(9233,642,'_tax_status','taxable'), +(9234,642,'_tax_class','parent'), +(9235,642,'_manage_stock','no'), +(9236,642,'_backorders','no'), +(9237,642,'_sold_individually','no'), +(9238,642,'_virtual','no'), +(9239,642,'_downloadable','no'), +(9240,642,'_download_limit','-1'), +(9241,642,'_download_expiry','-1'), +(9242,642,'_stock',NULL), +(9243,642,'_stock_status','onbackorder'), +(9244,642,'_wc_average_rating','0'), +(9245,642,'_wc_review_count','0'), +(9246,642,'attribute_pa_side','pair'), +(9247,642,'_product_version','9.9.3'), +(9248,643,'_variation_description',''), +(9249,643,'total_sales','0'), +(9250,643,'_tax_status','taxable'), +(9251,643,'_tax_class','parent'), +(9252,643,'_manage_stock','no'), +(9253,643,'_backorders','no'), +(9254,643,'_sold_individually','no'), +(9255,643,'_virtual','no'), +(9256,643,'_downloadable','no'), +(9257,643,'_download_limit','-1'), +(9258,643,'_download_expiry','-1'), +(9259,643,'_stock',NULL), +(9260,643,'_stock_status','onbackorder'), +(9261,643,'_wc_average_rating','0'), +(9262,643,'_wc_review_count','0'), +(9263,643,'attribute_pa_side','right-side'), +(9264,643,'_product_version','9.8.4'), +(9265,641,'_sku','HATTARI-CR1-s-left'), +(9266,641,'_regular_price','55'), +(9267,641,'_thumbnail_id','0'), +(9268,641,'_price','55'), +(9269,642,'_sku','HATTARI-CR1-s-pair'), +(9270,642,'_regular_price','85'), +(9271,642,'_thumbnail_id','0'), +(9272,642,'_price','85'), +(9273,643,'_sku','HATTARI-CR1-s-right'), +(9274,643,'_regular_price','55'), +(9275,643,'_thumbnail_id','0'), +(9276,643,'_price','55'), +(9286,645,'_variation_description',''), +(9287,645,'total_sales','0'), +(9288,645,'_tax_status','taxable'), +(9289,645,'_tax_class','parent'), +(9290,645,'_manage_stock','no'), +(9291,645,'_backorders','no'), +(9292,645,'_sold_individually','no'), +(9293,645,'_virtual','no'), +(9294,645,'_downloadable','no'), +(9295,645,'_download_limit','-1'), +(9296,645,'_download_expiry','-1'), +(9297,645,'_stock',NULL), +(9298,645,'_stock_status','onbackorder'), +(9299,645,'_wc_average_rating','0'), +(9300,645,'_wc_review_count','0'), +(9301,645,'attribute_pa_side','left-side'), +(9302,645,'_product_version','9.8.4'), +(9303,646,'_variation_description',''), +(9304,646,'total_sales','0'), +(9305,646,'_tax_status','taxable'), +(9306,646,'_tax_class','parent'), +(9307,646,'_manage_stock','no'), +(9308,646,'_backorders','no'), +(9309,646,'_sold_individually','no'), +(9310,646,'_virtual','no'), +(9311,646,'_downloadable','no'), +(9312,646,'_download_limit','-1'), +(9313,646,'_download_expiry','-1'), +(9314,646,'_stock',NULL), +(9315,646,'_stock_status','onbackorder'), +(9316,646,'_wc_average_rating','0'), +(9317,646,'_wc_review_count','0'), +(9318,646,'attribute_pa_side','pair'), +(9319,646,'_product_version','9.9.3'), +(9320,647,'_variation_description',''), +(9321,647,'total_sales','0'), +(9322,647,'_tax_status','taxable'), +(9323,647,'_tax_class','parent'), +(9324,647,'_manage_stock','no'), +(9325,647,'_backorders','no'), +(9326,647,'_sold_individually','no'), +(9327,647,'_virtual','no'), +(9328,647,'_downloadable','no'), +(9329,647,'_download_limit','-1'), +(9330,647,'_download_expiry','-1'), +(9331,647,'_stock',NULL), +(9332,647,'_stock_status','onbackorder'), +(9333,647,'_wc_average_rating','0'), +(9334,647,'_wc_review_count','0'), +(9335,647,'attribute_pa_side','right-side'), +(9336,647,'_product_version','9.8.4'), +(9337,645,'_sku','HATTARI-CR1-g-left'), +(9338,645,'_regular_price','60'), +(9339,645,'_thumbnail_id','0'), +(9340,645,'_price','60'), +(9341,646,'_sku','HATTARI-CR1-g-pair'), +(9342,646,'_regular_price','90'), +(9343,646,'_thumbnail_id','0'), +(9344,646,'_price','90'), +(9345,647,'_sku','HATTARI-CR1-g-right'), +(9346,647,'_regular_price','60'), +(9347,647,'_thumbnail_id','0'), +(9348,647,'_price','60'), +(9427,651,'_variation_description',''), +(9428,651,'total_sales','0'), +(9429,651,'_tax_status','taxable'), +(9430,651,'_tax_class','parent'), +(9431,651,'_manage_stock','no'), +(9432,651,'_backorders','no'), +(9433,651,'_sold_individually','no'), +(9434,651,'_virtual','no'), +(9435,651,'_downloadable','no'), +(9436,651,'_download_limit','-1'), +(9437,651,'_download_expiry','-1'), +(9438,651,'_stock','0'), +(9439,651,'_stock_status','instock'), +(9440,651,'_wc_average_rating','0'), +(9441,651,'_wc_review_count','0'), +(9442,651,'attribute_pa_side','long'), +(9443,651,'_product_version','10.6.1'), +(9444,652,'_variation_description',''), +(9445,652,'total_sales','0'), +(9446,652,'_tax_status','taxable'), +(9447,652,'_tax_class','parent'), +(9448,652,'_manage_stock','no'), +(9449,652,'_backorders','no'), +(9450,652,'_sold_individually','no'), +(9451,652,'_virtual','no'), +(9452,652,'_downloadable','no'), +(9453,652,'_download_limit','-1'), +(9454,652,'_download_expiry','-1'), +(9455,652,'_stock','0'), +(9456,652,'_stock_status','instock'), +(9457,652,'_wc_average_rating','0'), +(9458,652,'_wc_review_count','0'), +(9459,652,'attribute_pa_side','pair'), +(9460,652,'_product_version','10.6.1'), +(9461,653,'_variation_description',''), +(9462,653,'total_sales','0'), +(9463,653,'_tax_status','taxable'), +(9464,653,'_tax_class','parent'), +(9465,653,'_manage_stock','no'), +(9466,653,'_backorders','no'), +(9467,653,'_sold_individually','no'), +(9468,653,'_virtual','no'), +(9469,653,'_downloadable','no'), +(9470,653,'_download_limit','-1'), +(9471,653,'_download_expiry','-1'), +(9472,653,'_stock','0'), +(9473,653,'_stock_status','instock'), +(9474,653,'_wc_average_rating','0'), +(9475,653,'_wc_review_count','0'), +(9476,653,'attribute_pa_side','short'), +(9477,653,'_product_version','10.6.1'), +(9478,651,'_sku','TAMANORI-CR-s-long'), +(9479,651,'_regular_price','68'), +(9480,651,'_thumbnail_id','0'), +(9481,651,'_price','68'), +(9482,652,'_sku','TAMANORI-CR-s-pair'), +(9483,652,'_regular_price','80'), +(9484,652,'_thumbnail_id','0'), +(9485,652,'_price','80'), +(9486,653,'_sku','TAMANORI-CR-s-short'), +(9487,653,'_regular_price','65'), +(9488,653,'_thumbnail_id','0'), +(9489,653,'_price','65'), +(9498,654,'_variation_description',''), +(9499,654,'total_sales','0'), +(9500,654,'_tax_status','taxable'), +(9501,654,'_tax_class','parent'), +(9502,654,'_manage_stock','no'), +(9503,654,'_backorders','no'), +(9504,654,'_sold_individually','no'), +(9505,654,'_virtual','no'), +(9506,654,'_downloadable','no'), +(9507,654,'_download_limit','-1'), +(9508,654,'_download_expiry','-1'), +(9509,654,'_stock','0'), +(9510,654,'_stock_status','instock'), +(9511,654,'_wc_average_rating','0'), +(9512,654,'_wc_review_count','0'), +(9513,654,'attribute_pa_side','long'), +(9514,654,'_product_version','10.6.1'), +(9515,655,'_variation_description',''), +(9516,655,'total_sales','0'), +(9517,655,'_tax_status','taxable'), +(9518,655,'_tax_class','parent'), +(9519,655,'_manage_stock','no'), +(9520,655,'_backorders','no'), +(9521,655,'_sold_individually','no'), +(9522,655,'_virtual','no'), +(9523,655,'_downloadable','no'), +(9524,655,'_download_limit','-1'), +(9525,655,'_download_expiry','-1'), +(9526,655,'_stock','0'), +(9527,655,'_stock_status','instock'), +(9528,655,'_wc_average_rating','0'), +(9529,655,'_wc_review_count','0'), +(9530,655,'attribute_pa_side','pair'), +(9531,655,'_product_version','10.6.1'), +(9532,656,'_variation_description',''), +(9533,656,'total_sales','0'), +(9534,656,'_tax_status','taxable'), +(9535,656,'_tax_class','parent'), +(9536,656,'_manage_stock','no'), +(9537,656,'_backorders','no'), +(9538,656,'_sold_individually','no'), +(9539,656,'_virtual','no'), +(9540,656,'_downloadable','no'), +(9541,656,'_download_limit','-1'), +(9542,656,'_download_expiry','-1'), +(9543,656,'_stock','0'), +(9544,656,'_stock_status','instock'), +(9545,656,'_wc_average_rating','0'), +(9546,656,'_wc_review_count','0'), +(9547,656,'attribute_pa_side','short'), +(9548,656,'_product_version','10.6.1'), +(9549,654,'_sku','TAMANORI-CR-g-long'), +(9550,654,'_regular_price','70'), +(9551,654,'_thumbnail_id','0'), +(9552,654,'_price','70'), +(9553,655,'_sku','TAMANORI-CR-g-pair'), +(9554,655,'_regular_price','85'), +(9555,655,'_thumbnail_id','0'), +(9556,655,'_price','85'), +(9557,656,'_sku','TAMANORI-CR-g-short'), +(9558,656,'_regular_price','68'), +(9559,656,'_thumbnail_id','0'), +(9560,656,'_price','68'), +(9575,659,'_wp_attached_file','2024/09/HADOU-B-opti.jpg'), +(9576,659,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2024/09/HADOU-B-opti.jpg\";s:8:\"filesize\";i:249510;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(9577,659,'_wp_attachment_image_alt','Hadou wavy ring mix of silver and gold plated silver.'), +(9584,660,'_wp_attached_file','2024/10/IMG_1442.jpg'), +(9585,660,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1442.jpg\";s:8:\"filesize\";i:1111012;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1442-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19544;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(9586,660,'_wp_attachment_image_alt','Tamanori oval gold plated hoops with dangling chains.'), +(9915,684,'_wp_attached_file','2024/09/IMG_1478.jpg'), +(9916,684,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/09/IMG_1478.jpg\";s:8:\"filesize\";i:935154;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1478-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(9917,684,'_wp_attachment_image_alt','Ikkan gold plated silver ring with oversized link on top.'), +(9991,263,'_thumbnail_id','1814'), +(10089,714,'_wp_attached_file','2024/10/IMG_1651.jpg'), +(10090,714,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1651.jpg\";s:8:\"filesize\";i:699045;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1651-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10091,714,'_wp_attachment_image_alt','Fuyou solo hoop and Hadou ear cuff in sterling silver'), +(10159,722,'_wp_attached_file','2024/10/MUGURA-CR2-vrm.jpg'), +(10160,722,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:26:\"2024/10/MUGURA-CR2-vrm.jpg\";s:8:\"filesize\";i:299445;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"MUGURA-CR2-vrm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10161,722,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(10191,726,'_wp_attached_file','2024/10/ROKKU-B-malachite.jpg'), +(10192,726,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:29:\"2024/10/ROKKU-B-malachite.jpg\";s:8:\"filesize\";i:336069;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"ROKKU-B-malachite-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5306;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10193,726,'_wp_attachment_image_alt','Rokku wide silver ring with malachite set in 18k gold'), +(10194,168,'_thumbnail_id','1858'), +(10260,735,'_wp_attached_file','2024/10/TAMANORI-CR2-vrm.jpg'), +(10261,735,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:28:\"2024/10/TAMANORI-CR2-vrm.jpg\";s:8:\"filesize\";i:307164;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"TAMANORI-CR2-vrm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4986;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10262,735,'_wp_attachment_image_alt','Tamanori oval gold plated hoops with dangling chains.'), +(10369,752,'_wp_attached_file','2024/11/HADOU-BOP.jpg'), +(10370,752,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:21:\"2024/11/HADOU-BOP.jpg\";s:8:\"filesize\";i:291186;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"HADOU-BOP-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4596;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10371,752,'_wp_attachment_image_alt','Hadou wavy stud earrings in silver.'), +(10372,490,'_thumbnail_id','1839'), +(10448,766,'_sku','FUYOU-BO'), +(10449,766,'total_sales','1'), +(10450,766,'_tax_status','taxable'), +(10451,766,'_tax_class',''), +(10452,766,'_manage_stock','yes'), +(10453,766,'_backorders','notify'), +(10454,766,'_sold_individually','no'), +(10455,766,'_virtual','no'), +(10456,766,'_downloadable','no'), +(10457,766,'_download_limit','-1'), +(10458,766,'_download_expiry','-1'), +(10460,766,'_stock','2'), +(10461,766,'_stock_status','instock'), +(10462,766,'_wc_average_rating','0'), +(10463,766,'_wc_review_count','0'), +(10464,766,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(10465,766,'_product_version','10.6.1'), +(10513,766,'_edit_lock','1777373183:1'), +(10559,766,'_edit_last','1'), +(11354,819,'_wp_attached_file','2024/11/HAIKU-ringsizes.jpg'), +(11355,819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:595;s:6:\"height\";i:842;s:4:\"file\";s:27:\"2024/11/HAIKU-ringsizes.jpg\";s:8:\"filesize\";i:42209;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"HAIKU-ringsizes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(11356,819,'_wp_attachment_image_alt','Ring size guide'), +(11420,820,'_wp_attached_file','2024/09/IKKAN-B-vrm.jpg'), +(11421,820,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:4:\"file\";s:23:\"2024/09/IKKAN-B-vrm.jpg\";s:8:\"filesize\";i:279839;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IKKAN-B-vrm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5213;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(11422,820,'_wp_attachment_image_alt','Ikkan gold plated silver ring with oversized link on top.'), +(11423,113,'_thumbnail_id','820'), +(11428,821,'_wp_attached_file','2024/09/KARA-B.jpg'), +(11429,821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:18:\"2024/09/KARA-B.jpg\";s:8:\"filesize\";i:357986;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"KARA-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(11432,821,'_wp_attachment_image_alt','Kara ring composed of two sterling silver bands linked by a 18k gold thin curb chain'), +(11495,312,'_thumbnail_id','1851'), +(11730,851,'_edit_lock','1733268183:1'), +(11731,851,'_edit_last','1'), +(11732,851,'discount_type','percent'), +(11733,851,'coupon_amount','20'), +(11734,851,'individual_use','no'), +(11735,851,'usage_limit','0'), +(11736,851,'usage_limit_per_user','1'), +(11737,851,'limit_usage_to_x_items','0'), +(11738,851,'usage_count','0'), +(11739,851,'date_expires','1733266800'), +(11740,851,'free_shipping','no'), +(11741,851,'exclude_sale_items','no'), +(12300,934,'_wp_attached_file','2024/11/HADOU-BOP-1.jpg'), +(12301,934,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/11/HADOU-BOP-1.jpg\";s:8:\"filesize\";i:71945;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HADOU-BOP-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(12302,934,'_wp_attachment_image_alt','Hadou wavy stud earrings in silver.'), +(12334,447,'_haiku_details_produit',''), +(12341,435,'_haiku_details_produit',''), +(12342,941,'_edit_lock','1777373134:1'), +(12343,941,'_edit_last','1'), +(12351,941,'total_sales','0'), +(12352,941,'_tax_status','taxable'), +(12353,941,'_tax_class',''), +(12354,941,'_manage_stock','no'), +(12355,941,'_backorders','no'), +(12356,941,'_sold_individually','no'), +(12357,941,'_virtual','no'), +(12358,941,'_downloadable','no'), +(12359,941,'_download_limit','-1'), +(12360,941,'_download_expiry','-1'), +(12361,941,'_stock',NULL), +(12362,941,'_stock_status','instock'), +(12363,941,'_wc_average_rating','0'), +(12364,941,'_wc_review_count','0'), +(12365,941,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(12366,941,'_product_version','10.6.1'), +(12548,953,'total_sales','0'), +(12549,953,'_tax_status','taxable'), +(12550,953,'_tax_class',''), +(12551,953,'_manage_stock','no'), +(12552,953,'_backorders','no'), +(12553,953,'_sold_individually','no'), +(12554,953,'_virtual','no'), +(12555,953,'_downloadable','no'), +(12556,953,'_download_limit','-1'), +(12557,953,'_download_expiry','-1'), +(12558,953,'_thumbnail_id','1837'), +(12559,953,'_stock',NULL), +(12560,953,'_stock_status','instock'), +(12561,953,'_wc_average_rating','0'), +(12562,953,'_wc_review_count','0'), +(12563,953,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(12564,953,'_product_version','10.6.1'), +(12737,953,'_edit_lock','1777373150:1'), +(12738,962,'_wp_attached_file','2025/06/UTEKI-B-g.jpg'), +(12739,962,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/06/UTEKI-B-g.jpg\";s:8:\"filesize\";i:99148;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4053;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(12740,953,'_edit_last','1'), +(12741,962,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated sterling silver'), +(12758,288,'_price','60'), +(12759,288,'_price','90'), +(12764,285,'_price','55'), +(12765,285,'_price','85'), +(12836,982,'total_sales','0'), +(12837,982,'_tax_status','taxable'), +(12838,982,'_tax_class',''), +(12839,982,'_manage_stock','yes'), +(12840,982,'_backorders','notify'), +(12841,982,'_sold_individually','no'), +(12842,982,'_virtual','no'), +(12843,982,'_downloadable','no'), +(12844,982,'_download_limit','-1'), +(12845,982,'_download_expiry','-1'), +(12847,982,'_stock','0'), +(12848,982,'_stock_status','onbackorder'), +(12849,982,'_wc_average_rating','0'), +(12850,982,'_wc_review_count','0'), +(12852,982,'_product_version','10.6.1'), +(13024,982,'_price','115'), +(13025,982,'_edit_lock','1777054465:1'), +(13026,982,'_edit_last','1'), +(13030,992,'_wp_attached_file','2025/06/DSC00689.jpg'), +(13031,992,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1079;s:4:\"file\";s:20:\"2025/06/DSC00689.jpg\";s:8:\"filesize\";i:334396;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00689-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18227;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13032,992,'_wp_attachment_image_alt','Uteki necklaces with a droplet pendant and prehnite oval stone.'), +(13036,982,'_sku','UTEKI-C-s'), +(13037,982,'_regular_price','115'), +(13042,994,'_sku','UTEKI-C-g'), +(13043,994,'_regular_price','120'), +(13044,994,'total_sales','0'), +(13045,994,'_tax_status','taxable'), +(13046,994,'_tax_class',''), +(13047,994,'_manage_stock','yes'), +(13048,994,'_backorders','notify'), +(13049,994,'_sold_individually','no'), +(13050,994,'_virtual','no'), +(13051,994,'_downloadable','no'), +(13052,994,'_download_limit','-1'), +(13053,994,'_download_expiry','-1'), +(13054,994,'_thumbnail_id','1345'), +(13055,994,'_stock','1'), +(13056,994,'_stock_status','instock'), +(13057,994,'_wc_average_rating','0'), +(13058,994,'_wc_review_count','0'), +(13060,994,'_product_version','10.6.1'), +(13061,994,'_price','120'), +(13066,994,'_edit_lock','1777307307:1'), +(13070,994,'_edit_last','1'), +(13071,996,'_wp_attached_file','2025/06/DSC00699.jpg'), +(13072,996,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/06/DSC00699.jpg\";s:8:\"filesize\";i:825370;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00699-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16660;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13073,996,'_wp_attachment_image_alt','Uteki necklace with a droplet pendant and prehnite oval stone.'), +(13078,941,'_sku','UTEKI-B-s'), +(13082,953,'_sku','UTEKI-B-g'), +(13902,1342,'_wp_attached_file','2025/08/UTEKI-B-g.jpg'), +(13903,1342,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2025/08/UTEKI-B-g.jpg\";s:8:\"filesize\";i:313699;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5052;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13904,1342,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated sterling silver'), +(13905,1343,'_wp_attached_file','2025/08/UTEKI-B-s.jpg'), +(13906,1343,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2025/08/UTEKI-B-s.jpg\";s:8:\"filesize\";i:330781;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4372;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13907,1343,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver'), +(13908,941,'_thumbnail_id','1836'), +(13917,1345,'_wp_attached_file','2025/06/UTEKI-C-g-1.jpg'), +(13918,1345,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2025/06/UTEKI-C-g-1.jpg\";s:8:\"filesize\";i:552795;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"UTEKI-C-g-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13919,1345,'_wp_attachment_image_alt','Uteki necklace with a droplet pendant and prehnite oval stone. In gold plated silver'), +(13960,1353,'_wp_attached_file','2024/10/DSC9237-1.jpg'), +(13961,1353,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/10/DSC9237-1.jpg\";s:8:\"filesize\";i:764425;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC9237-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14656;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13962,1354,'_wp_attached_file','2024/10/DSC9240.jpg'), +(13963,1354,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:19:\"2024/10/DSC9240.jpg\";s:8:\"filesize\";i:351862;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9240-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13638;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13964,1355,'_wp_attached_file','2024/10/DSC9242-1.jpg'), +(13965,1355,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2024/10/DSC9242-1.jpg\";s:8:\"filesize\";i:321023;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC9242-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13966,1353,'_wp_attachment_image_alt','Fuyou sterling silver chain bracelet with fluid element and gold plated details.'), +(13967,1354,'_wp_attachment_image_alt','Fuyou sterling silver chain bracelet with fluid element and gold plated details.'), +(13968,1355,'_wp_attachment_image_alt','Fuyou sterling silver chain bracelet with fluid element and gold plated details.'), +(13969,1356,'_wp_attached_file','2024/10/FUYOU-BR.jpg'), +(13970,1356,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2024/10/FUYOU-BR.jpg\";s:8:\"filesize\";i:286605;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FUYOU-BR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13971,1356,'_wp_attachment_image_alt',''), +(13993,1365,'_wp_attached_file','2024/11/FUYOU-B0.jpg'), +(13994,1365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2024/11/FUYOU-B0.jpg\";s:8:\"filesize\";i:302957;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FUYOU-B0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13995,1365,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(14004,766,'_thumbnail_id','1838'), +(14031,285,'_haiku_details_produit',''), +(14057,496,'_haiku_details_produit',''), +(14079,1381,'_wp_attached_file','2024/10/FUYOU-C-2.jpg'), +(14080,1381,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2024/10/FUYOU-C-2.jpg\";s:8:\"filesize\";i:293906;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FUYOU-C-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14081,1381,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(14082,1382,'_wp_attached_file','2024/10/FUYOU-C-1-1.jpg'), +(14083,1382,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2024/10/FUYOU-C-1-1.jpg\";s:8:\"filesize\";i:403096;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"FUYOU-C-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6160;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14084,1382,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(14085,1382,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(14096,1383,'_wp_attached_file','2024/10/IKKAN-C-1-1.jpg'), +(14097,1383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2024/10/IKKAN-C-1-1.jpg\";s:8:\"filesize\";i:363444;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IKKAN-C-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5784;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14098,1383,'_wp_attachment_image_alt','Ikkan necklace in sterling silver with a mix of links gold plated details.'), +(14099,1384,'_wp_attached_file','2024/10/IKKAN-C-2-1.jpg'), +(14100,1384,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2024/10/IKKAN-C-2-1.jpg\";s:8:\"filesize\";i:291861;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IKKAN-C-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5047;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14101,1384,'_wp_attachment_image_alt','Ikkan necklace in sterling silver with a mix of links gold plated details.'), +(14116,1388,'_wp_attached_file','2025/08/FUYOU-CR1.jpg'), +(14117,1388,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2025/08/FUYOU-CR1.jpg\";s:8:\"filesize\";i:285230;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FUYOU-CR1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2968;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14118,1388,'_wp_attachment_image_alt','Fuyou solo hoop in sterling silver with gold plated rings hanging.'), +(14119,318,'_thumbnail_id','1848'), +(14132,1391,'_wp_attached_file','2025/08/MUGURA-CR2-g.jpg'), +(14133,1391,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/08/MUGURA-CR2-g.jpg\";s:8:\"filesize\";i:268267;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"MUGURA-CR2-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4210;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14134,1391,'_wp_attachment_image_alt','Mugura minimalist gold plated silver hoops.'), +(14135,398,'_thumbnail_id','1391'), +(14147,1393,'_wp_attached_file','2025/08/MUGURA-CR2-s.jpg'), +(14148,1393,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/08/MUGURA-CR2-s.jpg\";s:8:\"filesize\";i:256643;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"MUGURA-CR2-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3568;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14149,1393,'_wp_attachment_image_alt','Mugura minimalist sterling silver hoops.'), +(14150,393,'_thumbnail_id','1840'), +(14186,1397,'_wp_attached_file','2024/10/DSCF7880.jpg'), +(14187,1397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF7880.jpg\";s:8:\"filesize\";i:298085;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7880-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14188,1397,'_wp_attachment_image_alt','Ikkan necklace in sterling silver with some gold plated links.'), +(14201,1400,'_photos_colonne_gauche|||0|value','1383'), +(14202,1400,'_photos_colonne_droite|||0|value','1397'), +(14204,1400,'_photos_colonne_droite|||2|value','1384'), +(14206,1400,'_haiku_details_produit',''), +(14213,1401,'_sku','UTEKI-CR-g'), +(14214,1401,'_regular_price','90'), +(14215,1401,'total_sales','0'), +(14216,1401,'_tax_status','taxable'), +(14217,1401,'_tax_class',''), +(14218,1401,'_manage_stock','yes'), +(14219,1401,'_backorders','notify'), +(14220,1401,'_sold_individually','no'), +(14221,1401,'_virtual','no'), +(14222,1401,'_downloadable','no'), +(14223,1401,'_download_limit','-1'), +(14224,1401,'_download_expiry','-1'), +(14226,1401,'_stock','0'), +(14227,1401,'_stock_status','onbackorder'), +(14228,1401,'_wc_average_rating','0'), +(14229,1401,'_wc_review_count','0'), +(14231,1401,'_product_version','10.6.1'), +(14232,1401,'_price','90'), +(14237,1401,'_edit_lock','1777036608:1'), +(14238,1401,'_edit_last','1'), +(14261,1406,'_sku','UTEKI-CR-s'), +(14262,1406,'_regular_price','85'), +(14263,1406,'total_sales','0'), +(14264,1406,'_tax_status','taxable'), +(14265,1406,'_tax_class',''), +(14266,1406,'_manage_stock','yes'), +(14267,1406,'_backorders','notify'), +(14268,1406,'_sold_individually','no'), +(14269,1406,'_virtual','no'), +(14270,1406,'_downloadable','no'), +(14271,1406,'_download_limit','-1'), +(14272,1406,'_download_expiry','-1'), +(14274,1406,'_stock','0'), +(14275,1406,'_stock_status','onbackorder'), +(14276,1406,'_wc_average_rating','0'), +(14277,1406,'_wc_review_count','0'), +(14279,1406,'_product_version','10.6.1'), +(14280,1406,'_price','85'), +(14286,1406,'_edit_lock','1777036591:1'), +(14290,1406,'_edit_last','1'), +(14561,1444,'_sku','PUCHI-BO'), +(14563,1444,'total_sales','1'), +(14564,1444,'_tax_status','taxable'), +(14565,1444,'_tax_class',''), +(14566,1444,'_manage_stock','yes'), +(14567,1444,'_backorders','notify'), +(14568,1444,'_sold_individually','no'), +(14569,1444,'_virtual','no'), +(14570,1444,'_downloadable','no'), +(14571,1444,'_download_limit','-1'), +(14572,1444,'_download_expiry','-1'), +(14573,1444,'_thumbnail_id','1835'), +(14574,1444,'_stock','3'), +(14575,1444,'_stock_status','instock'), +(14576,1444,'_wc_average_rating','0'), +(14577,1444,'_wc_review_count','0'), +(14578,1444,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(14579,1444,'_product_version','10.6.1'), +(14587,1444,'_edit_lock','1777373107:1'), +(14588,1444,'_edit_last','1'), +(14589,1445,'_wp_attached_file','2025/09/PISHI-BO.jpg'), +(14590,1445,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2025/09/PISHI-BO.jpg\";s:8:\"filesize\";i:402990;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PISHI-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7455;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14591,1445,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14592,1446,'_wp_attached_file','2025/09/DSCF8198.jpg'), +(14593,1446,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1585;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF8198.jpg\";s:8:\"filesize\";i:577255;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8198-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14594,1446,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14595,1446,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14596,1447,'_wp_attached_file','2025/09/DSCF8226-e1758365681430.jpg'), +(14597,1447,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1454;s:6:\"height\";i:1920;s:4:\"file\";s:35:\"2025/09/DSCF8226-e1758365681430.jpg\";s:8:\"filesize\";i:508358;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSCF8226-e1758365681430-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14598,1447,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14599,1447,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:3648;s:6:\"height\";i:4560;s:8:\"filesize\";i:1826940;s:4:\"file\";s:12:\"DSCF8226.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:20:\"DSCF8226-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15288;}}'), +(14600,1448,'_wp_attached_file','2025/09/DSCF8277.jpg'), +(14601,1448,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF8277.jpg\";s:8:\"filesize\";i:465121;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8277-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18318;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14602,1448,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14603,1449,'_variation_description',''), +(14604,1449,'total_sales','0'), +(14605,1449,'_tax_status','taxable'), +(14606,1449,'_tax_class','parent'), +(14607,1449,'_manage_stock','no'), +(14608,1449,'_backorders','no'), +(14609,1449,'_sold_individually','no'), +(14610,1449,'_virtual','no'), +(14611,1449,'_downloadable','no'), +(14612,1449,'_download_limit','-1'), +(14613,1449,'_download_expiry','-1'), +(14614,1449,'_stock','0'), +(14615,1449,'_stock_status','instock'), +(14616,1449,'_wc_average_rating','0'), +(14617,1449,'_wc_review_count','0'), +(14618,1449,'attribute_pa_side','pair'), +(14619,1449,'_product_version','10.6.1'), +(14620,1450,'_variation_description',''), +(14621,1450,'total_sales','0'), +(14622,1450,'_tax_status','taxable'), +(14623,1450,'_tax_class','parent'), +(14624,1450,'_manage_stock','no'), +(14625,1450,'_backorders','no'), +(14626,1450,'_sold_individually','no'), +(14627,1450,'_virtual','no'), +(14628,1450,'_downloadable','no'), +(14629,1450,'_download_limit','-1'), +(14630,1450,'_download_expiry','-1'), +(14631,1450,'_stock','0'), +(14632,1450,'_stock_status','instock'), +(14633,1450,'_wc_average_rating','0'), +(14634,1450,'_wc_review_count','0'), +(14635,1450,'attribute_pa_side','left-side'), +(14636,1450,'_product_version','10.6.1'), +(14637,1451,'_variation_description',''), +(14638,1451,'total_sales','0'), +(14639,1451,'_tax_status','taxable'), +(14640,1451,'_tax_class','parent'), +(14641,1451,'_manage_stock','no'), +(14642,1451,'_backorders','no'), +(14643,1451,'_sold_individually','no'), +(14644,1451,'_virtual','no'), +(14645,1451,'_downloadable','no'), +(14646,1451,'_download_limit','-1'), +(14647,1451,'_download_expiry','-1'), +(14648,1451,'_stock','0'), +(14649,1451,'_stock_status','instock'), +(14650,1451,'_wc_average_rating','0'), +(14651,1451,'_wc_review_count','0'), +(14652,1451,'attribute_pa_side','right-side'), +(14653,1451,'_product_version','10.6.1'), +(14654,1449,'_sku','PUCHI-BO-pair'), +(14655,1449,'_regular_price','130'), +(14656,1449,'_thumbnail_id','0'), +(14657,1449,'_price','130'), +(14658,1450,'_sku','PUCHI-BO-left'), +(14659,1450,'_regular_price','80'), +(14660,1450,'_thumbnail_id','0'), +(14661,1450,'_price','80'), +(14662,1451,'_sku','PUCHI-BO-right'), +(14663,1451,'_regular_price','80'), +(14664,1451,'_thumbnail_id','0'), +(14665,1451,'_price','80'), +(14723,1457,'_wp_attached_file','2024/10/DSCF8676.jpg'), +(14724,1457,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF8676.jpg\";s:8:\"filesize\";i:498799;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8676-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14725,1457,'_wp_attachment_image_alt','BoroBoro asymmetrical oval shaped earrings gold plated silver.'), +(14951,1467,'_sku','PIASU-B'), +(14952,1467,'total_sales','3'), +(14953,1467,'_tax_status','taxable'), +(14954,1467,'_tax_class',''), +(14955,1467,'_manage_stock','no'), +(14956,1467,'_backorders','no'), +(14957,1467,'_sold_individually','no'), +(14958,1467,'_virtual','no'), +(14959,1467,'_downloadable','no'), +(14960,1467,'_download_limit','-1'), +(14961,1467,'_download_expiry','-1'), +(14962,1467,'_thumbnail_id','1833'), +(14963,1467,'_stock',NULL), +(14964,1467,'_stock_status','instock'), +(14965,1467,'_wc_average_rating','0'), +(14966,1467,'_wc_review_count','0'), +(14967,1467,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(14968,1467,'_product_version','10.6.1'), +(15134,1467,'_edit_lock','1777373086:1'), +(15135,1467,'_edit_last','1'), +(15136,1476,'_wp_attached_file','2025/09/PIASU-B.jpg'), +(15137,1476,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:19:\"2025/09/PIASU-B.jpg\";s:8:\"filesize\";i:405762;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"PIASU-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3612;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15138,1476,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15139,1477,'_wp_attached_file','2025/09/DSCF7789.jpg'), +(15140,1477,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF7789.jpg\";s:8:\"filesize\";i:304732;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7789-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15141,1477,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15142,1478,'_wp_attached_file','2025/09/DSCF7842.jpg'), +(15143,1478,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF7842.jpg\";s:8:\"filesize\";i:275134;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7842-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10631;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15144,1478,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15145,1479,'_wp_attached_file','2025/09/DSCF7809.jpg'), +(15146,1479,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF7809.jpg\";s:8:\"filesize\";i:311316;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7809-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15147,1479,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15191,1482,'_wp_attached_file','2024/10/DSCF8158.jpg'), +(15192,1482,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF8158.jpg\";s:8:\"filesize\";i:398951;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8158-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15193,1482,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15194,1483,'_wp_attached_file','2024/10/DSCF8069.jpg'), +(15195,1483,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1412;s:6:\"height\";i:1765;s:4:\"file\";s:20:\"2024/10/DSCF8069.jpg\";s:8:\"filesize\";i:401974;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8069-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16629;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15196,1483,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15197,1484,'_wp_attached_file','2024/10/DSCF8026.jpg'), +(15198,1484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF8026.jpg\";s:8:\"filesize\";i:439844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15199,1484,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15200,1485,'_wp_attached_file','2024/10/PIASU-BO2.jpg'), +(15201,1485,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2024/10/PIASU-BO2.jpg\";s:8:\"filesize\";i:291765;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PIASU-BO2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4173;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"PIASU-BO2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4173;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15202,1485,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15248,1491,'_edit_lock','1770813423:1'), +(15249,1491,'_edit_last','1'), +(15253,1493,'_wp_attached_file','2025/10/DSCF7652.jpg'), +(15254,1493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/10/DSCF7652.jpg\";s:8:\"filesize\";i:242858;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7652-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11162;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15255,1493,'_wp_attachment_image_alt','Kime solo hoop in gold plated with a marine link element in sterling silver.'), +(15256,1494,'_wp_attached_file','2025/10/DSCF7675.jpg'), +(15257,1494,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1364;s:6:\"height\";i:1706;s:4:\"file\";s:20:\"2025/10/DSCF7675.jpg\";s:8:\"filesize\";i:206485;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7675-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15258,1494,'_wp_attachment_image_alt',''), +(15259,1495,'_wp_attached_file','2025/10/DSCF7638.jpg'), +(15260,1495,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/10/DSCF7638.jpg\";s:8:\"filesize\";i:260459;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7638-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14813;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15261,1495,'_wp_attachment_image_alt','Kime solo hoop in gold plated with a marine link element in sterling silver.'), +(15263,1491,'_sku','KIME-CR1'), +(15264,1491,'_regular_price','50'), +(15265,1491,'total_sales','0'), +(15266,1491,'_tax_status','taxable'), +(15267,1491,'_tax_class',''), +(15268,1491,'_manage_stock','no'), +(15269,1491,'_backorders','no'), +(15270,1491,'_sold_individually','no'), +(15271,1491,'_virtual','no'), +(15272,1491,'_downloadable','no'), +(15273,1491,'_download_limit','-1'), +(15274,1491,'_download_expiry','-1'), +(15275,1491,'_stock',NULL), +(15276,1491,'_stock_status','instock'), +(15277,1491,'_wc_average_rating','0'), +(15278,1491,'_wc_review_count','0'), +(15279,1491,'_product_version','10.4.2'), +(15280,1491,'_price','50'), +(15293,1499,'_wp_attached_file','2025/11/HAIKU-sizechart.pdf'), +(15294,1499,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"HAIKU-sizechart-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"HAIKU-sizechart-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34619;}}s:8:\"filesize\";i:826408;}'), +(15319,1505,'_wp_attached_file','2025/06/2025HAIKU_00079.jpg'), +(15320,1505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00079.jpg\";s:8:\"filesize\";i:822973;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00079-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15321,1505,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver.'), +(15322,1506,'_wp_attached_file','2025/06/2025HAIKU_00050.jpg'), +(15323,1506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00050.jpg\";s:8:\"filesize\";i:539191;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15324,1507,'_wp_attached_file','2025/06/2025HAIKU_0006.jpg'), +(15325,1507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2025/06/2025HAIKU_0006.jpg\";s:8:\"filesize\";i:453472;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0006-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14267;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15326,1506,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver.'), +(15327,1507,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver.'), +(15333,1508,'_wp_attached_file','2025/06/2025HAIKU_0004.jpg'), +(15334,1508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2025/06/2025HAIKU_0004.jpg\";s:8:\"filesize\";i:313174;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0004-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15335,1508,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated silver.'), +(15336,1509,'_wp_attached_file','2025/06/2025HAIKU_00020.jpg'), +(15337,1509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00020.jpg\";s:8:\"filesize\";i:777169;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15338,1510,'_wp_attached_file','2025/06/2025HAIKU_00013.jpg'), +(15339,1510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00013.jpg\";s:8:\"filesize\";i:409711;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00013-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13290;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15340,1509,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated silver.'), +(15341,1510,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated silver.'), +(15348,1491,'_photos_colonne_droite|||0|value','1493'), +(15349,1491,'_photos_colonne_droite|||1|value','1494'), +(15350,1491,'_photos_colonne_droite|||2|value','1495'), +(15351,1491,'_haiku_details_produit',''), +(15352,1512,'_sku','PIASU-EC-s'), +(15353,1512,'_regular_price','70'), +(15354,1512,'total_sales','2'), +(15355,1512,'_tax_status','taxable'), +(15356,1512,'_tax_class',''), +(15357,1512,'_manage_stock','yes'), +(15358,1512,'_backorders','notify'), +(15359,1512,'_sold_individually','no'), +(15360,1512,'_virtual','no'), +(15361,1512,'_downloadable','no'), +(15362,1512,'_download_limit','-1'), +(15363,1512,'_download_expiry','-1'), +(15365,1512,'_stock','1'), +(15366,1512,'_stock_status','instock'), +(15367,1512,'_wc_average_rating','0'), +(15368,1512,'_wc_review_count','0'), +(15369,1512,'_product_version','10.6.1'), +(15370,1512,'_price','70'), +(15375,1512,'_edit_lock','1777373059:1'), +(15376,1512,'_edit_last','1'), +(15381,1513,'_wp_attached_file','2025/11/PIASU-EC-s.jpg'), +(15382,1513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2025/11/PIASU-EC-s.jpg\";s:8:\"filesize\";i:468006;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PIASU-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2778;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15383,1513,'_wp_attachment_image_alt','Piasu ear cuff in sterling silver. A statement piece composed of thick wires and silver beads.'), +(15384,1514,'_wp_attached_file','2025/11/DSCF7654.jpg'), +(15385,1514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7654.jpg\";s:8:\"filesize\";i:686255;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7654-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15386,1514,'_wp_attachment_image_alt','Piasu ear cuff in sterling silver. A statement piece composed of thick wires and silver beads.'), +(15387,1515,'_wp_attached_file','2025/11/DSCF7673.jpg'), +(15388,1515,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7673.jpg\";s:8:\"filesize\";i:519515;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7673-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13544;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15389,1515,'_wp_attachment_image_alt','Piasu ear cuff in sterling silver. A statement piece composed of thick wires and silver beads.'), +(15390,1512,'_thumbnail_id','1831'), +(15395,1516,'_sku','PIASU-EC-g'), +(15396,1516,'_regular_price','75'), +(15397,1516,'total_sales','1'), +(15398,1516,'_tax_status','taxable'), +(15399,1516,'_tax_class',''), +(15400,1516,'_manage_stock','yes'), +(15401,1516,'_backorders','notify'), +(15402,1516,'_sold_individually','no'), +(15403,1516,'_virtual','no'), +(15404,1516,'_downloadable','no'), +(15405,1516,'_download_limit','-1'), +(15406,1516,'_download_expiry','-1'), +(15407,1516,'_thumbnail_id','1517'), +(15408,1516,'_stock','0'), +(15409,1516,'_stock_status','onbackorder'), +(15410,1516,'_wc_average_rating','0'), +(15411,1516,'_wc_review_count','0'), +(15412,1516,'_product_version','10.6.1'), +(15413,1516,'_price','75'), +(15418,1516,'_edit_lock','1777098038:1'), +(15419,1517,'_wp_attached_file','2025/11/PIASU-EC-g.jpg'), +(15420,1517,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2025/11/PIASU-EC-g.jpg\";s:8:\"filesize\";i:193517;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PIASU-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3689;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15421,1517,'_wp_attachment_image_alt','Piasu ear cuff in gold plated silver. A statement piece composed of thick wires and silver beads.'), +(15422,1516,'_edit_last','1'), +(15423,1518,'_wp_attached_file','2025/11/2025HAIKU_00010.jpg'), +(15424,1518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00010.jpg\";s:8:\"filesize\";i:1089363;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00010-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23548;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15425,1519,'_wp_attached_file','2025/11/2025HAIKU_00029.jpg'), +(15426,1519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00029.jpg\";s:8:\"filesize\";i:1107575;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00029-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15427,1518,'_wp_attachment_image_alt',''), +(15428,1519,'_wp_attachment_image_alt','PuchiPuchi earrings'), +(15429,1519,'_wp_attachment_image_alt','PuchiPuchi earrings'), +(15578,1526,'_wp_attached_file','2025/11/2025HAIKU_00032.jpg'), +(15579,1526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00032.jpg\";s:8:\"filesize\";i:1075708;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19984;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15580,1526,'_wp_attachment_image_alt','Piasu ear cuff'), +(15629,1531,'_sku','TAMA-EC-g'), +(15630,1531,'_regular_price','65'), +(15631,1531,'total_sales','1'), +(15632,1531,'_tax_status','taxable'), +(15633,1531,'_tax_class',''), +(15634,1531,'_manage_stock','yes'), +(15635,1531,'_backorders','notify'), +(15636,1531,'_sold_individually','no'), +(15637,1531,'_virtual','no'), +(15638,1531,'_downloadable','no'), +(15639,1531,'_download_limit','-1'), +(15640,1531,'_download_expiry','-1'), +(15641,1531,'_thumbnail_id','1828'), +(15642,1531,'_stock','1'), +(15643,1531,'_stock_status','instock'), +(15644,1531,'_wc_average_rating','0'), +(15645,1531,'_wc_review_count','0'), +(15646,1531,'_product_version','10.6.1'), +(15647,1531,'_price','65'), +(15652,1531,'_edit_lock','1777373018:1'), +(15653,1531,'_edit_last','1'), +(15654,1532,'_wp_attached_file','2025/11/TAMANORI-EC-g.jpg'), +(15655,1532,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/TAMANORI-EC-g.jpg\";s:8:\"filesize\";i:139487;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"TAMANORI-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3659;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15656,1532,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15657,1533,'_wp_attached_file','2025/11/2025HAIKU_00011.jpg'), +(15658,1533,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00011.jpg\";s:8:\"filesize\";i:1260694;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21459;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15659,1533,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15660,1533,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15661,1534,'_wp_attached_file','2025/11/2025HAIKU_00019.jpg'), +(15662,1534,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00019.jpg\";s:8:\"filesize\";i:1008308;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00019-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21840;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15663,1534,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15672,1535,'_sku','TAMA-EC-s'), +(15673,1535,'_regular_price','60'), +(15674,1535,'total_sales','2'), +(15675,1535,'_tax_status','taxable'), +(15676,1535,'_tax_class',''), +(15677,1535,'_manage_stock','yes'), +(15678,1535,'_backorders','notify'), +(15679,1535,'_sold_individually','no'), +(15680,1535,'_virtual','no'), +(15681,1535,'_downloadable','no'), +(15682,1535,'_download_limit','-1'), +(15683,1535,'_download_expiry','-1'), +(15684,1535,'_thumbnail_id','1826'), +(15685,1535,'_stock','1'), +(15686,1535,'_stock_status','instock'), +(15687,1535,'_wc_average_rating','0'), +(15688,1535,'_wc_review_count','0'), +(15689,1535,'_product_version','10.6.1'), +(15690,1535,'_price','60'), +(15695,1535,'_edit_lock','1777372989:1'), +(15696,1536,'_wp_attached_file','2025/11/TAMANORI-EC-s.jpg'), +(15697,1536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/TAMANORI-EC-s.jpg\";s:8:\"filesize\";i:97412;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"TAMANORI-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15698,1536,'_wp_attachment_image_alt','Tamanori ear cuff in sterling silver with dangling chains.'), +(15699,1535,'_edit_last','1'), +(15700,1537,'_wp_attached_file','2025/11/2025HAIKU_0001.jpg'), +(15701,1537,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2025/11/2025HAIKU_0001.jpg\";s:8:\"filesize\";i:961434;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15702,1537,'_wp_attachment_image_alt','Tamanori ear cuff in sterling silver with dangling chains.'), +(15703,1538,'_wp_attached_file','2025/11/2025HAIKU_00019-1-e1764147483802.jpg'), +(15704,1538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1251;s:6:\"height\";i:1920;s:4:\"file\";s:44:\"2025/11/2025HAIKU_00019-1-e1764147483802.jpg\";s:8:\"filesize\";i:408844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"2025HAIKU_00019-1-e1764147483802-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20837;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15705,1538,'_wp_attachment_image_alt','Tamanori ear cuff in sterling silver with dangling chains.'), +(15706,1538,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1591;s:6:\"height\";i:2385;s:8:\"filesize\";i:1746031;s:4:\"file\";s:21:\"2025HAIKU_00019-1.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:29:\"2025HAIKU_00019-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21874;}}'), +(15723,554,'_price','45'), +(15724,554,'_price','70'), +(15729,554,'_haiku_details_produit',''), +(15730,545,'_price','50'), +(15731,545,'_price','75'), +(15735,545,'_haiku_details_produit',''), +(15744,213,'_price','55'), +(15745,213,'_price','80'), +(15748,213,'_photos_colonne_droite|||1|value','1457'), +(15750,213,'_haiku_details_produit',''), +(15751,183,'_price','50'), +(15752,183,'_price','75'), +(15757,183,'_haiku_details_produit',''), +(15758,1541,'_sku','HATTARI-CR1-s'), +(15759,1541,'total_sales','1'), +(15760,1541,'_tax_status','taxable'), +(15761,1541,'_tax_class',''), +(15762,1541,'_manage_stock','yes'), +(15763,1541,'_backorders','notify'), +(15764,1541,'_sold_individually','no'), +(15765,1541,'_virtual','no'), +(15766,1541,'_downloadable','no'), +(15767,1541,'_download_limit','-1'), +(15768,1541,'_download_expiry','-1'), +(15769,1541,'_thumbnail_id','1825'), +(15770,1541,'_stock','0'), +(15771,1541,'_stock_status','onbackorder'), +(15772,1541,'_wc_average_rating','0'), +(15773,1541,'_wc_review_count','0'), +(15775,1541,'_product_version','10.6.1'), +(15842,1541,'_price','75'), +(15843,1541,'_price','75'), +(15844,1541,'_edit_lock','1777372956:1'), +(15845,1541,'_edit_last','1'), +(15846,1545,'_wp_attached_file','2025/11/HATTARI-CR1-s.jpg'), +(15847,1545,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/HATTARI-CR1-s.jpg\";s:8:\"filesize\";i:199317;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"HATTARI-CR1-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15848,1545,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15849,1546,'_wp_attached_file','2025/11/DSCF7730.jpg'), +(15850,1546,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7730.jpg\";s:8:\"filesize\";i:675593;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7730-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15851,1546,'_wp_attachment_image_alt',''), +(15852,1547,'_wp_attached_file','2025/11/DSCF7724.jpg'), +(15853,1547,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7724.jpg\";s:8:\"filesize\";i:928741;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7724-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15854,1547,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15855,1547,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15856,1548,'_wp_attached_file','2025/11/DSCF7723.jpg'), +(15857,1548,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7723.jpg\";s:8:\"filesize\";i:914753;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7723-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15858,1548,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15859,1548,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15860,1541,'_regular_price','75'), +(15866,1549,'_sku','HATTARI-CR1-g'), +(15867,1549,'_regular_price','80'), +(15868,1549,'total_sales','1'), +(15869,1549,'_tax_status','taxable'), +(15870,1549,'_tax_class',''), +(15871,1549,'_manage_stock','yes'), +(15872,1549,'_backorders','notify'), +(15873,1549,'_sold_individually','no'), +(15874,1549,'_virtual','no'), +(15875,1549,'_downloadable','no'), +(15876,1549,'_download_limit','-1'), +(15877,1549,'_download_expiry','-1'), +(15878,1549,'_thumbnail_id','1824'), +(15879,1549,'_stock','1'), +(15880,1549,'_stock_status','instock'), +(15881,1549,'_wc_average_rating','0'), +(15882,1549,'_wc_review_count','0'), +(15884,1549,'_product_version','10.6.1'), +(15885,1549,'_price','80'), +(15891,1549,'_edit_lock','1777372784:1'), +(15894,1551,'_wp_attached_file','2025/11/HATTARI-CR1-g.jpg'), +(15895,1551,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/HATTARI-CR1-g.jpg\";s:8:\"filesize\";i:193717;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"HATTARI-CR1-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15896,1551,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15897,1549,'_edit_last','1'), +(15898,1552,'_wp_attached_file','2025/11/DSCF8607.jpg'), +(15899,1552,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8607.jpg\";s:8:\"filesize\";i:678239;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8607-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15900,1552,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15901,1552,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15902,1553,'_wp_attached_file','2025/11/DSCF8596.jpg'), +(15903,1553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8596.jpg\";s:8:\"filesize\";i:942844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8596-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19643;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15904,1553,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15905,1554,'_wp_attached_file','2025/11/DSCF8561.jpg'), +(15906,1554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1505;s:6:\"height\";i:1881;s:4:\"file\";s:20:\"2025/11/DSCF8561.jpg\";s:8:\"filesize\";i:1539204;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8561-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15907,1554,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15926,288,'_haiku_details_produit',''), +(15932,1555,'_sku','HATTARI-EC-s'), +(15933,1555,'_regular_price','60'), +(15934,1555,'total_sales','0'), +(15935,1555,'_tax_status','taxable'), +(15936,1555,'_tax_class',''), +(15937,1555,'_manage_stock','yes'), +(15938,1555,'_backorders','notify'), +(15939,1555,'_sold_individually','no'), +(15940,1555,'_virtual','no'), +(15941,1555,'_downloadable','no'), +(15942,1555,'_download_limit','-1'), +(15943,1555,'_download_expiry','-1'), +(15944,1555,'_thumbnail_id','1822'), +(15945,1555,'_stock','0'), +(15946,1555,'_stock_status','onbackorder'), +(15947,1555,'_wc_average_rating','0'), +(15948,1555,'_wc_review_count','0'), +(15950,1555,'_product_version','10.6.1'), +(15951,1555,'_price','60'), +(15957,1555,'_edit_lock','1777372756:1'), +(15958,1555,'_edit_last','1'), +(15959,1556,'_wp_attached_file','2025/11/HATTARI-EC-s.jpg'), +(15960,1556,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/11/HATTARI-EC-s.jpg\";s:8:\"filesize\";i:293320;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"HATTARI-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2727;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15961,1556,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15962,1557,'_wp_attached_file','2025/11/DSCF7711.jpg'), +(15963,1557,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7711.jpg\";s:8:\"filesize\";i:660319;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7711-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15265;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15964,1557,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15965,1558,'_wp_attached_file','2025/11/DSCF7713.jpg'), +(15966,1558,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7713.jpg\";s:8:\"filesize\";i:721547;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7713-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16184;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15967,1558,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15968,1559,'_wp_attached_file','2025/11/DSCF7727.jpg'), +(15969,1559,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7727.jpg\";s:8:\"filesize\";i:991764;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7727-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15970,1559,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15976,1560,'_sku','HATTARI-EC-g'), +(15977,1560,'_regular_price','65'), +(15978,1560,'total_sales','1'), +(15979,1560,'_tax_status','taxable'), +(15980,1560,'_tax_class',''), +(15981,1560,'_manage_stock','yes'), +(15982,1560,'_backorders','notify'), +(15983,1560,'_sold_individually','no'), +(15984,1560,'_virtual','no'), +(15985,1560,'_downloadable','no'), +(15986,1560,'_download_limit','-1'), +(15987,1560,'_download_expiry','-1'), +(15989,1560,'_stock','1'), +(15990,1560,'_stock_status','instock'), +(15991,1560,'_wc_average_rating','0'), +(15992,1560,'_wc_review_count','0'), +(15994,1560,'_product_version','10.6.1'), +(15995,1560,'_price','65'), +(16001,1560,'_edit_lock','1777372738:1'), +(16002,1561,'_wp_attached_file','2025/11/HATTARI-EC-g.jpg'), +(16003,1561,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/11/HATTARI-EC-g.jpg\";s:8:\"filesize\";i:92453;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"HATTARI-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3003;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16004,1561,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16005,1560,'_edit_last','1'), +(16006,1562,'_wp_attached_file','2025/11/DSCF8415.jpg'), +(16007,1562,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8415.jpg\";s:8:\"filesize\";i:1190499;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8415-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15450;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16008,1562,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16009,1562,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16010,1563,'_wp_attached_file','2025/11/DSCF8503.jpg'), +(16011,1563,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8503.jpg\";s:8:\"filesize\";i:945875;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8503-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18905;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16012,1563,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16013,1564,'_wp_attached_file','2025/11/DSCF8502.jpg'), +(16014,1564,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8502.jpg\";s:8:\"filesize\";i:850647;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8502-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17733;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16015,1564,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16021,1565,'_wp_attached_file','2024/10/2025HAIKU_00063.jpg'), +(16022,1565,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00063.jpg\";s:8:\"filesize\";i:1569870;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00063-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18805;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16023,1565,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(16024,1566,'_wp_attached_file','2024/10/2025HAIKU_00049.jpg'), +(16025,1566,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00049.jpg\";s:8:\"filesize\";i:1187416;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00049-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16026,1566,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(16027,1567,'_wp_attached_file','2024/10/2025HAIKU_00080.jpg'), +(16028,1567,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00080.jpg\";s:8:\"filesize\";i:1718853;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00080-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16029,1567,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(16040,1568,'_wp_attached_file','2024/11/2025HAIKU_00024.jpg'), +(16041,1568,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00024.jpg\";s:8:\"filesize\";i:1310628;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16042,1568,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(16043,1569,'_wp_attached_file','2024/11/2025HAIKU_00022.jpg'), +(16044,1569,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1535;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00022.jpg\";s:8:\"filesize\";i:1212904;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16045,1569,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(16046,1570,'_wp_attached_file','2024/11/2025HAIKU_00035.jpg'), +(16047,1570,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00035.jpg\";s:8:\"filesize\";i:1186069;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00035-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23338;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16048,1570,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(16055,1574,'_edit_lock','1772703408:1'), +(16056,1574,'_edit_last','1'), +(16057,1575,'_wp_attached_file','2025/12/HK-cartekdo-1.jpg'), +(16058,1575,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1694;s:6:\"height\";i:2116;s:4:\"file\";s:25:\"2025/12/HK-cartekdo-1.jpg\";s:8:\"filesize\";i:1266634;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"HK-cartekdo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16059,1575,'_wp_attachment_image_alt','Haiku Gift card'), +(16060,1576,'_wp_attached_file','2025/12/HK-cartekdo-2-e1764747369741.jpg'), +(16061,1576,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1100;s:6:\"height\";i:1023;s:4:\"file\";s:40:\"2025/12/HK-cartekdo-2-e1764747369741.jpg\";s:8:\"filesize\";i:84696;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"HK-cartekdo-2-e1764747369741-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16062,1576,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1101;s:6:\"height\";i:1376;s:8:\"filesize\";i:462163;s:4:\"file\";s:17:\"HK-cartekdo-2.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"HK-cartekdo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7737;}}'), +(16063,1576,'_wp_attachment_image_alt','Haiku Gift Card'), +(16064,1577,'_wp_attached_file','2025/12/HK-cartekdo-3-e1764747408263.jpg'), +(16065,1577,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:1053;s:4:\"file\";s:40:\"2025/12/HK-cartekdo-3-e1764747408263.jpg\";s:8:\"filesize\";i:105371;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"HK-cartekdo-3-e1764747408263-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16066,1577,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1232;s:6:\"height\";i:1541;s:8:\"filesize\";i:868801;s:4:\"file\";s:17:\"HK-cartekdo-3.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"HK-cartekdo-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9178;}}'), +(16067,1574,'total_sales','3'), +(16068,1574,'_tax_status','taxable'), +(16069,1574,'_tax_class',''), +(16070,1574,'_manage_stock','no'), +(16071,1574,'_backorders','no'), +(16072,1574,'_sold_individually','no'), +(16073,1574,'_virtual','no'), +(16074,1574,'_downloadable','no'), +(16075,1574,'_download_limit','-1'), +(16076,1574,'_download_expiry','-1'), +(16077,1574,'_stock',NULL), +(16078,1574,'_stock_status','instock'), +(16079,1574,'_wc_average_rating','0'), +(16080,1574,'_wc_review_count','0'), +(16082,1574,'_product_version','10.4.4'), +(16134,1574,'_thumbnail_id','1575'), +(16135,1574,'_sku','GIFTcard'), +(16213,1574,'_product_attributes','a:1:{s:18:\"pa_giftcard-amount\";a:6:{s:4:\"name\";s:18:\"pa_giftcard-amount\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(16214,1585,'_variation_description',''), +(16215,1585,'total_sales','0'), +(16216,1585,'_tax_status','taxable'), +(16217,1585,'_tax_class','parent'), +(16218,1585,'_manage_stock','no'), +(16219,1585,'_backorders','no'), +(16220,1585,'_sold_individually','no'), +(16221,1585,'_virtual','yes'), +(16222,1585,'_downloadable','yes'), +(16223,1585,'_download_limit','-1'), +(16224,1585,'_download_expiry','-1'), +(16225,1585,'_stock',NULL), +(16226,1585,'_stock_status','instock'), +(16227,1585,'_wc_average_rating','0'), +(16228,1585,'_wc_review_count','0'), +(16229,1585,'attribute_pa_giftcard-amount','100e'), +(16230,1585,'_product_version','10.4.4'), +(16231,1586,'_variation_description',''), +(16232,1586,'total_sales','0'), +(16233,1586,'_tax_status','taxable'), +(16234,1586,'_tax_class','parent'), +(16235,1586,'_manage_stock','no'), +(16236,1586,'_backorders','no'), +(16237,1586,'_sold_individually','no'), +(16238,1586,'_virtual','yes'), +(16239,1586,'_downloadable','yes'), +(16240,1586,'_download_limit','-1'), +(16241,1586,'_download_expiry','-1'), +(16242,1586,'_stock',NULL), +(16243,1586,'_stock_status','instock'), +(16244,1586,'_wc_average_rating','0'), +(16245,1586,'_wc_review_count','0'), +(16246,1586,'attribute_pa_giftcard-amount','40e'), +(16247,1586,'_product_version','10.4.4'), +(16248,1587,'_variation_description',''), +(16249,1587,'total_sales','0'), +(16250,1587,'_tax_status','taxable'), +(16251,1587,'_tax_class','parent'), +(16252,1587,'_manage_stock','no'), +(16253,1587,'_backorders','no'), +(16254,1587,'_sold_individually','no'), +(16255,1587,'_virtual','yes'), +(16256,1587,'_downloadable','yes'), +(16257,1587,'_download_limit','-1'), +(16258,1587,'_download_expiry','-1'), +(16259,1587,'_stock',NULL), +(16260,1587,'_stock_status','instock'), +(16261,1587,'_wc_average_rating','0'), +(16262,1587,'_wc_review_count','0'), +(16263,1587,'attribute_pa_giftcard-amount','50e'), +(16264,1587,'_product_version','10.4.4'), +(16265,1588,'_variation_description',''), +(16266,1588,'total_sales','0'), +(16267,1588,'_tax_status','taxable'), +(16268,1588,'_tax_class','parent'), +(16269,1588,'_manage_stock','no'), +(16270,1588,'_backorders','no'), +(16271,1588,'_sold_individually','no'), +(16272,1588,'_virtual','yes'), +(16273,1588,'_downloadable','yes'), +(16274,1588,'_download_limit','-1'), +(16275,1588,'_download_expiry','-1'), +(16276,1588,'_stock',NULL), +(16277,1588,'_stock_status','instock'), +(16278,1588,'_wc_average_rating','0'), +(16279,1588,'_wc_review_count','0'), +(16280,1588,'attribute_pa_giftcard-amount','60e'), +(16281,1588,'_product_version','10.4.4'), +(16282,1589,'_variation_description',''), +(16283,1589,'total_sales','0'), +(16284,1589,'_tax_status','taxable'), +(16285,1589,'_tax_class','parent'), +(16286,1589,'_manage_stock','no'), +(16287,1589,'_backorders','no'), +(16288,1589,'_sold_individually','no'), +(16289,1589,'_virtual','yes'), +(16290,1589,'_downloadable','yes'), +(16291,1589,'_download_limit','-1'), +(16292,1589,'_download_expiry','-1'), +(16293,1589,'_stock',NULL), +(16294,1589,'_stock_status','instock'), +(16295,1589,'_wc_average_rating','0'), +(16296,1589,'_wc_review_count','0'), +(16297,1589,'attribute_pa_giftcard-amount','70e'), +(16298,1589,'_product_version','10.4.4'), +(16299,1590,'_variation_description',''), +(16300,1590,'total_sales','0'), +(16301,1590,'_tax_status','taxable'), +(16302,1590,'_tax_class','parent'), +(16303,1590,'_manage_stock','no'), +(16304,1590,'_backorders','no'), +(16305,1590,'_sold_individually','no'), +(16306,1590,'_virtual','yes'), +(16307,1590,'_downloadable','yes'), +(16308,1590,'_download_limit','-1'), +(16309,1590,'_download_expiry','-1'), +(16310,1590,'_stock',NULL), +(16311,1590,'_stock_status','instock'), +(16312,1590,'_wc_average_rating','0'), +(16313,1590,'_wc_review_count','0'), +(16314,1590,'attribute_pa_giftcard-amount','80e'), +(16315,1590,'_product_version','10.4.4'), +(16316,1591,'_variation_description',''), +(16317,1591,'total_sales','0'), +(16318,1591,'_tax_status','taxable'), +(16319,1591,'_tax_class','parent'), +(16320,1591,'_manage_stock','no'), +(16321,1591,'_backorders','no'), +(16322,1591,'_sold_individually','no'), +(16323,1591,'_virtual','yes'), +(16324,1591,'_downloadable','yes'), +(16325,1591,'_download_limit','-1'), +(16326,1591,'_download_expiry','-1'), +(16327,1591,'_stock',NULL), +(16328,1591,'_stock_status','instock'), +(16329,1591,'_wc_average_rating','0'), +(16330,1591,'_wc_review_count','0'), +(16331,1591,'attribute_pa_giftcard-amount','90e'), +(16332,1591,'_product_version','10.4.4'), +(16333,1592,'_wp_attached_file','woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf'), +(16334,1592,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"GIFTcard-print-english-7hyvjk-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"GIFTcard-print-english-7hyvjk-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29923;}}s:8:\"filesize\";i:215602;}'), +(16335,1593,'_wp_attached_file','woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf'), +(16336,1593,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"GIFTcard-print-francais-qvkvsf-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"GIFTcard-print-francais-qvkvsf-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25812;}}s:8:\"filesize\";i:209261;}'), +(16337,1585,'_sku','GIFTcard-100'), +(16338,1585,'_thumbnail_id','0'), +(16339,1585,'_downloadable_files','a:2:{s:36:\"ce9ccfa6-ce89-41bd-9bb3-4181ff7ff9e8\";a:4:{s:2:\"id\";s:36:\"ce9ccfa6-ce89-41bd-9bb3-4181ff7ff9e8\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"3bcd25d4-4366-419f-8681-cb1dcf1507ec\";a:4:{s:2:\"id\";s:36:\"3bcd25d4-4366-419f-8681-cb1dcf1507ec\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16340,1586,'_sku','GIFTcard-40'), +(16341,1586,'_thumbnail_id','0'), +(16342,1586,'_downloadable_files','a:2:{s:36:\"bdd544b1-a9cd-4dbf-95af-5c45853dbe36\";a:4:{s:2:\"id\";s:36:\"bdd544b1-a9cd-4dbf-95af-5c45853dbe36\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"fff9a32b-322a-4daf-95f0-7cc491cc58b8\";a:4:{s:2:\"id\";s:36:\"fff9a32b-322a-4daf-95f0-7cc491cc58b8\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16343,1587,'_sku','GIFTcard-50'), +(16344,1587,'_thumbnail_id','0'), +(16345,1587,'_downloadable_files','a:2:{s:36:\"ceb86d6c-4948-429f-9599-d44445860ad1\";a:4:{s:2:\"id\";s:36:\"ceb86d6c-4948-429f-9599-d44445860ad1\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"c6aa6909-f134-4c3c-b239-bcb4a2a92c60\";a:4:{s:2:\"id\";s:36:\"c6aa6909-f134-4c3c-b239-bcb4a2a92c60\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16346,1588,'_sku','GIFTcard-60'), +(16347,1588,'_thumbnail_id','0'), +(16348,1588,'_downloadable_files','a:2:{s:36:\"8c5e4622-5919-4dcd-9f0b-1c944adafb95\";a:4:{s:2:\"id\";s:36:\"8c5e4622-5919-4dcd-9f0b-1c944adafb95\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"67323415-b64c-4793-87d3-4e8b04de96c0\";a:4:{s:2:\"id\";s:36:\"67323415-b64c-4793-87d3-4e8b04de96c0\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16349,1589,'_sku','GIFTcard-70'), +(16350,1589,'_thumbnail_id','0'), +(16351,1589,'_downloadable_files','a:2:{s:36:\"ebed4223-bdb0-4730-b664-e83fb7698c5f\";a:4:{s:2:\"id\";s:36:\"ebed4223-bdb0-4730-b664-e83fb7698c5f\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"7cb861e9-c02b-4528-8cda-91037589ed46\";a:4:{s:2:\"id\";s:36:\"7cb861e9-c02b-4528-8cda-91037589ed46\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16352,1590,'_sku','GIFTcard-80'), +(16353,1590,'_thumbnail_id','0'), +(16354,1590,'_downloadable_files','a:2:{s:36:\"1cc60f67-04d7-4c61-87df-526b8723f141\";a:4:{s:2:\"id\";s:36:\"1cc60f67-04d7-4c61-87df-526b8723f141\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"376471f0-b17a-4917-88e8-5bcb6f8e9fb6\";a:4:{s:2:\"id\";s:36:\"376471f0-b17a-4917-88e8-5bcb6f8e9fb6\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16355,1591,'_sku','GIFTcard-90'), +(16356,1591,'_thumbnail_id','0'), +(16357,1591,'_downloadable_files','a:2:{s:36:\"5d19fba3-0f55-4c2b-ae41-8dad59e1a701\";a:4:{s:2:\"id\";s:36:\"5d19fba3-0f55-4c2b-ae41-8dad59e1a701\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"bd14ca66-6490-4f72-8566-69a7e59939bb\";a:4:{s:2:\"id\";s:36:\"bd14ca66-6490-4f72-8566-69a7e59939bb\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16550,1586,'_regular_price','40'), +(16551,1586,'_price','40'), +(16552,1587,'_regular_price','50'), +(16553,1587,'_price','50'), +(16554,1588,'_regular_price','60'), +(16555,1588,'_price','60'), +(16556,1589,'_regular_price','70'), +(16557,1589,'_price','70'), +(16558,1590,'_regular_price','80'), +(16559,1590,'_price','80'), +(16560,1591,'_regular_price','90'), +(16561,1591,'_price','90'), +(16562,1585,'_regular_price','100'), +(16563,1585,'_price','100'), +(16592,496,'_wp_old_slug','kagun-hoop'), +(16593,490,'_wp_old_slug','hadou-stud-earrings'), +(16594,1613,'_edit_lock','1767711720:1'), +(16595,1613,'_edit_last','1'), +(16596,1613,'discount_type','fixed_cart'), +(16597,1613,'coupon_amount','50'), +(16598,1613,'individual_use','no'), +(16599,1613,'usage_limit','1'), +(16600,1613,'usage_limit_per_user','0'), +(16601,1613,'limit_usage_to_x_items','0'), +(16602,1613,'usage_count','0'), +(16603,1613,'date_expires',NULL), +(16604,1613,'free_shipping','no'), +(16605,1613,'exclude_sale_items','no'), +(16606,1613,'product_brands','a:0:{}'), +(16607,1613,'exclude_product_brands','a:0:{}'), +(16632,1406,'_haiku_details_produit',''), +(16637,1401,'_haiku_details_produit',''), +(16638,994,'_photos_colonne_gauche|||0|value','1345'), +(16639,994,'_photos_colonne_droite|||0|value','992'), +(16640,994,'_photos_colonne_droite|||1|value','996'), +(16641,994,'_haiku_details_produit',''), +(16644,982,'_photos_colonne_droite|||1|value','992'), +(16646,982,'_haiku_details_produit',''), +(16655,1619,'_variation_description',''), +(16656,1619,'total_sales','0'), +(16657,1619,'_tax_status','taxable'), +(16658,1619,'_tax_class','parent'), +(16659,1619,'_manage_stock','no'), +(16660,1619,'_backorders','no'), +(16661,1619,'_sold_individually','no'), +(16662,1619,'_virtual','no'), +(16663,1619,'_downloadable','no'), +(16664,1619,'_download_limit','-1'), +(16665,1619,'_download_expiry','-1'), +(16666,1619,'_stock','0'), +(16667,1619,'_stock_status','instock'), +(16668,1619,'_wc_average_rating','0'), +(16669,1619,'_wc_review_count','0'), +(16670,1619,'attribute_pa_side','long'), +(16671,1619,'_product_version','10.6.1'), +(16672,1620,'_variation_description',''), +(16673,1620,'total_sales','0'), +(16674,1620,'_tax_status','taxable'), +(16675,1620,'_tax_class','parent'), +(16676,1620,'_manage_stock','no'), +(16677,1620,'_backorders','no'), +(16678,1620,'_sold_individually','no'), +(16679,1620,'_virtual','no'), +(16680,1620,'_downloadable','no'), +(16681,1620,'_download_limit','-1'), +(16682,1620,'_download_expiry','-1'), +(16683,1620,'_stock','0'), +(16684,1620,'_stock_status','instock'), +(16685,1620,'_wc_average_rating','0'), +(16686,1620,'_wc_review_count','0'), +(16687,1620,'attribute_pa_side','medium'), +(16688,1620,'_product_version','10.6.1'), +(16689,1621,'_variation_description',''), +(16690,1621,'total_sales','0'), +(16691,1621,'_tax_status','taxable'), +(16692,1621,'_tax_class','parent'), +(16693,1621,'_manage_stock','no'), +(16694,1621,'_backorders','no'), +(16695,1621,'_sold_individually','no'), +(16696,1621,'_virtual','no'), +(16697,1621,'_downloadable','no'), +(16698,1621,'_download_limit','-1'), +(16699,1621,'_download_expiry','-1'), +(16700,1621,'_stock','0'), +(16701,1621,'_stock_status','instock'), +(16702,1621,'_wc_average_rating','0'), +(16703,1621,'_wc_review_count','0'), +(16704,1621,'attribute_pa_side','pair'), +(16705,1621,'_product_version','10.6.1'), +(16706,1619,'_regular_price','80'), +(16707,1619,'_thumbnail_id','0'), +(16708,1619,'_price','80'), +(16709,1620,'_regular_price','78'), +(16710,1620,'_thumbnail_id','0'), +(16711,1620,'_price','78'), +(16712,1621,'_regular_price','120'), +(16713,1621,'_thumbnail_id','0'), +(16714,1621,'_price','120'), +(16935,1650,'_wp_attached_file','2025/09/2025HAIKU_00068.jpg'), +(16936,1650,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00068.jpg\";s:8:\"filesize\";i:1064438;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00068-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18463;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16937,1650,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(16938,1651,'_wp_attached_file','2025/09/2025HAIKU_00078.jpg'), +(16939,1651,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00078.jpg\";s:8:\"filesize\";i:490857;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00078-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16940,1651,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(16947,1444,'_wp_old_slug','pishi-pishi-earrings'), +(16950,1653,'_wp_attached_file','2025/09/2025HAIKU_00056-e1770814490893.jpg'), +(16951,1653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1117;s:6:\"height\";i:1756;s:4:\"file\";s:42:\"2025/09/2025HAIKU_00056-e1770814490893.jpg\";s:8:\"filesize\";i:725796;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"2025HAIKU_00056-e1770814490893-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21759;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16952,1653,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(16953,1653,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1326;s:6:\"height\";i:1988;s:8:\"filesize\";i:1930072;s:4:\"file\";s:19:\"2025HAIKU_00056.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00056-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18843;}}'), +(16954,1654,'_wp_attached_file','2025/09/2025HAIKU_00071.jpg'), +(16955,1654,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00071.jpg\";s:8:\"filesize\";i:924606;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16956,1654,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(17118,1657,'_edit_lock','1772093156:1'), +(17119,1657,'_edit_last','1'), +(17120,1657,'discount_type','fixed_cart'), +(17121,1657,'coupon_amount','100'), +(17122,1657,'individual_use','yes'), +(17123,1657,'usage_limit','1'), +(17124,1657,'usage_limit_per_user','1'), +(17125,1657,'limit_usage_to_x_items','0'), +(17126,1657,'usage_count','0'), +(17127,1657,'date_expires','1802559600'), +(17128,1657,'free_shipping','yes'), +(17129,1657,'exclude_sale_items','no'), +(17130,1657,'product_brands','a:0:{}'), +(17131,1657,'exclude_product_brands','a:0:{}'), +(17132,1662,'_variation_description',''), +(17133,1662,'total_sales','0'), +(17134,1662,'_tax_status','taxable'), +(17135,1662,'_tax_class','parent'), +(17136,1662,'_manage_stock','no'), +(17137,1662,'_backorders','no'), +(17138,1662,'_sold_individually','no'), +(17139,1662,'_virtual','yes'), +(17140,1662,'_downloadable','yes'), +(17141,1662,'_download_limit','-1'), +(17142,1662,'_download_expiry','-1'), +(17143,1662,'_stock',NULL), +(17144,1662,'_stock_status','instock'), +(17145,1662,'_wc_average_rating','0'), +(17146,1662,'_wc_review_count','0'), +(17147,1662,'attribute_pa_giftcard-amount','110e'), +(17148,1662,'_product_version','10.4.4'), +(17149,1663,'_variation_description',''), +(17150,1663,'total_sales','0'), +(17151,1663,'_tax_status','taxable'), +(17152,1663,'_tax_class','parent'), +(17153,1663,'_manage_stock','no'), +(17154,1663,'_backorders','no'), +(17155,1663,'_sold_individually','no'), +(17156,1663,'_virtual','yes'), +(17157,1663,'_downloadable','yes'), +(17158,1663,'_download_limit','-1'), +(17159,1663,'_download_expiry','-1'), +(17160,1663,'_stock',NULL), +(17161,1663,'_stock_status','instock'), +(17162,1663,'_wc_average_rating','0'), +(17163,1663,'_wc_review_count','0'), +(17164,1663,'attribute_pa_giftcard-amount','120e'), +(17165,1663,'_product_version','10.4.4'), +(17166,1664,'_variation_description',''), +(17167,1664,'total_sales','0'), +(17168,1664,'_tax_status','taxable'), +(17169,1664,'_tax_class','parent'), +(17170,1664,'_manage_stock','no'), +(17171,1664,'_backorders','no'), +(17172,1664,'_sold_individually','no'), +(17173,1664,'_virtual','yes'), +(17174,1664,'_downloadable','yes'), +(17175,1664,'_download_limit','-1'), +(17176,1664,'_download_expiry','-1'), +(17177,1664,'_stock',NULL), +(17178,1664,'_stock_status','instock'), +(17179,1664,'_wc_average_rating','0'), +(17180,1664,'_wc_review_count','0'), +(17181,1664,'attribute_pa_giftcard-amount','130e'), +(17182,1664,'_product_version','10.4.4'), +(17183,1665,'_variation_description',''), +(17184,1665,'total_sales','0'), +(17185,1665,'_tax_status','taxable'), +(17186,1665,'_tax_class','parent'), +(17187,1665,'_manage_stock','no'), +(17188,1665,'_backorders','no'), +(17189,1665,'_sold_individually','no'), +(17190,1665,'_virtual','yes'), +(17191,1665,'_downloadable','yes'), +(17192,1665,'_download_limit','-1'), +(17193,1665,'_download_expiry','-1'), +(17194,1665,'_stock',NULL), +(17195,1665,'_stock_status','instock'), +(17196,1665,'_wc_average_rating','0'), +(17197,1665,'_wc_review_count','0'), +(17198,1665,'attribute_pa_giftcard-amount','140e'), +(17199,1665,'_product_version','10.4.4'), +(17200,1666,'_variation_description',''), +(17201,1666,'total_sales','0'), +(17202,1666,'_tax_status','taxable'), +(17203,1666,'_tax_class','parent'), +(17204,1666,'_manage_stock','no'), +(17205,1666,'_backorders','no'), +(17206,1666,'_sold_individually','no'), +(17207,1666,'_virtual','yes'), +(17208,1666,'_downloadable','yes'), +(17209,1666,'_download_limit','-1'), +(17210,1666,'_download_expiry','-1'), +(17211,1666,'_stock',NULL), +(17212,1666,'_stock_status','instock'), +(17213,1666,'_wc_average_rating','0'), +(17214,1666,'_wc_review_count','0'), +(17215,1666,'attribute_pa_giftcard-amount','150e'), +(17216,1666,'_product_version','10.4.4'), +(17217,1667,'_variation_description',''), +(17218,1667,'total_sales','0'), +(17219,1667,'_tax_status','taxable'), +(17220,1667,'_tax_class','parent'), +(17221,1667,'_manage_stock','no'), +(17222,1667,'_backorders','no'), +(17223,1667,'_sold_individually','no'), +(17224,1667,'_virtual','yes'), +(17225,1667,'_downloadable','yes'), +(17226,1667,'_download_limit','-1'), +(17227,1667,'_download_expiry','-1'), +(17228,1667,'_stock',NULL), +(17229,1667,'_stock_status','instock'), +(17230,1667,'_wc_average_rating','0'), +(17231,1667,'_wc_review_count','0'), +(17232,1667,'attribute_pa_giftcard-amount','55e'), +(17233,1667,'_product_version','10.4.4'), +(17241,1662,'_sku','GIFTcard-110'), +(17242,1662,'_regular_price','110'), +(17243,1662,'_thumbnail_id','0'), +(17244,1662,'_downloadable_files','a:2:{s:36:\"51327bbd-22bf-49d4-8b21-7de28f240cdd\";a:4:{s:2:\"id\";s:36:\"51327bbd-22bf-49d4-8b21-7de28f240cdd\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"d65a2169-513b-4bc2-b49a-dad561aaa5d8\";a:4:{s:2:\"id\";s:36:\"d65a2169-513b-4bc2-b49a-dad561aaa5d8\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17245,1662,'_price','110'), +(17246,1663,'_sku','GIFTcard-120'), +(17247,1663,'_regular_price','120'), +(17248,1663,'_thumbnail_id','0'), +(17249,1663,'_downloadable_files','a:2:{s:36:\"1601c575-a132-492e-80d3-e0dfd5d6bd32\";a:4:{s:2:\"id\";s:36:\"1601c575-a132-492e-80d3-e0dfd5d6bd32\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"f5a4a07f-d230-43ca-9bb9-bdc5865e1274\";a:4:{s:2:\"id\";s:36:\"f5a4a07f-d230-43ca-9bb9-bdc5865e1274\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17250,1663,'_price','120'), +(17251,1664,'_sku','GIFTcard-130'), +(17252,1664,'_regular_price','130'), +(17253,1664,'_thumbnail_id','0'), +(17254,1664,'_downloadable_files','a:2:{s:36:\"081fa482-ada0-4249-a014-74d088dab38c\";a:4:{s:2:\"id\";s:36:\"081fa482-ada0-4249-a014-74d088dab38c\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"2ebfba89-94d2-441e-a404-ab14967b1f00\";a:4:{s:2:\"id\";s:36:\"2ebfba89-94d2-441e-a404-ab14967b1f00\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17255,1664,'_price','130'), +(17256,1665,'_sku','GIFTcard-140'), +(17257,1665,'_regular_price','140'), +(17258,1665,'_thumbnail_id','0'), +(17259,1665,'_downloadable_files','a:2:{s:36:\"770832d6-fe0b-434b-a9bd-556e76cb6cb5\";a:4:{s:2:\"id\";s:36:\"770832d6-fe0b-434b-a9bd-556e76cb6cb5\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"1dec25c3-7fdf-40a7-ae6e-49759ec99ba5\";a:4:{s:2:\"id\";s:36:\"1dec25c3-7fdf-40a7-ae6e-49759ec99ba5\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17260,1665,'_price','140'), +(17261,1666,'_sku','GIFTcard-150'), +(17262,1666,'_regular_price','150'), +(17263,1666,'_thumbnail_id','0'), +(17264,1666,'_downloadable_files','a:2:{s:36:\"909fb801-f58f-4345-a78b-2423c34d2e07\";a:4:{s:2:\"id\";s:36:\"909fb801-f58f-4345-a78b-2423c34d2e07\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"a1e8fe41-fedf-4c12-a77c-875b50ef3240\";a:4:{s:2:\"id\";s:36:\"a1e8fe41-fedf-4c12-a77c-875b50ef3240\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17265,1666,'_price','150'), +(17266,1667,'_sku','GIFTcard-55'), +(17267,1667,'_regular_price','55'), +(17268,1667,'_thumbnail_id','0'), +(17269,1667,'_downloadable_files','a:2:{s:36:\"e920c9ea-40ef-44cd-a166-ffeab8869448\";a:4:{s:2:\"id\";s:36:\"e920c9ea-40ef-44cd-a166-ffeab8869448\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"c0759fae-fd4e-442b-b336-bdb7694d2db6\";a:4:{s:2:\"id\";s:36:\"c0759fae-fd4e-442b-b336-bdb7694d2db6\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17270,1667,'_price','55'), +(17310,1574,'_price','40'), +(17311,1574,'_price','50'), +(17312,1574,'_price','55'), +(17313,1574,'_price','60'), +(17314,1574,'_price','70'), +(17315,1574,'_price','80'), +(17316,1574,'_price','90'), +(17317,1574,'_price','100'), +(17318,1574,'_price','110'), +(17319,1574,'_price','120'), +(17320,1574,'_price','130'), +(17321,1574,'_price','140'), +(17322,1574,'_price','150'), +(17323,1574,'_photos_colonne_gauche|||0|value','1575'), +(17324,1574,'_photos_colonne_droite|||0|value','1577'), +(17325,1574,'_haiku_details_produit',''), +(17326,1673,'_edit_lock','1777369727:1'), +(17327,1673,'_edit_last','1'), +(17328,1674,'_wp_attached_file','2026/03/004A2444.jpg'), +(17329,1674,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2444.jpg\";s:8:\"filesize\";i:927859;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2444-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28370;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17330,1674,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17331,1675,'_wp_attached_file','2026/03/004A2460.jpg'), +(17332,1675,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2460.jpg\";s:8:\"filesize\";i:967111;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2460-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20973;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17333,1675,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17334,1676,'_wp_attached_file','2026/03/004A2576.jpg'), +(17335,1676,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2576.jpg\";s:8:\"filesize\";i:838847;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2576-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17336,1676,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17337,1677,'_wp_attached_file','2026/03/004A2605.jpg'), +(17338,1677,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2605.jpg\";s:8:\"filesize\";i:791730;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2605-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17339,1677,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17341,1673,'total_sales','0'), +(17342,1673,'_tax_status','taxable'), +(17343,1673,'_tax_class',''), +(17344,1673,'_manage_stock','no'), +(17345,1673,'_backorders','no'), +(17346,1673,'_sold_individually','no'), +(17347,1673,'_virtual','no'), +(17348,1673,'_downloadable','no'), +(17349,1673,'_download_limit','-1'), +(17350,1673,'_download_expiry','-1'), +(17351,1673,'_stock',NULL), +(17352,1673,'_stock_status','instock'), +(17353,1673,'_wc_average_rating','0'), +(17354,1673,'_wc_review_count','0'), +(17355,1673,'_product_version','10.6.1'), +(17362,1673,'_product_attributes','a:1:{s:20:\"pa_material-workshop\";a:6:{s:4:\"name\";s:20:\"pa_material-workshop\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(17363,1678,'_variation_description',''), +(17364,1678,'total_sales','0'), +(17365,1678,'_tax_status','taxable'), +(17366,1678,'_tax_class','parent'), +(17367,1678,'_manage_stock','no'), +(17368,1678,'_backorders','no'), +(17369,1678,'_sold_individually','no'), +(17370,1678,'_virtual','no'), +(17371,1678,'_downloadable','no'), +(17372,1678,'_download_limit','-1'), +(17373,1678,'_download_expiry','-1'), +(17374,1678,'_stock',NULL), +(17375,1678,'_stock_status','instock'), +(17376,1678,'_wc_average_rating','0'), +(17377,1678,'_wc_review_count','0'), +(17378,1678,'attribute_pa_material-workshop','gld-brass'), +(17379,1678,'_product_version','10.6.1'), +(17380,1679,'_variation_description',''), +(17381,1679,'total_sales','0'), +(17382,1679,'_tax_status','taxable'), +(17383,1679,'_tax_class','parent'), +(17384,1679,'_manage_stock','no'), +(17385,1679,'_backorders','no'), +(17386,1679,'_sold_individually','no'), +(17387,1679,'_virtual','no'), +(17388,1679,'_downloadable','no'), +(17389,1679,'_download_limit','-1'), +(17390,1679,'_download_expiry','-1'), +(17391,1679,'_stock',NULL), +(17392,1679,'_stock_status','instock'), +(17393,1679,'_wc_average_rating','0'), +(17394,1679,'_wc_review_count','0'), +(17395,1679,'attribute_pa_material-workshop','slv-brass'), +(17396,1679,'_product_version','10.6.1'), +(17397,1680,'_variation_description',''), +(17398,1680,'total_sales','0'), +(17399,1680,'_tax_status','taxable'), +(17400,1680,'_tax_class','parent'), +(17401,1680,'_manage_stock','no'), +(17402,1680,'_backorders','no'), +(17403,1680,'_sold_individually','no'), +(17404,1680,'_virtual','no'), +(17405,1680,'_downloadable','no'), +(17406,1680,'_download_limit','-1'), +(17407,1680,'_download_expiry','-1'), +(17408,1680,'_stock',NULL), +(17409,1680,'_stock_status','instock'), +(17410,1680,'_wc_average_rating','0'), +(17411,1680,'_wc_review_count','0'), +(17412,1680,'attribute_pa_material-workshop','strl-silver'), +(17413,1680,'_product_version','10.6.1'), +(17414,1678,'_sku','ECworkshop-gb'), +(17415,1678,'_regular_price','85'), +(17416,1678,'_thumbnail_id','0'), +(17417,1678,'_price','85'), +(17418,1679,'_sku','ECworkshop-sb'), +(17419,1679,'_regular_price','80'), +(17420,1679,'_thumbnail_id','0'), +(17421,1679,'_price','80'), +(17422,1680,'_sku','ECworkshop-slv'), +(17423,1680,'_regular_price','95'), +(17424,1680,'_thumbnail_id','0'), +(17425,1680,'_price','95'), +(17432,1673,'_price','80'), +(17433,1673,'_price','85'), +(17434,1673,'_price','95'), +(17435,1681,'total_sales','0'), +(17436,1681,'_tax_status','taxable'), +(17437,1681,'_tax_class',''), +(17438,1681,'_manage_stock','no'), +(17439,1681,'_backorders','no'), +(17440,1681,'_sold_individually','no'), +(17441,1681,'_virtual','no'), +(17442,1681,'_downloadable','no'), +(17443,1681,'_download_limit','-1'), +(17444,1681,'_download_expiry','-1'), +(17445,1681,'_stock',NULL), +(17446,1681,'_stock_status','instock'), +(17447,1681,'_wc_average_rating','0'), +(17448,1681,'_wc_review_count','0'), +(17449,1681,'_product_attributes','a:1:{s:20:\"pa_material-workshop\";a:6:{s:4:\"name\";s:20:\"pa_material-workshop\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(17450,1681,'_product_version','10.6.1'), +(17457,1682,'_variation_description',''), +(17458,1682,'_sku','Cworkshop-sb'), +(17459,1682,'_regular_price','110'), +(17460,1682,'total_sales','0'), +(17461,1682,'_tax_status','taxable'), +(17462,1682,'_tax_class','parent'), +(17463,1682,'_manage_stock','no'), +(17464,1682,'_backorders','no'), +(17465,1682,'_sold_individually','no'), +(17466,1682,'_virtual','no'), +(17467,1682,'_downloadable','no'), +(17468,1682,'_download_limit','-1'), +(17469,1682,'_download_expiry','-1'), +(17470,1682,'_thumbnail_id','0'), +(17471,1682,'_stock',NULL), +(17472,1682,'_stock_status','instock'), +(17473,1682,'_wc_average_rating','0'), +(17474,1682,'_wc_review_count','0'), +(17475,1682,'attribute_pa_material-workshop','slv-brass'), +(17476,1682,'_price','110'), +(17477,1682,'_product_version','10.6.1'), +(17478,1683,'_variation_description',''), +(17479,1683,'_sku','Cworkshop-gb'), +(17480,1683,'_regular_price','115'), +(17481,1683,'total_sales','0'), +(17482,1683,'_tax_status','taxable'), +(17483,1683,'_tax_class','parent'), +(17484,1683,'_manage_stock','no'), +(17485,1683,'_backorders','no'), +(17486,1683,'_sold_individually','no'), +(17487,1683,'_virtual','no'), +(17488,1683,'_downloadable','no'), +(17489,1683,'_download_limit','-1'), +(17490,1683,'_download_expiry','-1'), +(17491,1683,'_thumbnail_id','0'), +(17492,1683,'_stock',NULL), +(17493,1683,'_stock_status','instock'), +(17494,1683,'_wc_average_rating','0'), +(17495,1683,'_wc_review_count','0'), +(17496,1683,'attribute_pa_material-workshop','gld-brass'), +(17497,1683,'_price','115'), +(17498,1683,'_product_version','10.6.1'), +(17499,1684,'_variation_description',''), +(17500,1684,'_sku','Cworkshop-slv'), +(17501,1684,'_regular_price','140'), +(17502,1684,'total_sales','0'), +(17503,1684,'_tax_status','taxable'), +(17504,1684,'_tax_class','parent'), +(17505,1684,'_manage_stock','no'), +(17506,1684,'_backorders','no'), +(17507,1684,'_sold_individually','no'), +(17508,1684,'_virtual','no'), +(17509,1684,'_downloadable','no'), +(17510,1684,'_download_limit','-1'), +(17511,1684,'_download_expiry','-1'), +(17512,1684,'_thumbnail_id','0'), +(17513,1684,'_stock',NULL), +(17514,1684,'_stock_status','instock'), +(17515,1684,'_wc_average_rating','0'), +(17516,1684,'_wc_review_count','0'), +(17517,1684,'attribute_pa_material-workshop','strl-silver'), +(17518,1684,'_price','140'), +(17519,1684,'_product_version','10.6.1'), +(17523,1681,'_edit_lock','1777369773:1'), +(17524,1681,'_edit_last','1'), +(17525,1685,'_wp_attached_file','2026/03/004A2472.jpg'), +(17526,1685,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2472.jpg\";s:8:\"filesize\";i:718758;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2472-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17527,1685,'_wp_attachment_image_alt','workshop create a pendant'), +(17528,1686,'_wp_attached_file','2026/03/004A2361.jpg'), +(17529,1686,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2361.jpg\";s:8:\"filesize\";i:608706;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2361-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20033;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17530,1686,'_wp_attachment_image_alt','workshop create a pendant'), +(17531,1687,'_wp_attached_file','2026/03/004A2430.jpg'), +(17532,1687,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2430.jpg\";s:8:\"filesize\";i:779392;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2430-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15737;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17533,1687,'_wp_attachment_image_alt','workshop create a pendant'), +(17534,1688,'_wp_attached_file','2026/03/004A2464.jpg'), +(17535,1688,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2464.jpg\";s:8:\"filesize\";i:734629;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2464-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18705;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17536,1688,'_wp_attachment_image_alt','workshop create a pendant'), +(17537,1681,'_price','110'), +(17538,1681,'_price','115'), +(17539,1681,'_price','140'), +(17546,1689,'total_sales','0'), +(17547,1689,'_tax_status','taxable'), +(17548,1689,'_tax_class',''), +(17549,1689,'_manage_stock','no'), +(17550,1689,'_backorders','no'), +(17551,1689,'_sold_individually','no'), +(17552,1689,'_virtual','no'), +(17553,1689,'_downloadable','no'), +(17554,1689,'_download_limit','-1'), +(17555,1689,'_download_expiry','-1'), +(17556,1689,'_stock',NULL), +(17557,1689,'_stock_status','instock'), +(17558,1689,'_wc_average_rating','0'), +(17559,1689,'_wc_review_count','0'), +(17560,1689,'_product_attributes','a:1:{s:20:\"pa_material-workshop\";a:6:{s:4:\"name\";s:20:\"pa_material-workshop\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(17561,1689,'_product_version','10.6.1'), +(17568,1690,'_variation_description',''), +(17569,1690,'_sku','Rworkshop-sb'), +(17570,1690,'_regular_price','150'), +(17571,1690,'total_sales','0'), +(17572,1690,'_tax_status','taxable'), +(17573,1690,'_tax_class','parent'), +(17574,1690,'_manage_stock','no'), +(17575,1690,'_backorders','no'), +(17576,1690,'_sold_individually','no'), +(17577,1690,'_virtual','no'), +(17578,1690,'_downloadable','no'), +(17579,1690,'_download_limit','-1'), +(17580,1690,'_download_expiry','-1'), +(17581,1690,'_thumbnail_id','0'), +(17582,1690,'_stock',NULL), +(17583,1690,'_stock_status','instock'), +(17584,1690,'_wc_average_rating','0'), +(17585,1690,'_wc_review_count','0'), +(17586,1690,'attribute_pa_material-workshop','slv-brass'), +(17587,1690,'_price','150'), +(17588,1690,'_product_version','10.6.1'), +(17589,1691,'_variation_description',''), +(17590,1691,'_sku','Rworkshop-gb'), +(17591,1691,'_regular_price','155'), +(17592,1691,'total_sales','0'), +(17593,1691,'_tax_status','taxable'), +(17594,1691,'_tax_class','parent'), +(17595,1691,'_manage_stock','no'), +(17596,1691,'_backorders','no'), +(17597,1691,'_sold_individually','no'), +(17598,1691,'_virtual','no'), +(17599,1691,'_downloadable','no'), +(17600,1691,'_download_limit','-1'), +(17601,1691,'_download_expiry','-1'), +(17602,1691,'_thumbnail_id','0'), +(17603,1691,'_stock',NULL), +(17604,1691,'_stock_status','instock'), +(17605,1691,'_wc_average_rating','0'), +(17606,1691,'_wc_review_count','0'), +(17607,1691,'attribute_pa_material-workshop','gld-brass'), +(17608,1691,'_price','155'), +(17609,1691,'_product_version','10.6.1'), +(17610,1692,'_variation_description',''), +(17611,1692,'_sku','Rworkshop-slv'), +(17612,1692,'_regular_price','180'), +(17613,1692,'total_sales','0'), +(17614,1692,'_tax_status','taxable'), +(17615,1692,'_tax_class','parent'), +(17616,1692,'_manage_stock','no'), +(17617,1692,'_backorders','no'), +(17618,1692,'_sold_individually','no'), +(17619,1692,'_virtual','no'), +(17620,1692,'_downloadable','no'), +(17621,1692,'_download_limit','-1'), +(17622,1692,'_download_expiry','-1'), +(17623,1692,'_thumbnail_id','0'), +(17624,1692,'_stock',NULL), +(17625,1692,'_stock_status','instock'), +(17626,1692,'_wc_average_rating','0'), +(17627,1692,'_wc_review_count','0'), +(17628,1692,'attribute_pa_material-workshop','strl-silver'), +(17629,1692,'_price','180'), +(17630,1692,'_product_version','10.6.1'), +(17634,1689,'_edit_lock','1777369706:1'), +(17635,1689,'_edit_last','1'), +(17636,1693,'_wp_attached_file','2026/03/004A2598.jpg'), +(17637,1693,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2598.jpg\";s:8:\"filesize\";i:716654;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2598-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17638,1693,'_wp_attachment_image_alt','workshop create a ring'), +(17639,1694,'_wp_attached_file','2026/03/004A2592.jpg'), +(17640,1694,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2592.jpg\";s:8:\"filesize\";i:901009;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2592-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23233;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17641,1694,'_wp_attachment_image_alt','workshop create a ring'), +(17642,1695,'_wp_attached_file','2026/03/004A2408.jpg'), +(17643,1695,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2408.jpg\";s:8:\"filesize\";i:585687;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2408-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15492;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17644,1695,'_wp_attachment_image_alt','workshop create a ring'), +(17645,1696,'_wp_attached_file','2026/03/004A2458.jpg'), +(17646,1696,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2458.jpg\";s:8:\"filesize\";i:1017458;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2458-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25023;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17647,1696,'_wp_attachment_image_alt','workshop create a ring'), +(17648,1689,'_price','150'), +(17649,1689,'_price','155'), +(17650,1689,'_price','180'), +(17669,1699,'_wp_attached_file','2026/03/DSCF9660.jpg'), +(17670,1699,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2026/03/DSCF9660.jpg\";s:8:\"filesize\";i:423479;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF9660-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17671,1700,'_wp_attached_file','2026/03/DSCF9656.jpg'), +(17672,1700,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2026/03/DSCF9656.jpg\";s:8:\"filesize\";i:506501;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF9656-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10504;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17673,1701,'_wp_attached_file','2026/03/DSCF9673.jpg'), +(17674,1701,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2026/03/DSCF9673.jpg\";s:8:\"filesize\";i:426540;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF9673-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7022;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17675,1699,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17676,1673,'_thumbnail_id','1886'), +(17683,1700,'_wp_attachment_image_alt','workshop create a pendant'), +(17684,1689,'_thumbnail_id','1888'), +(17691,1701,'_wp_attachment_image_alt','workshop create a ring'), +(17698,1681,'_thumbnail_id','1887'), +(17747,240,'_price','120'), +(17752,1491,'_wp_trash_meta_status','publish'), +(17753,1491,'_wp_trash_meta_time','1777035454'), +(17754,1491,'_wp_desired_post_slug','kime-solo-hoop'), +(17764,1704,'_variation_description',''), +(17765,1704,'total_sales','0'), +(17766,1704,'_tax_status','taxable'), +(17767,1704,'_tax_class','parent'), +(17768,1704,'_manage_stock','no'), +(17769,1704,'_backorders','no'), +(17770,1704,'_sold_individually','no'), +(17771,1704,'_virtual','no'), +(17772,1704,'_downloadable','no'), +(17773,1704,'_download_limit','-1'), +(17774,1704,'_download_expiry','-1'), +(17775,1704,'_stock',NULL), +(17776,1704,'_stock_status','instock'), +(17777,1704,'_wc_average_rating','0'), +(17778,1704,'_wc_review_count','0'), +(17779,1704,'attribute_pa_size','48'), +(17780,1704,'_product_version','10.6.1'), +(17781,1705,'_variation_description',''), +(17782,1705,'total_sales','0'), +(17783,1705,'_tax_status','taxable'), +(17784,1705,'_tax_class','parent'), +(17785,1705,'_manage_stock','no'), +(17786,1705,'_backorders','no'), +(17787,1705,'_sold_individually','no'), +(17788,1705,'_virtual','no'), +(17789,1705,'_downloadable','no'), +(17790,1705,'_download_limit','-1'), +(17791,1705,'_download_expiry','-1'), +(17792,1705,'_stock',NULL), +(17793,1705,'_stock_status','instock'), +(17794,1705,'_wc_average_rating','0'), +(17795,1705,'_wc_review_count','0'), +(17796,1705,'attribute_pa_size','49'), +(17797,1705,'_product_version','10.6.1'), +(17798,1706,'_variation_description',''), +(17799,1706,'total_sales','0'), +(17800,1706,'_tax_status','taxable'), +(17801,1706,'_tax_class','parent'), +(17802,1706,'_manage_stock','no'), +(17803,1706,'_backorders','no'), +(17804,1706,'_sold_individually','no'), +(17805,1706,'_virtual','no'), +(17806,1706,'_downloadable','no'), +(17807,1706,'_download_limit','-1'), +(17808,1706,'_download_expiry','-1'), +(17809,1706,'_stock',NULL), +(17810,1706,'_stock_status','instock'), +(17811,1706,'_wc_average_rating','0'), +(17812,1706,'_wc_review_count','0'), +(17813,1706,'attribute_pa_size','50'), +(17814,1706,'_product_version','10.6.1'), +(17815,1707,'_variation_description',''), +(17816,1707,'total_sales','0'), +(17817,1707,'_tax_status','taxable'), +(17818,1707,'_tax_class','parent'), +(17819,1707,'_manage_stock','no'), +(17820,1707,'_backorders','no'), +(17821,1707,'_sold_individually','no'), +(17822,1707,'_virtual','no'), +(17823,1707,'_downloadable','no'), +(17824,1707,'_download_limit','-1'), +(17825,1707,'_download_expiry','-1'), +(17826,1707,'_stock',NULL), +(17827,1707,'_stock_status','instock'), +(17828,1707,'_wc_average_rating','0'), +(17829,1707,'_wc_review_count','0'), +(17830,1707,'attribute_pa_size','51'), +(17831,1707,'_product_version','10.6.1'), +(17832,1708,'_variation_description',''), +(17833,1708,'total_sales','0'), +(17834,1708,'_tax_status','taxable'), +(17835,1708,'_tax_class','parent'), +(17836,1708,'_manage_stock','no'), +(17837,1708,'_backorders','no'), +(17838,1708,'_sold_individually','no'), +(17839,1708,'_virtual','no'), +(17840,1708,'_downloadable','no'), +(17841,1708,'_download_limit','-1'), +(17842,1708,'_download_expiry','-1'), +(17843,1708,'_stock',NULL), +(17844,1708,'_stock_status','instock'), +(17845,1708,'_wc_average_rating','0'), +(17846,1708,'_wc_review_count','0'), +(17847,1708,'attribute_pa_size','52'), +(17848,1708,'_product_version','10.6.1'), +(17849,1709,'_variation_description',''), +(17850,1709,'total_sales','0'), +(17851,1709,'_tax_status','taxable'), +(17852,1709,'_tax_class','parent'), +(17853,1709,'_manage_stock','no'), +(17854,1709,'_backorders','no'), +(17855,1709,'_sold_individually','no'), +(17856,1709,'_virtual','no'), +(17857,1709,'_downloadable','no'), +(17858,1709,'_download_limit','-1'), +(17859,1709,'_download_expiry','-1'), +(17860,1709,'_stock',NULL), +(17861,1709,'_stock_status','instock'), +(17862,1709,'_wc_average_rating','0'), +(17863,1709,'_wc_review_count','0'), +(17864,1709,'attribute_pa_size','53'), +(17865,1709,'_product_version','10.6.1'), +(17866,1710,'_variation_description',''), +(17867,1710,'total_sales','0'), +(17868,1710,'_tax_status','taxable'), +(17869,1710,'_tax_class','parent'), +(17870,1710,'_manage_stock','no'), +(17871,1710,'_backorders','no'), +(17872,1710,'_sold_individually','no'), +(17873,1710,'_virtual','no'), +(17874,1710,'_downloadable','no'), +(17875,1710,'_download_limit','-1'), +(17876,1710,'_download_expiry','-1'), +(17877,1710,'_stock',NULL), +(17878,1710,'_stock_status','instock'), +(17879,1710,'_wc_average_rating','0'), +(17880,1710,'_wc_review_count','0'), +(17881,1710,'attribute_pa_size','54'), +(17882,1710,'_product_version','10.6.1'), +(17883,1711,'_variation_description',''), +(17884,1711,'total_sales','0'), +(17885,1711,'_tax_status','taxable'), +(17886,1711,'_tax_class','parent'), +(17887,1711,'_manage_stock','no'), +(17888,1711,'_backorders','no'), +(17889,1711,'_sold_individually','no'), +(17890,1711,'_virtual','no'), +(17891,1711,'_downloadable','no'), +(17892,1711,'_download_limit','-1'), +(17893,1711,'_download_expiry','-1'), +(17894,1711,'_stock',NULL), +(17895,1711,'_stock_status','instock'), +(17896,1711,'_wc_average_rating','0'), +(17897,1711,'_wc_review_count','0'), +(17898,1711,'attribute_pa_size','55'), +(17899,1711,'_product_version','10.6.1'), +(17900,1712,'_variation_description',''), +(17901,1712,'total_sales','0'), +(17902,1712,'_tax_status','taxable'), +(17903,1712,'_tax_class','parent'), +(17904,1712,'_manage_stock','no'), +(17905,1712,'_backorders','no'), +(17906,1712,'_sold_individually','no'), +(17907,1712,'_virtual','no'), +(17908,1712,'_downloadable','no'), +(17909,1712,'_download_limit','-1'), +(17910,1712,'_download_expiry','-1'), +(17911,1712,'_stock',NULL), +(17912,1712,'_stock_status','instock'), +(17913,1712,'_wc_average_rating','0'), +(17914,1712,'_wc_review_count','0'), +(17915,1712,'attribute_pa_size','56'), +(17916,1712,'_product_version','10.6.1'), +(17917,1713,'_variation_description',''), +(17918,1713,'total_sales','0'), +(17919,1713,'_tax_status','taxable'), +(17920,1713,'_tax_class','parent'), +(17921,1713,'_manage_stock','no'), +(17922,1713,'_backorders','no'), +(17923,1713,'_sold_individually','no'), +(17924,1713,'_virtual','no'), +(17925,1713,'_downloadable','no'), +(17926,1713,'_download_limit','-1'), +(17927,1713,'_download_expiry','-1'), +(17928,1713,'_stock',NULL), +(17929,1713,'_stock_status','instock'), +(17930,1713,'_wc_average_rating','0'), +(17931,1713,'_wc_review_count','0'), +(17932,1713,'attribute_pa_size','57'), +(17933,1713,'_product_version','10.6.1'), +(17934,1714,'_variation_description',''), +(17935,1714,'total_sales','0'), +(17936,1714,'_tax_status','taxable'), +(17937,1714,'_tax_class','parent'), +(17938,1714,'_manage_stock','no'), +(17939,1714,'_backorders','no'), +(17940,1714,'_sold_individually','no'), +(17941,1714,'_virtual','no'), +(17942,1714,'_downloadable','no'), +(17943,1714,'_download_limit','-1'), +(17944,1714,'_download_expiry','-1'), +(17945,1714,'_stock',NULL), +(17946,1714,'_stock_status','instock'), +(17947,1714,'_wc_average_rating','0'), +(17948,1714,'_wc_review_count','0'), +(17949,1714,'attribute_pa_size','58'), +(17950,1714,'_product_version','10.6.1'), +(17951,1715,'_variation_description',''), +(17952,1715,'total_sales','0'), +(17953,1715,'_tax_status','taxable'), +(17954,1715,'_tax_class','parent'), +(17955,1715,'_manage_stock','no'), +(17956,1715,'_backorders','no'), +(17957,1715,'_sold_individually','no'), +(17958,1715,'_virtual','no'), +(17959,1715,'_downloadable','no'), +(17960,1715,'_download_limit','-1'), +(17961,1715,'_download_expiry','-1'), +(17962,1715,'_stock',NULL), +(17963,1715,'_stock_status','instock'), +(17964,1715,'_wc_average_rating','0'), +(17965,1715,'_wc_review_count','0'), +(17966,1715,'attribute_pa_size','59'), +(17967,1715,'_product_version','10.6.1'), +(17968,1716,'_variation_description',''), +(17969,1716,'total_sales','0'), +(17970,1716,'_tax_status','taxable'), +(17971,1716,'_tax_class','parent'), +(17972,1716,'_manage_stock','no'), +(17973,1716,'_backorders','no'), +(17974,1716,'_sold_individually','no'), +(17975,1716,'_virtual','no'), +(17976,1716,'_downloadable','no'), +(17977,1716,'_download_limit','-1'), +(17978,1716,'_download_expiry','-1'), +(17979,1716,'_stock',NULL), +(17980,1716,'_stock_status','instock'), +(17981,1716,'_wc_average_rating','0'), +(17982,1716,'_wc_review_count','0'), +(17983,1716,'attribute_pa_size','60'), +(17984,1716,'_product_version','10.6.1'), +(17985,1717,'_variation_description',''), +(17986,1717,'total_sales','0'), +(17987,1717,'_tax_status','taxable'), +(17988,1717,'_tax_class','parent'), +(17989,1717,'_manage_stock','no'), +(17990,1717,'_backorders','no'), +(17991,1717,'_sold_individually','no'), +(17992,1717,'_virtual','no'), +(17993,1717,'_downloadable','no'), +(17994,1717,'_download_limit','-1'), +(17995,1717,'_download_expiry','-1'), +(17996,1717,'_stock',NULL), +(17997,1717,'_stock_status','instock'), +(17998,1717,'_wc_average_rating','0'), +(17999,1717,'_wc_review_count','0'), +(18000,1717,'attribute_pa_size','61'), +(18001,1717,'_product_version','10.6.1'), +(18002,1718,'_variation_description',''), +(18003,1718,'total_sales','0'), +(18004,1718,'_tax_status','taxable'), +(18005,1718,'_tax_class','parent'), +(18006,1718,'_manage_stock','no'), +(18007,1718,'_backorders','no'), +(18008,1718,'_sold_individually','no'), +(18009,1718,'_virtual','no'), +(18010,1718,'_downloadable','no'), +(18011,1718,'_download_limit','-1'), +(18012,1718,'_download_expiry','-1'), +(18013,1718,'_stock',NULL), +(18014,1718,'_stock_status','instock'), +(18015,1718,'_wc_average_rating','0'), +(18016,1718,'_wc_review_count','0'), +(18017,1718,'attribute_pa_size','62'), +(18018,1718,'_product_version','10.6.1'), +(18019,1719,'_variation_description',''), +(18020,1719,'total_sales','0'), +(18021,1719,'_tax_status','taxable'), +(18022,1719,'_tax_class','parent'), +(18023,1719,'_manage_stock','no'), +(18024,1719,'_backorders','no'), +(18025,1719,'_sold_individually','no'), +(18026,1719,'_virtual','no'), +(18027,1719,'_downloadable','no'), +(18028,1719,'_download_limit','-1'), +(18029,1719,'_download_expiry','-1'), +(18030,1719,'_stock',NULL), +(18031,1719,'_stock_status','instock'), +(18032,1719,'_wc_average_rating','0'), +(18033,1719,'_wc_review_count','0'), +(18034,1719,'attribute_pa_size','63'), +(18035,1719,'_product_version','10.6.1'), +(18036,1720,'_variation_description',''), +(18037,1720,'total_sales','0'), +(18038,1720,'_tax_status','taxable'), +(18039,1720,'_tax_class','parent'), +(18040,1720,'_manage_stock','no'), +(18041,1720,'_backorders','no'), +(18042,1720,'_sold_individually','no'), +(18043,1720,'_virtual','no'), +(18044,1720,'_downloadable','no'), +(18045,1720,'_download_limit','-1'), +(18046,1720,'_download_expiry','-1'), +(18047,1720,'_stock',NULL), +(18048,1720,'_stock_status','instock'), +(18049,1720,'_wc_average_rating','0'), +(18050,1720,'_wc_review_count','0'), +(18051,1720,'attribute_pa_size','64'), +(18052,1720,'_product_version','10.6.1'), +(18053,1720,'_regular_price','150'), +(18054,1720,'_thumbnail_id','0'), +(18055,1720,'_price','150'), +(18056,1719,'_regular_price','150'), +(18057,1719,'_thumbnail_id','0'), +(18058,1719,'_price','150'), +(18059,1718,'_regular_price','150'), +(18060,1718,'_thumbnail_id','0'), +(18061,1718,'_price','150'), +(18062,1717,'_regular_price','150'), +(18063,1717,'_thumbnail_id','0'), +(18064,1717,'_price','150'), +(18065,1716,'_regular_price','150'), +(18066,1716,'_thumbnail_id','0'), +(18067,1716,'_price','150'), +(18068,1715,'_regular_price','150'), +(18069,1715,'_thumbnail_id','0'), +(18070,1715,'_price','150'), +(18071,1714,'_regular_price','150'), +(18072,1714,'_thumbnail_id','0'), +(18073,1714,'_price','150'), +(18074,1713,'_regular_price','150'), +(18075,1713,'_thumbnail_id','0'), +(18076,1713,'_price','150'), +(18077,1712,'_regular_price','150'), +(18078,1712,'_thumbnail_id','0'), +(18079,1712,'_price','150'), +(18080,1711,'_regular_price','150'), +(18081,1711,'_thumbnail_id','0'), +(18082,1711,'_price','150'), +(18083,1710,'_regular_price','150'), +(18084,1710,'_thumbnail_id','0'), +(18085,1710,'_price','150'), +(18086,1709,'_regular_price','150'), +(18087,1709,'_thumbnail_id','0'), +(18088,1709,'_price','150'), +(18089,1708,'_regular_price','150'), +(18090,1708,'_thumbnail_id','0'), +(18091,1708,'_price','150'), +(18092,1707,'_regular_price','150'), +(18093,1707,'_thumbnail_id','0'), +(18094,1707,'_price','150'), +(18095,1706,'_regular_price','150'), +(18096,1706,'_thumbnail_id','0'), +(18097,1706,'_price','150'), +(18098,1705,'_regular_price','150'), +(18099,1705,'_thumbnail_id','0'), +(18100,1705,'_price','150'), +(18101,1704,'_regular_price','150'), +(18102,1704,'_thumbnail_id','0'), +(18103,1704,'_price','150'), +(18105,1467,'_price','150'), +(18112,1444,'_price','80'), +(18113,1444,'_price','130'), +(18381,1734,'_variation_description',''), +(18382,1734,'total_sales','0'), +(18383,1734,'_tax_status','taxable'), +(18384,1734,'_tax_class','parent'), +(18385,1734,'_manage_stock','no'), +(18386,1734,'_backorders','no'), +(18387,1734,'_sold_individually','no'), +(18388,1734,'_virtual','no'), +(18389,1734,'_downloadable','no'), +(18390,1734,'_download_limit','-1'), +(18391,1734,'_download_expiry','-1'), +(18392,1734,'_stock',NULL), +(18393,1734,'_stock_status','instock'), +(18394,1734,'_wc_average_rating','0'), +(18395,1734,'_wc_review_count','0'), +(18396,1734,'attribute_pa_size','48'), +(18397,1734,'_product_version','10.6.1'), +(18398,1735,'_variation_description',''), +(18399,1735,'total_sales','0'), +(18400,1735,'_tax_status','taxable'), +(18401,1735,'_tax_class','parent'), +(18402,1735,'_manage_stock','no'), +(18403,1735,'_backorders','no'), +(18404,1735,'_sold_individually','no'), +(18405,1735,'_virtual','no'), +(18406,1735,'_downloadable','no'), +(18407,1735,'_download_limit','-1'), +(18408,1735,'_download_expiry','-1'), +(18409,1735,'_stock',NULL), +(18410,1735,'_stock_status','instock'), +(18411,1735,'_wc_average_rating','0'), +(18412,1735,'_wc_review_count','0'), +(18413,1735,'attribute_pa_size','49'), +(18414,1735,'_product_version','10.6.1'), +(18415,1736,'_variation_description',''), +(18416,1736,'total_sales','0'), +(18417,1736,'_tax_status','taxable'), +(18418,1736,'_tax_class','parent'), +(18419,1736,'_manage_stock','no'), +(18420,1736,'_backorders','no'), +(18421,1736,'_sold_individually','no'), +(18422,1736,'_virtual','no'), +(18423,1736,'_downloadable','no'), +(18424,1736,'_download_limit','-1'), +(18425,1736,'_download_expiry','-1'), +(18426,1736,'_stock',NULL), +(18427,1736,'_stock_status','instock'), +(18428,1736,'_wc_average_rating','0'), +(18429,1736,'_wc_review_count','0'), +(18430,1736,'attribute_pa_size','50'), +(18431,1736,'_product_version','10.6.1'), +(18432,1737,'_variation_description',''), +(18433,1737,'total_sales','0'), +(18434,1737,'_tax_status','taxable'), +(18435,1737,'_tax_class','parent'), +(18436,1737,'_manage_stock','no'), +(18437,1737,'_backorders','no'), +(18438,1737,'_sold_individually','no'), +(18439,1737,'_virtual','no'), +(18440,1737,'_downloadable','no'), +(18441,1737,'_download_limit','-1'), +(18442,1737,'_download_expiry','-1'), +(18443,1737,'_stock',NULL), +(18444,1737,'_stock_status','instock'), +(18445,1737,'_wc_average_rating','0'), +(18446,1737,'_wc_review_count','0'), +(18447,1737,'attribute_pa_size','51'), +(18448,1737,'_product_version','10.6.1'), +(18449,1738,'_variation_description',''), +(18450,1738,'total_sales','0'), +(18451,1738,'_tax_status','taxable'), +(18452,1738,'_tax_class','parent'), +(18453,1738,'_manage_stock','no'), +(18454,1738,'_backorders','no'), +(18455,1738,'_sold_individually','no'), +(18456,1738,'_virtual','no'), +(18457,1738,'_downloadable','no'), +(18458,1738,'_download_limit','-1'), +(18459,1738,'_download_expiry','-1'), +(18460,1738,'_stock',NULL), +(18461,1738,'_stock_status','instock'), +(18462,1738,'_wc_average_rating','0'), +(18463,1738,'_wc_review_count','0'), +(18464,1738,'attribute_pa_size','52'), +(18465,1738,'_product_version','10.6.1'), +(18466,1739,'_variation_description',''), +(18467,1739,'total_sales','0'), +(18468,1739,'_tax_status','taxable'), +(18469,1739,'_tax_class','parent'), +(18470,1739,'_manage_stock','no'), +(18471,1739,'_backorders','no'), +(18472,1739,'_sold_individually','no'), +(18473,1739,'_virtual','no'), +(18474,1739,'_downloadable','no'), +(18475,1739,'_download_limit','-1'), +(18476,1739,'_download_expiry','-1'), +(18477,1739,'_stock',NULL), +(18478,1739,'_stock_status','instock'), +(18479,1739,'_wc_average_rating','0'), +(18480,1739,'_wc_review_count','0'), +(18481,1739,'attribute_pa_size','53'), +(18482,1739,'_product_version','10.6.1'), +(18483,1740,'_variation_description',''), +(18484,1740,'total_sales','0'), +(18485,1740,'_tax_status','taxable'), +(18486,1740,'_tax_class','parent'), +(18487,1740,'_manage_stock','no'), +(18488,1740,'_backorders','no'), +(18489,1740,'_sold_individually','no'), +(18490,1740,'_virtual','no'), +(18491,1740,'_downloadable','no'), +(18492,1740,'_download_limit','-1'), +(18493,1740,'_download_expiry','-1'), +(18494,1740,'_stock',NULL), +(18495,1740,'_stock_status','instock'), +(18496,1740,'_wc_average_rating','0'), +(18497,1740,'_wc_review_count','0'), +(18498,1740,'attribute_pa_size','54'), +(18499,1740,'_product_version','10.6.1'), +(18500,1741,'_variation_description',''), +(18501,1741,'total_sales','0'), +(18502,1741,'_tax_status','taxable'), +(18503,1741,'_tax_class','parent'), +(18504,1741,'_manage_stock','no'), +(18505,1741,'_backorders','no'), +(18506,1741,'_sold_individually','no'), +(18507,1741,'_virtual','no'), +(18508,1741,'_downloadable','no'), +(18509,1741,'_download_limit','-1'), +(18510,1741,'_download_expiry','-1'), +(18511,1741,'_stock',NULL), +(18512,1741,'_stock_status','instock'), +(18513,1741,'_wc_average_rating','0'), +(18514,1741,'_wc_review_count','0'), +(18515,1741,'attribute_pa_size','55'), +(18516,1741,'_product_version','10.6.1'), +(18517,1742,'_variation_description',''), +(18518,1742,'total_sales','0'), +(18519,1742,'_tax_status','taxable'), +(18520,1742,'_tax_class','parent'), +(18521,1742,'_manage_stock','no'), +(18522,1742,'_backorders','no'), +(18523,1742,'_sold_individually','no'), +(18524,1742,'_virtual','no'), +(18525,1742,'_downloadable','no'), +(18526,1742,'_download_limit','-1'), +(18527,1742,'_download_expiry','-1'), +(18528,1742,'_stock',NULL), +(18529,1742,'_stock_status','instock'), +(18530,1742,'_wc_average_rating','0'), +(18531,1742,'_wc_review_count','0'), +(18532,1742,'attribute_pa_size','56'), +(18533,1742,'_product_version','10.6.1'), +(18534,1743,'_variation_description',''), +(18535,1743,'total_sales','0'), +(18536,1743,'_tax_status','taxable'), +(18537,1743,'_tax_class','parent'), +(18538,1743,'_manage_stock','no'), +(18539,1743,'_backorders','no'), +(18540,1743,'_sold_individually','no'), +(18541,1743,'_virtual','no'), +(18542,1743,'_downloadable','no'), +(18543,1743,'_download_limit','-1'), +(18544,1743,'_download_expiry','-1'), +(18545,1743,'_stock',NULL), +(18546,1743,'_stock_status','instock'), +(18547,1743,'_wc_average_rating','0'), +(18548,1743,'_wc_review_count','0'), +(18549,1743,'attribute_pa_size','57'), +(18550,1743,'_product_version','10.6.1'), +(18551,1744,'_variation_description',''), +(18552,1744,'total_sales','0'), +(18553,1744,'_tax_status','taxable'), +(18554,1744,'_tax_class','parent'), +(18555,1744,'_manage_stock','no'), +(18556,1744,'_backorders','no'), +(18557,1744,'_sold_individually','no'), +(18558,1744,'_virtual','no'), +(18559,1744,'_downloadable','no'), +(18560,1744,'_download_limit','-1'), +(18561,1744,'_download_expiry','-1'), +(18562,1744,'_stock',NULL), +(18563,1744,'_stock_status','instock'), +(18564,1744,'_wc_average_rating','0'), +(18565,1744,'_wc_review_count','0'), +(18566,1744,'attribute_pa_size','58'), +(18567,1744,'_product_version','10.6.1'), +(18568,1745,'_variation_description',''), +(18569,1745,'total_sales','0'), +(18570,1745,'_tax_status','taxable'), +(18571,1745,'_tax_class','parent'), +(18572,1745,'_manage_stock','no'), +(18573,1745,'_backorders','no'), +(18574,1745,'_sold_individually','no'), +(18575,1745,'_virtual','no'), +(18576,1745,'_downloadable','no'), +(18577,1745,'_download_limit','-1'), +(18578,1745,'_download_expiry','-1'), +(18579,1745,'_stock',NULL), +(18580,1745,'_stock_status','instock'), +(18581,1745,'_wc_average_rating','0'), +(18582,1745,'_wc_review_count','0'), +(18583,1745,'attribute_pa_size','59'), +(18584,1745,'_product_version','10.6.1'), +(18585,1746,'_variation_description',''), +(18586,1746,'total_sales','0'), +(18587,1746,'_tax_status','taxable'), +(18588,1746,'_tax_class','parent'), +(18589,1746,'_manage_stock','no'), +(18590,1746,'_backorders','no'), +(18591,1746,'_sold_individually','no'), +(18592,1746,'_virtual','no'), +(18593,1746,'_downloadable','no'), +(18594,1746,'_download_limit','-1'), +(18595,1746,'_download_expiry','-1'), +(18596,1746,'_stock',NULL), +(18597,1746,'_stock_status','instock'), +(18598,1746,'_wc_average_rating','0'), +(18599,1746,'_wc_review_count','0'), +(18600,1746,'attribute_pa_size','60'), +(18601,1746,'_product_version','10.6.1'), +(18602,1747,'_variation_description',''), +(18603,1747,'total_sales','0'), +(18604,1747,'_tax_status','taxable'), +(18605,1747,'_tax_class','parent'), +(18606,1747,'_manage_stock','no'), +(18607,1747,'_backorders','no'), +(18608,1747,'_sold_individually','no'), +(18609,1747,'_virtual','no'), +(18610,1747,'_downloadable','no'), +(18611,1747,'_download_limit','-1'), +(18612,1747,'_download_expiry','-1'), +(18613,1747,'_stock',NULL), +(18614,1747,'_stock_status','instock'), +(18615,1747,'_wc_average_rating','0'), +(18616,1747,'_wc_review_count','0'), +(18617,1747,'attribute_pa_size','61'), +(18618,1747,'_product_version','10.6.1'), +(18619,1748,'_variation_description',''), +(18620,1748,'total_sales','0'), +(18621,1748,'_tax_status','taxable'), +(18622,1748,'_tax_class','parent'), +(18623,1748,'_manage_stock','no'), +(18624,1748,'_backorders','no'), +(18625,1748,'_sold_individually','no'), +(18626,1748,'_virtual','no'), +(18627,1748,'_downloadable','no'), +(18628,1748,'_download_limit','-1'), +(18629,1748,'_download_expiry','-1'), +(18630,1748,'_stock',NULL), +(18631,1748,'_stock_status','instock'), +(18632,1748,'_wc_average_rating','0'), +(18633,1748,'_wc_review_count','0'), +(18634,1748,'attribute_pa_size','62'), +(18635,1748,'_product_version','10.6.1'), +(18636,1749,'_variation_description',''), +(18637,1749,'total_sales','0'), +(18638,1749,'_tax_status','taxable'), +(18639,1749,'_tax_class','parent'), +(18640,1749,'_manage_stock','no'), +(18641,1749,'_backorders','no'), +(18642,1749,'_sold_individually','no'), +(18643,1749,'_virtual','no'), +(18644,1749,'_downloadable','no'), +(18645,1749,'_download_limit','-1'), +(18646,1749,'_download_expiry','-1'), +(18647,1749,'_stock',NULL), +(18648,1749,'_stock_status','instock'), +(18649,1749,'_wc_average_rating','0'), +(18650,1749,'_wc_review_count','0'), +(18651,1749,'attribute_pa_size','63'), +(18652,1749,'_product_version','10.6.1'), +(18653,1750,'_variation_description',''), +(18654,1750,'total_sales','0'), +(18655,1750,'_tax_status','taxable'), +(18656,1750,'_tax_class','parent'), +(18657,1750,'_manage_stock','no'), +(18658,1750,'_backorders','no'), +(18659,1750,'_sold_individually','no'), +(18660,1750,'_virtual','no'), +(18661,1750,'_downloadable','no'), +(18662,1750,'_download_limit','-1'), +(18663,1750,'_download_expiry','-1'), +(18664,1750,'_stock',NULL), +(18665,1750,'_stock_status','instock'), +(18666,1750,'_wc_average_rating','0'), +(18667,1750,'_wc_review_count','0'), +(18668,1750,'attribute_pa_size','64'), +(18669,1750,'_product_version','10.6.1'), +(18670,1750,'_regular_price','165'), +(18671,1750,'_thumbnail_id','0'), +(18672,1750,'_price','165'), +(18673,1749,'_regular_price','165'), +(18674,1749,'_thumbnail_id','0'), +(18675,1749,'_price','165'), +(18676,1748,'_regular_price','165'), +(18677,1748,'_thumbnail_id','0'), +(18678,1748,'_price','165'), +(18679,1747,'_regular_price','165'), +(18680,1747,'_thumbnail_id','0'), +(18681,1747,'_price','165'), +(18682,1746,'_regular_price','165'), +(18683,1746,'_thumbnail_id','0'), +(18684,1746,'_price','165'), +(18685,1745,'_regular_price','165'), +(18686,1745,'_thumbnail_id','0'), +(18687,1745,'_price','165'), +(18688,1744,'_regular_price','165'), +(18689,1744,'_thumbnail_id','0'), +(18690,1744,'_price','165'), +(18691,1743,'_regular_price','165'), +(18692,1743,'_thumbnail_id','0'), +(18693,1743,'_price','165'), +(18694,1742,'_regular_price','165'), +(18695,1742,'_thumbnail_id','0'), +(18696,1742,'_price','165'), +(18697,1741,'_regular_price','165'), +(18698,1741,'_thumbnail_id','0'), +(18699,1741,'_price','165'), +(18700,1740,'_regular_price','165'), +(18701,1740,'_thumbnail_id','0'), +(18702,1740,'_price','165'), +(18703,1739,'_regular_price','165'), +(18704,1739,'_thumbnail_id','0'), +(18705,1739,'_price','165'), +(18706,1738,'_regular_price','165'), +(18707,1738,'_thumbnail_id','0'), +(18708,1738,'_price','165'), +(18709,1737,'_regular_price','165'), +(18710,1737,'_thumbnail_id','0'), +(18711,1737,'_price','165'), +(18712,1736,'_regular_price','165'), +(18713,1736,'_thumbnail_id','0'), +(18714,1736,'_price','165'), +(18715,1735,'_regular_price','165'), +(18716,1735,'_thumbnail_id','0'), +(18717,1735,'_price','165'), +(18718,1734,'_regular_price','165'), +(18719,1734,'_thumbnail_id','0'), +(18720,1734,'_price','165'), +(18722,953,'_price','165'), +(18728,1751,'_variation_description',''), +(18729,1751,'total_sales','0'), +(18730,1751,'_tax_status','taxable'), +(18731,1751,'_tax_class','parent'), +(18732,1751,'_manage_stock','no'), +(18733,1751,'_backorders','no'), +(18734,1751,'_sold_individually','no'), +(18735,1751,'_virtual','no'), +(18736,1751,'_downloadable','no'), +(18737,1751,'_download_limit','-1'), +(18738,1751,'_download_expiry','-1'), +(18739,1751,'_stock',NULL), +(18740,1751,'_stock_status','instock'), +(18741,1751,'_wc_average_rating','0'), +(18742,1751,'_wc_review_count','0'), +(18743,1751,'attribute_pa_size','48'), +(18744,1751,'_product_version','10.6.1'), +(18745,1752,'_variation_description',''), +(18746,1752,'total_sales','0'), +(18747,1752,'_tax_status','taxable'), +(18748,1752,'_tax_class','parent'), +(18749,1752,'_manage_stock','no'), +(18750,1752,'_backorders','no'), +(18751,1752,'_sold_individually','no'), +(18752,1752,'_virtual','no'), +(18753,1752,'_downloadable','no'), +(18754,1752,'_download_limit','-1'), +(18755,1752,'_download_expiry','-1'), +(18756,1752,'_stock',NULL), +(18757,1752,'_stock_status','instock'), +(18758,1752,'_wc_average_rating','0'), +(18759,1752,'_wc_review_count','0'), +(18760,1752,'attribute_pa_size','49'), +(18761,1752,'_product_version','10.6.1'), +(18762,1753,'_variation_description',''), +(18763,1753,'total_sales','0'), +(18764,1753,'_tax_status','taxable'), +(18765,1753,'_tax_class','parent'), +(18766,1753,'_manage_stock','no'), +(18767,1753,'_backorders','no'), +(18768,1753,'_sold_individually','no'), +(18769,1753,'_virtual','no'), +(18770,1753,'_downloadable','no'), +(18771,1753,'_download_limit','-1'), +(18772,1753,'_download_expiry','-1'), +(18773,1753,'_stock',NULL), +(18774,1753,'_stock_status','instock'), +(18775,1753,'_wc_average_rating','0'), +(18776,1753,'_wc_review_count','0'), +(18777,1753,'attribute_pa_size','50'), +(18778,1753,'_product_version','10.6.1'), +(18779,1754,'_variation_description',''), +(18780,1754,'total_sales','0'), +(18781,1754,'_tax_status','taxable'), +(18782,1754,'_tax_class','parent'), +(18783,1754,'_manage_stock','no'), +(18784,1754,'_backorders','no'), +(18785,1754,'_sold_individually','no'), +(18786,1754,'_virtual','no'), +(18787,1754,'_downloadable','no'), +(18788,1754,'_download_limit','-1'), +(18789,1754,'_download_expiry','-1'), +(18790,1754,'_stock',NULL), +(18791,1754,'_stock_status','instock'), +(18792,1754,'_wc_average_rating','0'), +(18793,1754,'_wc_review_count','0'), +(18794,1754,'attribute_pa_size','51'), +(18795,1754,'_product_version','10.6.1'), +(18796,1755,'_variation_description',''), +(18797,1755,'total_sales','0'), +(18798,1755,'_tax_status','taxable'), +(18799,1755,'_tax_class','parent'), +(18800,1755,'_manage_stock','no'), +(18801,1755,'_backorders','no'), +(18802,1755,'_sold_individually','no'), +(18803,1755,'_virtual','no'), +(18804,1755,'_downloadable','no'), +(18805,1755,'_download_limit','-1'), +(18806,1755,'_download_expiry','-1'), +(18807,1755,'_stock',NULL), +(18808,1755,'_stock_status','instock'), +(18809,1755,'_wc_average_rating','0'), +(18810,1755,'_wc_review_count','0'), +(18811,1755,'attribute_pa_size','52'), +(18812,1755,'_product_version','10.6.1'), +(18813,1756,'_variation_description',''), +(18814,1756,'total_sales','0'), +(18815,1756,'_tax_status','taxable'), +(18816,1756,'_tax_class','parent'), +(18817,1756,'_manage_stock','no'), +(18818,1756,'_backorders','no'), +(18819,1756,'_sold_individually','no'), +(18820,1756,'_virtual','no'), +(18821,1756,'_downloadable','no'), +(18822,1756,'_download_limit','-1'), +(18823,1756,'_download_expiry','-1'), +(18824,1756,'_stock',NULL), +(18825,1756,'_stock_status','instock'), +(18826,1756,'_wc_average_rating','0'), +(18827,1756,'_wc_review_count','0'), +(18828,1756,'attribute_pa_size','53'), +(18829,1756,'_product_version','10.6.1'), +(18830,1757,'_variation_description',''), +(18831,1757,'total_sales','0'), +(18832,1757,'_tax_status','taxable'), +(18833,1757,'_tax_class','parent'), +(18834,1757,'_manage_stock','no'), +(18835,1757,'_backorders','no'), +(18836,1757,'_sold_individually','no'), +(18837,1757,'_virtual','no'), +(18838,1757,'_downloadable','no'), +(18839,1757,'_download_limit','-1'), +(18840,1757,'_download_expiry','-1'), +(18841,1757,'_stock',NULL), +(18842,1757,'_stock_status','instock'), +(18843,1757,'_wc_average_rating','0'), +(18844,1757,'_wc_review_count','0'), +(18845,1757,'attribute_pa_size','54'), +(18846,1757,'_product_version','10.6.1'), +(18847,1758,'_variation_description',''), +(18848,1758,'total_sales','0'), +(18849,1758,'_tax_status','taxable'), +(18850,1758,'_tax_class','parent'), +(18851,1758,'_manage_stock','no'), +(18852,1758,'_backorders','no'), +(18853,1758,'_sold_individually','no'), +(18854,1758,'_virtual','no'), +(18855,1758,'_downloadable','no'), +(18856,1758,'_download_limit','-1'), +(18857,1758,'_download_expiry','-1'), +(18858,1758,'_stock',NULL), +(18859,1758,'_stock_status','instock'), +(18860,1758,'_wc_average_rating','0'), +(18861,1758,'_wc_review_count','0'), +(18862,1758,'attribute_pa_size','55'), +(18863,1758,'_product_version','10.6.1'), +(18864,1759,'_variation_description',''), +(18865,1759,'total_sales','0'), +(18866,1759,'_tax_status','taxable'), +(18867,1759,'_tax_class','parent'), +(18868,1759,'_manage_stock','no'), +(18869,1759,'_backorders','no'), +(18870,1759,'_sold_individually','no'), +(18871,1759,'_virtual','no'), +(18872,1759,'_downloadable','no'), +(18873,1759,'_download_limit','-1'), +(18874,1759,'_download_expiry','-1'), +(18875,1759,'_stock',NULL), +(18876,1759,'_stock_status','instock'), +(18877,1759,'_wc_average_rating','0'), +(18878,1759,'_wc_review_count','0'), +(18879,1759,'attribute_pa_size','56'), +(18880,1759,'_product_version','10.6.1'), +(18881,1760,'_variation_description',''), +(18882,1760,'total_sales','0'), +(18883,1760,'_tax_status','taxable'), +(18884,1760,'_tax_class','parent'), +(18885,1760,'_manage_stock','no'), +(18886,1760,'_backorders','no'), +(18887,1760,'_sold_individually','no'), +(18888,1760,'_virtual','no'), +(18889,1760,'_downloadable','no'), +(18890,1760,'_download_limit','-1'), +(18891,1760,'_download_expiry','-1'), +(18892,1760,'_stock',NULL), +(18893,1760,'_stock_status','instock'), +(18894,1760,'_wc_average_rating','0'), +(18895,1760,'_wc_review_count','0'), +(18896,1760,'attribute_pa_size','57'), +(18897,1760,'_product_version','10.6.1'), +(18898,1761,'_variation_description',''), +(18899,1761,'total_sales','0'), +(18900,1761,'_tax_status','taxable'), +(18901,1761,'_tax_class','parent'), +(18902,1761,'_manage_stock','no'), +(18903,1761,'_backorders','no'), +(18904,1761,'_sold_individually','no'), +(18905,1761,'_virtual','no'), +(18906,1761,'_downloadable','no'), +(18907,1761,'_download_limit','-1'), +(18908,1761,'_download_expiry','-1'), +(18909,1761,'_stock',NULL), +(18910,1761,'_stock_status','instock'), +(18911,1761,'_wc_average_rating','0'), +(18912,1761,'_wc_review_count','0'), +(18913,1761,'attribute_pa_size','58'), +(18914,1761,'_product_version','10.6.1'), +(18915,1762,'_variation_description',''), +(18916,1762,'total_sales','0'), +(18917,1762,'_tax_status','taxable'), +(18918,1762,'_tax_class','parent'), +(18919,1762,'_manage_stock','no'), +(18920,1762,'_backorders','no'), +(18921,1762,'_sold_individually','no'), +(18922,1762,'_virtual','no'), +(18923,1762,'_downloadable','no'), +(18924,1762,'_download_limit','-1'), +(18925,1762,'_download_expiry','-1'), +(18926,1762,'_stock',NULL), +(18927,1762,'_stock_status','instock'), +(18928,1762,'_wc_average_rating','0'), +(18929,1762,'_wc_review_count','0'), +(18930,1762,'attribute_pa_size','59'), +(18931,1762,'_product_version','10.6.1'), +(18932,1763,'_variation_description',''), +(18933,1763,'total_sales','0'), +(18934,1763,'_tax_status','taxable'), +(18935,1763,'_tax_class','parent'), +(18936,1763,'_manage_stock','no'), +(18937,1763,'_backorders','no'), +(18938,1763,'_sold_individually','no'), +(18939,1763,'_virtual','no'), +(18940,1763,'_downloadable','no'), +(18941,1763,'_download_limit','-1'), +(18942,1763,'_download_expiry','-1'), +(18943,1763,'_stock',NULL), +(18944,1763,'_stock_status','instock'), +(18945,1763,'_wc_average_rating','0'), +(18946,1763,'_wc_review_count','0'), +(18947,1763,'attribute_pa_size','60'), +(18948,1763,'_product_version','10.6.1'), +(18949,1764,'_variation_description',''), +(18950,1764,'total_sales','0'), +(18951,1764,'_tax_status','taxable'), +(18952,1764,'_tax_class','parent'), +(18953,1764,'_manage_stock','no'), +(18954,1764,'_backorders','no'), +(18955,1764,'_sold_individually','no'), +(18956,1764,'_virtual','no'), +(18957,1764,'_downloadable','no'), +(18958,1764,'_download_limit','-1'), +(18959,1764,'_download_expiry','-1'), +(18960,1764,'_stock',NULL), +(18961,1764,'_stock_status','instock'), +(18962,1764,'_wc_average_rating','0'), +(18963,1764,'_wc_review_count','0'), +(18964,1764,'attribute_pa_size','61'), +(18965,1764,'_product_version','10.6.1'), +(18966,1765,'_variation_description',''), +(18967,1765,'total_sales','0'), +(18968,1765,'_tax_status','taxable'), +(18969,1765,'_tax_class','parent'), +(18970,1765,'_manage_stock','no'), +(18971,1765,'_backorders','no'), +(18972,1765,'_sold_individually','no'), +(18973,1765,'_virtual','no'), +(18974,1765,'_downloadable','no'), +(18975,1765,'_download_limit','-1'), +(18976,1765,'_download_expiry','-1'), +(18977,1765,'_stock',NULL), +(18978,1765,'_stock_status','instock'), +(18979,1765,'_wc_average_rating','0'), +(18980,1765,'_wc_review_count','0'), +(18981,1765,'attribute_pa_size','62'), +(18982,1765,'_product_version','10.6.1'), +(18983,1766,'_variation_description',''), +(18984,1766,'total_sales','0'), +(18985,1766,'_tax_status','taxable'), +(18986,1766,'_tax_class','parent'), +(18987,1766,'_manage_stock','no'), +(18988,1766,'_backorders','no'), +(18989,1766,'_sold_individually','no'), +(18990,1766,'_virtual','no'), +(18991,1766,'_downloadable','no'), +(18992,1766,'_download_limit','-1'), +(18993,1766,'_download_expiry','-1'), +(18994,1766,'_stock',NULL), +(18995,1766,'_stock_status','instock'), +(18996,1766,'_wc_average_rating','0'), +(18997,1766,'_wc_review_count','0'), +(18998,1766,'attribute_pa_size','63'), +(18999,1766,'_product_version','10.6.1'), +(19000,1767,'_variation_description',''), +(19001,1767,'total_sales','0'), +(19002,1767,'_tax_status','taxable'), +(19003,1767,'_tax_class','parent'), +(19004,1767,'_manage_stock','no'), +(19005,1767,'_backorders','no'), +(19006,1767,'_sold_individually','no'), +(19007,1767,'_virtual','no'), +(19008,1767,'_downloadable','no'), +(19009,1767,'_download_limit','-1'), +(19010,1767,'_download_expiry','-1'), +(19011,1767,'_stock',NULL), +(19012,1767,'_stock_status','instock'), +(19013,1767,'_wc_average_rating','0'), +(19014,1767,'_wc_review_count','0'), +(19015,1767,'attribute_pa_size','64'), +(19016,1767,'_product_version','10.6.1'), +(19017,1767,'_regular_price','160'), +(19018,1767,'_thumbnail_id','0'), +(19019,1767,'_price','160'), +(19020,1766,'_regular_price','160'), +(19021,1766,'_thumbnail_id','0'), +(19022,1766,'_price','160'), +(19023,1765,'_regular_price','160'), +(19024,1765,'_thumbnail_id','0'), +(19025,1765,'_price','160'), +(19026,1764,'_regular_price','160'), +(19027,1764,'_thumbnail_id','0'), +(19028,1764,'_price','160'), +(19029,1763,'_regular_price','160'), +(19030,1763,'_thumbnail_id','0'), +(19031,1763,'_price','160'), +(19032,1762,'_regular_price','160'), +(19033,1762,'_thumbnail_id','0'), +(19034,1762,'_price','160'), +(19035,1761,'_regular_price','160'), +(19036,1761,'_thumbnail_id','0'), +(19037,1761,'_price','160'), +(19038,1760,'_regular_price','160'), +(19039,1760,'_thumbnail_id','0'), +(19040,1760,'_price','160'), +(19041,1759,'_regular_price','160'), +(19042,1759,'_thumbnail_id','0'), +(19043,1759,'_price','160'), +(19044,1758,'_regular_price','160'), +(19045,1758,'_thumbnail_id','0'), +(19046,1758,'_price','160'), +(19047,1757,'_regular_price','160'), +(19048,1757,'_thumbnail_id','0'), +(19049,1757,'_price','160'), +(19050,1756,'_regular_price','160'), +(19051,1756,'_thumbnail_id','0'), +(19052,1756,'_price','160'), +(19053,1755,'_regular_price','160'), +(19054,1755,'_thumbnail_id','0'), +(19055,1755,'_price','160'), +(19056,1754,'_regular_price','160'), +(19057,1754,'_thumbnail_id','0'), +(19058,1754,'_price','160'), +(19059,1753,'_regular_price','160'), +(19060,1753,'_thumbnail_id','0'), +(19061,1753,'_price','160'), +(19062,1752,'_regular_price','160'), +(19063,1752,'_thumbnail_id','0'), +(19064,1752,'_price','160'), +(19065,1751,'_regular_price','160'), +(19066,1751,'_thumbnail_id','0'), +(19067,1751,'_price','160'), +(19069,941,'_price','160'), +(19080,766,'_price','78'), +(19081,766,'_price','80'), +(19082,766,'_price','120'), +(19088,1770,'_variation_description',''), +(19089,1770,'total_sales','0'), +(19090,1770,'_tax_status','taxable'), +(19091,1770,'_tax_class','parent'), +(19092,1770,'_manage_stock','no'), +(19093,1770,'_backorders','no'), +(19094,1770,'_sold_individually','no'), +(19095,1770,'_virtual','no'), +(19096,1770,'_downloadable','no'), +(19097,1770,'_download_limit','-1'), +(19098,1770,'_download_expiry','-1'), +(19099,1770,'_stock',NULL), +(19100,1770,'_stock_status','instock'), +(19101,1770,'_wc_average_rating','0'), +(19102,1770,'_wc_review_count','0'), +(19103,1770,'attribute_pa_size','48'), +(19104,1770,'_product_version','10.6.1'), +(19105,1771,'_variation_description',''), +(19106,1771,'total_sales','0'), +(19107,1771,'_tax_status','taxable'), +(19108,1771,'_tax_class','parent'), +(19109,1771,'_manage_stock','no'), +(19110,1771,'_backorders','no'), +(19111,1771,'_sold_individually','no'), +(19112,1771,'_virtual','no'), +(19113,1771,'_downloadable','no'), +(19114,1771,'_download_limit','-1'), +(19115,1771,'_download_expiry','-1'), +(19116,1771,'_stock',NULL), +(19117,1771,'_stock_status','instock'), +(19118,1771,'_wc_average_rating','0'), +(19119,1771,'_wc_review_count','0'), +(19120,1771,'attribute_pa_size','49'), +(19121,1771,'_product_version','10.6.1'), +(19122,1772,'_variation_description',''), +(19123,1772,'total_sales','0'), +(19124,1772,'_tax_status','taxable'), +(19125,1772,'_tax_class','parent'), +(19126,1772,'_manage_stock','no'), +(19127,1772,'_backorders','no'), +(19128,1772,'_sold_individually','no'), +(19129,1772,'_virtual','no'), +(19130,1772,'_downloadable','no'), +(19131,1772,'_download_limit','-1'), +(19132,1772,'_download_expiry','-1'), +(19133,1772,'_stock',NULL), +(19134,1772,'_stock_status','instock'), +(19135,1772,'_wc_average_rating','0'), +(19136,1772,'_wc_review_count','0'), +(19137,1772,'attribute_pa_size','50'), +(19138,1772,'_product_version','10.6.1'), +(19139,1773,'_variation_description',''), +(19140,1773,'total_sales','0'), +(19141,1773,'_tax_status','taxable'), +(19142,1773,'_tax_class','parent'), +(19143,1773,'_manage_stock','no'), +(19144,1773,'_backorders','no'), +(19145,1773,'_sold_individually','no'), +(19146,1773,'_virtual','no'), +(19147,1773,'_downloadable','no'), +(19148,1773,'_download_limit','-1'), +(19149,1773,'_download_expiry','-1'), +(19150,1773,'_stock',NULL), +(19151,1773,'_stock_status','instock'), +(19152,1773,'_wc_average_rating','0'), +(19153,1773,'_wc_review_count','0'), +(19154,1773,'attribute_pa_size','51'), +(19155,1773,'_product_version','10.6.1'), +(19156,1774,'_variation_description',''), +(19157,1774,'total_sales','0'), +(19158,1774,'_tax_status','taxable'), +(19159,1774,'_tax_class','parent'), +(19160,1774,'_manage_stock','no'), +(19161,1774,'_backorders','no'), +(19162,1774,'_sold_individually','no'), +(19163,1774,'_virtual','no'), +(19164,1774,'_downloadable','no'), +(19165,1774,'_download_limit','-1'), +(19166,1774,'_download_expiry','-1'), +(19167,1774,'_stock',NULL), +(19168,1774,'_stock_status','instock'), +(19169,1774,'_wc_average_rating','0'), +(19170,1774,'_wc_review_count','0'), +(19171,1774,'attribute_pa_size','52'), +(19172,1774,'_product_version','10.6.1'), +(19173,1775,'_variation_description',''), +(19174,1775,'total_sales','0'), +(19175,1775,'_tax_status','taxable'), +(19176,1775,'_tax_class','parent'), +(19177,1775,'_manage_stock','no'), +(19178,1775,'_backorders','no'), +(19179,1775,'_sold_individually','no'), +(19180,1775,'_virtual','no'), +(19181,1775,'_downloadable','no'), +(19182,1775,'_download_limit','-1'), +(19183,1775,'_download_expiry','-1'), +(19184,1775,'_stock',NULL), +(19185,1775,'_stock_status','instock'), +(19186,1775,'_wc_average_rating','0'), +(19187,1775,'_wc_review_count','0'), +(19188,1775,'attribute_pa_size','53'), +(19189,1775,'_product_version','10.6.1'), +(19190,1776,'_variation_description',''), +(19191,1776,'total_sales','0'), +(19192,1776,'_tax_status','taxable'), +(19193,1776,'_tax_class','parent'), +(19194,1776,'_manage_stock','no'), +(19195,1776,'_backorders','no'), +(19196,1776,'_sold_individually','no'), +(19197,1776,'_virtual','no'), +(19198,1776,'_downloadable','no'), +(19199,1776,'_download_limit','-1'), +(19200,1776,'_download_expiry','-1'), +(19201,1776,'_stock',NULL), +(19202,1776,'_stock_status','instock'), +(19203,1776,'_wc_average_rating','0'), +(19204,1776,'_wc_review_count','0'), +(19205,1776,'attribute_pa_size','54'), +(19206,1776,'_product_version','10.6.1'), +(19207,1777,'_variation_description',''), +(19208,1777,'total_sales','0'), +(19209,1777,'_tax_status','taxable'), +(19210,1777,'_tax_class','parent'), +(19211,1777,'_manage_stock','no'), +(19212,1777,'_backorders','no'), +(19213,1777,'_sold_individually','no'), +(19214,1777,'_virtual','no'), +(19215,1777,'_downloadable','no'), +(19216,1777,'_download_limit','-1'), +(19217,1777,'_download_expiry','-1'), +(19218,1777,'_stock',NULL), +(19219,1777,'_stock_status','instock'), +(19220,1777,'_wc_average_rating','0'), +(19221,1777,'_wc_review_count','0'), +(19222,1777,'attribute_pa_size','55'), +(19223,1777,'_product_version','10.6.1'), +(19224,1778,'_variation_description',''), +(19225,1778,'total_sales','0'), +(19226,1778,'_tax_status','taxable'), +(19227,1778,'_tax_class','parent'), +(19228,1778,'_manage_stock','no'), +(19229,1778,'_backorders','no'), +(19230,1778,'_sold_individually','no'), +(19231,1778,'_virtual','no'), +(19232,1778,'_downloadable','no'), +(19233,1778,'_download_limit','-1'), +(19234,1778,'_download_expiry','-1'), +(19235,1778,'_stock',NULL), +(19236,1778,'_stock_status','instock'), +(19237,1778,'_wc_average_rating','0'), +(19238,1778,'_wc_review_count','0'), +(19239,1778,'attribute_pa_size','56'), +(19240,1778,'_product_version','10.6.1'), +(19241,1779,'_variation_description',''), +(19242,1779,'total_sales','0'), +(19243,1779,'_tax_status','taxable'), +(19244,1779,'_tax_class','parent'), +(19245,1779,'_manage_stock','no'), +(19246,1779,'_backorders','no'), +(19247,1779,'_sold_individually','no'), +(19248,1779,'_virtual','no'), +(19249,1779,'_downloadable','no'), +(19250,1779,'_download_limit','-1'), +(19251,1779,'_download_expiry','-1'), +(19252,1779,'_stock',NULL), +(19253,1779,'_stock_status','instock'), +(19254,1779,'_wc_average_rating','0'), +(19255,1779,'_wc_review_count','0'), +(19256,1779,'attribute_pa_size','57'), +(19257,1779,'_product_version','10.6.1'), +(19258,1780,'_variation_description',''), +(19259,1780,'total_sales','0'), +(19260,1780,'_tax_status','taxable'), +(19261,1780,'_tax_class','parent'), +(19262,1780,'_manage_stock','no'), +(19263,1780,'_backorders','no'), +(19264,1780,'_sold_individually','no'), +(19265,1780,'_virtual','no'), +(19266,1780,'_downloadable','no'), +(19267,1780,'_download_limit','-1'), +(19268,1780,'_download_expiry','-1'), +(19269,1780,'_stock',NULL), +(19270,1780,'_stock_status','instock'), +(19271,1780,'_wc_average_rating','0'), +(19272,1780,'_wc_review_count','0'), +(19273,1780,'attribute_pa_size','58'), +(19274,1780,'_product_version','10.6.1'), +(19275,1781,'_variation_description',''), +(19276,1781,'total_sales','0'), +(19277,1781,'_tax_status','taxable'), +(19278,1781,'_tax_class','parent'), +(19279,1781,'_manage_stock','no'), +(19280,1781,'_backorders','no'), +(19281,1781,'_sold_individually','no'), +(19282,1781,'_virtual','no'), +(19283,1781,'_downloadable','no'), +(19284,1781,'_download_limit','-1'), +(19285,1781,'_download_expiry','-1'), +(19286,1781,'_stock',NULL), +(19287,1781,'_stock_status','instock'), +(19288,1781,'_wc_average_rating','0'), +(19289,1781,'_wc_review_count','0'), +(19290,1781,'attribute_pa_size','59'), +(19291,1781,'_product_version','10.6.1'), +(19292,1782,'_variation_description',''), +(19293,1782,'total_sales','0'), +(19294,1782,'_tax_status','taxable'), +(19295,1782,'_tax_class','parent'), +(19296,1782,'_manage_stock','no'), +(19297,1782,'_backorders','no'), +(19298,1782,'_sold_individually','no'), +(19299,1782,'_virtual','no'), +(19300,1782,'_downloadable','no'), +(19301,1782,'_download_limit','-1'), +(19302,1782,'_download_expiry','-1'), +(19303,1782,'_stock',NULL), +(19304,1782,'_stock_status','instock'), +(19305,1782,'_wc_average_rating','0'), +(19306,1782,'_wc_review_count','0'), +(19307,1782,'attribute_pa_size','60'), +(19308,1782,'_product_version','10.6.1'), +(19309,1783,'_variation_description',''), +(19310,1783,'total_sales','0'), +(19311,1783,'_tax_status','taxable'), +(19312,1783,'_tax_class','parent'), +(19313,1783,'_manage_stock','no'), +(19314,1783,'_backorders','no'), +(19315,1783,'_sold_individually','no'), +(19316,1783,'_virtual','no'), +(19317,1783,'_downloadable','no'), +(19318,1783,'_download_limit','-1'), +(19319,1783,'_download_expiry','-1'), +(19320,1783,'_stock',NULL), +(19321,1783,'_stock_status','instock'), +(19322,1783,'_wc_average_rating','0'), +(19323,1783,'_wc_review_count','0'), +(19324,1783,'attribute_pa_size','61'), +(19325,1783,'_product_version','10.6.1'), +(19326,1784,'_variation_description',''), +(19327,1784,'total_sales','0'), +(19328,1784,'_tax_status','taxable'), +(19329,1784,'_tax_class','parent'), +(19330,1784,'_manage_stock','no'), +(19331,1784,'_backorders','no'), +(19332,1784,'_sold_individually','no'), +(19333,1784,'_virtual','no'), +(19334,1784,'_downloadable','no'), +(19335,1784,'_download_limit','-1'), +(19336,1784,'_download_expiry','-1'), +(19337,1784,'_stock',NULL), +(19338,1784,'_stock_status','instock'), +(19339,1784,'_wc_average_rating','0'), +(19340,1784,'_wc_review_count','0'), +(19341,1784,'attribute_pa_size','62'), +(19342,1784,'_product_version','10.6.1'), +(19343,1785,'_variation_description',''), +(19344,1785,'total_sales','0'), +(19345,1785,'_tax_status','taxable'), +(19346,1785,'_tax_class','parent'), +(19347,1785,'_manage_stock','no'), +(19348,1785,'_backorders','no'), +(19349,1785,'_sold_individually','no'), +(19350,1785,'_virtual','no'), +(19351,1785,'_downloadable','no'), +(19352,1785,'_download_limit','-1'), +(19353,1785,'_download_expiry','-1'), +(19354,1785,'_stock',NULL), +(19355,1785,'_stock_status','instock'), +(19356,1785,'_wc_average_rating','0'), +(19357,1785,'_wc_review_count','0'), +(19358,1785,'attribute_pa_size','63'), +(19359,1785,'_product_version','10.6.1'), +(19360,1786,'_variation_description',''), +(19361,1786,'total_sales','0'), +(19362,1786,'_tax_status','taxable'), +(19363,1786,'_tax_class','parent'), +(19364,1786,'_manage_stock','no'), +(19365,1786,'_backorders','no'), +(19366,1786,'_sold_individually','no'), +(19367,1786,'_virtual','no'), +(19368,1786,'_downloadable','no'), +(19369,1786,'_download_limit','-1'), +(19370,1786,'_download_expiry','-1'), +(19371,1786,'_stock',NULL), +(19372,1786,'_stock_status','instock'), +(19373,1786,'_wc_average_rating','0'), +(19374,1786,'_wc_review_count','0'), +(19375,1786,'attribute_pa_size','64'), +(19376,1786,'_product_version','10.6.1'), +(19377,1786,'_regular_price','120'), +(19378,1786,'_thumbnail_id','0'), +(19379,1786,'_price','120'), +(19380,1785,'_regular_price','120'), +(19381,1785,'_thumbnail_id','0'), +(19382,1785,'_price','120'), +(19383,1784,'_regular_price','120'), +(19384,1784,'_thumbnail_id','0'), +(19385,1784,'_price','120'), +(19386,1783,'_regular_price','120'), +(19387,1783,'_thumbnail_id','0'), +(19388,1783,'_price','120'), +(19389,1782,'_regular_price','120'), +(19390,1782,'_thumbnail_id','0'), +(19391,1782,'_price','120'), +(19392,1781,'_regular_price','120'), +(19393,1781,'_thumbnail_id','0'), +(19394,1781,'_price','120'), +(19395,1780,'_regular_price','120'), +(19396,1780,'_thumbnail_id','0'), +(19397,1780,'_price','120'), +(19398,1779,'_regular_price','120'), +(19399,1779,'_thumbnail_id','0'), +(19400,1779,'_price','120'), +(19401,1778,'_regular_price','120'), +(19402,1778,'_thumbnail_id','0'), +(19403,1778,'_price','120'), +(19404,1777,'_regular_price','120'), +(19405,1777,'_thumbnail_id','0'), +(19406,1777,'_price','120'), +(19407,1776,'_regular_price','120'), +(19408,1776,'_thumbnail_id','0'), +(19409,1776,'_price','120'), +(19410,1775,'_regular_price','120'), +(19411,1775,'_thumbnail_id','0'), +(19412,1775,'_price','120'), +(19413,1774,'_regular_price','120'), +(19414,1774,'_thumbnail_id','0'), +(19415,1774,'_price','120'), +(19416,1773,'_regular_price','120'), +(19417,1773,'_thumbnail_id','0'), +(19418,1773,'_price','120'), +(19419,1772,'_regular_price','120'), +(19420,1772,'_thumbnail_id','0'), +(19421,1772,'_price','120'), +(19422,1771,'_regular_price','120'), +(19423,1771,'_thumbnail_id','0'), +(19424,1771,'_price','120'), +(19425,1770,'_regular_price','120'), +(19426,1770,'_thumbnail_id','0'), +(19427,1770,'_price','120'), +(19429,102,'_price','120'), +(19438,1788,'_variation_description',''), +(19439,1788,'total_sales','0'), +(19440,1788,'_tax_status','taxable'), +(19441,1788,'_tax_class','parent'), +(19442,1788,'_manage_stock','no'), +(19443,1788,'_backorders','no'), +(19444,1788,'_sold_individually','no'), +(19445,1788,'_virtual','no'), +(19446,1788,'_downloadable','no'), +(19447,1788,'_download_limit','-1'), +(19448,1788,'_download_expiry','-1'), +(19449,1788,'_stock',NULL), +(19450,1788,'_stock_status','instock'), +(19451,1788,'_wc_average_rating','0'), +(19452,1788,'_wc_review_count','0'), +(19453,1788,'attribute_pa_size','48'), +(19454,1788,'_product_version','10.6.1'), +(19455,1789,'_variation_description',''), +(19456,1789,'total_sales','0'), +(19457,1789,'_tax_status','taxable'), +(19458,1789,'_tax_class','parent'), +(19459,1789,'_manage_stock','no'), +(19460,1789,'_backorders','no'), +(19461,1789,'_sold_individually','no'), +(19462,1789,'_virtual','no'), +(19463,1789,'_downloadable','no'), +(19464,1789,'_download_limit','-1'), +(19465,1789,'_download_expiry','-1'), +(19466,1789,'_stock',NULL), +(19467,1789,'_stock_status','instock'), +(19468,1789,'_wc_average_rating','0'), +(19469,1789,'_wc_review_count','0'), +(19470,1789,'attribute_pa_size','49'), +(19471,1789,'_product_version','10.6.1'), +(19472,1790,'_variation_description',''), +(19473,1790,'total_sales','0'), +(19474,1790,'_tax_status','taxable'), +(19475,1790,'_tax_class','parent'), +(19476,1790,'_manage_stock','no'), +(19477,1790,'_backorders','no'), +(19478,1790,'_sold_individually','no'), +(19479,1790,'_virtual','no'), +(19480,1790,'_downloadable','no'), +(19481,1790,'_download_limit','-1'), +(19482,1790,'_download_expiry','-1'), +(19483,1790,'_stock',NULL), +(19484,1790,'_stock_status','instock'), +(19485,1790,'_wc_average_rating','0'), +(19486,1790,'_wc_review_count','0'), +(19487,1790,'attribute_pa_size','50'), +(19488,1790,'_product_version','10.6.1'), +(19489,1791,'_variation_description',''), +(19490,1791,'total_sales','0'), +(19491,1791,'_tax_status','taxable'), +(19492,1791,'_tax_class','parent'), +(19493,1791,'_manage_stock','no'), +(19494,1791,'_backorders','no'), +(19495,1791,'_sold_individually','no'), +(19496,1791,'_virtual','no'), +(19497,1791,'_downloadable','no'), +(19498,1791,'_download_limit','-1'), +(19499,1791,'_download_expiry','-1'), +(19500,1791,'_stock',NULL), +(19501,1791,'_stock_status','instock'), +(19502,1791,'_wc_average_rating','0'), +(19503,1791,'_wc_review_count','0'), +(19504,1791,'attribute_pa_size','51'), +(19505,1791,'_product_version','10.6.1'), +(19506,1792,'_variation_description',''), +(19507,1792,'total_sales','0'), +(19508,1792,'_tax_status','taxable'), +(19509,1792,'_tax_class','parent'), +(19510,1792,'_manage_stock','no'), +(19511,1792,'_backorders','no'), +(19512,1792,'_sold_individually','no'), +(19513,1792,'_virtual','no'), +(19514,1792,'_downloadable','no'), +(19515,1792,'_download_limit','-1'), +(19516,1792,'_download_expiry','-1'), +(19517,1792,'_stock',NULL), +(19518,1792,'_stock_status','instock'), +(19519,1792,'_wc_average_rating','0'), +(19520,1792,'_wc_review_count','0'), +(19521,1792,'attribute_pa_size','52'), +(19522,1792,'_product_version','10.6.1'), +(19523,1793,'_variation_description',''), +(19524,1793,'total_sales','0'), +(19525,1793,'_tax_status','taxable'), +(19526,1793,'_tax_class','parent'), +(19527,1793,'_manage_stock','no'), +(19528,1793,'_backorders','no'), +(19529,1793,'_sold_individually','no'), +(19530,1793,'_virtual','no'), +(19531,1793,'_downloadable','no'), +(19532,1793,'_download_limit','-1'), +(19533,1793,'_download_expiry','-1'), +(19534,1793,'_stock',NULL), +(19535,1793,'_stock_status','instock'), +(19536,1793,'_wc_average_rating','0'), +(19537,1793,'_wc_review_count','0'), +(19538,1793,'attribute_pa_size','53'), +(19539,1793,'_product_version','10.6.1'), +(19540,1794,'_variation_description',''), +(19541,1794,'total_sales','0'), +(19542,1794,'_tax_status','taxable'), +(19543,1794,'_tax_class','parent'), +(19544,1794,'_manage_stock','no'), +(19545,1794,'_backorders','no'), +(19546,1794,'_sold_individually','no'), +(19547,1794,'_virtual','no'), +(19548,1794,'_downloadable','no'), +(19549,1794,'_download_limit','-1'), +(19550,1794,'_download_expiry','-1'), +(19551,1794,'_stock',NULL), +(19552,1794,'_stock_status','instock'), +(19553,1794,'_wc_average_rating','0'), +(19554,1794,'_wc_review_count','0'), +(19555,1794,'attribute_pa_size','54'), +(19556,1794,'_product_version','10.6.1'), +(19557,1795,'_variation_description',''), +(19558,1795,'total_sales','0'), +(19559,1795,'_tax_status','taxable'), +(19560,1795,'_tax_class','parent'), +(19561,1795,'_manage_stock','no'), +(19562,1795,'_backorders','no'), +(19563,1795,'_sold_individually','no'), +(19564,1795,'_virtual','no'), +(19565,1795,'_downloadable','no'), +(19566,1795,'_download_limit','-1'), +(19567,1795,'_download_expiry','-1'), +(19568,1795,'_stock',NULL), +(19569,1795,'_stock_status','instock'), +(19570,1795,'_wc_average_rating','0'), +(19571,1795,'_wc_review_count','0'), +(19572,1795,'attribute_pa_size','55'), +(19573,1795,'_product_version','10.6.1'), +(19574,1796,'_variation_description',''), +(19575,1796,'total_sales','0'), +(19576,1796,'_tax_status','taxable'), +(19577,1796,'_tax_class','parent'), +(19578,1796,'_manage_stock','no'), +(19579,1796,'_backorders','no'), +(19580,1796,'_sold_individually','no'), +(19581,1796,'_virtual','no'), +(19582,1796,'_downloadable','no'), +(19583,1796,'_download_limit','-1'), +(19584,1796,'_download_expiry','-1'), +(19585,1796,'_stock',NULL), +(19586,1796,'_stock_status','instock'), +(19587,1796,'_wc_average_rating','0'), +(19588,1796,'_wc_review_count','0'), +(19589,1796,'attribute_pa_size','56'), +(19590,1796,'_product_version','10.6.1'), +(19591,1797,'_variation_description',''), +(19592,1797,'total_sales','0'), +(19593,1797,'_tax_status','taxable'), +(19594,1797,'_tax_class','parent'), +(19595,1797,'_manage_stock','no'), +(19596,1797,'_backorders','no'), +(19597,1797,'_sold_individually','no'), +(19598,1797,'_virtual','no'), +(19599,1797,'_downloadable','no'), +(19600,1797,'_download_limit','-1'), +(19601,1797,'_download_expiry','-1'), +(19602,1797,'_stock',NULL), +(19603,1797,'_stock_status','instock'), +(19604,1797,'_wc_average_rating','0'), +(19605,1797,'_wc_review_count','0'), +(19606,1797,'attribute_pa_size','57'), +(19607,1797,'_product_version','10.6.1'), +(19608,1798,'_variation_description',''), +(19609,1798,'total_sales','0'), +(19610,1798,'_tax_status','taxable'), +(19611,1798,'_tax_class','parent'), +(19612,1798,'_manage_stock','no'), +(19613,1798,'_backorders','no'), +(19614,1798,'_sold_individually','no'), +(19615,1798,'_virtual','no'), +(19616,1798,'_downloadable','no'), +(19617,1798,'_download_limit','-1'), +(19618,1798,'_download_expiry','-1'), +(19619,1798,'_stock',NULL), +(19620,1798,'_stock_status','instock'), +(19621,1798,'_wc_average_rating','0'), +(19622,1798,'_wc_review_count','0'), +(19623,1798,'attribute_pa_size','58'), +(19624,1798,'_product_version','10.6.1'), +(19625,1799,'_variation_description',''), +(19626,1799,'total_sales','0'), +(19627,1799,'_tax_status','taxable'), +(19628,1799,'_tax_class','parent'), +(19629,1799,'_manage_stock','no'), +(19630,1799,'_backorders','no'), +(19631,1799,'_sold_individually','no'), +(19632,1799,'_virtual','no'), +(19633,1799,'_downloadable','no'), +(19634,1799,'_download_limit','-1'), +(19635,1799,'_download_expiry','-1'), +(19636,1799,'_stock',NULL), +(19637,1799,'_stock_status','instock'), +(19638,1799,'_wc_average_rating','0'), +(19639,1799,'_wc_review_count','0'), +(19640,1799,'attribute_pa_size','59'), +(19641,1799,'_product_version','10.6.1'), +(19642,1800,'_variation_description',''), +(19643,1800,'total_sales','0'), +(19644,1800,'_tax_status','taxable'), +(19645,1800,'_tax_class','parent'), +(19646,1800,'_manage_stock','no'), +(19647,1800,'_backorders','no'), +(19648,1800,'_sold_individually','no'), +(19649,1800,'_virtual','no'), +(19650,1800,'_downloadable','no'), +(19651,1800,'_download_limit','-1'), +(19652,1800,'_download_expiry','-1'), +(19653,1800,'_stock',NULL), +(19654,1800,'_stock_status','instock'), +(19655,1800,'_wc_average_rating','0'), +(19656,1800,'_wc_review_count','0'), +(19657,1800,'attribute_pa_size','60'), +(19658,1800,'_product_version','10.6.1'), +(19659,1801,'_variation_description',''), +(19660,1801,'total_sales','0'), +(19661,1801,'_tax_status','taxable'), +(19662,1801,'_tax_class','parent'), +(19663,1801,'_manage_stock','no'), +(19664,1801,'_backorders','no'), +(19665,1801,'_sold_individually','no'), +(19666,1801,'_virtual','no'), +(19667,1801,'_downloadable','no'), +(19668,1801,'_download_limit','-1'), +(19669,1801,'_download_expiry','-1'), +(19670,1801,'_stock',NULL), +(19671,1801,'_stock_status','instock'), +(19672,1801,'_wc_average_rating','0'), +(19673,1801,'_wc_review_count','0'), +(19674,1801,'attribute_pa_size','61'), +(19675,1801,'_product_version','10.6.1'), +(19676,1802,'_variation_description',''), +(19677,1802,'total_sales','0'), +(19678,1802,'_tax_status','taxable'), +(19679,1802,'_tax_class','parent'), +(19680,1802,'_manage_stock','no'), +(19681,1802,'_backorders','no'), +(19682,1802,'_sold_individually','no'), +(19683,1802,'_virtual','no'), +(19684,1802,'_downloadable','no'), +(19685,1802,'_download_limit','-1'), +(19686,1802,'_download_expiry','-1'), +(19687,1802,'_stock',NULL), +(19688,1802,'_stock_status','instock'), +(19689,1802,'_wc_average_rating','0'), +(19690,1802,'_wc_review_count','0'), +(19691,1802,'attribute_pa_size','62'), +(19692,1802,'_product_version','10.6.1'), +(19693,1803,'_variation_description',''), +(19694,1803,'total_sales','0'), +(19695,1803,'_tax_status','taxable'), +(19696,1803,'_tax_class','parent'), +(19697,1803,'_manage_stock','no'), +(19698,1803,'_backorders','no'), +(19699,1803,'_sold_individually','no'), +(19700,1803,'_virtual','no'), +(19701,1803,'_downloadable','no'), +(19702,1803,'_download_limit','-1'), +(19703,1803,'_download_expiry','-1'), +(19704,1803,'_stock',NULL), +(19705,1803,'_stock_status','instock'), +(19706,1803,'_wc_average_rating','0'), +(19707,1803,'_wc_review_count','0'), +(19708,1803,'attribute_pa_size','63'), +(19709,1803,'_product_version','10.6.1'), +(19710,1804,'_variation_description',''), +(19711,1804,'total_sales','0'), +(19712,1804,'_tax_status','taxable'), +(19713,1804,'_tax_class','parent'), +(19714,1804,'_manage_stock','no'), +(19715,1804,'_backorders','no'), +(19716,1804,'_sold_individually','no'), +(19717,1804,'_virtual','no'), +(19718,1804,'_downloadable','no'), +(19719,1804,'_download_limit','-1'), +(19720,1804,'_download_expiry','-1'), +(19721,1804,'_stock',NULL), +(19722,1804,'_stock_status','instock'), +(19723,1804,'_wc_average_rating','0'), +(19724,1804,'_wc_review_count','0'), +(19725,1804,'attribute_pa_size','64'), +(19726,1804,'_product_version','10.6.1'), +(19727,1804,'_regular_price','125'), +(19728,1804,'_thumbnail_id','0'), +(19729,1804,'_price','125'), +(19730,1803,'_regular_price','125'), +(19731,1803,'_thumbnail_id','0'), +(19732,1803,'_price','125'), +(19733,1802,'_regular_price','125'), +(19734,1802,'_thumbnail_id','0'), +(19735,1802,'_price','125'), +(19736,1801,'_regular_price','125'), +(19737,1801,'_thumbnail_id','0'), +(19738,1801,'_price','125'), +(19739,1800,'_regular_price','125'), +(19740,1800,'_thumbnail_id','0'), +(19741,1800,'_price','125'), +(19742,1799,'_regular_price','125'), +(19743,1799,'_thumbnail_id','0'), +(19744,1799,'_price','125'), +(19745,1798,'_regular_price','125'), +(19746,1798,'_thumbnail_id','0'), +(19747,1798,'_price','125'), +(19748,1797,'_regular_price','125'), +(19749,1797,'_thumbnail_id','0'), +(19750,1797,'_price','125'), +(19751,1796,'_regular_price','125'), +(19752,1796,'_thumbnail_id','0'), +(19753,1796,'_price','125'), +(19754,1795,'_regular_price','125'), +(19755,1795,'_thumbnail_id','0'), +(19756,1795,'_price','125'), +(19757,1794,'_regular_price','125'), +(19758,1794,'_thumbnail_id','0'), +(19759,1794,'_price','125'), +(19760,1793,'_regular_price','125'), +(19761,1793,'_thumbnail_id','0'), +(19762,1793,'_price','125'), +(19763,1792,'_regular_price','125'), +(19764,1792,'_thumbnail_id','0'), +(19765,1792,'_price','125'), +(19766,1791,'_regular_price','125'), +(19767,1791,'_thumbnail_id','0'), +(19768,1791,'_price','125'), +(19769,1790,'_regular_price','125'), +(19770,1790,'_thumbnail_id','0'), +(19771,1790,'_price','125'), +(19772,1789,'_regular_price','125'), +(19773,1789,'_thumbnail_id','0'), +(19774,1789,'_price','125'), +(19775,1788,'_regular_price','125'), +(19776,1788,'_thumbnail_id','0'), +(19777,1788,'_price','125'), +(19794,202,'_price','105'), +(19795,202,'_price','170'), +(19810,306,'_price','65'), +(19811,306,'_price','68'), +(19812,306,'_price','80'), +(19817,312,'_price','68'), +(19818,312,'_price','70'), +(19819,312,'_price','85'), +(19824,393,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(19903,1516,'_photos_colonne_gauche|||0|value','1517'), +(19904,1516,'_photos_colonne_droite|||0|value','1518'), +(19905,1516,'_photos_colonne_droite|||1|value','1519'), +(19906,1516,'_haiku_details_produit',''), +(19916,1516,'_wp_trash_meta_status','publish'), +(19917,1516,'_wp_trash_meta_time','1777098268'), +(19918,1516,'_wp_desired_post_slug','piasu-ear-cuff-gold-plated'), +(19919,1406,'_wp_trash_meta_status','draft'), +(19920,1406,'_wp_trash_meta_time','1777098315'), +(19921,1406,'_wp_desired_post_slug','uteki-hoops-silver'), +(19922,1401,'_wp_trash_meta_status','draft'), +(19923,1401,'_wp_trash_meta_time','1777098346'), +(19924,1401,'_wp_desired_post_slug','uteki-hoops-gold-plated'), +(19936,982,'_wp_trash_meta_status','publish'), +(19937,982,'_wp_trash_meta_time','1777098703'), +(19938,982,'_wp_desired_post_slug','uteki-necklace-silver'), +(19949,555,'_wp_trash_meta_status','publish'), +(19950,555,'_wp_trash_meta_time','1777098813'), +(19951,555,'_wp_desired_post_slug','kara-hoops-gold-plated-pair-2'), +(19952,556,'_wp_trash_meta_status','publish'), +(19953,556,'_wp_trash_meta_time','1777098813'), +(19954,556,'_wp_desired_post_slug','kara-hoops-gold-plated-one-earring-2'), +(19955,554,'_wp_trash_meta_status','publish'), +(19956,554,'_wp_trash_meta_time','1777098813'), +(19957,554,'_wp_desired_post_slug','kara-hoops-silver'), +(19958,552,'_wp_trash_meta_status','publish'), +(19959,552,'_wp_trash_meta_time','1777098820'), +(19960,552,'_wp_desired_post_slug','kara-hoops-gold-plated-one-earring'), +(19961,553,'_wp_trash_meta_status','publish'), +(19962,553,'_wp_trash_meta_time','1777098820'), +(19963,553,'_wp_desired_post_slug','kara-hoops-gold-plated-pair'), +(19964,545,'_wp_trash_meta_status','publish'), +(19965,545,'_wp_trash_meta_time','1777098820'), +(19966,545,'_wp_desired_post_slug','kara-hoops-gold-plated'), +(19967,496,'_wp_trash_meta_status','publish'), +(19968,496,'_wp_trash_meta_time','1777098828'), +(19969,496,'_wp_desired_post_slug','mugu-hoop'), +(19970,447,'_wp_trash_meta_status','publish'), +(19971,447,'_wp_trash_meta_time','1777098850'), +(19972,447,'_wp_desired_post_slug','kara-ear-cuff-gold-plated'), +(19973,435,'_wp_trash_meta_status','publish'), +(19974,435,'_wp_trash_meta_time','1777098860'), +(19975,435,'_wp_desired_post_slug','kara-earcuff-silver'), +(19984,490,'_price','48'), +(19985,490,'_price','65'), +(20007,645,'_wp_trash_meta_status','publish'), +(20008,645,'_wp_trash_meta_time','1777099190'), +(20009,645,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated-left-side'), +(20010,646,'_wp_trash_meta_status','publish'), +(20011,646,'_wp_trash_meta_time','1777099190'), +(20012,646,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated-pair'), +(20013,647,'_wp_trash_meta_status','publish'), +(20014,647,'_wp_trash_meta_time','1777099190'), +(20015,647,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated-right-side'), +(20016,288,'_wp_trash_meta_status','draft'), +(20017,288,'_wp_trash_meta_time','1777099190'), +(20018,288,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated'), +(20019,641,'_wp_trash_meta_status','publish'), +(20020,641,'_wp_trash_meta_time','1777099199'), +(20021,641,'_wp_desired_post_slug','hattari-stacked-hoops-silver-left-side'), +(20022,642,'_wp_trash_meta_status','publish'), +(20023,642,'_wp_trash_meta_time','1777099199'), +(20024,642,'_wp_desired_post_slug','hattari-stacked-hoops-silver-pair'), +(20025,643,'_wp_trash_meta_status','publish'), +(20026,643,'_wp_trash_meta_time','1777099199'), +(20027,643,'_wp_desired_post_slug','hattari-stacked-hoops-silver-right-side'), +(20028,285,'_wp_trash_meta_status','draft'), +(20029,285,'_wp_trash_meta_time','1777099199'), +(20030,285,'_wp_desired_post_slug','hattari-stacked-hoops-silver'), +(20050,569,'_wp_trash_meta_status','publish'), +(20051,569,'_wp_trash_meta_time','1777099332'), +(20052,569,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated-one-element-side'), +(20053,570,'_wp_trash_meta_status','publish'), +(20054,570,'_wp_trash_meta_time','1777099332'), +(20055,570,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated-pair'), +(20056,571,'_wp_trash_meta_status','publish'), +(20057,571,'_wp_trash_meta_time','1777099332'), +(20058,571,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated-two-elements-side'), +(20059,213,'_wp_trash_meta_status','draft'), +(20060,213,'_wp_trash_meta_time','1777099332'), +(20061,213,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated'), +(20067,565,'_wp_trash_meta_status','publish'), +(20068,565,'_wp_trash_meta_time','1777099356'), +(20069,565,'_wp_desired_post_slug','boroboro-long-earrings-silver-one-element-side'), +(20070,566,'_wp_trash_meta_status','publish'), +(20071,566,'_wp_trash_meta_time','1777099356'), +(20072,566,'_wp_desired_post_slug','boroboro-long-earrings-silver-pair'), +(20073,567,'_wp_trash_meta_status','publish'), +(20074,567,'_wp_trash_meta_time','1777099356'), +(20075,567,'_wp_desired_post_slug','boroboro-long-earrings-silver-two-elements-side'), +(20076,183,'_wp_trash_meta_status','draft'), +(20077,183,'_wp_trash_meta_time','1777099356'), +(20078,183,'_wp_desired_post_slug','boroboro-long-earrings-silver'), +(20098,113,'_price','125'), +(20099,1809,'_sku','IKKAN-BR-3'), +(20100,1809,'total_sales','0'), +(20101,1809,'_tax_status','taxable'), +(20102,1809,'_tax_class',''), +(20103,1809,'_manage_stock','yes'), +(20104,1809,'_backorders','notify'), +(20105,1809,'_sold_individually','no'), +(20106,1809,'_virtual','no'), +(20107,1809,'_downloadable','no'), +(20108,1809,'_download_limit','-1'), +(20109,1809,'_download_expiry','-1'), +(20110,1809,'_thumbnail_id','1812'), +(20111,1809,'_stock','1'), +(20112,1809,'_stock_status','instock'), +(20113,1809,'_wc_average_rating','0'), +(20114,1809,'_wc_review_count','0'), +(20115,1809,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(20116,1809,'_product_version','10.6.1'), +(20121,1810,'_variation_description',''), +(20122,1810,'_sku','IKKAN-BR-s-3'), +(20123,1810,'_regular_price','120'), +(20124,1810,'total_sales','0'), +(20125,1810,'_tax_status','taxable'), +(20126,1810,'_tax_class','parent'), +(20127,1810,'_manage_stock','no'), +(20128,1810,'_backorders','no'), +(20129,1810,'_sold_individually','no'), +(20130,1810,'_virtual','no'), +(20131,1810,'_downloadable','no'), +(20132,1810,'_download_limit','-1'), +(20133,1810,'_download_expiry','-1'), +(20135,1810,'_stock','0'), +(20136,1810,'_stock_status','instock'), +(20137,1810,'_wc_average_rating','0'), +(20138,1810,'_wc_review_count','0'), +(20139,1810,'attribute_pa_size','size-1'), +(20140,1810,'_price','120'), +(20141,1810,'_product_version','10.6.1'), +(20142,1811,'_variation_description',''), +(20143,1811,'_sku','IKKAN-BR-s-4'), +(20144,1811,'_regular_price','120'), +(20145,1811,'total_sales','0'), +(20146,1811,'_tax_status','taxable'), +(20147,1811,'_tax_class','parent'), +(20148,1811,'_manage_stock','no'), +(20149,1811,'_backorders','no'), +(20150,1811,'_sold_individually','no'), +(20151,1811,'_virtual','no'), +(20152,1811,'_downloadable','no'), +(20153,1811,'_download_limit','-1'), +(20154,1811,'_download_expiry','-1'), +(20156,1811,'_stock','0'), +(20157,1811,'_stock_status','instock'), +(20158,1811,'_wc_average_rating','0'), +(20159,1811,'_wc_review_count','0'), +(20160,1811,'attribute_pa_size','size-2'), +(20161,1811,'_price','120'), +(20162,1811,'_product_version','10.6.1'), +(20163,1809,'_price','120'), +(20164,1809,'_edit_lock','1777213543:1'), +(20165,1809,'_edit_last','1'), +(20166,1812,'_wp_attached_file','2026/04/PUCHI-BR.jpg'), +(20167,1812,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/04/PUCHI-BR.jpg\";s:8:\"filesize\";i:343446;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PUCHI-BR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5917;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20168,1813,'_wp_attached_file','2026/04/©Clelia.Odette-2-76-e1777214935433.jpg'), +(20169,1813,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1245;s:4:\"file\";s:47:\"2026/04/©Clelia.Odette-2-76-e1777214935433.jpg\";s:8:\"filesize\";i:680429;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"©Clelia.Odette-2-76-e1777214935433-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18142;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20170,1809,'_photos_colonne_gauche|||0|value','1812'), +(20171,1809,'_photos_colonne_droite|||0|value','1813'), +(20172,1809,'_haiku_details_produit',''), +(20173,1813,'_wp_attachment_image_alt','Puchi bracelet, Puchi brooch'), +(20174,1813,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:3052;s:6:\"height\";i:2015;s:8:\"filesize\";i:1772073;s:4:\"file\";s:24:\"©Clelia.Odette-2-76.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-76-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17178;}}'), +(20175,1814,'_wp_attached_file','2024/10/IKKAN-C.jpg'), +(20176,1814,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/IKKAN-C.jpg\";s:8:\"filesize\";i:399878;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IKKAN-C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6670;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20177,1814,'_wp_attachment_image_alt','Ikkan necklace'), +(20178,1815,'_wp_attached_file','2024/10/©Clelia.Odette-4477-copie.jpg'), +(20179,1815,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2024/10/©Clelia.Odette-4477-copie.jpg\";s:8:\"filesize\";i:668674;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-4477-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20180,1815,'_wp_attachment_image_alt',''), +(20191,1816,'_wp_attached_file','2024/10/IKKAN-BR.jpg'), +(20192,1816,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IKKAN-BR.jpg\";s:8:\"filesize\";i:606109;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IKKAN-BR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6536;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20193,1816,'_wp_attachment_image_alt','Ikkan bracelet'), +(20194,1817,'_wp_attached_file','2024/10/©Clelia.Odette-4332.jpg'), +(20195,1817,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4332.jpg\";s:8:\"filesize\";i:498241;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4332-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20196,1817,'_wp_attachment_image_alt','Ikkan bracelet'), +(20212,1819,'_wp_attached_file','2024/10/2025HAIKU_0003.jpg'), +(20213,1819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2024/10/2025HAIKU_0003.jpg\";s:8:\"filesize\";i:709272;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0003-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17804;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20214,1819,'_wp_attachment_image_alt','Fuyou bracelet'), +(20223,1821,'_wp_attached_file','2025/11/HATTA-EC-g.jpg'), +(20224,1821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1919;s:4:\"file\";s:22:\"2025/11/HATTA-EC-g.jpg\";s:8:\"filesize\";i:974709;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HATTA-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20225,1821,'_wp_attachment_image_alt','Hattari ear cuff gold plated'), +(20230,1560,'_thumbnail_id','1821'), +(20235,1822,'_wp_attached_file','2025/11/HATTA-EC-s.jpg'), +(20236,1822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1919;s:4:\"file\";s:22:\"2025/11/HATTA-EC-s.jpg\";s:8:\"filesize\";i:958689;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HATTA-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4892;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20237,1822,'_wp_attachment_image_alt','Hattari ear cuff silver'), +(20245,1824,'_wp_attached_file','2025/11/HATTA-CR-g.jpg'), +(20246,1824,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2025/11/HATTA-CR-g.jpg\";s:8:\"filesize\";i:953416;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HATTA-CR-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20247,1824,'_wp_attachment_image_alt','Hattari hoops gold plated'), +(20253,1825,'_wp_attached_file','2025/11/HATTA-CR1-s.jpg'), +(20254,1825,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2025/11/HATTA-CR1-s.jpg\";s:8:\"filesize\";i:646915;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HATTA-CR1-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4940;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20255,1825,'_wp_attachment_image_alt','Hattari hoops silver'), +(20261,1826,'_wp_attached_file','2025/11/TAMA-EC-s.jpg'), +(20262,1826,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/11/TAMA-EC-s.jpg\";s:8:\"filesize\";i:716947;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5107;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20263,1826,'_wp_attachment_image_alt','Tama ear cuff silver'), +(20276,1828,'_wp_attached_file','2025/11/TAMA-EC-g.jpg'), +(20277,1828,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/11/TAMA-EC-g.jpg\";s:8:\"filesize\";i:714866;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20278,1828,'_wp_attachment_image_alt','Tama ear cuff gold plated'), +(20283,1831,'_wp_attached_file','2025/11/PIASU-EC.jpg'), +(20284,1831,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/PIASU-EC.jpg\";s:8:\"filesize\";i:829178;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PIASU-EC-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4429;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20285,1831,'_wp_attachment_image_alt','Piasu ear cuff'), +(20286,1832,'_wp_attached_file','2025/11/2025HAIKU_00010-1.jpg'), +(20287,1832,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:29:\"2025/11/2025HAIKU_00010-1.jpg\";s:8:\"filesize\";i:942960;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"2025HAIKU_00010-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24325;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20288,1832,'_wp_attachment_image_alt','Piasu ear cuff, Piasu ring'), +(20293,1833,'_wp_attached_file','2025/09/PIASU-B-1.jpg'), +(20294,1833,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2700;s:6:\"height\";i:2701;s:4:\"file\";s:21:\"2025/09/PIASU-B-1.jpg\";s:8:\"filesize\";i:1931488;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PIASU-B-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4786;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20295,1833,'_wp_attachment_image_alt','Piasu ring'), +(20296,1834,'_wp_attached_file','2025/09/©Clelia.Odette-2-113-copie.jpg'), +(20297,1834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2390;s:6:\"height\";i:3363;s:4:\"file\";s:39:\"2025/09/©Clelia.Odette-2-113-copie.jpg\";s:8:\"filesize\";i:2028590;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"©Clelia.Odette-2-113-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16282;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20298,1834,'_wp_attachment_image_alt','Piasu ring'), +(20304,1835,'_wp_attached_file','2025/09/PUCHI-BO.jpg'), +(20305,1835,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3250;s:6:\"height\";i:3250;s:4:\"file\";s:20:\"2025/09/PUCHI-BO.jpg\";s:8:\"filesize\";i:2036293;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PUCHI-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7769;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20306,1835,'_wp_attachment_image_alt','PuchiPuchi earrings'), +(20307,1444,'_photos_colonne_gauche|||0|value','1835'), +(20308,1444,'_photos_colonne_droite|||0|value','1653'), +(20309,1444,'_photos_colonne_droite|||1|value','1519'), +(20310,1444,'_photos_colonne_droite|||2|value','1654'), +(20311,1444,'_photos_colonne_droite|||3|value','1448'), +(20312,1444,'_haiku_details_produit',''), +(20313,1836,'_wp_attached_file','2025/06/UTEKI-B-s.jpg'), +(20314,1836,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2851;s:6:\"height\";i:2851;s:4:\"file\";s:21:\"2025/06/UTEKI-B-s.jpg\";s:8:\"filesize\";i:1887122;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20315,1836,'_wp_attachment_image_alt','Uteki ring silver'), +(20316,941,'_photos_colonne_gauche|||0|value','1836'), +(20317,941,'_photos_colonne_droite|||0|value','1507'), +(20318,941,'_photos_colonne_droite|||1|value','1506'), +(20319,941,'_photos_colonne_droite|||2|value','1505'), +(20320,941,'_haiku_details_produit',''), +(20321,1837,'_wp_attached_file','2025/06/UTEKI-B-g-1.jpg'), +(20322,1837,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3117;s:6:\"height\";i:3117;s:4:\"file\";s:23:\"2025/06/UTEKI-B-g-1.jpg\";s:8:\"filesize\";i:1627074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"UTEKI-B-g-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20323,1837,'_wp_attachment_image_alt','Uteki ring gold plated'), +(20324,953,'_photos_colonne_gauche|||0|value','1837'), +(20325,953,'_photos_colonne_droite|||0|value','1508'), +(20326,953,'_photos_colonne_droite|||1|value','1509'), +(20327,953,'_photos_colonne_droite|||2|value','1510'), +(20328,953,'_haiku_details_produit',''), +(20329,1838,'_wp_attached_file','2024/11/FUYOU-BO.jpg'), +(20330,1838,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3058;s:6:\"height\";i:3058;s:4:\"file\";s:20:\"2024/11/FUYOU-BO.jpg\";s:8:\"filesize\";i:2005904;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FUYOU-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6938;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20331,1838,'_wp_attachment_image_alt','Fuyou earrings'), +(20337,1839,'_wp_attached_file','2024/11/MUGU-BOP.jpg'), +(20338,1839,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2672;s:6:\"height\";i:2672;s:4:\"file\";s:20:\"2024/11/MUGU-BOP.jpg\";s:8:\"filesize\";i:1086224;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"MUGU-BOP-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4010;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20339,1839,'_wp_attachment_image_alt','Mugura stud earrings'), +(20344,1840,'_wp_attached_file','2024/10/MUGU-CR-s.jpg'), +(20345,1840,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2961;s:6:\"height\";i:2962;s:4:\"file\";s:21:\"2024/10/MUGU-CR-s.jpg\";s:8:\"filesize\";i:1931541;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MUGU-CR-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20346,1840,'_wp_attachment_image_alt','Mugura hoops'), +(20347,1841,'_wp_attached_file','2024/10/©Clelia.Odette-4306.jpg'), +(20348,1841,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2330;s:6:\"height\";i:1553;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4306.jpg\";s:8:\"filesize\";i:1725407;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4306-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21423;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20349,1841,'_wp_attachment_image_alt','Mugura hoops silver, Fuyou single hoop'), +(20350,1842,'_wp_attached_file','2024/10/©Clelia.Odette-4619-copie.jpg'), +(20351,1842,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2593;s:6:\"height\";i:1729;s:4:\"file\";s:38:\"2024/10/©Clelia.Odette-4619-copie.jpg\";s:8:\"filesize\";i:1789987;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-4619-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20352,1842,'_wp_attachment_image_alt','Mugura hoops silver'), +(20360,1843,'_variation_description',''), +(20361,1843,'total_sales','0'), +(20362,1843,'_tax_status','taxable'), +(20363,1843,'_tax_class','parent'), +(20364,1843,'_manage_stock','no'), +(20365,1843,'_backorders','no'), +(20366,1843,'_sold_individually','no'), +(20367,1843,'_virtual','no'), +(20368,1843,'_downloadable','no'), +(20369,1843,'_download_limit','-1'), +(20370,1843,'_download_expiry','-1'), +(20371,1843,'_stock','0'), +(20372,1843,'_stock_status','instock'), +(20373,1843,'_wc_average_rating','0'), +(20374,1843,'_wc_review_count','0'), +(20375,1843,'attribute_pa_side','all'), +(20376,1843,'_product_version','10.6.1'), +(20411,1846,'_variation_description',''), +(20412,1846,'total_sales','0'), +(20413,1846,'_tax_status','taxable'), +(20414,1846,'_tax_class','parent'), +(20415,1846,'_manage_stock','no'), +(20416,1846,'_backorders','no'), +(20417,1846,'_sold_individually','no'), +(20418,1846,'_virtual','no'), +(20419,1846,'_downloadable','no'), +(20420,1846,'_download_limit','-1'), +(20421,1846,'_download_expiry','-1'), +(20422,1846,'_stock','0'), +(20423,1846,'_stock_status','instock'), +(20424,1846,'_wc_average_rating','0'), +(20425,1846,'_wc_review_count','0'), +(20426,1846,'attribute_pa_side','pair-big-hoops'), +(20427,1846,'_product_version','10.6.1'), +(20428,1847,'_variation_description',''), +(20429,1847,'total_sales','0'), +(20430,1847,'_tax_status','taxable'), +(20431,1847,'_tax_class','parent'), +(20432,1847,'_manage_stock','no'), +(20433,1847,'_backorders','no'), +(20434,1847,'_sold_individually','no'), +(20435,1847,'_virtual','no'), +(20436,1847,'_downloadable','no'), +(20437,1847,'_download_limit','-1'), +(20438,1847,'_download_expiry','-1'), +(20439,1847,'_stock','0'), +(20440,1847,'_stock_status','instock'), +(20441,1847,'_wc_average_rating','0'), +(20442,1847,'_wc_review_count','0'), +(20443,1847,'attribute_pa_side','pair-small-hoops'), +(20444,1847,'_product_version','10.6.1'), +(20445,1843,'_regular_price','120'), +(20446,1843,'_thumbnail_id','0'), +(20447,1843,'_price','120'), +(20450,1846,'_regular_price','80'), +(20451,1846,'_thumbnail_id','0'), +(20452,1846,'_price','80'), +(20453,1847,'_regular_price','68'), +(20454,1847,'_thumbnail_id','0'), +(20455,1847,'_price','68'), +(20462,393,'_price','68'), +(20463,393,'_price','80'), +(20464,393,'_price','120'), +(20477,1848,'_wp_attached_file','2024/10/FUYOU-CR1.jpg'), +(20478,1848,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2586;s:6:\"height\";i:2587;s:4:\"file\";s:21:\"2024/10/FUYOU-CR1.jpg\";s:8:\"filesize\";i:2011747;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FUYOU-CR1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4129;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20479,1848,'_wp_attachment_image_alt','Fuyou single hoop'), +(20480,1849,'_wp_attached_file','2024/10/©Clelia.Odette-4158.jpg'), +(20481,1849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3078;s:6:\"height\";i:2052;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4158.jpg\";s:8:\"filesize\";i:1890736;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4158-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19051;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20482,1849,'_wp_attachment_image_alt','Fuyou single hoop'), +(20483,1850,'_wp_attached_file','2024/10/©Clelia.Odette-4167.jpg'), +(20484,1850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3199;s:6:\"height\";i:2133;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4167.jpg\";s:8:\"filesize\";i:1792424;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4167-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20485,1850,'_wp_attachment_image_alt','Fuyou single hoop'), +(20491,1851,'_wp_attached_file','2024/10/TAMA-CR-g.jpg'), +(20492,1851,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2826;s:6:\"height\";i:2826;s:4:\"file\";s:21:\"2024/10/TAMA-CR-g.jpg\";s:8:\"filesize\";i:1982336;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-CR-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6588;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20493,1851,'_wp_attachment_image_alt','Tama hoops gold plated'), +(20498,1853,'_wp_attached_file','2024/10/TAMA-CR-s.jpg'), +(20499,1853,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2879;s:6:\"height\";i:2879;s:4:\"file\";s:21:\"2024/10/TAMA-CR-s.jpg\";s:8:\"filesize\";i:1946227;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-CR-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6030;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20500,1853,'_wp_attachment_image_alt','Tama hoops silver'), +(20510,1854,'_wp_attached_file','2024/10/FUYOU-C.jpg'), +(20511,1854,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3473;s:6:\"height\";i:3473;s:4:\"file\";s:19:\"2024/10/FUYOU-C.jpg\";s:8:\"filesize\";i:1910875;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"FUYOU-C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20512,1854,'_wp_attachment_image_alt','Fuyou necklace'), +(20513,1855,'_wp_attached_file','2024/10/2025HAIKU_00061.jpg'), +(20514,1855,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1975;s:6:\"height\";i:2961;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00061.jpg\";s:8:\"filesize\";i:2027192;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24302;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:11:\"Fiona Forte\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20515,1855,'_wp_attachment_image_alt','Fuyou necklace'), +(20522,1856,'_wp_attached_file','2024/10/FUYOU-BR-1.jpg'), +(20523,1856,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3694;s:6:\"height\";i:3694;s:4:\"file\";s:22:\"2024/10/FUYOU-BR-1.jpg\";s:8:\"filesize\";i:2054944;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"FUYOU-BR-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5252;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20524,1856,'_wp_attachment_image_alt','Fuyou bracelet'), +(20525,258,'_thumbnail_id','1856'), +(20530,240,'_thumbnail_id','1816'), +(20537,1858,'_wp_attached_file','2024/10/ROKKU-B.jpg'), +(20538,1858,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/ROKKU-B.jpg\";s:8:\"filesize\";i:1051011;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"ROKKU-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5405;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20539,1858,'_wp_attachment_image_alt','Rokku ring silver'), +(20541,1859,'_variation_description',''), +(20542,1859,'total_sales','0'), +(20543,1859,'_tax_status','taxable'), +(20544,1859,'_tax_class','parent'), +(20545,1859,'_manage_stock','no'), +(20546,1859,'_backorders','no'), +(20547,1859,'_sold_individually','no'), +(20548,1859,'_virtual','no'), +(20549,1859,'_downloadable','no'), +(20550,1859,'_download_limit','-1'), +(20551,1859,'_download_expiry','-1'), +(20552,1859,'_stock',NULL), +(20553,1859,'_stock_status','instock'), +(20554,1859,'_wc_average_rating','0'), +(20555,1859,'_wc_review_count','0'), +(20556,1859,'attribute_pa_size','48'), +(20557,1859,'_product_version','10.6.1'), +(20558,1860,'_variation_description',''), +(20559,1860,'total_sales','0'), +(20560,1860,'_tax_status','taxable'), +(20561,1860,'_tax_class','parent'), +(20562,1860,'_manage_stock','no'), +(20563,1860,'_backorders','no'), +(20564,1860,'_sold_individually','no'), +(20565,1860,'_virtual','no'), +(20566,1860,'_downloadable','no'), +(20567,1860,'_download_limit','-1'), +(20568,1860,'_download_expiry','-1'), +(20569,1860,'_stock',NULL), +(20570,1860,'_stock_status','instock'), +(20571,1860,'_wc_average_rating','0'), +(20572,1860,'_wc_review_count','0'), +(20573,1860,'attribute_pa_size','49'), +(20574,1860,'_product_version','10.6.1'), +(20575,1861,'_variation_description',''), +(20576,1861,'total_sales','0'), +(20577,1861,'_tax_status','taxable'), +(20578,1861,'_tax_class','parent'), +(20579,1861,'_manage_stock','no'), +(20580,1861,'_backorders','no'), +(20581,1861,'_sold_individually','no'), +(20582,1861,'_virtual','no'), +(20583,1861,'_downloadable','no'), +(20584,1861,'_download_limit','-1'), +(20585,1861,'_download_expiry','-1'), +(20586,1861,'_stock',NULL), +(20587,1861,'_stock_status','instock'), +(20588,1861,'_wc_average_rating','0'), +(20589,1861,'_wc_review_count','0'), +(20590,1861,'attribute_pa_size','50'), +(20591,1861,'_product_version','10.6.1'), +(20592,1862,'_variation_description',''), +(20593,1862,'total_sales','0'), +(20594,1862,'_tax_status','taxable'), +(20595,1862,'_tax_class','parent'), +(20596,1862,'_manage_stock','no'), +(20597,1862,'_backorders','no'), +(20598,1862,'_sold_individually','no'), +(20599,1862,'_virtual','no'), +(20600,1862,'_downloadable','no'), +(20601,1862,'_download_limit','-1'), +(20602,1862,'_download_expiry','-1'), +(20603,1862,'_stock',NULL), +(20604,1862,'_stock_status','instock'), +(20605,1862,'_wc_average_rating','0'), +(20606,1862,'_wc_review_count','0'), +(20607,1862,'attribute_pa_size','51'), +(20608,1862,'_product_version','10.6.1'), +(20609,1863,'_variation_description',''), +(20610,1863,'total_sales','0'), +(20611,1863,'_tax_status','taxable'), +(20612,1863,'_tax_class','parent'), +(20613,1863,'_manage_stock','no'), +(20614,1863,'_backorders','no'), +(20615,1863,'_sold_individually','no'), +(20616,1863,'_virtual','no'), +(20617,1863,'_downloadable','no'), +(20618,1863,'_download_limit','-1'), +(20619,1863,'_download_expiry','-1'), +(20620,1863,'_stock',NULL), +(20621,1863,'_stock_status','instock'), +(20622,1863,'_wc_average_rating','0'), +(20623,1863,'_wc_review_count','0'), +(20624,1863,'attribute_pa_size','52'), +(20625,1863,'_product_version','10.6.1'), +(20626,1864,'_variation_description',''), +(20627,1864,'total_sales','0'), +(20628,1864,'_tax_status','taxable'), +(20629,1864,'_tax_class','parent'), +(20630,1864,'_manage_stock','no'), +(20631,1864,'_backorders','no'), +(20632,1864,'_sold_individually','no'), +(20633,1864,'_virtual','no'), +(20634,1864,'_downloadable','no'), +(20635,1864,'_download_limit','-1'), +(20636,1864,'_download_expiry','-1'), +(20637,1864,'_stock',NULL), +(20638,1864,'_stock_status','instock'), +(20639,1864,'_wc_average_rating','0'), +(20640,1864,'_wc_review_count','0'), +(20641,1864,'attribute_pa_size','53'), +(20642,1864,'_product_version','10.6.1'), +(20643,1865,'_variation_description',''), +(20644,1865,'total_sales','0'), +(20645,1865,'_tax_status','taxable'), +(20646,1865,'_tax_class','parent'), +(20647,1865,'_manage_stock','no'), +(20648,1865,'_backorders','no'), +(20649,1865,'_sold_individually','no'), +(20650,1865,'_virtual','no'), +(20651,1865,'_downloadable','no'), +(20652,1865,'_download_limit','-1'), +(20653,1865,'_download_expiry','-1'), +(20654,1865,'_stock',NULL), +(20655,1865,'_stock_status','instock'), +(20656,1865,'_wc_average_rating','0'), +(20657,1865,'_wc_review_count','0'), +(20658,1865,'attribute_pa_size','54'), +(20659,1865,'_product_version','10.6.1'), +(20660,1866,'_variation_description',''), +(20661,1866,'total_sales','0'), +(20662,1866,'_tax_status','taxable'), +(20663,1866,'_tax_class','parent'), +(20664,1866,'_manage_stock','no'), +(20665,1866,'_backorders','no'), +(20666,1866,'_sold_individually','no'), +(20667,1866,'_virtual','no'), +(20668,1866,'_downloadable','no'), +(20669,1866,'_download_limit','-1'), +(20670,1866,'_download_expiry','-1'), +(20671,1866,'_stock',NULL), +(20672,1866,'_stock_status','instock'), +(20673,1866,'_wc_average_rating','0'), +(20674,1866,'_wc_review_count','0'), +(20675,1866,'attribute_pa_size','55'), +(20676,1866,'_product_version','10.6.1'), +(20677,1867,'_variation_description',''), +(20678,1867,'total_sales','0'), +(20679,1867,'_tax_status','taxable'), +(20680,1867,'_tax_class','parent'), +(20681,1867,'_manage_stock','no'), +(20682,1867,'_backorders','no'), +(20683,1867,'_sold_individually','no'), +(20684,1867,'_virtual','no'), +(20685,1867,'_downloadable','no'), +(20686,1867,'_download_limit','-1'), +(20687,1867,'_download_expiry','-1'), +(20688,1867,'_stock',NULL), +(20689,1867,'_stock_status','instock'), +(20690,1867,'_wc_average_rating','0'), +(20691,1867,'_wc_review_count','0'), +(20692,1867,'attribute_pa_size','56'), +(20693,1867,'_product_version','10.6.1'), +(20694,1868,'_variation_description',''), +(20695,1868,'total_sales','0'), +(20696,1868,'_tax_status','taxable'), +(20697,1868,'_tax_class','parent'), +(20698,1868,'_manage_stock','no'), +(20699,1868,'_backorders','no'), +(20700,1868,'_sold_individually','no'), +(20701,1868,'_virtual','no'), +(20702,1868,'_downloadable','no'), +(20703,1868,'_download_limit','-1'), +(20704,1868,'_download_expiry','-1'), +(20705,1868,'_stock',NULL), +(20706,1868,'_stock_status','instock'), +(20707,1868,'_wc_average_rating','0'), +(20708,1868,'_wc_review_count','0'), +(20709,1868,'attribute_pa_size','57'), +(20710,1868,'_product_version','10.6.1'), +(20711,1869,'_variation_description',''), +(20712,1869,'total_sales','0'), +(20713,1869,'_tax_status','taxable'), +(20714,1869,'_tax_class','parent'), +(20715,1869,'_manage_stock','no'), +(20716,1869,'_backorders','no'), +(20717,1869,'_sold_individually','no'), +(20718,1869,'_virtual','no'), +(20719,1869,'_downloadable','no'), +(20720,1869,'_download_limit','-1'), +(20721,1869,'_download_expiry','-1'), +(20722,1869,'_stock',NULL), +(20723,1869,'_stock_status','instock'), +(20724,1869,'_wc_average_rating','0'), +(20725,1869,'_wc_review_count','0'), +(20726,1869,'attribute_pa_size','58'), +(20727,1869,'_product_version','10.6.1'), +(20728,1870,'_variation_description',''), +(20729,1870,'total_sales','0'), +(20730,1870,'_tax_status','taxable'), +(20731,1870,'_tax_class','parent'), +(20732,1870,'_manage_stock','no'), +(20733,1870,'_backorders','no'), +(20734,1870,'_sold_individually','no'), +(20735,1870,'_virtual','no'), +(20736,1870,'_downloadable','no'), +(20737,1870,'_download_limit','-1'), +(20738,1870,'_download_expiry','-1'), +(20739,1870,'_stock',NULL), +(20740,1870,'_stock_status','instock'), +(20741,1870,'_wc_average_rating','0'), +(20742,1870,'_wc_review_count','0'), +(20743,1870,'attribute_pa_size','59'), +(20744,1870,'_product_version','10.6.1'), +(20745,1871,'_variation_description',''), +(20746,1871,'total_sales','0'), +(20747,1871,'_tax_status','taxable'), +(20748,1871,'_tax_class','parent'), +(20749,1871,'_manage_stock','no'), +(20750,1871,'_backorders','no'), +(20751,1871,'_sold_individually','no'), +(20752,1871,'_virtual','no'), +(20753,1871,'_downloadable','no'), +(20754,1871,'_download_limit','-1'), +(20755,1871,'_download_expiry','-1'), +(20756,1871,'_stock',NULL), +(20757,1871,'_stock_status','instock'), +(20758,1871,'_wc_average_rating','0'), +(20759,1871,'_wc_review_count','0'), +(20760,1871,'attribute_pa_size','60'), +(20761,1871,'_product_version','10.6.1'), +(20762,1872,'_variation_description',''), +(20763,1872,'total_sales','0'), +(20764,1872,'_tax_status','taxable'), +(20765,1872,'_tax_class','parent'), +(20766,1872,'_manage_stock','no'), +(20767,1872,'_backorders','no'), +(20768,1872,'_sold_individually','no'), +(20769,1872,'_virtual','no'), +(20770,1872,'_downloadable','no'), +(20771,1872,'_download_limit','-1'), +(20772,1872,'_download_expiry','-1'), +(20773,1872,'_stock',NULL), +(20774,1872,'_stock_status','instock'), +(20775,1872,'_wc_average_rating','0'), +(20776,1872,'_wc_review_count','0'), +(20777,1872,'attribute_pa_size','61'), +(20778,1872,'_product_version','10.6.1'), +(20779,1873,'_variation_description',''), +(20780,1873,'total_sales','0'), +(20781,1873,'_tax_status','taxable'), +(20782,1873,'_tax_class','parent'), +(20783,1873,'_manage_stock','no'), +(20784,1873,'_backorders','no'), +(20785,1873,'_sold_individually','no'), +(20786,1873,'_virtual','no'), +(20787,1873,'_downloadable','no'), +(20788,1873,'_download_limit','-1'), +(20789,1873,'_download_expiry','-1'), +(20790,1873,'_stock',NULL), +(20791,1873,'_stock_status','instock'), +(20792,1873,'_wc_average_rating','0'), +(20793,1873,'_wc_review_count','0'), +(20794,1873,'attribute_pa_size','62'), +(20795,1873,'_product_version','10.6.1'), +(20796,1874,'_variation_description',''), +(20797,1874,'total_sales','0'), +(20798,1874,'_tax_status','taxable'), +(20799,1874,'_tax_class','parent'), +(20800,1874,'_manage_stock','no'), +(20801,1874,'_backorders','no'), +(20802,1874,'_sold_individually','no'), +(20803,1874,'_virtual','no'), +(20804,1874,'_downloadable','no'), +(20805,1874,'_download_limit','-1'), +(20806,1874,'_download_expiry','-1'), +(20807,1874,'_stock',NULL), +(20808,1874,'_stock_status','instock'), +(20809,1874,'_wc_average_rating','0'), +(20810,1874,'_wc_review_count','0'), +(20811,1874,'attribute_pa_size','63'), +(20812,1874,'_product_version','10.6.1'), +(20813,1875,'_variation_description',''), +(20814,1875,'total_sales','0'), +(20815,1875,'_tax_status','taxable'), +(20816,1875,'_tax_class','parent'), +(20817,1875,'_manage_stock','no'), +(20818,1875,'_backorders','no'), +(20819,1875,'_sold_individually','no'), +(20820,1875,'_virtual','no'), +(20821,1875,'_downloadable','no'), +(20822,1875,'_download_limit','-1'), +(20823,1875,'_download_expiry','-1'), +(20824,1875,'_stock',NULL), +(20825,1875,'_stock_status','instock'), +(20826,1875,'_wc_average_rating','0'), +(20827,1875,'_wc_review_count','0'), +(20828,1875,'attribute_pa_size','64'), +(20829,1875,'_product_version','10.6.1'), +(20830,1875,'_regular_price','160'), +(20831,1875,'_thumbnail_id','0'), +(20832,1875,'_price','160'), +(20833,1874,'_regular_price','160'), +(20834,1874,'_thumbnail_id','0'), +(20835,1874,'_price','160'), +(20836,1873,'_regular_price','160'), +(20837,1873,'_thumbnail_id','0'), +(20838,1873,'_price','160'), +(20839,1872,'_regular_price','160'), +(20840,1872,'_thumbnail_id','0'), +(20841,1872,'_price','160'), +(20842,1871,'_regular_price','160'), +(20843,1871,'_thumbnail_id','0'), +(20844,1871,'_price','160'), +(20845,1870,'_regular_price','160'), +(20846,1870,'_thumbnail_id','0'), +(20847,1870,'_price','160'), +(20848,1869,'_regular_price','160'), +(20849,1869,'_thumbnail_id','0'), +(20850,1869,'_price','160'), +(20851,1868,'_regular_price','160'), +(20852,1868,'_thumbnail_id','0'), +(20853,1868,'_price','160'), +(20854,1867,'_regular_price','160'), +(20855,1867,'_thumbnail_id','0'), +(20856,1867,'_price','160'), +(20857,1866,'_regular_price','160'), +(20858,1866,'_thumbnail_id','0'), +(20859,1866,'_price','160'), +(20860,1865,'_regular_price','160'), +(20861,1865,'_thumbnail_id','0'), +(20862,1865,'_price','160'), +(20863,1864,'_regular_price','160'), +(20864,1864,'_thumbnail_id','0'), +(20865,1864,'_price','160'), +(20866,1863,'_regular_price','160'), +(20867,1863,'_thumbnail_id','0'), +(20868,1863,'_price','160'), +(20869,1862,'_regular_price','160'), +(20870,1862,'_thumbnail_id','0'), +(20871,1862,'_price','160'), +(20872,1861,'_regular_price','160'), +(20873,1861,'_thumbnail_id','0'), +(20874,1861,'_price','160'), +(20875,1860,'_regular_price','160'), +(20876,1860,'_thumbnail_id','0'), +(20877,1860,'_price','160'), +(20878,1859,'_regular_price','160'), +(20879,1859,'_thumbnail_id','0'), +(20880,1859,'_price','160'), +(20882,168,'_price','160'), +(20888,1876,'_wp_attached_file','2024/09/IKKAN-B-s.jpg'), +(20889,1876,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/09/IKKAN-B-s.jpg\";s:8:\"filesize\";i:784141;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IKKAN-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20890,1876,'_wp_attachment_image_alt','Ikkan ring silver'), +(20891,1877,'_wp_attached_file','2024/09/©Clelia.Odette-2-41-copie.jpg'), +(20892,1877,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2024/09/©Clelia.Odette-2-41-copie.jpg\";s:8:\"filesize\";i:801782;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-41-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17251;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20893,1877,'_wp_attachment_image_alt','Ikkan ring silver'), +(20899,1878,'_sku','UTEKI-EC-s'), +(20900,1878,'_regular_price','70'), +(20901,1878,'total_sales','0'), +(20902,1878,'_tax_status','taxable'), +(20903,1878,'_tax_class',''), +(20904,1878,'_manage_stock','yes'), +(20905,1878,'_backorders','notify'), +(20906,1878,'_sold_individually','no'), +(20907,1878,'_virtual','no'), +(20908,1878,'_downloadable','no'), +(20909,1878,'_download_limit','-1'), +(20910,1878,'_download_expiry','-1'), +(20911,1878,'_thumbnail_id','1879'), +(20912,1878,'_stock','1'), +(20913,1878,'_stock_status','instock'), +(20914,1878,'_wc_average_rating','0'), +(20915,1878,'_wc_review_count','0'), +(20916,1878,'_product_version','10.6.1'), +(20917,1878,'_price','70'), +(20923,1878,'_edit_lock','1777369995:1'), +(20924,1878,'_edit_last','1'), +(20925,1879,'_wp_attached_file','2026/04/UTEKI-EC-s.jpg'), +(20926,1879,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2026/04/UTEKI-EC-s.jpg\";s:8:\"filesize\";i:1181058;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"UTEKI-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20927,1879,'_wp_attachment_image_alt','Uteki ear cuff silver'), +(20928,1880,'_wp_attached_file','2026/04/©Clelia.Odette-2-77.jpg'), +(20929,1880,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1222;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-2-77.jpg\";s:8:\"filesize\";i:704129;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-77-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20930,1880,'_wp_attachment_image_alt','Uteki ear cuff silver, Mugura hoops silver, PuchiPuchi bracelet'), +(20931,1881,'_wp_attached_file','2026/04/©Clelia.Odette-2-84-copie.jpg'), +(20932,1881,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1843;s:6:\"height\";i:1111;s:4:\"file\";s:38:\"2026/04/©Clelia.Odette-2-84-copie.jpg\";s:8:\"filesize\";i:689469;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-84-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20933,1881,'_wp_attachment_image_alt',''), +(20938,1882,'_sku','UTEKI-EC-g'), +(20939,1882,'_regular_price','75'), +(20940,1882,'total_sales','0'), +(20941,1882,'_tax_status','taxable'), +(20942,1882,'_tax_class',''), +(20943,1882,'_manage_stock','yes'), +(20944,1882,'_backorders','notify'), +(20945,1882,'_sold_individually','no'), +(20946,1882,'_virtual','no'), +(20947,1882,'_downloadable','no'), +(20948,1882,'_download_limit','-1'), +(20949,1882,'_download_expiry','-1'), +(20950,1882,'_thumbnail_id','1883'), +(20951,1882,'_stock','1'), +(20952,1882,'_stock_status','instock'), +(20953,1882,'_wc_average_rating','0'), +(20954,1882,'_wc_review_count','0'), +(20955,1882,'_product_version','10.6.1'), +(20956,1882,'_price','75'), +(20961,1882,'_edit_lock','1777366600:1'), +(20962,1882,'_edit_last','1'), +(20963,1883,'_wp_attached_file','2026/04/UTEKI-EC-g.jpg'), +(20964,1883,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2026/04/UTEKI-EC-g.jpg\";s:8:\"filesize\";i:1180446;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"UTEKI-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7446;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20965,1883,'_wp_attachment_image_alt','Uteki ear cuff gold plated'), +(20966,1884,'_wp_attached_file','2026/04/©Clelia.Odette-2-21.jpg'), +(20967,1884,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1296;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-2-21.jpg\";s:8:\"filesize\";i:904562;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20067;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20968,1884,'_wp_attachment_image_alt','Uteki ear cuff gold plated'), +(20969,1885,'_wp_attached_file','2026/04/©Clelia.Odette-2-70-copie.jpg'), +(20970,1885,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2026/04/©Clelia.Odette-2-70-copie.jpg\";s:8:\"filesize\";i:636544;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-70-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20971,1885,'_wp_attachment_image_alt','Uteki ear cuff gold plated'), +(20972,1882,'_photos_colonne_gauche|||0|value','1883'), +(20973,1882,'_photos_colonne_droite|||0|value','1884'), +(20974,1882,'_photos_colonne_droite|||1|value','1885'), +(20975,1882,'_haiku_details_produit',''), +(20976,1886,'_wp_attached_file','2026/04/Workshop-earcuff-e1777369687916.jpg'), +(20977,1886,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2240;s:6:\"height\";i:1920;s:4:\"file\";s:43:\"2026/04/Workshop-earcuff-e1777369687916.jpg\";s:8:\"filesize\";i:635282;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Workshop-earcuff-e1777369687916-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14868;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"Workshop-earcuff-e1777369687916-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14835;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20978,1887,'_wp_attached_file','2026/04/Workshop-pendant.jpg'), +(20979,1887,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2687;s:6:\"height\";i:2146;s:4:\"file\";s:28:\"2026/04/Workshop-pendant.jpg\";s:8:\"filesize\";i:2042103;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Workshop-pendant-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20980,1888,'_wp_attached_file','2026/04/Workshop-ring-e1777369812204.jpg'), +(20981,1888,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2185;s:6:\"height\";i:1988;s:4:\"file\";s:40:\"2026/04/Workshop-ring-e1777369812204.jpg\";s:8:\"filesize\";i:663933;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Workshop-ring-e1777369812204-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14737;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"Workshop-ring-e1777369812204-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14731;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20982,1886,'_wp_attachment_image_alt','Workshop ear cuff'), +(20983,1887,'_wp_attachment_image_alt','workshop pendant'), +(20984,1888,'_wp_attachment_image_alt','workshop ring'), +(20985,1886,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:2687;s:6:\"height\";i:2146;s:8:\"filesize\";i:1990682;s:4:\"file\";s:20:\"Workshop-earcuff.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:28:\"Workshop-earcuff-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13022;}}'), +(20986,1673,'_sku','WORKSHOP-EC'), +(20993,1888,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:2687;s:6:\"height\";i:2146;s:8:\"filesize\";i:2025720;s:4:\"file\";s:17:\"Workshop-ring.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"Workshop-ring-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13366;}}'), +(20994,1689,'_sku','WORKSHOP-B'), +(20995,1689,'_photos_colonne_gauche|||0|value','1888'), +(20996,1689,'_photos_colonne_droite|||0|value','1693'), +(20997,1689,'_photos_colonne_droite|||1|value','1695'), +(20998,1689,'_photos_colonne_droite|||2|value','1694'), +(20999,1689,'_photos_colonne_droite|||3|value','1696'), +(21000,1689,'_haiku_details_produit',''), +(21001,1673,'_photos_colonne_gauche|||0|value','1886'), +(21002,1673,'_photos_colonne_droite|||0|value','1674'), +(21003,1673,'_photos_colonne_droite|||1|value','1675'), +(21004,1673,'_photos_colonne_droite|||2|value','1676'), +(21005,1673,'_photos_colonne_droite|||3|value','1677'), +(21006,1673,'_haiku_details_produit',''), +(21007,1681,'_sku','WORKSHOP-C'), +(21008,1681,'_photos_colonne_gauche|||0|value','1887'), +(21009,1681,'_photos_colonne_droite|||0|value','1685'), +(21010,1681,'_photos_colonne_droite|||1|value','1686'), +(21011,1681,'_photos_colonne_droite|||2|value','1687'), +(21012,1681,'_photos_colonne_droite|||3|value','1688'), +(21013,1681,'_haiku_details_produit',''), +(21014,1878,'_photos_colonne_gauche|||0|value','1879'), +(21015,1878,'_photos_colonne_droite|||0|value','1880'), +(21016,1878,'_photos_colonne_droite|||1|value','1881'), +(21017,1878,'_haiku_details_produit',''), +(21018,1889,'_sku','HATTA-B-s'), +(21019,1889,'total_sales','0'), +(21020,1889,'_tax_status','taxable'), +(21021,1889,'_tax_class',''), +(21022,1889,'_manage_stock','no'), +(21023,1889,'_backorders','no'), +(21024,1889,'_sold_individually','no'), +(21025,1889,'_virtual','no'), +(21026,1889,'_downloadable','no'), +(21027,1889,'_download_limit','-1'), +(21028,1889,'_download_expiry','-1'), +(21029,1889,'_thumbnail_id','1907'), +(21030,1889,'_stock',NULL), +(21031,1889,'_stock_status','instock'), +(21032,1889,'_wc_average_rating','0'), +(21033,1889,'_wc_review_count','0'), +(21034,1889,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(21035,1889,'_product_version','10.6.1'), +(21041,1890,'_variation_description',''), +(21042,1890,'_regular_price','150'), +(21043,1890,'total_sales','0'), +(21044,1890,'_tax_status','taxable'), +(21045,1890,'_tax_class','parent'), +(21046,1890,'_manage_stock','no'), +(21047,1890,'_backorders','no'), +(21048,1890,'_sold_individually','no'), +(21049,1890,'_virtual','no'), +(21050,1890,'_downloadable','no'), +(21051,1890,'_download_limit','-1'), +(21052,1890,'_download_expiry','-1'), +(21053,1890,'_thumbnail_id','0'), +(21054,1890,'_stock',NULL), +(21055,1890,'_stock_status','instock'), +(21056,1890,'_wc_average_rating','0'), +(21057,1890,'_wc_review_count','0'), +(21058,1890,'attribute_pa_size','48'), +(21059,1890,'_price','150'), +(21060,1890,'_product_version','10.6.1'), +(21061,1891,'_variation_description',''), +(21062,1891,'_regular_price','150'), +(21063,1891,'total_sales','0'), +(21064,1891,'_tax_status','taxable'), +(21065,1891,'_tax_class','parent'), +(21066,1891,'_manage_stock','no'), +(21067,1891,'_backorders','no'), +(21068,1891,'_sold_individually','no'), +(21069,1891,'_virtual','no'), +(21070,1891,'_downloadable','no'), +(21071,1891,'_download_limit','-1'), +(21072,1891,'_download_expiry','-1'), +(21073,1891,'_thumbnail_id','0'), +(21074,1891,'_stock',NULL), +(21075,1891,'_stock_status','instock'), +(21076,1891,'_wc_average_rating','0'), +(21077,1891,'_wc_review_count','0'), +(21078,1891,'attribute_pa_size','49'), +(21079,1891,'_price','150'), +(21080,1891,'_product_version','10.6.1'), +(21081,1892,'_variation_description',''), +(21082,1892,'_regular_price','150'), +(21083,1892,'total_sales','0'), +(21084,1892,'_tax_status','taxable'), +(21085,1892,'_tax_class','parent'), +(21086,1892,'_manage_stock','no'), +(21087,1892,'_backorders','no'), +(21088,1892,'_sold_individually','no'), +(21089,1892,'_virtual','no'), +(21090,1892,'_downloadable','no'), +(21091,1892,'_download_limit','-1'), +(21092,1892,'_download_expiry','-1'), +(21093,1892,'_thumbnail_id','0'), +(21094,1892,'_stock',NULL), +(21095,1892,'_stock_status','instock'), +(21096,1892,'_wc_average_rating','0'), +(21097,1892,'_wc_review_count','0'), +(21098,1892,'attribute_pa_size','50'), +(21099,1892,'_price','150'), +(21100,1892,'_product_version','10.6.1'), +(21101,1893,'_variation_description',''), +(21102,1893,'_regular_price','150'), +(21103,1893,'total_sales','0'), +(21104,1893,'_tax_status','taxable'), +(21105,1893,'_tax_class','parent'), +(21106,1893,'_manage_stock','no'), +(21107,1893,'_backorders','no'), +(21108,1893,'_sold_individually','no'), +(21109,1893,'_virtual','no'), +(21110,1893,'_downloadable','no'), +(21111,1893,'_download_limit','-1'), +(21112,1893,'_download_expiry','-1'), +(21113,1893,'_thumbnail_id','0'), +(21114,1893,'_stock',NULL), +(21115,1893,'_stock_status','instock'), +(21116,1893,'_wc_average_rating','0'), +(21117,1893,'_wc_review_count','0'), +(21118,1893,'attribute_pa_size','51'), +(21119,1893,'_price','150'), +(21120,1893,'_product_version','10.6.1'), +(21121,1894,'_variation_description',''), +(21122,1894,'_regular_price','150'), +(21123,1894,'total_sales','0'), +(21124,1894,'_tax_status','taxable'), +(21125,1894,'_tax_class','parent'), +(21126,1894,'_manage_stock','no'), +(21127,1894,'_backorders','no'), +(21128,1894,'_sold_individually','no'), +(21129,1894,'_virtual','no'), +(21130,1894,'_downloadable','no'), +(21131,1894,'_download_limit','-1'), +(21132,1894,'_download_expiry','-1'), +(21133,1894,'_thumbnail_id','0'), +(21134,1894,'_stock',NULL), +(21135,1894,'_stock_status','instock'), +(21136,1894,'_wc_average_rating','0'), +(21137,1894,'_wc_review_count','0'), +(21138,1894,'attribute_pa_size','52'), +(21139,1894,'_price','150'), +(21140,1894,'_product_version','10.6.1'), +(21141,1895,'_variation_description',''), +(21142,1895,'_regular_price','150'), +(21143,1895,'total_sales','0'), +(21144,1895,'_tax_status','taxable'), +(21145,1895,'_tax_class','parent'), +(21146,1895,'_manage_stock','no'), +(21147,1895,'_backorders','no'), +(21148,1895,'_sold_individually','no'), +(21149,1895,'_virtual','no'), +(21150,1895,'_downloadable','no'), +(21151,1895,'_download_limit','-1'), +(21152,1895,'_download_expiry','-1'), +(21153,1895,'_thumbnail_id','0'), +(21154,1895,'_stock',NULL), +(21155,1895,'_stock_status','instock'), +(21156,1895,'_wc_average_rating','0'), +(21157,1895,'_wc_review_count','0'), +(21158,1895,'attribute_pa_size','53'), +(21159,1895,'_price','150'), +(21160,1895,'_product_version','10.6.1'), +(21161,1896,'_variation_description',''), +(21162,1896,'_regular_price','150'), +(21163,1896,'total_sales','0'), +(21164,1896,'_tax_status','taxable'), +(21165,1896,'_tax_class','parent'), +(21166,1896,'_manage_stock','no'), +(21167,1896,'_backorders','no'), +(21168,1896,'_sold_individually','no'), +(21169,1896,'_virtual','no'), +(21170,1896,'_downloadable','no'), +(21171,1896,'_download_limit','-1'), +(21172,1896,'_download_expiry','-1'), +(21173,1896,'_thumbnail_id','0'), +(21174,1896,'_stock',NULL), +(21175,1896,'_stock_status','instock'), +(21176,1896,'_wc_average_rating','0'), +(21177,1896,'_wc_review_count','0'), +(21178,1896,'attribute_pa_size','54'), +(21179,1896,'_price','150'), +(21180,1896,'_product_version','10.6.1'), +(21181,1897,'_variation_description',''), +(21182,1897,'_regular_price','150'), +(21183,1897,'total_sales','0'), +(21184,1897,'_tax_status','taxable'), +(21185,1897,'_tax_class','parent'), +(21186,1897,'_manage_stock','no'), +(21187,1897,'_backorders','no'), +(21188,1897,'_sold_individually','no'), +(21189,1897,'_virtual','no'), +(21190,1897,'_downloadable','no'), +(21191,1897,'_download_limit','-1'), +(21192,1897,'_download_expiry','-1'), +(21193,1897,'_thumbnail_id','0'), +(21194,1897,'_stock',NULL), +(21195,1897,'_stock_status','instock'), +(21196,1897,'_wc_average_rating','0'), +(21197,1897,'_wc_review_count','0'), +(21198,1897,'attribute_pa_size','55'), +(21199,1897,'_price','150'), +(21200,1897,'_product_version','10.6.1'), +(21201,1898,'_variation_description',''), +(21202,1898,'_regular_price','150'), +(21203,1898,'total_sales','0'), +(21204,1898,'_tax_status','taxable'), +(21205,1898,'_tax_class','parent'), +(21206,1898,'_manage_stock','no'), +(21207,1898,'_backorders','no'), +(21208,1898,'_sold_individually','no'), +(21209,1898,'_virtual','no'), +(21210,1898,'_downloadable','no'), +(21211,1898,'_download_limit','-1'), +(21212,1898,'_download_expiry','-1'), +(21213,1898,'_thumbnail_id','0'), +(21214,1898,'_stock',NULL), +(21215,1898,'_stock_status','instock'), +(21216,1898,'_wc_average_rating','0'), +(21217,1898,'_wc_review_count','0'), +(21218,1898,'attribute_pa_size','56'), +(21219,1898,'_price','150'), +(21220,1898,'_product_version','10.6.1'), +(21221,1899,'_variation_description',''), +(21222,1899,'_regular_price','150'), +(21223,1899,'total_sales','0'), +(21224,1899,'_tax_status','taxable'), +(21225,1899,'_tax_class','parent'), +(21226,1899,'_manage_stock','no'), +(21227,1899,'_backorders','no'), +(21228,1899,'_sold_individually','no'), +(21229,1899,'_virtual','no'), +(21230,1899,'_downloadable','no'), +(21231,1899,'_download_limit','-1'), +(21232,1899,'_download_expiry','-1'), +(21233,1899,'_thumbnail_id','0'), +(21234,1899,'_stock',NULL), +(21235,1899,'_stock_status','instock'), +(21236,1899,'_wc_average_rating','0'), +(21237,1899,'_wc_review_count','0'), +(21238,1899,'attribute_pa_size','57'), +(21239,1899,'_price','150'), +(21240,1899,'_product_version','10.6.1'), +(21241,1900,'_variation_description',''), +(21242,1900,'_regular_price','150'), +(21243,1900,'total_sales','0'), +(21244,1900,'_tax_status','taxable'), +(21245,1900,'_tax_class','parent'), +(21246,1900,'_manage_stock','no'), +(21247,1900,'_backorders','no'), +(21248,1900,'_sold_individually','no'), +(21249,1900,'_virtual','no'), +(21250,1900,'_downloadable','no'), +(21251,1900,'_download_limit','-1'), +(21252,1900,'_download_expiry','-1'), +(21253,1900,'_thumbnail_id','0'), +(21254,1900,'_stock',NULL), +(21255,1900,'_stock_status','instock'), +(21256,1900,'_wc_average_rating','0'), +(21257,1900,'_wc_review_count','0'), +(21258,1900,'attribute_pa_size','58'), +(21259,1900,'_price','150'), +(21260,1900,'_product_version','10.6.1'), +(21261,1901,'_variation_description',''), +(21262,1901,'_regular_price','150'), +(21263,1901,'total_sales','0'), +(21264,1901,'_tax_status','taxable'), +(21265,1901,'_tax_class','parent'), +(21266,1901,'_manage_stock','no'), +(21267,1901,'_backorders','no'), +(21268,1901,'_sold_individually','no'), +(21269,1901,'_virtual','no'), +(21270,1901,'_downloadable','no'), +(21271,1901,'_download_limit','-1'), +(21272,1901,'_download_expiry','-1'), +(21273,1901,'_thumbnail_id','0'), +(21274,1901,'_stock',NULL), +(21275,1901,'_stock_status','instock'), +(21276,1901,'_wc_average_rating','0'), +(21277,1901,'_wc_review_count','0'), +(21278,1901,'attribute_pa_size','59'), +(21279,1901,'_price','150'), +(21280,1901,'_product_version','10.6.1'), +(21281,1902,'_variation_description',''), +(21282,1902,'_regular_price','150'), +(21283,1902,'total_sales','0'), +(21284,1902,'_tax_status','taxable'), +(21285,1902,'_tax_class','parent'), +(21286,1902,'_manage_stock','no'), +(21287,1902,'_backorders','no'), +(21288,1902,'_sold_individually','no'), +(21289,1902,'_virtual','no'), +(21290,1902,'_downloadable','no'), +(21291,1902,'_download_limit','-1'), +(21292,1902,'_download_expiry','-1'), +(21293,1902,'_thumbnail_id','0'), +(21294,1902,'_stock',NULL), +(21295,1902,'_stock_status','instock'), +(21296,1902,'_wc_average_rating','0'), +(21297,1902,'_wc_review_count','0'), +(21298,1902,'attribute_pa_size','60'), +(21299,1902,'_price','150'), +(21300,1902,'_product_version','10.6.1'), +(21301,1903,'_variation_description',''), +(21302,1903,'_regular_price','150'), +(21303,1903,'total_sales','0'), +(21304,1903,'_tax_status','taxable'), +(21305,1903,'_tax_class','parent'), +(21306,1903,'_manage_stock','no'), +(21307,1903,'_backorders','no'), +(21308,1903,'_sold_individually','no'), +(21309,1903,'_virtual','no'), +(21310,1903,'_downloadable','no'), +(21311,1903,'_download_limit','-1'), +(21312,1903,'_download_expiry','-1'), +(21313,1903,'_thumbnail_id','0'), +(21314,1903,'_stock',NULL), +(21315,1903,'_stock_status','instock'), +(21316,1903,'_wc_average_rating','0'), +(21317,1903,'_wc_review_count','0'), +(21318,1903,'attribute_pa_size','61'), +(21319,1903,'_price','150'), +(21320,1903,'_product_version','10.6.1'), +(21321,1904,'_variation_description',''), +(21322,1904,'_regular_price','150'), +(21323,1904,'total_sales','0'), +(21324,1904,'_tax_status','taxable'), +(21325,1904,'_tax_class','parent'), +(21326,1904,'_manage_stock','no'), +(21327,1904,'_backorders','no'), +(21328,1904,'_sold_individually','no'), +(21329,1904,'_virtual','no'), +(21330,1904,'_downloadable','no'), +(21331,1904,'_download_limit','-1'), +(21332,1904,'_download_expiry','-1'), +(21333,1904,'_thumbnail_id','0'), +(21334,1904,'_stock',NULL), +(21335,1904,'_stock_status','instock'), +(21336,1904,'_wc_average_rating','0'), +(21337,1904,'_wc_review_count','0'), +(21338,1904,'attribute_pa_size','62'), +(21339,1904,'_price','150'), +(21340,1904,'_product_version','10.6.1'), +(21341,1905,'_variation_description',''), +(21342,1905,'_regular_price','150'), +(21343,1905,'total_sales','0'), +(21344,1905,'_tax_status','taxable'), +(21345,1905,'_tax_class','parent'), +(21346,1905,'_manage_stock','no'), +(21347,1905,'_backorders','no'), +(21348,1905,'_sold_individually','no'), +(21349,1905,'_virtual','no'), +(21350,1905,'_downloadable','no'), +(21351,1905,'_download_limit','-1'), +(21352,1905,'_download_expiry','-1'), +(21353,1905,'_thumbnail_id','0'), +(21354,1905,'_stock',NULL), +(21355,1905,'_stock_status','instock'), +(21356,1905,'_wc_average_rating','0'), +(21357,1905,'_wc_review_count','0'), +(21358,1905,'attribute_pa_size','63'), +(21359,1905,'_price','150'), +(21360,1905,'_product_version','10.6.1'), +(21361,1906,'_variation_description',''), +(21362,1906,'_regular_price','150'), +(21363,1906,'total_sales','0'), +(21364,1906,'_tax_status','taxable'), +(21365,1906,'_tax_class','parent'), +(21366,1906,'_manage_stock','no'), +(21367,1906,'_backorders','no'), +(21368,1906,'_sold_individually','no'), +(21369,1906,'_virtual','no'), +(21370,1906,'_downloadable','no'), +(21371,1906,'_download_limit','-1'), +(21372,1906,'_download_expiry','-1'), +(21373,1906,'_thumbnail_id','0'), +(21374,1906,'_stock',NULL), +(21375,1906,'_stock_status','instock'), +(21376,1906,'_wc_average_rating','0'), +(21377,1906,'_wc_review_count','0'), +(21378,1906,'attribute_pa_size','64'), +(21379,1906,'_price','150'), +(21380,1906,'_product_version','10.6.1'), +(21382,1889,'_edit_lock','1777372662:1'), +(21383,1889,'_edit_last','1'), +(21394,1907,'_wp_attached_file','2026/04/HATTA-B-s.jpg'), +(21395,1907,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2777;s:6:\"height\";i:2777;s:4:\"file\";s:21:\"2026/04/HATTA-B-s.jpg\";s:8:\"filesize\";i:840700;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"HATTA-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3811;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21396,1907,'_wp_attachment_image_alt','Hattari ring silver'), +(21398,1889,'_price','150'), +(21399,1908,'_wp_attached_file','2026/04/©Clelia.Odette-4001.jpg'), +(21400,1908,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3469;s:6:\"height\";i:2312;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-4001.jpg\";s:8:\"filesize\";i:2070130;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11939;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21401,1909,'_wp_attached_file','2026/04/©Clelia.Odette-2-57-copie.jpg'), +(21402,1909,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2735;s:6:\"height\";i:1823;s:4:\"file\";s:38:\"2026/04/©Clelia.Odette-2-57-copie.jpg\";s:8:\"filesize\";i:1859083;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-57-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21403,1910,'_wp_attached_file','2026/04/©Clelia.Odette-4116.jpg'), +(21404,1910,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2024;s:6:\"height\";i:1349;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-4116.jpg\";s:8:\"filesize\";i:1646421;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4116-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19475;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21405,1911,'_wp_attached_file','2026/04/©Clelia.Odette-2-4.jpg'), +(21406,1911,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1616;s:6:\"height\";i:1078;s:4:\"file\";s:31:\"2026/04/©Clelia.Odette-2-4.jpg\";s:8:\"filesize\";i:1034609;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"©Clelia.Odette-2-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16911;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21407,1908,'_wp_attachment_image_alt','Hattari ring silver'), +(21408,1911,'_wp_attachment_image_alt','Hattari ring silver'), +(21409,1910,'_wp_attachment_image_alt','Hattari ring silver'), +(21410,1909,'_wp_attachment_image_alt','Hattari ring silver'), +(21411,1889,'_photos_colonne_gauche|||0|value','1907'), +(21412,1889,'_photos_colonne_droite|||0|value','1909'), +(21413,1889,'_photos_colonne_droite|||1|value','1910'), +(21414,1889,'_photos_colonne_droite|||2|value','1911'), +(21415,1889,'_photos_colonne_droite|||3|value','1908'), +(21416,1889,'_haiku_details_produit',''), +(21422,1560,'_photos_colonne_gauche|||0|value','1821'), +(21423,1560,'_photos_colonne_droite|||0|value','1563'), +(21424,1560,'_photos_colonne_droite|||1|value','1564'), +(21425,1560,'_haiku_details_produit',''), +(21426,1555,'_photos_colonne_gauche|||0|value','1822'), +(21427,1555,'_photos_colonne_droite|||0|value','1557'), +(21428,1555,'_photos_colonne_droite|||1|value','1559'), +(21429,1555,'_photos_colonne_droite|||2|value','1558'), +(21430,1555,'_haiku_details_produit',''), +(21431,1549,'_photos_colonne_gauche|||0|value','1824'), +(21432,1549,'_photos_colonne_droite|||0|value','1554'), +(21433,1549,'_photos_colonne_droite|||1|value','1553'), +(21434,1549,'_photos_colonne_droite|||2|value','1552'), +(21435,1549,'_haiku_details_produit',''), +(21441,1541,'_photos_colonne_gauche|||0|value','1825'), +(21442,1541,'_photos_colonne_droite|||0|value','1546'), +(21443,1541,'_photos_colonne_droite|||1|value','1547'), +(21444,1541,'_photos_colonne_droite|||2|value','1548'), +(21445,1541,'_haiku_details_produit',''), +(21446,1535,'_photos_colonne_gauche|||0|value','1826'), +(21447,1535,'_photos_colonne_droite|||0|value','1537'), +(21448,1535,'_photos_colonne_droite|||1|value','1538'), +(21449,1535,'_haiku_details_produit',''), +(21450,1531,'_photos_colonne_gauche|||0|value','1828'), +(21451,1531,'_photos_colonne_droite|||0|value','1533'), +(21452,1531,'_photos_colonne_droite|||1|value','1534'), +(21453,1531,'_haiku_details_produit',''), +(21454,1512,'_photos_colonne_gauche|||0|value','1831'), +(21455,1512,'_photos_colonne_droite|||0|value','1526'), +(21456,1512,'_photos_colonne_droite|||1|value','1832'), +(21457,1512,'_haiku_details_produit',''), +(21458,1467,'_photos_colonne_gauche|||0|value','1833'), +(21459,1467,'_photos_colonne_droite|||0|value','1834'), +(21460,1467,'_photos_colonne_droite|||1|value','1651'), +(21461,1467,'_photos_colonne_droite|||2|value','1650'), +(21462,1467,'_haiku_details_produit',''), +(21463,766,'_photos_colonne_gauche|||0|value','1838'), +(21464,766,'_photos_colonne_droite|||0|value','1569'), +(21465,766,'_photos_colonne_droite|||1|value','1568'), +(21466,766,'_photos_colonne_droite|||2|value','1570'), +(21467,766,'_haiku_details_produit',''), +(21468,490,'_photos_colonne_gauche|||0|value','1839'), +(21470,490,'_photos_colonne_droite|||1|value','752'), +(21471,490,'_haiku_details_produit',''), +(21472,393,'_photos_colonne_gauche|||0|value','1840'), +(21473,393,'_photos_colonne_droite|||0|value','1841'), +(21474,393,'_photos_colonne_droite|||1|value','1842'), +(21475,393,'_photos_colonne_droite|||2|value','397'), +(21477,393,'_haiku_details_produit',''), +(21482,398,'_photos_colonne_gauche|||0|value','1391'), +(21483,398,'_photos_colonne_droite|||0|value','400'), +(21485,398,'_haiku_details_produit',''), +(21486,318,'_photos_colonne_gauche|||0|value','1848'), +(21487,318,'_photos_colonne_droite|||0|value','1849'), +(21488,318,'_photos_colonne_droite|||1|value','1850'), +(21490,318,'_haiku_details_produit',''), +(21491,312,'_photos_colonne_gauche|||0|value','1851'), +(21492,312,'_photos_colonne_droite|||0|value','660'), +(21494,312,'_haiku_details_produit',''), +(21495,306,'_photos_colonne_gauche|||0|value','1853'), +(21496,306,'_photos_colonne_droite|||0|value','311'), +(21497,306,'_photos_colonne_droite|||1|value','424'), +(21498,306,'_haiku_details_produit',''), +(21499,274,'_photos_colonne_gauche|||0|value','1854'), +(21500,274,'_photos_colonne_droite|||0|value','1565'), +(21501,274,'_photos_colonne_droite|||1|value','1566'), +(21502,274,'_photos_colonne_droite|||2|value','1855'), +(21503,274,'_photos_colonne_droite|||3|value','1567'), +(21504,274,'_haiku_details_produit',''), +(21505,263,'_photos_colonne_gauche|||0|value','1814'), +(21508,263,'_photos_colonne_droite|||2|value','1815'), +(21509,263,'_haiku_details_produit',''), +(21510,258,'_photos_colonne_gauche|||0|value','1856'), +(21511,258,'_photos_colonne_droite|||0|value','1819'), +(21512,258,'_photos_colonne_droite|||1|value','1353'), +(21513,258,'_haiku_details_produit',''), +(21525,168,'_photos_colonne_gauche|||0|value','1858'), +(21526,168,'_photos_colonne_droite|||0|value','182'), +(21527,168,'_photos_colonne_droite|||1|value','179'), +(21529,168,'_haiku_details_produit',''), +(21530,113,'_photos_colonne_gauche|||0|value','820'), +(21531,113,'_photos_colonne_droite|||0|value','122'), +(21532,113,'_photos_colonne_droite|||1|value','684'), +(21533,113,'_haiku_details_produit',''), +(21534,102,'_photos_colonne_gauche|||0|value','1876'), +(21535,102,'_photos_colonne_droite|||0|value','1877'), +(21536,102,'_photos_colonne_droite|||1|value','112'), +(21538,102,'_haiku_details_produit',''), +(21539,1912,'_sku','IKKAN-BO'), +(21540,1912,'total_sales','0'), +(21541,1912,'_tax_status','taxable'), +(21542,1912,'_tax_class',''), +(21543,1912,'_manage_stock','yes'), +(21544,1912,'_backorders','notify'), +(21545,1912,'_sold_individually','no'), +(21546,1912,'_virtual','no'), +(21547,1912,'_downloadable','no'), +(21548,1912,'_download_limit','-1'), +(21549,1912,'_download_expiry','-1'), +(21550,1912,'_thumbnail_id','1916'), +(21551,1912,'_stock','4'), +(21552,1912,'_stock_status','instock'), +(21553,1912,'_wc_average_rating','0'), +(21554,1912,'_wc_review_count','0'), +(21555,1912,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(21556,1912,'_product_version','10.6.1'), +(21563,1913,'_variation_description',''), +(21564,1913,'_sku','PUCHI-BO-pair-1'), +(21565,1913,'_regular_price','130'), +(21566,1913,'total_sales','0'), +(21567,1913,'_tax_status','taxable'), +(21568,1913,'_tax_class','parent'), +(21569,1913,'_manage_stock','no'), +(21570,1913,'_backorders','no'), +(21571,1913,'_sold_individually','no'), +(21572,1913,'_virtual','no'), +(21573,1913,'_downloadable','no'), +(21574,1913,'_download_limit','-1'), +(21575,1913,'_download_expiry','-1'), +(21576,1913,'_thumbnail_id','0'), +(21577,1913,'_stock','0'), +(21578,1913,'_stock_status','instock'), +(21579,1913,'_wc_average_rating','0'), +(21580,1913,'_wc_review_count','0'), +(21581,1913,'attribute_pa_side','pair'), +(21582,1913,'_price','130'), +(21583,1913,'_product_version','10.6.1'), +(21584,1914,'_variation_description',''), +(21585,1914,'_sku','PUCHI-BO-left-1'), +(21586,1914,'_regular_price','80'), +(21587,1914,'total_sales','0'), +(21588,1914,'_tax_status','taxable'), +(21589,1914,'_tax_class','parent'), +(21590,1914,'_manage_stock','no'), +(21591,1914,'_backorders','no'), +(21592,1914,'_sold_individually','no'), +(21593,1914,'_virtual','no'), +(21594,1914,'_downloadable','no'), +(21595,1914,'_download_limit','-1'), +(21596,1914,'_download_expiry','-1'), +(21597,1914,'_thumbnail_id','0'), +(21598,1914,'_stock','0'), +(21599,1914,'_stock_status','instock'), +(21600,1914,'_wc_average_rating','0'), +(21601,1914,'_wc_review_count','0'), +(21602,1914,'attribute_pa_side','left-side'), +(21603,1914,'_price','80'), +(21604,1914,'_product_version','10.6.1'), +(21605,1915,'_variation_description',''), +(21606,1915,'_sku','PUCHI-BO-right-1'), +(21607,1915,'_regular_price','80'), +(21608,1915,'total_sales','0'), +(21609,1915,'_tax_status','taxable'), +(21610,1915,'_tax_class','parent'), +(21611,1915,'_manage_stock','no'), +(21612,1915,'_backorders','no'), +(21613,1915,'_sold_individually','no'), +(21614,1915,'_virtual','no'), +(21615,1915,'_downloadable','no'), +(21616,1915,'_download_limit','-1'), +(21617,1915,'_download_expiry','-1'), +(21618,1915,'_thumbnail_id','0'), +(21619,1915,'_stock','0'), +(21620,1915,'_stock_status','instock'), +(21621,1915,'_wc_average_rating','0'), +(21622,1915,'_wc_review_count','0'), +(21623,1915,'attribute_pa_side','right-side'), +(21624,1915,'_price','80'), +(21625,1915,'_product_version','10.6.1'), +(21626,1912,'_price','80'), +(21627,1912,'_price','130'), +(21628,1912,'_edit_lock','1777375249:1'), +(21629,1912,'_edit_last','1'), +(21630,1916,'_wp_attached_file','2026/04/IKKAN-BO.jpg'), +(21631,1916,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3044;s:6:\"height\";i:3044;s:4:\"file\";s:20:\"2026/04/IKKAN-BO.jpg\";s:8:\"filesize\";i:1096737;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IKKAN-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21632,1916,'_wp_attachment_image_alt','Ikkan earrings'), +(21633,1912,'_photos_colonne_gauche|||0|value','1916'), +(21635,1912,'_haiku_details_produit',''), +(21636,1917,'_wp_attached_file','2024/10/PIASU-BO.jpg'), +(21637,1917,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3355;s:6:\"height\";i:3356;s:4:\"file\";s:20:\"2024/10/PIASU-BO.jpg\";s:8:\"filesize\";i:1561347;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PIASU-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5761;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21638,1917,'_wp_attachment_image_alt','Piasu earrings'), +(21639,1918,'_wp_attached_file','2024/10/©Clelia.Odette-2-32.jpg'), +(21640,1918,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3209;s:6:\"height\";i:1978;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-2-32.jpg\";s:8:\"filesize\";i:2007930;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21641,1918,'_wp_attachment_image_alt','Piasu earrings'), +(21642,1919,'_wp_attached_file','2024/10/©Clelia.Odette-2-125-copie.jpg'), +(21643,1919,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2685;s:6:\"height\";i:1722;s:4:\"file\";s:39:\"2024/10/©Clelia.Odette-2-125-copie.jpg\";s:8:\"filesize\";i:2030296;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"©Clelia.Odette-2-125-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21729;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21644,1919,'_wp_attachment_image_alt','Piasu earrings'), +(21645,1920,'_wp_attached_file','2024/10/©Clelia.Odette-2-31-e1777453313198.jpg'), +(21646,1920,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2084;s:6:\"height\";i:1322;s:4:\"file\";s:47:\"2024/10/©Clelia.Odette-2-31-e1777453313198.jpg\";s:8:\"filesize\";i:582400;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"©Clelia.Odette-2-31-e1777453313198-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22313;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21647,1920,'_wp_attachment_image_alt','Piasu earrings'), +(21648,1920,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:3042;s:6:\"height\";i:2028;s:8:\"filesize\";i:1857394;s:4:\"file\";s:24:\"©Clelia.Odette-2-31.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21140;}s:18:\"full-1777453313198\";a:4:{s:5:\"width\";i:2418;s:6:\"height\";i:1520;s:8:\"filesize\";i:753446;s:4:\"file\";s:39:\"©Clelia.Odette-2-31-e1777453234292.jpg\";}s:23:\"thumbnail-1777453313198\";a:5:{s:4:\"file\";s:47:\"©Clelia.Odette-2-31-e1777453234292-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22766;}}'), +(21654,202,'_thumbnail_id','1917'), +(21655,202,'_photos_colonne_gauche|||0|value','1917'), +(21656,202,'_photos_colonne_droite|||0|value','1918'), +(21657,202,'_photos_colonne_droite|||1|value','1919'), +(21658,202,'_photos_colonne_droite|||2|value','1920'), +(21659,202,'_haiku_details_produit',''), +(21660,1921,'_wp_attached_file','woocommerce-placeholder.webp'), +(21661,1921,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"woocommerce-placeholder.webp\";s:8:\"filesize\";i:9892;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1760;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21662,240,'_photos_colonne_gauche|||0|value','1816'), +(21663,240,'_photos_colonne_droite|||0|value','1817'), +(21664,240,'_haiku_details_produit',''); +/*!40000 ALTER TABLE `haikuwp_postmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_posts` +-- + +DROP TABLE IF EXISTS `haikuwp_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_posts` ( + `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, + `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_content` longtext NOT NULL, + `post_title` text NOT NULL, + `post_excerpt` text NOT NULL, + `post_status` varchar(20) NOT NULL DEFAULT 'publish', + `comment_status` varchar(20) NOT NULL DEFAULT 'open', + `ping_status` varchar(20) NOT NULL DEFAULT 'open', + `post_password` varchar(255) NOT NULL DEFAULT '', + `post_name` varchar(200) NOT NULL DEFAULT '', + `to_ping` text NOT NULL, + `pinged` text NOT NULL, + `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_content_filtered` longtext NOT NULL, + `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, + `guid` varchar(255) NOT NULL DEFAULT '', + `menu_order` int(11) NOT NULL DEFAULT 0, + `post_type` varchar(20) NOT NULL DEFAULT 'post', + `post_mime_type` varchar(100) NOT NULL DEFAULT '', + `comment_count` bigint(20) NOT NULL DEFAULT 0, + PRIMARY KEY (`ID`), + KEY `post_name` (`post_name`(191)), + KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), + KEY `post_parent` (`post_parent`), + KEY `post_author` (`post_author`), + KEY `type_status_author` (`post_type`,`post_status`,`post_author`) +) ENGINE=InnoDB AUTO_INCREMENT=1922 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_posts` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_posts` WRITE; +/*!40000 ALTER TABLE `haikuwp_posts` DISABLE KEYS */; +INSERT INTO `haikuwp_posts` VALUES +(1,1,'2024-08-04 22:10:39','2024-08-04 20:10:39','\n

      Bienvenue sur WordPress. Ceci est votre premier article. Modifiez-le ou supprimez-le, puis commencez à écrire !

      \n','Bonjour tout le monde !','','publish','open','open','','bonjour-tout-le-monde','','','2024-08-04 22:10:39','2024-08-04 20:10:39','',0,'https://haikuatelier.fr.ddev.site/?p=1',0,'post','',1), +(4,0,'2024-08-04 22:10:39','2024-08-04 20:10:39','','Navigation','','publish','closed','closed','','navigation','','','2024-08-04 22:10:39','2024-08-04 20:10:39','',0,'https://haikuatelier.fr.ddev.site/2024/08/04/navigation/',0,'wp_navigation','',0), +(13,1,'2024-08-05 15:21:14','2024-08-05 13:21:14','','Home','','publish','closed','closed','','home','','','2024-08-05 15:21:14','2024-08-05 13:21:14','',0,'https://haikuatelier.fr.ddev.site/?page_id=13',0,'page','',0), +(14,1,'2024-08-05 15:21:25','2024-08-05 13:21:25','','E-Shop','','publish','closed','closed','','shop','','','2024-08-06 22:21:51','2024-08-06 20:21:51','',0,'https://haikuatelier.fr.ddev.site/?page_id=14',0,'page','',0), +(16,1,'2024-08-05 15:22:02','2024-08-05 13:22:02','','Cart','','publish','closed','closed','','cart','','','2024-08-05 15:22:02','2024-08-05 13:22:02','',0,'https://haikuatelier.fr.ddev.site/?page_id=16',0,'page','',0), +(17,1,'2024-08-05 15:22:18','2024-08-05 13:22:18','','Checkout','','publish','closed','closed','','checkout','','','2024-08-05 15:22:18','2024-08-05 13:22:18','',0,'https://haikuatelier.fr.ddev.site/?page_id=17',0,'page','',0), +(18,1,'2024-08-05 15:22:40','2024-08-05 13:22:40','','Privacy policy','','publish','closed','closed','','privacy-policy','','','2024-08-05 15:22:40','2024-08-05 13:22:40','',0,'https://haikuatelier.fr.ddev.site/?page_id=18',0,'page','',0), +(19,1,'2024-08-05 15:23:03','2024-08-05 13:23:03','','Terms & Conditions','','publish','closed','closed','','terms-and-conditions','','','2024-11-25 16:28:57','2024-11-25 15:28:57','',0,'https://haikuatelier.fr.ddev.site/?page_id=19',0,'page','',0), +(26,1,'2024-08-06 22:21:23','2024-08-06 20:21:23','','Contact','','publish','closed','closed','','contact','','','2024-08-06 22:21:23','2024-08-06 20:21:23','',0,'https://haikuatelier.fr.ddev.site/?page_id=26',0,'page','',0), +(27,1,'2024-08-06 22:21:30','2024-08-06 20:21:30','','About','','publish','closed','closed','','about','','','2024-08-06 22:21:30','2024-08-06 20:21:30','',0,'https://haikuatelier.fr.ddev.site/?page_id=27',0,'page','',0), +(81,2,'2024-09-30 17:22:16','2024-09-30 15:22:16','','Hadou Ring','','inherit','closed','closed','','sony-dsc','','','2024-09-30 17:26:53','2024-09-30 15:26:53','',0,'https://haiku.gcch.fr/app/uploads/2024/09/HADOU-B.jpg',0,'attachment','image/jpeg',0), +(100,2,'2024-09-30 18:51:37','2024-09-30 16:51:37','','Hadou ring','','inherit','closed','closed','','hadou-b-mix','','','2024-09-30 18:51:55','2024-09-30 16:51:55','',0,'https://haiku.gcch.fr/app/uploads/2024/09/HADOU-B-mix.jpg',0,'attachment','image/jpeg',0), +(102,2,'2024-09-30 18:54:28','2024-09-30 16:54:28','IKKAN : link\r\n\r\nA piece made of an oversized link thread into a D-shaped sterling silver band ring.\r\n
        \r\n
      • • link caliber 1cm
      • \r\n
      • • band diameter 2mm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Ring silver','','publish','closed','closed','','ikkan-ring-silver','','','2026-04-28 13:02:36','2026-04-28 11:02:36','',0,'https://haiku.gcch.fr/?post_type=product&p=102',16,'product','',0), +(110,2,'2024-09-30 18:56:37','2024-09-30 16:56:37','','Ikkan silver Ring','','inherit','closed','closed','','sony-dsc-3','','','2024-09-30 18:58:06','2024-09-30 16:58:06','',102,'https://haiku.gcch.fr/app/uploads/2024/09/IKKAN-B2-arg.jpg',0,'attachment','image/jpeg',0), +(112,2,'2024-09-30 18:59:53','2024-09-30 16:59:53','','Ikkan silver ring + Kishou ring','','inherit','closed','closed','','ikkan-bakigen-ba','','','2024-09-30 19:00:36','2024-09-30 17:00:36','',102,'https://haiku.gcch.fr/app/uploads/2024/09/IKKAN-BaKIGEN-Ba.jpg',0,'attachment','image/jpeg',0), +(113,2,'2024-09-30 21:12:33','2024-09-30 19:12:33','IKKAN: link\r\n\r\nA piece made of an oversized link thread into a D-shaped gold plated silver band ring.\r\n
        \r\n
      • • link caliber 1cm
      • \r\n
      • • band diameter 2mm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Ring gold plated','','draft','closed','closed','','ikkan-ring-gold-plated','','','2026-04-28 13:17:41','2026-04-28 11:17:41','',0,'https://haiku.gcch.fr/?post_type=product&p=113',15,'product','',0), +(122,2,'2024-09-30 21:19:26','2024-09-30 19:19:26','','Ikkan gold plated ring','','inherit','closed','closed','','ikkan-b-g','','','2024-11-07 23:57:12','2024-11-07 22:57:12','',113,'https://haiku.gcch.fr/app/uploads/2024/09/IKKAN-B-g.jpg',0,'attachment','image/jpeg',0), +(154,2,'2024-10-01 08:28:27','2024-10-01 06:28:27','','Kishou silver ring','','inherit','closed','closed','','kigen-baikkanba','','','2024-10-01 08:29:30','2024-10-01 06:29:30','',0,'https://haiku.gcch.fr/app/uploads/2024/10/KIGEN-BaIKKANBa.jpg',0,'attachment','image/jpeg',0), +(168,2,'2024-10-01 08:42:52','2024-10-01 06:42:52','ROKKU: pebble\r\n\r\nLarge wavy ring in sterling silver with a semi precious oval stone in the center set in silver.\r\n
        \r\n
      • • height 2cm
      • \r\n
      • • tiger\'s eye stone
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Rokku Ring','','publish','closed','closed','','rokku-ring','','','2026-04-28 13:01:34','2026-04-28 11:01:34','',0,'https://haiku.gcch.fr/?post_type=product&p=168',31,'product','',0), +(178,2,'2024-10-01 09:13:13','2024-10-01 07:13:13','','Rokku ring tiger eye','','inherit','closed','closed','','sony-dsc-9','','','2024-10-01 09:13:48','2024-10-01 07:13:48','',168,'https://haiku.gcch.fr/app/uploads/2024/10/ROKKU-B-tigereye.jpg',0,'attachment','image/jpeg',0), +(179,2,'2024-10-01 09:14:04','2024-10-01 07:14:04','','Rokku ring tiger eye','','inherit','closed','closed','','rokku-b-tigereye','','','2024-10-01 09:14:34','2024-10-01 07:14:34','',168,'https://haiku.gcch.fr/app/uploads/2024/10/ROKKU-B-tigereye-1.jpg',0,'attachment','image/jpeg',0), +(182,2,'2024-10-01 09:26:24','2024-10-01 07:26:24','','Rokku ring tiger eye','','inherit','closed','closed','','_dsc9190','','','2024-10-01 09:26:54','2024-10-01 07:26:54','',168,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9190.jpg',0,'attachment','image/jpeg',0), +(183,2,'2024-10-01 11:31:42','2024-10-01 09:31:42','BOROBORO: the sound of something crumbling \r\n\r\nLong asymmetrical earrings with oval shapes made of sterling silver.\r\n
        \r\n
      • wire diameter 12mm
      • \r\n
      • height 4cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings silver','','trash','closed','closed','','boroboro-long-earrings-silver__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',0,'https://haiku.gcch.fr/?post_type=product&p=183',2,'product','',0), +(202,2,'2024-10-01 18:14:00','2024-10-01 16:14:00','PIASU: piercing\r\n\r\nLarge earrings covering the lobe with three hoops hanging to it, with a small gold plated bead on each side.\r\n
        \r\n
      • • height 3cm
      • \r\n
      • • width 2cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Piasu Earrings','','publish','closed','closed','','piasu-earrings','','','2026-04-29 11:02:32','2026-04-29 09:02:32','',0,'https://haiku.gcch.fr/?post_type=product&p=202',28,'product','',0), +(213,2,'2024-10-01 19:52:06','2024-10-01 17:52:06','BOROBORO: the sound of something crumbling \r\n\r\nLong asymmetrical earrings with oval shapes made of gold plated silver.\r\n
        \r\n
      • wire diameter 12mm
      • \r\n
      • height 4cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings gold plated','','trash','closed','closed','','boroboro-long-earrings-gold-plated__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',0,'https://haiku.gcch.fr/?post_type=product&p=213',1,'product','',0), +(240,2,'2024-10-02 23:21:37','2024-10-02 21:21:37','IKKAN : link\r\n\r\nA bracelet mixing a rigid band and a loose mix of chains in sterling silver and gold plated silver.\r\n
        \r\n
      • • size 1: 6cm diameter / size 2: 7cm diameter
      • \r\n
      • • wire thickness 2,5mm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Bracelet','','publish','closed','closed','','ikkan-bracelet-silver','','','2026-05-05 17:53:52','2026-05-05 15:53:52','',0,'https://haiku.gcch.fr/?post_type=product&p=240',14,'product','',0), +(241,2,'2024-10-02 23:21:37','2024-10-02 21:21:37','','Ikkan Bracelet - Size 1','Size: Size 1','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-3','','','2026-04-24 14:50:43','2026-04-24 12:50:43','',240,'https://haiku.gcch.fr/?post_type=product_variation&p=241',1,'product_variation','',0), +(242,2,'2024-10-02 23:21:37','2024-10-02 21:21:37','','Ikkan Bracelet - Size 2','Size: Size 2','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-4','','','2026-04-24 14:50:43','2026-04-24 12:50:43','',240,'https://haiku.gcch.fr/?post_type=product_variation&p=242',2,'product_variation','',0), +(258,2,'2024-10-03 22:02:26','2024-10-03 20:02:26','Fuyou: floating leave on water\r\n\r\nRectangular trace chain bracelet in sterling silver with a fluid oval shape element in the center and gold plated details.\r\n
        \r\n
      • • adjustable in between 15 and 18cm
      • \r\n
      • • oval center shape 2cm caliber
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Fuyou Bracelet','','publish','closed','closed','','fuyou-bracelet-silver','','','2026-04-28 12:58:58','2026-04-28 10:58:58','',0,'https://haiku.gcch.fr/?post_type=product&p=258',3,'product','',0), +(263,2,'2024-10-03 22:17:11','2024-10-03 20:17:11','IKKAN: link \r\n\r\nShort necklace with a mix of different links combining sterling silver and gold plated silver.\r\n
        \r\n
      • • length 38 to 45cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Necklace','','publish','closed','closed','','ikkan-necklace','','','2026-04-28 12:58:03','2026-04-28 10:58:03','',0,'https://haiku.gcch.fr/?post_type=product&p=263',17,'product','',0), +(274,2,'2024-10-04 08:33:31','2024-10-04 06:33:31','FUYOU: floating leave on water\r\n\r\nA necklace with thin rectangular trace chain and oval fluid elements in sterling silver, with a dangling gold plated detail.\r\n
        \r\n
      • • total length 50cm, adjustable at your convenience
      • \r\n
      • • oval shapes caliber between 3cm and 1cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Fuyou Necklace','','publish','closed','closed','','fuyou-necklace','','','2026-04-28 12:55:09','2026-04-28 10:55:09','',0,'https://haiku.gcch.fr/?post_type=product&p=274',6,'product','',0), +(285,2,'2024-10-04 08:55:02','2024-10-04 06:55:02','HATTARI: bluff\r\n\r\nMultiple hoops in various sizes giving the illusion of stacked hoop earrings, in sterling silver.\r\n
        \r\n
      • hoops diameter 3cm to 1cm
      • \r\n
      • d-shape wires
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Stacked Hoops silver','','trash','closed','closed','','hattari-stacked-hoops-silver__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',0,'https://haiku.gcch.fr/?post_type=product&p=285',13,'product','',0), +(288,2,'2024-10-04 09:10:01','2024-10-04 07:10:01','HATTARI: bluff\r\n\r\nMultiple hoops in various sizes giving the illusion of stacked hoop earrings, in gold plated silver.\r\n
        \r\n
      • hoops diameter 3cm to 1cm
      • \r\n
      • d-shape wires
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Stacked Hoops gold plated','','trash','closed','closed','','hattari-stacked-hoops-gold-plated__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',0,'https://haiku.gcch.fr/?post_type=product&p=288',12,'product','',0), +(306,2,'2024-10-07 08:18:28','2024-10-07 06:18:28','TAMA: soul, spirit\r\n\r\nOval sterling silver hoops lined with dangling box chains of two different length.\r\n
        \r\n
      • • hoops height 2cm
      • \r\n
      • • chain length 5cm and 3,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Tama Hoops silver','','publish','closed','closed','','tamanori-hoops','','','2026-04-28 12:54:34','2026-04-28 10:54:34','',0,'https://haiku.gcch.fr/?post_type=product&p=306',35,'product','',0), +(310,2,'2024-10-07 08:20:16','2024-10-07 06:20:16','','Tamanori Hoops silver','','inherit','closed','closed','','sony-dsc-31','','','2024-10-07 08:20:55','2024-10-07 06:20:55','',306,'https://haiku.gcch.fr/app/uploads/2024/10/TAMANORI-CR2-arg.jpg',0,'attachment','image/jpeg',0), +(311,2,'2024-10-07 08:22:26','2024-10-07 06:22:26','','Tamanori Hoops silver','','inherit','closed','closed','','_dsc9378','','','2024-10-07 08:22:48','2024-10-07 06:22:48','',306,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9378.jpg',0,'attachment','image/jpeg',0), +(312,2,'2024-10-07 08:33:26','2024-10-07 06:33:26','TAMA: soul, spirit\r\n\r\nOval gold plated silver hoops lined with dangling box chains of two different length.\r\n
        \r\n
      • • hoops height 2cm
      • \r\n
      • • chain length 5cm and 3,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycles sterling silver and 18ct gold plated silver.','Tama Hoops gold plated','','publish','closed','closed','','tamanori-hoops-gold-plated','','','2026-04-28 12:53:52','2026-04-28 10:53:52','',0,'https://haiku.gcch.fr/?post_type=product&p=312',34,'product','',0), +(318,2,'2024-10-07 08:40:26','2024-10-07 06:40:26','FUYOU: floating leave on water\r\n\r\nSolo hoop in sterling silver with a mix of small rings in gold plated silver hanging on it.\r\n
        \r\n
      • • hoop diameter 13mm
      • \r\n
      • • small rings diameter around 5mm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Fuyou Hoop','','publish','closed','closed','','fuyou-hoop','','','2026-04-28 12:53:12','2026-04-28 10:53:12','',0,'https://haiku.gcch.fr/?post_type=product&p=318',4,'product','',0), +(324,2,'2024-10-07 08:55:07','2024-10-07 06:55:07','','Fuyou Hoops silver and gold','','inherit','closed','closed','','_dsc9542','','','2024-10-07 08:55:26','2024-10-07 06:55:26','',318,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9542.jpg',0,'attachment','image/jpeg',0), +(393,2,'2024-10-18 08:48:05','2024-10-18 06:48:05','MUGURA: vine\r\n\r\nMinimalist hoop earrings, big and small version, with thin ends going up on the lobes and smoked quartz detail. In sterling silver.\r\n
        \r\n
      • • wire thickness 25mm & 20mm
      • \r\n
      • • height 4cm & 2,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Mugura Hoops silver','','publish','closed','closed','','mugura-hoops-silver','','','2026-04-28 12:50:26','2026-04-28 10:50:26','',0,'https://haiku.gcch.fr/?post_type=product&p=393',24,'product','',0), +(396,2,'2024-10-18 08:51:31','2024-10-18 06:51:31','','Mugura hoops silver','','inherit','closed','closed','','sony-dsc-46','','','2024-10-18 08:59:25','2024-10-18 06:59:25','',393,'https://haiku.gcch.fr/app/uploads/2024/10/MUGURA-CR2-arg.jpg',0,'attachment','image/jpeg',0), +(397,2,'2024-10-18 08:59:16','2024-10-18 06:59:16','','Mugura hoops silver','','inherit','closed','closed','','_dsc9733','','','2024-11-08 00:27:40','2024-11-07 23:27:40','',393,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9733.jpg',0,'attachment','image/jpeg',0), +(398,2,'2024-10-18 09:00:33','2024-10-18 07:00:33','MUGURA: vine\r\n\r\nMinimalist hoop earrings, big and small version, with thin ends going up on the lobes and smoked quartz detail. In gold plated silver.\r\n
        \r\n
      • • wire thickness 2,5mm & 2mm
      • \r\n
      • • height 4cm & 2,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Mugura Hoops gold plated','','draft','closed','closed','','mugura-hoops-gold-plated','','','2026-04-28 12:52:13','2026-04-28 10:52:13','',0,'https://haiku.gcch.fr/?post_type=product&p=398',23,'product','',0), +(400,2,'2024-10-18 09:21:51','2024-10-18 07:21:51','','Mugura hoops silver','','inherit','closed','closed','','_dsc9723','','','2024-10-18 09:22:07','2024-10-18 07:22:07','',398,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9723.jpg',0,'attachment','image/jpeg',0), +(424,1,'2024-10-30 22:08:13','2024-10-30 21:08:13','','Tamanori Hoops silver','','inherit','closed','closed','','_dsc9376','','','2024-10-30 22:08:31','2024-10-30 21:08:31','',306,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9376.jpg',0,'attachment','image/jpeg',0), +(435,1,'2024-10-30 22:36:02','2024-10-30 21:36:02','KARA: hull, shell\r\n\r\nTextured ear cuff in sterling silver.\r\n
        \r\n
      • width 0,5cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 24K gold plated silver.','Kara Ear Cuff silver','','trash','closed','closed','','kara-earcuff-silver__trashed','','','2026-04-25 08:34:20','2026-04-25 06:34:20','',0,'https://haiku.gcch.fr/?post_type=product&p=435',19,'product','',0), +(447,1,'2024-11-07 23:51:25','2024-11-07 22:51:25','KARA: hull, shell\r\n\r\nTextured ear cuff in sterling gold plated silver.\r\n
        \r\n
      • width 0,5cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our products are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Ear Cuff gold plated','','trash','closed','closed','','kara-ear-cuff-gold-plated__trashed','','','2026-04-25 08:34:10','2026-04-25 06:34:10','',0,'https://haikuatelier.com/?post_type=product&p=447',18,'product','',0), +(490,1,'2024-11-10 12:47:12','2024-11-10 11:47:12','Hadou: wave\r\n\r\nStud earrings with 2 wavy lines, one in sterling silver, the other in gold plated silver.\r\n
        \r\n
      • • height 1cm
      • \r\n
      • • wire thickness 1,5mm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our products are made in 80% recycled silver and 18ct gold plated silver.','Mugura Stud Earrings','','publish','closed','closed','','mugura-stud-earrings','','','2026-04-28 12:49:20','2026-04-28 10:49:20','',0,'https://haikuatelier.com/?post_type=product&p=490',7,'product','',0), +(493,1,'2024-11-10 12:59:05','2024-11-10 11:59:05','','Mugura Stud Earrings - left side','Side: left side','publish','closed','closed','','hattari-double-hoops-copy-left-side','','','2026-04-25 08:36:58','2026-04-25 06:36:58','',490,'https://haikuatelier.com/?post_type=product_variation&p=493',2,'product_variation','',0), +(494,1,'2024-11-10 12:59:05','2024-11-10 11:59:05','','Mugura Stud Earrings - pair','Side: pair','publish','closed','closed','','hattari-double-hoops-copy-pair','','','2026-04-25 08:36:58','2026-04-25 06:36:58','',490,'https://haikuatelier.com/?post_type=product_variation&p=494',1,'product_variation','',0), +(495,1,'2024-11-10 12:59:05','2024-11-10 11:59:05','','Mugura Stud Earrings - right side','Side: right side','publish','closed','closed','','hattari-double-hoops-copy-right-side','','','2026-04-25 08:36:58','2026-04-25 06:36:58','',490,'https://haikuatelier.com/?post_type=product_variation&p=495',3,'product_variation','',0), +(496,1,'2024-11-10 13:07:31','2024-11-10 12:07:31','Mugura: vine\r\n\r\nSmall solo hoop in sterling silver with a wavy dangling element in gold plated silver.\r\n
        \r\n
      • hoop diameter 13mm
      • \r\n
      • total height 3cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our jewelry are made in 80% recycled silver and 18K gold plated silver.','Mugura Solo Hoop','','trash','closed','closed','','mugu-hoop__trashed','','','2026-04-25 08:33:48','2026-04-25 06:33:48','',0,'https://haikuatelier.com/?post_type=product&p=496',25,'product','',0), +(510,1,'2024-11-12 17:15:05','2024-11-12 16:15:05','','Successful Order','','publish','closed','closed','','successful-order','','','2024-11-12 17:34:29','2024-11-12 16:34:29','',0,'https://haiku.gcch.fr/?page_id=510',0,'page','',0), +(511,1,'2024-11-12 17:15:13','2024-11-12 16:15:13','','Failed Order','','publish','closed','closed','','failed-order','','','2024-11-12 17:34:46','2024-11-12 16:34:46','',0,'https://haiku.gcch.fr/?page_id=511',0,'page','',0), +(545,1,'2024-11-13 13:56:53','2024-11-13 12:56:53','KARA: hull, shell\r\n\r\nSmall textured gold plated silver hoops.\r\n
        \r\n
      • 1cm diameter
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Hoops gold plated','','trash','closed','closed','','kara-hoops-gold-plated__trashed','','','2026-04-25 08:33:40','2026-04-25 06:33:40','',0,'https://haikuatelier.com/?post_type=product&p=545',20,'product','',0), +(552,1,'2024-11-13 14:51:15','2024-11-13 13:51:15','','Kara Hoops gold plated - one earring','Side: one earring','trash','closed','closed','','kara-hoops-gold-plated-one-earring__trashed','','','2026-04-25 08:33:40','2026-04-25 06:33:40','',545,'https://haikuatelier.com/?post_type=product_variation&p=552',2,'product_variation','',0), +(553,1,'2024-11-13 14:51:15','2024-11-13 13:51:15','','Kara Hoops gold plated - pair','Side: pair','trash','closed','closed','','kara-hoops-gold-plated-pair__trashed','','','2026-04-25 08:33:40','2026-04-25 06:33:40','',545,'https://haikuatelier.com/?post_type=product_variation&p=553',1,'product_variation','',0), +(554,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','KARA: hull, shell\r\n\r\nSmall textured sterling silver hoops.\r\n
        \r\n
      • 1cm diameter
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Hoops silver','','trash','closed','closed','','kara-hoops-silver__trashed','','','2026-04-25 08:33:33','2026-04-25 06:33:33','',0,'https://haikuatelier.com/?post_type=product&p=554',21,'product','',0), +(555,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','','Kara Hoops silver - pair','Side: pair','trash','closed','closed','','kara-hoops-gold-plated-pair-2__trashed','','','2026-04-25 08:33:33','2026-04-25 06:33:33','',554,'https://haikuatelier.com/?post_type=product_variation&p=555',1,'product_variation','',0), +(556,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','','Kara Hoops silver - one earring','Side: one earring','trash','closed','closed','','kara-hoops-gold-plated-one-earring-2__trashed','','','2026-04-25 08:33:33','2026-04-25 06:33:33','',554,'https://haikuatelier.com/?post_type=product_variation&p=556',2,'product_variation','',0), +(565,1,'2024-11-13 15:42:44','2024-11-13 14:42:44','','BoroBoro Long Earrings silver - one element earring','Side: one element earring','trash','closed','closed','','boroboro-long-earrings-silver-one-element-side__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',183,'https://haikuatelier.com/?post_type=product_variation&p=565',2,'product_variation','',0), +(566,1,'2024-11-13 15:42:44','2024-11-13 14:42:44','','BoroBoro Long Earrings silver - pair','Side: pair','trash','closed','closed','','boroboro-long-earrings-silver-pair__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',183,'https://haikuatelier.com/?post_type=product_variation&p=566',1,'product_variation','',0), +(567,1,'2024-11-13 15:42:44','2024-11-13 14:42:44','','BoroBoro Long Earrings silver - two elements earring','Side: two elements earring','trash','closed','closed','','boroboro-long-earrings-silver-two-elements-side__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',183,'https://haikuatelier.com/?post_type=product_variation&p=567',3,'product_variation','',0), +(569,1,'2024-11-13 15:46:14','2024-11-13 14:46:14','','BoroBoro Long Earrings gold plated - one element earring','Side: one element earring','trash','closed','closed','','boroboro-long-earrings-gold-plated-one-element-side__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',213,'https://haikuatelier.com/?post_type=product_variation&p=569',2,'product_variation','',0), +(570,1,'2024-11-13 15:46:14','2024-11-13 14:46:14','','BoroBoro Long Earrings gold plated - pair','Side: pair','trash','closed','closed','','boroboro-long-earrings-gold-plated-pair__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',213,'https://haikuatelier.com/?post_type=product_variation&p=570',1,'product_variation','',0), +(571,1,'2024-11-13 15:46:14','2024-11-13 14:46:14','','BoroBoro Long Earrings gold plated - two elements earring','Side: two elements earring','trash','closed','closed','','boroboro-long-earrings-gold-plated-two-elements-side__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',213,'https://haikuatelier.com/?post_type=product_variation&p=571',3,'product_variation','',0), +(637,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings - left side','Side: left side','publish','closed','closed','','piasu-earrings-left-side','','','2026-04-24 20:34:10','2026-04-24 18:34:10','',202,'https://haikuatelier.com/?post_type=product_variation&p=637',2,'product_variation','',0), +(638,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings - pair','Side: pair','publish','closed','closed','','piasu-earrings-pair','','','2026-04-24 20:34:10','2026-04-24 18:34:10','',202,'https://haikuatelier.com/?post_type=product_variation&p=638',1,'product_variation','',0), +(639,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings - right side','Side: right side','publish','closed','closed','','piasu-earrings-right-side','','','2026-04-24 20:34:10','2026-04-24 18:34:10','',202,'https://haikuatelier.com/?post_type=product_variation&p=639',3,'product_variation','',0), +(641,1,'2024-11-13 19:47:48','2024-11-13 18:47:48','','Hattari Stacked Hoops silver - left side','Side: left side','trash','closed','closed','','hattari-stacked-hoops-silver-left-side__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',285,'https://haikuatelier.com/?post_type=product_variation&p=641',2,'product_variation','',0), +(642,1,'2024-11-13 19:47:48','2024-11-13 18:47:48','','Hattari Stacked Hoops silver - pair','Side: pair','trash','closed','closed','','hattari-stacked-hoops-silver-pair__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',285,'https://haikuatelier.com/?post_type=product_variation&p=642',1,'product_variation','',0), +(643,1,'2024-11-13 19:47:48','2024-11-13 18:47:48','','Hattari Stacked Hoops silver - right side','Side: right side','trash','closed','closed','','hattari-stacked-hoops-silver-right-side__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',285,'https://haikuatelier.com/?post_type=product_variation&p=643',3,'product_variation','',0), +(645,1,'2024-11-13 19:54:04','2024-11-13 18:54:04','','Hattari Stacked Hoops gold plated - left side','Side: left side','trash','closed','closed','','hattari-stacked-hoops-gold-plated-left-side__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',288,'https://haikuatelier.com/?post_type=product_variation&p=645',2,'product_variation','',0), +(646,1,'2024-11-13 19:54:04','2024-11-13 18:54:04','','Hattari Stacked Hoops gold plated - pair','Side: pair','trash','closed','closed','','hattari-stacked-hoops-gold-plated-pair__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',288,'https://haikuatelier.com/?post_type=product_variation&p=646',1,'product_variation','',0), +(647,1,'2024-11-13 19:54:04','2024-11-13 18:54:04','','Hattari Stacked Hoops gold plated - right side','Side: right side','trash','closed','closed','','hattari-stacked-hoops-gold-plated-right-side__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',288,'https://haikuatelier.com/?post_type=product_variation&p=647',3,'product_variation','',0), +(651,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tama Hoops silver - long','Side: long','publish','closed','closed','','tamanori-hoops-silver-long','','','2026-04-24 20:38:57','2026-04-24 18:38:57','',306,'https://haikuatelier.com/?post_type=product_variation&p=651',2,'product_variation','',0), +(652,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tama Hoops silver - pair','Side: pair','publish','closed','closed','','tamanori-hoops-silver-pair','','','2026-04-24 20:38:57','2026-04-24 18:38:57','',306,'https://haikuatelier.com/?post_type=product_variation&p=652',1,'product_variation','',0), +(653,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tama Hoops silver - short','Side: short','publish','closed','closed','','tamanori-hoops-silver-short','','','2026-04-24 20:38:57','2026-04-24 18:38:57','',306,'https://haikuatelier.com/?post_type=product_variation&p=653',3,'product_variation','',0), +(654,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tama Hoops gold plated - long','Side: long','publish','closed','closed','','tamanori-hoops-gold-plated-long','','','2026-04-24 20:40:06','2026-04-24 18:40:06','',312,'https://haikuatelier.com/?post_type=product_variation&p=654',2,'product_variation','',0), +(655,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tama Hoops gold plated - pair','Side: pair','publish','closed','closed','','tamanori-hoops-gold-plated-pair','','','2026-04-24 15:15:56','2026-04-24 13:15:56','',312,'https://haikuatelier.com/?post_type=product_variation&p=655',1,'product_variation','',0), +(656,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tama Hoops gold plated - short','Side: short','publish','closed','closed','','tamanori-hoops-gold-plated-short','','','2026-04-24 20:40:06','2026-04-24 18:40:06','',312,'https://haikuatelier.com/?post_type=product_variation&p=656',3,'product_variation','',0), +(659,1,'2024-11-15 12:26:34','2024-11-15 11:26:34','','Hadou wavy ring silver and gold','','inherit','closed','closed','','hadou-b-opti','','','2024-11-15 17:20:07','2024-11-15 16:20:07','',72,'https://haikuatelier.com/app/uploads/2024/09/HADOU-B-opti.jpg',0,'wmpc-trash','image/jpeg',0), +(660,1,'2024-11-15 12:30:13','2024-11-15 11:30:13','','Tamanori hoops gold plated','','inherit','closed','closed','','img_1442','','','2024-11-15 12:30:25','2024-11-15 11:30:25','',312,'https://haikuatelier.com/app/uploads/2024/10/IMG_1442.jpg',0,'attachment','image/jpeg',0), +(684,1,'2024-11-17 10:35:57','2024-11-17 09:35:57','','Ikkan ring gold plated','','inherit','closed','closed','','img_1478','','','2024-11-17 10:36:09','2024-11-17 09:36:09','',113,'https://haikuatelier.com/app/uploads/2024/09/IMG_1478.jpg',0,'attachment','image/jpeg',0), +(714,1,'2024-11-17 11:42:07','2024-11-17 10:42:07','','Fuyou solo hoop','','inherit','closed','closed','','img_1651','','','2024-11-17 11:42:18','2024-11-17 10:42:18','',318,'https://haikuatelier.com/app/uploads/2024/10/IMG_1651.jpg',0,'attachment','image/jpeg',0), +(722,1,'2024-11-17 17:29:17','2024-11-17 16:29:17','','Mugura hoops gold plated','','inherit','closed','closed','','sony-dsc-39','','','2024-11-17 17:29:34','2024-11-17 16:29:34','',398,'https://haikuatelier.com/app/uploads/2024/10/MUGURA-CR2-vrm.jpg',0,'attachment','image/jpeg',0), +(726,1,'2024-11-17 17:39:44','2024-11-17 16:39:44','','Rokku ring silver and malachite','','inherit','closed','closed','','rokku-b-malachite','','','2024-11-17 17:40:01','2024-11-17 16:40:01','',168,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-B-malachite.jpg',0,'attachment','image/jpeg',0), +(735,1,'2024-11-17 18:03:32','2024-11-17 17:03:32','','Tamanori hoops gold plated','','inherit','closed','closed','','sony-dsc-32','','','2024-11-17 18:03:50','2024-11-17 17:03:50','',312,'https://haikuatelier.com/app/uploads/2024/10/TAMANORI-CR2-vrm.jpg',0,'attachment','image/jpeg',0), +(752,1,'2024-11-17 18:35:52','2024-11-17 17:35:52','','Hadou stud earrings','','inherit','closed','closed','','sony-dsc-60','','','2024-11-17 18:37:25','2024-11-17 17:37:25','',490,'https://haikuatelier.com/app/uploads/2024/11/HADOU-BOP.jpg',0,'attachment','image/jpeg',0), +(766,1,'2024-11-20 16:00:37','2024-11-20 15:00:37','Fuyou : floating leave on water\r\n\r\nLong dangling earrings in sterling silver. Composed of fluid oval shapes and rectangular chains with gold plated details.\r\n\r\n
        \r\n
      • • total length 5cm
      • \r\n
      • • oval length 2,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.','Fuyou Long Earrings','','publish','closed','closed','','fuyou-long-earrings-silver','','','2026-04-28 12:48:44','2026-04-28 10:48:44','',0,'https://haikuatelier.com/?post_type=product&p=766',5,'product','',0), +(819,1,'2024-11-24 11:42:38','2024-11-24 10:42:38','','Haiku size guide','','inherit','closed','closed','','haiku-ringsizes','','','2024-11-24 11:42:57','2024-11-24 10:42:57','',0,'https://haikuatelier.com/app/uploads/2024/11/HAIKU-ringsizes.jpg',0,'attachment','image/jpeg',0), +(820,1,'2024-11-24 11:53:29','2024-11-24 10:53:29','','Ikkan ring gold plated','','inherit','closed','closed','','sony-dsc-4','','','2024-11-24 11:53:45','2024-11-24 10:53:45','',113,'https://haikuatelier.com/app/uploads/2024/09/IKKAN-B-vrm.jpg',0,'attachment','image/jpeg',0), +(821,1,'2024-11-24 11:55:38','2024-11-24 10:55:38','','Kara ring silver and 18k gold','','inherit','closed','closed','','sony-dsc-6','','','2024-11-24 11:55:59','2024-11-24 10:55:59','',0,'https://haikuatelier.com/app/uploads/2024/09/KARA-B.jpg',0,'attachment','image/jpeg',0), +(851,1,'2024-11-25 16:26:31','2024-11-25 15:26:31','','NEWSHOP20','Code promo pour l\'ouverture du site.','publish','closed','closed','','newshop20','','','2024-12-04 00:23:03','2024-12-03 23:23:03','',0,'https://haikuatelier.com/?post_type=shop_coupon&p=851',0,'shop_coupon','',0), +(862,1,'2024-11-28 16:40:46','2024-11-28 15:40:46','','','','draft','closed','closed','','','','','2024-11-28 16:40:46','2024-11-28 15:40:46','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=862',0,'shop_order_placehold','',1), +(866,1,'2024-11-29 10:05:49','2024-11-29 09:05:49','','','','draft','closed','closed','','','','','2024-11-29 10:05:49','2024-11-29 09:05:49','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=866',0,'shop_order_placehold','',1), +(868,1,'2024-11-29 18:22:16','2024-11-29 17:22:16','','','','draft','closed','closed','','','','','2024-11-29 18:22:16','2024-11-29 17:22:16','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=868',0,'shop_order_placehold','',1), +(869,1,'2024-12-02 11:05:43','2024-12-02 10:05:43','','','','draft','closed','closed','','','','','2024-12-02 11:05:43','2024-12-02 10:05:43','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=869',0,'shop_order_placehold','',1), +(871,1,'2024-12-02 17:33:11','2024-12-02 16:33:11','','','','draft','closed','closed','','','','','2024-12-02 17:33:11','2024-12-02 16:33:11','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=871',0,'shop_order_placehold','',1), +(872,1,'2024-12-03 18:03:18','2024-12-03 17:03:18','','','','draft','closed','closed','','','','','2024-12-03 18:03:18','2024-12-03 17:03:18','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=872',0,'shop_order_placehold','',1), +(873,1,'2024-12-03 23:53:41','2024-12-03 22:53:41','','','','draft','closed','closed','','','','','2024-12-03 23:53:41','2024-12-03 22:53:41','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=873',0,'shop_order_placehold','',1), +(878,1,'2024-12-06 14:08:34','2024-12-06 13:08:34','','','','draft','closed','closed','','','','','2024-12-06 14:08:34','2024-12-06 13:08:34','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=878',0,'shop_order_placehold','',3), +(879,1,'2024-12-06 15:04:22','2024-12-06 14:04:22','','','','draft','closed','closed','','','','','2024-12-06 15:04:22','2024-12-06 14:04:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=879',0,'shop_order_placehold','',2), +(880,1,'2024-12-12 17:55:38','2024-12-12 16:55:38','','','','draft','closed','closed','','','','','2024-12-12 17:55:38','2024-12-12 16:55:38','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=880',0,'shop_order_placehold','',3), +(881,1,'2024-12-13 09:37:26','2024-12-13 08:37:26','','','','draft','closed','closed','','','','','2024-12-13 09:37:26','2024-12-13 08:37:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=881',0,'shop_order_placehold','',2), +(884,1,'2024-12-14 11:10:01','2024-12-14 10:10:01','','','','draft','closed','closed','','','','','2024-12-14 11:10:01','2024-12-14 10:10:01','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=884',0,'shop_order_placehold','',3), +(885,1,'2024-12-16 10:16:07','2024-12-16 09:16:07','','','','draft','closed','closed','','','','','2024-12-16 10:16:07','2024-12-16 09:16:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=885',0,'shop_order_placehold','',2), +(886,1,'2024-12-17 09:40:04','2024-12-17 08:40:04','','','','draft','closed','closed','','','','','2024-12-17 09:40:04','2024-12-17 08:40:04','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=886',0,'shop_order_placehold','',2), +(887,1,'2024-12-18 16:13:28','2024-12-18 15:13:28','','','','draft','closed','closed','','','','','2024-12-18 16:13:28','2024-12-18 15:13:28','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=887',0,'shop_order_placehold','',2), +(888,1,'2024-12-19 10:08:20','2024-12-19 09:08:20','','','','draft','closed','closed','','','','','2024-12-19 10:08:20','2024-12-19 09:08:20','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=888',0,'shop_order_placehold','',2), +(889,1,'2024-12-26 13:37:45','2024-12-26 12:37:45','','','','draft','closed','closed','','','','','2024-12-26 13:37:45','2024-12-26 12:37:45','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=889',0,'shop_order_placehold','',2), +(890,1,'2024-12-29 15:53:20','2024-12-29 14:53:20','','','','draft','closed','closed','','','','','2024-12-29 15:53:20','2024-12-29 14:53:20','',888,'https://haikuatelier.com/?post_type=shop_order_placehold&p=890',0,'shop_order_placehold','',0), +(891,1,'2024-12-30 11:40:43','2024-12-30 10:40:43','','','','draft','closed','closed','','','','','2024-12-30 11:40:43','2024-12-30 10:40:43','',880,'https://haikuatelier.com/?post_type=shop_order_placehold&p=891',0,'shop_order_placehold','',0), +(894,1,'2025-01-03 10:04:01','2025-01-03 09:04:01','','','','draft','closed','closed','','','','','2025-01-03 10:04:01','2025-01-03 09:04:01','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=894',0,'shop_order_placehold','',2), +(895,1,'2025-01-09 13:01:26','2025-01-09 12:01:26','','','','draft','closed','closed','','','','','2025-01-09 13:01:26','2025-01-09 12:01:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=895',0,'shop_order_placehold','',2), +(896,1,'2025-01-23 22:51:50','2025-01-23 21:51:50','','','','draft','closed','closed','','','','','2025-01-23 22:51:50','2025-01-23 21:51:50','',884,'https://haikuatelier.com/?post_type=shop_order_placehold&p=896',0,'shop_order_placehold','',0), +(897,1,'2025-01-29 11:32:07','2025-01-29 10:32:07','','','','draft','closed','closed','','','','','2025-01-29 11:32:07','2025-01-29 10:32:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=897',0,'shop_order_placehold','',2), +(899,1,'2025-01-30 09:57:12','2025-01-30 08:57:12','','','','draft','closed','closed','','','','','2025-01-30 09:57:12','2025-01-30 08:57:12','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=899',0,'shop_order_placehold','',2), +(901,1,'2025-02-23 18:08:07','2025-02-23 17:08:07','','','','draft','closed','closed','','','','','2025-02-23 18:08:07','2025-02-23 17:08:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=901',0,'shop_order_placehold','',1), +(903,1,'2025-02-26 13:51:16','2025-02-26 12:51:16','','','','draft','closed','closed','','','','','2025-02-26 13:51:16','2025-02-26 12:51:16','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=903',0,'shop_order_placehold','',2), +(905,1,'2025-03-03 11:45:26','2025-03-03 10:45:26','','','','draft','closed','closed','','','','','2025-03-03 11:45:26','2025-03-03 10:45:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=905',0,'shop_order_placehold','',2), +(906,1,'2025-03-03 12:10:15','2025-03-03 11:10:15','','','','draft','closed','closed','','','','','2025-03-03 12:10:15','2025-03-03 11:10:15','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=906',0,'shop_order_placehold','',2), +(907,1,'2025-03-05 12:04:07','2025-03-05 11:04:07','','','','draft','closed','closed','','','','','2025-03-05 12:04:07','2025-03-05 11:04:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=907',0,'shop_order_placehold','',2), +(908,1,'2025-03-23 22:39:51','2025-03-23 21:39:51','','','','draft','closed','closed','','','','','2025-03-23 22:39:51','2025-03-23 21:39:51','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=908',0,'shop_order_placehold','',2), +(910,1,'2025-04-08 13:44:22','2025-04-08 11:44:22','','','','draft','closed','closed','','','','','2025-04-08 13:44:22','2025-04-08 11:44:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=910',0,'shop_order_placehold','',2), +(912,1,'2025-05-09 11:49:40','2025-05-09 09:49:40','','','','draft','closed','closed','','','','','2025-05-09 11:49:40','2025-05-09 09:49:40','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=912',0,'shop_order_placehold','',2), +(913,1,'2026-04-28 10:01:29','2026-04-28 08:01:29','ROKKU: pebble\n\nLarge wavy ring in sterling silver with a semi precious oval stone in the center set in silver.\n
        \n
      • height 2cm
      • \n
      • tiger\'s eye stone
      • \n
      • handcrafted in Brussels
      • \n
      \nRings are made on demand. Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Rokku Ring','','inherit','closed','closed','','168-autosave-v1','','','2026-04-28 10:01:29','2026-04-28 08:01:29','',168,'https://haikuatelier.com/?p=913',0,'revision','',0), +(921,1,'2025-05-09 21:56:27','2025-05-09 19:56:27','','','','draft','closed','closed','','','','','2025-05-09 21:56:27','2025-05-09 19:56:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=921',0,'shop_order_placehold','',2), +(922,1,'2025-05-09 21:56:28','2025-05-09 19:56:28','','','','draft','closed','closed','','','','','2025-05-09 21:56:28','2025-05-09 19:56:28','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=922',0,'shop_order_placehold','',2), +(924,1,'2025-06-05 09:44:45','2025-06-05 07:44:45','','','','draft','closed','closed','','','','','2025-06-05 09:44:45','2025-06-05 07:44:45','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=924',0,'shop_order_placehold','',2), +(930,1,'2025-08-19 09:39:07','2025-08-19 07:39:07','Mugura: vine\n\nSmall solo hoop in sterling silver with a wavy dangling element in gold plated silver.\n
        \n
      • hoop diameter 13mm
      • \n
      • total height 3cm
      • \n
      • handcrafted in Brussels
      • \n
      \nAll our jewelry are made in 80% recycled silver and 18K gold plated silver.','Mugura Solo Hoop','','inherit','closed','closed','','496-autosave-v1','','','2025-08-19 09:39:07','2025-08-19 07:39:07','',496,'https://haikuatelier.com/?p=930',0,'revision','',0), +(934,1,'2025-06-17 09:45:51','2025-06-17 07:45:51','','Hadou stud earrings','','inherit','closed','closed','','hadou-bop-1','','','2025-06-17 09:46:12','2025-06-17 07:46:12','',490,'https://haikuatelier.com/app/uploads/2024/11/HADOU-BOP-1.jpg',0,'attachment','image/jpeg',0), +(941,1,'2025-06-20 19:22:20','2025-06-20 17:22:20','Uteki : raindrop\r\n\r\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in sterling silver.\r\n
    \r\n
  • • wire thickness 3mm
  • \r\n
  • • stone 10x8cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Uteki Ring silver','','publish','closed','closed','','uteki-ring-silver','','','2026-04-27 13:54:34','2026-04-27 11:54:34','',0,'https://haikuatelier.com/?post_type=product&p=941',41,'product','',0), +(953,1,'2025-06-18 22:19:47','2025-06-18 20:19:47','Uteki : raindrop\r\n\r\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in gold plated sterling silver.\r\n\r\n
  • • wire thickness 3mm
  • \r\n
  • • stone 10x8cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.\r\n\r\n','Uteki Ring gold plated','','publish','closed','closed','','uteki-ring-gold-plated','','','2026-04-27 14:04:24','2026-04-27 12:04:24','',0,'https://haikuatelier.com/?post_type=product&p=953',39,'product','',0), +(962,1,'2025-06-18 22:20:23','2025-06-18 20:20:23','','Uteki ring in gold plated','','inherit','closed','closed','','uteki-b-g','','','2025-06-18 22:22:37','2025-06-18 20:22:37','',953,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-B-g.jpg',0,'attachment','image/jpeg',0), +(967,1,'2025-06-18 22:38:10','2025-06-18 20:38:10','BOROBORO: the sound of something crumbling \n\nLong asymmetrical earrings with oval shapes made of sterling silver.\n
      \n
    • wire diameter 12mm
    • \n
    • height 4cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings silver','','inherit','closed','closed','','183-autosave-v1','','','2025-06-18 22:38:10','2025-06-18 20:38:10','',183,'https://haikuatelier.com/?p=967',0,'revision','',0), +(977,1,'2025-06-19 16:20:10','2025-06-19 14:20:10','KARA: hull, shell\n\nTextured ear cuff in sterling gold plated silver.\n
      \n
    • width 0,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our products are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Ear Cuff gold plated','','inherit','closed','closed','','447-autosave-v1','','','2025-06-19 16:20:10','2025-06-19 14:20:10','',447,'https://haikuatelier.com/?p=977',0,'revision','',0), +(982,1,'2025-06-20 18:59:01','2025-06-20 16:59:01','Uteki : raindrop\r\n\r\nSnake chain necklace with a droplet shaped pendant swirling around a prehnite stone. Made in sterling silver.\r\n\r\n• total length 45cm\r\n• stone 10x8cm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Necklace silver','','trash','closed','closed','','uteki-necklace-silver__trashed','','','2026-04-25 08:31:43','2026-04-25 06:31:43','',0,'https://haikuatelier.com/?post_type=product&p=982',39,'product','',0), +(992,1,'2025-06-20 19:05:42','2025-06-20 17:05:42','','Uteki necklaces','','inherit','closed','closed','','dsc00689','','','2025-06-20 19:06:07','2025-06-20 17:06:07','',982,'https://haikuatelier.com/app/uploads/2025/06/DSC00689.jpg',0,'attachment','image/jpeg',0), +(994,1,'2025-06-20 19:07:53','2025-06-20 17:07:53','Uteki : raindrop\r\n\r\nSnake chain necklace with a droplet shaped pendant swirling around a prehnite stone. In gold plated silver.\r\n\r\n• total length 45cm\r\n• stone 10x8cm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Necklace gold plated','','draft','closed','closed','','uteki-necklace-gold-plated','','','2026-04-27 18:28:27','2026-04-27 16:28:27','',0,'https://haikuatelier.com/?post_type=product&p=994',38,'product','',0), +(996,1,'2025-06-20 19:09:52','2025-06-20 17:09:52','','Uteki necklace in gold plated silver','','inherit','closed','closed','','sony-dsc-19','','','2025-06-20 19:10:52','2025-06-20 17:10:52','',994,'https://haikuatelier.com/app/uploads/2025/06/DSC00699.jpg',0,'attachment','image/jpeg',0), +(997,1,'2025-06-21 11:54:31','2025-06-21 09:54:31','','','','draft','closed','closed','','','','','2025-06-21 11:54:31','2025-06-21 09:54:31','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=997',0,'shop_order_placehold','',2), +(1013,1,'2025-07-14 14:37:48','2025-07-14 12:37:48','','','','draft','closed','closed','','','','','2025-07-14 14:37:48','2025-07-14 12:37:48','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1013',0,'shop_order_placehold','',2), +(1342,1,'2025-08-17 18:01:35','2025-08-17 16:01:35','','Uteki ring in gold plated','','inherit','closed','closed','','uteki-b-g-2','','','2025-08-17 18:01:59','2025-08-17 16:01:59','',0,'https://haikuatelier.com/app/uploads/2025/08/UTEKI-B-g.jpg',0,'attachment','image/jpeg',0), +(1343,1,'2025-08-17 18:02:22','2025-08-17 16:02:22','','Uteki ring in sterling silver','','inherit','closed','closed','','uteki-b-s','','','2025-08-17 18:02:52','2025-08-17 16:02:52','',0,'https://haikuatelier.com/app/uploads/2025/08/UTEKI-B-s.jpg',0,'attachment','image/jpeg',0), +(1345,1,'2025-08-17 18:08:47','2025-08-17 16:08:47','','Uteki necklace gold plated','','inherit','closed','closed','','uteki-c-g-2','','','2025-08-17 18:09:07','2025-08-17 16:09:07','',994,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-C-g-1.jpg',0,'attachment','image/jpeg',0), +(1353,1,'2025-08-17 18:58:30','2025-08-17 16:58:30','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','_dsc9237-2','','','2025-08-17 19:00:27','2025-08-17 17:00:27','',258,'https://haikuatelier.com/app/uploads/2024/10/DSC9237-1.jpg',0,'attachment','image/jpeg',0), +(1354,1,'2025-08-17 18:58:41','2025-08-17 16:58:41','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','_dsc9240','','','2025-08-17 19:00:40','2025-08-17 17:00:40','',258,'https://haikuatelier.com/app/uploads/2024/10/DSC9240.jpg',0,'attachment','image/jpeg',0), +(1355,1,'2025-08-17 18:58:47','2025-08-17 16:58:47','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','_dsc9242-2','','','2025-08-17 19:00:43','2025-08-17 17:00:43','',258,'https://haikuatelier.com/app/uploads/2024/10/DSC9242-1.jpg',0,'attachment','image/jpeg',0), +(1356,1,'2025-08-17 19:02:14','2025-08-17 17:02:14','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','fuyou-br','','','2025-08-17 19:02:41','2025-08-17 17:02:41','',258,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-BR.jpg',0,'attachment','image/jpeg',0), +(1364,1,'2026-04-24 20:22:15','2026-04-24 18:22:15','Fuyou : floating leave on water\n\nLong dangling earrings in sterling silver. Composed of fluid oval shapes and rectangular chains with gold plated details.\n\n
      \n
    • total length 5cm
    • \n
    • oval length 2,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \n\nAll our products are made in 80% recycled sterling silver and 18k gold plated silver.\n\n ','Fuyou Long Earrings','','inherit','closed','closed','','766-autosave-v1','','','2026-04-24 20:22:15','2026-04-24 18:22:15','',766,'https://haikuatelier.com/?p=1364',0,'revision','',0), +(1365,1,'2025-08-18 13:31:39','2025-08-18 11:31:39','','Fuyou long earrings silver','','inherit','closed','closed','','fuyou-b0','','','2025-08-18 13:32:12','2025-08-18 11:32:12','',766,'https://haikuatelier.com/app/uploads/2024/11/FUYOU-B0.jpg',0,'attachment','image/jpeg',0), +(1381,1,'2025-08-20 10:53:27','2025-08-20 08:53:27','','Fuyou necklace','','inherit','closed','closed','','fuyou-c-2','','','2025-08-20 10:53:47','2025-08-20 08:53:47','',274,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-C-2.jpg',0,'attachment','image/jpeg',0), +(1382,1,'2025-08-20 11:00:25','2025-08-20 09:00:25','','Fuyou necklace','','inherit','closed','closed','','fuyou-c-1','','','2025-08-20 11:00:41','2025-08-20 09:00:41','',274,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-C-1-1.jpg',0,'attachment','image/jpeg',0), +(1383,1,'2025-08-22 11:08:49','2025-08-22 09:08:49','','Ikkan necklace','','inherit','closed','closed','','ikkan-c-1','','','2025-08-22 11:09:39','2025-08-22 09:09:39','',263,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-C-1-1.jpg',0,'attachment','image/jpeg',0), +(1384,1,'2025-08-22 11:09:54','2025-08-22 09:09:54','','Ikkan necklace','','inherit','closed','closed','','ikkan-c-2-2','','','2025-08-22 11:10:05','2025-08-22 09:10:05','',263,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-C-2-1.jpg',0,'attachment','image/jpeg',0), +(1385,1,'2025-08-22 11:16:41','2025-08-22 09:16:41','FUYOU: floating leave on water\n\nSolo hoop in sterling silver with a mix of small rings in gold plated silver hanging on it.\n
      \n
    • hoop diameter 13mm
    • \n
    • small rings diameter around 5mm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled silver and 18k gold plated silver.','Fuyou Hoop','','inherit','closed','closed','','318-autosave-v1','','','2025-08-22 11:16:41','2025-08-22 09:16:41','',318,'https://haikuatelier.com/?p=1385',0,'revision','',0), +(1388,1,'2025-08-22 11:18:18','2025-08-22 09:18:18','','Fuyou solo hoop','','inherit','closed','closed','','fuyou-cr1','','','2025-08-22 11:18:35','2025-08-22 09:18:35','',0,'https://haikuatelier.com/app/uploads/2025/08/FUYOU-CR1.jpg',0,'attachment','image/jpeg',0), +(1389,1,'2025-08-31 09:10:58','2025-08-31 07:10:58','MUGURA: vine\n\nMinimalist hoop earrings with thin ends going up on the lobes. In gold plated silver.\n
      \n
    • wire thickness 2mm
    • \n
    • total diametre 3cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Mugura Hoops gold plated','','inherit','closed','closed','','398-autosave-v1','','','2025-08-31 09:10:58','2025-08-31 07:10:58','',398,'https://haikuatelier.com/?p=1389',0,'revision','',0), +(1391,1,'2025-08-31 09:18:07','2025-08-31 07:18:07','','Mugura minimalist hoops gold plated','','inherit','closed','closed','','mugura-cr2-g','','','2025-08-31 09:18:44','2025-08-31 07:18:44','',0,'https://haikuatelier.com/app/uploads/2025/08/MUGURA-CR2-g.jpg',0,'attachment','image/jpeg',0), +(1393,1,'2025-08-31 09:20:52','2025-08-31 07:20:52','','Mugura minimalist silver hoops','','inherit','closed','closed','','mugura-cr2-s','','','2025-08-31 09:21:19','2025-08-31 07:21:19','',0,'https://haikuatelier.com/app/uploads/2025/08/MUGURA-CR2-s.jpg',0,'attachment','image/jpeg',0), +(1397,1,'2025-09-02 09:02:42','2025-09-02 07:02:42','','Ikkan necklace silver and gold','','inherit','closed','closed','','dscf7880','','','2025-09-02 09:03:42','2025-09-02 07:03:42','',263,'https://haikuatelier.com/app/uploads/2024/10/DSCF7880.jpg',0,'attachment','image/jpeg',0), +(1400,1,'2026-04-28 12:57:38','2026-04-28 10:57:38','IKKAN: link \n\nNecklace with a mix of different links combining sterling silver and gold plated silver.\n
      \n
    • • length 38 to 54cm
    • \n
    • • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Necklace','','inherit','closed','closed','','263-autosave-v1','','','2026-04-28 12:57:38','2026-04-28 10:57:38','',263,'https://haikuatelier.com/?p=1400',0,'revision','',0), +(1401,1,'2025-09-06 10:07:55','2025-09-06 08:07:55','Uteki : raindrop\r\n\r\nMedium hoops with a droplet shape intertwined around a thick silver wire. In gold plated silver.\r\n\r\n• diametre 3cm\r\n• wire thickness 25mm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Hoops gold plated','','trash','closed','closed','','uteki-hoops-gold-plated__trashed','','','2026-04-25 08:25:46','2026-04-25 06:25:46','',0,'https://haikuatelier.com/?post_type=product&p=1401',36,'product','',0), +(1406,1,'2025-09-06 15:00:33','2025-09-06 13:00:33','Uteki : raindrop\r\n\r\nMedium hoops with a droplet shape intertwined around a thick silver wire. In sterling silver.\r\n\r\n• diametre 3cm\r\n• wire thickness 25mm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Hoops silver','','trash','closed','closed','','uteki-hoops-silver__trashed','','','2026-04-25 08:25:15','2026-04-25 06:25:15','',0,'https://haikuatelier.com/?post_type=product&p=1406',37,'product','',0), +(1443,1,'2025-09-17 20:11:56','2025-09-17 18:11:56','','','','draft','closed','closed','','','','','2025-09-17 20:11:56','2025-09-17 18:11:56','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1443',0,'shop_order_placehold','',2), +(1444,1,'2025-09-20 12:44:44','2025-09-20 10:44:44','PuchiPuchi : the sound of something splashing\r\n\r\nDangling earrings composed of tied ball chains.\r\n
      \r\n
    • • total length 6,5cm
    • \r\n
    • • ball chain diameter 3mm
    • \r\n
    • • handcrafted in Brussels
    • \r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.','PuchiPuchi Earrings','','publish','closed','closed','','puchi-puchi-earrings','','','2026-04-27 13:41:25','2026-04-27 11:41:25','',0,'https://haikuatelier.com/?post_type=product&p=1444',30,'product','',0), +(1445,1,'2025-09-20 12:50:00','2025-09-20 10:50:00','','Puchi earrings in silver','','inherit','closed','closed','','pishi-bo','','','2026-02-11 13:53:55','2026-02-11 12:53:55','',1444,'https://haikuatelier.com/app/uploads/2025/09/PISHI-BO.jpg',0,'attachment','image/jpeg',0), +(1446,1,'2025-09-20 12:51:05','2025-09-20 10:51:05','','PuchiPuchi earrings in silver','','inherit','closed','closed','','dscf8198','','','2026-02-11 13:53:31','2026-02-11 12:53:31','',1444,'https://haikuatelier.com/app/uploads/2025/09/DSCF8198.jpg',0,'attachment','image/jpeg',0), +(1447,1,'2025-09-20 12:52:02','2025-09-20 10:52:02','','Puchi earrings in silver','','inherit','closed','closed','','dscf8226','','','2026-02-11 13:53:41','2026-02-11 12:53:41','',1444,'https://haikuatelier.com/app/uploads/2025/09/DSCF8226.jpg',0,'attachment','image/jpeg',0), +(1448,1,'2025-09-20 12:54:50','2025-09-20 10:54:50','','Puchi earrings in silver','','inherit','closed','closed','','dscf8277','','','2026-02-11 13:53:49','2026-02-11 12:53:49','',1444,'https://haikuatelier.com/app/uploads/2025/09/DSCF8277.jpg',0,'attachment','image/jpeg',0), +(1449,1,'2025-09-20 12:57:48','2025-09-20 10:57:48','','PuchiPuchi Earrings - pair','Side: pair','publish','closed','closed','','pishi-pishi-earrings-all','','','2026-04-24 15:11:20','2026-04-24 13:11:20','',1444,'https://haikuatelier.com/?post_type=product_variation&p=1449',1,'product_variation','',0), +(1450,1,'2025-09-20 12:57:48','2025-09-20 10:57:48','','PuchiPuchi Earrings - left side','Side: left side','publish','closed','closed','','pishi-pishi-earrings-left-side','','','2026-04-24 15:11:20','2026-04-24 13:11:20','',1444,'https://haikuatelier.com/?post_type=product_variation&p=1450',2,'product_variation','',0), +(1451,1,'2025-09-20 12:57:48','2025-09-20 10:57:48','','PuchiPuchi Earrings - right side','Side: right side','publish','closed','closed','','pishi-pishi-earrings-right-side','','','2026-04-24 15:11:20','2026-04-24 13:11:20','',1444,'https://haikuatelier.com/?post_type=product_variation&p=1451',3,'product_variation','',0), +(1457,1,'2025-09-24 15:09:50','2025-09-24 13:09:50','','DSBoroBoro asymmetrical earrings gold platedCF8676','','inherit','closed','closed','','dscf8676','','','2025-09-24 15:10:06','2025-09-24 13:10:06','',213,'https://haikuatelier.com/app/uploads/2024/10/DSCF8676.jpg',0,'attachment','image/jpeg',0), +(1467,1,'2025-09-27 15:52:58','2025-09-27 13:52:58','PIASU : piercing\r\n\r\nWide ring open on top with four silver balls and a mother of pearl detail.\r\n
        \r\n
      • • silver balls diameter 8mm
      • \r\n
      • • height 1,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Piasu Ring','','publish','closed','closed','','piasu-ring','','','2026-04-28 12:47:05','2026-04-28 10:47:05','',0,'https://haikuatelier.com/?post_type=product&p=1467',29,'product','',0), +(1476,1,'2025-09-27 15:55:19','2025-09-27 13:55:19','','Piasu ring with silver balls','','inherit','closed','closed','','piasu-b','','','2025-09-27 15:57:46','2025-09-27 13:57:46','',1467,'https://haikuatelier.com/app/uploads/2025/09/PIASU-B.jpg',0,'attachment','image/jpeg',0), +(1477,1,'2025-09-27 15:57:01','2025-09-27 13:57:01','','Piasu ring silver','','inherit','closed','closed','','dscf7789','','','2026-02-11 13:44:14','2026-02-11 12:44:14','',1467,'https://haikuatelier.com/app/uploads/2025/09/DSCF7789.jpg',0,'attachment','image/jpeg',0), +(1478,1,'2025-09-27 15:57:25','2025-09-27 13:57:25','','Piasu ring silver','','inherit','closed','closed','','dscf7842','','','2026-02-11 13:43:36','2026-02-11 12:43:36','',1467,'https://haikuatelier.com/app/uploads/2025/09/DSCF7842.jpg',0,'attachment','image/jpeg',0), +(1479,1,'2025-09-27 15:57:55','2025-09-27 13:57:55','','Piasu ring silver','','inherit','closed','closed','','dscf7809','','','2026-02-11 13:44:07','2026-02-11 12:44:07','',1467,'https://haikuatelier.com/app/uploads/2025/09/DSCF7809.jpg',0,'attachment','image/jpeg',0), +(1480,1,'2025-10-02 06:39:01','2025-10-02 04:39:01','','','','draft','closed','closed','','','','','2025-10-02 06:39:01','2025-10-02 04:39:01','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1480',0,'shop_order_placehold','',2), +(1481,1,'2026-04-24 20:33:55','2026-04-24 18:33:55','PIASU: piercing\n\nLarge earrings covering the lobe with three hoops hanging to it, with a small gold plated bead on each side.\n
        \n
      • height 3cm
      • \n
      • width 2cm
      • \n
      • handcrafted in Brussels
      • \n
      \nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Piasu Earrings with Hoops','','inherit','closed','closed','','202-autosave-v1','','','2026-04-24 20:33:55','2026-04-24 18:33:55','',202,'https://haikuatelier.com/?p=1481',0,'revision','',0), +(1482,1,'2025-10-06 14:42:44','2025-10-06 12:42:44','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','dscf8158','','','2025-10-06 14:43:37','2025-10-06 12:43:37','',202,'https://haikuatelier.com/app/uploads/2024/10/DSCF8158.jpg',0,'attachment','image/jpeg',0), +(1483,1,'2025-10-06 14:43:56','2025-10-06 12:43:56','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','dscf8069','','','2025-10-06 14:44:05','2025-10-06 12:44:05','',202,'https://haikuatelier.com/app/uploads/2024/10/DSCF8069.jpg',0,'attachment','image/jpeg',0), +(1484,1,'2025-10-06 14:44:27','2025-10-06 12:44:27','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','dscf8026','','','2025-10-06 14:44:50','2025-10-06 12:44:50','',202,'https://haikuatelier.com/app/uploads/2024/10/DSCF8026.jpg',0,'attachment','image/jpeg',0), +(1485,1,'2025-10-06 14:45:25','2025-10-06 12:45:25','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','piasu-bo2','','','2025-10-06 14:45:38','2025-10-06 12:45:38','',202,'https://haikuatelier.com/app/uploads/2024/10/PIASU-BO2.jpg',0,'attachment','image/jpeg',0), +(1486,1,'2025-10-10 17:55:22','2025-10-10 15:55:22','','','','draft','closed','closed','','','','','2025-10-10 17:55:22','2025-10-10 15:55:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1486',0,'shop_order_placehold','',2), +(1487,1,'2025-10-11 17:06:39','2025-10-11 15:06:39','','','','draft','closed','closed','','','','','2025-10-11 17:06:39','2025-10-11 15:06:39','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1487',0,'shop_order_placehold','',2), +(1488,1,'2025-10-12 16:50:06','2025-10-12 14:50:06','','','','draft','closed','closed','','','','','2025-10-12 16:50:06','2025-10-12 14:50:06','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1488',0,'shop_order_placehold','',2), +(1489,1,'2025-10-12 23:03:18','2025-10-12 21:03:18','','','','draft','closed','closed','','','','','2025-10-12 23:03:18','2025-10-12 21:03:18','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1489',0,'shop_order_placehold','',2), +(1490,1,'2025-10-18 15:34:26','2025-10-18 13:34:26','','','','draft','closed','closed','','','','','2025-10-18 15:34:26','2025-10-18 13:34:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1490',0,'shop_order_placehold','',2), +(1491,1,'2025-10-29 10:26:12','2025-10-29 09:26:12','Kime: grain, texture, feeling to touch\r\n\r\nSmall gold plated solo hoop with a marine link element in sterling silver.\r\n
        \r\n
      • hoop diameter 13mm
      • \r\n
      • total height 2cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our jewelry are made in 80% recycled silver and 18K gold plated silver.','Kime Solo Hoop','','trash','closed','closed','','kime-solo-hoop__trashed','','','2026-04-24 14:57:34','2026-04-24 12:57:34','',0,'https://haikuatelier.com/?post_type=product&p=1491',22,'product','',0), +(1493,1,'2025-10-29 10:24:32','2025-10-29 09:24:32','','Kime solo hoop mixing gold and silver','','inherit','closed','closed','','dscf7652','','','2025-10-29 10:24:46','2025-10-29 09:24:46','',1491,'https://haikuatelier.com/app/uploads/2025/10/DSCF7652.jpg',0,'attachment','image/jpeg',0), +(1494,1,'2025-10-29 10:24:54','2025-10-29 09:24:54','','Kime solo hoop mixing gold and silver','','inherit','closed','closed','','dscf7675','','','2025-10-29 10:25:04','2025-10-29 09:25:04','',1491,'https://haikuatelier.com/app/uploads/2025/10/DSCF7675.jpg',0,'attachment','image/jpeg',0), +(1495,1,'2025-10-29 10:25:18','2025-10-29 09:25:18','','Kime solo hoop mixing gold and silver','','inherit','closed','closed','','dscf7638','','','2025-10-29 10:25:28','2025-10-29 09:25:28','',1491,'https://haikuatelier.com/app/uploads/2025/10/DSCF7638.jpg',0,'attachment','image/jpeg',0), +(1496,1,'2025-11-02 20:39:02','2025-11-02 19:39:02','','','','draft','closed','closed','','','','','2025-11-02 20:39:02','2025-11-02 19:39:02','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1496',0,'shop_order_placehold','',2), +(1498,1,'2025-11-03 22:05:37','2025-11-03 21:05:37','','','','draft','closed','closed','','','','','2025-11-03 22:05:37','2025-11-03 21:05:37','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1498',0,'shop_order_placehold','',2), +(1499,1,'2025-11-04 16:34:44','2025-11-04 15:34:44','','HAIKU-sizechart','','inherit','closed','closed','','haiku-sizechart','','','2025-11-04 16:34:44','2025-11-04 15:34:44','',0,'https://haikuatelier.com/app/uploads/2025/11/HAIKU-sizechart.pdf',0,'attachment','application/pdf',0), +(1505,1,'2025-11-10 14:00:49','2025-11-10 13:00:49','','Uteki silver ring','','inherit','closed','closed','','2025haiku_00079','','','2025-11-10 14:01:25','2025-11-10 13:01:25','',941,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00079.jpg',0,'attachment','image/jpeg',0), +(1506,1,'2025-11-10 14:02:29','2025-11-10 13:02:29','','Uteki silver ring','','inherit','closed','closed','','2025haiku_00050','','','2025-11-10 14:02:56','2025-11-10 13:02:56','',941,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00050.jpg',0,'attachment','image/jpeg',0), +(1507,1,'2025-11-10 14:02:38','2025-11-10 13:02:38','','Uteki silver ring','','inherit','closed','closed','','2025haiku_0006','','','2025-11-10 14:03:00','2025-11-10 13:03:00','',941,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_0006.jpg',0,'attachment','image/jpeg',0), +(1508,1,'2025-11-10 14:05:10','2025-11-10 13:05:10','','Uteki gold plated ring','','inherit','closed','closed','','2025haiku_0004','','','2025-11-10 14:05:36','2025-11-10 13:05:36','',953,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_0004.jpg',0,'attachment','image/jpeg',0), +(1509,1,'2025-11-10 14:05:49','2025-11-10 13:05:49','','Uteki gold plated ring','','inherit','closed','closed','','2025haiku_00020','','','2025-11-10 14:06:14','2025-11-10 13:06:14','',953,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00020.jpg',0,'attachment','image/jpeg',0), +(1510,1,'2025-11-10 14:05:55','2025-11-10 13:05:55','','Uteki gold plated ring','','inherit','closed','closed','','2025haiku_00013','','','2025-11-10 14:06:16','2025-11-10 13:06:16','',953,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00013.jpg',0,'attachment','image/jpeg',0), +(1511,1,'2025-11-18 09:29:10','2025-11-18 08:29:10','','','','draft','closed','closed','','','','','2025-11-18 09:29:10','2025-11-18 08:29:10','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1511',0,'shop_order_placehold','',2), +(1512,1,'2025-11-18 10:47:45','2025-11-18 09:47:45','PIASU: piercing\r\n\r\nStatement ear cuff made of thick wires and silver beads. In sterling silver\r\n
        \r\n
      • total height 1,5cm
      • \r\n
      • wire width 2,5cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Piasu Ear Cuff silver','','publish','closed','closed','','piasu-ear-cuff-silver','','','2026-04-28 12:46:41','2026-04-28 10:46:41','',0,'https://haikuatelier.com/?post_type=product&p=1512',27,'product','',0), +(1513,1,'2025-11-18 11:20:58','2025-11-18 10:20:58','','Piasu ear cuff in sterling silver','','inherit','closed','closed','','piasu-ec-s','','','2025-11-18 11:22:14','2025-11-18 10:22:14','',0,'https://haikuatelier.com/app/uploads/2025/11/PIASU-EC-s.jpg',0,'attachment','image/jpeg',0), +(1514,1,'2025-11-18 11:23:11','2025-11-18 10:23:11','','Piasu ear cuff in sterling silver','','inherit','closed','closed','','dscf7654','','','2025-11-18 11:23:26','2025-11-18 10:23:26','',1512,'https://haikuatelier.com/app/uploads/2025/11/DSCF7654.jpg',0,'attachment','image/jpeg',0), +(1515,1,'2025-11-18 11:23:34','2025-11-18 10:23:34','','Piasu ear cuff in sterling silver','','inherit','closed','closed','','dscf7673','','','2025-11-18 11:23:46','2025-11-18 10:23:46','',1512,'https://haikuatelier.com/app/uploads/2025/11/DSCF7673.jpg',0,'attachment','image/jpeg',0), +(1516,1,'2025-11-19 08:01:23','2025-11-19 07:01:23','PIASU: piercing\r\n\r\nStatement ear cuff made of thick wires and silver beads. In gold plated silver\r\n
        \r\n
      • total height 1,5cm
      • \r\n
      • wire width 2,5cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Piasu Ear Cuff gold plated','','trash','closed','closed','','piasu-ear-cuff-gold-plated__trashed','','','2026-04-25 08:24:28','2026-04-25 06:24:28','',0,'https://haikuatelier.com/?post_type=product&p=1516',26,'product','',0), +(1517,1,'2025-11-19 08:02:08','2025-11-19 07:02:08','','Piasu ear cuff in gold plated silver','','inherit','closed','closed','','piasu-ec-g','','','2025-11-19 08:02:43','2025-11-19 07:02:43','',1516,'https://haikuatelier.com/app/uploads/2025/11/PIASU-EC-g.jpg',0,'attachment','image/jpeg',0), +(1518,1,'2025-11-19 08:03:13','2025-11-19 07:03:13','','Piasu ear cuff in gold plated silver','','inherit','closed','closed','','2025haiku_00010','','','2025-11-19 08:03:45','2025-11-19 07:03:45','',1516,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00010.jpg',0,'attachment','image/jpeg',0), +(1519,1,'2025-11-19 08:03:24','2025-11-19 07:03:24','','','','inherit','closed','closed','','2025haiku_00029','','','2026-04-27 13:41:08','2026-04-27 11:41:08','',1516,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00029.jpg',0,'attachment','image/jpeg',0), +(1526,1,'2025-11-19 11:07:28','2025-11-19 10:07:28','','','','inherit','closed','closed','','2025haiku_00032','','','2026-04-27 11:37:40','2026-04-27 09:37:40','',1520,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00032.jpg',0,'attachment','image/jpeg',0), +(1528,1,'2025-11-20 15:49:47','2025-11-20 14:49:47','','','','draft','closed','closed','','','','','2025-11-20 15:49:47','2025-11-20 14:49:47','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1528',0,'shop_order_placehold','',2), +(1529,1,'2025-11-24 10:50:48','2025-11-24 09:50:48','','','','draft','closed','closed','','','','','2025-11-24 10:50:48','2025-11-24 09:50:48','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1529',0,'shop_order_placehold','',2), +(1530,1,'2025-11-24 18:43:34','2025-11-24 17:43:34','','','','draft','closed','closed','','','','','2025-11-24 18:43:34','2025-11-24 17:43:34','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1530',0,'shop_order_placehold','',2), +(1531,1,'2025-11-26 09:42:15','2025-11-26 08:42:15','TAMA: soul, spirit\r\n\r\nA delicate ear cuff with dangling box chains. In gold plated silver.\r\n
        \r\n
      • • total height 4,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tamanori Ear Cuff gold plated','','publish','closed','closed','','tamanori-ear-cuff-gold-plated','','','2026-04-28 12:45:59','2026-04-28 10:45:59','',0,'https://haikuatelier.com/?post_type=product&p=1531',32,'product','',0), +(1532,1,'2025-11-26 09:43:54','2025-11-26 08:43:54','','Tamanori dangling ear cuff gold plated','','inherit','closed','closed','','tamanori-ec-g','','','2025-11-26 09:44:43','2025-11-26 08:44:43','',1531,'https://haikuatelier.com/app/uploads/2025/11/TAMANORI-EC-g.jpg',0,'attachment','image/jpeg',0), +(1533,1,'2025-11-26 09:52:13','2025-11-26 08:52:13','','Tamanori dangling ear cuff gold plated','','inherit','closed','closed','','2025haiku_00011','','','2025-11-26 09:52:48','2025-11-26 08:52:48','',1531,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00011.jpg',0,'attachment','image/jpeg',0), +(1534,1,'2025-11-26 09:52:34','2025-11-26 08:52:34','','Tamanori dangling ear cuff gold plated','','inherit','closed','closed','','2025haiku_00019','','','2025-11-26 09:52:51','2025-11-26 08:52:51','',1531,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00019.jpg',0,'attachment','image/jpeg',0), +(1535,1,'2025-11-26 09:54:24','2025-11-26 08:54:24','TAMA: soul, spirit\r\n\r\nA delicate ear cuff with dangling box chains. In sterling silver.\r\n
        \r\n
      • • total height 4,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tama Ear Cuff silver','','publish','closed','closed','','tamanori-ear-cuff-silver','','','2026-04-28 12:45:31','2026-04-28 10:45:31','',0,'https://haikuatelier.com/?post_type=product&p=1535',33,'product','',0), +(1536,1,'2025-11-26 09:55:11','2025-11-26 08:55:11','','Tamanori dangling ear cuff in sterling silver','','inherit','closed','closed','','tamanori-ec-s','','','2025-11-26 09:55:51','2025-11-26 08:55:51','',1535,'https://haikuatelier.com/app/uploads/2025/11/TAMANORI-EC-s.jpg',0,'attachment','image/jpeg',0), +(1537,1,'2025-11-26 09:56:25','2025-11-26 08:56:25','','Tamanori dangling ear cuff in sterling silver','','inherit','closed','closed','','2025haiku_0001','','','2025-11-26 09:56:39','2025-11-26 08:56:39','',1535,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_0001.jpg',0,'attachment','image/jpeg',0), +(1538,1,'2025-11-26 09:57:14','2025-11-26 08:57:14','','Tamanori dangling ear cuff in sterling silver','','inherit','closed','closed','','2025haiku_00019-2','','','2025-11-26 09:58:12','2025-11-26 08:58:12','',1535,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00019-1.jpg',0,'attachment','image/jpeg',0), +(1540,1,'2025-11-30 22:29:07','2025-11-30 21:29:07','','','','draft','closed','closed','','','','','2025-11-30 22:29:07','2025-11-30 21:29:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1540',0,'shop_order_placehold','',2), +(1541,1,'2025-11-30 23:31:12','2025-11-30 22:31:12','HATTARI: bluff\r\n\r\nSmall crossed hoops giving the illusion of having twoo hoops on the earlobe. In sterling silver.\r\n
        \r\n
      • • hoops diameter 1,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Small Hoops silver','','publish','closed','closed','','hattari-small-hoops-silver','','','2026-04-28 12:44:58','2026-04-28 10:44:58','',0,'https://haikuatelier.com/?post_type=product&p=1541',11,'product','',0), +(1545,1,'2025-11-30 23:34:06','2025-11-30 22:34:06','','Harrari small crossed hoops in silver','','inherit','closed','closed','','hattari-cr1-s-2','','','2025-11-30 23:34:41','2025-11-30 22:34:41','',1541,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-CR1-s.jpg',0,'attachment','image/jpeg',0), +(1546,1,'2025-11-30 23:35:58','2025-11-30 22:35:58','','Harrari small crossed hoops in silver','','inherit','closed','closed','','dscf7730','','','2025-11-30 23:36:13','2025-11-30 22:36:13','',1541,'https://haikuatelier.com/app/uploads/2025/11/DSCF7730.jpg',0,'attachment','image/jpeg',0), +(1547,1,'2025-11-30 23:36:40','2025-11-30 22:36:40','','Harrari small crossed hoops in silver','','inherit','closed','closed','','dscf7724','','','2025-11-30 23:36:52','2025-11-30 22:36:52','',1541,'https://haikuatelier.com/app/uploads/2025/11/DSCF7724.jpg',0,'attachment','image/jpeg',0), +(1548,1,'2025-11-30 23:38:07','2025-11-30 22:38:07','','Harrari small crossed hoops in silver','','inherit','closed','closed','','dscf7723','','','2025-11-30 23:38:17','2025-11-30 22:38:17','',1541,'https://haikuatelier.com/app/uploads/2025/11/DSCF7723.jpg',0,'attachment','image/jpeg',0), +(1549,1,'2025-11-30 23:39:16','2025-11-30 22:39:16','HATTARI: bluff\r\n\r\nSmall crossed hoops giving the illusion of having twoo hoops on the earlobe. In gold plated silver.\r\n
        \r\n
      • • hoops diameter 1,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Small Hoops gold plated','','publish','closed','closed','','hattari-small-hoops-gold-plated','','','2026-04-28 12:42:04','2026-04-28 10:42:04','',0,'https://haikuatelier.com/?post_type=product&p=1549',10,'product','',0), +(1551,1,'2025-11-30 23:40:04','2025-11-30 22:40:04','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','hattari-cr1-g','','','2025-11-30 23:40:26','2025-11-30 22:40:26','',1549,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-CR1-g.jpg',0,'attachment','image/jpeg',0), +(1552,1,'2025-11-30 23:42:28','2025-11-30 22:42:28','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','dscf8607','','','2025-11-30 23:42:48','2025-11-30 22:42:48','',1549,'https://haikuatelier.com/app/uploads/2025/11/DSCF8607.jpg',0,'attachment','image/jpeg',0), +(1553,1,'2025-11-30 23:43:04','2025-11-30 22:43:04','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','dscf8596','','','2025-11-30 23:43:13','2025-11-30 22:43:13','',1549,'https://haikuatelier.com/app/uploads/2025/11/DSCF8596.jpg',0,'attachment','image/jpeg',0), +(1554,1,'2025-11-30 23:43:28','2025-11-30 22:43:28','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','dscf8561','','','2025-11-30 23:43:37','2025-11-30 22:43:37','',1549,'https://haikuatelier.com/app/uploads/2025/11/DSCF8561.jpg',0,'attachment','image/jpeg',0), +(1555,1,'2025-11-30 23:46:57','2025-11-30 22:46:57','HATTARI: bluff\r\n\r\nAn ear cuff composed of intertwined wires. In sterling silver.\r\n
        \r\n
      • • hoops diameter 1cm
      • \r\n
      • • height 0,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Ear Cuff silver','','publish','closed','closed','','hattari-ear-cuff-silver','','','2026-04-28 12:41:37','2026-04-28 10:41:37','',0,'https://haikuatelier.com/?post_type=product&p=1555',9,'product','',0), +(1556,1,'2025-11-30 23:49:13','2025-11-30 22:49:13','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','hattari-ec-s','','','2025-11-30 23:49:55','2025-11-30 22:49:55','',1555,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-EC-s.jpg',0,'attachment','image/jpeg',0), +(1557,1,'2025-11-30 23:50:15','2025-11-30 22:50:15','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','dscf7711','','','2025-11-30 23:50:27','2025-11-30 22:50:27','',1555,'https://haikuatelier.com/app/uploads/2025/11/DSCF7711.jpg',0,'attachment','image/jpeg',0), +(1558,1,'2025-11-30 23:50:46','2025-11-30 22:50:46','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','dscf7713','','','2025-11-30 23:51:01','2025-11-30 22:51:01','',1555,'https://haikuatelier.com/app/uploads/2025/11/DSCF7713.jpg',0,'attachment','image/jpeg',0), +(1559,1,'2025-11-30 23:51:13','2025-11-30 22:51:13','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','dscf7727','','','2025-11-30 23:51:27','2025-11-30 22:51:27','',1555,'https://haikuatelier.com/app/uploads/2025/11/DSCF7727.jpg',0,'attachment','image/jpeg',0), +(1560,1,'2025-11-30 23:52:17','2025-11-30 22:52:17','HATTARI: bluff\r\n\r\nAn ear cuff composed of intertwined wires. In gold plated silver.\r\n
        \r\n
      • • hoops diameter 1cm
      • \r\n
      • • height 0,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Ear Cuff gold plated','','publish','closed','closed','','hattari-ear-cuff-gold-plated','','','2026-04-28 12:41:15','2026-04-28 10:41:15','',0,'https://haikuatelier.com/?post_type=product&p=1560',8,'product','',0), +(1561,1,'2025-11-30 23:52:41','2025-11-30 22:52:41','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','hattari-ec-g','','','2025-11-30 23:53:09','2025-11-30 22:53:09','',1560,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-EC-g.jpg',0,'attachment','image/jpeg',0), +(1562,1,'2025-11-30 23:53:46','2025-11-30 22:53:46','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','dscf8415','','','2025-11-30 23:53:58','2025-11-30 22:53:58','',1560,'https://haikuatelier.com/app/uploads/2025/11/DSCF8415.jpg',0,'attachment','image/jpeg',0), +(1563,1,'2025-11-30 23:54:04','2025-11-30 22:54:04','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','dscf8503','','','2025-11-30 23:54:14','2025-11-30 22:54:14','',1560,'https://haikuatelier.com/app/uploads/2025/11/DSCF8503.jpg',0,'attachment','image/jpeg',0), +(1564,1,'2025-11-30 23:54:28','2025-11-30 22:54:28','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','dscf8502','','','2025-11-30 23:54:42','2025-11-30 22:54:42','',1560,'https://haikuatelier.com/app/uploads/2025/11/DSCF8502.jpg',0,'attachment','image/jpeg',0), +(1565,1,'2025-12-01 00:06:41','2025-11-30 23:06:41','','Fuyou necklace in sterling silver','','inherit','closed','closed','','2025haiku_00063','','','2025-12-01 00:07:09','2025-11-30 23:07:09','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00063.jpg',0,'attachment','image/jpeg',0), +(1566,1,'2025-12-01 00:07:24','2025-11-30 23:07:24','','Fuyou necklace in sterling silver','','inherit','closed','closed','','2025haiku_00049','','','2025-12-01 00:07:45','2025-11-30 23:07:45','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00049.jpg',0,'attachment','image/jpeg',0), +(1567,1,'2025-12-01 00:07:58','2025-11-30 23:07:58','','Fuyou necklace in sterling silver','','inherit','closed','closed','','2025haiku_00080','','','2025-12-01 00:08:15','2025-11-30 23:08:15','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00080.jpg',0,'attachment','image/jpeg',0), +(1568,1,'2025-12-01 00:17:43','2025-11-30 23:17:43','','Fuyou long earrings silver','','inherit','closed','closed','','2025haiku_00024','','','2025-12-01 00:18:10','2025-11-30 23:18:10','',766,'https://haikuatelier.com/app/uploads/2024/11/2025HAIKU_00024.jpg',0,'attachment','image/jpeg',0), +(1569,1,'2025-12-01 00:18:34','2025-11-30 23:18:34','','Fuyou long earrings silver','','inherit','closed','closed','','2025haiku_00022','','','2025-12-01 00:18:45','2025-11-30 23:18:45','',766,'https://haikuatelier.com/app/uploads/2024/11/2025HAIKU_00022.jpg',0,'attachment','image/jpeg',0), +(1570,1,'2025-12-01 00:18:53','2025-11-30 23:18:53','','Fuyou long earrings silver','','inherit','closed','closed','','2025haiku_00035','','','2025-12-01 00:19:08','2025-11-30 23:19:08','',766,'https://haikuatelier.com/app/uploads/2024/11/2025HAIKU_00035.jpg',0,'attachment','image/jpeg',0), +(1571,1,'2025-12-02 10:20:29','2025-12-02 09:20:29','','','','draft','closed','closed','','','','','2025-12-02 10:20:29','2025-12-02 09:20:29','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1571',0,'shop_order_placehold','',2), +(1573,1,'2025-12-02 21:47:29','2025-12-02 20:47:29','','','','draft','closed','closed','','','','','2025-12-02 21:47:29','2025-12-02 20:47:29','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1573',0,'shop_order_placehold','',2), +(1574,1,'2025-12-03 14:22:51','2025-12-03 13:22:51','Surprise your loved ones without risking any \"faux pas\" with our gift card. \r\nThis e-gift card is printable at home via a pdf. Simply choose the amount you want to gift and you\'ll receive an email with a unique code usable at checkout on haikuatelier.com.\r\n\r\nFaites plaisir à vos proches sans risquer le \"flop\" avec notre carte cadeau.\r\nCette carte cadeau dématérialisée peut être imprimée chez vous via un PDF. Choisissez le montant à offrir et vous recevrez par mail un code unique à appliquer lors du paiement sur haikuatelier.com.\r\n','Haiku e-Gift Card','','publish','closed','closed','','haiku-e-gift-card','','','2026-03-05 10:39:10','2026-03-05 09:39:10','',0,'https://haikuatelier.com/?post_type=product&p=1574',45,'product','',0), +(1575,1,'2025-12-03 08:34:37','2025-12-03 07:34:37','','Gift card','','inherit','closed','closed','','hk-cartekdo-1','','','2025-12-03 08:34:53','2025-12-03 07:34:53','',1574,'https://haikuatelier.com/app/uploads/2025/12/HK-cartekdo-1.jpg',0,'attachment','image/jpeg',0), +(1576,1,'2025-12-03 08:35:27','2025-12-03 07:35:27','','Gift card','','inherit','closed','closed','','hk-cartekdo-2','','','2025-12-03 08:36:26','2025-12-03 07:36:26','',1574,'https://haikuatelier.com/app/uploads/2025/12/HK-cartekdo-2.jpg',0,'attachment','image/jpeg',0), +(1577,1,'2025-12-03 08:36:31','2025-12-03 07:36:31','','HK-cartekdo-3','','inherit','closed','closed','','hk-cartekdo-3','','','2025-12-03 08:36:49','2025-12-03 07:36:49','',1574,'https://haikuatelier.com/app/uploads/2025/12/HK-cartekdo-3.jpg',0,'attachment','image/jpeg',0), +(1585,1,'2025-12-03 09:03:29','2025-12-03 08:03:29','','Haiku e-Gift Card - 100€','Amount: 100€','publish','closed','closed','','haiku-e-gift-card-100e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1585',8,'product_variation','',0), +(1586,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 40€','Amount: 40€','publish','closed','closed','','haiku-e-gift-card-40e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1586',1,'product_variation','',0), +(1587,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 50€','Amount: 50€','publish','closed','closed','','haiku-e-gift-card-50e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1587',2,'product_variation','',0), +(1588,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 60€','Amount: 60€','publish','closed','closed','','haiku-e-gift-card-60e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1588',4,'product_variation','',0), +(1589,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 70€','Amount: 70€','publish','closed','closed','','haiku-e-gift-card-70e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1589',5,'product_variation','',0), +(1590,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 80€','Amount: 80€','publish','closed','closed','','haiku-e-gift-card-80e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1590',6,'product_variation','',0), +(1591,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 90€','Amount: 90€','publish','closed','closed','','haiku-e-gift-card-90e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1591',7,'product_variation','',0), +(1592,1,'2025-12-03 09:24:33','2025-12-03 08:24:33','','GIFTcard-print-english','','inherit','closed','closed','','giftcard-print-english','','','2025-12-03 09:24:33','2025-12-03 08:24:33','',1574,'https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf',0,'attachment','application/pdf',0), +(1593,1,'2025-12-03 09:24:57','2025-12-03 08:24:57','','GIFTcard-print-français','','inherit','closed','closed','','giftcard-print-francais','','','2025-12-03 09:24:57','2025-12-03 08:24:57','',1574,'https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf',0,'attachment','application/pdf',0), +(1604,1,'2025-12-03 18:43:23','2025-12-03 17:43:23','','','','draft','closed','closed','','','','','2025-12-03 18:43:23','2025-12-03 17:43:23','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1604',0,'shop_order_placehold','',0), +(1605,1,'2025-12-03 18:44:40','2025-12-03 17:44:40','','','','draft','closed','closed','','','','','2025-12-03 18:44:40','2025-12-03 17:44:40','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1605',0,'shop_order_placehold','',2), +(1606,1,'2025-12-07 22:49:42','2025-12-07 21:49:42','','','','draft','closed','closed','','','','','2025-12-07 22:49:42','2025-12-07 21:49:42','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1606',0,'shop_order_placehold','',2), +(1607,1,'2025-12-10 14:39:45','2025-12-10 13:39:45','','','','draft','closed','closed','','','','','2025-12-10 14:39:45','2025-12-10 13:39:45','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1607',0,'shop_order_placehold','',0), +(1608,1,'2025-12-10 16:29:50','2025-12-10 15:29:50','','','','draft','closed','closed','','','','','2025-12-10 16:29:50','2025-12-10 15:29:50','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1608',0,'shop_order_placehold','',0), +(1609,1,'2025-12-10 16:54:38','2025-12-10 15:54:38','','','','draft','closed','closed','','','','','2025-12-10 16:54:38','2025-12-10 15:54:38','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1609',0,'shop_order_placehold','',2), +(1610,1,'2025-12-11 16:25:35','2025-12-11 15:25:35','','','','draft','closed','closed','','','','','2025-12-11 16:25:35','2025-12-11 15:25:35','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1610',0,'shop_order_placehold','',4), +(1611,1,'2025-12-14 09:05:42','2025-12-14 08:05:42','','','','draft','closed','closed','','','','','2025-12-14 09:05:42','2025-12-14 08:05:42','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1611',0,'shop_order_placehold','',0), +(1612,1,'2025-12-14 16:18:16','2025-12-14 15:18:16','','','','draft','closed','closed','','','','','2025-12-14 16:18:16','2025-12-14 15:18:16','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1612',0,'shop_order_placehold','',1), +(1613,1,'2025-12-15 09:36:56','2025-12-15 08:36:56','','hklaura50','','publish','closed','closed','','hklaura50','','','2026-01-06 16:04:01','2026-01-06 15:04:01','',0,'https://haikuatelier.com/?post_type=shop_coupon&p=1613',0,'shop_coupon','',0), +(1615,1,'2025-12-15 23:27:22','2025-12-15 22:27:22','','','','draft','closed','closed','','','','','2025-12-15 23:27:22','2025-12-15 22:27:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1615',0,'shop_order_placehold','',0), +(1616,1,'2025-12-15 23:43:29','2025-12-15 22:43:29','','','','draft','closed','closed','','','','','2025-12-15 23:43:29','2025-12-15 22:43:29','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1616',0,'shop_order_placehold','',0), +(1617,1,'2025-12-15 23:45:37','2025-12-15 22:45:37','','','','draft','closed','closed','','','','','2025-12-15 23:45:37','2025-12-15 22:45:37','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1617',0,'shop_order_placehold','',3), +(1618,1,'2025-12-17 07:51:16','2025-12-17 06:51:16','','','','draft','closed','closed','','','','','2025-12-17 07:51:16','2025-12-17 06:51:16','',1617,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1618',0,'shop_order_placehold','',0), +(1619,1,'2025-12-17 17:17:31','2025-12-17 16:17:31','','Fuyou Long Earrings - long','Side: long','publish','closed','closed','','fuyou-long-earrings-silver-long','','','2026-04-24 20:22:41','2026-04-24 18:22:41','',766,'https://haikuatelier.com/?post_type=product_variation&p=1619',2,'product_variation','',0), +(1620,1,'2025-12-17 17:17:31','2025-12-17 16:17:31','','Fuyou Long Earrings - medium','Side: medium','publish','closed','closed','','fuyou-long-earrings-silver-medium','','','2026-04-24 20:22:41','2026-04-24 18:22:41','',766,'https://haikuatelier.com/?post_type=product_variation&p=1620',3,'product_variation','',0), +(1621,1,'2025-12-17 17:17:31','2025-12-17 16:17:31','','Fuyou Long Earrings - pair','Side: pair','publish','closed','closed','','fuyou-long-earrings-silver-pair','','','2026-04-24 20:22:41','2026-04-24 18:22:41','',766,'https://haikuatelier.com/?post_type=product_variation&p=1621',1,'product_variation','',0), +(1628,1,'2025-12-18 23:39:56','2025-12-18 22:39:56','','','','draft','closed','closed','','','','','2025-12-18 23:39:56','2025-12-18 22:39:56','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1628',0,'shop_order_placehold','',0), +(1629,1,'2025-12-18 23:40:36','2025-12-18 22:40:36','','','','draft','closed','closed','','','','','2025-12-18 23:40:36','2025-12-18 22:40:36','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1629',0,'shop_order_placehold','',0), +(1630,1,'2025-12-21 21:44:25','2025-12-21 20:44:25','','','','draft','closed','closed','','','','','2025-12-21 21:44:25','2025-12-21 20:44:25','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1630',0,'shop_order_placehold','',0), +(1643,1,'2026-01-13 16:58:24','2026-01-13 15:58:24','','','','draft','closed','closed','','','','','2026-01-13 16:58:24','2026-01-13 15:58:24','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1643',0,'shop_order_placehold','',3), +(1644,1,'2026-01-13 17:01:21','2026-01-13 16:01:21','','','','draft','closed','closed','','','','','2026-01-13 17:01:21','2026-01-13 16:01:21','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1644',0,'shop_order_placehold','',0), +(1645,1,'2026-01-13 17:03:07','2026-01-13 16:03:07','','','','draft','closed','closed','','','','','2026-01-13 17:03:07','2026-01-13 16:03:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1645',0,'shop_order_placehold','',3), +(1646,1,'2026-01-14 21:45:29','2026-01-14 20:45:29','','','','draft','closed','closed','','','','','2026-01-14 21:45:29','2026-01-14 20:45:29','',1610,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1646',0,'shop_order_placehold','',0), +(1647,1,'2026-02-01 21:14:25','2026-02-01 20:14:25','','','','draft','closed','closed','','','','','2026-02-01 21:14:25','2026-02-01 20:14:25','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1647',0,'shop_order_placehold','',3), +(1649,1,'2026-02-05 20:10:25','2026-02-05 19:10:25','','','','draft','closed','closed','','','','','2026-02-05 20:10:25','2026-02-05 19:10:25','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1649',0,'shop_order_placehold','',3), +(1650,1,'2026-02-11 13:43:18','2026-02-11 12:43:18','','Piasu ring silver','','inherit','closed','closed','','2025haiku_00068','','','2026-02-11 13:44:53','2026-02-11 12:44:53','',1467,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00068.jpg',0,'attachment','image/jpeg',0), +(1651,1,'2026-02-11 13:45:20','2026-02-11 12:45:20','','Piasu ring silver','','inherit','closed','closed','','2025haiku_00078','','','2026-02-11 13:45:32','2026-02-11 12:45:32','',1467,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00078.jpg',0,'attachment','image/jpeg',0), +(1652,1,'2026-04-25 08:28:02','2026-04-25 06:28:02','PuchiPuchi : the sound of something splashing\n\nDangling earrings composed of tied ball chains.\n
        \n
      • • total length 6,5cm
      • \n
      • • ball chain diameter 3mm\n• handcrafted in Brussels\n\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','PuchiPuchi Earrings','','inherit','closed','closed','','1444-autosave-v1','','','2026-04-25 08:28:02','2026-04-25 06:28:02','',1444,'https://haikuatelier.com/?p=1652',0,'revision','',0), +(1653,1,'2026-02-11 13:52:39','2026-02-11 12:52:39','','Puchi earrings in silver','','inherit','closed','closed','','2025haiku_00056','','','2026-02-11 13:54:10','2026-02-11 12:54:10','',1444,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00056.jpg',0,'attachment','image/jpeg',0), +(1654,1,'2026-02-11 13:55:08','2026-02-11 12:55:08','','Puchi earrings in silver','','inherit','closed','closed','','2025haiku_00071','','','2026-02-11 13:55:18','2026-02-11 12:55:18','',1444,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00071.jpg',0,'attachment','image/jpeg',0), +(1655,1,'2026-04-28 13:00:12','2026-04-28 11:00:12','IKKAN : link\n\nA bracelet in sterling silver mixing a rigid band and a loose mix of chains in sterling silver and gold plated silve\n
          \n
        • • size 1: 6cm diameter / size 2: 7cm diameter
        • \n
        • • wire thickness 2,5mm
        • \n
        • • handcrafted in Brussels
        • \n
        \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Bracelet','','inherit','closed','closed','','240-autosave-v1','','','2026-04-28 13:00:12','2026-04-28 11:00:12','',240,'https://haikuatelier.com/?p=1655',0,'revision','',0), +(1656,1,'2026-02-11 19:47:27','2026-02-11 18:47:27','','','','draft','closed','closed','','','','','2026-02-11 19:47:27','2026-02-11 18:47:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1656',0,'shop_order_placehold','',1), +(1657,1,'2026-02-14 16:19:34','2026-02-14 15:19:34','','HKlouise100','','publish','closed','closed','','hklouise100','','','2026-02-14 16:19:34','2026-02-14 15:19:34','',0,'https://haikuatelier.com/?post_type=shop_coupon&p=1657',0,'shop_coupon','',0), +(1658,1,'2026-02-16 16:38:24','2026-02-16 15:38:24','','','','draft','closed','closed','','','','','2026-02-16 16:38:24','2026-02-16 15:38:24','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1658',0,'shop_order_placehold','',3), +(1659,1,'2026-02-16 16:57:03','2026-02-16 15:57:03','','','','draft','closed','closed','','','','','2026-02-16 16:57:03','2026-02-16 15:57:03','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1659',0,'shop_order_placehold','',0), +(1660,1,'2026-02-25 22:15:31','2026-02-25 21:15:31','','','','draft','closed','closed','','','','','2026-02-25 22:15:31','2026-02-25 21:15:31','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1660',0,'shop_order_placehold','',0), +(1661,1,'2026-02-25 22:19:14','2026-02-25 21:19:14','','','','draft','closed','closed','','','','','2026-02-25 22:19:14','2026-02-25 21:19:14','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1661',0,'shop_order_placehold','',0), +(1662,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 110€','Amount: 110€','publish','closed','closed','','haiku-e-gift-card-110e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1662',9,'product_variation','',0), +(1663,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 120€','Amount: 120€','publish','closed','closed','','haiku-e-gift-card-120e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1663',10,'product_variation','',0), +(1664,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 130€','Amount: 130€','publish','closed','closed','','haiku-e-gift-card-130e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1664',11,'product_variation','',0), +(1665,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 140€','Amount: 140€','publish','closed','closed','','haiku-e-gift-card-140e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1665',12,'product_variation','',0), +(1666,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 150€','Amount: 150€','publish','closed','closed','','haiku-e-gift-card-150e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1666',13,'product_variation','',0), +(1667,1,'2026-03-05 10:33:55','2026-03-05 09:33:55','','Haiku e-Gift Card - 55€','Amount: 55€','publish','closed','closed','','haiku-e-gift-card-55e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1667',3,'product_variation','',0), +(1668,1,'2026-03-06 12:16:35','2026-03-06 11:16:35','','','','draft','closed','closed','','','','','2026-03-06 12:16:35','2026-03-06 11:16:35','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1668',0,'shop_order_placehold','',0), +(1669,1,'2026-03-06 12:17:23','2026-03-06 11:17:23','','','','draft','closed','closed','','','','','2026-03-06 12:17:23','2026-03-06 11:17:23','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1669',0,'shop_order_placehold','',3), +(1670,1,'2026-03-07 17:40:02','2026-03-07 16:40:02','','','','draft','closed','closed','','','','','2026-03-07 17:40:02','2026-03-07 16:40:02','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1670',0,'shop_order_placehold','',3), +(1671,1,'2026-03-08 14:10:27','2026-03-08 13:10:27','','','','draft','closed','closed','','','','','2026-03-08 14:10:27','2026-03-08 13:10:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1671',0,'shop_order_placehold','',0), +(1672,1,'2026-03-09 19:09:15','2026-03-09 18:09:15','','','','draft','closed','closed','','','','','2026-03-09 19:09:15','2026-03-09 18:09:15','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1672',0,'shop_order_placehold','',1), +(1673,1,'2026-04-06 11:49:09','2026-04-06 09:49:09','A workshop to create your very own ear cuff, using metalsmith techniques and workbench methods. \r\nFrom sketchs to metal, you\'ll discover the process of jewelry making (sawing, filing, soldering, polishing...) and get the chance to make your dream piece. \r\n\r\nThis course can host 3 person at a time maximum, so that you can get the best out of this experience. \r\nDrinks and snack will be provided. \r\n\r\nThis workshop session will last around 2h.\r\nIt can be given in French or in English. \r\nAt the moment, all workshops take place at De Niche studio, in Brussels. \r\n\r\nA link to choose your date will be send to your email address once you proceed to check out. \r\n\r\n','Workshop Ear Cuff','','publish','closed','closed','','workshop-ear-cuff','','','2026-04-28 11:51:07','2026-04-28 09:51:07','',0,'https://haikuatelier.com/?post_type=product&p=1673',43,'product','',0), +(1674,1,'2026-03-30 18:55:11','2026-03-30 16:55:11','','workshop ear cuff','','inherit','closed','closed','','004a2444','','','2026-03-30 18:55:43','2026-03-30 16:55:43','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2444.jpg',0,'attachment','image/jpeg',0), +(1675,1,'2026-03-30 18:55:51','2026-03-30 16:55:51','','workshop ear cuff','','inherit','closed','closed','','004a2460','','','2026-03-30 18:56:10','2026-03-30 16:56:10','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2460.jpg',0,'attachment','image/jpeg',0), +(1676,1,'2026-03-30 18:56:16','2026-03-30 16:56:16','','workshop ear cuff','','inherit','closed','closed','','004a2576','','','2026-03-30 18:56:25','2026-03-30 16:56:25','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2576.jpg',0,'attachment','image/jpeg',0), +(1677,1,'2026-03-30 18:56:33','2026-03-30 16:56:33','','workshop ear cuff','','inherit','closed','closed','','004a2605','','','2026-03-30 18:56:48','2026-03-30 16:56:48','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2605.jpg',0,'attachment','image/jpeg',0), +(1678,1,'2026-03-30 19:05:08','2026-03-30 17:05:08','','Workshop Ear Cuff - Gold plated brass','Material: Gold plated brass','publish','closed','closed','','workshop-ear-cuff-goldplated-brass','','','2026-03-30 19:08:43','2026-03-30 17:08:43','',1673,'https://haikuatelier.com/?post_type=product_variation&p=1678',2,'product_variation','',0), +(1679,1,'2026-03-30 19:05:09','2026-03-30 17:05:09','','Workshop Ear Cuff - Silver plated brass','Material: Silver plated brass','publish','closed','closed','','workshop-ear-cuff-silverplated-brass','','','2026-03-30 19:08:43','2026-03-30 17:08:43','',1673,'https://haikuatelier.com/?post_type=product_variation&p=1679',1,'product_variation','',0), +(1680,1,'2026-03-30 19:05:09','2026-03-30 17:05:09','','Workshop Ear Cuff - Sterling silver','Material: Sterling silver','publish','closed','closed','','workshop-ear-cuff-sterling-silver','','','2026-03-30 19:08:43','2026-03-30 17:08:43','',1673,'https://haikuatelier.com/?post_type=product_variation&p=1680',3,'product_variation','',0), +(1681,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','A workshop to create your very own pendant, using metalsmith techniques and workbench methods. \r\nFrom sketchs to metal, you\'ll discover the process of jewelry making (sawing, filing, soldering, polishing...) and get the chance to make your dream piece. \r\n\r\nThis course can host 3 person at a time maximum, so that you can get the best out of this experience. \r\nDrinks and snack will be provided. \r\n\r\nA workshop session last around 3h.\r\nIt can be given in French or in English. \r\nAt the moment, all workshops take place at De Niche studio in Brussels. \r\n\r\nA link to choose your date will be sent at your email address after the check out. \r\n\r\n','Workshop Pendant','','publish','closed','closed','','workshop-pendant','','','2026-04-28 11:51:54','2026-04-28 09:51:54','',0,'https://haikuatelier.com/?post_type=product&p=1681',42,'product','',0), +(1682,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','','Workshop Pendant - Silver plated brass','Material: Silver plated brass','publish','closed','closed','','workshop-ear-cuff-silverplated-brass-2','','','2026-03-30 19:17:08','2026-03-30 17:17:08','',1681,'https://haikuatelier.com/?post_type=product_variation&p=1682',1,'product_variation','',0), +(1683,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','','Workshop Pendant - Gold plated brass','Material: Gold plated brass','publish','closed','closed','','workshop-ear-cuff-goldplated-brass-2','','','2026-03-30 19:17:08','2026-03-30 17:17:08','',1681,'https://haikuatelier.com/?post_type=product_variation&p=1683',2,'product_variation','',0), +(1684,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','','Workshop Pendant - Sterling silver','Material: Sterling silver','publish','closed','closed','','workshop-ear-cuff-sterling-silver-2','','','2026-03-30 19:17:08','2026-03-30 17:17:08','',1681,'https://haikuatelier.com/?post_type=product_variation&p=1684',3,'product_variation','',0), +(1685,1,'2026-03-30 19:14:26','2026-03-30 17:14:26','','workshop pendant','','inherit','closed','closed','','004a2472','','','2026-03-30 19:14:52','2026-03-30 17:14:52','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2472.jpg',0,'attachment','image/jpeg',0), +(1686,1,'2026-03-30 19:15:10','2026-03-30 17:15:10','','workshop pendant','','inherit','closed','closed','','004a2361','','','2026-03-30 19:15:22','2026-03-30 17:15:22','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2361.jpg',0,'attachment','image/jpeg',0), +(1687,1,'2026-03-30 19:15:30','2026-03-30 17:15:30','','workshop pendant','','inherit','closed','closed','','004a2430','','','2026-03-30 19:15:52','2026-03-30 17:15:52','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2430.jpg',0,'attachment','image/jpeg',0), +(1688,1,'2026-03-30 19:16:01','2026-03-30 17:16:01','','workshop pendant','','inherit','closed','closed','','004a2464','','','2026-03-30 19:16:10','2026-03-30 17:16:10','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2464.jpg',0,'attachment','image/jpeg',0), +(1689,1,'2026-03-30 19:17:33','2026-03-30 17:17:33','A workshop to create your very own ring, using metalsmith techniques and workbench methods. \r\nFrom sketchs to metal, you\'ll discover the process of jewelry making (sawing, filing, soldering, polishing...) and get the chance to make your dream piece. \r\n\r\nThis course can host 3 person at a time maximum, so that you can get the best out of this experience. \r\nDrinks and snack will be provided. \r\n\r\nThis workshop session will last around 3h30.\r\nIt can be given in French or in English. \r\nAt the moment, all workshops take place at De Niche studio, in Brussels. \r\n\r\nA link to choose your date will be send to your email address once you proceed to check out. ','Workshop Ring','','publish','closed','closed','','workshop-ring','','','2026-04-28 11:50:48','2026-04-28 09:50:48','',0,'https://haikuatelier.com/?post_type=product&p=1689',44,'product','',0), +(1690,1,'2026-03-30 19:17:34','2026-03-30 17:17:34','','Workshop Ring - Silver plated brass','Material: Silver plated brass','publish','closed','closed','','workshop-ear-cuff-silverplated-brass-3','','','2026-03-30 19:30:58','2026-03-30 17:30:58','',1689,'https://haikuatelier.com/?post_type=product_variation&p=1690',1,'product_variation','',0), +(1691,1,'2026-03-30 19:17:34','2026-03-30 17:17:34','','Workshop Ring - Gold plated brass','Material: Gold plated brass','publish','closed','closed','','workshop-ear-cuff-goldplated-brass-3','','','2026-03-30 19:30:58','2026-03-30 17:30:58','',1689,'https://haikuatelier.com/?post_type=product_variation&p=1691',2,'product_variation','',0), +(1692,1,'2026-03-30 19:17:34','2026-03-30 17:17:34','','Workshop Ring - Sterling silver','Material: Sterling silver','publish','closed','closed','','workshop-ear-cuff-sterling-silver-3','','','2026-03-30 19:30:58','2026-03-30 17:30:58','',1689,'https://haikuatelier.com/?post_type=product_variation&p=1692',3,'product_variation','',0), +(1693,1,'2026-03-30 19:27:09','2026-03-30 17:27:09','','workshop ring','','inherit','closed','closed','','004a2598','','','2026-03-30 19:27:25','2026-03-30 17:27:25','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2598.jpg',0,'attachment','image/jpeg',0), +(1694,1,'2026-03-30 19:27:35','2026-03-30 17:27:35','','workshop ring','','inherit','closed','closed','','004a2592','','','2026-03-30 19:28:04','2026-03-30 17:28:04','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2592.jpg',0,'attachment','image/jpeg',0), +(1695,1,'2026-03-30 19:28:33','2026-03-30 17:28:33','','workshop ring','','inherit','closed','closed','','004a2408','','','2026-03-30 19:28:40','2026-03-30 17:28:40','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2408.jpg',0,'attachment','image/jpeg',0), +(1696,1,'2026-03-30 19:29:54','2026-03-30 17:29:54','','workshop ring','','inherit','closed','closed','','004a2458','','','2026-03-30 19:30:04','2026-03-30 17:30:04','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2458.jpg',0,'attachment','image/jpeg',0), +(1697,1,'2026-04-02 11:45:50','2026-04-02 09:45:50','','','','draft','closed','closed','','','','','2026-04-02 11:45:50','2026-04-02 09:45:50','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1697',0,'shop_order_placehold','',3), +(1698,1,'2026-04-03 23:36:58','2026-04-03 21:36:58','','','','draft','closed','closed','','','','','2026-04-03 23:36:58','2026-04-03 21:36:58','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1698',0,'shop_order_placehold','',3), +(1699,1,'2026-04-06 09:47:45','2026-04-06 07:47:45','','workshop ear cuff','','inherit','closed','closed','','dscf9660','','','2026-04-06 09:48:27','2026-04-06 07:48:27','',1673,'https://haikuatelier.com/app/uploads/2026/03/DSCF9660.jpg',0,'attachment','image/jpeg',0), +(1700,1,'2026-04-06 09:47:59','2026-04-06 07:47:59','','workshop pendant','','inherit','closed','closed','','dscf9656','','','2026-04-06 09:49:09','2026-04-06 07:49:09','',1673,'https://haikuatelier.com/app/uploads/2026/03/DSCF9656.jpg',0,'attachment','image/jpeg',0), +(1701,1,'2026-04-06 09:48:04','2026-04-06 07:48:04','','workshop ring','','inherit','closed','closed','','dscf9673','','','2026-04-06 09:49:52','2026-04-06 07:49:52','',1673,'https://haikuatelier.com/app/uploads/2026/03/DSCF9673.jpg',0,'attachment','image/jpeg',0), +(1702,1,'2026-04-12 15:55:27','2026-04-12 13:55:27','','','','draft','closed','closed','','','','','2026-04-12 15:55:27','2026-04-12 13:55:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1702',0,'shop_order_placehold','',0), +(1703,1,'2026-04-24 15:01:31','2026-04-24 13:01:31','PIASU : piercing\n\nWide ring open on top with four silver balls and a mother of pearl detail.\n
          \n
        • silver balls diameter 8mm
        • \n
        • height 1,5cm
        • \n
        • handcrafted in Brussels
        • \n
        \nRings Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver.','Piasu Ring','','inherit','closed','closed','','1467-autosave-v1','','','2026-04-24 15:01:31','2026-04-24 13:01:31','',1467,'https://haikuatelier.com/?p=1703',0,'revision','',0), +(1704,1,'2026-04-24 15:08:27','2026-04-24 13:08:27','','Piasu Ring - 48','Size: 48','publish','closed','closed','','piasu-ring-48','','','2026-04-24 15:08:52','2026-04-24 13:08:52','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1704',1,'product_variation','',0), +(1705,1,'2026-04-24 15:08:27','2026-04-24 13:08:27','','Piasu Ring - 49','Size: 49','publish','closed','closed','','piasu-ring-49','','','2026-04-24 15:08:52','2026-04-24 13:08:52','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1705',2,'product_variation','',0), +(1706,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 50','Size: 50','publish','closed','closed','','piasu-ring-50','','','2026-04-24 15:08:52','2026-04-24 13:08:52','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1706',3,'product_variation','',0), +(1707,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 51','Size: 51','publish','closed','closed','','piasu-ring-51','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1707',4,'product_variation','',0), +(1708,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 52','Size: 52','publish','closed','closed','','piasu-ring-52','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1708',5,'product_variation','',0), +(1709,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 53','Size: 53','publish','closed','closed','','piasu-ring-53','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1709',6,'product_variation','',0), +(1710,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 54','Size: 54','publish','closed','closed','','piasu-ring-54','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1710',7,'product_variation','',0), +(1711,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 55','Size: 55','publish','closed','closed','','piasu-ring-55','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1711',8,'product_variation','',0), +(1712,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 56','Size: 56','publish','closed','closed','','piasu-ring-56','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1712',9,'product_variation','',0), +(1713,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 57','Size: 57','publish','closed','closed','','piasu-ring-57','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1713',10,'product_variation','',0), +(1714,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 58','Size: 58','publish','closed','closed','','piasu-ring-58','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1714',11,'product_variation','',0), +(1715,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 59','Size: 59','publish','closed','closed','','piasu-ring-59','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1715',12,'product_variation','',0), +(1716,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 60','Size: 60','publish','closed','closed','','piasu-ring-60','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1716',13,'product_variation','',0), +(1717,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 61','Size: 61','publish','closed','closed','','piasu-ring-61','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1717',14,'product_variation','',0), +(1718,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 62','Size: 62','publish','closed','closed','','piasu-ring-62','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1718',15,'product_variation','',0), +(1719,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 63','Size: 63','publish','closed','closed','','piasu-ring-63','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1719',16,'product_variation','',0), +(1720,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 64','Size: 64','publish','closed','closed','','piasu-ring-64','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1720',17,'product_variation','',0), +(1733,1,'2026-04-24 20:17:41','2026-04-24 18:17:41','Uteki : raindrop\n\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in gold plated sterling silver.\n
      \n• wire thickness 3mm\n• stone 10x8cm\n• handcrafted in Brussels\n
    \nAll our products are made in 80% recycled sterling silver and 18k gold plated silver.\n\n','Uteki Ring gold plated','','inherit','closed','closed','','953-autosave-v1','','','2026-04-24 20:17:41','2026-04-24 18:17:41','',953,'https://haikuatelier.com/?p=1733',0,'revision','',0), +(1734,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 48','Size: 48','publish','closed','closed','','uteki-ring-gold-plated-48','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1734',1,'product_variation','',0), +(1735,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 49','Size: 49','publish','closed','closed','','uteki-ring-gold-plated-49','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1735',2,'product_variation','',0), +(1736,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 50','Size: 50','publish','closed','closed','','uteki-ring-gold-plated-50','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1736',3,'product_variation','',0), +(1737,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 51','Size: 51','publish','closed','closed','','uteki-ring-gold-plated-51','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1737',4,'product_variation','',0), +(1738,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 52','Size: 52','publish','closed','closed','','uteki-ring-gold-plated-52','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1738',5,'product_variation','',0), +(1739,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 53','Size: 53','publish','closed','closed','','uteki-ring-gold-plated-53','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1739',6,'product_variation','',0), +(1740,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 54','Size: 54','publish','closed','closed','','uteki-ring-gold-plated-54','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1740',7,'product_variation','',0), +(1741,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 55','Size: 55','publish','closed','closed','','uteki-ring-gold-plated-55','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1741',8,'product_variation','',0), +(1742,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 56','Size: 56','publish','closed','closed','','uteki-ring-gold-plated-56','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1742',9,'product_variation','',0), +(1743,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 57','Size: 57','publish','closed','closed','','uteki-ring-gold-plated-57','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1743',10,'product_variation','',0), +(1744,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 58','Size: 58','publish','closed','closed','','uteki-ring-gold-plated-58','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1744',11,'product_variation','',0), +(1745,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 59','Size: 59','publish','closed','closed','','uteki-ring-gold-plated-59','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1745',12,'product_variation','',0), +(1746,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 60','Size: 60','publish','closed','closed','','uteki-ring-gold-plated-60','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1746',13,'product_variation','',0), +(1747,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 61','Size: 61','publish','closed','closed','','uteki-ring-gold-plated-61','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1747',14,'product_variation','',0), +(1748,1,'2026-04-24 20:18:18','2026-04-24 18:18:18','','Uteki Ring gold plated - 62','Size: 62','publish','closed','closed','','uteki-ring-gold-plated-62','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1748',15,'product_variation','',0), +(1749,1,'2026-04-24 20:18:18','2026-04-24 18:18:18','','Uteki Ring gold plated - 63','Size: 63','publish','closed','closed','','uteki-ring-gold-plated-63','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1749',16,'product_variation','',0), +(1750,1,'2026-04-24 20:18:18','2026-04-24 18:18:18','','Uteki Ring gold plated - 64','Size: 64','publish','closed','closed','','uteki-ring-gold-plated-64','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1750',17,'product_variation','',0), +(1751,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 48','Size: 48','publish','closed','closed','','uteki-ring-silver-48','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1751',1,'product_variation','',0), +(1752,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 49','Size: 49','publish','closed','closed','','uteki-ring-silver-49','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1752',2,'product_variation','',0), +(1753,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 50','Size: 50','publish','closed','closed','','uteki-ring-silver-50','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1753',3,'product_variation','',0), +(1754,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 51','Size: 51','publish','closed','closed','','uteki-ring-silver-51','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1754',4,'product_variation','',0), +(1755,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 52','Size: 52','publish','closed','closed','','uteki-ring-silver-52','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1755',5,'product_variation','',0), +(1756,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 53','Size: 53','publish','closed','closed','','uteki-ring-silver-53','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1756',6,'product_variation','',0), +(1757,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 54','Size: 54','publish','closed','closed','','uteki-ring-silver-54','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1757',7,'product_variation','',0), +(1758,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 55','Size: 55','publish','closed','closed','','uteki-ring-silver-55','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1758',8,'product_variation','',0), +(1759,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 56','Size: 56','publish','closed','closed','','uteki-ring-silver-56','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1759',9,'product_variation','',0), +(1760,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 57','Size: 57','publish','closed','closed','','uteki-ring-silver-57','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1760',10,'product_variation','',0), +(1761,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 58','Size: 58','publish','closed','closed','','uteki-ring-silver-58','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1761',11,'product_variation','',0), +(1762,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 59','Size: 59','publish','closed','closed','','uteki-ring-silver-59','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1762',12,'product_variation','',0), +(1763,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 60','Size: 60','publish','closed','closed','','uteki-ring-silver-60','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1763',13,'product_variation','',0), +(1764,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 61','Size: 61','publish','closed','closed','','uteki-ring-silver-61','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1764',14,'product_variation','',0), +(1765,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 62','Size: 62','publish','closed','closed','','uteki-ring-silver-62','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1765',15,'product_variation','',0), +(1766,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 63','Size: 63','publish','closed','closed','','uteki-ring-silver-63','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1766',16,'product_variation','',0), +(1767,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 64','Size: 64','publish','closed','closed','','uteki-ring-silver-64','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1767',17,'product_variation','',0), +(1768,1,'2026-04-24 20:20:14','2026-04-24 18:20:14','Uteki : raindrop\n\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in sterling silver.\n\n• wire thickness 3mm\n• stone 10x8cm\n• handcrafted in Brussels\n\nRings are made on demand. Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Uteki Ring silver','','inherit','closed','closed','','941-autosave-v1','','','2026-04-24 20:20:14','2026-04-24 18:20:14','',941,'https://haikuatelier.com/?p=1768',0,'revision','',0), +(1769,1,'2026-04-24 20:26:26','2026-04-24 18:26:26','IKKAN : link\n\nA piece made of an oversized link thread into a D-shaped sterling silver band ring.\n
      \n
    • link caliber 1cm
    • \n
    • band diameter 2mm
    • \n
    • handcrafted in Brussels
    • \n
    \nRings are made on demandFind some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Ikkan Ring silver','','inherit','closed','closed','','102-autosave-v1','','','2026-04-24 20:26:26','2026-04-24 18:26:26','',102,'https://haikuatelier.com/?p=1769',0,'revision','',0), +(1770,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 48','Size: 48','publish','closed','closed','','ikkan-ring-silver-48','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1770',1,'product_variation','',0), +(1771,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 49','Size: 49','publish','closed','closed','','ikkan-ring-silver-49','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1771',2,'product_variation','',0), +(1772,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 50','Size: 50','publish','closed','closed','','ikkan-ring-silver-50','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1772',3,'product_variation','',0), +(1773,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 51','Size: 51','publish','closed','closed','','ikkan-ring-silver-51','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1773',4,'product_variation','',0), +(1774,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 52','Size: 52','publish','closed','closed','','ikkan-ring-silver-52','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1774',5,'product_variation','',0), +(1775,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 53','Size: 53','publish','closed','closed','','ikkan-ring-silver-53','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1775',6,'product_variation','',0), +(1776,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 54','Size: 54','publish','closed','closed','','ikkan-ring-silver-54','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1776',7,'product_variation','',0), +(1777,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 55','Size: 55','publish','closed','closed','','ikkan-ring-silver-55','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1777',8,'product_variation','',0), +(1778,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 56','Size: 56','publish','closed','closed','','ikkan-ring-silver-56','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1778',9,'product_variation','',0), +(1779,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 57','Size: 57','publish','closed','closed','','ikkan-ring-silver-57','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1779',10,'product_variation','',0), +(1780,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 58','Size: 58','publish','closed','closed','','ikkan-ring-silver-58','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1780',11,'product_variation','',0), +(1781,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 59','Size: 59','publish','closed','closed','','ikkan-ring-silver-59','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1781',12,'product_variation','',0), +(1782,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 60','Size: 60','publish','closed','closed','','ikkan-ring-silver-60','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1782',13,'product_variation','',0), +(1783,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 61','Size: 61','publish','closed','closed','','ikkan-ring-silver-61','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1783',14,'product_variation','',0), +(1784,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 62','Size: 62','publish','closed','closed','','ikkan-ring-silver-62','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1784',15,'product_variation','',0), +(1785,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 63','Size: 63','publish','closed','closed','','ikkan-ring-silver-63','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1785',16,'product_variation','',0), +(1786,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 64','Size: 64','publish','closed','closed','','ikkan-ring-silver-64','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1786',17,'product_variation','',0), +(1787,1,'2026-04-24 20:27:52','2026-04-24 18:27:52','IKKAN: link\n\nA piece made of an oversized link thread into a D-shaped gold plated silver band ring.\n
      \n
    • link caliber 1cm
    • \n
    • band diameter 2mm
    • \n
    • handcrafted in Brussels
    • \n
    \nRings are made on demand. Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Ikkan Ring gold plated','','inherit','closed','closed','','113-autosave-v1','','','2026-04-24 20:27:52','2026-04-24 18:27:52','',113,'https://haikuatelier.com/?p=1787',0,'revision','',0), +(1788,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 48','Size: 48','publish','closed','closed','','ikkan-ring-gold-plated-48','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1788',1,'product_variation','',0), +(1789,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 49','Size: 49','publish','closed','closed','','ikkan-ring-gold-plated-49','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1789',2,'product_variation','',0), +(1790,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 50','Size: 50','publish','closed','closed','','ikkan-ring-gold-plated-50','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1790',3,'product_variation','',0), +(1791,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 51','Size: 51','publish','closed','closed','','ikkan-ring-gold-plated-51','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1791',4,'product_variation','',0), +(1792,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 52','Size: 52','publish','closed','closed','','ikkan-ring-gold-plated-52','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1792',5,'product_variation','',0), +(1793,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 53','Size: 53','publish','closed','closed','','ikkan-ring-gold-plated-53','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1793',6,'product_variation','',0), +(1794,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 54','Size: 54','publish','closed','closed','','ikkan-ring-gold-plated-54','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1794',7,'product_variation','',0), +(1795,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 55','Size: 55','publish','closed','closed','','ikkan-ring-gold-plated-55','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1795',8,'product_variation','',0), +(1796,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 56','Size: 56','publish','closed','closed','','ikkan-ring-gold-plated-56','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1796',9,'product_variation','',0), +(1797,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 57','Size: 57','publish','closed','closed','','ikkan-ring-gold-plated-57','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1797',10,'product_variation','',0), +(1798,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 58','Size: 58','publish','closed','closed','','ikkan-ring-gold-plated-58','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1798',11,'product_variation','',0), +(1799,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 59','Size: 59','publish','closed','closed','','ikkan-ring-gold-plated-59','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1799',12,'product_variation','',0), +(1800,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 60','Size: 60','publish','closed','closed','','ikkan-ring-gold-plated-60','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1800',13,'product_variation','',0), +(1801,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 61','Size: 61','publish','closed','closed','','ikkan-ring-gold-plated-61','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1801',14,'product_variation','',0), +(1802,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 62','Size: 62','publish','closed','closed','','ikkan-ring-gold-plated-62','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1802',15,'product_variation','',0), +(1803,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 63','Size: 63','publish','closed','closed','','ikkan-ring-gold-plated-63','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1803',16,'product_variation','',0), +(1804,1,'2026-04-24 20:28:30','2026-04-24 18:28:30','','Ikkan Ring gold plated - 64','Size: 64','publish','closed','closed','','ikkan-ring-gold-plated-64','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1804',17,'product_variation','',0), +(1805,1,'2026-04-27 18:01:53','2026-04-27 16:01:53','TAMA: soul, spirit\n\nOval sterling silver hoops lined with dangling box chains of two different length.\n
      \n
    • hoops height 2cm
    • \n
    • chain length 5cm and 3,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Tama Hoops silver','','inherit','closed','closed','','306-autosave-v1','','','2026-04-27 18:01:53','2026-04-27 16:01:53','',306,'https://haikuatelier.com/?p=1805',0,'revision','',0), +(1806,1,'2026-04-27 15:19:34','2026-04-27 13:19:34','MUGURA: vine\n\nMinimalist hoop earrings, big and small version, with thin ends going up on the lobes and smoked quartz detail. In sterling silver.\n
      \n
    • wire thickness 2mm
    • \n
    • height 4cm & 2,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Mugura Hoops silver','','inherit','closed','closed','','393-autosave-v1','','','2026-04-27 15:19:34','2026-04-27 13:19:34','',393,'https://haikuatelier.com/?p=1806',0,'revision','',0), +(1809,1,'2026-04-26 15:42:31','2026-04-26 13:42:31','IKKAN : link\r\n\r\nA bracelet in sterling silver mixing a rigid band and loose curb chain\r\n
      \r\n
    • size 1: 6cm diameter / size 2: 7cm diameter
    • \r\n
    • wire thickness 2,5mm
    • \r\n
    • handcrafted in Brussels
    • \r\n
    \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Puchi Bracelet','','draft','closed','closed','','','','','2026-04-26 15:45:31','2026-04-26 13:45:31','',0,'https://haikuatelier.com/?post_type=product&p=1809',14,'product','',0), +(1810,1,'2026-04-26 15:42:31','2026-04-26 13:42:31','','Puchi Bracelet - Size 1','Size: Size 1','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-5','','','2026-04-26 15:42:31','2026-04-26 13:42:31','',1809,'https://haikuatelier.com/?post_type=product_variation&p=1810',1,'product_variation','',0), +(1811,1,'2026-04-26 15:42:31','2026-04-26 13:42:31','','Puchi Bracelet - Size 2','Size: Size 2','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-6','','','2026-04-26 15:42:31','2026-04-26 13:42:31','',1809,'https://haikuatelier.com/?post_type=product_variation&p=1811',2,'product_variation','',0), +(1812,1,'2026-04-26 15:43:42','2026-04-26 13:43:42','','PUCHI-BR','','inherit','closed','closed','','puchi-br','','','2026-04-26 15:43:42','2026-04-26 13:43:42','',1809,'https://haikuatelier.com/app/uploads/2026/04/PUCHI-BR.jpg',0,'attachment','image/jpeg',0), +(1813,1,'2026-04-26 15:45:04','2026-04-26 13:45:04','','','','inherit','closed','closed','','_clelia-odette-2-76','','','2026-04-26 16:48:08','2026-04-26 14:48:08','',1809,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-76.jpg',0,'attachment','image/jpeg',0), +(1814,1,'2026-04-26 16:53:36','2026-04-26 14:53:36','','','','inherit','closed','closed','','ikkan-c','','','2026-04-26 16:53:47','2026-04-26 14:53:47','',263,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-C.jpg',0,'attachment','image/jpeg',0), +(1815,1,'2026-04-26 16:58:04','2026-04-26 14:58:04','','_©Clelia.Odette-4477-copie','','inherit','closed','closed','','_clelia-odette-4477-copie','','','2026-04-26 16:58:25','2026-04-26 14:58:25','',263,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4477-copie.jpg',0,'attachment','image/jpeg',0), +(1816,1,'2026-04-26 17:17:17','2026-04-26 15:17:17','','','','inherit','closed','closed','','ikkan-br','','','2026-04-26 17:17:33','2026-04-26 15:17:33','',240,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-BR.jpg',0,'attachment','image/jpeg',0), +(1817,1,'2026-04-26 17:19:51','2026-04-26 15:19:51','','','','inherit','closed','closed','','_clelia-odette-4332','','','2026-04-26 17:20:04','2026-04-26 15:20:04','',240,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4332.jpg',0,'attachment','image/jpeg',0), +(1819,1,'2026-04-27 10:03:11','2026-04-27 08:03:11','','','','inherit','closed','closed','','2025haiku_0003','','','2026-04-27 10:03:24','2026-04-27 08:03:24','',258,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_0003.jpg',0,'attachment','image/jpeg',0), +(1821,1,'2026-04-27 10:17:07','2026-04-27 08:17:07','','','','inherit','closed','closed','','hatta-ec-g','','','2026-04-27 10:17:29','2026-04-27 08:17:29','',1560,'https://haikuatelier.com/app/uploads/2025/11/HATTA-EC-g.jpg',0,'attachment','image/jpeg',0), +(1822,1,'2026-04-27 10:29:47','2026-04-27 08:29:47','','','','inherit','closed','closed','','hatta-ec-s','','','2026-04-27 10:30:00','2026-04-27 08:30:00','',1555,'https://haikuatelier.com/app/uploads/2025/11/HATTA-EC-s.jpg',0,'attachment','image/jpeg',0), +(1824,1,'2026-04-27 10:41:08','2026-04-27 08:41:08','','','','inherit','closed','closed','','hatta-cr-g','','','2026-04-27 10:41:26','2026-04-27 08:41:26','',1549,'https://haikuatelier.com/app/uploads/2025/11/HATTA-CR-g.jpg',0,'attachment','image/jpeg',0), +(1825,1,'2026-04-27 11:07:26','2026-04-27 09:07:26','','','','inherit','closed','closed','','hatta-cr1-s','','','2026-04-27 11:07:38','2026-04-27 09:07:38','',1541,'https://haikuatelier.com/app/uploads/2025/11/HATTA-CR1-s.jpg',0,'attachment','image/jpeg',0), +(1826,1,'2026-04-27 11:15:33','2026-04-27 09:15:33','','','','inherit','closed','closed','','tama-ec-s','','','2026-04-27 11:17:12','2026-04-27 09:17:12','',1535,'https://haikuatelier.com/app/uploads/2025/11/TAMA-EC-s.jpg',0,'attachment','image/jpeg',0), +(1827,1,'2026-04-27 11:17:16','2026-04-27 09:17:16','TAMA: soul, spirit\n\nA delicate ear cuff with dangling box chains. In sterling silver.\n
      \n
    • total height 4,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tamanori Ear Cuff silver','','inherit','closed','closed','','1535-autosave-v1','','','2026-04-27 11:17:16','2026-04-27 09:17:16','',1535,'https://haikuatelier.com/?p=1827',0,'revision','',0), +(1828,1,'2026-04-27 11:22:34','2026-04-27 09:22:34','','','','inherit','closed','closed','','tama-ec-g','','','2026-04-27 11:22:53','2026-04-27 09:22:53','',1531,'https://haikuatelier.com/app/uploads/2025/11/TAMA-EC-g.jpg',0,'attachment','image/jpeg',0), +(1829,1,'2026-04-27 11:23:07','2026-04-27 09:23:07','TAMA: in balance on a ball\n\nA delicate ear cuff with dangling box chains. In gold plated silver.\n
      \n
    • total height 4,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tamanori Ear Cuff gold plated','','inherit','closed','closed','','1531-autosave-v1','','','2026-04-27 11:23:07','2026-04-27 09:23:07','',1531,'https://haikuatelier.com/?p=1829',0,'revision','',0), +(1831,1,'2026-04-27 11:35:28','2026-04-27 09:35:28','','','','inherit','closed','closed','','piasu-ec','','','2026-04-27 11:35:36','2026-04-27 09:35:36','',1512,'https://haikuatelier.com/app/uploads/2025/11/PIASU-EC.jpg',0,'attachment','image/jpeg',0), +(1832,1,'2026-04-27 11:42:14','2026-04-27 09:42:14','','2025HAIKU_00010','','inherit','closed','closed','','2025haiku_00010-2','','','2026-04-27 11:42:32','2026-04-27 09:42:32','',1512,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00010-1.jpg',0,'attachment','image/jpeg',0), +(1833,1,'2026-04-27 11:51:46','2026-04-27 09:51:46','','','','inherit','closed','closed','','piasu-b-2','','','2026-04-27 11:51:55','2026-04-27 09:51:55','',1467,'https://haikuatelier.com/app/uploads/2025/09/PIASU-B-1.jpg',0,'attachment','image/jpeg',0), +(1834,1,'2026-04-27 13:14:50','2026-04-27 11:14:50','','','','inherit','closed','closed','','_clelia-odette-2-113-copie','','','2026-04-27 13:15:02','2026-04-27 11:15:02','',1467,'https://haikuatelier.com/app/uploads/2025/09/©Clelia.Odette-2-113-copie.jpg',0,'attachment','image/jpeg',0), +(1835,1,'2026-04-27 13:38:04','2026-04-27 11:38:04','','','','inherit','closed','closed','','puchi-bo','','','2026-04-27 13:38:18','2026-04-27 11:38:18','',1444,'https://haikuatelier.com/app/uploads/2025/09/PUCHI-BO.jpg',0,'attachment','image/jpeg',0), +(1836,1,'2026-04-27 13:54:04','2026-04-27 11:54:04','','','','inherit','closed','closed','','uteki-b-s-2','','','2026-04-27 13:54:19','2026-04-27 11:54:19','',941,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-B-s.jpg',0,'attachment','image/jpeg',0), +(1837,1,'2026-04-27 14:04:02','2026-04-27 12:04:02','','','','inherit','closed','closed','','uteki-b-g-3','','','2026-04-27 14:04:16','2026-04-27 12:04:16','',953,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-B-g-1.jpg',0,'attachment','image/jpeg',0), +(1838,1,'2026-04-27 14:17:33','2026-04-27 12:17:33','','','','inherit','closed','closed','','fuyou-bo','','','2026-04-27 14:17:49','2026-04-27 12:17:49','',766,'https://haikuatelier.com/app/uploads/2024/11/FUYOU-BO.jpg',0,'attachment','image/jpeg',0), +(1839,1,'2026-04-27 14:53:27','2026-04-27 12:53:27','','','','inherit','closed','closed','','mugu-bop','','','2026-04-27 14:53:43','2026-04-27 12:53:43','',490,'https://haikuatelier.com/app/uploads/2024/11/MUGU-BOP.jpg',0,'attachment','image/jpeg',0), +(1840,1,'2026-04-27 15:18:52','2026-04-27 13:18:52','','','','inherit','closed','closed','','mugu-cr-s','','','2026-04-27 15:19:04','2026-04-27 13:19:04','',393,'https://haikuatelier.com/app/uploads/2024/10/MUGU-CR-s.jpg',0,'attachment','image/jpeg',0), +(1841,1,'2026-04-27 15:24:51','2026-04-27 13:24:51','','','','inherit','closed','closed','','_clelia-odette-4306','','','2026-04-27 15:25:16','2026-04-27 13:25:16','',393,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4306.jpg',0,'attachment','image/jpeg',0), +(1842,1,'2026-04-27 15:25:36','2026-04-27 13:25:36','','','','inherit','closed','closed','','_clelia-odette-4619-copie','','','2026-04-27 15:25:58','2026-04-27 13:25:58','',393,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4619-copie.jpg',0,'attachment','image/jpeg',0), +(1843,1,'2026-04-27 15:29:59','2026-04-27 13:29:59','','Mugura Hoops silver - all','Side: all','publish','closed','closed','','mugura-hoops-silver-all','','','2026-04-27 15:33:27','2026-04-27 13:33:27','',393,'https://haikuatelier.com/?post_type=product_variation&p=1843',1,'product_variation','',0), +(1846,1,'2026-04-27 15:30:00','2026-04-27 13:30:00','','Mugura Hoops silver - pair big hoops','Side: pair big hoops','publish','closed','closed','','mugura-hoops-silver-pair-big-hoops','','','2026-04-27 15:33:27','2026-04-27 13:33:27','',393,'https://haikuatelier.com/?post_type=product_variation&p=1846',2,'product_variation','',0), +(1847,1,'2026-04-27 15:30:00','2026-04-27 13:30:00','','Mugura Hoops silver - pair small hoops','Side: pair small hoops','publish','closed','closed','','mugura-hoops-silver-pair-small-hoops','','','2026-04-27 15:33:27','2026-04-27 13:33:27','',393,'https://haikuatelier.com/?post_type=product_variation&p=1847',3,'product_variation','',0), +(1848,1,'2026-04-27 17:40:05','2026-04-27 15:40:05','','','','inherit','closed','closed','','fuyou-cr1-2','','','2026-04-27 17:40:21','2026-04-27 15:40:21','',318,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-CR1.jpg',0,'attachment','image/jpeg',0), +(1849,1,'2026-04-27 17:46:50','2026-04-27 15:46:50','','','','inherit','closed','closed','','_clelia-odette-4158','','','2026-04-27 17:47:05','2026-04-27 15:47:05','',318,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4158.jpg',0,'attachment','image/jpeg',0), +(1850,1,'2026-04-27 17:47:25','2026-04-27 15:47:25','','_©Clelia.Odette-4167','','inherit','closed','closed','','_clelia-odette-4167','','','2026-04-27 17:47:33','2026-04-27 15:47:33','',318,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4167.jpg',0,'attachment','image/jpeg',0), +(1851,1,'2026-04-27 17:57:35','2026-04-27 15:57:35','','','','inherit','closed','closed','','tama-cr-g','','','2026-04-27 17:58:06','2026-04-27 15:58:06','',312,'https://haikuatelier.com/app/uploads/2024/10/TAMA-CR-g.jpg',0,'attachment','image/jpeg',0), +(1852,1,'2026-04-27 17:58:02','2026-04-27 15:58:02','TAMA: soul, spirit\n\nOval gold plated silver hoops lined with dangling box chains of two different length.\n
      \n
    • hoops height 2cm
    • \n
    • chain length 5cm and 3,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycles sterling silver and 18ct gold plated silver.','Tama Hoops gold plated','','inherit','closed','closed','','312-autosave-v1','','','2026-04-27 17:58:02','2026-04-27 15:58:02','',312,'https://haikuatelier.com/?p=1852',0,'revision','',0), +(1853,1,'2026-04-27 18:04:32','2026-04-27 16:04:32','','','','inherit','closed','closed','','tama-cr-s','','','2026-04-27 18:04:44','2026-04-27 16:04:44','',306,'https://haikuatelier.com/app/uploads/2024/10/TAMA-CR-s.jpg',0,'attachment','image/jpeg',0), +(1854,1,'2026-04-27 18:29:00','2026-04-27 16:29:00','','','','inherit','closed','closed','','fuyou-c','','','2026-04-27 18:29:11','2026-04-27 16:29:11','',274,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-C.jpg',0,'attachment','image/jpeg',0), +(1855,1,'2026-04-27 18:31:30','2026-04-27 16:31:30','','','','inherit','closed','closed','','2025haiku_00061','','','2026-04-27 18:31:41','2026-04-27 16:31:41','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00061.jpg',0,'attachment','image/jpeg',0), +(1856,1,'2026-04-27 18:42:05','2026-04-27 16:42:05','','','','inherit','closed','closed','','fuyou-br-2','','','2026-04-27 18:42:17','2026-04-27 16:42:17','',258,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-BR-1.jpg',0,'attachment','image/jpeg',0), +(1857,1,'2026-04-28 01:02:04','2026-04-27 23:02:04','','','','draft','closed','closed','','','','','2026-04-28 01:02:04','2026-04-27 23:02:04','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1857',0,'shop_order_placehold','',3), +(1858,1,'2026-04-28 10:07:47','2026-04-28 08:07:47','','','','inherit','closed','closed','','rokku-b','','','2026-04-28 10:08:00','2026-04-28 08:08:00','',168,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-B.jpg',0,'attachment','image/jpeg',0), +(1859,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 48','Size: 48','publish','closed','closed','','rokku-ring-48','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1859',1,'product_variation','',0), +(1860,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 49','Size: 49','publish','closed','closed','','rokku-ring-49','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1860',2,'product_variation','',0), +(1861,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 50','Size: 50','publish','closed','closed','','rokku-ring-50','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1861',3,'product_variation','',0), +(1862,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 51','Size: 51','publish','closed','closed','','rokku-ring-51','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1862',4,'product_variation','',0), +(1863,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 52','Size: 52','publish','closed','closed','','rokku-ring-52','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1863',5,'product_variation','',0), +(1864,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 53','Size: 53','publish','closed','closed','','rokku-ring-53','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1864',6,'product_variation','',0), +(1865,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 54','Size: 54','publish','closed','closed','','rokku-ring-54','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1865',7,'product_variation','',0), +(1866,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 55','Size: 55','publish','closed','closed','','rokku-ring-55','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1866',8,'product_variation','',0), +(1867,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 56','Size: 56','publish','closed','closed','','rokku-ring-56','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1867',9,'product_variation','',0), +(1868,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 57','Size: 57','publish','closed','closed','','rokku-ring-57','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1868',10,'product_variation','',0), +(1869,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 58','Size: 58','publish','closed','closed','','rokku-ring-58','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1869',11,'product_variation','',0), +(1870,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 59','Size: 59','publish','closed','closed','','rokku-ring-59','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1870',12,'product_variation','',0), +(1871,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 60','Size: 60','publish','closed','closed','','rokku-ring-60','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1871',13,'product_variation','',0), +(1872,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 61','Size: 61','publish','closed','closed','','rokku-ring-61','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1872',14,'product_variation','',0), +(1873,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 62','Size: 62','publish','closed','closed','','rokku-ring-62','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1873',15,'product_variation','',0), +(1874,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 63','Size: 63','publish','closed','closed','','rokku-ring-63','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1874',16,'product_variation','',0), +(1875,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 64','Size: 64','publish','closed','closed','','rokku-ring-64','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1875',17,'product_variation','',0), +(1876,1,'2026-04-28 10:15:25','2026-04-28 08:15:25','','','','inherit','closed','closed','','ikkan-b-s','','','2026-04-28 10:15:37','2026-04-28 08:15:37','',102,'https://haikuatelier.com/app/uploads/2024/09/IKKAN-B-s.jpg',0,'attachment','image/jpeg',0), +(1877,1,'2026-04-28 10:23:12','2026-04-28 08:23:12','','','','inherit','closed','closed','','_clelia-odette-2-41-copie','','','2026-04-28 10:23:25','2026-04-28 08:23:25','',102,'https://haikuatelier.com/app/uploads/2024/09/©Clelia.Odette-2-41-copie.jpg',0,'attachment','image/jpeg',0), +(1878,1,'2026-04-28 10:24:42','2026-04-28 08:24:42','UTEKI: droplet\r\n\r\nAn ear cuff convering the ear with a minimalist droplet shaped wire. In sterling silver.\r\n
      \r\n
    • height 2cm
    • \r\n
    • wire thickness 25mm
    • \r\n
    • handcrafted in Brussels
    • \r\n
    \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Uteki Ear Cuff silver','','publish','closed','closed','','uteki-ear-cuff-silver','','','2026-04-28 11:52:08','2026-04-28 09:52:08','',0,'https://haikuatelier.com/?post_type=product&p=1878',9,'product','',0), +(1879,1,'2026-04-28 10:31:55','2026-04-28 08:31:55','','','','inherit','closed','closed','','uteki-ec-s','','','2026-04-28 10:32:12','2026-04-28 08:32:12','',1878,'https://haikuatelier.com/app/uploads/2026/04/UTEKI-EC-s.jpg',0,'attachment','image/jpeg',0), +(1880,1,'2026-04-28 10:38:21','2026-04-28 08:38:21','','_©Clelia.Odette-2-77','','inherit','closed','closed','','_clelia-odette-2-77','','','2026-04-28 10:38:53','2026-04-28 08:38:53','',1878,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-77.jpg',0,'attachment','image/jpeg',0), +(1881,1,'2026-04-28 10:39:11','2026-04-28 08:39:11','','_©Clelia.Odette-2-84-copie','','inherit','closed','closed','','_clelia-odette-2-84-copie','','','2026-04-28 10:39:24','2026-04-28 08:39:24','',1878,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-84-copie.jpg',0,'attachment','image/jpeg',0), +(1882,1,'2026-04-28 10:40:44','2026-04-28 08:40:44','UTEKI: droplet\r\n\r\nAn ear cuff covering the ear with a minimalist droplet shaped wire. In gold plated silver.\r\n
      \r\n
    • height 2cm
    • \r\n
    • wire thickness 25mm
    • \r\n
    • handcrafted in Brussels
    • \r\n
    \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Uteki Ear Cuff gold plated','','publish','closed','closed','','uteki-ear-cuff-gold-plated','','','2026-04-28 10:59:00','2026-04-28 08:59:00','',0,'https://haikuatelier.com/?post_type=product&p=1882',9,'product','',0), +(1883,1,'2026-04-28 10:51:35','2026-04-28 08:51:35','','','','inherit','closed','closed','','uteki-ec-g','','','2026-04-28 10:51:45','2026-04-28 08:51:45','',1882,'https://haikuatelier.com/app/uploads/2026/04/UTEKI-EC-g.jpg',0,'attachment','image/jpeg',0), +(1884,1,'2026-04-28 10:58:05','2026-04-28 08:58:05','','','','inherit','closed','closed','','_clelia-odette-2-21','','','2026-04-28 10:58:20','2026-04-28 08:58:20','',1882,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-21.jpg',0,'attachment','image/jpeg',0), +(1885,1,'2026-04-28 10:58:33','2026-04-28 08:58:33','','','','inherit','closed','closed','','_clelia-odette-2-70-copie','','','2026-04-28 10:58:47','2026-04-28 08:58:47','',1882,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-70-copie.jpg',0,'attachment','image/jpeg',0), +(1886,1,'2026-04-28 11:46:41','2026-04-28 09:46:41','','','','inherit','closed','closed','','workshop-earcuff','','','2026-04-28 11:46:54','2026-04-28 09:46:54','',1673,'https://haikuatelier.com/app/uploads/2026/04/Workshop-earcuff.jpg',0,'attachment','image/jpeg',0), +(1887,1,'2026-04-28 11:46:44','2026-04-28 09:46:44','','','','inherit','closed','closed','','workshop-pendant-2','','','2026-04-28 11:47:16','2026-04-28 09:47:16','',1673,'https://haikuatelier.com/app/uploads/2026/04/Workshop-pendant.jpg',0,'attachment','image/jpeg',0), +(1888,1,'2026-04-28 11:46:46','2026-04-28 09:46:46','','','','inherit','closed','closed','','workshop-ring-2','','','2026-04-28 11:47:12','2026-04-28 09:47:12','',1673,'https://haikuatelier.com/app/uploads/2026/04/Workshop-ring.jpg',0,'attachment','image/jpeg',0), +(1889,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','HATTARI : bluff\r\n\r\nThis statement piece is composed of intertwined rings encircling an ovoid shape that circle the finger. One of the ring connects two fingers. We recommend wearing this ring on the middle finger and ring. \r\n\r\n
  • • wires thickness 5mm, 3mm, 2mm
  • \r\n
  • • total height 2,5cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Ring silver','','publish','closed','closed','','hattari-ring-silver','','','2026-04-28 12:40:04','2026-04-28 10:40:04','',0,'https://haikuatelier.com/?post_type=product&p=1889',41,'product','',0), +(1890,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 48','Size: 48','publish','closed','closed','','uteki-ring-silver-65','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1890',1,'product_variation','',0), +(1891,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 49','Size: 49','publish','closed','closed','','uteki-ring-silver-66','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1891',2,'product_variation','',0), +(1892,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 50','Size: 50','publish','closed','closed','','uteki-ring-silver-67','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1892',3,'product_variation','',0), +(1893,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 51','Size: 51','publish','closed','closed','','uteki-ring-silver-68','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1893',4,'product_variation','',0), +(1894,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 52','Size: 52','publish','closed','closed','','uteki-ring-silver-69','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1894',5,'product_variation','',0), +(1895,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 53','Size: 53','publish','closed','closed','','uteki-ring-silver-70','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1895',6,'product_variation','',0), +(1896,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 54','Size: 54','publish','closed','closed','','uteki-ring-silver-71','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1896',7,'product_variation','',0), +(1897,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 55','Size: 55','publish','closed','closed','','uteki-ring-silver-72','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1897',8,'product_variation','',0), +(1898,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 56','Size: 56','publish','closed','closed','','uteki-ring-silver-73','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1898',9,'product_variation','',0), +(1899,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 57','Size: 57','publish','closed','closed','','uteki-ring-silver-74','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1899',10,'product_variation','',0), +(1900,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 58','Size: 58','publish','closed','closed','','uteki-ring-silver-75','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1900',11,'product_variation','',0), +(1901,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 59','Size: 59','publish','closed','closed','','uteki-ring-silver-76','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1901',12,'product_variation','',0), +(1902,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 60','Size: 60','publish','closed','closed','','uteki-ring-silver-77','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1902',13,'product_variation','',0), +(1903,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 61','Size: 61','publish','closed','closed','','uteki-ring-silver-78','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1903',14,'product_variation','',0), +(1904,1,'2026-04-28 12:03:23','2026-04-28 10:03:23','','Hattari Ring silver - 62','Size: 62','publish','closed','closed','','uteki-ring-silver-79','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1904',15,'product_variation','',0), +(1905,1,'2026-04-28 12:03:23','2026-04-28 10:03:23','','Hattari Ring silver - 63','Size: 63','publish','closed','closed','','uteki-ring-silver-80','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1905',16,'product_variation','',0), +(1906,1,'2026-04-28 12:03:23','2026-04-28 10:03:23','','Hattari Ring silver - 64','Size: 64','publish','closed','closed','','uteki-ring-silver-81','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1906',17,'product_variation','',0), +(1907,1,'2026-04-28 12:29:38','2026-04-28 10:29:38','','','','inherit','closed','closed','','hatta-b-s','','','2026-04-28 12:30:07','2026-04-28 10:30:07','',1889,'https://haikuatelier.com/app/uploads/2026/04/HATTA-B-s.jpg',0,'attachment','image/jpeg',0), +(1908,1,'2026-04-28 12:37:47','2026-04-28 10:37:47','','','','inherit','closed','closed','','_clelia-odette-4001','','','2026-04-28 12:38:24','2026-04-28 10:38:24','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-4001.jpg',0,'attachment','image/jpeg',0), +(1909,1,'2026-04-28 12:37:55','2026-04-28 10:37:55','','','','inherit','closed','closed','','_clelia-odette-2-57-copie','','','2026-04-28 12:38:52','2026-04-28 10:38:52','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-57-copie.jpg',0,'attachment','image/jpeg',0), +(1910,1,'2026-04-28 12:38:05','2026-04-28 10:38:05','','','','inherit','closed','closed','','_clelia-odette-4116','','','2026-04-28 12:38:42','2026-04-28 10:38:42','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-4116.jpg',0,'attachment','image/jpeg',0), +(1911,1,'2026-04-28 12:38:10','2026-04-28 10:38:10','','','','inherit','closed','closed','','_clelia-odette-2-4','','','2026-04-28 12:38:34','2026-04-28 10:38:34','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-4.jpg',0,'attachment','image/jpeg',0), +(1912,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','IKKAN : link\r\n\r\nShort pendant earrings composed of a mix of chains in sterling silver and gold plated silver.\r\n
      \r\n
    • • total length 3,5cm & 3cm
    • \r\n
    • • handcrafted in Brussels
    • \r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Earrings','','draft','closed','closed','','','','','2026-04-28 13:20:49','2026-04-28 11:20:49','',0,'https://haikuatelier.com/?post_type=product&p=1912',30,'product','',0), +(1913,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','','Ikkan Earrings - pair','Side: pair','publish','closed','closed','','pishi-pishi-earrings-all-2','','','2026-04-28 13:18:07','2026-04-28 11:18:07','',1912,'https://haikuatelier.com/?post_type=product_variation&p=1913',1,'product_variation','',0), +(1914,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','','Ikkan Earrings - left side','Side: left side','publish','closed','closed','','pishi-pishi-earrings-left-side-2','','','2026-04-28 13:18:07','2026-04-28 11:18:07','',1912,'https://haikuatelier.com/?post_type=product_variation&p=1914',2,'product_variation','',0), +(1915,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','','Ikkan Earrings - right side','Side: right side','publish','closed','closed','','pishi-pishi-earrings-right-side-2','','','2026-04-28 13:18:07','2026-04-28 11:18:07','',1912,'https://haikuatelier.com/?post_type=product_variation&p=1915',3,'product_variation','',0), +(1916,1,'2026-04-28 13:20:13','2026-04-28 11:20:13','','','','inherit','closed','closed','','ikkan-bo','','','2026-04-28 13:20:23','2026-04-28 11:20:23','',1912,'https://haikuatelier.com/app/uploads/2026/04/IKKAN-BO.jpg',0,'attachment','image/jpeg',0), +(1917,1,'2026-04-29 10:51:23','2026-04-29 08:51:23','','','','inherit','closed','closed','','piasu-bo','','','2026-04-29 10:51:35','2026-04-29 08:51:35','',202,'https://haikuatelier.com/app/uploads/2024/10/PIASU-BO.jpg',0,'attachment','image/jpeg',0), +(1918,1,'2026-04-29 10:58:36','2026-04-29 08:58:36','','','','inherit','closed','closed','','_clelia-odette-2-32','','','2026-04-29 10:58:57','2026-04-29 08:58:57','',202,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-2-32.jpg',0,'attachment','image/jpeg',0), +(1919,1,'2026-04-29 10:59:12','2026-04-29 08:59:12','','','','inherit','closed','closed','','_clelia-odette-2-125-copie','','','2026-04-29 10:59:24','2026-04-29 08:59:24','',202,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-2-125-copie.jpg',0,'attachment','image/jpeg',0), +(1920,1,'2026-04-29 10:59:40','2026-04-29 08:59:40','','','','inherit','closed','closed','','_clelia-odette-2-31','','','2026-04-29 10:59:49','2026-04-29 08:59:49','',202,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-2-31.jpg',0,'attachment','image/jpeg',0), +(1921,0,'2026-05-03 15:33:05','2026-05-03 13:33:05','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2026-05-03 15:33:05','2026-05-03 13:33:05','',0,'https://haikuatelier.com/app/uploads/2026/05/woocommerce-placeholder.webp',0,'attachment','image/webp',0); +/*!40000 ALTER TABLE `haikuwp_posts` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_term_relationships` +-- + +DROP TABLE IF EXISTS `haikuwp_term_relationships`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 `haikuwp_term_relationships` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_term_relationships` WRITE; +/*!40000 ALTER TABLE `haikuwp_term_relationships` DISABLE KEYS */; +INSERT INTO `haikuwp_term_relationships` VALUES +(1,1,0), +(1,17,0), +(1,18,0), +(13,16,0), +(13,23,0), +(14,16,0), +(14,24,0), +(15,16,0), +(15,25,0), +(16,16,0), +(16,26,0), +(17,16,0), +(17,27,0), +(18,16,0), +(18,28,0), +(19,16,0), +(19,29,0), +(102,4,0), +(102,31,0), +(102,37,0), +(102,38,0), +(102,39,0), +(102,40,0), +(102,41,0), +(102,42,0), +(102,43,0), +(102,44,0), +(102,51,0), +(102,105,0), +(102,106,0), +(102,107,0), +(102,108,0), +(102,109,0), +(102,110,0), +(102,111,0), +(102,112,0), +(102,113,0), +(113,4,0), +(113,31,0), +(113,37,0), +(113,38,0), +(113,39,0), +(113,40,0), +(113,41,0), +(113,42,0), +(113,43,0), +(113,44,0), +(113,51,0), +(113,105,0), +(113,106,0), +(113,107,0), +(113,108,0), +(113,109,0), +(113,110,0), +(113,111,0), +(113,112,0), +(113,113,0), +(168,4,0), +(168,31,0), +(168,37,0), +(168,38,0), +(168,39,0), +(168,40,0), +(168,41,0), +(168,42,0), +(168,43,0), +(168,44,0), +(168,54,0), +(168,105,0), +(168,106,0), +(168,107,0), +(168,108,0), +(168,109,0), +(168,110,0), +(168,111,0), +(168,112,0), +(168,113,0), +(183,4,0), +(183,30,0), +(183,45,0), +(183,55,0), +(183,71,0), +(183,72,0), +(202,4,0), +(202,30,0), +(202,45,0), +(202,56,0), +(202,77,0), +(202,78,0), +(213,4,0), +(213,30,0), +(213,45,0), +(213,55,0), +(213,71,0), +(213,72,0), +(240,4,0), +(240,33,0), +(240,51,0), +(240,58,0), +(240,59,0), +(258,2,0), +(258,33,0), +(258,61,0), +(263,2,0), +(263,32,0), +(263,51,0), +(274,2,0), +(274,32,0), +(274,61,0), +(285,4,0), +(285,30,0), +(285,45,0), +(285,50,0), +(285,77,0), +(285,78,0), +(288,4,0), +(288,30,0), +(288,45,0), +(288,50,0), +(288,77,0), +(288,78,0), +(306,4,0), +(306,30,0), +(306,45,0), +(306,62,0), +(306,64,0), +(306,119,0), +(312,4,0), +(312,30,0), +(312,45,0), +(312,62,0), +(312,64,0), +(312,119,0), +(318,2,0), +(318,30,0), +(318,61,0), +(393,4,0), +(393,30,0), +(393,67,0), +(393,76,0), +(393,114,0), +(393,115,0), +(393,116,0), +(393,117,0), +(398,2,0), +(398,30,0), +(398,67,0), +(435,2,0), +(435,30,0), +(435,52,0), +(447,2,0), +(447,30,0), +(447,52,0), +(490,4,0), +(490,30,0), +(490,45,0), +(490,67,0), +(490,77,0), +(490,78,0), +(496,2,0), +(496,30,0), +(496,67,0), +(545,4,0), +(545,30,0), +(545,45,0), +(545,52,0), +(545,66,0), +(554,4,0), +(554,30,0), +(554,45,0), +(554,52,0), +(554,66,0), +(766,4,0), +(766,30,0), +(766,45,0), +(766,61,0), +(766,62,0), +(766,63,0), +(941,4,0), +(941,31,0), +(941,37,0), +(941,38,0), +(941,39,0), +(941,40,0), +(941,41,0), +(941,42,0), +(941,43,0), +(941,44,0), +(941,80,0), +(941,81,0), +(941,105,0), +(941,106,0), +(941,107,0), +(941,108,0), +(941,109,0), +(941,110,0), +(941,111,0), +(941,112,0), +(941,113,0), +(953,4,0), +(953,31,0), +(953,37,0), +(953,38,0), +(953,39,0), +(953,40,0), +(953,41,0), +(953,42,0), +(953,43,0), +(953,44,0), +(953,80,0), +(953,105,0), +(953,106,0), +(953,107,0), +(953,108,0), +(953,109,0), +(953,110,0), +(953,111,0), +(953,112,0), +(953,113,0), +(982,2,0), +(982,32,0), +(982,80,0), +(994,2,0), +(994,32,0), +(994,80,0), +(1401,2,0), +(1401,30,0), +(1401,80,0), +(1406,2,0), +(1406,30,0), +(1406,80,0), +(1444,4,0), +(1444,30,0), +(1444,45,0), +(1444,77,0), +(1444,78,0), +(1444,93,0), +(1467,4,0), +(1467,31,0), +(1467,37,0), +(1467,38,0), +(1467,39,0), +(1467,40,0), +(1467,41,0), +(1467,42,0), +(1467,43,0), +(1467,44,0), +(1467,56,0), +(1467,105,0), +(1467,106,0), +(1467,107,0), +(1467,108,0), +(1467,109,0), +(1467,110,0), +(1467,111,0), +(1467,112,0), +(1467,113,0), +(1491,2,0), +(1491,30,0), +(1491,83,0), +(1512,2,0), +(1512,30,0), +(1512,56,0), +(1516,2,0), +(1516,30,0), +(1516,56,0), +(1531,2,0), +(1531,30,0), +(1531,119,0), +(1535,2,0), +(1535,30,0), +(1535,119,0), +(1541,2,0), +(1541,30,0), +(1541,50,0), +(1549,2,0), +(1549,30,0), +(1549,50,0), +(1555,2,0), +(1555,30,0), +(1555,50,0), +(1560,2,0), +(1560,30,0), +(1560,50,0), +(1574,4,0), +(1574,15,0), +(1574,86,0), +(1574,87,0), +(1574,88,0), +(1574,89,0), +(1574,90,0), +(1574,91,0), +(1574,92,0), +(1574,95,0), +(1574,96,0), +(1574,97,0), +(1574,98,0), +(1574,99,0), +(1574,100,0), +(1673,4,0), +(1673,101,0), +(1673,102,0), +(1673,103,0), +(1673,104,0), +(1673,118,0), +(1681,4,0), +(1681,101,0), +(1681,102,0), +(1681,103,0), +(1681,104,0), +(1681,118,0), +(1689,4,0), +(1689,101,0), +(1689,102,0), +(1689,103,0), +(1689,104,0), +(1689,118,0), +(1809,4,0), +(1809,33,0), +(1809,58,0), +(1809,59,0), +(1878,2,0), +(1878,30,0), +(1878,80,0), +(1882,2,0), +(1882,30,0), +(1889,4,0), +(1889,31,0), +(1889,37,0), +(1889,38,0), +(1889,39,0), +(1889,40,0), +(1889,41,0), +(1889,42,0), +(1889,43,0), +(1889,44,0), +(1889,50,0), +(1889,105,0), +(1889,106,0), +(1889,107,0), +(1889,108,0), +(1889,109,0), +(1889,110,0), +(1889,111,0), +(1889,112,0), +(1889,113,0), +(1912,4,0), +(1912,30,0), +(1912,45,0), +(1912,51,0), +(1912,77,0), +(1912,78,0); +/*!40000 ALTER TABLE `haikuwp_term_relationships` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_term_taxonomy` +-- + +DROP TABLE IF EXISTS `haikuwp_term_taxonomy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_term_taxonomy` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_term_taxonomy` WRITE; +/*!40000 ALTER TABLE `haikuwp_term_taxonomy` DISABLE KEYS */; +INSERT INTO `haikuwp_term_taxonomy` VALUES +(1,1,'category','',0,1), +(2,2,'product_type','',0,13), +(3,3,'product_type','',0,0), +(4,4,'product_type','',0,18), +(5,5,'product_type','',0,0), +(6,6,'product_visibility','',0,0), +(7,7,'product_visibility','',0,0), +(8,8,'product_visibility','',0,0), +(9,9,'product_visibility','',0,0), +(10,10,'product_visibility','',0,0), +(11,11,'product_visibility','',0,0), +(12,12,'product_visibility','',0,0), +(13,13,'product_visibility','',0,0), +(14,14,'product_visibility','',0,0), +(15,15,'product_cat','',0,1), +(16,16,'language','a:3:{s:6:\"locale\";s:5:\"en_GB\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"gb\";}',0,7), +(17,17,'term_language','',0,1), +(21,21,'category','',0,0), +(30,30,'product_cat','',0,17), +(31,31,'product_cat','',0,6), +(32,32,'product_cat','',0,2), +(33,33,'product_cat','',0,2), +(36,36,'collection','',0,0), +(37,37,'pa_size','',0,6), +(38,38,'pa_size','',0,6), +(39,39,'pa_size','',0,6), +(40,40,'pa_size','',0,6), +(41,41,'pa_size','',0,6), +(42,42,'pa_size','',0,6), +(43,43,'pa_size','',0,6), +(44,44,'pa_size','',0,6), +(45,45,'pa_side','',0,6), +(48,48,'pa_stone','',0,0), +(49,49,'pa_stone','',0,0), +(50,50,'collection','',0,5), +(51,51,'collection','',0,3), +(52,52,'collection','',0,0), +(53,53,'collection','',0,0), +(54,54,'collection','',0,1), +(55,55,'collection','',0,0), +(56,56,'collection','',0,3), +(57,57,'collection','',0,0), +(58,58,'pa_size','',0,1), +(59,59,'pa_size','',0,1), +(60,60,'collection','',0,0), +(61,61,'collection','',0,4), +(62,62,'pa_side','',0,3), +(63,63,'pa_side','',0,1), +(64,64,'pa_side','',0,2), +(65,65,'collection','',0,0), +(66,66,'pa_side','',0,0), +(67,67,'collection','',0,2), +(68,68,'pa_stone','',0,0), +(69,69,'pa_stone','',0,0), +(70,70,'pa_stone','',0,0), +(71,71,'pa_side','',0,0), +(72,72,'pa_side','',0,0), +(73,73,'pa_stone','',0,0), +(74,74,'pa_stone','',0,0), +(75,75,'pa_stone','',0,0), +(76,76,'pa_side','',0,1), +(77,77,'pa_side','',0,3), +(78,78,'pa_side','',0,3), +(79,79,'pa_stone','',0,0), +(80,80,'collection','',0,3), +(81,81,'product_tag','',0,1), +(82,82,'collection','',0,0), +(83,83,'collection','',0,0), +(86,86,'pa_giftcard-amount','',0,1), +(87,87,'pa_giftcard-amount','',0,1), +(88,88,'pa_giftcard-amount','',0,1), +(89,89,'pa_giftcard-amount','',0,1), +(90,90,'pa_giftcard-amount','',0,1), +(91,91,'pa_giftcard-amount','',0,1), +(92,92,'pa_giftcard-amount','',0,1), +(93,93,'collection','',0,1), +(94,94,'pa_giftcard-amount','',0,0), +(95,95,'pa_giftcard-amount','',0,1), +(96,96,'pa_giftcard-amount','',0,1), +(97,97,'pa_giftcard-amount','',0,1), +(98,98,'pa_giftcard-amount','',0,1), +(99,99,'pa_giftcard-amount','',0,1), +(100,100,'pa_giftcard-amount','',0,1), +(101,101,'product_cat','',0,3), +(102,102,'pa_material-workshop','',0,3), +(103,103,'pa_material-workshop','',0,3), +(104,104,'pa_material-workshop','',0,3), +(105,105,'pa_size','',0,6), +(106,106,'pa_size','',0,6), +(107,107,'pa_size','',0,6), +(108,108,'pa_size','',0,6), +(109,109,'pa_size','',0,6), +(110,110,'pa_size','',0,6), +(111,111,'pa_size','',0,6), +(112,112,'pa_size','',0,6), +(113,113,'pa_size','',0,6), +(114,114,'pa_side','',0,1), +(115,115,'pa_side','',0,1), +(116,116,'pa_side','',0,1), +(117,117,'pa_side','',0,1), +(118,118,'collection','',0,3), +(119,119,'collection','',0,4); +/*!40000 ALTER TABLE `haikuwp_term_taxonomy` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_termmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_termmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_termmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_termmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_termmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_termmeta` VALUES +(1,16,'_pll_strings_translations','a:2:{i:0;a:2:{i:0;s:5:\"Y-m-d\";i:1;s:5:\"Y-m-d\";}i:1;a:2:{i:0;s:3:\"H:i\";i:1;s:3:\"H:i\";}}'), +(3,15,'display_type',''), +(4,15,'thumbnail_id','0'), +(5,30,'order','1'), +(6,30,'display_type',''), +(7,30,'thumbnail_id','0'), +(8,31,'order','2'), +(9,31,'display_type',''), +(10,31,'thumbnail_id','0'), +(11,32,'order','3'), +(12,32,'display_type',''), +(13,32,'thumbnail_id','0'), +(14,33,'order','4'), +(15,33,'display_type',''), +(16,33,'thumbnail_id','0'), +(20,15,'order','6'), +(21,30,'product_count_product_cat','17'), +(22,31,'product_count_product_cat','6'), +(23,32,'product_count_product_cat','2'), +(24,33,'product_count_product_cat','2'), +(25,15,'product_count_product_cat','1'), +(28,37,'order','3'), +(29,38,'order','5'), +(30,39,'order','7'), +(31,40,'order','9'), +(32,41,'order','11'), +(33,42,'order','13'), +(34,43,'order','15'), +(35,44,'order','17'), +(36,45,'order','0'), +(39,48,'order','0'), +(40,49,'order','0'), +(41,58,'order','18'), +(42,59,'order','19'), +(43,62,'order','0'), +(44,63,'order','0'), +(45,64,'order','0'), +(46,66,'order','0'), +(47,68,'order','0'), +(48,69,'order','0'), +(49,70,'order','0'), +(50,71,'order','0'), +(51,72,'order','0'), +(52,73,'order','0'), +(53,74,'order','0'), +(54,75,'order','0'), +(55,76,'order','0'), +(56,77,'order','0'), +(57,78,'order','0'), +(58,79,'order','0'), +(59,81,'product_count_product_tag','1'), +(62,86,'order','0'), +(63,87,'order','0'), +(64,88,'order','0'), +(65,89,'order','0'), +(66,90,'order','0'), +(67,91,'order','0'), +(68,92,'order','0'), +(69,94,'order','0'), +(70,95,'order','0'), +(71,96,'order','0'), +(72,97,'order','0'), +(73,98,'order','0'), +(74,99,'order','0'), +(75,100,'order','0'), +(76,101,'order','5'), +(77,101,'thumbnail_id','0'), +(78,101,'display_type',''), +(79,102,'order','0'), +(80,103,'order','0'), +(81,104,'order','0'), +(82,101,'product_count_product_cat','3'), +(83,105,'order','1'), +(84,106,'order','2'), +(85,107,'order','4'), +(86,108,'order','6'), +(87,109,'order','8'), +(88,110,'order','10'), +(89,111,'order','12'), +(90,112,'order','14'), +(91,113,'order','16'), +(92,114,'order','0'), +(93,115,'order','0'), +(94,116,'order','0'), +(95,117,'order','0'); +/*!40000 ALTER TABLE `haikuwp_termmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_terms` +-- + +DROP TABLE IF EXISTS `haikuwp_terms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_terms` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_terms` WRITE; +/*!40000 ALTER TABLE `haikuwp_terms` DISABLE KEYS */; +INSERT INTO `haikuwp_terms` VALUES +(1,'Non classé','non-classe',0), +(2,'simple','simple',0), +(3,'grouped','grouped',0), +(4,'variable','variable',0), +(5,'external','external',0), +(6,'exclude-from-search','exclude-from-search',0), +(7,'exclude-from-catalog','exclude-from-catalog',0), +(8,'featured','featured',0), +(9,'outofstock','outofstock',0), +(10,'rated-1','rated-1',0), +(11,'rated-2','rated-2',0), +(12,'rated-3','rated-3',0), +(13,'rated-4','rated-4',0), +(14,'rated-5','rated-5',0), +(15,'Others','others',0), +(16,'English','en',0), +(17,'English','pll_en',0), +(21,'Uncategorized','uncategorized-fr',0), +(30,'Earrings','earrings',0), +(31,'Rings','rings',0), +(32,'Necklaces','necklaces',0), +(33,'Bracelets','bracelets',0), +(36,'Hadou','hadou',0), +(37,'50','50',0), +(38,'52','52',0), +(39,'54','54',0), +(40,'56','56',0), +(41,'58','58',0), +(42,'60','60',0), +(43,'62','62',0), +(44,'64','64',0), +(45,'pair','pair',0), +(48,'Tiger\'s Eye','tiger-eye',0), +(49,'Malachite','malachite',0), +(50,'Hattari','hattari',0), +(51,'Ikkan','ikkan',0), +(52,'Kara','kara',0), +(53,'Kishou','kishou',0), +(54,'Rokku','rokku',0), +(55,'BoroBoro','boroboro',0), +(56,'Piasu','piasu',0), +(57,'Tamanori','tamanori',0), +(58,'Size 1','size-1',0), +(59,'Size 2','size-2',0), +(60,'Tanemaki','tanemaki',0), +(61,'Fuyou','fuyou',0), +(62,'long','long',0), +(63,'medium','medium',0), +(64,'short','short',0), +(65,'Kagun','kagun',0), +(66,'one earring','one',0), +(67,'Mugura','mugura',0), +(68,'Lapis Lazuli','lapis-lazuli',0), +(69,'Green Jaspe','green-jaspe',0), +(70,'Hawk\'s Eye','hawk-eye',0), +(71,'one element earring','one-element-side',0), +(72,'two elements earring','two-elements-side',0), +(73,'Green Aventurine','green-aventurine',0), +(74,'Crystal','crystal',0), +(75,'Jade','jade',0), +(76,'all','all',0), +(77,'left side','left-side',0), +(78,'right side','right-side',0), +(79,'Honey Jade','honey-jade',0), +(80,'Uteki','uteki',0), +(81,'Uteki','uteki',0), +(82,'PISHI','pishi',0), +(83,'Kime','kime',0), +(86,'40€','40e',0), +(87,'50€','50e',0), +(88,'60€','60e',0), +(89,'70€','70e',0), +(90,'80€','80e',0), +(91,'90€','90e',0), +(92,'100€','100e',0), +(93,'PUCHI','puchi',0), +(94,'55','55',0), +(95,'55€','55e',0), +(96,'110€','110e',0), +(97,'120€','120e',0), +(98,'130€','130e',0), +(99,'140€','140e',0), +(100,'150€','150e',0), +(101,'Workshops','workshops',0), +(102,'Silver plated brass','slv-brass',0), +(103,'Gold plated brass','gld-brass',0), +(104,'Sterling silver','strl-silver',0), +(105,'48','48',0), +(106,'49','49',0), +(107,'51','51',0), +(108,'53','53',0), +(109,'55','55',0), +(110,'57','57',0), +(111,'59','59',0), +(112,'61','61',0), +(113,'63','63',0), +(114,'pair big hoops','pair-big-hoops',0), +(115,'pair small hoops','pair-small-hoops',0), +(116,'one big hoop','one-big-hoop',0), +(117,'one small hoop','one-small-hoop',0), +(118,'Workshop','workshop',0), +(119,'Tama','tama',0); +/*!40000 ALTER TABLE `haikuwp_terms` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_usermeta` +-- + +DROP TABLE IF EXISTS `haikuwp_usermeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=335 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_usermeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_usermeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_usermeta` DISABLE KEYS */; +INSERT INTO `haikuwp_usermeta` VALUES +(1,1,'nickname','gcch'), +(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','blue'), +(9,1,'use_ssl','0'), +(10,1,'show_admin_bar_front','false'), +(11,1,'locale','en_GB'), +(12,1,'haikuwp_capabilities','a:1:{s:13:\"administrator\";b:1;}'), +(13,1,'haikuwp_user_level','10'), +(14,1,'dismissed_wp_pointers',''), +(15,1,'show_welcome_panel','1'), +(17,1,'haikuwp_dashboard_quick_press_last_post_id','5'), +(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"169.155.241.0\";}'), +(19,1,'_woocommerce_tracks_anon_id','woo:d4XJVDeUWJmLLIBoynrGwlsO'), +(21,1,'last_update','1746806847'), +(22,1,'woocommerce_admin_task_list_tracked_started_tasks','{\"customize-store\":1,\"products\":1}'), +(23,1,'wc_last_active','1777996375'), +(24,1,'meta-box-order_product','a:4:{s:25:\"carbon_fields_after_title\";s:0:\"\";s:4:\"side\";s:101:\"submitdiv,slugdiv,postimagediv,product_catdiv,tagsdiv-collection,tagsdiv-product_tag,product_branddiv\";s:6:\"normal\";s:63:\"postexcerpt,postcustom,carbon_fields_container_products_details\";s:8:\"advanced\";s:25:\"woocommerce-product-data,\";}'), +(25,1,'edit_page_per_page','20'), +(26,1,'haikuwp_user-settings','posts_list_mode=excerpt&libraryContent=browse&editor=html&hidetb=0'), +(27,1,'haikuwp_user-settings-time','1732442434'), +(30,1,'woocommerce_admin_variable_product_tour_shown','\"yes\"'), +(34,1,'billing_first_name',''), +(35,1,'billing_last_name',''), +(36,1,'billing_company',''), +(37,1,'billing_address_1',''), +(38,1,'billing_address_2',''), +(39,1,'billing_city',''), +(40,1,'billing_postcode',''), +(41,1,'billing_country',''), +(42,1,'billing_state',''), +(43,1,'billing_phone',''), +(44,1,'billing_email','g7c'), +(45,1,'shipping_first_name',''), +(46,1,'shipping_last_name',''), +(47,1,'shipping_company',''), +(48,1,'shipping_address_1',''), +(49,1,'shipping_address_2',''), +(50,1,'shipping_city',''), +(51,1,'shipping_postcode',''), +(52,1,'shipping_country',''), +(53,1,'shipping_state',''), +(54,1,'shipping_phone',''), +(57,1,'wc_marketplace_suggestions_dismissed_suggestions','a:4:{i:0;s:28:\"product-edit-name-your-price\";i:1;s:31:\"product-edit-min-max-quantities\";i:2;s:42:\"product-edit-woocommerce-one-page-checkout\";i:3;s:29:\"product-edit-variation-images\";}'), +(58,1,'closedpostboxes_product','a:1:{i:0;s:11:\"postexcerpt\";}'), +(59,1,'metaboxhidden_product','a:2:{i:0;s:11:\"postexcerpt\";i:1;s:10:\"postcustom\";}'), +(61,1,'screen_layout_product','2'), +(63,1,'manageedit-productcolumnshidden','a:2:{i:0;s:11:\"product_tag\";i:1;s:8:\"featured\";}'), +(64,1,'edit_product_per_page','100'), +(68,1,'dismissed_uploads_directory_is_unprotected_notice','1'), +(69,1,'dismissed_update_notice','1'), +(81,2,'nickname','manon'), +(82,2,'first_name','Manon'), +(83,2,'last_name','DÉSIGNÈRE'), +(84,2,'description',''), +(85,2,'rich_editing','true'), +(86,2,'syntax_highlighting','true'), +(87,2,'comment_shortcuts','false'), +(88,2,'admin_color','fresh'), +(89,2,'use_ssl','0'), +(90,2,'show_admin_bar_front','true'), +(91,2,'locale','en_GB'), +(92,2,'haikuwp_capabilities','a:1:{s:13:\"administrator\";b:1;}'), +(93,2,'haikuwp_user_level','10'), +(94,2,'dismissed_wp_pointers',''), +(95,2,'session_tokens','a:1:{s:64:\"1ad366a00acd8c673142409995104b04727c5eb911714d647d4d47faedf10564\";a:4:{s:10:\"expiration\";i:1730208242;s:2:\"ip\";s:13:\"81.164.20.154\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";s:5:\"login\";i:1728998642;}}'), +(96,2,'wc_last_active','1730160000'), +(98,2,'_woocommerce_tracks_anon_id','woo:tTnslNIiEvD9zC3nQTmFxTO7'), +(99,2,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'), +(102,2,'haikuwp_user-settings','editor=tinymce&libraryContent=browse'), +(103,2,'haikuwp_user-settings-time','1727711511'), +(104,2,'closedpostboxes_product','a:1:{i:0;s:19:\"tagsdiv-product_tag\";}'), +(105,2,'metaboxhidden_product','a:4:{i:0;s:40:\"carbon_fields_container_products_details\";i:1;s:10:\"postcustom\";i:2;s:7:\"slugdiv\";i:3;s:11:\"postexcerpt\";}'), +(106,2,'last_update','1728072417'), +(107,2,'woocommerce_admin_variable_product_tour_shown','yes'), +(110,1,'session_tokens','a:2:{s:64:\"e5adab48d5fed7e72ff8cbf75068c8c9c97ca66d319a1781399e8a886a12a3d0\";a:4:{s:10:\"expiration\";i:1778226245;s:2:\"ip\";s:14:\"169.155.241.39\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1777016645;}s:64:\"8df7652ed842bafe259f3e00335162e0e8471e9c4414685d7c0077df48cb7b96\";a:4:{s:10:\"expiration\";i:1778169174;s:2:\"ip\";s:13:\"169.155.241.3\";s:2:\"ua\";s:70:\"Mozilla/5.0 (X11; Linux x86_64; rv:150.0) Gecko/20100101 Firefox/150.0\";s:5:\"login\";i:1777996374;}}'), +(126,1,'woocommerce_admin_homepage_stats','{\"installJetpackDismissed\":true}'), +(128,1,'managewoocommerce_page_wc-orderscolumnshidden','a:0:{}'), +(129,1,'edit_shop_order_per_page','20'), +(132,1,'roc_dismissed_wc_pro_notice','1'), +(146,1,'closedpostboxes_woocommerce_page_wc-orders','a:1:{i:0;s:12:\"wms_meta_box\";}'), +(147,1,'metaboxhidden_woocommerce_page_wc-orders','a:0:{}'), +(155,1,'wp_mail_smtp_pro_banner_dismissed','1'), +(165,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"bb75df9dea643dd96634d2474f715f58\";s:8:\"newemail\";s:17:\"g7colin@gmail.com\";}'), +(168,1,'closedpostboxes_dashboard','a:1:{i:0;s:32:\"wp_mail_smtp_reports_widget_lite\";}'), +(169,1,'metaboxhidden_dashboard','a:0:{}'), +(184,1,'roc_dismissed_pro_release_notice','1'), +(220,1,'woocommerce_admin_dashboard_chart_interval','month'), +(222,1,'meta-box-order_woocommerce_page_wc-orders','a:3:{s:4:\"side\";s:62:\"woocommerce-order-notes,woocommerce-order-actions,wms_meta_box\";s:6:\"normal\";s:87:\"woocommerce-order-data,woocommerce-order-items,woocommerce-order-downloads,order_custom\";s:8:\"advanced\";s:0:\"\";}'), +(291,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'), +(318,1,'tools_page_action_scheduler_per_page','500'); +/*!40000 ALTER TABLE `haikuwp_usermeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_users` +-- + +DROP TABLE IF EXISTS `haikuwp_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_users` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_users` WRITE; +/*!40000 ALTER TABLE `haikuwp_users` DISABLE KEYS */; +INSERT INTO `haikuwp_users` VALUES +(1,'gcch','$wp$2y$12$UHovdPRrIRD8n3ACEcH.V.8UX8wJB0FodP4UGcDlNU9PNZSy32K/i','gcch','contact@gcch.fr','https://haikuatelier.fr.ddev.site/wp','2024-08-04 20:10:39','',0,'gcch'), +(2,'manon','$2y$10$PQ3e05y6ZdzN40jk.1DHBuQeRiN5nw9QA0pghx6/AeJJfhqv1AcRy','manon','haiku.atelier@gmail.com','https://haikuatelier.com','2024-09-25 06:10:56','',0,'Manon DÉSIGNÈRE'); +/*!40000 ALTER TABLE `haikuwp_users` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_admin_note_actions` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_admin_note_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_admin_note_actions` ( + `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `note_id` bigint(20) unsigned NOT NULL, + `name` varchar(255) NOT NULL, + `label` varchar(255) NOT NULL, + `query` longtext NOT NULL, + `status` varchar(255) NOT NULL, + `actioned_text` varchar(255) NOT NULL, + `nonce_action` varchar(255) DEFAULT NULL, + `nonce_name` varchar(255) DEFAULT NULL, + PRIMARY KEY (`action_id`), + KEY `note_id` (`note_id`) +) ENGINE=InnoDB AUTO_INCREMENT=582 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_admin_note_actions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_admin_note_actions` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_admin_note_actions` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_admin_note_actions` VALUES +(1,1,'notify-refund-returns-page','Edit page','https://haikuatelier.fr.ddev.site/wp/wp-admin/post.php?post=11&action=edit','actioned','',NULL,NULL), +(86,59,'connect','Connecter','?page=wc-addons§ion=helper','unactioned','',NULL,NULL), +(424,61,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_medium=product','actioned','',NULL,NULL), +(428,4,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned','',NULL,NULL), +(429,5,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL), +(430,6,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned','',NULL,NULL), +(431,7,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned','',NULL,NULL), +(432,8,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL), +(434,10,'update-wc-subscriptions-3-0-15','View latest version','https://haikuatelier.fr.ddev.site/wp/wp-admin/&page=wc-addons§ion=helper','actioned','',NULL,NULL), +(435,11,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL), +(436,14,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL), +(437,15,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL), +(438,16,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(439,16,'dismiss','Dismiss','','actioned','',NULL,NULL), +(440,17,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(441,17,'dismiss','Dismiss','','actioned','',NULL,NULL), +(442,18,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(443,18,'dismiss','Dismiss','','actioned','',NULL,NULL), +(444,19,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(445,19,'dismiss','Dismiss','','actioned','',NULL,NULL), +(447,21,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL), +(448,21,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL), +(449,22,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL), +(450,22,'dismiss','Dismiss','','actioned','',NULL,NULL), +(452,24,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL), +(453,25,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(454,25,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL), +(455,26,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(456,26,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL), +(457,27,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned','',NULL,NULL), +(458,28,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(459,28,'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','unactioned','',NULL,NULL), +(460,29,'woocommerce-wcpay-march-2023-update-needed-button','See Blog Post','https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know','unactioned','',NULL,NULL), +(461,29,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned','',NULL,NULL), +(463,31,'extension-settings','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(464,31,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(465,32,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(466,32,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(467,33,'woopay-beta-existingmerchants-noaction-documentation-27APR23','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23','actioned','',NULL,NULL), +(468,34,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL), +(469,35,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(470,35,'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','actioned','',NULL,NULL), +(471,36,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(472,36,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(473,37,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(474,37,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL), +(475,38,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(476,38,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL), +(477,39,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(478,39,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','unactioned','',NULL,NULL), +(479,40,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(480,40,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','unactioned','',NULL,NULL), +(481,41,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(482,41,'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','unactioned','',NULL,NULL), +(483,42,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(484,42,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(487,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(488,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned','',NULL,NULL), +(489,45,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL), +(490,45,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://haikuatelier.fr.ddev.site/wp/wp-admin/#','actioned','',NULL,NULL), +(491,46,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(492,46,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned','',NULL,NULL), +(493,47,'learn-more','Learn more','https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage','unactioned','',NULL,NULL), +(494,48,'plugin-list','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(495,48,'dismiss','Dismiss','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-admin','actioned','',NULL,NULL), +(496,49,'woocommerce-WCStripe-Aug-2023-update-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php?','unactioned','',NULL,NULL), +(497,49,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(498,50,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(499,51,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(501,53,'woo-activation-survey-blockers-survey-button-22AUG23','Take our short survey','https://woocommerce.survey.fm/getting-started-with-woo','unactioned','',NULL,NULL), +(502,54,'woocommerce-usermeta-Sept2023-productvendors','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php','unactioned','',NULL,NULL), +(503,54,'dismiss','Dismiss','https://haikuatelier.fr.ddev.site/wp/wp-admin/#','actioned','',NULL,NULL), +(504,55,'woocommerce-STRIPE-Oct-2023-update-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(505,55,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(509,62,'day-after-first-product','Learn more','https://woocommerce.com/document/woocommerce-customizer/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(510,63,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=product','actioned','',NULL,NULL), +(511,64,'tracking-opt-in','Activate usage tracking','','actioned','',NULL,NULL), +(542,66,'learn-more','Learn more','https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(543,67,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(553,69,'browse','Browse','https://woocommerce.com/success-stories/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(554,70,'view-report','View report','?page=wc-admin&path=/analytics/revenue&period=custom&compare=previous_year&after=2024-11-26&before=2024-11-26','actioned','',NULL,NULL), +(555,71,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(568,72,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(578,65,'update-db_done','Thanks!','https://haikuatelier.com/wp/wp-admin/admin.php?page=wc-status&status=failed&tab=action-scheduler&s&bulk_action=Apply&paged=1&wc-hide-notice=update','actioned','woocommerce_hide_notices_nonce','woocommerce_hide_notices_nonce','_wc_notice_nonce'), +(579,73,'try-the-new-templates','Try the new templates','?page=wc-settings&tab=email&try-new-templates','actioned','',NULL,NULL), +(580,74,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(581,75,'scheduled-updates-enable','Enable','https://haikuatelier.com/wp/wp-admin/admin.php?page=wc-admin','actioned','Scheduled updates enabled',NULL,NULL); +/*!40000 ALTER TABLE `haikuwp_wc_admin_note_actions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_admin_notes` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_admin_notes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_admin_notes` ( + `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `type` varchar(20) NOT NULL, + `locale` varchar(20) NOT NULL, + `title` longtext NOT NULL, + `content` longtext NOT NULL, + `content_data` longtext DEFAULT NULL, + `status` varchar(200) NOT NULL, + `source` varchar(200) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_reminder` datetime DEFAULT NULL, + `is_snoozable` tinyint(1) NOT NULL DEFAULT 0, + `layout` varchar(20) NOT NULL DEFAULT '', + `image` varchar(200) DEFAULT NULL, + `is_deleted` tinyint(1) NOT NULL DEFAULT 0, + `is_read` tinyint(1) NOT NULL DEFAULT 0, + `icon` varchar(200) NOT NULL DEFAULT 'info', + PRIMARY KEY (`note_id`) +) ENGINE=InnoDB AUTO_INCREMENT=76 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_admin_notes` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_admin_notes` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_admin_notes` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_admin_notes` VALUES +(1,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','actioned','woocommerce-core','2024-08-05 13:12:38',NULL,0,'plain','',0,1,'info'), +(4,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping & Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(5,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.

      Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with WooCommerce Shipping.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(6,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(7,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(8,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(10,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade WooCommerce Subscriptions to version 3.0.15 or later.

      Click the button below to view and update to the latest Subscriptions version, or log in to WooCommerce.com Dashboard and navigate to your Downloads page.

      We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.

      If you have any questions we are here to help — just open a ticket.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(11,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(14,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!

      Now is a great time to upgrade to our latest PayPal extension to continue to receive support and updates with PayPal.

      Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(15,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.

      Start using our latest PayPal today to continue to receive support and updates.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(16,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Our investigation into this vulnerability is ongoing, but we wanted to let you know now about the importance of updating immediately.

      For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(17,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Our investigation into this vulnerability is ongoing, but we wanted to let you know now about the importance of updating immediately.

      For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(18,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Your store has been updated to the latest secure version(s). For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(19,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Your store has been updated to the latest secure version(s). For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(21,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','Your store has been updated to the latest secure version of WooCommerce. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use PayPal Payments to accept PayPal.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(22,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','Your store has been updated to the latest secure version of WooCommerce. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(24,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(25,'needs-update-eway-payment-gateway-rin-2022-12-20','update','en_US','Security vulnerability patched in WooCommerce Eway Gateway','In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(26,'updated-eway-payment-gateway-rin-2022-12-20','update','en_US','WooCommerce Eway Gateway has been automatically updated','Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(27,'ecomm-wc-navigation-survey-2023','info','en_US','Navigating WooCommerce on WordPress.com','We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(28,'woopay-beta-merchantrecruitment-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n

      \r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n

      \r\nGet started in seconds.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(29,'woocommerce-wcpay-march-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Payments','Your store requires a security update for WooCommerce Payments. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(31,'woocommerce-WCPreOrders-april-2023-update-needed','update','en_US','Action required: Security update of WooCommerce Pre-Orders extension','Your store requires a security update for the WooCommerce Pre-Orders extension. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(32,'woopay-beta-merchantrecruitment-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n

      \r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n

      \r\nUpdate WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(33,'woopay-beta-existingmerchants-noaction-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n

      \r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(34,'woopay-beta-existingmerchants-update-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n

      \r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(35,'woopay-beta-merchantrecruitment-short-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(36,'woopay-beta-merchantrecruitment-short-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature.
      Boost conversions by letting customers pay with a single click.

      Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(37,'woopay-beta-merchantrecruitment-short-06MAY23-TESTA','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(38,'woopay-beta-merchantrecruitment-short-06MAY23-TESTB','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(39,'woopay-beta-merchantrecruitment-short-06MAY23-TESTC','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(40,'woopay-beta-merchantrecruitment-short-06MAY23-TESTD','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(41,'woopay-beta-merchantrecruitment-short-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(42,'woopay-beta-merchantrecruitment-short-update-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature.
      Boost conversions by letting customers pay with a single click.

      Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Returns and Warranty Requests extension','Your store requires a security update for the Returns and Warranty Requests extension. Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(45,'woocommerce-WCOPC-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce One Page Checkout','Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(46,'woocommerce-WCGC-July-2023-update-needed','update','en_US','Action required: Security update of WooCommerce GoCardless Extension','Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension. The fix for this vulnerability was released on July 4th. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(47,'woocommerce-shipping-fedex-api-outage-2023-07-16','warning','en_US','Scheduled FedEx API outage — July 2023','On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(48,'wcship-2023-07-hazmat-update-needed','update','en_US','Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension','Your store requires an update for the WooCommerce Shipping extension. Please update to the latest version of the WooCommerce Shipping & Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(49,'woocommerce-WCStripe-Aug-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe plugin','Your shop requires an important security update for the WooCommerce Stripe plugin. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(50,'woocommerce-WCStripe-Aug-2023-security-updated','update','en_US','Security update of WooCommerce Stripe plugin','Your store has been updated to the latest secure version of the WooCommerce Stripe plugin. This update was released on July 31.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(51,'woocommerce-WooPayments-Aug-2023-security-updated','update','en_US','Security update of WooPayments (WooCommerce Payments) plugin','Your store has been updated to the more secure version of WooPayments (WooCommerce Payments). This update was released on July 31.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(53,'woo-activation-survey-blockers-22AUG23','info','en_US','How can we help you get that first sale?','Your feedback is vital. Please take a minute to share your experience of setting up your new store and whether anything is preventing you from making those first few sales. Together, we can make Woo even better!','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(54,'woocommerce-usermeta-Sept2023-productvendors','update','en_US','Your store requires a security update','Your shop needs an update to address a vulnerability in WooCommerce. The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. Read our developer update for more information.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(55,'woocommerce-STRIPE-Oct-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe Gateway','Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway. The fix for this vulnerability was released on October 17. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(59,'wc-admin-wc-helper-connection','info','en_US','Se connecter à WooCommerce.com','Connectez-vous pour obtenir des notifications et des mises à jour importantes sur les produits.','{}','unactioned','woocommerce-admin','2024-08-05 13:13:55',NULL,0,'plain','',1,1,'info'), +(61,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics – wherever you are.','{}','unactioned','woocommerce-admin','2024-08-07 13:30:14',NULL,0,'plain','',1,1,'info'), +(62,'wc-admin-customizing-product-catalog','info','en_US','How to customise your product catalogue','You want your product catalogue and images to look great and align with your brand. This guide will give you all the tips you need to get your products looking great in your store.','{}','unactioned','woocommerce-admin','2024-08-08 16:35:00',NULL,0,'plain','',1,1,'info'), +(63,'wc-admin-onboarding-payments-reminder','info','en_US','Start accepting payments on your store!','Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.','{}','unactioned','woocommerce-admin','2024-08-10 13:35:49',NULL,0,'plain','',1,1,'info'), +(64,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the Settings and choose to stop sharing data. Read more about what data we collect.','{}','unactioned','woocommerce-admin','2024-08-12 15:54:19',NULL,0,'plain','',1,1,'info'), +(65,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','{}','actioned','woocommerce-core','2024-08-22 14:16:51',NULL,0,'plain','',0,1,'info'), +(66,'wc-admin-launch-checklist','info','en_US','Ready to launch your store?','To make sure you never get that sinking \"what did I forget\" feeling, we\'ve put together the essential pre-launch checklist.','{}','unactioned','woocommerce-admin','2024-10-31 13:30:48',NULL,0,'plain','',1,1,'info'), +(67,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','unactioned','woocommerce-admin','2024-11-03 13:16:04',NULL,0,'plain','',1,1,'info'), +(69,'wc-admin-orders-milestone','info','en_US','Congratulations on processing 10 orders!','You\'ve hit the 10 orders milestone! Look at you go. Browse some WooCommerce success stories for inspiration.','{\"current_milestone\":10}','unactioned','woocommerce-admin','2024-11-21 16:12:57',NULL,0,'plain','',0,1,'info'), +(70,'wc-admin-new-sales-record','info','en_US','New sales record!','Woohoo, November 26th was your record day for sales! Net sales was € 1.525,00 beating the previous record of € 1.390,00 set on November 13th.','{\"old_record_date\":\"2024-11-13\",\"old_record_amt\":1390,\"new_record_date\":\"2024-11-26\",\"new_record_amt\":1525}','unactioned','woocommerce-admin','2024-11-27 13:20:42',NULL,0,'plain','',0,1,'info'), +(71,'wc-admin-manage-orders-on-the-go','info','en_US','Manage your orders on the go','Look for orders, customer info, and process refunds in one click with the Woo app.','{}','unactioned','woocommerce-admin','2025-02-01 14:43:19',NULL,0,'plain','',0,1,'info'), +(72,'wc-admin-performance-on-mobile','info','en_US','Track your store performance on mobile','Monitor your sales and high performing products with the Woo app.','{}','unactioned','woocommerce-admin','2025-05-02 13:13:21',NULL,0,'plain','',0,1,'info'), +(73,'wc-admin-email-improvements','info','en_US','Store emails have had an upgrade!','We’ve made some exciting improvements to our email templates, including modern, shopper-friendly designs and new customization options. And if you’re using a block theme, you can automatically sync your theme styles! Head to your email settings to explore the new features.','{}','unactioned','woocommerce-admin','2025-06-13 13:13:15',NULL,0,'plain','',0,1,'info'), +(74,'wc-admin-edit-products-on-the-move','info','en_US','Edit products on the move','Edit and create new products from your mobile devices with the Woo app','{}','unactioned','woocommerce-admin','2025-08-05 13:12:43',NULL,0,'plain','',0,1,'info'), +(75,'wc-admin-scheduled-updates-promotion','info','en_US','Analytics now supports scheduled updates','This provides improved performance to your store, enable it in Analytics > Settings.','{}','unactioned','woocommerce-admin','2026-03-11 16:21:04',NULL,0,'plain','',0,1,'info'); +/*!40000 ALTER TABLE `haikuwp_wc_admin_notes` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_category_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_category_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_category_lookup` ( + `category_tree_id` bigint(20) unsigned NOT NULL, + `category_id` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`category_tree_id`,`category_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_category_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_category_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_category_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_category_lookup` VALUES +(15,15), +(30,30), +(31,31), +(32,32), +(33,33), +(101,101); +/*!40000 ALTER TABLE `haikuwp_wc_category_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_customer_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_customer_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_customer_lookup` ( + `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned DEFAULT NULL, + `username` varchar(60) NOT NULL DEFAULT '', + `first_name` varchar(255) NOT NULL, + `last_name` varchar(255) NOT NULL, + `email` varchar(100) DEFAULT NULL, + `date_last_active` timestamp NULL DEFAULT NULL, + `date_registered` timestamp NULL DEFAULT NULL, + `country` char(2) NOT NULL DEFAULT '', + `postcode` varchar(20) NOT NULL DEFAULT '', + `city` varchar(100) NOT NULL DEFAULT '', + `state` varchar(100) NOT NULL DEFAULT '', + PRIMARY KEY (`customer_id`), + UNIQUE KEY `user_id` (`user_id`), + KEY `email` (`email`) +) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_customer_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_customer_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_customer_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_customer_lookup` VALUES +(7,NULL,'','Sofia','Balducci','sofia.balducci99@gmail.com','2025-10-12 19:03:18',NULL,'FR','75007','Paris',''), +(8,NULL,'','Claudia','Van Vynckt - WIPLAW','claudia.vanvynckt@hotmail.fr','2024-11-29 08:05:49',NULL,'BE','1050','Bruxelles',''), +(9,NULL,'','Lucie','Leiner','lucie.leiner@gmail.com','2024-11-29 16:22:16',NULL,'BE','1630','Linkebeek',''), +(10,NULL,'','CLAIRE','MAROUFIN','maroufin.claire@gmail.com','2025-12-02 08:20:29',NULL,'FR','94270','Le Kremlin-Bicêtre',''), +(12,NULL,'','Violette','Cubier','v.cubier@gmail.com','2024-12-02 15:33:11',NULL,'FR','92320','Chatillon',''), +(13,NULL,'','Elise','Colson','choploone@gmail.com','2024-12-03 16:03:18',NULL,'BE','4420','Saint-Nicolas','Liège'), +(14,NULL,'','Maren','Sigge','maren.sigge@gmail.com','2024-12-03 21:53:41',NULL,'BE','1160','Auderghem','Belgium'), +(15,NULL,'','Perrine','Vincent','perrinevincent90@gmail.com','2024-12-06 12:08:34',NULL,'BE','5150','Floreffe','Namur'), +(16,NULL,'','Julien','Martial','julien.martial@hotmail.com','2024-12-06 13:04:22',NULL,'BE','1150','Woluwe St Pierre',''), +(17,NULL,'','christine','Saquet Bossu','c.saquetbossu@orange.fr','2024-12-12 15:55:38',NULL,'FR','35660','Renac',''), +(18,NULL,'','Nathalie','Chabin','lili.chabin@gmail.com','2024-12-19 08:08:20',NULL,'CH','1046','Rueyres - Suisse','vaud'), +(19,NULL,'','Veronique','Marchand','vsmarchand24@gmail.com','2024-12-14 09:10:01',NULL,'FR','89000','AUXERRE',''), +(20,NULL,'','Antoine','Deroisy','antoine.der92@gmail.com','2024-12-16 08:16:07',NULL,'BE','1050','Bruxelles',''), +(21,NULL,'','Ella','Richard','ella_cherry@hotmail.fr','2024-12-17 07:40:04',NULL,'FR','93310','Le Pre Saint Gervais',''), +(22,NULL,'','Elsa','Dumontel','elsa.dumontel@gmail.com','2024-12-18 14:13:28',NULL,'FR','15130','Arpajon Sur Cere','France'), +(23,NULL,'','Magali','Jacob','melian.jacob@free.fr','2024-12-26 11:37:45',NULL,'FR','67800','Hœnheim',''), +(25,NULL,'','Margot','BRISOUX','margot.brisoux@hotmail.fr','2025-01-03 08:04:01',NULL,'FR','75011','Paris',''), +(26,NULL,'','Marine','TIBERI','tiberi.marine@gmail.com','2025-01-09 11:01:26',NULL,'FR','31400','Toulouse',''), +(27,NULL,'','Alice','Tabernat','alicetabernat@yahoo.fr','2025-01-29 09:32:07',NULL,'FR','93100','Montreuil',''), +(28,NULL,'','Aïn-Establet','Manon','manon.ainest@gmail.com','2025-01-30 07:57:12',NULL,'FR','75020','Paris',''), +(30,NULL,'','Owen Andrew','O\'Neill','owenoneill2727@gmail.com','2025-02-23 16:08:07',NULL,'BE','1060','Saint-Gilles','Brussel'), +(31,NULL,'','Julie','Soulie','julie.soulie96@yahoo.fr','2025-02-26 11:51:16',NULL,'FR','75019','Paris','Ile de France'), +(32,NULL,'','Charles','Stoop','charles.stoop@gmail.com','2025-03-03 10:10:15',NULL,'BE','1170','Watermael-Boitsfort','Bruxelles'), +(33,NULL,'','Amélie','Graux','amelie.grx@gmail.com','2025-03-03 09:45:26',NULL,'FR','75020','Paris',''), +(34,NULL,'','Raphael','Kuder','raphael.kuderpro@gmail.com','2025-03-05 10:04:07',NULL,'FR','75020','Paris','IDF'), +(35,NULL,'','Eve marie','REDOUIN','evemarie.redouin@gmail.com','2025-03-23 20:39:51',NULL,'FR','91140','Villebon-sur-Yvette',''), +(36,NULL,'','Arnau','Oliver Antich','isoliverantich1@gmail.com','2025-04-08 09:44:22',NULL,'BE','1060','Saint-Gilles','Belgium'), +(38,NULL,'','Jérôme','Laurent','crack_one@hotmail.fr','2025-05-09 07:49:40',NULL,'FR','10500','BRIENNE LE CHATEAU','Aube'), +(39,NULL,'','Anne sophie','Mabi','annesophiemabi@gmail.com','2025-05-09 17:56:28',NULL,'FR','93110','Rosny sous bois',''), +(40,NULL,'','Zafiria','Efstratiadi','zafiria.efstratiadi@hotmail.com','2026-04-03 19:36:58',NULL,'BE','1080','Bruxelles','Bruxelles'), +(41,NULL,'','Laurent','CAPELO','laurentpvcapelo@gmail.com','2025-06-05 05:44:45',NULL,'FR','92130','Issy-les-Moulineaux',''), +(43,NULL,'','','','','2025-06-21 07:54:31',NULL,'','','',''), +(49,NULL,'','Mia','Mueller','mia.mueller07@gmail.com','2025-07-14 10:37:48',NULL,'BE','1000','Brussels',''), +(53,NULL,'','Myrthe','Meylaerts','myrthe.meylaerts@gmail.com','2025-09-17 16:11:56',NULL,'BE','1070','Anderlecht',''), +(54,NULL,'','Alexandra','Maillot','alexandraboubou2@gmail.com','2025-10-02 02:39:01',NULL,'FR','78500','Sartrouville',''), +(55,NULL,'','Théo','Huchet','theohuchet@laposte.net','2025-10-11 13:06:39',NULL,'FR','02000','Laon',''), +(56,NULL,'','Pauline','Dubois','pauline.duboi96@gmail.com','2025-10-12 12:50:06',NULL,'BE','1060','Saint-Gilles','Brussel-Hoofdstad'), +(57,NULL,'','Bram','De Gieter','bram.degieter@telenet.be','2025-10-18 11:34:26',NULL,'BE','9000','Gent','Oost-Vlaanderen'), +(58,NULL,'','Charlotte','Chabin','charlotte.chabin@gmail.com','2025-11-02 18:39:02',NULL,'CH','1004','Lausanne',''), +(59,NULL,'','Daphné','Thomas','daphnethomass@hotmail.com','2025-11-03 20:05:37',NULL,'FR','69600','Oullins',''), +(62,NULL,'','Paul','AMICEL','paulamicel@gmail.com','2025-11-18 07:29:10',NULL,'FR','35000','Rennes',''), +(63,NULL,'','marianne','pignot','mapignot@gmail.com','2025-11-20 13:49:47',NULL,'FR','93100','Montreuil',''), +(64,NULL,'','Anabela','Angeiras','anabela_angeiras@yahoo.fr','2025-11-24 08:50:48',NULL,'BE','1325','Chaumont Gistoux',''), +(65,NULL,'','Karen','Plasschaert','karen.plasschaert@gmail.com','2025-11-24 16:43:34',NULL,'BE','2820','Bonheiden (regio)',''), +(66,NULL,'','Annaé','Bosson','annaebosson@gmail.com','2025-11-30 20:29:07',NULL,'FR','75020','Paris',''), +(67,NULL,'','Penelope','Jourdain','penelope.jourdain@gmail.com','2025-12-02 19:47:29',NULL,'FR','94130','Nogent sur Marne','Île de France'), +(69,NULL,'','Rosa','Bamelis','annvanderschrick@telenet.be','2025-12-03 16:44:40',NULL,'BE','1701','Itterbeek','vlaams brabant'), +(70,NULL,'','Ronan','Zeegers (Dside)','perso@ronanzeegers.com','2025-12-07 20:49:42',NULL,'BE','1140','Evere',''), +(71,NULL,'','CLEMENT','ARNAUD','clement.arnaud1993@gmail.com','2025-12-10 14:54:38',NULL,'DE','18057','rostock',''), +(72,NULL,'','Géraldine','Maincent','g.maincent@gmail.com','2025-12-11 14:25:35',NULL,'FR','93500','Pantin',''), +(73,NULL,'','Louis','Poitevin','louispoitevin31@gmail.com','2025-12-14 07:05:42',NULL,'FR','56600','Lanester',''), +(74,NULL,'','Laura','FOLLI','laura.folli@laposte.net','2025-12-14 14:18:16',NULL,'FR','69004','Lyon',''), +(75,NULL,'','Thomas','MEtivier','thomasmetivier@gmail.com','2025-12-15 21:45:37',NULL,'FR','94300','Vincennes',''), +(76,NULL,'','Klëpta','FANTOZZI','kleptaschwarz@gmail.com','2025-12-18 21:40:36',NULL,'FR','69004','Lyon',''), +(77,NULL,'','Louise','Roberfroid','lou.roberfroid@gmail.com','2025-12-21 19:44:25',NULL,'BE','1060','Bruxelles',''), +(78,NULL,'','Marielaure','Gressin','marielaure.gressin@free.fr','2026-01-13 14:58:24',NULL,'FR','13850','Greasque',''), +(79,NULL,'','Laure','Chaslin','laurechaslin@gmail.com','2026-01-13 15:03:07',NULL,'FR','75018','Paris',''), +(80,NULL,'','Luna','Cornet','lunacornet@icloud.com','2026-02-01 19:14:25',NULL,'BE','1180','Uccle',''), +(81,NULL,'','Karlyne','Malonga','karlyne.malonga@gmail.com','2026-02-05 18:10:25',NULL,'FR','35000','RENNES','Bretagne'), +(82,NULL,'','Louise','Mongeau','louise.mongeau@gmail.com','2026-02-11 17:47:27',NULL,'BE','1060','Saint-Gilles',''), +(83,NULL,'','Samira','Maalmi','samira.maalmi@proton.me','2026-02-16 14:38:24',NULL,'FR','93100','Montreuil',''), +(84,NULL,'','Noelle','Starliper','noellemstarliper@gmail.com','2026-02-25 20:19:14',NULL,'NL','1013 BD','Amsterdam',''), +(85,NULL,'','Stéphanie','Van Doosselaere','steph_vandoo@hotmail.com','2026-03-06 10:17:23',NULL,'BE','4020','Liège','liège'), +(86,NULL,'','Zéphyr','MARTIN','z.martin.zephyr@gmail.com','2026-03-07 15:40:02',NULL,'FR','93130','Noisy Le Sec','Seine St denis'), +(87,NULL,'','Anaïs','Mariot','mariot.anais@gmail.com','2026-03-08 12:10:27',NULL,'FR','94700','Maisons-Alfort',''), +(88,NULL,'','Anne-Laure','Terrade','al.terrade@gmail.com','2026-03-09 17:09:15',NULL,'BE','1050','Ixelles',''), +(89,NULL,'','Tsira','Bolkvadze','btsira@gmail.com','2026-04-02 07:45:50',NULL,'FR','69003','Lyon',''), +(90,NULL,'','Constance','Villain-Lesavre','constancevillain22@gmail.com','2026-04-12 11:55:27',NULL,'FR','92240','Malakoff',''), +(91,NULL,'','Mattijs','Quartier','mattijsquartier@live.nl','2026-04-27 21:02:04',NULL,'BE','1030','Schaarbeek',''); +/*!40000 ALTER TABLE `haikuwp_wc_customer_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_download_log` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_download_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_download_log` ( + `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `timestamp` datetime NOT NULL, + `permission_id` bigint(20) unsigned NOT NULL, + `user_id` bigint(20) unsigned DEFAULT NULL, + `user_ip_address` varchar(100) DEFAULT '', + PRIMARY KEY (`download_log_id`), + KEY `permission_id` (`permission_id`), + KEY `timestamp` (`timestamp`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_download_log` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_download_log` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_download_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_download_log` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_addresses` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_addresses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_addresses` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_id` bigint(20) unsigned NOT NULL, + `address_type` varchar(20) DEFAULT NULL, + `first_name` text DEFAULT NULL, + `last_name` text DEFAULT NULL, + `company` text DEFAULT NULL, + `address_1` text DEFAULT NULL, + `address_2` text DEFAULT NULL, + `city` text DEFAULT NULL, + `state` text DEFAULT NULL, + `postcode` text DEFAULT NULL, + `country` text DEFAULT NULL, + `email` varchar(320) DEFAULT NULL, + `phone` varchar(100) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`), + KEY `order_id` (`order_id`), + KEY `email` (`email`(191)), + KEY `phone` (`phone`), + FULLTEXT KEY `order_addresses_fts` (`first_name`,`last_name`,`company`,`address_1`,`address_2`,`city`,`state`,`postcode`,`country`,`email`,`phone`) +) ENGINE=InnoDB AUTO_INCREMENT=379 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_addresses` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_addresses` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_addresses` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_addresses` VALUES +(95,862,'billing','Roberto','Ruggeri NW Groupe',NULL,'31 avenue bosquet',NULL,'Paris',NULL,'75007','FR','sofia.balducci99@gmail.com','+393470972182'), +(96,862,'shipping','Roberto','Ruggeri NW Groupe',NULL,'31 avenue bosquet',NULL,'Paris',NULL,'75007','FR',NULL,'+393470972182'), +(103,866,'billing','Claudia','Van Vynckt - WIPLAW',NULL,'279, avenue louise',NULL,'Bruxelles',NULL,'1050','BE','claudia.vanvynckt@hotmail.fr','0478183560'), +(104,866,'shipping','Claudia','Van Vynckt - WIPLAW',NULL,'279, avenue louise',NULL,'Bruxelles',NULL,'1050','BE',NULL,'0478183560'), +(107,868,'billing','Lucie','Leiner',NULL,'Vijversdreef 10',NULL,'Linkebeek',NULL,'1630','BE','lucie.leiner@gmail.com','+32489578514'), +(108,868,'shipping','Lucie','Leiner',NULL,'Vijversdreef 10',NULL,'Linkebeek',NULL,'1630','BE',NULL,'+32489578514'), +(109,869,'billing','Claire','Maroufin',NULL,'26 avenue Eugène Thomas',NULL,'Le Kremlin Bicetre',NULL,'94270','FR','maroufin.claire@gmail.com','+33681223295'), +(110,869,'shipping','Claire','Maroufin',NULL,'26 avenue Eugène Thomas',NULL,'Le Kremlin Bicetre',NULL,'94270','FR',NULL,'+33681223295'), +(113,871,'billing','Violette','Cubier',NULL,'5 rue Andre Gide',NULL,'Chatillon',NULL,'92320','FR','v.cubier@gmail.com','0616154243'), +(114,871,'shipping','Violette','Cubier',NULL,'5 rue Andre Gide',NULL,'Chatillon',NULL,'92320','FR',NULL,'0616154243'), +(115,872,'billing','Elise','Colson',NULL,'Rue des grands champs 119',NULL,'Saint-Nicolas','Liège','4420','BE','choploone@gmail.com','0498508266'), +(116,872,'shipping','Elise','Colson',NULL,'Rue des grands champs 119',NULL,'Saint-Nicolas','Liège','4420','BE',NULL,'0498508266'), +(117,873,'billing','Maren','Sigge',NULL,'Av. G. E. Lebon, 24, BP 3',NULL,'Auderghem','Belgium','1160','BE','maren.sigge@gmail.com','+32489439874'), +(118,873,'shipping','Viviane','Antoine',NULL,'Chaussée de Givet 33',NULL,'Mariembourg','Belgium','5660','BE',NULL,'+32489439874'), +(125,878,'billing','Perrine','Vincent',NULL,'Rue de la Basse-Sambre 8',NULL,'Floreffe','Namur','5150','BE','perrinevincent90@gmail.com','00 32 472 24 97 14'), +(126,878,'shipping','Perrine','Vincent',NULL,'Rue de la Basse-Sambre 8',NULL,'Floreffe','Namur','5150','BE',NULL,'00 32 472 24 97 14'), +(127,879,'billing','Julien','Martial',NULL,'Rue François Gay, 225',NULL,'Woluwe St Pierre',NULL,'1150','BE','julien.martial@hotmail.com','0472585911'), +(128,879,'shipping','Julien','Martial',NULL,'Rue François Gay, 225',NULL,'Woluwe St Pierre',NULL,'1150','BE',NULL,'0472585911'), +(129,880,'billing','christine','Saquet Bossu',NULL,'33 rue du Colonel du Halgouêt',NULL,'Renac',NULL,'35660','FR','c.saquetbossu@orange.fr','0685532210'), +(130,880,'shipping','christine','Saquet Bossu',NULL,'33 rue du Colonel du Halgouêt',NULL,'Renac',NULL,'35660','FR',NULL,'0685532210'), +(131,881,'billing','Nathalie','Chabin',NULL,'chemin de Rossy 1, 1',NULL,'Rueyres - Suisse',NULL,'1046','CH','lili.chabin@gmail.com','+41786229221'), +(132,881,'shipping','Nathalie','Chabin',NULL,'chemin de Rossy 1, 1',NULL,'Rueyres - Suisse',NULL,'1046','CH',NULL,'+41786229221'), +(137,884,'billing','Veronique','Marchand',NULL,'5 bis impasse de la Noue',NULL,'AUXERRE',NULL,'89000','FR','vsmarchand24@gmail.com','+33612102273'), +(138,884,'shipping','Veronique','Marchand',NULL,'5 bis impasse de la Noue',NULL,'AUXERRE',NULL,'89000','FR',NULL,'+33612102273'), +(139,885,'billing','Antoine','Deroisy',NULL,'389 chaussée de waterloo',NULL,'Bruxelles',NULL,'1050','BE','antoine.der92@gmail.com','0474183450'), +(140,885,'shipping','Antoine','Deroisy',NULL,'389 chaussée de waterloo',NULL,'Bruxelles',NULL,'1050','BE',NULL,'0474183450'), +(141,886,'billing','Ella','Richard',NULL,'44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France',NULL,'Le Pre Saint Gervais',NULL,'93310','FR','ella_cherry@hotmail.fr','06 77 32 66 50'), +(142,886,'shipping','Ella','Richard',NULL,'44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France',NULL,'Le Pre Saint Gervais',NULL,'93310','FR',NULL,'06 77 32 66 50'), +(143,887,'billing','Elsa','Dumontel',NULL,'29 Route Des Chenes',NULL,'Arpajon Sur Cere','France','15130','FR','elsa.dumontel@gmail.com','0642985078'), +(144,887,'shipping','Elsa','Dumontel',NULL,'29 Route Des Chenes',NULL,'Arpajon Sur Cere','France','15130','FR',NULL,'0642985078'), +(145,888,'billing','Nathalie','Chabin',NULL,'chemin de Rossy 1',NULL,'Rueyres - Suisse','vaud','1046','CH','lili.chabin@gmail.com','+41786229221'), +(146,888,'shipping','Nathalie','Chabin',NULL,'chemin de Rossy 1',NULL,'Rueyres - Suisse','vaud','1046','CH',NULL,'+41786229221'), +(147,889,'billing','Magali','Jacob',NULL,'1 Rue du Limousin',NULL,'Hœnheim',NULL,'67800','FR','melian.jacob@free.fr','0670745455'), +(148,889,'shipping','Magali','Jacob',NULL,'1 Rue du Limousin',NULL,'Hœnheim',NULL,'67800','FR',NULL,'0670745455'), +(153,894,'billing','Margot','BRISOUX',NULL,'13 rue Camille Desmoulins',NULL,'Paris',NULL,'75011','FR','margot.brisoux@hotmail.fr','0679481991'), +(154,894,'shipping','Margot','BRISOUX',NULL,'13 rue Camille Desmoulins',NULL,'Paris',NULL,'75011','FR',NULL,'0679481991'), +(155,895,'billing','Marine','TIBERI',NULL,'50 rue Jules Clarétie',NULL,'Toulouse',NULL,'31400','FR','tiberi.marine@gmail.com','+33602079136'), +(156,895,'shipping','Marine','TIBERI',NULL,'50 rue Jules Clarétie',NULL,'Toulouse',NULL,'31400','FR',NULL,'+33602079136'), +(157,897,'billing','Alice','Tabernat',NULL,'88 boulevard Aristide Briand',NULL,'Montreuil',NULL,'93100','FR','alicetabernat@yahoo.fr','0770426206'), +(158,897,'shipping','Alice','Tabernat',NULL,'88 boulevard Aristide Briand',NULL,'Montreuil',NULL,'93100','FR',NULL,'0770426206'), +(161,899,'billing','Aïn-Establet','Manon',NULL,'140, boulevard de Menilmontant',NULL,'Paris',NULL,'75020','FR','manon.ainest@gmail.com','0612109541'), +(162,899,'shipping','Aïn-Establet','Manon',NULL,'140, boulevard de Menilmontant',NULL,'Paris',NULL,'75020','FR',NULL,'0612109541'), +(165,901,'billing','Owen Andrew','O\'Neill',NULL,'Rue Bosquet, 25',NULL,'Saint-Gilles','Brussel','1060','BE','owenoneill2727@gmail.com','+353852179564'), +(166,901,'shipping','Owen Andrew','O\'Neill',NULL,'Rue Bosquet, 25',NULL,'Saint-Gilles','Brussel','1060','BE',NULL,'+353852179564'), +(169,903,'billing','Julie','Soulie',NULL,'17/19 rue de l\'Atlas',NULL,'Paris','Ile de France','75019','FR','julie.soulie96@yahoo.fr','0643105822'), +(170,903,'shipping','Julie','Soulie',NULL,'17/19 rue de l\'Atlas',NULL,'Paris','Ile de France','75019','FR',NULL,'0643105822'), +(173,905,'billing','Amélie','Graux',NULL,'15 rue du Capitaine Ferber',NULL,'Paris',NULL,'75020','FR','amelie.grx@gmail.com','0667102260'), +(174,905,'shipping','Amélie','Graux',NULL,'15 rue du Capitaine Ferber',NULL,'Paris',NULL,'75020','FR',NULL,'0667102260'), +(175,906,'billing','Charles','Stoop',NULL,'Rue Edouard Olivier 27',NULL,'Watermael-Boitsfort','Bruxelles','1170','BE','charles.stoop@gmail.com','0493566360'), +(176,906,'shipping','Charles','Stoop',NULL,'Rue Edouard Olivier 27',NULL,'Watermael-Boitsfort','Bruxelles','1170','BE',NULL,'0493566360'), +(177,907,'billing','Raphael','Kuder',NULL,'140 boulevard de Ménilmontant',NULL,'Paris','IDF','75020','FR','raphael.kuderpro@gmail.com','0783260894'), +(178,907,'shipping','Raphael','Kuder',NULL,'140 boulevard de Ménilmontant',NULL,'Paris','IDF','75020','FR',NULL,'0783260894'), +(179,908,'billing','Eve marie','REDOUIN',NULL,'3 Rue des Hortensias',NULL,'Villebon-sur-Yvette',NULL,'91140','FR','evemarie.redouin@gmail.com','0642769155'), +(180,908,'shipping','Eve marie','REDOUIN',NULL,'3 Rue des Hortensias',NULL,'Villebon-sur-Yvette',NULL,'91140','FR',NULL,'0642769155'), +(183,910,'billing','Arnau','Oliver Antich',NULL,'Rue du Mont-Blanc 57, R.D.C.',NULL,'Saint-Gilles','Belgium','1060','BE','isoliverantich1@gmail.com','+34 648761712'), +(184,910,'shipping','Arnau','Oliver Antich',NULL,'Rue du Mont-Blanc 57, R.D.C.',NULL,'Saint-Gilles','Belgium','1060','BE',NULL,'+34 648761712'), +(187,912,'billing','Jérôme','Laurent',NULL,'5 place de la république',NULL,'BRIENNE LE CHATEAU','Aube','10500','FR','crack_one@hotmail.fr','+33695854956'), +(188,912,'shipping','Jérôme','Laurent',NULL,'5 place de la république',NULL,'BRIENNE LE CHATEAU','Aube','10500','FR',NULL,'+33695854956'), +(193,921,'billing','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR','annesophiemabi@gmail.com','+33678454888'), +(194,921,'shipping','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR',NULL,'+33678454888'), +(195,922,'billing','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR','annesophiemabi@gmail.com','+33678454888'), +(196,922,'shipping','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR',NULL,'+33678454888'), +(199,924,'billing','Laurent','CAPELO',NULL,'24 Avenue Bourgain',NULL,'Issy-les-Moulineaux',NULL,'92130','FR','laurentpvcapelo@gmail.com','+33646234205'), +(200,924,'shipping','Laurent','CAPELO',NULL,'24 Avenue Bourgain',NULL,'Issy-les-Moulineaux',NULL,'92130','FR',NULL,'+33646234205'), +(205,1013,'billing','Mia','Mueller',NULL,'Chaussee de Vleurgat 172',NULL,'Brussels',NULL,'1000','BE','mia.mueller07@gmail.com','0474470271'), +(206,1013,'shipping','Mia','Mueller',NULL,'Chaussee de Vleurgat 172',NULL,'Brussels',NULL,'1000','BE',NULL,'0474470271'), +(249,1443,'billing','Myrthe','Meylaerts',NULL,'Demosthenesstraat 242',NULL,'Anderlecht',NULL,'1070','BE','myrthe.meylaerts@gmail.com','0499089766'), +(250,1443,'shipping','Myrthe','Meylaerts',NULL,'Demosthenesstraat 242',NULL,'Anderlecht',NULL,'1070','BE',NULL,'0499089766'), +(251,1480,'billing','Alexandra','Maillot',NULL,'26 rue de Stalingrad',NULL,'Sartrouville',NULL,'78500','FR','alexandraboubou2@gmail.com','0663463354'), +(252,1480,'shipping','Alexandra','Maillot',NULL,'26 rue de Stalingrad',NULL,'Sartrouville',NULL,'78500','FR',NULL,'0663463354'), +(253,1486,'billing','Théo','Huchet',NULL,'58 Rue Châtelaine',NULL,'Laon',NULL,'02000','FR','theohuchet@laposte.net','+33628751554'), +(254,1486,'shipping','Théo','Huchet',NULL,'58 Rue Châtelaine',NULL,'Laon',NULL,'02000','FR',NULL,'+33628751554'), +(255,1487,'billing','Théo','Huchet',NULL,'58 rue châtelaine',NULL,'Laon',NULL,'02000','FR','theohuchet@laposte.net','0628751554'), +(256,1487,'shipping','Théo','Huchet',NULL,'58 rue châtelaine',NULL,'Laon',NULL,'02000','FR',NULL,'0628751554'), +(257,1488,'billing','Pauline','Dubois',NULL,'Rue Maurice Wilmotte, 25',NULL,'Saint-Gilles','Brussel-Hoofdstad','1060','BE','pauline.duboi96@gmail.com','+32473119568'), +(258,1488,'shipping','Pauline','Dubois',NULL,'Rue Maurice Wilmotte, 25',NULL,'Saint-Gilles','Brussel-Hoofdstad','1060','BE',NULL,'+32473119568'), +(259,1489,'billing','Sofia','Balducci',NULL,'156 Rue de l’Université (MAIF)',NULL,'Paris',NULL,'75007','FR','sofia.balducci99@gmail.com','+393470972182'), +(260,1489,'shipping','Sofia','Balducci',NULL,'156 Rue de l’Université (MAIF)',NULL,'Paris',NULL,'75007','FR',NULL,'+393470972182'), +(261,1490,'billing','Bram','De Gieter',NULL,'Gasmeterlaan 44',NULL,'Gent','Oost-Vlaanderen','9000','BE','bram.degieter@telenet.be','0474177921'), +(262,1490,'shipping','Bram','De Gieter',NULL,'Gasmeterlaan 44',NULL,'Gent','Oost-Vlaanderen','9000','BE',NULL,'0474177921'), +(263,1496,'billing','Charlotte','Chabin',NULL,'Chemin de Pierrefleur 88',NULL,'Lausanne',NULL,'1004','CH','charlotte.chabin@gmail.com','+41799475008'), +(264,1496,'shipping','Charlotte','Chabin',NULL,'Chemin de Pierrefleur 88',NULL,'Lausanne',NULL,'1004','CH',NULL,'+41799475008'), +(265,1498,'billing','Daphné','Thomas',NULL,'4 Impasse Charles Fourier',NULL,'Oullins',NULL,'69600','FR','daphnethomass@hotmail.com','+33603264984'), +(266,1498,'shipping','Daphné','Thomas',NULL,'4 Impasse Charles Fourier',NULL,'Oullins',NULL,'69600','FR',NULL,'+33603264984'), +(271,1511,'billing','Paul','AMICEL',NULL,'1 rue Saint-Alphonse',NULL,'Rennes',NULL,'35000','FR','paulamicel@gmail.com','0618192731'), +(272,1511,'shipping','Paul','AMICEL',NULL,'1 rue Saint-Alphonse',NULL,'Rennes',NULL,'35000','FR',NULL,'0618192731'), +(273,1528,'billing','marianne','pignot',NULL,'12 Villa De La Seigneurie',NULL,'Montreuil',NULL,'93100','FR','mapignot@gmail.com','0660688244'), +(274,1528,'shipping','marianne','pignot',NULL,'12 Villa De La Seigneurie',NULL,'Montreuil',NULL,'93100','FR',NULL,'0660688244'), +(275,1529,'billing','Anabela','Angeiras',NULL,'Rue du brocsous 66',NULL,'Chaumont Gistoux',NULL,'1325','BE','anabela_angeiras@yahoo.fr','0032477286532'), +(276,1529,'shipping','Anabela','Angeiras',NULL,'Rue du brocsous 66',NULL,'Chaumont Gistoux',NULL,'1325','BE',NULL,'0032477286532'), +(277,1530,'billing','Karen','Plasschaert',NULL,'Berlaarbaan 102',NULL,'Bonheiden (regio)',NULL,'2820','BE','karen.plasschaert@gmail.com','+32473534936'), +(278,1530,'shipping','Karen','Plasschaert',NULL,'Berlaarbaan 102',NULL,'Bonheiden (regio)',NULL,'2820','BE',NULL,'+32473534936'), +(279,1540,'billing','Annaé','Bosson',NULL,'1 rue de la cour des noues',NULL,'Paris',NULL,'75020','FR','annaebosson@gmail.com','+33646032641'), +(280,1540,'shipping','Annaé','Bosson',NULL,'1 rue de la cour des noues',NULL,'Paris',NULL,'75020','FR',NULL,'+33646032641'), +(281,1571,'billing','CLAIRE','MAROUFIN',NULL,'26 avenue Eugene Thomas',NULL,'Le Kremlin-Bicêtre',NULL,'94270','FR','maroufin.claire@gmail.com','+33681223295'), +(282,1571,'shipping','CLAIRE','MAROUFIN',NULL,'26 avenue Eugene Thomas',NULL,'Le Kremlin-Bicêtre',NULL,'94270','FR',NULL,'+33681223295'), +(285,1573,'billing','Penelope','Jourdain',NULL,'42 rue Jacques Kablé',NULL,'Nogent sur Marne','Île de France','94130','FR','penelope.jourdain@gmail.com','0687878933'), +(286,1573,'shipping','Penelope','Jourdain',NULL,'42 rue Jacques Kablé',NULL,'Nogent sur Marne','Île de France','94130','FR',NULL,'0687878933'), +(291,1604,'billing','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek',NULL,'1701','BE','annvanderschrick@telenet.be','+32475737595'), +(292,1604,'shipping','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek',NULL,'1701','BE',NULL,'+32475737595'), +(293,1605,'billing','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek','vlaams brabant','1701','BE','annvanderschrick@telenet.be','+32475737595'), +(294,1605,'shipping','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek','vlaams brabant','1701','BE',NULL,'+32475737595'), +(295,1606,'billing','Ronan','Zeegers (Dside)',NULL,'Avenue Léonard Mommaerts 24',NULL,'Evere',NULL,'1140','BE','perso@ronanzeegers.com','+32473452043'), +(296,1606,'shipping','Ronan','Zeegers (Dside)',NULL,'Avenue Léonard Mommaerts 24',NULL,'Evere',NULL,'1140','BE',NULL,'+32473452043'), +(297,1607,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(298,1607,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE',NULL,'0474918430'), +(299,1608,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(300,1608,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE',NULL,'0474918430'), +(301,1609,'billing','CLEMENT','ARNAUD',NULL,'neubramowstrabe 17',NULL,'rostock',NULL,'18057','DE','clement.arnaud1993@gmail.com','+49679883271'), +(302,1609,'shipping','CLEMENT','ARNAUD',NULL,'neubramowstrabe 17',NULL,'rostock',NULL,'18057','DE',NULL,'+49679883271'), +(303,1610,'billing','Géraldine','Maincent',NULL,'3 place Cécile Brunschvicg',NULL,'Pantin',NULL,'93500','FR','g.maincent@gmail.com','+33664976050'), +(304,1610,'shipping','Géraldine','Maincent',NULL,'3 place Cécile Brunschvicg',NULL,'Pantin',NULL,'93500','FR',NULL,'+33664976050'), +(305,1611,'billing','Louis','Poitevin',NULL,'12 Rue des Lavoirs',NULL,'Lanester',NULL,'56600','FR','louispoitevin31@gmail.com','0777845512'), +(306,1611,'shipping','Louis','Poitevin',NULL,'12 Rue des Lavoirs',NULL,'Lanester',NULL,'56600','FR',NULL,'0777845512'), +(307,1612,'billing','Laura','FOLLI',NULL,'23 Rue Philippe de Lassalle',NULL,'Lyon',NULL,'69004','FR','laura.folli@laposte.net','+33674370813'), +(308,1612,'shipping','Laura','FOLLI',NULL,'23 Rue Philippe de Lassalle',NULL,'Lyon',NULL,'69004','FR',NULL,'+33674370813'), +(311,1615,'billing','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR','thomasmetivier@gmail.com','+33768133255'), +(312,1615,'shipping','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR',NULL,'+33768133255'), +(313,1616,'billing','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR','thomasmetivier@gmail.com','+33768133255'), +(314,1616,'shipping','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR',NULL,'+33768133255'), +(315,1617,'billing','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR','thomasmetivier@gmail.com','+33768133255'), +(316,1617,'shipping','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR',NULL,'+33768133255'), +(317,1628,'billing','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR','kleptaschwarz@gmail.com','+33616138481'), +(318,1628,'shipping','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR',NULL,'+33616138481'), +(319,1629,'billing','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR','kleptaschwarz@gmail.com','+33616138481'), +(320,1629,'shipping','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR',NULL,'+33616138481'), +(321,1630,'billing','Louise','Roberfroid',NULL,'Rue Jean Robie',NULL,'Bruxelles',NULL,'1060','BE','lou.roberfroid@gmail.com','0496903459'), +(322,1630,'shipping','Louise','Roberfroid',NULL,'Rue Jean Robie',NULL,'Bruxelles',NULL,'1060','BE',NULL,'0496903459'), +(341,1643,'billing','Marielaure','Gressin',NULL,'9 Chemin Lou Valadet',NULL,'Greasque',NULL,'13850','FR','marielaure.gressin@free.fr','0670153153'), +(342,1643,'shipping','Marielaure','Gressin',NULL,'9 Chemin Lou Valadet',NULL,'Greasque',NULL,'13850','FR',NULL,'0670153153'), +(343,1644,'billing','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR','laurechaslin@gmail.com','+33689717962'), +(344,1644,'shipping','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR',NULL,'+33689717962'), +(345,1645,'billing','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR','laurechaslin@gmail.com','+33689717962'), +(346,1645,'shipping','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR',NULL,'+33689717962'), +(347,1647,'billing','Luna','Cornet',NULL,'Rue Edith Cavell',NULL,'Uccle',NULL,'1180','BE','lunacornet@icloud.com','0471760867'), +(348,1647,'shipping','Luna','Cornet',NULL,'Rue Edith Cavell',NULL,'Uccle',NULL,'1180','BE',NULL,'0471760867'), +(349,1649,'billing','Karlyne','Malonga',NULL,'69 Rue D’Inkermann',NULL,'RENNES','Bretagne','35000','FR','karlyne.malonga@gmail.com','06 0703 3147'), +(350,1649,'shipping','Karlyne','Malonga',NULL,'69 Rue D’Inkermann',NULL,'RENNES','Bretagne','35000','FR',NULL,'06 0703 3147'), +(351,1656,'billing','Louise','Mongeau',NULL,'159 rue Antoine Breart',NULL,'Saint-Gilles',NULL,'1060','BE','louise.mongeau@gmail.com','+32485283177'), +(352,1656,'shipping','Louise','Mongeau',NULL,'159 rue Antoine Breart',NULL,'Saint-Gilles',NULL,'1060','BE',NULL,'+32485283177'), +(353,1658,'billing','Samira','Maalmi',NULL,'5 rue Denis Couturier',NULL,'Montreuil',NULL,'93100','FR','samira.maalmi@proton.me','0626282738'), +(354,1658,'shipping','Samira','Maalmi',NULL,'5 rue Denis Couturier',NULL,'Montreuil',NULL,'93100','FR',NULL,'0626282738'), +(355,1659,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boîte 6',NULL,'Bruxelles','Molenbeek-Saint-Jean','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(356,1659,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boîte 6',NULL,'Bruxelles','Molenbeek-Saint-Jean','1080','BE',NULL,'0474918430'), +(357,1660,'billing','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013bd','NL','noellemstarliper@gmail.com','0638446442'), +(358,1660,'shipping','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013bd','NL',NULL,'0638446442'), +(359,1661,'billing','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013 BD','NL','noellemstarliper@gmail.com','0638446442'), +(360,1661,'shipping','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013 BD','NL',NULL,'0638446442'), +(361,1668,'billing','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE','steph_vandoo@hotmail.com','0032479603633'), +(362,1668,'shipping','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE',NULL,'0032479603633'), +(363,1669,'billing','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE','steph_vandoo@hotmail.com','0479603633'), +(364,1669,'shipping','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE',NULL,'0479603633'), +(365,1670,'billing','Zéphyr','MARTIN',NULL,'120 rue de brément',NULL,'Noisy Le Sec','Seine St denis','93130','FR','z.martin.zephyr@gmail.com','+33687358739'), +(366,1670,'shipping','Zéphyr','MARTIN',NULL,'120 rue de brément',NULL,'Noisy Le Sec','Seine St denis','93130','FR',NULL,'+33687358739'), +(367,1671,'billing','Anaïs','Mariot',NULL,'150 rue Roger François',NULL,'Maisons-Alfort',NULL,'94700','FR','mariot.anais@gmail.com','+33614423158'), +(368,1671,'shipping','Anaïs','Mariot',NULL,'150 rue Roger François',NULL,'Maisons-Alfort',NULL,'94700','FR',NULL,'+33614423158'), +(369,1672,'billing','Anne-Laure','Terrade',NULL,'Rue de Theux 63',NULL,'Ixelles',NULL,'1050','BE','al.terrade@gmail.com','+33659425266'), +(370,1672,'shipping','Anne-Laure','Terrade',NULL,'Rue de Theux 63',NULL,'Ixelles',NULL,'1050','BE',NULL,'+33659425266'), +(371,1697,'billing','Tsira','Bolkvadze',NULL,'76 cours de la liberté',NULL,'Lyon',NULL,'69003','FR','btsira@gmail.com','0615796565'), +(372,1697,'shipping','Tsira','Bolkvadze',NULL,'76 cours de la liberté',NULL,'Lyon',NULL,'69003','FR',NULL,'0615796565'), +(373,1698,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boite 6',NULL,'Bruxelles','Bruxelles','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(374,1698,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boite 6',NULL,'Bruxelles','Bruxelles','1080','BE',NULL,'0474918430'), +(375,1702,'billing','Constance','Villain-Lesavre',NULL,'2 avenue augustin dumont',NULL,'Malakoff',NULL,'92240','FR','constancevillain22@gmail.com','+33783946016'), +(376,1702,'shipping','Constance','Villain-Lesavre',NULL,'2 avenue augustin dumont',NULL,'Malakoff',NULL,'92240','FR',NULL,'+33783946016'), +(377,1857,'billing','Mattijs','Quartier',NULL,'Rubensstraat 118',NULL,'Schaarbeek',NULL,'1030','BE','mattijsquartier@live.nl','+32476829508'), +(378,1857,'shipping','Mattijs','Quartier',NULL,'Rubensstraat 118',NULL,'Schaarbeek',NULL,'1030','BE',NULL,'+32476829508'); +/*!40000 ALTER TABLE `haikuwp_wc_order_addresses` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_coupon_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_coupon_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_coupon_lookup` ( + `order_id` bigint(20) unsigned NOT NULL, + `coupon_id` bigint(20) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `discount_amount` double NOT NULL DEFAULT 0, + PRIMARY KEY (`order_id`,`coupon_id`), + KEY `coupon_id` (`coupon_id`), + KEY `date_created` (`date_created`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_coupon_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_coupon_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_coupon_lookup` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_order_coupon_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_operational_data` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_operational_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_operational_data` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_id` bigint(20) unsigned DEFAULT NULL, + `created_via` varchar(100) DEFAULT NULL, + `woocommerce_version` varchar(20) DEFAULT NULL, + `prices_include_tax` tinyint(1) DEFAULT NULL, + `coupon_usages_are_counted` tinyint(1) DEFAULT NULL, + `download_permission_granted` tinyint(1) DEFAULT NULL, + `cart_hash` varchar(100) DEFAULT NULL, + `new_order_email_sent` tinyint(1) DEFAULT NULL, + `order_key` varchar(100) DEFAULT NULL, + `order_stock_reduced` tinyint(1) DEFAULT NULL, + `date_paid_gmt` datetime DEFAULT NULL, + `date_completed_gmt` datetime DEFAULT NULL, + `shipping_tax_amount` decimal(26,8) DEFAULT NULL, + `shipping_total_amount` decimal(26,8) DEFAULT NULL, + `discount_tax_amount` decimal(26,8) DEFAULT NULL, + `discount_total_amount` decimal(26,8) DEFAULT NULL, + `recorded_sales` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `order_id` (`order_id`), + KEY `order_key` (`order_key`) +) ENGINE=InnoDB AUTO_INCREMENT=1230 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_operational_data` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_operational_data` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_operational_data` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_operational_data` VALUES +(278,862,'rest-api','9.4.2',0,1,1,'',1,'wc_order_g6qGGwFmCLhG4',1,'2024-11-28 15:42:54',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(315,866,'rest-api','9.4.2',0,1,1,'',1,'wc_order_GfVnri1zucEHV',1,'2024-11-29 09:07:39',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(327,868,'rest-api','9.4.2',0,1,1,'',1,'wc_order_LbjBOTM6Pg4Y8',1,'2024-11-29 17:26:38',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(336,869,'rest-api','9.4.2',0,1,1,'',1,'wc_order_ZpJT7n8ezcpc5',1,'2024-12-02 10:06:46',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(348,871,'rest-api','9.4.2',0,1,1,'',1,'wc_order_14ze4V3I7fPgF',1,'2024-12-02 16:34:12',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(357,872,'rest-api','9.4.2',0,1,1,'',1,'wc_order_DpCz0MofHOMDQ',1,'2024-12-03 17:04:43',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(366,873,'rest-api','9.4.2',0,1,1,'',1,'wc_order_sAvbLtrCudWx8',1,'2024-12-03 22:55:58',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(387,878,'rest-api','9.4.3',0,1,1,'',1,'wc_order_FErghd9o15Mhi',1,'2024-12-06 13:10:02','2024-12-12 22:07:33',0.00000000,0.00000000,0.00000000,0.00000000,1), +(396,879,'rest-api','9.4.3',0,1,1,'',1,'wc_order_uzC3Ve7jqfc8V',1,'2024-12-06 14:22:12','2024-12-12 21:43:42',0.00000000,0.00000000,0.00000000,0.00000000,1), +(405,880,'rest-api','9.4.3',0,1,1,'',1,'wc_order_HQOvW1OdAL776',1,'2024-12-12 16:59:06','2024-12-15 09:59:40',0.00000000,0.00000000,0.00000000,0.00000000,1), +(416,881,'rest-api','9.4.3',0,1,1,'',1,'wc_order_WWQmiUtXyzFol',1,'2024-12-13 08:39:25','2024-12-16 14:13:34',0.00000000,1200.00000000,0.00000000,0.00000000,1), +(431,884,'rest-api','9.4.3',0,1,1,'',1,'wc_order_E7TjpmjrlfgqK',1,'2024-12-14 10:10:27','2024-12-16 14:13:01',0.00000000,0.00000000,0.00000000,0.00000000,1), +(441,885,'rest-api','9.4.3',0,1,1,'',1,'wc_order_dRRIRApWpQVvv',1,'2024-12-16 09:17:25','2024-12-18 17:19:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(452,886,'rest-api','9.4.3',0,1,1,'',1,'wc_order_j7Ko64S7WIAGg',1,'2024-12-17 08:40:36','2024-12-18 17:16:40',0.00000000,0.00000000,0.00000000,0.00000000,1), +(461,887,'rest-api','9.4.3',0,1,1,'',1,'wc_order_cxY5Hd9F3yfSx',1,'2024-12-18 15:14:07','2024-12-31 11:59:52',0.00000000,0.00000000,0.00000000,0.00000000,1), +(472,888,'rest-api','9.4.3',0,1,1,'',1,'wc_order_EWQEpfmuwjvdy',1,'2024-12-19 09:09:28','2024-12-20 18:55:34',0.00000000,12.00000000,0.00000000,0.00000000,1), +(482,889,'rest-api','9.4.3',0,1,1,'',1,'wc_order_C8HPkCjTn8qGF',1,'2024-12-26 12:41:16','2024-12-31 11:59:03',0.00000000,0.00000000,0.00000000,0.00000000,1), +(491,890,NULL,'9.4.3',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(494,891,NULL,'9.4.3',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(505,894,'rest-api','9.4.3',0,1,1,'',1,'wc_order_BlQYC36BaeTyn',1,'2025-01-03 09:04:36','2025-01-07 14:56:35',0.00000000,3.00000000,0.00000000,0.00000000,1), +(515,895,'rest-api','9.4.3',0,1,1,'',1,'wc_order_2xSBNPp21uZ5r',1,'2025-01-09 12:03:17','2025-01-14 19:47:45',0.00000000,0.00000000,0.00000000,0.00000000,1), +(525,896,NULL,'9.4.3',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(528,897,'rest-api','9.4.3',0,1,1,'',1,'wc_order_nvCeSzsnDrcfh',1,'2025-01-29 10:33:02','2025-02-03 17:36:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(540,899,'rest-api','9.4.3',0,1,1,'',1,'wc_order_y7Idk0wZ92Kf0',1,'2025-01-30 08:57:26','2025-02-03 17:37:02',0.00000000,3.00000000,0.00000000,0.00000000,1), +(554,901,'rest-api','9.4.3',0,1,1,'',1,'wc_order_EUV5aiBi07rzG',1,'2025-02-23 17:08:48',NULL,0.00000000,3.00000000,0.00000000,0.00000000,1), +(566,903,'rest-api','9.4.3',0,1,1,'',1,'wc_order_vAtkq8RMPMGTb',1,'2025-02-26 12:53:34','2025-03-01 08:14:27',0.00000000,0.00000000,0.00000000,0.00000000,1), +(579,905,'rest-api','9.4.3',0,1,1,'',1,'wc_order_LMPM4pRGwA2nd',1,'2025-03-03 10:46:58','2025-03-06 08:24:33',0.00000000,0.00000000,0.00000000,0.00000000,1), +(588,906,'rest-api','9.4.3',0,1,1,'',1,'wc_order_hU6nJ5TqPP2wT',1,'2025-03-03 11:11:31','2025-03-06 08:25:36',0.00000000,0.00000000,0.00000000,0.00000000,1), +(597,907,'rest-api','9.4.3',0,1,1,'',1,'wc_order_DCBDWc0ZYTU0z',1,'2025-03-05 11:05:44','2025-03-18 09:40:39',0.00000000,0.00000000,0.00000000,0.00000000,1), +(609,908,'rest-api','9.4.3',0,1,1,'',1,'wc_order_hRtZ57XslBZT7',1,'2025-03-23 21:41:40','2025-04-04 06:41:39',0.00000000,0.00000000,0.00000000,0.00000000,1), +(622,910,'rest-api','9.8.4',0,1,1,'',1,'wc_order_kXbYV8JWxxFPV',1,'2025-04-08 11:45:10','2025-05-11 13:35:32',0.00000000,3.00000000,0.00000000,0.00000000,1), +(634,912,'rest-api','9.8.5',0,1,1,'',1,'wc_order_ffo5RfplSyEWZ',1,'2025-05-09 09:50:57','2025-05-16 05:54:00',0.00000000,3.00000000,0.00000000,0.00000000,1), +(649,921,'rest-api','9.8.5',0,1,1,'',1,'wc_order_SJg4VAI3wKTkp',1,'2025-05-09 19:57:36','2025-05-16 05:54:26',0.00000000,0.00000000,0.00000000,0.00000000,1), +(652,922,'rest-api','9.8.5',0,1,1,'',1,'wc_order_i4LpjO4IGhJql',1,'2025-05-16 05:54:37','2025-05-16 05:55:04',0.00000000,0.00000000,0.00000000,0.00000000,1), +(677,924,'rest-api','9.8.5',0,1,1,'',1,'wc_order_CtkYhNBPJqYg1',1,'2025-06-05 07:45:48','2025-06-09 10:59:56',0.00000000,0.00000000,0.00000000,0.00000000,1), +(690,997,'rest-api','9.9.5',0,1,1,'',1,'wc_order_PE3U54MIfW9x8',1,'2025-06-21 09:56:06','2025-06-28 14:32:24',0.00000000,0.00000000,0.00000000,0.00000000,1), +(719,1013,'rest-api','9.9.5',0,1,1,'',1,'wc_order_jloBYCPPNUESP',1,'2025-07-14 12:39:22','2025-07-16 08:59:09',0.00000000,0.00000000,0.00000000,0.00000000,1), +(792,1443,'rest-api','10.1.2',0,1,1,'',1,'wc_order_5WBwz6DJvd4kA',1,'2025-09-17 18:13:40','2025-09-23 09:29:46',0.00000000,0.00000000,0.00000000,0.00000000,1), +(802,1480,'rest-api','10.1.2',0,1,1,'',1,'wc_order_iXxg020I4MFYI',1,'2025-10-02 04:41:49','2025-10-03 19:49:56',0.00000000,0.00000000,0.00000000,0.00000000,1), +(812,1486,'rest-api','10.1.2',0,1,1,'',1,'wc_order_FDTK1LLFc0mQH',1,'2025-10-10 15:55:44','2025-10-16 11:02:40',0.00000000,0.00000000,0.00000000,0.00000000,1), +(821,1487,'rest-api','10.1.2',0,1,1,'',1,'wc_order_Mm0VszuGSBc1z',1,'2025-10-11 15:07:01','2025-10-16 11:02:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(830,1488,'rest-api','10.1.2',0,1,1,'',1,'wc_order_lJCicZuDoxLoU',1,'2025-10-12 14:50:29','2025-10-24 06:59:46',0.00000000,0.00000000,0.00000000,0.00000000,1), +(839,1489,'rest-api','10.1.2',0,1,1,'',1,'wc_order_rtSvHoOyNUO4z',1,'2025-10-12 21:04:26','2025-10-16 11:01:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(851,1490,'rest-api','10.1.2',0,1,1,'',1,'wc_order_v5sCoMUx7M0XR',1,'2025-10-18 13:36:45','2025-10-24 17:36:03',0.00000000,0.00000000,0.00000000,0.00000000,1), +(862,1496,'rest-api','10.3.4',0,1,1,'',1,'wc_order_ho6fTgA2QvT1H',1,'2025-11-02 19:40:07','2025-11-06 13:50:59',0.00000000,0.00000000,0.00000000,0.00000000,1), +(871,1498,'rest-api','10.3.4',0,1,1,'',1,'wc_order_QQyBWNoRZDeJ3',1,'2025-11-03 21:07:02','2025-11-06 13:52:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(889,1511,'rest-api','10.3.4',0,1,1,'',1,'wc_order_1X0jbGfBTomn8',1,'2025-11-18 08:30:08','2025-11-24 18:30:32',0.00000000,0.00000000,0.00000000,0.00000000,1), +(898,1528,'rest-api','10.3.4',0,1,1,'',1,'wc_order_FDR4L7qSC2m0O',1,'2025-11-20 14:51:33','2025-11-24 18:30:04',0.00000000,0.00000000,0.00000000,0.00000000,1), +(907,1529,'rest-api','10.3.4',0,1,1,'',1,'wc_order_O530ZmwGlTVhU',1,'2025-11-24 09:53:37','2025-11-27 13:03:07',0.00000000,0.00000000,0.00000000,0.00000000,1), +(916,1530,'rest-api','10.3.4',0,1,1,'',1,'wc_order_r2kCMDrpxrJCS',1,'2025-11-24 17:44:42','2025-11-27 13:01:45',0.00000000,0.00000000,0.00000000,0.00000000,1), +(929,1540,'rest-api','10.3.4',0,1,1,'',1,'wc_order_gbPEi8vG9H6cf',1,'2025-11-30 21:33:39','2025-12-03 18:55:57',0.00000000,3.00000000,0.00000000,0.00000000,1), +(938,1571,'rest-api','10.3.4',0,1,1,'',1,'wc_order_q2ZGlFt4jvMRD',1,'2025-12-02 09:21:54','2025-12-03 18:55:31',0.00000000,0.00000000,0.00000000,0.00000000,1), +(950,1573,'rest-api','10.3.4',0,1,1,'',1,'wc_order_7l9zzRralyXHU',1,'2025-12-02 20:47:47','2025-12-03 18:55:00',0.00000000,0.00000000,0.00000000,0.00000000,1), +(967,1604,'rest-api','10.3.4',0,0,0,'',0,'wc_order_DRVeyeiolHNXS',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(970,1605,'rest-api','10.3.4',0,1,1,'',1,'wc_order_KFzqVPjQjegNP',1,'2025-12-03 17:45:52','2025-12-10 17:59:08',0.00000000,0.00000000,0.00000000,0.00000000,1), +(982,1606,'rest-api','10.3.4',0,1,1,'',1,'wc_order_2JgPQ9MUPWvrc',1,'2025-12-07 21:50:51','2025-12-10 18:00:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(991,1607,'rest-api','10.3.4',0,0,0,'',0,'wc_order_Nj2uBF1x7R21v',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(994,1608,'rest-api','10.3.4',0,0,0,'',0,'wc_order_qNDt8N2TmfgPC',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(997,1609,'rest-api','10.3.4',0,1,1,'',1,'wc_order_mNO3D160GaILl',1,'2025-12-10 15:55:33','2025-12-10 17:56:08',0.00000000,6.00000000,0.00000000,0.00000000,1), +(1009,1610,'rest-api','10.4.2',0,1,1,'',1,'wc_order_6jnvdNUI7fxGV',1,'2025-12-11 15:26:18',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(1018,1611,'rest-api','10.3.4',0,0,0,'',0,'wc_order_3lT2iUpYxnpMJ',0,NULL,NULL,0.00000000,3.00000000,0.00000000,0.00000000,0), +(1021,1612,'rest-api','10.3.4',0,1,1,'',1,'wc_order_HkwS6DwyNbAPZ',1,'2025-12-14 15:19:45','2025-12-14 15:19:45',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1033,1615,'rest-api','10.3.4',0,0,0,'',0,'wc_order_GmlG3pG7Hi6tT',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1036,1616,'rest-api','10.3.4',0,0,0,'',0,'wc_order_ramQyWbgWHk4R',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1039,1617,'rest-api','10.3.4',0,1,1,'',1,'wc_order_FVhujewhnjFcW',1,'2025-12-15 22:46:02',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(1048,1618,NULL,'10.3.4',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(1050,1628,'rest-api','10.4.2',0,0,0,'',0,'wc_order_YYvDJGdpY0BiX',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1053,1629,'rest-api','10.4.2',0,0,0,'',0,'wc_order_af4np21ncvUIs',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1056,1630,'rest-api','10.4.2',0,0,0,'',0,'wc_order_FVXswSi6w0nKQ',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1086,1643,'rest-api','10.4.2',0,1,1,'',1,'wc_order_Y8gDmWah13myK',1,'2026-01-13 15:59:05','2026-01-17 07:14:47',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1095,1644,'rest-api','10.4.2',0,0,0,'',0,'wc_order_pWeQkzOu6bGLJ',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1098,1645,'rest-api','10.4.2',0,1,1,'',1,'wc_order_282ZgnsYMbxRY',1,'2026-01-13 16:08:01','2026-01-17 07:14:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1108,1646,NULL,'10.4.2',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(1112,1647,'rest-api','10.4.2',0,1,1,'',1,'wc_order_Ae8ohQJpTppgy',1,'2026-02-01 20:19:07','2026-02-11 08:59:12',0.00000000,3.00000000,0.00000000,0.00000000,1), +(1121,1649,'rest-api','10.4.2',0,1,1,'',1,'wc_order_Cjn5cKiBccbjB',1,'2026-02-05 19:11:11','2026-02-11 08:58:48',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1132,1656,'rest-api','10.4.2',0,1,1,'',1,'wc_order_wJW3yI8MzgMt2',1,'2026-02-11 18:50:16','2026-02-11 18:50:16',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1141,1658,'rest-api','10.4.2',0,1,1,'',1,'wc_order_6c7AhbpC79wBy',1,'2026-02-16 15:38:52','2026-02-27 19:49:28',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1150,1659,'rest-api','10.4.2',0,0,0,'',0,'wc_order_6yu1wRRxid66r',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1153,1660,'rest-api','10.4.2',0,0,0,'',0,'wc_order_qTSPCsfUyX161',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1156,1661,'rest-api','10.4.2',0,0,0,'',0,'wc_order_4fSWY7Ipq2wCF',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1160,1668,'rest-api','10.4.4',0,0,0,'',0,'wc_order_skArnuTKUGzxw',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1163,1669,'rest-api','10.6.0',0,1,1,'',1,'wc_order_yKVEXddJAk9NW',1,'2026-03-06 11:18:14','2026-03-13 08:15:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1172,1670,'rest-api','10.6.0',0,1,1,'',1,'wc_order_sRw1P4X6sOtOo',1,'2026-03-07 16:41:00','2026-03-13 08:15:29',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1181,1671,'rest-api','10.4.4',0,0,0,'',0,'wc_order_RcOtjT4Bz8IpS',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1184,1672,'rest-api','10.4.4',0,1,1,'',1,'wc_order_ppwhaf0Y9yxYO',1,'2026-03-09 18:10:00','2026-03-09 18:10:00',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1197,1697,'rest-api','10.6.1',0,1,1,'',1,'wc_order_ywYBUjI31UahT',1,'2026-04-02 09:46:22','2026-04-04 05:13:48',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1206,1698,'rest-api','10.6.1',0,1,1,'',1,'wc_order_cSpYnEgI3QwiZ',1,'2026-04-03 21:37:30','2026-04-07 08:42:23',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1217,1702,'rest-api','10.6.1',0,0,0,'',0,'wc_order_7FF8Bbm5VG61D',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1220,1857,'rest-api','10.6.1',0,1,1,'',1,'wc_order_5M2DZ9Ul6cIiP',1,'2026-04-27 23:03:44','2026-04-29 09:18:27',0.00000000,0.00000000,0.00000000,0.00000000,1); +/*!40000 ALTER TABLE `haikuwp_wc_order_operational_data` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_product_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_product_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_product_lookup` ( + `order_item_id` bigint(20) unsigned NOT NULL, + `order_id` bigint(20) unsigned NOT NULL, + `product_id` bigint(20) unsigned NOT NULL, + `variation_id` bigint(20) unsigned NOT NULL, + `customer_id` bigint(20) unsigned DEFAULT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `product_qty` int(11) NOT NULL, + `product_net_revenue` double NOT NULL DEFAULT 0, + `product_gross_revenue` double NOT NULL DEFAULT 0, + `coupon_amount` double NOT NULL DEFAULT 0, + `tax_amount` double NOT NULL DEFAULT 0, + `shipping_amount` double NOT NULL DEFAULT 0, + `shipping_tax_amount` double NOT NULL DEFAULT 0, + PRIMARY KEY (`order_item_id`,`order_id`), + KEY `order_id` (`order_id`), + KEY `product_id` (`product_id`), + KEY `customer_id` (`customer_id`), + KEY `date_created` (`date_created`), + KEY `customer_product_date` (`customer_id`,`product_id`,`date_created`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_product_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_product_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_product_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_product_lookup` VALUES +(138,862,288,646,7,'2024-11-28 16:40:46',1,80,80,0,0,0,0), +(147,866,251,0,8,'2024-11-29 10:05:49',1,65,65,0,0,0,0), +(151,868,251,0,9,'2024-11-29 18:22:16',1,65,65,0,0,0,0), +(152,868,271,0,9,'2024-11-29 18:22:16',1,95,95,0,0,0,0), +(154,869,202,637,10,'2024-12-02 11:05:43',1,50,50,0,0,0,0), +(155,869,291,649,10,'2024-12-02 11:05:43',1,70,70,0,0,0,0), +(159,871,521,523,12,'2024-12-02 17:33:11',1,60,60,0,0,0,0), +(160,871,342,563,12,'2024-12-02 17:33:11',1,25,25,0,0,0,0), +(161,871,342,560,12,'2024-12-02 17:33:11',1,58,58,0,0,0,0), +(163,872,263,0,13,'2024-12-03 18:03:18',1,90,90,0,0,0,0), +(165,873,306,652,14,'2024-12-03 23:53:41',1,70,70,0,0,0,0), +(166,873,183,566,14,'2024-12-03 23:53:41',1,70,70,0,0,0,0), +(167,873,274,0,14,'2024-12-03 23:53:41',1,95,95,0,0,0,0), +(177,878,288,646,15,'2024-12-06 14:08:34',1,80,80,0,0,0,0), +(178,878,285,642,15,'2024-12-06 14:08:34',1,75,75,0,0,0,0), +(180,879,312,655,16,'2024-12-06 15:04:22',1,75,75,0,0,0,0), +(182,880,335,0,17,'2024-12-12 17:55:38',1,40,40,0,0,0,0), +(183,880,545,553,17,'2024-12-12 17:55:38',1,60,60,0,0,0,0), +(185,881,306,653,18,'2024-12-13 09:37:26',1,48,1248,0,0,1200,0), +(193,884,271,0,19,'2024-12-14 11:10:01',1,95,95,0,0,0,0), +(195,885,288,646,20,'2024-12-16 10:16:07',1,80,80,0,0,0,0), +(197,886,545,553,21,'2024-12-17 09:40:04',1,60,60,0,0,0,0), +(198,886,490,494,21,'2024-12-17 09:40:04',1,45,45,0,0,0,0), +(200,887,365,677,22,'2024-12-18 16:13:28',1,60,60,0,0,0,0), +(202,888,306,651,18,'2024-12-19 10:08:20',1,50,62,0,0,12,0), +(204,889,325,0,23,'2024-12-26 13:37:45',1,35,35,0,0,0,0), +(205,889,554,555,23,'2024-12-26 13:37:45',1,55,55,0,0,0,0), +(206,889,435,0,23,'2024-12-26 13:37:45',1,35,35,0,0,0,0), +(207,889,521,523,23,'2024-12-26 13:37:45',1,60,60,0,0,0,0), +(208,889,251,0,23,'2024-12-26 13:37:45',1,65,65,0,0,0,0), +(214,894,331,0,25,'2025-01-03 10:04:01',1,35,38,0,0,3,0), +(216,895,202,638,26,'2025-01-09 13:01:26',1,85,85,0,0,0,0), +(217,895,306,652,26,'2025-01-09 13:01:26',1,70,70,0,0,0,0), +(219,897,291,649,27,'2025-01-29 11:32:07',1,70,70,0,0,0,0), +(223,899,435,0,28,'2025-01-30 09:57:12',1,35,38,0,0,3,0), +(227,901,430,845,30,'2025-02-23 18:08:07',1,45,48,0,0,3,0), +(231,903,271,0,31,'2025-02-26 13:51:16',1,95,95,0,0,0,0), +(235,905,274,0,33,'2025-03-03 11:45:26',1,95,95,0,0,0,0), +(237,906,168,200,32,'2025-03-03 12:10:15',1,150,150,0,0,0,0), +(239,907,168,200,34,'2025-03-05 12:04:07',1,150,150,0,0,0,0), +(240,907,447,0,34,'2025-03-05 12:04:07',1,40,40,0,0,0,0), +(242,908,342,560,35,'2025-03-23 22:39:51',1,58,58,0,0,0,0), +(243,908,433,478,35,'2025-03-23 22:39:51',1,48,48,0,0,0,0), +(247,910,328,0,36,'2025-04-08 13:44:22',1,40,43,0,0,3,0), +(251,912,318,0,38,'2025-05-09 11:49:40',1,40,43,0,0,3,0), +(258,921,342,563,39,'2025-05-09 21:56:27',2,60,60,0,0,0,0), +(260,922,342,563,39,'2025-05-09 21:56:28',2,60,60,0,0,0,0), +(264,924,447,0,41,'2025-06-05 09:44:45',1,45,45,0,0,0,0), +(265,924,435,0,41,'2025-06-05 09:44:45',1,40,40,0,0,0,0), +(266,924,328,0,41,'2025-06-05 09:44:45',1,45,45,0,0,0,0), +(270,997,447,0,43,'2025-06-21 11:54:31',1,45,45,0,0,0,0), +(271,997,202,638,43,'2025-06-21 11:54:31',1,85,85,0,0,0,0), +(287,1013,1004,1005,49,'2025-07-14 14:37:48',1,70,70,0,0,0,0), +(288,1013,202,638,49,'2025-07-14 14:37:48',1,85,85,0,0,0,0), +(343,1443,554,555,53,'2025-09-17 20:11:56',1,65,65,0,0,0,0), +(344,1443,318,0,53,'2025-09-17 20:11:56',1,45,45,0,0,0,0), +(346,1480,1467,1468,54,'2025-10-02 06:39:01',1,120,120,0,0,0,0), +(348,1486,213,570,55,'2025-10-10 17:55:22',1,75,75,0,0,0,0), +(350,1487,342,560,55,'2025-10-11 17:06:39',1,55,55,0,0,0,0), +(352,1488,202,638,56,'2025-10-12 16:50:06',1,85,85,0,0,0,0), +(354,1489,202,638,7,'2025-10-12 23:03:18',1,85,85,0,0,0,0), +(356,1490,274,0,57,'2025-10-18 15:34:26',1,120,120,0,0,0,0), +(358,1496,306,651,58,'2025-11-02 20:39:02',1,50,50,0,0,0,0), +(359,1496,306,653,58,'2025-11-02 20:39:02',1,48,48,0,0,0,0), +(360,1496,285,642,58,'2025-11-02 20:39:02',1,85,85,0,0,0,0), +(362,1498,285,642,59,'2025-11-03 22:05:37',1,85,85,0,0,0,0), +(473,1511,1467,1469,62,'2025-11-18 09:29:10',1,120,120,0,0,0,0), +(475,1528,1516,0,63,'2025-11-20 15:49:47',1,50,50,0,0,0,0), +(477,1529,766,0,64,'2025-11-24 10:50:48',1,85,85,0,0,0,0), +(479,1530,202,638,65,'2025-11-24 18:43:34',1,85,85,0,0,0,0), +(481,1540,435,0,66,'2025-11-30 22:29:07',1,40,43,0,0,3,0), +(483,1571,1512,0,10,'2025-12-02 10:20:29',1,50,50,0,0,0,0), +(484,1571,318,0,10,'2025-12-02 10:20:29',1,45,45,0,0,0,0), +(488,1573,1512,0,67,'2025-12-02 21:47:29',1,50,50,0,0,0,0), +(493,1604,1531,0,69,'2025-12-03 18:43:23',1,50,50,0,0,0,0), +(495,1605,1531,0,69,'2025-12-03 18:44:40',1,50,50,0,0,0,0), +(497,1606,1549,0,70,'2025-12-07 22:49:42',1,75,75,0,0,0,0), +(499,1607,1520,0,40,'2025-12-10 14:39:45',1,75,75,0,0,0,0), +(500,1607,1512,0,40,'2025-12-10 14:39:45',1,50,50,0,0,0,0), +(502,1608,1520,0,40,'2025-12-10 16:29:50',1,75,75,0,0,0,0), +(503,1608,1512,0,40,'2025-12-10 16:29:50',1,50,50,0,0,0,0), +(505,1609,1412,1414,71,'2025-12-10 16:54:38',1,65,71,0,0,6,0), +(507,1610,240,242,72,'2025-12-11 16:25:35',1,80,80,0,0,0,0), +(509,1611,318,0,73,'2025-12-14 09:05:42',1,45,48,0,0,3,0), +(511,1612,1574,1587,74,'2025-12-14 16:18:16',1,50,50,0,0,0,0), +(514,1615,274,0,75,'2025-12-15 23:27:22',1,125,125,0,0,0,0), +(516,1616,274,0,75,'2025-12-15 23:43:29',1,125,125,0,0,0,0), +(518,1617,274,0,75,'2025-12-15 23:45:37',1,125,125,0,0,0,0), +(520,1628,1531,0,76,'2025-12-18 23:39:56',1,50,50,0,0,0,0), +(522,1629,1531,0,76,'2025-12-18 23:40:36',1,50,50,0,0,0,0), +(524,1630,398,0,77,'2025-12-21 21:44:25',1,75,75,0,0,0,0), +(544,1643,1520,1627,78,'2026-01-13 16:58:24',1,75,75,0,0,0,0), +(545,1643,1467,1470,78,'2026-01-13 16:58:24',1,120,120,0,0,0,0), +(547,1644,1444,1449,79,'2026-01-13 17:01:21',1,85,85,0,0,0,0), +(548,1644,268,0,79,'2026-01-13 17:01:21',1,90,90,0,0,0,0), +(550,1645,1444,1449,79,'2026-01-13 17:03:07',1,85,85,0,0,0,0), +(551,1645,268,0,79,'2026-01-13 17:03:07',1,90,90,0,0,0,0), +(553,1647,1535,0,80,'2026-02-01 21:14:25',1,45,48,0,0,3,0), +(555,1649,202,638,81,'2026-02-05 20:10:25',1,90,90,0,0,0,0), +(557,1656,1574,1585,82,'2026-02-11 19:47:27',1,100,100,0,0,0,0), +(558,1658,285,642,83,'2026-02-16 16:38:24',1,85,85,0,0,0,0), +(560,1659,1535,0,40,'2026-02-16 16:57:03',1,50,50,0,0,0,0), +(561,1659,306,652,40,'2026-02-16 16:57:03',1,75,75,0,0,0,0), +(563,1660,1574,1586,84,'2026-02-25 22:15:31',1,40,40,0,0,0,0), +(564,1660,202,638,84,'2026-02-25 22:15:31',1,130,130,0,0,0,0), +(565,1661,202,638,84,'2026-02-25 22:19:14',1,130,130,0,0,0,0), +(566,1668,490,494,85,'2026-03-06 12:16:35',1,55,55,0,0,0,0), +(568,1669,490,494,85,'2026-03-06 12:17:23',1,55,55,0,0,0,0), +(570,1670,258,0,86,'2026-03-07 17:40:02',1,95,95,0,0,0,0), +(572,1671,113,114,87,'2026-03-08 14:10:27',1,90,90,0,0,0,0), +(574,1672,1574,1667,88,'2026-03-09 19:09:15',1,55,55,0,0,0,0), +(575,1697,1560,0,89,'2026-04-02 11:45:50',1,55,55,0,0,0,0), +(577,1698,1535,0,40,'2026-04-03 23:36:58',1,50,50,0,0,0,0), +(579,1702,274,0,90,'2026-04-12 15:55:27',1,170,170,0,0,0,0), +(581,1857,1541,0,91,'2026-04-28 01:02:04',1,75,75,0,0,0,0); +/*!40000 ALTER TABLE `haikuwp_wc_order_product_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_stats` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_stats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_stats` ( + `order_id` bigint(20) unsigned NOT NULL, + `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_paid` datetime DEFAULT '0000-00-00 00:00:00', + `date_completed` datetime DEFAULT '0000-00-00 00:00:00', + `num_items_sold` int(11) NOT NULL DEFAULT 0, + `total_sales` double NOT NULL DEFAULT 0, + `tax_total` double NOT NULL DEFAULT 0, + `shipping_total` double NOT NULL DEFAULT 0, + `net_total` double NOT NULL DEFAULT 0, + `returning_customer` tinyint(1) DEFAULT NULL, + `status` varchar(20) NOT NULL, + `customer_id` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`order_id`), + KEY `date_created` (`date_created`), + KEY `customer_id` (`customer_id`), + KEY `status` (`status`), + KEY `idx_date_paid_status_parent` (`date_paid`,`status`,`parent_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_stats` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_stats` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_stats` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_stats` VALUES +(862,0,'2024-11-28 16:40:46','2024-11-28 15:40:46','2024-11-28 16:42:54',NULL,1,80,0,0,80,0,'wc-processing',7), +(866,0,'2024-11-29 10:05:49','2024-11-29 09:05:49','2024-11-29 10:07:39',NULL,1,65,0,0,65,0,'wc-processing',8), +(868,0,'2024-11-29 18:22:16','2024-11-29 17:22:16','2024-11-29 18:26:38',NULL,2,160,0,0,160,0,'wc-processing',9), +(869,0,'2024-12-02 11:05:43','2024-12-02 10:05:43','2024-12-02 11:06:46',NULL,2,120,0,0,120,0,'wc-processing',10), +(871,0,'2024-12-02 17:33:11','2024-12-02 16:33:11','2024-12-02 17:34:12',NULL,3,143,0,0,143,0,'wc-processing',12), +(872,0,'2024-12-03 18:03:18','2024-12-03 17:03:18','2024-12-03 18:04:43',NULL,1,90,0,0,90,0,'wc-processing',13), +(873,0,'2024-12-03 23:53:41','2024-12-03 22:53:41','2024-12-03 23:55:58',NULL,3,235,0,0,235,0,'wc-processing',14), +(878,0,'2024-12-06 14:08:34','2024-12-06 13:08:34','2024-12-06 14:10:02','2024-12-12 23:07:33',2,155,0,0,155,0,'wc-completed',15), +(879,0,'2024-12-06 15:04:22','2024-12-06 14:04:22','2024-12-06 15:22:12','2024-12-12 22:43:42',1,75,0,0,75,0,'wc-completed',16), +(880,0,'2024-12-12 17:55:38','2024-12-12 16:55:38','2024-12-12 17:59:06','2024-12-15 10:59:40',2,100,0,0,100,0,'wc-refunded',17), +(881,0,'2024-12-13 09:37:26','2024-12-13 08:37:26','2024-12-13 09:39:25','2024-12-16 15:13:34',1,1248,0,1200,48,0,'wc-completed',18), +(884,0,'2024-12-14 11:10:01','2024-12-14 10:10:01','2024-12-14 11:10:27','2024-12-16 15:13:01',1,95,0,0,95,0,'wc-refunded',19), +(885,0,'2024-12-16 10:16:07','2024-12-16 09:16:07','2024-12-16 10:17:25','2024-12-18 18:19:19',1,80,0,0,80,0,'wc-completed',20), +(886,0,'2024-12-17 09:40:04','2024-12-17 08:40:04','2024-12-17 09:40:36','2024-12-18 18:16:40',2,105,0,0,105,0,'wc-completed',21), +(887,0,'2024-12-18 16:13:28','2024-12-18 15:13:28','2024-12-18 16:14:07','2024-12-31 12:59:52',1,60,0,0,60,0,'wc-completed',22), +(888,0,'2024-12-19 10:08:20','2024-12-19 09:08:20','2024-12-19 10:09:28','2024-12-20 19:55:34',1,62,0,12,50,1,'wc-completed',18), +(889,0,'2024-12-26 13:37:45','2024-12-26 12:37:45','2024-12-26 13:41:16','2024-12-31 12:59:03',5,250,0,0,250,0,'wc-completed',23), +(890,888,'2024-12-29 15:53:20','2024-12-29 14:53:20','2024-12-29 15:53:20','2024-12-29 15:53:20',0,-12,0,0,-12,NULL,'wc-completed',18), +(891,880,'2024-12-30 11:40:43','2024-12-30 10:40:43','2024-12-30 11:40:43','2024-12-30 11:40:43',0,-100,0,0,-100,NULL,'wc-refunded',17), +(894,0,'2025-01-03 10:04:01','2025-01-03 09:04:01','2025-01-03 10:04:36','2025-01-07 15:56:35',1,38,0,3,35,0,'wc-completed',25), +(895,0,'2025-01-09 13:01:26','2025-01-09 12:01:26','2025-01-09 13:03:17','2025-01-14 20:47:45',2,155,0,0,155,0,'wc-completed',26), +(896,884,'2025-01-23 22:51:50','2025-01-23 21:51:50','2025-01-23 22:51:50','2025-01-23 22:51:50',0,-95,0,0,-95,NULL,'wc-refunded',19), +(897,0,'2025-01-29 11:32:07','2025-01-29 10:32:07','2025-01-29 11:33:02','2025-02-03 18:36:19',1,70,0,0,70,0,'wc-completed',27), +(899,0,'2025-01-30 09:57:12','2025-01-30 08:57:12','2025-01-30 09:57:26','2025-02-03 18:37:02',1,38,0,3,35,0,'wc-completed',28), +(901,0,'2025-02-23 18:08:07','2025-02-23 17:08:07','2025-02-23 18:08:48',NULL,1,48,0,3,45,0,'wc-processing',30), +(903,0,'2025-02-26 13:51:16','2025-02-26 12:51:16','2025-02-26 13:53:34','2025-03-01 09:14:27',1,95,0,0,95,0,'wc-completed',31), +(905,0,'2025-03-03 11:45:26','2025-03-03 10:45:26','2025-03-03 11:46:58','2025-03-06 09:24:33',1,95,0,0,95,0,'wc-completed',33), +(906,0,'2025-03-03 12:10:15','2025-03-03 11:10:15','2025-03-03 12:11:31','2025-03-06 09:25:36',1,150,0,0,150,0,'wc-completed',32), +(907,0,'2025-03-05 12:04:07','2025-03-05 11:04:07','2025-03-05 12:05:44','2025-03-18 10:40:39',2,190,0,0,190,0,'wc-completed',34), +(908,0,'2025-03-23 22:39:51','2025-03-23 21:39:51','2025-03-23 22:41:40','2025-04-04 08:41:39',2,106,0,0,106,0,'wc-completed',35), +(910,0,'2025-04-08 13:44:22','2025-04-08 11:44:22','2025-04-08 13:45:10','2025-05-11 15:35:32',1,43,0,3,40,0,'wc-completed',36), +(912,0,'2025-05-09 11:49:40','2025-05-09 09:49:40','2025-05-09 11:50:57','2025-05-16 07:54:00',1,43,0,3,40,0,'wc-completed',38), +(921,0,'2025-05-09 21:56:27','2025-05-09 19:56:27','2025-05-09 21:57:36','2025-05-16 07:54:26',2,60,0,0,60,0,'wc-completed',39), +(922,0,'2025-05-09 21:56:28','2025-05-09 19:56:28','2025-05-16 07:54:37','2025-05-16 07:55:04',2,60,0,0,60,1,'wc-completed',39), +(924,0,'2025-06-05 09:44:45','2025-06-05 07:44:45','2025-06-05 09:45:48','2025-06-09 12:59:56',3,130,0,0,130,0,'wc-completed',41), +(997,0,'2025-06-21 11:54:31','2025-06-21 09:54:31','2025-06-21 11:56:06','2025-06-28 16:32:24',2,130,0,0,130,0,'wc-completed',43), +(1013,0,'2025-07-14 14:37:48','2025-07-14 12:37:48','2025-07-14 14:39:22','2025-07-16 10:59:09',2,155,0,0,155,0,'wc-completed',49), +(1443,0,'2025-09-17 20:11:56','2025-09-17 18:11:56','2025-09-17 20:13:40','2025-09-23 11:29:46',2,110,0,0,110,0,'wc-completed',53), +(1480,0,'2025-10-02 06:39:01','2025-10-02 04:39:01','2025-10-02 06:41:49','2025-10-03 21:49:56',1,120,0,0,120,0,'wc-completed',54), +(1486,0,'2025-10-10 17:55:22','2025-10-10 15:55:22','2025-10-10 17:55:44','2025-10-16 13:02:40',1,75,0,0,75,0,'wc-completed',55), +(1487,0,'2025-10-11 17:06:39','2025-10-11 15:06:39','2025-10-11 17:07:01','2025-10-16 13:02:19',1,55,0,0,55,1,'wc-completed',55), +(1488,0,'2025-10-12 16:50:06','2025-10-12 14:50:06','2025-10-12 16:50:29','2025-10-24 08:59:46',1,85,0,0,85,0,'wc-completed',56), +(1489,0,'2025-10-12 23:03:18','2025-10-12 21:03:18','2025-10-12 23:04:26','2025-10-16 13:01:51',1,85,0,0,85,1,'wc-completed',7), +(1490,0,'2025-10-18 15:34:26','2025-10-18 13:34:26','2025-10-18 15:36:45','2025-10-24 19:36:03',1,120,0,0,120,0,'wc-completed',57), +(1496,0,'2025-11-02 20:39:02','2025-11-02 19:39:02','2025-11-02 20:40:07','2025-11-06 14:50:59',3,183,0,0,183,0,'wc-completed',58), +(1498,0,'2025-11-03 22:05:37','2025-11-03 21:05:37','2025-11-03 22:07:02','2025-11-06 14:52:51',1,85,0,0,85,0,'wc-completed',59), +(1511,0,'2025-11-18 09:29:10','2025-11-18 08:29:10','2025-11-18 09:30:08','2025-11-24 19:30:32',1,120,0,0,120,0,'wc-completed',62), +(1528,0,'2025-11-20 15:49:47','2025-11-20 14:49:47','2025-11-20 15:51:33','2025-11-24 19:30:04',1,50,0,0,50,0,'wc-completed',63), +(1529,0,'2025-11-24 10:50:48','2025-11-24 09:50:48','2025-11-24 10:53:37','2025-11-27 14:03:07',1,85,0,0,85,0,'wc-completed',64), +(1530,0,'2025-11-24 18:43:34','2025-11-24 17:43:34','2025-11-24 18:44:42','2025-11-27 14:01:45',1,85,0,0,85,0,'wc-completed',65), +(1540,0,'2025-11-30 22:29:07','2025-11-30 21:29:07','2025-11-30 22:33:39','2025-12-03 19:55:57',1,43,0,3,40,0,'wc-completed',66), +(1571,0,'2025-12-02 10:20:29','2025-12-02 09:20:29','2025-12-02 10:21:54','2025-12-03 19:55:31',2,95,0,0,95,1,'wc-completed',10), +(1573,0,'2025-12-02 21:47:29','2025-12-02 20:47:29','2025-12-02 21:47:47','2025-12-03 19:55:00',1,50,0,0,50,0,'wc-completed',67), +(1604,0,'2025-12-03 18:43:23','2025-12-03 17:43:23',NULL,NULL,1,50,0,0,50,0,'wc-pending',69), +(1605,0,'2025-12-03 18:44:40','2025-12-03 17:44:40','2025-12-03 18:45:52','2025-12-10 18:59:08',1,50,0,0,50,0,'wc-completed',69), +(1606,0,'2025-12-07 22:49:42','2025-12-07 21:49:42','2025-12-07 22:50:51','2025-12-10 19:00:51',1,75,0,0,75,0,'wc-completed',70), +(1607,0,'2025-12-10 14:39:45','2025-12-10 13:39:45',NULL,NULL,2,125,0,0,125,0,'wc-pending',40), +(1608,0,'2025-12-10 16:29:50','2025-12-10 15:29:50',NULL,NULL,2,125,0,0,125,0,'wc-pending',40), +(1609,0,'2025-12-10 16:54:38','2025-12-10 15:54:38','2025-12-10 16:55:33','2025-12-10 18:56:08',1,71,0,6,65,0,'wc-completed',71), +(1610,0,'2025-12-11 16:25:35','2025-12-11 15:25:35','2025-12-11 16:26:18',NULL,1,80,0,0,80,0,'wc-refunded',72), +(1611,0,'2025-12-14 09:05:42','2025-12-14 08:05:42',NULL,NULL,1,48,0,3,45,0,'wc-pending',73), +(1612,0,'2025-12-14 16:18:16','2025-12-14 15:18:16','2025-12-14 16:19:45','2025-12-14 16:19:45',1,50,0,0,50,0,'wc-completed',74), +(1615,0,'2025-12-15 23:27:22','2025-12-15 22:27:22',NULL,NULL,1,125,0,0,125,0,'wc-pending',75), +(1616,0,'2025-12-15 23:43:29','2025-12-15 22:43:29',NULL,NULL,1,125,0,0,125,0,'wc-pending',75), +(1617,0,'2025-12-15 23:45:37','2025-12-15 22:45:37','2025-12-15 23:46:02',NULL,1,125,0,0,125,0,'wc-refunded',75), +(1618,1617,'2025-12-17 07:51:16','2025-12-17 06:51:16','2025-12-17 07:51:16','2025-12-17 07:51:16',0,-125,0,0,-125,NULL,'wc-refunded',75), +(1628,0,'2025-12-18 23:39:56','2025-12-18 22:39:56',NULL,NULL,1,50,0,0,50,0,'wc-pending',76), +(1629,0,'2025-12-18 23:40:36','2025-12-18 22:40:36',NULL,NULL,1,50,0,0,50,0,'wc-pending',76), +(1630,0,'2025-12-21 21:44:25','2025-12-21 20:44:25',NULL,NULL,1,75,0,0,75,0,'wc-pending',77), +(1643,0,'2026-01-13 16:58:24','2026-01-13 15:58:24','2026-01-13 16:59:05','2026-01-17 08:14:47',2,195,0,0,195,0,'wc-completed',78), +(1644,0,'2026-01-13 17:01:21','2026-01-13 16:01:21',NULL,NULL,2,175,0,0,175,0,'wc-pending',79), +(1645,0,'2026-01-13 17:03:07','2026-01-13 16:03:07','2026-01-13 17:08:01','2026-01-17 08:14:19',2,175,0,0,175,0,'wc-completed',79), +(1646,1610,'2026-01-14 21:45:29','2026-01-14 20:45:29','2026-01-14 21:45:29','2026-01-14 21:45:29',0,-80,0,0,-80,NULL,'wc-refunded',72), +(1647,0,'2026-02-01 21:14:25','2026-02-01 20:14:25','2026-02-01 21:19:07','2026-02-11 09:59:12',1,48,0,3,45,0,'wc-completed',80), +(1649,0,'2026-02-05 20:10:25','2026-02-05 19:10:25','2026-02-05 20:11:11','2026-02-11 09:58:48',1,90,0,0,90,0,'wc-completed',81), +(1656,0,'2026-02-11 19:47:27','2026-02-11 18:47:27','2026-02-11 19:50:16','2026-02-11 19:50:16',1,100,0,0,100,0,'wc-completed',82), +(1658,0,'2026-02-16 16:38:24','2026-02-16 15:38:24','2026-02-16 16:38:52','2026-02-27 20:49:28',1,85,0,0,85,0,'wc-completed',83), +(1659,0,'2026-02-16 16:57:03','2026-02-16 15:57:03',NULL,NULL,2,125,0,0,125,0,'wc-pending',40), +(1660,0,'2026-02-25 22:15:31','2026-02-25 21:15:31',NULL,NULL,2,170,0,0,170,0,'wc-pending',84), +(1661,0,'2026-02-25 22:19:14','2026-02-25 21:19:14',NULL,NULL,1,130,0,0,130,0,'wc-pending',84), +(1668,0,'2026-03-06 12:16:35','2026-03-06 11:16:35',NULL,NULL,1,55,0,0,55,0,'wc-pending',85), +(1669,0,'2026-03-06 12:17:23','2026-03-06 11:17:23','2026-03-06 12:18:14','2026-03-13 09:15:51',1,55,0,0,55,0,'wc-completed',85), +(1670,0,'2026-03-07 17:40:02','2026-03-07 16:40:02','2026-03-07 17:41:00','2026-03-13 09:15:29',1,95,0,0,95,0,'wc-completed',86), +(1671,0,'2026-03-08 14:10:27','2026-03-08 13:10:27',NULL,NULL,1,90,0,0,90,0,'wc-pending',87), +(1672,0,'2026-03-09 19:09:15','2026-03-09 18:09:15','2026-03-09 19:10:00','2026-03-09 19:10:00',1,55,0,0,55,0,'wc-completed',88), +(1697,0,'2026-04-02 11:45:50','2026-04-02 09:45:50','2026-04-02 11:46:22','2026-04-04 07:13:48',1,55,0,0,55,0,'wc-completed',89), +(1698,0,'2026-04-03 23:36:58','2026-04-03 21:36:58','2026-04-03 23:37:30','2026-04-07 10:42:23',1,50,0,0,50,0,'wc-completed',40), +(1702,0,'2026-04-12 15:55:27','2026-04-12 13:55:27',NULL,NULL,1,170,0,0,170,0,'wc-pending',90), +(1857,0,'2026-04-28 01:02:04','2026-04-27 23:02:04','2026-04-28 01:03:44','2026-04-29 11:18:27',1,75,0,0,75,0,'wc-completed',91); +/*!40000 ALTER TABLE `haikuwp_wc_order_stats` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_tax_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_tax_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_tax_lookup` ( + `order_id` bigint(20) unsigned NOT NULL, + `tax_rate_id` bigint(20) unsigned NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `shipping_tax` double NOT NULL DEFAULT 0, + `order_tax` double NOT NULL DEFAULT 0, + `total_tax` double NOT NULL DEFAULT 0, + PRIMARY KEY (`order_id`,`tax_rate_id`), + KEY `tax_rate_id` (`tax_rate_id`), + KEY `date_created` (`date_created`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_tax_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_tax_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_tax_lookup` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_order_tax_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_orders` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_orders`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_orders` ( + `id` bigint(20) unsigned NOT NULL, + `status` varchar(20) DEFAULT NULL, + `currency` varchar(10) DEFAULT NULL, + `type` varchar(20) DEFAULT NULL, + `tax_amount` decimal(26,8) DEFAULT NULL, + `total_amount` decimal(26,8) DEFAULT NULL, + `customer_id` bigint(20) unsigned DEFAULT NULL, + `billing_email` varchar(320) DEFAULT NULL, + `date_created_gmt` datetime DEFAULT NULL, + `date_updated_gmt` datetime DEFAULT NULL, + `parent_order_id` bigint(20) unsigned DEFAULT NULL, + `payment_method` varchar(100) DEFAULT NULL, + `payment_method_title` text DEFAULT NULL, + `transaction_id` varchar(100) DEFAULT NULL, + `ip_address` varchar(100) DEFAULT NULL, + `user_agent` text DEFAULT NULL, + `customer_note` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `status` (`status`), + KEY `date_created` (`date_created_gmt`), + KEY `customer_id_billing_email` (`customer_id`,`billing_email`(171)), + KEY `billing_email` (`billing_email`(191)), + KEY `type_status_date` (`type`,`status`,`date_created_gmt`), + KEY `parent_order_id` (`parent_order_id`), + KEY `date_updated` (`date_updated_gmt`), + KEY `customer_id_status` (`customer_id`,`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_orders` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_orders` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_orders` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_orders` VALUES +(862,'wc-processing','EUR','shop_order',0.00000000,80.00000000,0,'sofia.balducci99@gmail.com','2024-11-28 15:40:46','2024-12-04 08:33:07',0,'','','cs_live_a1svQoVpQTAiSee2hdTTRsnPYQaQXDq7RNxaNg90PXi3YyGZtLHzO34Ci0','','',''), +(866,'wc-processing','EUR','shop_order',0.00000000,65.00000000,0,'claudia.vanvynckt@hotmail.fr','2024-11-29 09:05:49','2024-11-29 09:07:40',0,'','','cs_live_a1d08FUjZ9BRf9odbxjxgKnG6B1B6qh8sXCNcDnQ4iYPYGuJO0eDUYFPza','','',''), +(868,'wc-processing','EUR','shop_order',0.00000000,160.00000000,0,'lucie.leiner@gmail.com','2024-11-29 17:22:16','2024-11-29 17:26:38',0,'','','cs_live_b1rl5EdRJzCtNzMlKISIV6pLx1QoXSQKMRMJLT0kSRouevb2zQ23nyaBQb','','',''), +(869,'wc-processing','EUR','shop_order',0.00000000,120.00000000,0,'maroufin.claire@gmail.com','2024-12-02 10:05:43','2024-12-02 10:06:46',0,'','','cs_live_b10JaBeyOWGNedl3gG765YEShS8lZHA9A4aKS95LgAKh6qZXQnCIVSljQS','','',''), +(871,'wc-processing','EUR','shop_order',0.00000000,143.00000000,0,'v.cubier@gmail.com','2024-12-02 16:33:11','2024-12-02 16:34:13',0,'','','cs_live_b1NkHwimGQsZ4QkEAqe9CDnUr1DXp6W3PJtiypSTl7tbdlpNdixwfKayy5','','',''), +(872,'wc-processing','EUR','shop_order',0.00000000,90.00000000,0,'choploone@gmail.com','2024-12-03 17:03:18','2024-12-03 17:04:44',0,'','','cs_live_a1N24p77v8EyXK9ZJym9WKpN0L9d7nn8TKiG51ukP3wcHGOIEEO7JVRYkc','','',''), +(873,'wc-processing','EUR','shop_order',0.00000000,235.00000000,0,'maren.sigge@gmail.com','2024-12-03 22:53:41','2024-12-03 22:55:59',0,'','','cs_live_b1d2FCt4FYyGLsCPq20mViayd4OQXAn1eBfe3z3UOZQbCZk02byhZw8uRp','','',''), +(878,'wc-completed','EUR','shop_order',0.00000000,155.00000000,0,'perrinevincent90@gmail.com','2024-12-06 13:08:34','2024-12-15 09:35:41',0,'','','cs_live_a12SLRUpoI738BH0BJvY39tzXRBmbhmx4dty8MkdfmxlOrSNwqzi0LIs0w','','',''), +(879,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'julien.martial@hotmail.com','2024-12-06 14:04:22','2024-12-12 21:48:29',0,'','','cs_live_a10cY6oxXXTqiNMNGXdIqBStIF4rxjTJ4nFAApF14ug4df1ubvsJBCkEnB','','',''), +(880,'wc-refunded','EUR','shop_order',0.00000000,100.00000000,0,'c.saquetbossu@orange.fr','2024-12-12 16:55:38','2024-12-30 10:40:50',0,'','','cs_live_b1rQKvEwBHzNanBG70EG9Xg1BMcfxjxlsIKvnNwLHSGcMeRRVFusIv82xu','','',''), +(881,'wc-completed','EUR','shop_order',0.00000000,1248.00000000,0,'lili.chabin@gmail.com','2024-12-13 08:37:26','2024-12-16 14:13:34',0,'','','cs_live_a1QOrbZvz7NPHCy1AONKDEPoNfNniuLqi8S8mO1So5xlfcxP3s7A8u1saJ','','',''), +(884,'wc-refunded','EUR','shop_order',0.00000000,95.00000000,0,'vsmarchand24@gmail.com','2024-12-14 10:10:01','2025-01-23 21:51:50',0,'','','cs_live_a1KhJ0JraBn277imcg61syatlwfwXUqRSgH0si1UywNXQnnaaPQUXCb6Ye','','',''), +(885,'wc-completed','EUR','shop_order',0.00000000,80.00000000,0,'antoine.der92@gmail.com','2024-12-16 09:16:07','2024-12-18 17:19:19',0,'','','cs_live_a15teMmPCgaffuRSOljLOuFl7R0GhHVDHuyCLh83Exs5EGs76RhR2Z6slN','','',''), +(886,'wc-completed','EUR','shop_order',0.00000000,105.00000000,0,'ella_cherry@hotmail.fr','2024-12-17 08:40:04','2024-12-18 17:16:40',0,'','','cs_live_b10gtoDEAZtugeUUybNRQU286vrPQm9SKRxovq17jyT5JSibTAZI8TyH9b','','',''), +(887,'wc-completed','EUR','shop_order',0.00000000,60.00000000,0,'elsa.dumontel@gmail.com','2024-12-18 15:13:28','2024-12-31 11:59:52',0,'','','cs_live_a1kBdlYdcEX5glITE5cxLtkjEsemFaIVNJZDW641JlnkljMEjyrssTNJXo','','',''), +(888,'wc-completed','EUR','shop_order',0.00000000,62.00000000,0,'lili.chabin@gmail.com','2024-12-19 09:08:20','2024-12-29 14:53:29',0,'','','cs_live_a1ktP4tLyzgYY305YJGum3L8hu9N9qrPbOfeswgsBRyMSSge3yTL8atXEg','','',''), +(889,'wc-completed','EUR','shop_order',0.00000000,250.00000000,0,'melian.jacob@free.fr','2024-12-26 12:37:45','2024-12-31 11:59:03',0,'','','cs_live_b1sWkcR5ha10Ro3rgV3FqEQxvD40aB2mbqw6Plaq8I6nrBx1xYUPN6URYb','','',''), +(890,'wc-completed','EUR','shop_order_refund',0.00000000,-12.00000000,NULL,NULL,'2024-12-29 14:53:20','2025-11-03 09:34:42',888,NULL,NULL,NULL,NULL,NULL,NULL), +(891,'wc-completed','EUR','shop_order_refund',0.00000000,-100.00000000,NULL,NULL,'2024-12-30 10:40:43','2025-11-03 09:34:42',880,NULL,NULL,NULL,NULL,NULL,NULL), +(894,'wc-completed','EUR','shop_order',0.00000000,38.00000000,0,'margot.brisoux@hotmail.fr','2025-01-03 09:04:01','2025-01-07 14:56:35',0,'','','cs_live_a1bOBwoGtGQUtjrFiFgIaZqD3pvXjvB1bCVVa63MDqORXOtYmWf5qsFFCy','','',''), +(895,'wc-completed','EUR','shop_order',0.00000000,155.00000000,0,'tiberi.marine@gmail.com','2025-01-09 12:01:26','2025-01-14 19:47:45',0,'','','cs_live_b1qXQzunVuNopx9KHrAAgcQpNKmmLwshMwKQgiK94CJpAC1peepjzzgw88','','',''), +(896,'wc-completed','EUR','shop_order_refund',0.00000000,-95.00000000,NULL,NULL,'2025-01-23 21:51:50','2025-11-03 09:34:42',884,NULL,NULL,NULL,NULL,NULL,NULL), +(897,'wc-completed','EUR','shop_order',0.00000000,70.00000000,0,'alicetabernat@yahoo.fr','2025-01-29 10:32:07','2025-02-03 17:36:19',0,'','','cs_live_a11g0bnfWPAfwbgPcGsp2nFjPkaTqz9TKjUKCgkotTDle31gqp2t5DIFXr','','',''), +(899,'wc-completed','EUR','shop_order',0.00000000,38.00000000,0,'manon.ainest@gmail.com','2025-01-30 08:57:12','2025-02-03 17:37:02',0,'','','cs_live_a1QPvqbvcYzHtXWCvDchaoX8yKphpHA8aFUvZtEC5wxfw1C2SX0RI7XmOB','','',''), +(901,'wc-processing','EUR','shop_order',0.00000000,48.00000000,0,'owenoneill2727@gmail.com','2025-02-23 17:08:07','2025-02-23 17:08:49',0,'','','cs_live_a1GFHeWtsHUJuYz6QaJ9ys4MjurDGI6i43iKN9eG0SnFqknxjaMSLGJOez','','',''), +(903,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'julie.soulie96@yahoo.fr','2025-02-26 12:51:16','2025-03-01 08:14:27',0,'','','cs_live_a1mFOyZPMm14pK57DdGIKZwTO4W8ZCatZvZWCNpF5xUC4ycLVAmKhDUrsA','','',''), +(905,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'amelie.grx@gmail.com','2025-03-03 10:45:26','2025-03-06 08:24:33',0,'','','cs_live_a1aPByBFzbZyfbQTxL6nzu92j7iKkvl5if69zqaMEp5QJrQGPHjEimbMoK','','',''), +(906,'wc-completed','EUR','shop_order',0.00000000,150.00000000,0,'charles.stoop@gmail.com','2025-03-03 11:10:15','2025-03-06 08:25:36',0,'','','cs_live_a1LEJpJwearhfR2b7iPVKdUfymrbDp00VvSuR9qqkFdxuoo1TseDdGWSsj','','',''), +(907,'wc-completed','EUR','shop_order',0.00000000,190.00000000,0,'raphael.kuderpro@gmail.com','2025-03-05 11:04:07','2025-03-18 09:40:39',0,'','','cs_live_b11qrZzpZitWqhRsaz4pR9avf8eXD1nF5lEZ31cfuXZWYMn1ucJOUZL2tc','','',''), +(908,'wc-completed','EUR','shop_order',0.00000000,106.00000000,0,'evemarie.redouin@gmail.com','2025-03-23 21:39:51','2025-04-04 06:41:39',0,'','','cs_live_b1YqdwNaPbu9CWfGSQrpINirWmEMehRQzmYRJ3xJ0DCu8Tpmftcvyrx4My','','',''), +(910,'wc-completed','EUR','shop_order',0.00000000,43.00000000,0,'isoliverantich1@gmail.com','2025-04-08 11:44:22','2025-05-11 13:35:32',0,'','','cs_live_a1M1AbVhpNayddsFHKmFfBx4whULHHouxQwRAvpuYm1sIXUlKfd0GItHWH','','',''), +(912,'wc-completed','EUR','shop_order',0.00000000,43.00000000,0,'crack_one@hotmail.fr','2025-05-09 09:49:40','2025-05-16 05:54:00',0,'','','cs_live_a1H92o6VYyvx7aHJeAQmk1Pmd0IRjxqiuCRVy9CJKOHwNgUajseeOZV5GJ','','',''), +(921,'wc-completed','EUR','shop_order',0.00000000,60.00000000,0,'annesophiemabi@gmail.com','2025-05-09 19:56:27','2025-05-16 05:54:26',0,'','','cs_live_a1BfsTQJFzp4sAD4M7ttoO0LVJLncUDjxVj0jfYnFYqfjvJfHKLu3aFhIm','','',''), +(922,'wc-completed','EUR','shop_order',0.00000000,60.00000000,0,'annesophiemabi@gmail.com','2025-05-09 19:56:28','2025-05-16 05:55:04',0,'','','','','',''), +(924,'wc-completed','EUR','shop_order',0.00000000,130.00000000,0,'laurentpvcapelo@gmail.com','2025-06-05 07:44:45','2025-06-09 10:59:56',0,'','','cs_live_b1PVvGzhCZzxaRp4uSOYQcsRnC1RuZlyZoFqK0LZJQo2zkoU41vdXerJkw','','',''), +(997,'wc-completed','EUR','shop_order',0.00000000,130.00000000,0,NULL,'2025-06-21 09:54:31','2025-06-28 14:32:24',0,'','','cs_live_b1sjjD9YUm2JJIRUEYnmIQVeqq5HJg4fA08WLC163mheZO7PdHRO2Po4qk','','',''), +(1013,'wc-completed','EUR','shop_order',0.00000000,155.00000000,0,'mia.mueller07@gmail.com','2025-07-14 12:37:48','2025-07-16 08:59:09',0,'','','cs_live_b1rGXdBJzH9twzs4r6WMVuyBsDfN31w9pvSivz4cUCWoaNJaVOkOVQq1ON','','',''), +(1443,'wc-completed','EUR','shop_order',0.00000000,110.00000000,0,'myrthe.meylaerts@gmail.com','2025-09-17 18:11:56','2025-09-23 09:29:46',0,'','','cs_live_b1dZqZWJT6QIwtLXz6zpijqnSbNi7AyJuStnsm0MJcg5wjD0lj21JIT58L','','',''), +(1480,'wc-completed','EUR','shop_order',0.00000000,120.00000000,0,'alexandraboubou2@gmail.com','2025-10-02 04:39:01','2025-10-03 19:49:56',0,'','','cs_live_a1d6tAIVld1UYClogv9eoWtMDgFprofFxy7hFFzPqYYEIRgMNzS5TSVNHu','','',''), +(1486,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'theohuchet@laposte.net','2025-10-10 15:55:22','2025-10-16 11:02:40',0,'','','cs_live_a1FEU0ujTPYMTO7dbmdNn2ns42qUWEdUMrRmp1SpOqAbt1iCyxeW16FoPt','','',''), +(1487,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'theohuchet@laposte.net','2025-10-11 15:06:39','2025-10-16 11:02:19',0,'','','cs_live_a1fbvWNWr3eWEXIZj3pfOYvj8MaJb9B9DEeFK2acqbidq0lPFKr1YWIEcW','','',''), +(1488,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'pauline.duboi96@gmail.com','2025-10-12 14:50:06','2025-10-24 06:59:46',0,'','','cs_live_a1cyRwsxqirnyEQ8iZ9Yp1IGumAj1dM91sUnYSxXzsYbt5XiBmXiQtokHf','','',''), +(1489,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'sofia.balducci99@gmail.com','2025-10-12 21:03:18','2025-10-16 11:01:51',0,'','','cs_live_a1xBKNpPKVffrCrl7tDwQQD3viFuqzwqUAXqMXBLWakGH0ipiOnzHn0IrK','','',''), +(1490,'wc-completed','EUR','shop_order',0.00000000,120.00000000,0,'bram.degieter@telenet.be','2025-10-18 13:34:26','2025-10-24 17:36:03',0,'','','cs_live_a1L9LCv7lSYX1gsY7oQbVrGqJN2AZLyjChZRdRK7ku4oI4EW5vZmxCTaqk','','','The necklace is a gift, so it would be nice that it is wrapped :)'), +(1496,'wc-completed','EUR','shop_order',0.00000000,183.00000000,0,'charlotte.chabin@gmail.com','2025-11-02 19:39:02','2025-11-06 13:50:59',0,'','','cs_live_b1zZOIKIH0LygTv6CVhy3lB7qEvG4ElbmDH5GlOOX1ltN9RGkAEH5JF6tw','','',''), +(1498,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'daphnethomass@hotmail.com','2025-11-03 21:05:37','2025-11-06 13:52:51',0,'','','cs_live_a13EaeLRtyYNbrUEtXGYMgeINXdEG2hMCr9ixQnxZoJwUeawVYRxzqNyoQ','','',''), +(1511,'wc-completed','EUR','shop_order',0.00000000,120.00000000,0,'paulamicel@gmail.com','2025-11-18 08:29:10','2025-11-24 18:30:32',0,'','','cs_live_a1Pm9zC1mhHI7I4LNvZ6yFzcvpvVaIyS7Jkd4JZrIecG1Dkg4z6svhlS2h','','',''), +(1528,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'mapignot@gmail.com','2025-11-20 14:49:47','2025-11-24 18:30:04',0,'','','cs_live_a1hapGkZPSNBAWHRmKKZZFkDl5YhqVgHa3Fzw2eXWTkkAl6sL1Uh6WBTVJ','','',''), +(1529,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'anabela_angeiras@yahoo.fr','2025-11-24 09:50:48','2025-11-27 13:03:07',0,'','','cs_live_a1J504iPrDlASS5uwlconlGf3AVh9Q2dPHiiTrGs0l2dzwAdNj58EGVBvy','','',''), +(1530,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'karen.plasschaert@gmail.com','2025-11-24 17:43:34','2025-11-27 13:01:45',0,'','','cs_live_a1tFACy2vzenqHAewzINizSqm7dHV48jGiw2KUi0Q2BwC6MWX42eMyWgTs','','',''), +(1540,'wc-completed','EUR','shop_order',0.00000000,43.00000000,0,'annaebosson@gmail.com','2025-11-30 21:29:07','2025-12-03 18:55:57',0,'','','cs_live_a1G1fFWG7YCRyRJaM7FujXYcPSWyK9ztjPsLp7h3qR4yLKvGmbuVUhhFc3','','',''), +(1571,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'maroufin.claire@gmail.com','2025-12-02 09:20:29','2025-12-03 18:55:31',0,'','','cs_live_b1k7BygV2uFnEclXsyniRFFpONoaG7UqkmtGMXRmc5gUc0upLUjPMfbP3D','','',''), +(1573,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'penelope.jourdain@gmail.com','2025-12-02 20:47:29','2025-12-03 18:55:00',0,'','','cs_live_a1nDEiC2YJyqQy1PhaDuHkLQt277WyvtIbtOZMfNhEwjO3CugA1NewrUro','','',''), +(1604,'wc-pending','EUR','shop_order',0.00000000,50.00000000,0,'annvanderschrick@telenet.be','2025-12-03 17:43:23','2025-12-03 17:43:23',0,'','','','','',''), +(1605,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'annvanderschrick@telenet.be','2025-12-03 17:44:40','2025-12-10 17:59:08',0,'','','cs_live_a1kJnF7Dh7Koqbvp2pDahVg1ZsS1Ez4rwgq922MzfmtmxET4qqYzaGW72E','','',''), +(1606,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'perso@ronanzeegers.com','2025-12-07 21:49:42','2025-12-10 18:00:51',0,'','','cs_live_a1YqktJANJ3NQrr52Xz3ixm0PItKcfD3wfNjheS5bXdDOl8ih74oMDecJe','','',''), +(1607,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'zafiria.efstratiadi@hotmail.com','2025-12-10 13:39:45','2025-12-10 13:39:45',0,'','','','','',''), +(1608,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'zafiria.efstratiadi@hotmail.com','2025-12-10 15:29:50','2025-12-10 15:29:50',0,'','','','','',''), +(1609,'wc-completed','EUR','shop_order',0.00000000,71.00000000,0,'clement.arnaud1993@gmail.com','2025-12-10 15:54:38','2025-12-10 17:56:08',0,'','','cs_live_a12eIU0AdK7UzdH91l30cOov0hhCDnvqJZWJg1ejjLNP4UCi2hxIPd6ac5','','',''), +(1610,'wc-refunded','EUR','shop_order',0.00000000,80.00000000,0,'g.maincent@gmail.com','2025-12-11 15:25:35','2026-01-14 20:45:29',0,'','','cs_live_a1fvsx0OUZLAoa0tWNcLbyvWDZoLW7geHGcrzJNrb1pnteQeV2QNHSmaEN','','',''), +(1611,'wc-pending','EUR','shop_order',0.00000000,48.00000000,0,'louispoitevin31@gmail.com','2025-12-14 08:05:42','2025-12-14 08:05:42',0,'','','','','',''), +(1612,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'laura.folli@laposte.net','2025-12-14 15:18:16','2025-12-14 15:19:46',0,'','','cs_live_a1dc48l5VnaIPc5dBDwhXAf0WJ5ZkY569mkcUVLj5Fk0tSq7VIzyaRQrbX','','',''), +(1615,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'thomasmetivier@gmail.com','2025-12-15 22:27:22','2025-12-15 22:27:22',0,'','','','','',''), +(1616,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'thomasmetivier@gmail.com','2025-12-15 22:43:29','2025-12-15 22:43:29',0,'','','','','',''), +(1617,'wc-refunded','EUR','shop_order',0.00000000,125.00000000,0,'thomasmetivier@gmail.com','2025-12-15 22:45:37','2025-12-17 06:51:34',0,'','','cs_live_a1qVP8cfEza2h4MEHXNE1DziPqCBPVN0UwJVPYRUCO3ZZazuafUnxYa9iQ','','',''), +(1618,'wc-completed','EUR','shop_order_refund',0.00000000,-125.00000000,NULL,NULL,'2025-12-17 06:51:16','2025-12-17 06:51:16',1617,NULL,NULL,NULL,NULL,NULL,NULL), +(1628,'wc-pending','EUR','shop_order',0.00000000,50.00000000,0,'kleptaschwarz@gmail.com','2025-12-18 22:39:56','2025-12-18 22:39:56',0,'','','','','',''), +(1629,'wc-pending','EUR','shop_order',0.00000000,50.00000000,0,'kleptaschwarz@gmail.com','2025-12-18 22:40:36','2025-12-18 22:40:36',0,'','','','','',''), +(1630,'wc-pending','EUR','shop_order',0.00000000,75.00000000,0,'lou.roberfroid@gmail.com','2025-12-21 20:44:25','2025-12-21 20:44:25',0,'','','','','',''), +(1643,'wc-completed','EUR','shop_order',0.00000000,195.00000000,0,'marielaure.gressin@free.fr','2026-01-13 15:58:24','2026-01-17 07:14:47',0,'','','cs_live_b12gj4XEEAbMYroEOPOq8CqyDiQ1dwSNBYAZoOWjjSvq1ORZtYl4W1MbYl','','',''), +(1644,'wc-pending','EUR','shop_order',0.00000000,175.00000000,0,'laurechaslin@gmail.com','2026-01-13 16:01:21','2026-01-13 16:01:21',0,'','','','','',''), +(1645,'wc-completed','EUR','shop_order',0.00000000,175.00000000,0,'laurechaslin@gmail.com','2026-01-13 16:03:07','2026-01-17 07:14:19',0,'','','cs_live_b1TYFxwi4DBNtURYmNjJLpvME8qcqmmLcsMlek96gMVQTOqCaYDwXyzw56','','','Comme vu par mail, pourrais-tu rajouter dans la commande la petite chaîne et la boucle qui vont sur le bas du collier Fuyou ? En argenté. Merciii'), +(1646,'wc-completed','EUR','shop_order_refund',0.00000000,-80.00000000,NULL,NULL,'2026-01-14 20:45:29','2026-01-14 20:45:29',1610,NULL,NULL,NULL,NULL,NULL,NULL), +(1647,'wc-completed','EUR','shop_order',0.00000000,48.00000000,0,'lunacornet@icloud.com','2026-02-01 20:14:25','2026-02-11 08:59:12',0,'','','cs_live_a170HmKu7PK2eBrbx3mirAluoh0W7iWzgo3HEq7KKE6zOB5JXdvUELGMIH','','',''), +(1649,'wc-completed','EUR','shop_order',0.00000000,90.00000000,0,'karlyne.malonga@gmail.com','2026-02-05 19:10:25','2026-02-11 08:58:48',0,'','','cs_live_a1lAVt8A3st7ZZKs5AjIEclmkQahYiEc9vCusk5V60IFI3ARb974kfMpGI','','',''), +(1656,'wc-completed','EUR','shop_order',0.00000000,100.00000000,0,'louise.mongeau@gmail.com','2026-02-11 18:47:27','2026-02-11 18:50:17',0,'','','cs_live_a1Y78vDL0hnBUcBwjQuebxIF6nfLdEmdz9p7n1qvSAUcgKEHzIv7EWMIVf','','',''), +(1658,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'samira.maalmi@proton.me','2026-02-16 15:38:24','2026-02-27 19:49:28',0,'','','cs_live_a156BtrCZrpdOa0wgaUD69YlLgfecu6JIbwYPfJRJ8srKxHdDxVm5YxPnk','','',''), +(1659,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'zafiria.efstratiadi@hotmail.com','2026-02-16 15:57:03','2026-02-16 15:57:03',0,'','','','','',''), +(1660,'wc-pending','EUR','shop_order',0.00000000,170.00000000,0,'noellemstarliper@gmail.com','2026-02-25 21:15:31','2026-02-25 21:15:31',0,'','','','','',''), +(1661,'wc-pending','EUR','shop_order',0.00000000,130.00000000,0,'noellemstarliper@gmail.com','2026-02-25 21:19:14','2026-02-25 21:19:14',0,'','','','','',''), +(1668,'wc-pending','EUR','shop_order',0.00000000,55.00000000,0,'steph_vandoo@hotmail.com','2026-03-06 11:16:35','2026-03-06 11:16:35',0,'','','','','',''), +(1669,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'steph_vandoo@hotmail.com','2026-03-06 11:17:23','2026-03-13 08:15:51',0,'','','cs_live_a1VLeSUtem88dxO6uu83MMk8os16zJfEHel3fxhg32SarhzN1ik7NbQx5U','','',''), +(1670,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'z.martin.zephyr@gmail.com','2026-03-07 16:40:02','2026-03-13 08:15:29',0,'','','cs_live_a1be4UPpEzzorc8FkoEZ6T6Hgt9yhm9e0SoKdlWSvk0aAkSuzb6Donk2SV','','',''), +(1671,'wc-pending','EUR','shop_order',0.00000000,90.00000000,0,'mariot.anais@gmail.com','2026-03-08 13:10:27','2026-03-08 13:10:27',0,'','','','','','Bonjour ! \nSerait-il possible de l’avoir en 49 plutôt, s’il vous plaît ?\nAnaïs :)'), +(1672,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'al.terrade@gmail.com','2026-03-09 18:09:15','2026-03-09 18:10:02',0,'','','cs_live_a1HyyjDihYcj41yu2rPbdixPL6dW028CnPHLIvKgbdPoGit1uedElkv41g','','',''), +(1697,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'btsira@gmail.com','2026-04-02 09:45:50','2026-04-04 05:13:48',0,'','','cs_live_a1XXuwbGwD2hdIGMQgR5yxF9l4h6u1rvc71xrlHV00PzHV2K8av9Vda6vO','','',''), +(1698,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'zafiria.efstratiadi@hotmail.com','2026-04-03 21:36:58','2026-04-07 08:42:23',0,'','','cs_live_a1Z68MTQIfoi05b03hUjrZNHf9mAdOvMTmaKZOATLj3yRCwjKZVXdfRvBN','','',''), +(1702,'wc-pending','EUR','shop_order',0.00000000,170.00000000,0,'constancevillain22@gmail.com','2026-04-12 13:55:27','2026-04-12 13:55:27',0,'','','','','',''), +(1857,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'mattijsquartier@live.nl','2026-04-27 23:02:04','2026-04-29 09:18:27',0,'','','cs_live_a1Z2Xk9xnCcMLubCoFoXdX6wSTzTCYHO39kCeLWG4S2AeYFVTDPjZ7PB4K','','',''); +/*!40000 ALTER TABLE `haikuwp_wc_orders` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_orders_meta` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_orders_meta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_orders_meta` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_id` bigint(20) unsigned DEFAULT NULL, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `meta_key_value` (`meta_key`(100),`meta_value`(82)), + KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`(100),`meta_value`(82)) +) ENGINE=InnoDB AUTO_INCREMENT=785 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_orders_meta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_orders_meta` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_orders_meta` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_orders_meta` VALUES +(192,862,'_billing_address_index','Roberto Ruggeri NW Groupe 31 avenue bosquet Paris 75007 FR sofia.balducci99@gmail.com +393470972182'), +(193,862,'_shipping_address_index','Roberto Ruggeri NW Groupe 31 avenue bosquet Paris 75007 FR +393470972182'), +(204,862,'_edit_lock','1733301301:1'), +(212,866,'_billing_address_index','Claudia Van Vynckt - WIPLAW 279, avenue louise Bruxelles 1050 BE claudia.vanvynckt@hotmail.fr 0478183560'), +(213,866,'_shipping_address_index','Claudia Van Vynckt - WIPLAW 279, avenue louise Bruxelles 1050 BE 0478183560'), +(216,868,'_billing_address_index','Lucie Leiner Vijversdreef 10 Linkebeek 1630 BE lucie.leiner@gmail.com +32489578514'), +(217,868,'_shipping_address_index','Lucie Leiner Vijversdreef 10 Linkebeek 1630 BE +32489578514'), +(218,866,'_edit_lock','1732990774:1'), +(219,868,'_edit_lock','1741777158:1'), +(220,869,'_billing_address_index','Claire Maroufin 26 avenue Eugène Thomas Le Kremlin Bicetre 94270 FR maroufin.claire@gmail.com +33681223295'), +(221,869,'_shipping_address_index','Claire Maroufin 26 avenue Eugène Thomas Le Kremlin Bicetre 94270 FR +33681223295'), +(224,871,'_billing_address_index','Violette Cubier 5 rue Andre Gide Chatillon 92320 FR v.cubier@gmail.com 0616154243'), +(225,871,'_shipping_address_index','Violette Cubier 5 rue Andre Gide Chatillon 92320 FR 0616154243'), +(226,871,'_edit_lock','1733427652:1'), +(227,872,'_billing_address_index','Elise Colson Rue des grands champs 119 Saint-Nicolas Liège 4420 BE choploone@gmail.com 0498508266'), +(228,872,'_shipping_address_index','Elise Colson Rue des grands champs 119 Saint-Nicolas Liège 4420 BE 0498508266'), +(229,872,'_edit_lock','1733769475:1'), +(230,873,'_billing_address_index','Maren Sigge Av. G. E. Lebon, 24, BP 3 Auderghem Belgium 1160 BE maren.sigge@gmail.com +32489439874'), +(231,873,'_shipping_address_index','Viviane Antoine Chaussée de Givet 33 Mariembourg Belgium 5660 BE +32489439874'), +(232,869,'_edit_lock','1734160497:1'), +(233,873,'_edit_lock','1733386487:1'), +(243,878,'_billing_address_index','Perrine Vincent Rue de la Basse-Sambre 8 Floreffe Namur 5150 BE perrinevincent90@gmail.com 00 32 472 24 97 14'), +(244,878,'_shipping_address_index','Perrine Vincent Rue de la Basse-Sambre 8 Floreffe Namur 5150 BE 00 32 472 24 97 14'), +(245,879,'_billing_address_index','Julien Martial Rue François Gay, 225 Woluwe St Pierre 1150 BE julien.martial@hotmail.com 0472585911'), +(246,879,'_shipping_address_index','Julien Martial Rue François Gay, 225 Woluwe St Pierre 1150 BE 0472585911'), +(247,879,'_edit_lock','1734041227:1'), +(248,880,'_billing_address_index','christine Saquet Bossu 33 rue du Colonel du Halgouêt Renac 35660 FR c.saquetbossu@orange.fr 0685532210'), +(249,880,'_shipping_address_index','christine Saquet Bossu 33 rue du Colonel du Halgouêt Renac 35660 FR 0685532210'), +(250,879,'tracking_number','10622472'), +(251,878,'_edit_lock','1734256732:1'), +(252,878,'tracking_number','10622471'), +(253,881,'_billing_address_index','Nathalie Chabin chemin de Rossy 1, 1 Rueyres - Suisse 1046 CH lili.chabin@gmail.com +41786229221'), +(254,881,'_shipping_address_index','Nathalie Chabin chemin de Rossy 1, 1 Rueyres - Suisse 1046 CH +41786229221'), +(255,881,'_edit_lock','1734817565:1'), +(266,880,'_edit_lock','1740486386:1'), +(267,884,'_billing_address_index','Veronique Marchand 5 bis impasse de la Noue AUXERRE 89000 FR vsmarchand24@gmail.com +33612102273'), +(268,884,'_shipping_address_index','Veronique Marchand 5 bis impasse de la Noue AUXERRE 89000 FR +33612102273'), +(270,880,'tracking_number','10727218'), +(271,884,'_edit_lock','1738615854:1'), +(272,885,'_billing_address_index','Antoine Deroisy 389 chaussée de waterloo Bruxelles 1050 BE antoine.der92@gmail.com 0474183450'), +(273,885,'_shipping_address_index','Antoine Deroisy 389 chaussée de waterloo Bruxelles 1050 BE 0474183450'), +(274,884,'tracking_number','10776780'), +(275,881,'tracking_number',''), +(276,886,'_billing_address_index','Ella Richard 44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France Le Pre Saint Gervais 93310 FR ella_cherry@hotmail.fr 06 77 32 66 50'), +(277,886,'_shipping_address_index','Ella Richard 44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France Le Pre Saint Gervais 93310 FR 06 77 32 66 50'), +(278,886,'_edit_lock','1734542336:1'), +(279,887,'_billing_address_index','Elsa Dumontel 29 Route Des Chenes Arpajon Sur Cere France 15130 FR elsa.dumontel@gmail.com 0642985078'), +(280,887,'_shipping_address_index','Elsa Dumontel 29 Route Des Chenes Arpajon Sur Cere France 15130 FR 0642985078'), +(281,886,'tracking_number','10831148'), +(282,885,'_edit_lock','1734545250:1'), +(283,885,'tracking_number',''), +(284,887,'_edit_lock','1736762840:1'), +(285,888,'_billing_address_index','Nathalie Chabin chemin de Rossy 1 Rueyres - Suisse vaud 1046 CH lili.chabin@gmail.com +41786229221'), +(286,888,'_shipping_address_index','Nathalie Chabin chemin de Rossy 1 Rueyres - Suisse vaud 1046 CH +41786229221'), +(287,888,'_edit_lock','1735490132:1'), +(288,888,'tracking_number','RN600242900BE'), +(289,889,'_billing_address_index','Magali Jacob 1 Rue du Limousin Hœnheim 67800 FR melian.jacob@free.fr 0670745455'), +(290,889,'_shipping_address_index','Magali Jacob 1 Rue du Limousin Hœnheim 67800 FR 0670745455'), +(291,889,'_edit_lock','1735646345:1'), +(292,890,'_refund_amount','12.00'), +(293,890,'_refunded_by','1'), +(294,890,'_refunded_payment',''), +(295,890,'_refund_reason','Free shipping'), +(296,891,'_refund_amount','100.00'), +(297,891,'_refunded_by','1'), +(298,891,'_refunded_payment',''), +(299,891,'_refund_reason',''), +(302,889,'tracking_number','10996113'), +(303,887,'tracking_number','10851363'), +(306,894,'_billing_address_index','Margot BRISOUX 13 rue Camille Desmoulins Paris 75011 FR margot.brisoux@hotmail.fr 0679481991'), +(307,894,'_shipping_address_index','Margot BRISOUX 13 rue Camille Desmoulins Paris 75011 FR 0679481991'), +(308,894,'_edit_lock','1767793895:1'), +(309,894,'tracking_number','11114755'), +(310,895,'_billing_address_index','Marine TIBERI 50 rue Jules Clarétie Toulouse 31400 FR tiberi.marine@gmail.com +33602079136'), +(311,895,'_shipping_address_index','Marine TIBERI 50 rue Jules Clarétie Toulouse 31400 FR +33602079136'), +(312,895,'_edit_lock','1767793874:1'), +(313,895,'tracking_number','11206531'), +(314,896,'_refund_amount','95.00'), +(315,896,'_refunded_by','1'), +(316,896,'_refunded_payment',''), +(317,896,'_refund_reason',''), +(318,897,'_billing_address_index','Alice Tabernat 88 boulevard Aristide Briand Montreuil 93100 FR alicetabernat@yahoo.fr 0770426206'), +(319,897,'_shipping_address_index','Alice Tabernat 88 boulevard Aristide Briand Montreuil 93100 FR 0770426206'), +(322,899,'_billing_address_index','Aïn-Establet Manon 140, boulevard de Menilmontant Paris 75020 FR manon.ainest@gmail.com 0612109541'), +(323,899,'_shipping_address_index','Aïn-Establet Manon 140, boulevard de Menilmontant Paris 75020 FR 0612109541'), +(324,897,'_edit_lock','1767793855:1'), +(325,899,'_edit_lock','1767793835:1'), +(326,897,'tracking_number','11516644'), +(327,899,'tracking_number','11516643'), +(330,901,'_billing_address_index','Owen Andrew O\'Neill Rue Bosquet, 25 Saint-Gilles Brussel 1060 BE owenoneill2727@gmail.com +353852179564'), +(331,901,'_shipping_address_index','Owen Andrew O\'Neill Rue Bosquet, 25 Saint-Gilles Brussel 1060 BE +353852179564'), +(332,901,'_edit_lock','1740762785:1'), +(335,903,'_billing_address_index','Julie Soulie 17/19 rue de l\'Atlas Paris Ile de France 75019 FR julie.soulie96@yahoo.fr 0643105822'), +(336,903,'_shipping_address_index','Julie Soulie 17/19 rue de l\'Atlas Paris Ile de France 75019 FR 0643105822'), +(337,903,'_edit_lock','1767793820:1'), +(338,903,'tracking_number','11864885'), +(341,905,'_billing_address_index','Amélie Graux 15 rue du Capitaine Ferber Paris 75020 FR amelie.grx@gmail.com 0667102260'), +(342,905,'_shipping_address_index','Amélie Graux 15 rue du Capitaine Ferber Paris 75020 FR 0667102260'), +(343,906,'_billing_address_index','Charles Stoop Rue Edouard Olivier 27 Watermael-Boitsfort Bruxelles 1170 BE charles.stoop@gmail.com 0493566360'), +(344,906,'_shipping_address_index','Charles Stoop Rue Edouard Olivier 27 Watermael-Boitsfort Bruxelles 1170 BE 0493566360'), +(345,907,'_billing_address_index','Raphael Kuder 140 boulevard de Ménilmontant Paris IDF 75020 FR raphael.kuderpro@gmail.com 0783260894'), +(346,907,'_shipping_address_index','Raphael Kuder 140 boulevard de Ménilmontant Paris IDF 75020 FR 0783260894'), +(347,905,'_edit_lock','1767793812:1'), +(348,905,'tracking_number','11941129'), +(349,906,'_edit_lock','1767793806:1'), +(350,906,'tracking_number','11941130'), +(351,907,'_edit_lock','1767793792:1'), +(352,907,'tracking_number','12069441'), +(353,908,'_billing_address_index','Eve marie REDOUIN 3 Rue des Hortensias Villebon-sur-Yvette 91140 FR evemarie.redouin@gmail.com 0642769155'), +(354,908,'_shipping_address_index','Eve marie REDOUIN 3 Rue des Hortensias Villebon-sur-Yvette 91140 FR 0642769155'), +(355,908,'_edit_lock','1767793785:1'), +(356,908,'tracking_number','12337845'), +(359,910,'_billing_address_index','Arnau Oliver Antich Rue du Mont-Blanc 57, R.D.C. Saint-Gilles Belgium 1060 BE isoliverantich1@gmail.com +34 648761712'), +(360,910,'_shipping_address_index','Arnau Oliver Antich Rue du Mont-Blanc 57, R.D.C. Saint-Gilles Belgium 1060 BE +34 648761712'), +(363,912,'_billing_address_index','Jérôme Laurent 5 place de la république BRIENNE LE CHATEAU Aube 10500 FR crack_one@hotmail.fr +33695854956'), +(364,912,'_shipping_address_index','Jérôme Laurent 5 place de la république BRIENNE LE CHATEAU Aube 10500 FR +33695854956'), +(369,921,'_billing_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR annesophiemabi@gmail.com +33678454888'), +(370,921,'_shipping_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR +33678454888'), +(371,922,'_billing_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR annesophiemabi@gmail.com +33678454888'), +(372,922,'_shipping_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR +33678454888'), +(373,910,'_edit_lock','1767793778:1'), +(374,910,'tracking_number',''), +(375,921,'_edit_lock','1767793771:1'), +(376,912,'_edit_lock','1767793759:1'), +(377,912,'tracking_number','12910308'), +(378,921,'tracking_number','12910309'), +(381,924,'_billing_address_index','Laurent CAPELO 24 Avenue Bourgain Issy-les-Moulineaux 92130 FR laurentpvcapelo@gmail.com +33646234205'), +(382,924,'_shipping_address_index','Laurent CAPELO 24 Avenue Bourgain Issy-les-Moulineaux 92130 FR +33646234205'), +(383,924,'_edit_lock','1767793742:1'), +(384,924,'tracking_number','13228029'), +(387,997,'_billing_address_index',' '), +(388,997,'_shipping_address_index',' '), +(389,997,'_edit_lock','1767793719:1'), +(417,997,'tracking_number','13488164'), +(420,1013,'_billing_address_index','Mia Mueller Chaussee de Vleurgat 172 Brussels 1000 BE mia.mueller07@gmail.com 0474470271'), +(421,1013,'_shipping_address_index','Mia Mueller Chaussee de Vleurgat 172 Brussels 1000 BE 0474470271'), +(422,1013,'_edit_lock','1767793699:1'), +(423,1013,'tracking_number','13721043'), +(513,1443,'_billing_address_index','Myrthe Meylaerts Demosthenesstraat 242 Anderlecht 1070 BE myrthe.meylaerts@gmail.com 0499089766'), +(514,1443,'_shipping_address_index','Myrthe Meylaerts Demosthenesstraat 242 Anderlecht 1070 BE 0499089766'), +(515,1443,'_edit_lock','1767793679:1'), +(516,1443,'tracking_number','14584108'), +(517,1480,'_billing_address_index','Alexandra Maillot 26 rue de Stalingrad Sartrouville 78500 FR alexandraboubou2@gmail.com 0663463354'), +(518,1480,'_shipping_address_index','Alexandra Maillot 26 rue de Stalingrad Sartrouville 78500 FR 0663463354'), +(519,1480,'_edit_lock','1767793648:1'), +(520,1480,'tracking_number','14744669'), +(521,1486,'_billing_address_index','Théo Huchet 58 Rue Châtelaine Laon 02000 FR theohuchet@laposte.net +33628751554'), +(522,1486,'_shipping_address_index','Théo Huchet 58 Rue Châtelaine Laon 02000 FR +33628751554'), +(523,1487,'_billing_address_index','Théo Huchet 58 rue châtelaine Laon 02000 FR theohuchet@laposte.net 0628751554'), +(524,1487,'_shipping_address_index','Théo Huchet 58 rue châtelaine Laon 02000 FR 0628751554'), +(525,1488,'_billing_address_index','Pauline Dubois Rue Maurice Wilmotte, 25 Saint-Gilles Brussel-Hoofdstad 1060 BE pauline.duboi96@gmail.com +32473119568'), +(526,1488,'_shipping_address_index','Pauline Dubois Rue Maurice Wilmotte, 25 Saint-Gilles Brussel-Hoofdstad 1060 BE +32473119568'), +(527,1489,'_billing_address_index','Sofia Balducci 156 Rue de l’Université (MAIF) Paris 75007 FR sofia.balducci99@gmail.com +393470972182'), +(528,1489,'_shipping_address_index','Sofia Balducci 156 Rue de l’Université (MAIF) Paris 75007 FR +393470972182'), +(529,1486,'_edit_lock','1760612561:1'), +(530,1487,'_edit_lock','1767793641:1'), +(531,1488,'_edit_lock','1767793627:1'), +(532,1489,'_edit_lock','1767793633:1'), +(533,1489,'tracking_number','14913747'), +(534,1487,'tracking_number','14913746'), +(535,1486,'tracking_number','14913746'), +(536,1490,'_billing_address_index','Bram De Gieter Gasmeterlaan 44 Gent Oost-Vlaanderen 9000 BE bram.degieter@telenet.be 0474177921'), +(537,1490,'_shipping_address_index','Bram De Gieter Gasmeterlaan 44 Gent Oost-Vlaanderen 9000 BE 0474177921'), +(538,1488,'tracking_number',''), +(539,1490,'_edit_lock','1767793603:1'), +(540,1490,'tracking_number','323255091208881000'), +(541,1496,'_billing_address_index','Charlotte Chabin Chemin de Pierrefleur 88 Lausanne 1004 CH charlotte.chabin@gmail.com +41799475008'), +(542,1496,'_shipping_address_index','Charlotte Chabin Chemin de Pierrefleur 88 Lausanne 1004 CH +41799475008'), +(543,890,'_refund_type','full'), +(544,891,'_refund_type','full'), +(545,896,'_refund_type','full'), +(546,1496,'_edit_lock','1767793586:1'), +(547,1498,'_billing_address_index','Daphné Thomas 4 Impasse Charles Fourier Oullins 69600 FR daphnethomass@hotmail.com +33603264984'), +(548,1498,'_shipping_address_index','Daphné Thomas 4 Impasse Charles Fourier Oullins 69600 FR +33603264984'), +(557,1498,'_edit_lock','1767793563:1'), +(558,1496,'tracking_number','2110500310000518'), +(559,1498,'tracking_number','15226074'), +(560,1511,'_billing_address_index','Paul AMICEL 1 rue Saint-Alphonse Rennes 35000 FR paulamicel@gmail.com 0618192731'), +(561,1511,'_shipping_address_index','Paul AMICEL 1 rue Saint-Alphonse Rennes 35000 FR 0618192731'), +(562,1528,'_billing_address_index','marianne pignot 12 Villa De La Seigneurie Montreuil 93100 FR mapignot@gmail.com 0660688244'), +(563,1528,'_shipping_address_index','marianne pignot 12 Villa De La Seigneurie Montreuil 93100 FR 0660688244'), +(564,1511,'_edit_lock','1767793556:1'), +(565,1529,'_billing_address_index','Anabela Angeiras Rue du brocsous 66 Chaumont Gistoux 1325 BE anabela_angeiras@yahoo.fr 0032477286532'), +(566,1529,'_shipping_address_index','Anabela Angeiras Rue du brocsous 66 Chaumont Gistoux 1325 BE 0032477286532'), +(567,1528,'_edit_lock','1768476497:1'), +(568,1529,'_edit_lock','1767793517:1'), +(569,1530,'_billing_address_index','Karen Plasschaert Berlaarbaan 102 Bonheiden (regio) 2820 BE karen.plasschaert@gmail.com +32473534936'), +(570,1530,'_shipping_address_index','Karen Plasschaert Berlaarbaan 102 Bonheiden (regio) 2820 BE +32473534936'), +(571,1528,'tracking_number','REL24RT05BEFR'), +(572,1511,'tracking_number','REL24RT05BEFR'), +(573,1530,'_edit_lock','1767793507:1'), +(574,1530,'tracking_number','323255093128441000'), +(575,1529,'tracking_number','323255093128431006'), +(576,1540,'_billing_address_index','Annaé Bosson 1 rue de la cour des noues Paris 75020 FR annaebosson@gmail.com +33646032641'), +(577,1540,'_shipping_address_index','Annaé Bosson 1 rue de la cour des noues Paris 75020 FR +33646032641'), +(578,1571,'_billing_address_index','CLAIRE MAROUFIN 26 avenue Eugene Thomas Le Kremlin-Bicêtre 94270 FR maroufin.claire@gmail.com +33681223295'), +(579,1571,'_shipping_address_index','CLAIRE MAROUFIN 26 avenue Eugene Thomas Le Kremlin-Bicêtre 94270 FR +33681223295'), +(582,1573,'_billing_address_index','Penelope Jourdain 42 rue Jacques Kablé Nogent sur Marne Île de France 94130 FR penelope.jourdain@gmail.com 0687878933'), +(583,1573,'_shipping_address_index','Penelope Jourdain 42 rue Jacques Kablé Nogent sur Marne Île de France 94130 FR 0687878933'), +(624,1540,'_edit_lock','1767793496:1'), +(625,1571,'_edit_lock','1767793485:1'), +(626,1573,'_edit_lock','1767793464:1'), +(627,1604,'_billing_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek 1701 BE annvanderschrick@telenet.be +32475737595'), +(628,1604,'_shipping_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek 1701 BE +32475737595'), +(629,1605,'_billing_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek vlaams brabant 1701 BE annvanderschrick@telenet.be +32475737595'), +(630,1605,'_shipping_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek vlaams brabant 1701 BE +32475737595'), +(631,1573,'tracking_number','REL24RT05BEFR'), +(632,1571,'tracking_number','REL24RT05BEFR'), +(633,1540,'tracking_number','REL24RT05BEFR'), +(634,1605,'_edit_lock','1767793459:1'), +(635,1606,'_billing_address_index','Ronan Zeegers (Dside) Avenue Léonard Mommaerts 24 Evere 1140 BE perso@ronanzeegers.com +32473452043'), +(636,1606,'_shipping_address_index','Ronan Zeegers (Dside) Avenue Léonard Mommaerts 24 Evere 1140 BE +32473452043'), +(637,1607,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(638,1607,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE 0474918430'), +(639,1608,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(640,1608,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE 0474918430'), +(641,1609,'_billing_address_index','CLEMENT ARNAUD neubramowstrabe 17 rostock 18057 DE clement.arnaud1993@gmail.com +49679883271'), +(642,1609,'_shipping_address_index','CLEMENT ARNAUD neubramowstrabe 17 rostock 18057 DE +49679883271'), +(643,1609,'_edit_lock','1767793417:1'), +(644,1609,'tracking_number','15855758'), +(645,1606,'_edit_lock','1767793425:1'), +(646,1605,'tracking_number','323255093980891004'), +(647,1606,'tracking_number','323255093980881002'), +(648,1607,'_edit_lock','1765392806:1'), +(649,1610,'_billing_address_index','Géraldine Maincent 3 place Cécile Brunschvicg Pantin 93500 FR g.maincent@gmail.com +33664976050'), +(650,1610,'_shipping_address_index','Géraldine Maincent 3 place Cécile Brunschvicg Pantin 93500 FR +33664976050'), +(651,1611,'_billing_address_index','Louis Poitevin 12 Rue des Lavoirs Lanester 56600 FR louispoitevin31@gmail.com 0777845512'), +(652,1611,'_shipping_address_index','Louis Poitevin 12 Rue des Lavoirs Lanester 56600 FR 0777845512'), +(653,1612,'_billing_address_index','Laura FOLLI 23 Rue Philippe de Lassalle Lyon 69004 FR laura.folli@laposte.net +33674370813'), +(654,1612,'_shipping_address_index','Laura FOLLI 23 Rue Philippe de Lassalle Lyon 69004 FR +33674370813'), +(655,1612,'_edit_lock','1767793390:1'), +(656,1610,'_edit_lock','1768423531:1'), +(659,1615,'_billing_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR thomasmetivier@gmail.com +33768133255'), +(660,1615,'_shipping_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR +33768133255'), +(661,1616,'_billing_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR thomasmetivier@gmail.com +33768133255'), +(662,1616,'_shipping_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR +33768133255'), +(663,1617,'_billing_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR thomasmetivier@gmail.com +33768133255'), +(664,1617,'_shipping_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR +33768133255'), +(665,1617,'_edit_lock','1765954305:1'), +(666,1618,'_refund_amount','125.00'), +(667,1618,'_refunded_by','1'), +(668,1618,'_refunded_payment',''), +(669,1618,'_refund_reason',''), +(670,1618,'_refund_type','full'), +(671,1617,'tracking_number',''), +(672,1628,'_billing_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR kleptaschwarz@gmail.com +33616138481'), +(673,1628,'_shipping_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR +33616138481'), +(674,1629,'_billing_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR kleptaschwarz@gmail.com +33616138481'), +(675,1629,'_shipping_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR +33616138481'), +(676,1630,'_billing_address_index','Louise Roberfroid Rue Jean Robie Bruxelles 1060 BE lou.roberfroid@gmail.com 0496903459'), +(677,1630,'_shipping_address_index','Louise Roberfroid Rue Jean Robie Bruxelles 1060 BE 0496903459'), +(718,1608,'_edit_lock','1767793411:1'), +(719,922,'_edit_lock','1767793750:1'), +(720,1643,'_billing_address_index','Marielaure Gressin 9 Chemin Lou Valadet Greasque 13850 FR marielaure.gressin@free.fr 0670153153'), +(721,1643,'_shipping_address_index','Marielaure Gressin 9 Chemin Lou Valadet Greasque 13850 FR 0670153153'), +(722,1644,'_billing_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR laurechaslin@gmail.com +33689717962'), +(723,1644,'_shipping_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR +33689717962'), +(724,1645,'_billing_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR laurechaslin@gmail.com +33689717962'), +(725,1645,'_shipping_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR +33689717962'), +(726,1610,'tracking_number',''), +(727,1646,'_refund_amount','80'), +(728,1646,'_refunded_by','1'), +(729,1646,'_refunded_payment',''), +(730,1646,'_refund_reason','Order fully refunded.'), +(731,1646,'_refund_type','full'), +(732,1643,'_edit_lock','1769003481:1'), +(733,1645,'_edit_lock','1768634061:1'), +(734,1645,'tracking_number','16527421'), +(735,1643,'tracking_number','16527420'), +(736,1647,'_billing_address_index','Luna Cornet Rue Edith Cavell Uccle 1180 BE lunacornet@icloud.com 0471760867'), +(737,1647,'_shipping_address_index','Luna Cornet Rue Edith Cavell Uccle 1180 BE 0471760867'), +(738,1649,'_billing_address_index','Karlyne Malonga 69 Rue D’Inkermann RENNES Bretagne 35000 FR karlyne.malonga@gmail.com 06 0703 3147'), +(739,1649,'_shipping_address_index','Karlyne Malonga 69 Rue D’Inkermann RENNES Bretagne 35000 FR 06 0703 3147'), +(740,1647,'_edit_lock','1771926565:1'), +(741,1649,'_edit_lock','1770802544:1'), +(742,1649,'tracking_number','16935777'), +(743,1647,'tracking_number','16935776'), +(744,1656,'_billing_address_index','Louise Mongeau 159 rue Antoine Breart Saint-Gilles 1060 BE louise.mongeau@gmail.com +32485283177'), +(745,1656,'_shipping_address_index','Louise Mongeau 159 rue Antoine Breart Saint-Gilles 1060 BE +32485283177'), +(746,1658,'_billing_address_index','Samira Maalmi 5 rue Denis Couturier Montreuil 93100 FR samira.maalmi@proton.me 0626282738'), +(747,1658,'_shipping_address_index','Samira Maalmi 5 rue Denis Couturier Montreuil 93100 FR 0626282738'), +(748,1659,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boîte 6 Bruxelles Molenbeek-Saint-Jean 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(749,1659,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boîte 6 Bruxelles Molenbeek-Saint-Jean 1080 BE 0474918430'), +(750,1658,'_edit_lock','1774882894:1'), +(751,1660,'_billing_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013bd NL noellemstarliper@gmail.com 0638446442'), +(752,1660,'_shipping_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013bd NL 0638446442'), +(753,1661,'_billing_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013 BD NL noellemstarliper@gmail.com 0638446442'), +(754,1661,'_shipping_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013 BD NL 0638446442'), +(755,1658,'tracking_number','17150646'), +(756,1668,'_billing_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE steph_vandoo@hotmail.com 0032479603633'), +(757,1668,'_shipping_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE 0032479603633'), +(758,1669,'_billing_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE steph_vandoo@hotmail.com 0479603633'), +(759,1669,'_shipping_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE 0479603633'), +(760,1670,'_billing_address_index','Zéphyr MARTIN 120 rue de brément Noisy Le Sec Seine St denis 93130 FR z.martin.zephyr@gmail.com +33687358739'), +(761,1670,'_shipping_address_index','Zéphyr MARTIN 120 rue de brément Noisy Le Sec Seine St denis 93130 FR +33687358739'), +(762,1671,'_billing_address_index','Anaïs Mariot 150 rue Roger François Maisons-Alfort 94700 FR mariot.anais@gmail.com +33614423158'), +(763,1671,'_shipping_address_index','Anaïs Mariot 150 rue Roger François Maisons-Alfort 94700 FR +33614423158'), +(764,1672,'_billing_address_index','Anne-Laure Terrade Rue de Theux 63 Ixelles 1050 BE al.terrade@gmail.com +33659425266'), +(765,1672,'_shipping_address_index','Anne-Laure Terrade Rue de Theux 63 Ixelles 1050 BE +33659425266'), +(766,1669,'_edit_lock','1775200154:1'), +(767,1670,'_edit_lock','1773389730:1'), +(768,1668,'_edit_lock','1773306180:1'), +(769,1670,'tracking_number','17366710'), +(770,1669,'tracking_number','17366709'), +(771,1697,'_billing_address_index','Tsira Bolkvadze 76 cours de la liberté Lyon 69003 FR btsira@gmail.com 0615796565'), +(772,1697,'_shipping_address_index','Tsira Bolkvadze 76 cours de la liberté Lyon 69003 FR 0615796565'), +(773,1697,'_edit_lock','1775279640:1'), +(774,1698,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boite 6 Bruxelles Bruxelles 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(775,1698,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boite 6 Bruxelles Bruxelles 1080 BE 0474918430'), +(776,1697,'tracking_number','17684358'), +(777,1698,'_edit_lock','1776160306:1'), +(778,1698,'tracking_number','17726362'), +(779,1702,'_billing_address_index','Constance Villain-Lesavre 2 avenue augustin dumont Malakoff 92240 FR constancevillain22@gmail.com +33783946016'), +(780,1702,'_shipping_address_index','Constance Villain-Lesavre 2 avenue augustin dumont Malakoff 92240 FR +33783946016'), +(781,1857,'_billing_address_index','Mattijs Quartier Rubensstraat 118 Schaarbeek 1030 BE mattijsquartier@live.nl +32476829508'), +(782,1857,'_shipping_address_index','Mattijs Quartier Rubensstraat 118 Schaarbeek 1030 BE +32476829508'), +(783,1857,'_edit_lock','1777454310:1'), +(784,1857,'tracking_number','18010679'); +/*!40000 ALTER TABLE `haikuwp_wc_orders_meta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_product_attributes_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_product_attributes_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_product_attributes_lookup` ( + `product_id` bigint(20) NOT NULL, + `product_or_parent_id` bigint(20) NOT NULL, + `taxonomy` varchar(32) NOT NULL, + `term_id` bigint(20) NOT NULL, + `is_variation_attribute` tinyint(1) NOT NULL, + `in_stock` tinyint(1) NOT NULL, + PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`), + KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`), + KEY `product_id` (`product_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_product_attributes_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_product_attributes_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_product_attributes_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_product_attributes_lookup` VALUES +(1772,102,'pa_size',37,1,1), +(1774,102,'pa_size',38,1,1), +(1776,102,'pa_size',39,1,1), +(1778,102,'pa_size',40,1,1), +(1780,102,'pa_size',41,1,1), +(1782,102,'pa_size',42,1,1), +(1784,102,'pa_size',43,1,1), +(1786,102,'pa_size',44,1,1), +(1770,102,'pa_size',105,1,1), +(1771,102,'pa_size',106,1,1), +(1773,102,'pa_size',107,1,1), +(1775,102,'pa_size',108,1,1), +(1777,102,'pa_size',109,1,1), +(1779,102,'pa_size',110,1,1), +(1781,102,'pa_size',111,1,1), +(1783,102,'pa_size',112,1,1), +(1785,102,'pa_size',113,1,1), +(1790,113,'pa_size',37,1,1), +(1792,113,'pa_size',38,1,1), +(1794,113,'pa_size',39,1,1), +(1796,113,'pa_size',40,1,1), +(1798,113,'pa_size',41,1,1), +(1800,113,'pa_size',42,1,1), +(1802,113,'pa_size',43,1,1), +(1804,113,'pa_size',44,1,1), +(1788,113,'pa_size',105,1,1), +(1789,113,'pa_size',106,1,1), +(1791,113,'pa_size',107,1,1), +(1793,113,'pa_size',108,1,1), +(1795,113,'pa_size',109,1,1), +(1797,113,'pa_size',110,1,1), +(1799,113,'pa_size',111,1,1), +(1801,113,'pa_size',112,1,1), +(1803,113,'pa_size',113,1,1), +(1861,168,'pa_size',37,1,1), +(1863,168,'pa_size',38,1,1), +(1865,168,'pa_size',39,1,1), +(1867,168,'pa_size',40,1,1), +(1869,168,'pa_size',41,1,1), +(1871,168,'pa_size',42,1,1), +(1873,168,'pa_size',43,1,1), +(1875,168,'pa_size',44,1,1), +(1859,168,'pa_size',105,1,1), +(1860,168,'pa_size',106,1,1), +(1862,168,'pa_size',107,1,1), +(1864,168,'pa_size',108,1,1), +(1866,168,'pa_size',109,1,1), +(1868,168,'pa_size',110,1,1), +(1870,168,'pa_size',111,1,1), +(1872,168,'pa_size',112,1,1), +(1874,168,'pa_size',113,1,1), +(638,202,'pa_side',45,1,1), +(637,202,'pa_side',77,1,1), +(639,202,'pa_side',78,1,1), +(241,240,'pa_size',58,1,1), +(242,240,'pa_size',59,1,1), +(652,306,'pa_side',45,1,1), +(651,306,'pa_side',62,1,1), +(653,306,'pa_side',64,1,1), +(655,312,'pa_side',45,1,1), +(654,312,'pa_side',62,1,1), +(656,312,'pa_side',64,1,1), +(1843,393,'pa_side',76,1,1), +(1846,393,'pa_side',114,1,1), +(1847,393,'pa_side',115,1,1), +(494,490,'pa_side',45,1,1), +(493,490,'pa_side',77,1,1), +(495,490,'pa_side',78,1,1), +(1621,766,'pa_side',45,1,1), +(1619,766,'pa_side',62,1,1), +(1620,766,'pa_side',63,1,1), +(1753,941,'pa_size',37,1,1), +(1755,941,'pa_size',38,1,1), +(1757,941,'pa_size',39,1,1), +(1759,941,'pa_size',40,1,1), +(1761,941,'pa_size',41,1,1), +(1763,941,'pa_size',42,1,1), +(1765,941,'pa_size',43,1,1), +(1767,941,'pa_size',44,1,1), +(1751,941,'pa_size',105,1,1), +(1752,941,'pa_size',106,1,1), +(1754,941,'pa_size',107,1,1), +(1756,941,'pa_size',108,1,1), +(1758,941,'pa_size',109,1,1), +(1760,941,'pa_size',110,1,1), +(1762,941,'pa_size',111,1,1), +(1764,941,'pa_size',112,1,1), +(1766,941,'pa_size',113,1,1), +(1736,953,'pa_size',37,1,1), +(1738,953,'pa_size',38,1,1), +(1740,953,'pa_size',39,1,1), +(1742,953,'pa_size',40,1,1), +(1744,953,'pa_size',41,1,1), +(1746,953,'pa_size',42,1,1), +(1748,953,'pa_size',43,1,1), +(1750,953,'pa_size',44,1,1), +(1734,953,'pa_size',105,1,1), +(1735,953,'pa_size',106,1,1), +(1737,953,'pa_size',107,1,1), +(1739,953,'pa_size',108,1,1), +(1741,953,'pa_size',109,1,1), +(1743,953,'pa_size',110,1,1), +(1745,953,'pa_size',111,1,1), +(1747,953,'pa_size',112,1,1), +(1749,953,'pa_size',113,1,1), +(1449,1444,'pa_side',45,1,1), +(1450,1444,'pa_side',77,1,1), +(1451,1444,'pa_side',78,1,1), +(1706,1467,'pa_size',37,1,1), +(1708,1467,'pa_size',38,1,1), +(1710,1467,'pa_size',39,1,1), +(1712,1467,'pa_size',40,1,1), +(1714,1467,'pa_size',41,1,1), +(1716,1467,'pa_size',42,1,1), +(1718,1467,'pa_size',43,1,1), +(1720,1467,'pa_size',44,1,1), +(1704,1467,'pa_size',105,1,1), +(1705,1467,'pa_size',106,1,1), +(1707,1467,'pa_size',107,1,1), +(1709,1467,'pa_size',108,1,1), +(1711,1467,'pa_size',109,1,1), +(1713,1467,'pa_size',110,1,1), +(1715,1467,'pa_size',111,1,1), +(1717,1467,'pa_size',112,1,1), +(1719,1467,'pa_size',113,1,1), +(1586,1574,'pa_giftcard-amount',86,1,1), +(1587,1574,'pa_giftcard-amount',87,1,1), +(1588,1574,'pa_giftcard-amount',88,1,1), +(1589,1574,'pa_giftcard-amount',89,1,1), +(1590,1574,'pa_giftcard-amount',90,1,1), +(1591,1574,'pa_giftcard-amount',91,1,1), +(1585,1574,'pa_giftcard-amount',92,1,1), +(1667,1574,'pa_giftcard-amount',95,1,1), +(1662,1574,'pa_giftcard-amount',96,1,1), +(1663,1574,'pa_giftcard-amount',97,1,1), +(1664,1574,'pa_giftcard-amount',98,1,1), +(1665,1574,'pa_giftcard-amount',99,1,1), +(1666,1574,'pa_giftcard-amount',100,1,1), +(1679,1673,'pa_material-workshop',102,1,1), +(1678,1673,'pa_material-workshop',103,1,1), +(1680,1673,'pa_material-workshop',104,1,1), +(1682,1681,'pa_material-workshop',102,1,1), +(1683,1681,'pa_material-workshop',103,1,1), +(1684,1681,'pa_material-workshop',104,1,1), +(1690,1689,'pa_material-workshop',102,1,1), +(1691,1689,'pa_material-workshop',103,1,1), +(1692,1689,'pa_material-workshop',104,1,1), +(1810,1809,'pa_size',58,1,1), +(1811,1809,'pa_size',59,1,1), +(1892,1889,'pa_size',37,1,1), +(1894,1889,'pa_size',38,1,1), +(1896,1889,'pa_size',39,1,1), +(1898,1889,'pa_size',40,1,1), +(1900,1889,'pa_size',41,1,1), +(1902,1889,'pa_size',42,1,1), +(1904,1889,'pa_size',43,1,1), +(1906,1889,'pa_size',44,1,1), +(1890,1889,'pa_size',105,1,1), +(1891,1889,'pa_size',106,1,1), +(1893,1889,'pa_size',107,1,1), +(1895,1889,'pa_size',108,1,1), +(1897,1889,'pa_size',109,1,1), +(1899,1889,'pa_size',110,1,1), +(1901,1889,'pa_size',111,1,1), +(1903,1889,'pa_size',112,1,1), +(1905,1889,'pa_size',113,1,1), +(1913,1912,'pa_side',45,1,1), +(1914,1912,'pa_side',77,1,1), +(1915,1912,'pa_side',78,1,1); +/*!40000 ALTER TABLE `haikuwp_wc_product_attributes_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_product_download_directories` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_product_download_directories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_product_download_directories` ( + `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `url` varchar(256) NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`url_id`), + KEY `url` (`url`(191)) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_product_download_directories` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_product_download_directories` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_product_download_directories` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_product_download_directories` VALUES +(3,'https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/',1); +/*!40000 ALTER TABLE `haikuwp_wc_product_download_directories` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_product_meta_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_product_meta_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_product_meta_lookup` ( + `product_id` bigint(20) NOT NULL, + `sku` varchar(100) DEFAULT '', + `virtual` tinyint(1) DEFAULT 0, + `downloadable` tinyint(1) DEFAULT 0, + `min_price` decimal(19,4) DEFAULT NULL, + `max_price` decimal(19,4) DEFAULT NULL, + `onsale` tinyint(1) DEFAULT 0, + `stock_quantity` double DEFAULT NULL, + `stock_status` varchar(100) DEFAULT 'instock', + `rating_count` bigint(20) DEFAULT 0, + `average_rating` decimal(3,2) DEFAULT 0.00, + `total_sales` bigint(20) DEFAULT 0, + `tax_status` varchar(100) DEFAULT 'taxable', + `tax_class` varchar(100) DEFAULT '', + `global_unique_id` varchar(100) DEFAULT '', + PRIMARY KEY (`product_id`), + KEY `virtual` (`virtual`), + KEY `downloadable` (`downloadable`), + KEY `stock_status` (`stock_status`), + KEY `stock_quantity` (`stock_quantity`), + KEY `onsale` (`onsale`), + KEY `min_max_price` (`min_price`,`max_price`), + KEY `sku` (`sku`(50)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_product_meta_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_product_meta_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_product_meta_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_product_meta_lookup` VALUES +(20,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(22,NULL,0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',NULL), +(23,NULL,0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',NULL), +(25,NULL,0,0,20.0000,20.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(28,NULL,0,0,65.0000,69.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(29,NULL,0,0,69.0000,69.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(30,NULL,0,0,65.0000,65.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(35,NULL,0,0,62.0000,68.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(36,NULL,0,0,68.0000,68.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(37,NULL,0,0,62.0000,62.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(41,NULL,0,0,72.0000,72.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(50,NULL,0,0,69.0000,69.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(56,NULL,0,0,35.0000,35.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(60,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(65,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(66,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(67,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(68,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(69,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(70,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(71,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(102,'IKKAN-B-s',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(113,'IKKAN-B-g',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(168,'Rokku-B',0,0,160.0000,160.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(183,'BOROBORO-BO2-s',0,0,50.0000,75.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(202,'PIASU-BO2',0,0,105.0000,170.0000,0,1,'instock',0,0.00,8,'taxable','',''), +(213,'BOROBORO-BO2-g',0,0,55.0000,80.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(240,'IKKAN-BR',0,0,120.0000,120.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(241,'IKKAN-BR-s-1',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(242,'IKKAN-BR-s-2',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(258,'FUYOU-BR-s',0,0,110.0000,110.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(263,'IKKAN-C',0,0,160.0000,160.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(274,'FUYOU-C',0,0,180.0000,180.0000,0,1,'instock',0,0.00,4,'taxable','',''), +(285,'HATTARI-CR2-s',0,0,55.0000,85.0000,0,0,'onbackorder',0,0.00,4,'taxable','',''), +(288,'HATTARI-CR2-g',0,0,60.0000,90.0000,0,0,'onbackorder',0,0.00,3,'taxable','',''), +(306,'TAMA-CR-s',0,0,65.0000,80.0000,0,1,'instock',0,0.00,6,'taxable','',''), +(312,'TAMA-CR-g',0,0,68.0000,85.0000,0,2,'instock',0,0.00,1,'taxable','',''), +(318,'FUYOU-CR1',0,0,65.0000,65.0000,0,1,'instock',0,0.00,3,'taxable','',''), +(393,'MUGURA-CR-s',0,0,68.0000,120.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(398,'MUGURA-CR-g',0,0,85.0000,85.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(435,'KARA-EC-s',0,0,50.0000,50.0000,0,2,'instock',0,0.00,4,'taxable','',''), +(447,'KARA-EC-s-1',0,0,55.0000,55.0000,0,4,'instock',0,0.00,3,'taxable','',''), +(490,'MUGU-BOP',0,0,48.0000,65.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(493,'HADOU-BOP-left',0,0,48.0000,48.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(494,'HADOU-BOP-pair',0,0,65.0000,65.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(495,'HADOU-BOP-right',0,0,48.0000,48.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(496,'MUGURA-CR1',0,0,50.0000,50.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(545,'KARA-CR1-g',0,0,50.0000,75.0000,0,0,'onbackorder',0,0.00,2,'taxable','',''), +(552,'KARA-CR-g-one',0,0,50.0000,50.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(553,'KARA-CR-g-pair',0,0,75.0000,75.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(554,'KARA-CR1-s',0,0,45.0000,70.0000,0,0,'onbackorder',0,0.00,2,'taxable','',''), +(555,'KARA-CR-s-pair',0,0,70.0000,70.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(556,'KARA-CR-s-one',0,0,45.0000,45.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(565,'BOROBORO-BO2-s-one',0,0,50.0000,50.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(566,'BOROBORO-BO2-s-pair',0,0,75.0000,75.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(567,'BOROBORO-BO2-s-two',0,0,50.0000,50.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(569,'BOROBORO-BO2-g-one',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(570,'BOROBORO-BO2-g-pair',0,0,80.0000,80.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(571,'BOROBORO-BO2-g-two',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(637,'PIASU-BO2-left',0,0,105.0000,105.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(638,'PIASU-BO2-pair',0,0,170.0000,170.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(639,'PIASU-BO2-right',0,0,105.0000,105.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(641,'HATTARI-CR1-s-left',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(642,'HATTARI-CR1-s-pair',0,0,85.0000,85.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(643,'HATTARI-CR1-s-right',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(645,'HATTARI-CR1-g-left',0,0,60.0000,60.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(646,'HATTARI-CR1-g-pair',0,0,90.0000,90.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(647,'HATTARI-CR1-g-right',0,0,60.0000,60.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(651,'TAMANORI-CR-s-long',0,0,68.0000,68.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(652,'TAMANORI-CR-s-pair',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(653,'TAMANORI-CR-s-short',0,0,65.0000,65.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(654,'TAMANORI-CR-g-long',0,0,70.0000,70.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(655,'TAMANORI-CR-g-pair',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(656,'TAMANORI-CR-g-short',0,0,68.0000,68.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(766,'FUYOU-BO',0,0,78.0000,120.0000,0,2,'instock',0,0.00,1,'taxable','',''), +(787,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(790,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(791,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(792,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(793,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(794,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(795,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(796,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(798,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(799,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(800,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(801,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(802,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(803,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(804,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(805,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(806,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(807,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(808,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(809,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(810,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(811,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(812,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(813,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(814,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(815,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(941,'UTEKI-B-s',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(953,'UTEKI-B-g',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(982,'UTEKI-C-s',0,0,115.0000,115.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(994,'UTEKI-C-g',0,0,120.0000,120.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1401,'UTEKI-CR-g',0,0,90.0000,90.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(1406,'UTEKI-CR-s',0,0,85.0000,85.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(1444,'PUCHI-BO',0,0,80.0000,130.0000,0,3,'instock',0,0.00,1,'taxable','',''), +(1449,'PUCHI-BO-pair',0,0,130.0000,130.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1450,'PUCHI-BO-left',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1451,'PUCHI-BO-right',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1467,'PIASU-B',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,3,'taxable','',''), +(1491,'KIME-CR1',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1512,'PIASU-EC-s',0,0,70.0000,70.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(1516,'PIASU-EC-g',0,0,75.0000,75.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(1531,'TAMA-EC-g',0,0,65.0000,65.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(1535,'TAMA-EC-s',0,0,60.0000,60.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(1541,'HATTARI-CR1-s',0,0,75.0000,75.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(1549,'HATTARI-CR1-g',0,0,80.0000,80.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(1555,'HATTARI-EC-s',0,0,60.0000,60.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(1560,'HATTARI-EC-g',0,0,65.0000,65.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(1574,'GIFTcard',0,0,40.0000,150.0000,0,NULL,'instock',0,0.00,3,'taxable','',''), +(1585,'GIFTcard-100',1,1,100.0000,100.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1586,'GIFTcard-40',1,1,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1587,'GIFTcard-50',1,1,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1588,'GIFTcard-60',1,1,60.0000,60.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1589,'GIFTcard-70',1,1,70.0000,70.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1590,'GIFTcard-80',1,1,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1591,'GIFTcard-90',1,1,90.0000,90.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1619,'',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1620,'',0,0,78.0000,78.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1621,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1662,'GIFTcard-110',1,1,110.0000,110.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1663,'GIFTcard-120',1,1,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1664,'GIFTcard-130',1,1,130.0000,130.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1665,'GIFTcard-140',1,1,140.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1666,'GIFTcard-150',1,1,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1667,'GIFTcard-55',1,1,55.0000,55.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1673,'WORKSHOP-EC',0,0,80.0000,95.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1678,'ECworkshop-gb',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1679,'ECworkshop-sb',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1680,'ECworkshop-slv',0,0,95.0000,95.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1681,'WORKSHOP-C',0,0,110.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1682,'Cworkshop-sb',0,0,110.0000,110.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1683,'Cworkshop-gb',0,0,115.0000,115.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1684,'Cworkshop-slv',0,0,140.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1689,'WORKSHOP-B',0,0,150.0000,180.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1690,'Rworkshop-sb',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1691,'Rworkshop-gb',0,0,155.0000,155.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1692,'Rworkshop-slv',0,0,180.0000,180.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1704,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1705,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1706,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1707,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1708,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1709,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1710,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1711,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1712,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1713,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1714,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1715,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1716,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1717,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1718,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1719,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1720,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1734,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1735,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1736,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1737,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1738,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1739,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1740,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1741,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1742,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1743,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1744,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1745,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1746,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1747,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1748,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1749,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1750,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1751,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1752,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1753,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1754,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1755,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1756,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1757,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1758,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1759,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1760,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1761,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1762,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1763,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1764,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1765,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1766,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1767,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1770,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1771,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1772,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1773,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1774,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1775,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1776,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1777,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1778,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1779,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1780,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1781,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1782,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1783,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1784,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1785,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1786,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1788,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1789,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1790,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1791,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1792,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1793,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1794,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1795,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1796,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1797,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1798,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1799,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1800,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1801,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1802,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1803,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1804,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1809,'IKKAN-BR-3',0,0,120.0000,120.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1810,'IKKAN-BR-s-3',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1811,'IKKAN-BR-s-4',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1843,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1846,'',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1847,'',0,0,68.0000,68.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1859,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1860,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1861,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1862,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1863,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1864,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1865,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1866,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1867,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1868,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1869,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1870,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1871,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1872,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1873,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1874,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1875,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1878,'UTEKI-EC-s',0,0,70.0000,70.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1882,'UTEKI-EC-g',0,0,75.0000,75.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1889,'HATTA-B-s',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1890,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1891,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1892,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1893,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1894,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1895,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1896,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1897,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1898,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1899,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1900,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1901,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1902,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1903,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1904,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1905,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1906,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1912,'IKKAN-BO',0,0,80.0000,130.0000,0,4,'instock',0,0.00,0,'taxable','',''), +(1913,'PUCHI-BO-pair-1',0,0,130.0000,130.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1914,'PUCHI-BO-left-1',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1915,'PUCHI-BO-right-1',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''); +/*!40000 ALTER TABLE `haikuwp_wc_product_meta_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_rate_limits` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_rate_limits`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_rate_limits` ( + `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `rate_limit_key` varchar(200) NOT NULL, + `rate_limit_expiry` bigint(20) unsigned NOT NULL, + `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0, + PRIMARY KEY (`rate_limit_id`), + UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_rate_limits` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_rate_limits` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_rate_limits` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_rate_limits` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_reserved_stock` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_reserved_stock`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_reserved_stock` ( + `order_id` bigint(20) NOT NULL, + `product_id` bigint(20) NOT NULL, + `stock_quantity` double NOT NULL DEFAULT 0, + `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`order_id`,`product_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_reserved_stock` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_reserved_stock` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_reserved_stock` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_reserved_stock` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_tax_rate_classes` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_tax_rate_classes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_tax_rate_classes` ( + `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(200) NOT NULL DEFAULT '', + `slug` varchar(200) NOT NULL DEFAULT '', + PRIMARY KEY (`tax_rate_class_id`), + UNIQUE KEY `slug` (`slug`(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 `haikuwp_wc_tax_rate_classes` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_tax_rate_classes` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_tax_rate_classes` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_tax_rate_classes` VALUES +(1,'Reduced rate','reduced-rate'), +(2,'Zero rate','zero-rate'); +/*!40000 ALTER TABLE `haikuwp_wc_tax_rate_classes` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_webhooks` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_webhooks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_webhooks` ( + `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `status` varchar(200) NOT NULL, + `name` text NOT NULL, + `user_id` bigint(20) unsigned NOT NULL, + `delivery_url` text NOT NULL, + `secret` text NOT NULL, + `topic` varchar(200) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `api_version` smallint(4) NOT NULL, + `failure_count` smallint(10) NOT NULL DEFAULT 0, + `pending_delivery` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`webhook_id`), + KEY `user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_webhooks` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_webhooks` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_webhooks` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_webhooks` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_api_keys` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_api_keys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_api_keys` ( + `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `description` varchar(200) DEFAULT NULL, + `permissions` varchar(10) NOT NULL, + `consumer_key` char(64) NOT NULL, + `consumer_secret` char(43) NOT NULL, + `nonces` longtext DEFAULT NULL, + `truncated_key` char(7) NOT NULL, + `last_access` datetime DEFAULT NULL, + PRIMARY KEY (`key_id`), + KEY `consumer_key` (`consumer_key`), + KEY `consumer_secret` (`consumer_secret`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_api_keys` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_api_keys` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_api_keys` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_api_keys` VALUES +(3,1,'lecture-clients','read_write','5d6090d73adb9034e3ece67a7e0394110a40dc8da3d59244bc4e916e8fd16533','cs_e213979ea3d1490b275dd75c8d53d05c82853119',NULL,'3606954','2026-05-05 17:52:10'); +/*!40000 ALTER TABLE `haikuwp_woocommerce_api_keys` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_attribute_taxonomies` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_attribute_taxonomies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_attribute_taxonomies` ( + `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `attribute_name` varchar(200) NOT NULL, + `attribute_label` varchar(200) DEFAULT NULL, + `attribute_type` varchar(20) NOT NULL, + `attribute_orderby` varchar(20) NOT NULL, + `attribute_public` int(1) NOT NULL DEFAULT 1, + PRIMARY KEY (`attribute_id`), + KEY `attribute_name` (`attribute_name`(20)) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_attribute_taxonomies` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_attribute_taxonomies` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_attribute_taxonomies` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_attribute_taxonomies` VALUES +(1,'size','Size','select','menu_order',0), +(2,'side','Side','select','menu_order',0), +(3,'stone','Stone','select','name',0), +(4,'giftcard-amount','Amount','select','menu_order',0), +(5,'material-workshop','Material','select','menu_order',0); +/*!40000 ALTER TABLE `haikuwp_woocommerce_attribute_taxonomies` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_downloadable_product_permissions` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_downloadable_product_permissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_downloadable_product_permissions` ( + `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `download_id` varchar(36) NOT NULL, + `product_id` bigint(20) unsigned NOT NULL, + `order_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `order_key` varchar(200) NOT NULL, + `user_email` varchar(200) NOT NULL, + `user_id` bigint(20) unsigned DEFAULT NULL, + `downloads_remaining` varchar(9) DEFAULT NULL, + `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `access_expires` datetime DEFAULT NULL, + `download_count` bigint(20) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`permission_id`), + KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), + KEY `download_order_product` (`download_id`,`order_id`,`product_id`), + KEY `order_id` (`order_id`), + KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`), + KEY `idx_user_email` (`user_email`(100)) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_downloadable_product_permissions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_downloadable_product_permissions` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_downloadable_product_permissions` VALUES +(1,'ceb86d6c-4948-429f-9599-d44445860ad1',1587,1612,'wc_order_HkwS6DwyNbAPZ','laura.folli@laposte.net',0,'','2025-12-14 00:00:00',NULL,0), +(2,'c6aa6909-f134-4c3c-b239-bcb4a2a92c60',1587,1612,'wc_order_HkwS6DwyNbAPZ','laura.folli@laposte.net',0,'','2025-12-14 00:00:00',NULL,0), +(3,'ce9ccfa6-ce89-41bd-9bb3-4181ff7ff9e8',1585,1656,'wc_order_wJW3yI8MzgMt2','louise.mongeau@gmail.com',0,'','2026-02-11 00:00:00',NULL,0), +(4,'3bcd25d4-4366-419f-8681-cb1dcf1507ec',1585,1656,'wc_order_wJW3yI8MzgMt2','louise.mongeau@gmail.com',0,'','2026-02-11 00:00:00',NULL,0), +(5,'e920c9ea-40ef-44cd-a166-ffeab8869448',1667,1672,'wc_order_ppwhaf0Y9yxYO','al.terrade@gmail.com',0,'','2026-03-09 00:00:00',NULL,0), +(6,'c0759fae-fd4e-442b-b336-bdb7694d2db6',1667,1672,'wc_order_ppwhaf0Y9yxYO','al.terrade@gmail.com',0,'','2026-03-09 00:00:00',NULL,0); +/*!40000 ALTER TABLE `haikuwp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_log` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_log` ( + `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `timestamp` datetime NOT NULL, + `level` smallint(4) NOT NULL, + `source` varchar(200) NOT NULL, + `message` longtext NOT NULL, + `context` longtext DEFAULT NULL, + PRIMARY KEY (`log_id`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_log` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_log` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_log` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_order_itemmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_order_itemmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_order_itemmeta` ( + `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_item_id` bigint(20) unsigned NOT NULL, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL, + PRIMARY KEY (`meta_id`), + KEY `order_item_id` (`order_item_id`), + KEY `meta_key` (`meta_key`(32)) +) ENGINE=InnoDB AUTO_INCREMENT=4760 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_order_itemmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_order_itemmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_itemmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_order_itemmeta` VALUES +(1125,138,'_product_id','288'), +(1126,138,'_variation_id','646'), +(1127,138,'_qty','1'), +(1128,138,'_tax_class',''), +(1129,138,'_line_subtotal','80'), +(1130,138,'_line_subtotal_tax','0'), +(1131,138,'_line_total','80'), +(1132,138,'_line_tax','0'), +(1133,138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1134,138,'pa_side','pair'), +(1135,139,'method_id','mondial_relay_point_relais'), +(1136,139,'instance_id',''), +(1137,139,'cost','0'), +(1138,139,'total_tax','0'), +(1139,139,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1195,147,'_product_id','251'), +(1196,147,'_variation_id','0'), +(1197,147,'_qty','1'), +(1198,147,'_tax_class',''), +(1199,147,'_line_subtotal','65'), +(1200,147,'_line_subtotal_tax','0'), +(1201,147,'_line_total','65'), +(1202,147,'_line_tax','0'), +(1203,147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1204,148,'method_id','mondial_relay_point_relais'), +(1205,148,'instance_id',''), +(1206,148,'cost','0'), +(1207,148,'total_tax','0'), +(1208,148,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1223,151,'_product_id','251'), +(1224,151,'_variation_id','0'), +(1225,151,'_qty','1'), +(1226,151,'_tax_class',''), +(1227,151,'_line_subtotal','65'), +(1228,151,'_line_subtotal_tax','0'), +(1229,151,'_line_total','65'), +(1230,151,'_line_tax','0'), +(1231,151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1232,152,'_product_id','271'), +(1233,152,'_variation_id','0'), +(1234,152,'_qty','1'), +(1235,152,'_tax_class',''), +(1236,152,'_line_subtotal','95'), +(1237,152,'_line_subtotal_tax','0'), +(1238,152,'_line_total','95'), +(1239,152,'_line_tax','0'), +(1240,152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1241,153,'method_id','mondial_relay_point_relais'), +(1242,153,'instance_id',''), +(1243,153,'cost','0'), +(1244,153,'total_tax','0'), +(1245,153,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1246,154,'_product_id','202'), +(1247,154,'_variation_id','637'), +(1248,154,'_qty','1'), +(1249,154,'_tax_class',''), +(1250,154,'_line_subtotal','50'), +(1251,154,'_line_subtotal_tax','0'), +(1252,154,'_line_total','50'), +(1253,154,'_line_tax','0'), +(1254,154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1255,154,'pa_side','left-side'), +(1256,155,'_product_id','291'), +(1257,155,'_variation_id','649'), +(1258,155,'_qty','1'), +(1259,155,'_tax_class',''), +(1260,155,'_line_subtotal','70'), +(1261,155,'_line_subtotal_tax','0'), +(1262,155,'_line_total','70'), +(1263,155,'_line_tax','0'), +(1264,155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1265,155,'pa_side','pair'), +(1266,156,'method_id','mondial_relay_point_relais'), +(1267,156,'instance_id',''), +(1268,156,'cost','0'), +(1269,156,'total_tax','0'), +(1270,156,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1285,159,'_product_id','521'), +(1286,159,'_variation_id','523'), +(1287,159,'_qty','1'), +(1288,159,'_tax_class',''), +(1289,159,'_line_subtotal','60'), +(1290,159,'_line_subtotal_tax','0'), +(1291,159,'_line_total','60'), +(1292,159,'_line_tax','0'), +(1293,159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1294,159,'pa_stone','tiger-eye'), +(1295,160,'_product_id','342'), +(1296,160,'_variation_id','563'), +(1297,160,'_qty','1'), +(1298,160,'_tax_class',''), +(1299,160,'_line_subtotal','25'), +(1300,160,'_line_subtotal_tax','0'), +(1301,160,'_line_total','25'), +(1302,160,'_line_tax','0'), +(1303,160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1304,160,'pa_side','short'), +(1305,161,'_product_id','342'), +(1306,161,'_variation_id','560'), +(1307,161,'_qty','1'), +(1308,161,'_tax_class',''), +(1309,161,'_line_subtotal','58'), +(1310,161,'_line_subtotal_tax','0'), +(1311,161,'_line_total','58'), +(1312,161,'_line_tax','0'), +(1313,161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1314,161,'pa_side','all'), +(1315,162,'method_id','mondial_relay_point_relais'), +(1316,162,'instance_id',''), +(1317,162,'cost','0'), +(1318,162,'total_tax','0'), +(1319,162,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1320,163,'_product_id','263'), +(1321,163,'_variation_id','0'), +(1322,163,'_qty','1'), +(1323,163,'_tax_class',''), +(1324,163,'_line_subtotal','90'), +(1325,163,'_line_subtotal_tax','0'), +(1326,163,'_line_total','90'), +(1327,163,'_line_tax','0'), +(1328,163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1329,164,'method_id','mondial_relay_point_relais'), +(1330,164,'instance_id',''), +(1331,164,'cost','0'), +(1332,164,'total_tax','0'), +(1333,164,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1334,165,'_product_id','306'), +(1335,165,'_variation_id','652'), +(1336,165,'_qty','1'), +(1337,165,'_tax_class',''), +(1338,165,'_line_subtotal','70'), +(1339,165,'_line_subtotal_tax','0'), +(1340,165,'_line_total','70'), +(1341,165,'_line_tax','0'), +(1342,165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1343,165,'pa_side','pair'), +(1344,166,'_product_id','183'), +(1345,166,'_variation_id','566'), +(1346,166,'_qty','1'), +(1347,166,'_tax_class',''), +(1348,166,'_line_subtotal','70'), +(1349,166,'_line_subtotal_tax','0'), +(1350,166,'_line_total','70'), +(1351,166,'_line_tax','0'), +(1352,166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1353,166,'pa_side','pair'), +(1354,167,'_product_id','274'), +(1355,167,'_variation_id','0'), +(1356,167,'_qty','1'), +(1357,167,'_tax_class',''), +(1358,167,'_line_subtotal','95'), +(1359,167,'_line_subtotal_tax','0'), +(1360,167,'_line_total','95'), +(1361,167,'_line_tax','0'), +(1362,167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1363,168,'method_id','mondial_relay_point_relais'), +(1364,168,'instance_id',''), +(1365,168,'cost','0'), +(1366,168,'total_tax','0'), +(1367,168,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1426,177,'_product_id','288'), +(1427,177,'_variation_id','646'), +(1428,177,'_qty','1'), +(1429,177,'_tax_class',''), +(1430,177,'_line_subtotal','80'), +(1431,177,'_line_subtotal_tax','0'), +(1432,177,'_line_total','80'), +(1433,177,'_line_tax','0'), +(1434,177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1435,177,'pa_side','pair'), +(1436,178,'_product_id','285'), +(1437,178,'_variation_id','642'), +(1438,178,'_qty','1'), +(1439,178,'_tax_class',''), +(1440,178,'_line_subtotal','75'), +(1441,178,'_line_subtotal_tax','0'), +(1442,178,'_line_total','75'), +(1443,178,'_line_tax','0'), +(1444,178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1445,178,'pa_side','pair'), +(1446,179,'method_id','mondial_relay_point_relais'), +(1447,179,'instance_id',''), +(1448,179,'cost','0'), +(1449,179,'total_tax','0'), +(1450,179,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1451,180,'_product_id','312'), +(1452,180,'_variation_id','655'), +(1453,180,'_qty','1'), +(1454,180,'_tax_class',''), +(1455,180,'_line_subtotal','75'), +(1456,180,'_line_subtotal_tax','0'), +(1457,180,'_line_total','75'), +(1458,180,'_line_tax','0'), +(1459,180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1460,180,'pa_side','pair'), +(1461,181,'method_id','mondial_relay_point_relais'), +(1462,181,'instance_id',''), +(1463,181,'cost','0'), +(1464,181,'total_tax','0'), +(1465,181,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1466,182,'_product_id','335'), +(1467,182,'_variation_id','0'), +(1468,182,'_qty','1'), +(1469,182,'_tax_class',''), +(1470,182,'_line_subtotal','40'), +(1471,182,'_line_subtotal_tax','0'), +(1472,182,'_line_total','40'), +(1473,182,'_line_tax','0'), +(1474,182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1475,183,'_product_id','545'), +(1476,183,'_variation_id','553'), +(1477,183,'_qty','1'), +(1478,183,'_tax_class',''), +(1479,183,'_line_subtotal','60'), +(1480,183,'_line_subtotal_tax','0'), +(1481,183,'_line_total','60'), +(1482,183,'_line_tax','0'), +(1483,183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1484,183,'pa_side','pair'), +(1485,184,'method_id','mondial_relay_point_relais'), +(1486,184,'instance_id',''), +(1487,184,'cost','0'), +(1488,184,'total_tax','0'), +(1489,184,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1490,185,'_product_id','306'), +(1491,185,'_variation_id','653'), +(1492,185,'_qty','1'), +(1493,185,'_tax_class',''), +(1494,185,'_line_subtotal','48'), +(1495,185,'_line_subtotal_tax','0'), +(1496,185,'_line_total','48'), +(1497,185,'_line_tax','0'), +(1498,185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1499,185,'pa_side','short'), +(1500,186,'method_id','flat_rate'), +(1501,186,'instance_id',''), +(1502,186,'cost','1200'), +(1503,186,'total_tax','0'), +(1504,186,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1555,193,'_product_id','271'), +(1556,193,'_variation_id','0'), +(1557,193,'_qty','1'), +(1558,193,'_tax_class',''), +(1559,193,'_line_subtotal','95'), +(1560,193,'_line_subtotal_tax','0'), +(1561,193,'_line_total','95'), +(1562,193,'_line_tax','0'), +(1563,193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1564,194,'method_id','mondial_relay_point_relais'), +(1565,194,'instance_id',''), +(1566,194,'cost','0'), +(1567,194,'total_tax','0'), +(1568,194,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1569,195,'_product_id','288'), +(1570,195,'_variation_id','646'), +(1571,195,'_qty','1'), +(1572,195,'_tax_class',''), +(1573,195,'_line_subtotal','80'), +(1574,195,'_line_subtotal_tax','0'), +(1575,195,'_line_total','80'), +(1576,195,'_line_tax','0'), +(1577,195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1578,195,'pa_side','pair'), +(1579,196,'method_id','mondial_relay_point_relais'), +(1580,196,'instance_id',''), +(1581,196,'cost','0'), +(1582,196,'total_tax','0'), +(1583,196,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1584,197,'_product_id','545'), +(1585,197,'_variation_id','553'), +(1586,197,'_qty','1'), +(1587,197,'_tax_class',''), +(1588,197,'_line_subtotal','60'), +(1589,197,'_line_subtotal_tax','0'), +(1590,197,'_line_total','60'), +(1591,197,'_line_tax','0'), +(1592,197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1593,197,'pa_side','pair'), +(1594,198,'_product_id','490'), +(1595,198,'_variation_id','494'), +(1596,198,'_qty','1'), +(1597,198,'_tax_class',''), +(1598,198,'_line_subtotal','45'), +(1599,198,'_line_subtotal_tax','0'), +(1600,198,'_line_total','45'), +(1601,198,'_line_tax','0'), +(1602,198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1603,198,'pa_side','pair'), +(1604,199,'method_id','mondial_relay_point_relais'), +(1605,199,'instance_id',''), +(1606,199,'cost','0'), +(1607,199,'total_tax','0'), +(1608,199,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1609,200,'_product_id','365'), +(1610,200,'_variation_id','677'), +(1611,200,'_qty','1'), +(1612,200,'_tax_class',''), +(1613,200,'_line_subtotal','60'), +(1614,200,'_line_subtotal_tax','0'), +(1615,200,'_line_total','60'), +(1616,200,'_line_tax','0'), +(1617,200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1618,200,'pa_side','pair'), +(1619,201,'method_id','mondial_relay_point_relais'), +(1620,201,'instance_id',''), +(1621,201,'cost','0'), +(1622,201,'total_tax','0'), +(1623,201,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1624,202,'_product_id','306'), +(1625,202,'_variation_id','651'), +(1626,202,'_qty','1'), +(1627,202,'_tax_class',''), +(1628,202,'_line_subtotal','50'), +(1629,202,'_line_subtotal_tax','0'), +(1630,202,'_line_total','50'), +(1631,202,'_line_tax','0'), +(1632,202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1633,202,'pa_side','long'), +(1634,203,'method_id','flat_rate'), +(1635,203,'instance_id',''), +(1636,203,'cost','12'), +(1637,203,'total_tax','0'), +(1638,203,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1639,204,'_product_id','325'), +(1640,204,'_variation_id','0'), +(1641,204,'_qty','1'), +(1642,204,'_tax_class',''), +(1643,204,'_line_subtotal','35'), +(1644,204,'_line_subtotal_tax','0'), +(1645,204,'_line_total','35'), +(1646,204,'_line_tax','0'), +(1647,204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1648,205,'_product_id','554'), +(1649,205,'_variation_id','555'), +(1650,205,'_qty','1'), +(1651,205,'_tax_class',''), +(1652,205,'_line_subtotal','55'), +(1653,205,'_line_subtotal_tax','0'), +(1654,205,'_line_total','55'), +(1655,205,'_line_tax','0'), +(1656,205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1657,205,'pa_side','pair'), +(1658,206,'_product_id','435'), +(1659,206,'_variation_id','0'), +(1660,206,'_qty','1'), +(1661,206,'_tax_class',''), +(1662,206,'_line_subtotal','35'), +(1663,206,'_line_subtotal_tax','0'), +(1664,206,'_line_total','35'), +(1665,206,'_line_tax','0'), +(1666,206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1667,207,'_product_id','521'), +(1668,207,'_variation_id','523'), +(1669,207,'_qty','1'), +(1670,207,'_tax_class',''), +(1671,207,'_line_subtotal','60'), +(1672,207,'_line_subtotal_tax','0'), +(1673,207,'_line_total','60'), +(1674,207,'_line_tax','0'), +(1675,207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1676,207,'pa_stone','tiger-eye'), +(1677,208,'_product_id','251'), +(1678,208,'_variation_id','0'), +(1679,208,'_qty','1'), +(1680,208,'_tax_class',''), +(1681,208,'_line_subtotal','65'), +(1682,208,'_line_subtotal_tax','0'), +(1683,208,'_line_total','65'), +(1684,208,'_line_tax','0'), +(1685,208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1686,209,'method_id','mondial_relay_point_relais'), +(1687,209,'instance_id',''), +(1688,209,'cost','0'), +(1689,209,'total_tax','0'), +(1690,209,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1720,214,'_product_id','331'), +(1721,214,'_variation_id','0'), +(1722,214,'_qty','1'), +(1723,214,'_tax_class',''), +(1724,214,'_line_subtotal','35'), +(1725,214,'_line_subtotal_tax','0'), +(1726,214,'_line_total','35'), +(1727,214,'_line_tax','0'), +(1728,214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1729,215,'method_id','mondial_relay_point_relais'), +(1730,215,'instance_id',''), +(1731,215,'cost','3'), +(1732,215,'total_tax','0'), +(1733,215,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1734,216,'_product_id','202'), +(1735,216,'_variation_id','638'), +(1736,216,'_qty','1'), +(1737,216,'_tax_class',''), +(1738,216,'_line_subtotal','85'), +(1739,216,'_line_subtotal_tax','0'), +(1740,216,'_line_total','85'), +(1741,216,'_line_tax','0'), +(1742,216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1743,216,'pa_side','pair'), +(1744,217,'_product_id','306'), +(1745,217,'_variation_id','652'), +(1746,217,'_qty','1'), +(1747,217,'_tax_class',''), +(1748,217,'_line_subtotal','70'), +(1749,217,'_line_subtotal_tax','0'), +(1750,217,'_line_total','70'), +(1751,217,'_line_tax','0'), +(1752,217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1753,217,'pa_side','pair'), +(1754,218,'method_id','mondial_relay_point_relais'), +(1755,218,'instance_id',''), +(1756,218,'cost','0'), +(1757,218,'total_tax','0'), +(1758,218,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1759,219,'_product_id','291'), +(1760,219,'_variation_id','649'), +(1761,219,'_qty','1'), +(1762,219,'_tax_class',''), +(1763,219,'_line_subtotal','70'), +(1764,219,'_line_subtotal_tax','0'), +(1765,219,'_line_total','70'), +(1766,219,'_line_tax','0'), +(1767,219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1768,219,'pa_side','pair'), +(1769,220,'method_id','mondial_relay_point_relais'), +(1770,220,'instance_id',''), +(1771,220,'cost','0'), +(1772,220,'total_tax','0'), +(1773,220,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1788,223,'_product_id','435'), +(1789,223,'_variation_id','0'), +(1790,223,'_qty','1'), +(1791,223,'_tax_class',''), +(1792,223,'_line_subtotal','35'), +(1793,223,'_line_subtotal_tax','0'), +(1794,223,'_line_total','35'), +(1795,223,'_line_tax','0'), +(1796,223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1797,224,'method_id','mondial_relay_point_relais'), +(1798,224,'instance_id',''), +(1799,224,'cost','3'), +(1800,224,'total_tax','0'), +(1801,224,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1817,227,'_product_id','430'), +(1818,227,'_variation_id','845'), +(1819,227,'_qty','1'), +(1820,227,'_tax_class',''), +(1821,227,'_line_subtotal','45'), +(1822,227,'_line_subtotal_tax','0'), +(1823,227,'_line_total','45'), +(1824,227,'_line_tax','0'), +(1825,227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1826,227,'pa_stone','lapis-lazuli'), +(1827,228,'method_id','mondial_relay_point_relais'), +(1828,228,'instance_id',''), +(1829,228,'cost','3'), +(1830,228,'total_tax','0'), +(1831,228,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1846,231,'_product_id','271'), +(1847,231,'_variation_id','0'), +(1848,231,'_qty','1'), +(1849,231,'_tax_class',''), +(1850,231,'_line_subtotal','95'), +(1851,231,'_line_subtotal_tax','0'), +(1852,231,'_line_total','95'), +(1853,231,'_line_tax','0'), +(1854,231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1855,232,'method_id','mondial_relay_point_relais'), +(1856,232,'instance_id',''), +(1857,232,'cost','0'), +(1858,232,'total_tax','0'), +(1859,232,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1875,235,'_product_id','274'), +(1876,235,'_variation_id','0'), +(1877,235,'_qty','1'), +(1878,235,'_tax_class',''), +(1879,235,'_line_subtotal','95'), +(1880,235,'_line_subtotal_tax','0'), +(1881,235,'_line_total','95'), +(1882,235,'_line_tax','0'), +(1883,235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1884,236,'method_id','mondial_relay_point_relais'), +(1885,236,'instance_id',''), +(1886,236,'cost','0'), +(1887,236,'total_tax','0'), +(1888,236,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1889,237,'_product_id','168'), +(1890,237,'_variation_id','200'), +(1891,237,'_qty','1'), +(1892,237,'_tax_class',''), +(1893,237,'_line_subtotal','150'), +(1894,237,'_line_subtotal_tax','0'), +(1895,237,'_line_total','150'), +(1896,237,'_line_tax','0'), +(1897,237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1898,237,'pa_stone','malachite'), +(1899,238,'method_id','mondial_relay_point_relais'), +(1900,238,'instance_id',''), +(1901,238,'cost','0'), +(1902,238,'total_tax','0'), +(1903,238,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1904,239,'_product_id','168'), +(1905,239,'_variation_id','200'), +(1906,239,'_qty','1'), +(1907,239,'_tax_class',''), +(1908,239,'_line_subtotal','150'), +(1909,239,'_line_subtotal_tax','0'), +(1910,239,'_line_total','150'), +(1911,239,'_line_tax','0'), +(1912,239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1913,239,'pa_stone','malachite'), +(1914,240,'_product_id','447'), +(1915,240,'_variation_id','0'), +(1916,240,'_qty','1'), +(1917,240,'_tax_class',''), +(1918,240,'_line_subtotal','40'), +(1919,240,'_line_subtotal_tax','0'), +(1920,240,'_line_total','40'), +(1921,240,'_line_tax','0'), +(1922,240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1923,241,'method_id','mondial_relay_point_relais'), +(1924,241,'instance_id',''), +(1925,241,'cost','0'), +(1926,241,'total_tax','0'), +(1927,241,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1928,242,'_product_id','342'), +(1929,242,'_variation_id','560'), +(1930,242,'_qty','1'), +(1931,242,'_tax_class',''), +(1932,242,'_line_subtotal','58'), +(1933,242,'_line_subtotal_tax','0'), +(1934,242,'_line_total','58'), +(1935,242,'_line_tax','0'), +(1936,242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1937,242,'pa_side','all'), +(1938,243,'_product_id','433'), +(1939,243,'_variation_id','478'), +(1940,243,'_qty','1'), +(1941,243,'_tax_class',''), +(1942,243,'_line_subtotal','48'), +(1943,243,'_line_subtotal_tax','0'), +(1944,243,'_line_total','48'), +(1945,243,'_line_tax','0'), +(1946,243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1947,243,'pa_stone','lapis-lazuli'), +(1948,244,'method_id','mondial_relay_point_relais'), +(1949,244,'instance_id',''), +(1950,244,'cost','0'), +(1951,244,'total_tax','0'), +(1952,244,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1967,247,'_product_id','328'), +(1968,247,'_variation_id','0'), +(1969,247,'_qty','1'), +(1970,247,'_tax_class',''), +(1971,247,'_line_subtotal','40'), +(1972,247,'_line_subtotal_tax','0'), +(1973,247,'_line_total','40'), +(1974,247,'_line_tax','0'), +(1975,247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1976,248,'method_id','mondial_relay_point_relais'), +(1977,248,'instance_id',''), +(1978,248,'cost','3'), +(1979,248,'total_tax','0'), +(1980,248,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1996,251,'_product_id','318'), +(1997,251,'_variation_id','0'), +(1998,251,'_qty','1'), +(1999,251,'_tax_class',''), +(2000,251,'_line_subtotal','40'), +(2001,251,'_line_subtotal_tax','0'), +(2002,251,'_line_total','40'), +(2003,251,'_line_tax','0'), +(2004,251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2005,252,'method_id','mondial_relay_point_relais'), +(2006,252,'instance_id',''), +(2007,252,'cost','3'), +(2008,252,'total_tax','0'), +(2009,252,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2050,258,'_product_id','342'), +(2051,258,'_variation_id','563'), +(2052,258,'_qty','2'), +(2053,258,'_tax_class',''), +(2054,258,'_line_subtotal','60'), +(2055,258,'_line_subtotal_tax','0'), +(2056,258,'_line_total','60'), +(2057,258,'_line_tax','0'), +(2058,258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2059,258,'pa_side','short'), +(2060,259,'method_id','mondial_relay_point_relais'), +(2061,259,'instance_id',''), +(2062,259,'cost','0'), +(2063,259,'total_tax','0'), +(2064,259,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2065,260,'_product_id','342'), +(2066,260,'_variation_id','563'), +(2067,260,'_qty','2'), +(2068,260,'_tax_class',''), +(2069,260,'_line_subtotal','60'), +(2070,260,'_line_subtotal_tax','0'), +(2071,260,'_line_total','60'), +(2072,260,'_line_tax','0'), +(2073,260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2074,260,'pa_side','short'), +(2075,261,'method_id','mondial_relay_point_relais'), +(2076,261,'instance_id',''), +(2077,261,'cost','0'), +(2078,261,'total_tax','0'), +(2079,261,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2095,264,'_product_id','447'), +(2096,264,'_variation_id','0'), +(2097,264,'_qty','1'), +(2098,264,'_tax_class',''), +(2099,264,'_line_subtotal','45'), +(2100,264,'_line_subtotal_tax','0'), +(2101,264,'_line_total','45'), +(2102,264,'_line_tax','0'), +(2103,264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2104,265,'_product_id','435'), +(2105,265,'_variation_id','0'), +(2106,265,'_qty','1'), +(2107,265,'_tax_class',''), +(2108,265,'_line_subtotal','40'), +(2109,265,'_line_subtotal_tax','0'), +(2110,265,'_line_total','40'), +(2111,265,'_line_tax','0'), +(2112,265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2113,266,'_product_id','328'), +(2114,266,'_variation_id','0'), +(2115,266,'_qty','1'), +(2116,266,'_tax_class',''), +(2117,266,'_line_subtotal','45'), +(2118,266,'_line_subtotal_tax','0'), +(2119,266,'_line_total','45'), +(2120,266,'_line_tax','0'), +(2121,266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2122,267,'method_id','mondial_relay_point_relais'), +(2123,267,'instance_id',''), +(2124,267,'cost','0'), +(2125,267,'total_tax','0'), +(2126,267,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2142,270,'_product_id','447'), +(2143,270,'_variation_id','0'), +(2144,270,'_qty','1'), +(2145,270,'_tax_class',''), +(2146,270,'_line_subtotal','45'), +(2147,270,'_line_subtotal_tax','0'), +(2148,270,'_line_total','45'), +(2149,270,'_line_tax','0'), +(2150,270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2151,271,'_product_id','202'), +(2152,271,'_variation_id','638'), +(2153,271,'_qty','1'), +(2154,271,'_tax_class',''), +(2155,271,'_line_subtotal','85'), +(2156,271,'_line_subtotal_tax','0'), +(2157,271,'_line_total','85'), +(2158,271,'_line_tax','0'), +(2159,271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2160,271,'pa_side','pair'), +(2161,272,'method_id','mondial_relay_point_relais'), +(2162,272,'instance_id',''), +(2163,272,'cost','0'), +(2164,272,'total_tax','0'), +(2165,272,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2273,287,'_product_id','1004'), +(2274,287,'_variation_id','1005'), +(2275,287,'_qty','1'), +(2276,287,'_tax_class',''), +(2277,287,'_line_subtotal','70'), +(2278,287,'_line_subtotal_tax','0'), +(2279,287,'_line_total','70'), +(2280,287,'_line_tax','0'), +(2281,287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2282,287,'pa_side','pair'), +(2283,288,'_product_id','202'), +(2284,288,'_variation_id','638'), +(2285,288,'_qty','1'), +(2286,288,'_tax_class',''), +(2287,288,'_line_subtotal','85'), +(2288,288,'_line_subtotal_tax','0'), +(2289,288,'_line_total','85'), +(2290,288,'_line_tax','0'), +(2291,288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2292,288,'pa_side','pair'), +(2293,289,'method_id','mondial_relay_point_relais'), +(2294,289,'instance_id',''), +(2295,289,'cost','0'), +(2296,289,'total_tax','0'), +(2297,289,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2719,343,'_product_id','554'), +(2720,343,'_variation_id','555'), +(2721,343,'_qty','1'), +(2722,343,'_tax_class',''), +(2723,343,'_line_subtotal','65'), +(2724,343,'_line_subtotal_tax','0'), +(2725,343,'_line_total','65'), +(2726,343,'_line_tax','0'), +(2727,343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2728,343,'pa_side','pair'), +(2729,344,'_product_id','318'), +(2730,344,'_variation_id','0'), +(2731,344,'_qty','1'), +(2732,344,'_tax_class',''), +(2733,344,'_line_subtotal','45'), +(2734,344,'_line_subtotal_tax','0'), +(2735,344,'_line_total','45'), +(2736,344,'_line_tax','0'), +(2737,344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2738,345,'method_id','mondial_relay_point_relais'), +(2739,345,'instance_id',''), +(2740,345,'cost','0'), +(2741,345,'total_tax','0'), +(2742,345,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2743,346,'_product_id','1467'), +(2744,346,'_variation_id','1468'), +(2745,346,'_qty','1'), +(2746,346,'_tax_class',''), +(2747,346,'_line_subtotal','120'), +(2748,346,'_line_subtotal_tax','0'), +(2749,346,'_line_total','120'), +(2750,346,'_line_tax','0'), +(2751,346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2752,346,'pa_size','50'), +(2753,347,'method_id','mondial_relay_point_relais'), +(2754,347,'instance_id',''), +(2755,347,'cost','0'), +(2756,347,'total_tax','0'), +(2757,347,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2758,348,'_product_id','213'), +(2759,348,'_variation_id','570'), +(2760,348,'_qty','1'), +(2761,348,'_tax_class',''), +(2762,348,'_line_subtotal','75'), +(2763,348,'_line_subtotal_tax','0'), +(2764,348,'_line_total','75'), +(2765,348,'_line_tax','0'), +(2766,348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2767,348,'pa_side','pair'), +(2768,349,'method_id','mondial_relay_point_relais'), +(2769,349,'instance_id',''), +(2770,349,'cost','0'), +(2771,349,'total_tax','0'), +(2772,349,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2773,350,'_product_id','342'), +(2774,350,'_variation_id','560'), +(2775,350,'_qty','1'), +(2776,350,'_tax_class',''), +(2777,350,'_line_subtotal','55'), +(2778,350,'_line_subtotal_tax','0'), +(2779,350,'_line_total','55'), +(2780,350,'_line_tax','0'), +(2781,350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2782,350,'pa_side','all'), +(2783,351,'method_id','mondial_relay_point_relais'), +(2784,351,'instance_id',''), +(2785,351,'cost','0'), +(2786,351,'total_tax','0'), +(2787,351,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2788,352,'_product_id','202'), +(2789,352,'_variation_id','638'), +(2790,352,'_qty','1'), +(2791,352,'_tax_class',''), +(2792,352,'_line_subtotal','85'), +(2793,352,'_line_subtotal_tax','0'), +(2794,352,'_line_total','85'), +(2795,352,'_line_tax','0'), +(2796,352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2797,352,'pa_side','pair'), +(2798,353,'method_id','mondial_relay_point_relais'), +(2799,353,'instance_id',''), +(2800,353,'cost','0'), +(2801,353,'total_tax','0'), +(2802,353,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2803,354,'_product_id','202'), +(2804,354,'_variation_id','638'), +(2805,354,'_qty','1'), +(2806,354,'_tax_class',''), +(2807,354,'_line_subtotal','85'), +(2808,354,'_line_subtotal_tax','0'), +(2809,354,'_line_total','85'), +(2810,354,'_line_tax','0'), +(2811,354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2812,354,'pa_side','pair'), +(2813,355,'method_id','mondial_relay_point_relais'), +(2814,355,'instance_id',''), +(2815,355,'cost','0'), +(2816,355,'total_tax','0'), +(2817,355,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2818,356,'_product_id','274'), +(2819,356,'_variation_id','0'), +(2820,356,'_qty','1'), +(2821,356,'_tax_class',''), +(2822,356,'_line_subtotal','120'), +(2823,356,'_line_subtotal_tax','0'), +(2824,356,'_line_total','120'), +(2825,356,'_line_tax','0'), +(2826,356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2827,357,'method_id','mondial_relay_point_relais'), +(2828,357,'instance_id',''), +(2829,357,'cost','0'), +(2830,357,'total_tax','0'), +(2831,357,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2832,358,'_product_id','306'), +(2833,358,'_variation_id','651'), +(2834,358,'_qty','1'), +(2835,358,'_tax_class',''), +(2836,358,'_line_subtotal','50'), +(2837,358,'_line_subtotal_tax','0'), +(2838,358,'_line_total','50'), +(2839,358,'_line_tax','0'), +(2840,358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2841,358,'pa_side','long'), +(2842,359,'_product_id','306'), +(2843,359,'_variation_id','653'), +(2844,359,'_qty','1'), +(2845,359,'_tax_class',''), +(2846,359,'_line_subtotal','48'), +(2847,359,'_line_subtotal_tax','0'), +(2848,359,'_line_total','48'), +(2849,359,'_line_tax','0'), +(2850,359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2851,359,'pa_side','short'), +(2852,360,'_product_id','285'), +(2853,360,'_variation_id','642'), +(2854,360,'_qty','1'), +(2855,360,'_tax_class',''), +(2856,360,'_line_subtotal','85'), +(2857,360,'_line_subtotal_tax','0'), +(2858,360,'_line_total','85'), +(2859,360,'_line_tax','0'), +(2860,360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2861,360,'pa_side','pair'), +(2862,361,'method_id','free_shipping'), +(2863,361,'instance_id',''), +(2864,361,'cost','0'), +(2865,361,'total_tax','0'), +(2866,361,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2867,362,'_product_id','285'), +(2868,362,'_variation_id','642'), +(2869,362,'_qty','1'), +(2870,362,'_tax_class',''), +(2871,362,'_line_subtotal','85'), +(2872,362,'_line_subtotal_tax','0'), +(2873,362,'_line_total','85'), +(2874,362,'_line_tax','0'), +(2875,362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2876,362,'pa_side','pair'), +(2877,363,'method_id','mondial_relay_point_relais'), +(2878,363,'instance_id',''), +(2879,363,'cost','0'), +(2880,363,'total_tax','0'), +(2881,363,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2912,368,'_product_id','0'), +(2913,369,'_product_id','0'), +(2914,368,'_variation_id','0'), +(2915,369,'_variation_id','0'), +(2916,368,'_qty','2'), +(2917,369,'_qty','2'), +(2918,368,'_tax_class',''), +(2919,369,'_tax_class',''), +(2920,368,'_line_subtotal','50'), +(2921,369,'_line_subtotal','50'), +(2922,368,'_line_subtotal_tax','0'), +(2923,369,'_line_subtotal_tax','0'), +(2924,368,'_line_total','50'), +(2925,369,'_line_total','50'), +(2926,368,'_line_tax','0'), +(2927,369,'_line_tax','0'), +(2928,368,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2929,369,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2930,370,'_product_id','0'), +(2931,371,'_product_id','0'), +(2932,370,'_variation_id','0'), +(2933,371,'_variation_id','0'), +(2934,370,'_qty','1'), +(2935,371,'_qty','1'), +(2936,370,'_tax_class',''), +(2937,371,'_tax_class',''), +(2938,370,'_line_subtotal','20'), +(2939,371,'_line_subtotal','20'), +(2940,370,'_line_subtotal_tax','0'), +(2941,371,'_line_subtotal_tax','0'), +(2942,370,'_line_total','20'), +(2943,371,'_line_total','20'), +(2944,370,'_line_tax','0'), +(2945,371,'_line_tax','0'), +(2946,370,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2947,371,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2948,370,'Colour','Red'), +(2949,371,'Colour','Red'), +(2950,370,'Size','Small'), +(2951,371,'Size','Small'), +(2952,372,'_product_id','0'), +(2953,373,'_product_id','0'), +(2954,372,'_variation_id','0'), +(2955,373,'_variation_id','0'), +(2956,372,'_qty','1'), +(2957,373,'_qty','1'), +(2958,372,'_tax_class',''), +(2959,373,'_tax_class',''), +(2960,372,'_line_subtotal','15'), +(2961,373,'_line_subtotal','15'), +(2962,372,'_line_subtotal_tax','0'), +(2963,373,'_line_subtotal_tax','0'), +(2964,372,'_line_total','15'), +(2965,373,'_line_total','15'), +(2966,372,'_line_tax','0'), +(2967,373,'_line_tax','0'), +(2968,372,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2969,373,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2970,374,'_product_id','0'), +(2971,375,'_product_id','0'), +(2972,374,'_variation_id','0'), +(2973,375,'_variation_id','0'), +(2974,374,'_qty','2'), +(2975,375,'_qty','2'), +(2976,374,'_tax_class',''), +(2977,375,'_tax_class',''), +(2978,374,'_line_subtotal','50'), +(2979,375,'_line_subtotal','50'), +(2980,374,'_line_subtotal_tax','0'), +(2981,375,'_line_subtotal_tax','0'), +(2982,374,'_line_total','50'), +(2983,375,'_line_total','50'), +(2984,374,'_line_tax','0'), +(2985,375,'_line_tax','0'), +(2986,374,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2987,375,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2988,376,'_product_id','0'), +(2989,377,'_product_id','0'), +(2990,376,'_variation_id','0'), +(2991,377,'_variation_id','0'), +(2992,376,'_qty','1'), +(2993,377,'_qty','1'), +(2994,376,'_tax_class',''), +(2995,377,'_tax_class',''), +(2996,376,'_line_subtotal','20'), +(2997,377,'_line_subtotal','20'), +(2998,376,'_line_subtotal_tax','0'), +(2999,377,'_line_subtotal_tax','0'), +(3000,376,'_line_total','20'), +(3001,377,'_line_total','20'), +(3002,376,'_line_tax','0'), +(3003,377,'_line_tax','0'), +(3004,376,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3005,376,'Colour','Red'), +(3006,377,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3007,376,'Size','Small'), +(3008,377,'Colour','Red'), +(3009,377,'Size','Small'), +(3010,378,'_product_id','0'), +(3011,378,'_variation_id','0'), +(3012,379,'_product_id','0'), +(3013,378,'_qty','1'), +(3014,379,'_variation_id','0'), +(3015,378,'_tax_class',''), +(3016,379,'_qty','1'), +(3017,378,'_line_subtotal','15'), +(3018,379,'_tax_class',''), +(3019,378,'_line_subtotal_tax','0'), +(3020,379,'_line_subtotal','15'), +(3021,378,'_line_total','15'), +(3022,379,'_line_subtotal_tax','0'), +(3023,378,'_line_tax','0'), +(3024,379,'_line_total','15'), +(3025,378,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3026,379,'_line_tax','0'), +(3027,379,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3028,381,'_product_id','0'), +(3029,380,'_product_id','0'), +(3030,381,'_variation_id','0'), +(3031,380,'_variation_id','0'), +(3032,381,'_qty','2'), +(3033,380,'_qty','2'), +(3034,381,'_tax_class',''), +(3035,380,'_tax_class',''), +(3036,381,'_line_subtotal','50'), +(3037,380,'_line_subtotal','50'), +(3038,381,'_line_subtotal_tax','0'), +(3039,380,'_line_subtotal_tax','0'), +(3040,381,'_line_total','50'), +(3041,380,'_line_total','50'), +(3042,381,'_line_tax','0'), +(3043,380,'_line_tax','0'), +(3044,381,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3045,380,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3046,382,'_product_id','0'), +(3047,383,'_product_id','0'), +(3048,382,'_variation_id','0'), +(3049,383,'_variation_id','0'), +(3050,382,'_qty','1'), +(3051,383,'_qty','1'), +(3052,382,'_tax_class',''), +(3053,383,'_tax_class',''), +(3054,382,'_line_subtotal','20'), +(3055,383,'_line_subtotal','20'), +(3056,382,'_line_subtotal_tax','0'), +(3057,383,'_line_subtotal_tax','0'), +(3058,382,'_line_total','20'), +(3059,383,'_line_total','20'), +(3060,382,'_line_tax','0'), +(3061,383,'_line_tax','0'), +(3062,382,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3063,383,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3064,382,'Colour','Red'), +(3065,383,'Colour','Red'), +(3066,382,'Size','Small'), +(3067,383,'Size','Small'), +(3068,384,'_product_id','0'), +(3069,385,'_product_id','0'), +(3070,384,'_variation_id','0'), +(3071,385,'_variation_id','0'), +(3072,384,'_qty','1'), +(3073,385,'_qty','1'), +(3074,384,'_tax_class',''), +(3075,385,'_tax_class',''), +(3076,384,'_line_subtotal','15'), +(3077,385,'_line_subtotal','15'), +(3078,384,'_line_subtotal_tax','0'), +(3079,385,'_line_subtotal_tax','0'), +(3080,384,'_line_total','15'), +(3081,385,'_line_total','15'), +(3082,384,'_line_tax','0'), +(3083,385,'_line_tax','0'), +(3084,384,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3085,385,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3086,386,'_product_id','0'), +(3087,387,'_product_id','0'), +(3088,386,'_variation_id','0'), +(3089,387,'_variation_id','0'), +(3090,386,'_qty','2'), +(3091,387,'_qty','2'), +(3092,386,'_tax_class',''), +(3093,387,'_tax_class',''), +(3094,386,'_line_subtotal','50'), +(3095,387,'_line_subtotal','50'), +(3096,386,'_line_subtotal_tax','0'), +(3097,387,'_line_subtotal_tax','0'), +(3098,386,'_line_total','50'), +(3099,387,'_line_total','50'), +(3100,386,'_line_tax','0'), +(3101,387,'_line_tax','0'), +(3102,386,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3103,387,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3104,388,'_product_id','0'), +(3105,389,'_product_id','0'), +(3106,388,'_variation_id','0'), +(3107,389,'_variation_id','0'), +(3108,388,'_qty','1'), +(3109,389,'_qty','1'), +(3110,388,'_tax_class',''), +(3111,389,'_tax_class',''), +(3112,388,'_line_subtotal','20'), +(3113,389,'_line_subtotal','20'), +(3114,388,'_line_subtotal_tax','0'), +(3115,389,'_line_subtotal_tax','0'), +(3116,388,'_line_total','20'), +(3117,389,'_line_total','20'), +(3118,388,'_line_tax','0'), +(3119,389,'_line_tax','0'), +(3120,388,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3121,389,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3122,388,'Colour','Red'), +(3123,389,'Colour','Red'), +(3124,388,'Size','Small'), +(3125,389,'Size','Small'), +(3126,390,'_product_id','0'), +(3127,391,'_product_id','0'), +(3128,390,'_variation_id','0'), +(3129,391,'_variation_id','0'), +(3130,390,'_qty','1'), +(3131,391,'_qty','1'), +(3132,390,'_tax_class',''), +(3133,391,'_tax_class',''), +(3134,390,'_line_subtotal','15'), +(3135,391,'_line_subtotal','15'), +(3136,390,'_line_subtotal_tax','0'), +(3137,391,'_line_subtotal_tax','0'), +(3138,390,'_line_total','15'), +(3139,391,'_line_total','15'), +(3140,390,'_line_tax','0'), +(3141,391,'_line_tax','0'), +(3142,390,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3143,391,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3144,392,'_product_id','0'), +(3145,392,'_variation_id','0'), +(3146,393,'_product_id','0'), +(3147,392,'_qty','2'), +(3148,393,'_variation_id','0'), +(3149,392,'_tax_class',''), +(3150,393,'_qty','2'), +(3151,392,'_line_subtotal','50'), +(3152,393,'_tax_class',''), +(3153,392,'_line_subtotal_tax','0'), +(3154,393,'_line_subtotal','50'), +(3155,392,'_line_total','50'), +(3156,393,'_line_subtotal_tax','0'), +(3157,392,'_line_tax','0'), +(3158,393,'_line_total','50'), +(3159,392,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3160,393,'_line_tax','0'), +(3161,393,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3162,394,'_product_id','0'), +(3163,394,'_variation_id','0'), +(3164,395,'_product_id','0'), +(3165,394,'_qty','1'), +(3166,395,'_variation_id','0'), +(3167,394,'_tax_class',''), +(3168,395,'_qty','1'), +(3169,394,'_line_subtotal','20'), +(3170,395,'_tax_class',''), +(3171,394,'_line_subtotal_tax','0'), +(3172,395,'_line_subtotal','20'), +(3173,394,'_line_total','20'), +(3174,395,'_line_subtotal_tax','0'), +(3175,394,'_line_tax','0'), +(3176,395,'_line_total','20'), +(3177,394,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3178,394,'Colour','Red'), +(3179,395,'_line_tax','0'), +(3180,394,'Size','Small'), +(3181,395,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3182,395,'Colour','Red'), +(3183,395,'Size','Small'), +(3184,396,'_product_id','0'), +(3185,396,'_variation_id','0'), +(3186,397,'_product_id','0'), +(3187,396,'_qty','1'), +(3188,397,'_variation_id','0'), +(3189,396,'_tax_class',''), +(3190,397,'_qty','1'), +(3191,396,'_line_subtotal','15'), +(3192,397,'_tax_class',''), +(3193,396,'_line_subtotal_tax','0'), +(3194,397,'_line_subtotal','15'), +(3195,396,'_line_total','15'), +(3196,397,'_line_subtotal_tax','0'), +(3197,396,'_line_tax','0'), +(3198,397,'_line_total','15'), +(3199,396,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3200,397,'_line_tax','0'), +(3201,397,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3202,398,'_product_id','0'), +(3203,398,'_variation_id','0'), +(3204,398,'_qty','2'), +(3205,398,'_tax_class',''), +(3206,398,'_line_subtotal','50'), +(3207,398,'_line_subtotal_tax','0'), +(3208,398,'_line_total','50'), +(3209,398,'_line_tax','0'), +(3210,398,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3211,399,'_product_id','0'), +(3212,399,'_variation_id','0'), +(3213,399,'_qty','1'), +(3214,399,'_tax_class',''), +(3215,399,'_line_subtotal','20'), +(3216,399,'_line_subtotal_tax','0'), +(3217,399,'_line_total','20'), +(3218,399,'_line_tax','0'), +(3219,399,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3220,399,'Colour','Red'), +(3221,399,'Size','Small'), +(3222,400,'_product_id','0'), +(3223,400,'_variation_id','0'), +(3224,400,'_qty','1'), +(3225,400,'_tax_class',''), +(3226,400,'_line_subtotal','15'), +(3227,400,'_line_subtotal_tax','0'), +(3228,400,'_line_total','15'), +(3229,400,'_line_tax','0'), +(3230,400,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3231,401,'_product_id','0'), +(3232,401,'_variation_id','0'), +(3233,401,'_qty','2'), +(3234,401,'_tax_class',''), +(3235,401,'_line_subtotal','50'), +(3236,401,'_line_subtotal_tax','0'), +(3237,401,'_line_total','50'), +(3238,401,'_line_tax','0'), +(3239,401,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3240,402,'_product_id','0'), +(3241,402,'_variation_id','0'), +(3242,402,'_qty','1'), +(3243,402,'_tax_class',''), +(3244,402,'_line_subtotal','20'), +(3245,402,'_line_subtotal_tax','0'), +(3246,402,'_line_total','20'), +(3247,402,'_line_tax','0'), +(3248,402,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3249,402,'Colour','Red'), +(3250,402,'Size','Small'), +(3251,403,'_product_id','0'), +(3252,403,'_variation_id','0'), +(3253,404,'_product_id','0'), +(3254,403,'_qty','2'), +(3255,404,'_variation_id','0'), +(3256,403,'_tax_class',''), +(3257,404,'_qty','1'), +(3258,403,'_line_subtotal','50'), +(3259,404,'_tax_class',''), +(3260,403,'_line_subtotal_tax','0'), +(3261,404,'_line_subtotal','15'), +(3262,403,'_line_total','50'), +(3263,404,'_line_subtotal_tax','0'), +(3264,403,'_line_tax','0'), +(3265,404,'_line_total','15'), +(3266,403,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3267,404,'_line_tax','0'), +(3268,404,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3269,405,'_product_id','0'), +(3270,405,'_variation_id','0'), +(3271,405,'_qty','1'), +(3272,405,'_tax_class',''), +(3273,405,'_line_subtotal','20'), +(3274,405,'_line_subtotal_tax','0'), +(3275,405,'_line_total','20'), +(3276,405,'_line_tax','0'), +(3277,405,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3278,405,'Colour','Red'), +(3279,405,'Size','Small'), +(3280,406,'_product_id','0'), +(3281,406,'_variation_id','0'), +(3282,406,'_qty','1'), +(3283,406,'_tax_class',''), +(3284,406,'_line_subtotal','15'), +(3285,406,'_line_subtotal_tax','0'), +(3286,406,'_line_total','15'), +(3287,406,'_line_tax','0'), +(3288,406,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3289,407,'_product_id','0'), +(3290,407,'_variation_id','0'), +(3291,407,'_qty','2'), +(3292,407,'_tax_class',''), +(3293,407,'_line_subtotal','50'), +(3294,407,'_line_subtotal_tax','0'), +(3295,407,'_line_total','50'), +(3296,408,'_product_id','0'), +(3297,407,'_line_tax','0'), +(3298,408,'_variation_id','0'), +(3299,407,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3300,408,'_qty','2'), +(3301,408,'_tax_class',''), +(3302,409,'_product_id','0'), +(3303,408,'_line_subtotal','50'), +(3304,409,'_variation_id','0'), +(3305,408,'_line_subtotal_tax','0'), +(3306,409,'_qty','1'), +(3307,408,'_line_total','50'), +(3308,409,'_tax_class',''), +(3309,408,'_line_tax','0'), +(3310,409,'_line_subtotal','20'), +(3311,408,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3312,409,'_line_subtotal_tax','0'), +(3313,409,'_line_total','20'), +(3314,410,'_product_id','0'), +(3315,409,'_line_tax','0'), +(3316,410,'_variation_id','0'), +(3317,409,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3318,410,'_qty','1'), +(3319,409,'Colour','Red'), +(3320,410,'_tax_class',''), +(3321,409,'Size','Small'), +(3322,410,'_line_subtotal','20'), +(3323,410,'_line_subtotal_tax','0'), +(3324,411,'_product_id','0'), +(3325,410,'_line_total','20'), +(3326,411,'_variation_id','0'), +(3327,410,'_line_tax','0'), +(3328,411,'_qty','1'), +(3329,410,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3330,411,'_tax_class',''), +(3331,410,'Colour','Red'), +(3332,410,'Size','Small'), +(3333,411,'_line_subtotal','15'), +(3334,411,'_line_subtotal_tax','0'), +(3335,412,'_product_id','0'), +(3336,411,'_line_total','15'), +(3337,412,'_variation_id','0'), +(3338,411,'_line_tax','0'), +(3339,412,'_qty','1'), +(3340,411,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3341,412,'_tax_class',''), +(3342,412,'_line_subtotal','15'), +(3343,412,'_line_subtotal_tax','0'), +(3344,412,'_line_total','15'), +(3345,412,'_line_tax','0'), +(3346,412,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3347,413,'_product_id','0'), +(3348,414,'_product_id','0'), +(3349,413,'_variation_id','0'), +(3350,414,'_variation_id','0'), +(3351,413,'_qty','2'), +(3352,414,'_qty','2'), +(3353,413,'_tax_class',''), +(3354,414,'_tax_class',''), +(3355,413,'_line_subtotal','50'), +(3356,414,'_line_subtotal','50'), +(3357,413,'_line_subtotal_tax','0'), +(3358,414,'_line_subtotal_tax','0'), +(3359,413,'_line_total','50'), +(3360,414,'_line_total','50'), +(3361,413,'_line_tax','0'), +(3362,414,'_line_tax','0'), +(3363,413,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3364,414,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3365,415,'_product_id','0'), +(3366,416,'_product_id','0'), +(3367,415,'_variation_id','0'), +(3368,416,'_variation_id','0'), +(3369,415,'_qty','1'), +(3370,416,'_qty','1'), +(3371,415,'_tax_class',''), +(3372,416,'_tax_class',''), +(3373,415,'_line_subtotal','20'), +(3374,416,'_line_subtotal','20'), +(3375,415,'_line_subtotal_tax','0'), +(3376,416,'_line_subtotal_tax','0'), +(3377,415,'_line_total','20'), +(3378,416,'_line_total','20'), +(3379,415,'_line_tax','0'), +(3380,416,'_line_tax','0'), +(3381,415,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3382,415,'Colour','Red'), +(3383,416,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3384,415,'Size','Small'), +(3385,416,'Colour','Red'), +(3386,416,'Size','Small'), +(3387,417,'_product_id','0'), +(3388,418,'_product_id','0'), +(3389,417,'_variation_id','0'), +(3390,418,'_variation_id','0'), +(3391,417,'_qty','1'), +(3392,418,'_qty','1'), +(3393,417,'_tax_class',''), +(3394,418,'_tax_class',''), +(3395,417,'_line_subtotal','15'), +(3396,418,'_line_subtotal','15'), +(3397,417,'_line_subtotal_tax','0'), +(3398,418,'_line_subtotal_tax','0'), +(3399,417,'_line_total','15'), +(3400,418,'_line_total','15'), +(3401,417,'_line_tax','0'), +(3402,418,'_line_tax','0'), +(3403,417,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3404,418,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3405,419,'_product_id','0'), +(3406,419,'_variation_id','0'), +(3407,420,'_product_id','0'), +(3408,419,'_qty','2'), +(3409,420,'_variation_id','0'), +(3410,419,'_tax_class',''), +(3411,420,'_qty','2'), +(3412,419,'_line_subtotal','50'), +(3413,420,'_tax_class',''), +(3414,419,'_line_subtotal_tax','0'), +(3415,420,'_line_subtotal','50'), +(3416,419,'_line_total','50'), +(3417,420,'_line_subtotal_tax','0'), +(3418,419,'_line_tax','0'), +(3419,420,'_line_total','50'), +(3420,419,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3421,420,'_line_tax','0'), +(3422,420,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3423,421,'_product_id','0'), +(3424,421,'_variation_id','0'), +(3425,422,'_product_id','0'), +(3426,421,'_qty','1'), +(3427,422,'_variation_id','0'), +(3428,421,'_tax_class',''), +(3429,422,'_qty','1'), +(3430,421,'_line_subtotal','20'), +(3431,422,'_tax_class',''), +(3432,421,'_line_subtotal_tax','0'), +(3433,422,'_line_subtotal','20'), +(3434,421,'_line_total','20'), +(3435,422,'_line_subtotal_tax','0'), +(3436,421,'_line_tax','0'), +(3437,422,'_line_total','20'), +(3438,421,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3439,422,'_line_tax','0'), +(3440,421,'Colour','Red'), +(3441,421,'Size','Small'), +(3442,422,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3443,422,'Colour','Red'), +(3444,422,'Size','Small'), +(3445,423,'_product_id','0'), +(3446,423,'_variation_id','0'), +(3447,424,'_product_id','0'), +(3448,423,'_qty','1'), +(3449,424,'_variation_id','0'), +(3450,423,'_tax_class',''), +(3451,424,'_qty','1'), +(3452,423,'_line_subtotal','15'), +(3453,424,'_tax_class',''), +(3454,423,'_line_subtotal_tax','0'), +(3455,424,'_line_subtotal','15'), +(3456,423,'_line_total','15'), +(3457,424,'_line_subtotal_tax','0'), +(3458,423,'_line_tax','0'), +(3459,424,'_line_total','15'), +(3460,423,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3461,424,'_line_tax','0'), +(3462,424,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3463,425,'_product_id','0'), +(3464,426,'_product_id','0'), +(3465,425,'_variation_id','0'), +(3466,426,'_variation_id','0'), +(3467,425,'_qty','2'), +(3468,426,'_qty','2'), +(3469,425,'_tax_class',''), +(3470,426,'_tax_class',''), +(3471,425,'_line_subtotal','50'), +(3472,426,'_line_subtotal','50'), +(3473,425,'_line_subtotal_tax','0'), +(3474,426,'_line_subtotal_tax','0'), +(3475,425,'_line_total','50'), +(3476,426,'_line_total','50'), +(3477,425,'_line_tax','0'), +(3478,426,'_line_tax','0'), +(3479,425,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3480,426,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3481,427,'_product_id','0'), +(3482,428,'_product_id','0'), +(3483,427,'_variation_id','0'), +(3484,428,'_variation_id','0'), +(3485,427,'_qty','1'), +(3486,428,'_qty','1'), +(3487,427,'_tax_class',''), +(3488,428,'_tax_class',''), +(3489,427,'_line_subtotal','20'), +(3490,428,'_line_subtotal','20'), +(3491,427,'_line_subtotal_tax','0'), +(3492,428,'_line_subtotal_tax','0'), +(3493,427,'_line_total','20'), +(3494,428,'_line_total','20'), +(3495,427,'_line_tax','0'), +(3496,428,'_line_tax','0'), +(3497,427,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3498,428,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3499,427,'Colour','Red'), +(3500,428,'Colour','Red'), +(3501,427,'Size','Small'), +(3502,428,'Size','Small'), +(3503,429,'_product_id','0'), +(3504,430,'_product_id','0'), +(3505,429,'_variation_id','0'), +(3506,430,'_variation_id','0'), +(3507,429,'_qty','1'), +(3508,430,'_qty','1'), +(3509,429,'_tax_class',''), +(3510,430,'_tax_class',''), +(3511,429,'_line_subtotal','15'), +(3512,430,'_line_subtotal','15'), +(3513,429,'_line_subtotal_tax','0'), +(3514,430,'_line_subtotal_tax','0'), +(3515,429,'_line_total','15'), +(3516,430,'_line_total','15'), +(3517,429,'_line_tax','0'), +(3518,430,'_line_tax','0'), +(3519,429,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3520,430,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3521,431,'_product_id','0'), +(3522,432,'_product_id','0'), +(3523,431,'_variation_id','0'), +(3524,432,'_variation_id','0'), +(3525,431,'_qty','2'), +(3526,432,'_qty','2'), +(3527,431,'_tax_class',''), +(3528,432,'_tax_class',''), +(3529,431,'_line_subtotal','50'), +(3530,432,'_line_subtotal','50'), +(3531,431,'_line_subtotal_tax','0'), +(3532,432,'_line_subtotal_tax','0'), +(3533,431,'_line_total','50'), +(3534,432,'_line_total','50'), +(3535,431,'_line_tax','0'), +(3536,432,'_line_tax','0'), +(3537,431,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3538,432,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3539,433,'_product_id','0'), +(3540,434,'_product_id','0'), +(3541,433,'_variation_id','0'), +(3542,434,'_variation_id','0'), +(3543,433,'_qty','1'), +(3544,434,'_qty','1'), +(3545,433,'_tax_class',''), +(3546,434,'_tax_class',''), +(3547,433,'_line_subtotal','20'), +(3548,434,'_line_subtotal','20'), +(3549,433,'_line_subtotal_tax','0'), +(3550,434,'_line_subtotal_tax','0'), +(3551,433,'_line_total','20'), +(3552,434,'_line_total','20'), +(3553,433,'_line_tax','0'), +(3554,434,'_line_tax','0'), +(3555,433,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3556,434,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3557,433,'Colour','Red'), +(3558,434,'Colour','Red'), +(3559,433,'Size','Small'), +(3560,434,'Size','Small'), +(3561,435,'_product_id','0'), +(3562,436,'_product_id','0'), +(3563,435,'_variation_id','0'), +(3564,436,'_variation_id','0'), +(3565,435,'_qty','1'), +(3566,436,'_qty','1'), +(3567,435,'_tax_class',''), +(3568,436,'_tax_class',''), +(3569,435,'_line_subtotal','15'), +(3570,436,'_line_subtotal','15'), +(3571,435,'_line_subtotal_tax','0'), +(3572,436,'_line_subtotal_tax','0'), +(3573,435,'_line_total','15'), +(3574,436,'_line_total','15'), +(3575,435,'_line_tax','0'), +(3576,436,'_line_tax','0'), +(3577,435,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3578,436,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3579,437,'_product_id','0'), +(3580,437,'_variation_id','0'), +(3581,437,'_qty','2'), +(3582,437,'_tax_class',''), +(3583,437,'_line_subtotal','50'), +(3584,437,'_line_subtotal_tax','0'), +(3585,437,'_line_total','50'), +(3586,437,'_line_tax','0'), +(3587,437,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3588,438,'_product_id','0'), +(3589,438,'_variation_id','0'), +(3590,438,'_qty','1'), +(3591,438,'_tax_class',''), +(3592,438,'_line_subtotal','20'), +(3593,438,'_line_subtotal_tax','0'), +(3594,438,'_line_total','20'), +(3595,438,'_line_tax','0'), +(3596,438,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3597,438,'Colour','Red'), +(3598,438,'Size','Small'), +(3599,439,'_product_id','0'), +(3600,439,'_variation_id','0'), +(3601,439,'_qty','1'), +(3602,439,'_tax_class',''), +(3603,439,'_line_subtotal','15'), +(3604,439,'_line_subtotal_tax','0'), +(3605,440,'_product_id','0'), +(3606,439,'_line_total','15'), +(3607,440,'_variation_id','0'), +(3608,439,'_line_tax','0'), +(3609,440,'_qty','2'), +(3610,439,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3611,440,'_tax_class',''), +(3612,440,'_line_subtotal','50'), +(3613,440,'_line_subtotal_tax','0'), +(3614,440,'_line_total','50'), +(3615,440,'_line_tax','0'), +(3616,440,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3617,441,'_product_id','0'), +(3618,441,'_variation_id','0'), +(3619,441,'_qty','1'), +(3620,441,'_tax_class',''), +(3621,441,'_line_subtotal','20'), +(3622,441,'_line_subtotal_tax','0'), +(3623,441,'_line_total','20'), +(3624,441,'_line_tax','0'), +(3625,441,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3626,441,'Colour','Red'), +(3627,441,'Size','Small'), +(3628,442,'_product_id','0'), +(3629,442,'_variation_id','0'), +(3630,442,'_qty','1'), +(3631,442,'_tax_class',''), +(3632,442,'_line_subtotal','15'), +(3633,442,'_line_subtotal_tax','0'), +(3634,442,'_line_total','15'), +(3635,442,'_line_tax','0'), +(3636,442,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3637,444,'_product_id','0'), +(3638,443,'_product_id','0'), +(3639,443,'_variation_id','0'), +(3640,444,'_variation_id','0'), +(3641,443,'_qty','2'), +(3642,444,'_qty','2'), +(3643,443,'_tax_class',''), +(3644,444,'_tax_class',''), +(3645,443,'_line_subtotal','50'), +(3646,444,'_line_subtotal','50'), +(3647,443,'_line_subtotal_tax','0'), +(3648,444,'_line_subtotal_tax','0'), +(3649,443,'_line_total','50'), +(3650,444,'_line_total','50'), +(3651,443,'_line_tax','0'), +(3652,444,'_line_tax','0'), +(3653,443,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3654,444,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3655,445,'_product_id','0'), +(3656,445,'_variation_id','0'), +(3657,446,'_product_id','0'), +(3658,445,'_qty','1'), +(3659,446,'_variation_id','0'), +(3660,445,'_tax_class',''), +(3661,446,'_qty','1'), +(3662,446,'_tax_class',''), +(3663,445,'_line_subtotal','20'), +(3664,446,'_line_subtotal','20'), +(3665,445,'_line_subtotal_tax','0'), +(3666,446,'_line_subtotal_tax','0'), +(3667,445,'_line_total','20'), +(3668,446,'_line_total','20'), +(3669,445,'_line_tax','0'), +(3670,446,'_line_tax','0'), +(3671,445,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3672,446,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3673,445,'Colour','Red'), +(3674,446,'Colour','Red'), +(3675,445,'Size','Small'), +(3676,446,'Size','Small'), +(3677,447,'_product_id','0'), +(3678,448,'_product_id','0'), +(3679,447,'_variation_id','0'), +(3680,448,'_variation_id','0'), +(3681,447,'_qty','1'), +(3682,448,'_qty','1'), +(3683,447,'_tax_class',''), +(3684,448,'_tax_class',''), +(3685,447,'_line_subtotal','15'), +(3686,448,'_line_subtotal','15'), +(3687,447,'_line_subtotal_tax','0'), +(3688,448,'_line_subtotal_tax','0'), +(3689,447,'_line_total','15'), +(3690,448,'_line_total','15'), +(3691,447,'_line_tax','0'), +(3692,448,'_line_tax','0'), +(3693,447,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3694,448,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3695,449,'_product_id','0'), +(3696,450,'_product_id','0'), +(3697,449,'_variation_id','0'), +(3698,450,'_variation_id','0'), +(3699,449,'_qty','2'), +(3700,450,'_qty','2'), +(3701,449,'_tax_class',''), +(3702,450,'_tax_class',''), +(3703,449,'_line_subtotal','50'), +(3704,450,'_line_subtotal','50'), +(3705,449,'_line_subtotal_tax','0'), +(3706,450,'_line_subtotal_tax','0'), +(3707,449,'_line_total','50'), +(3708,450,'_line_total','50'), +(3709,449,'_line_tax','0'), +(3710,450,'_line_tax','0'), +(3711,449,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3712,450,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3713,451,'_product_id','0'), +(3714,452,'_product_id','0'), +(3715,451,'_variation_id','0'), +(3716,452,'_variation_id','0'), +(3717,451,'_qty','1'), +(3718,452,'_qty','1'), +(3719,451,'_tax_class',''), +(3720,452,'_tax_class',''), +(3721,451,'_line_subtotal','20'), +(3722,452,'_line_subtotal','20'), +(3723,451,'_line_subtotal_tax','0'), +(3724,452,'_line_subtotal_tax','0'), +(3725,451,'_line_total','20'), +(3726,452,'_line_total','20'), +(3727,451,'_line_tax','0'), +(3728,452,'_line_tax','0'), +(3729,451,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3730,452,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3731,451,'Colour','Red'), +(3732,452,'Colour','Red'), +(3733,451,'Size','Small'), +(3734,452,'Size','Small'), +(3735,453,'_product_id','0'), +(3736,454,'_product_id','0'), +(3737,453,'_variation_id','0'), +(3738,454,'_variation_id','0'), +(3739,453,'_qty','1'), +(3740,454,'_qty','1'), +(3741,453,'_tax_class',''), +(3742,454,'_tax_class',''), +(3743,453,'_line_subtotal','15'), +(3744,454,'_line_subtotal','15'), +(3745,453,'_line_subtotal_tax','0'), +(3746,454,'_line_subtotal_tax','0'), +(3747,453,'_line_total','15'), +(3748,454,'_line_total','15'), +(3749,453,'_line_tax','0'), +(3750,454,'_line_tax','0'), +(3751,453,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3752,454,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3753,455,'_product_id','0'), +(3754,456,'_product_id','0'), +(3755,455,'_variation_id','0'), +(3756,456,'_variation_id','0'), +(3757,455,'_qty','2'), +(3758,456,'_qty','2'), +(3759,455,'_tax_class',''), +(3760,456,'_tax_class',''), +(3761,455,'_line_subtotal','50'), +(3762,456,'_line_subtotal','50'), +(3763,455,'_line_subtotal_tax','0'), +(3764,456,'_line_subtotal_tax','0'), +(3765,455,'_line_total','50'), +(3766,456,'_line_total','50'), +(3767,455,'_line_tax','0'), +(3768,456,'_line_tax','0'), +(3769,455,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3770,456,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3771,457,'_product_id','0'), +(3772,458,'_product_id','0'), +(3773,457,'_variation_id','0'), +(3774,458,'_variation_id','0'), +(3775,457,'_qty','1'), +(3776,458,'_qty','1'), +(3777,457,'_tax_class',''), +(3778,458,'_tax_class',''), +(3779,457,'_line_subtotal','20'), +(3780,458,'_line_subtotal','20'), +(3781,457,'_line_subtotal_tax','0'), +(3782,458,'_line_subtotal_tax','0'), +(3783,457,'_line_total','20'), +(3784,458,'_line_total','20'), +(3785,457,'_line_tax','0'), +(3786,458,'_line_tax','0'), +(3787,457,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3788,457,'Colour','Red'), +(3789,458,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3790,457,'Size','Small'), +(3791,458,'Colour','Red'), +(3792,458,'Size','Small'), +(3793,459,'_product_id','0'), +(3794,460,'_product_id','0'), +(3795,459,'_variation_id','0'), +(3796,460,'_variation_id','0'), +(3797,460,'_qty','1'), +(3798,459,'_qty','1'), +(3799,460,'_tax_class',''), +(3800,459,'_tax_class',''), +(3801,460,'_line_subtotal','15'), +(3802,459,'_line_subtotal','15'), +(3803,460,'_line_subtotal_tax','0'), +(3804,459,'_line_subtotal_tax','0'), +(3805,460,'_line_total','15'), +(3806,459,'_line_total','15'), +(3807,460,'_line_tax','0'), +(3808,459,'_line_tax','0'), +(3809,460,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3810,459,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3811,461,'_product_id','0'), +(3812,462,'_product_id','0'), +(3813,461,'_variation_id','0'), +(3814,462,'_variation_id','0'), +(3815,461,'_qty','2'), +(3816,462,'_qty','2'), +(3817,461,'_tax_class',''), +(3818,462,'_tax_class',''), +(3819,461,'_line_subtotal','50'), +(3820,462,'_line_subtotal','50'), +(3821,461,'_line_subtotal_tax','0'), +(3822,462,'_line_subtotal_tax','0'), +(3823,461,'_line_total','50'), +(3824,462,'_line_total','50'), +(3825,461,'_line_tax','0'), +(3826,462,'_line_tax','0'), +(3827,461,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3828,462,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3829,463,'_product_id','0'), +(3830,464,'_product_id','0'), +(3831,463,'_variation_id','0'), +(3832,464,'_variation_id','0'), +(3833,463,'_qty','1'), +(3834,464,'_qty','1'), +(3835,463,'_tax_class',''), +(3836,464,'_tax_class',''), +(3837,463,'_line_subtotal','20'), +(3838,464,'_line_subtotal','20'), +(3839,463,'_line_subtotal_tax','0'), +(3840,464,'_line_subtotal_tax','0'), +(3841,463,'_line_total','20'), +(3842,464,'_line_total','20'), +(3843,463,'_line_tax','0'), +(3844,464,'_line_tax','0'), +(3845,463,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3846,463,'Colour','Red'), +(3847,464,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3848,463,'Size','Small'), +(3849,464,'Colour','Red'), +(3850,464,'Size','Small'), +(3851,465,'_product_id','0'), +(3852,466,'_product_id','0'), +(3853,465,'_variation_id','0'), +(3854,466,'_variation_id','0'), +(3855,465,'_qty','1'), +(3856,466,'_qty','1'), +(3857,465,'_tax_class',''), +(3858,466,'_tax_class',''), +(3859,465,'_line_subtotal','15'), +(3860,466,'_line_subtotal','15'), +(3861,465,'_line_subtotal_tax','0'), +(3862,466,'_line_subtotal_tax','0'), +(3863,465,'_line_total','15'), +(3864,466,'_line_total','15'), +(3865,465,'_line_tax','0'), +(3866,466,'_line_tax','0'), +(3867,465,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3868,466,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3869,467,'_product_id','0'), +(3870,468,'_product_id','0'), +(3871,467,'_variation_id','0'), +(3872,468,'_variation_id','0'), +(3873,467,'_qty','2'), +(3874,468,'_qty','2'), +(3875,467,'_tax_class',''), +(3876,468,'_tax_class',''), +(3877,467,'_line_subtotal','50'), +(3878,468,'_line_subtotal','50'), +(3879,467,'_line_subtotal_tax','0'), +(3880,468,'_line_subtotal_tax','0'), +(3881,467,'_line_total','50'), +(3882,468,'_line_total','50'), +(3883,467,'_line_tax','0'), +(3884,468,'_line_tax','0'), +(3885,467,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3886,468,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3887,469,'_product_id','0'), +(3888,470,'_product_id','0'), +(3889,469,'_variation_id','0'), +(3890,470,'_variation_id','0'), +(3891,469,'_qty','1'), +(3892,470,'_qty','1'), +(3893,469,'_tax_class',''), +(3894,470,'_tax_class',''), +(3895,469,'_line_subtotal','20'), +(3896,470,'_line_subtotal','20'), +(3897,469,'_line_subtotal_tax','0'), +(3898,470,'_line_subtotal_tax','0'), +(3899,469,'_line_total','20'), +(3900,470,'_line_total','20'), +(3901,469,'_line_tax','0'), +(3902,470,'_line_tax','0'), +(3903,469,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3904,470,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3905,469,'Colour','Red'), +(3906,470,'Colour','Red'), +(3907,469,'Size','Small'), +(3908,470,'Size','Small'), +(3909,471,'_product_id','0'), +(3910,472,'_product_id','0'), +(3911,471,'_variation_id','0'), +(3912,472,'_variation_id','0'), +(3913,471,'_qty','1'), +(3914,472,'_qty','1'), +(3915,471,'_tax_class',''), +(3916,472,'_tax_class',''), +(3917,471,'_line_subtotal','15'), +(3918,472,'_line_subtotal','15'), +(3919,471,'_line_subtotal_tax','0'), +(3920,472,'_line_subtotal_tax','0'), +(3921,471,'_line_total','15'), +(3922,472,'_line_total','15'), +(3923,471,'_line_tax','0'), +(3924,472,'_line_tax','0'), +(3925,471,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3926,472,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3927,473,'_product_id','1467'), +(3928,473,'_variation_id','1469'), +(3929,473,'_qty','1'), +(3930,473,'_tax_class',''), +(3931,473,'_line_subtotal','120'), +(3932,473,'_line_subtotal_tax','0'), +(3933,473,'_line_total','120'), +(3934,473,'_line_tax','0'), +(3935,473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3936,473,'pa_size','52'), +(3937,474,'method_id','mondial_relay_point_relais'), +(3938,474,'instance_id',''), +(3939,474,'cost','0'), +(3940,474,'total_tax','0'), +(3941,474,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3942,475,'_product_id','1516'), +(3943,475,'_variation_id','0'), +(3944,475,'_qty','1'), +(3945,475,'_tax_class',''), +(3946,475,'_line_subtotal','50'), +(3947,475,'_line_subtotal_tax','0'), +(3948,475,'_line_total','50'), +(3949,475,'_line_tax','0'), +(3950,475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3951,476,'method_id','mondial_relay_point_relais'), +(3952,476,'instance_id',''), +(3953,476,'cost','0'), +(3954,476,'total_tax','0'), +(3955,476,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3956,477,'_product_id','766'), +(3957,477,'_variation_id','0'), +(3958,477,'_qty','1'), +(3959,477,'_tax_class',''), +(3960,477,'_line_subtotal','85'), +(3961,477,'_line_subtotal_tax','0'), +(3962,477,'_line_total','85'), +(3963,477,'_line_tax','0'), +(3964,477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3965,478,'method_id','mondial_relay_point_relais'), +(3966,478,'instance_id',''), +(3967,478,'cost','0'), +(3968,478,'total_tax','0'), +(3969,478,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3970,479,'_product_id','202'), +(3971,479,'_variation_id','638'), +(3972,479,'_qty','1'), +(3973,479,'_tax_class',''), +(3974,479,'_line_subtotal','85'), +(3975,479,'_line_subtotal_tax','0'), +(3976,479,'_line_total','85'), +(3977,479,'_line_tax','0'), +(3978,479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3979,479,'pa_side','pair'), +(3980,480,'method_id','mondial_relay_point_relais'), +(3981,480,'instance_id',''), +(3982,480,'cost','0'), +(3983,480,'total_tax','0'), +(3984,480,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3985,481,'_product_id','435'), +(3986,481,'_variation_id','0'), +(3987,481,'_qty','1'), +(3988,481,'_tax_class',''), +(3989,481,'_line_subtotal','40'), +(3990,481,'_line_subtotal_tax','0'), +(3991,481,'_line_total','40'), +(3992,481,'_line_tax','0'), +(3993,481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3994,482,'method_id','mondial_relay_point_relais'), +(3995,482,'instance_id',''), +(3996,482,'cost','3'), +(3997,482,'total_tax','0'), +(3998,482,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3999,483,'_product_id','1512'), +(4000,483,'_variation_id','0'), +(4001,483,'_qty','1'), +(4002,483,'_tax_class',''), +(4003,483,'_line_subtotal','50'), +(4004,483,'_line_subtotal_tax','0'), +(4005,483,'_line_total','50'), +(4006,483,'_line_tax','0'), +(4007,483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4008,484,'_product_id','318'), +(4009,484,'_variation_id','0'), +(4010,484,'_qty','1'), +(4011,484,'_tax_class',''), +(4012,484,'_line_subtotal','45'), +(4013,484,'_line_subtotal_tax','0'), +(4014,484,'_line_total','45'), +(4015,484,'_line_tax','0'), +(4016,484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4017,485,'method_id','mondial_relay_point_relais'), +(4018,485,'instance_id',''), +(4019,485,'cost','0'), +(4020,485,'total_tax','0'), +(4021,485,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4036,488,'_product_id','1512'), +(4037,488,'_variation_id','0'), +(4038,488,'_qty','1'), +(4039,488,'_tax_class',''), +(4040,488,'_line_subtotal','50'), +(4041,488,'_line_subtotal_tax','0'), +(4042,488,'_line_total','50'), +(4043,488,'_line_tax','0'), +(4044,488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4045,489,'method_id','mondial_relay_point_relais'), +(4046,489,'instance_id',''), +(4047,489,'cost','0'), +(4048,489,'total_tax','0'), +(4049,489,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4074,493,'_product_id','1531'), +(4075,493,'_variation_id','0'), +(4076,493,'_qty','1'), +(4077,493,'_tax_class',''), +(4078,493,'_line_subtotal','50'), +(4079,493,'_line_subtotal_tax','0'), +(4080,493,'_line_total','50'), +(4081,493,'_line_tax','0'), +(4082,493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4083,494,'method_id','mondial_relay_point_relais'), +(4084,494,'instance_id',''), +(4085,494,'cost','0'), +(4086,494,'total_tax','0'), +(4087,494,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4088,495,'_product_id','1531'), +(4089,495,'_variation_id','0'), +(4090,495,'_qty','1'), +(4091,495,'_tax_class',''), +(4092,495,'_line_subtotal','50'), +(4093,495,'_line_subtotal_tax','0'), +(4094,495,'_line_total','50'), +(4095,495,'_line_tax','0'), +(4096,495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4097,496,'method_id','mondial_relay_point_relais'), +(4098,496,'instance_id',''), +(4099,496,'cost','0'), +(4100,496,'total_tax','0'), +(4101,496,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4102,497,'_product_id','1549'), +(4103,497,'_variation_id','0'), +(4104,497,'_qty','1'), +(4105,497,'_tax_class',''), +(4106,497,'_line_subtotal','75'), +(4107,497,'_line_subtotal_tax','0'), +(4108,497,'_line_total','75'), +(4109,497,'_line_tax','0'), +(4110,497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4111,498,'method_id','mondial_relay_point_relais'), +(4112,498,'instance_id',''), +(4113,498,'cost','0'), +(4114,498,'total_tax','0'), +(4115,498,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4116,499,'_product_id','1520'), +(4117,499,'_variation_id','0'), +(4118,499,'_qty','1'), +(4119,499,'_tax_class',''), +(4120,499,'_line_subtotal','75'), +(4121,499,'_line_subtotal_tax','0'), +(4122,499,'_line_total','75'), +(4123,499,'_line_tax','0'), +(4124,499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4125,500,'_product_id','1512'), +(4126,500,'_variation_id','0'), +(4127,500,'_qty','1'), +(4128,500,'_tax_class',''), +(4129,500,'_line_subtotal','50'), +(4130,500,'_line_subtotal_tax','0'), +(4131,500,'_line_total','50'), +(4132,500,'_line_tax','0'), +(4133,500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4134,501,'method_id','mondial_relay_point_relais'), +(4135,501,'instance_id',''), +(4136,501,'cost','0'), +(4137,501,'total_tax','0'), +(4138,501,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4139,502,'_product_id','1520'), +(4140,502,'_variation_id','0'), +(4141,502,'_qty','1'), +(4142,502,'_tax_class',''), +(4143,502,'_line_subtotal','75'), +(4144,502,'_line_subtotal_tax','0'), +(4145,502,'_line_total','75'), +(4146,502,'_line_tax','0'), +(4147,502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4148,503,'_product_id','1512'), +(4149,503,'_variation_id','0'), +(4150,503,'_qty','1'), +(4151,503,'_tax_class',''), +(4152,503,'_line_subtotal','50'), +(4153,503,'_line_subtotal_tax','0'), +(4154,503,'_line_total','50'), +(4155,503,'_line_tax','0'), +(4156,503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4157,504,'method_id','mondial_relay_point_relais'), +(4158,504,'instance_id',''), +(4159,504,'cost','0'), +(4160,504,'total_tax','0'), +(4161,504,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4162,505,'_product_id','1412'), +(4163,505,'_variation_id','1414'), +(4164,505,'_qty','1'), +(4165,505,'_tax_class',''), +(4166,505,'_line_subtotal','65'), +(4167,505,'_line_subtotal_tax','0'), +(4168,505,'_line_total','65'), +(4169,505,'_line_tax','0'), +(4170,505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4171,505,'pa_size','52'), +(4172,506,'method_id','mondial_relay_point_relais'), +(4173,506,'instance_id',''), +(4174,506,'cost','6'), +(4175,506,'total_tax','0'), +(4176,506,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4177,507,'_product_id','240'), +(4178,507,'_variation_id','242'), +(4179,507,'_qty','1'), +(4180,507,'_tax_class',''), +(4181,507,'_line_subtotal','80'), +(4182,507,'_line_subtotal_tax','0'), +(4183,507,'_line_total','80'), +(4184,507,'_line_tax','0'), +(4185,507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4186,507,'pa_size','size-2'), +(4187,508,'method_id','mondial_relay_point_relais'), +(4188,508,'instance_id',''), +(4189,508,'cost','0'), +(4190,508,'total_tax','0'), +(4191,508,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4192,509,'_product_id','318'), +(4193,509,'_variation_id','0'), +(4194,509,'_qty','1'), +(4195,509,'_tax_class',''), +(4196,509,'_line_subtotal','45'), +(4197,509,'_line_subtotal_tax','0'), +(4198,509,'_line_total','45'), +(4199,509,'_line_tax','0'), +(4200,509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4201,510,'method_id','mondial_relay_point_relais'), +(4202,510,'instance_id',''), +(4203,510,'cost','3'), +(4204,510,'total_tax','0'), +(4205,510,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4206,511,'_product_id','1574'), +(4207,511,'_variation_id','1587'), +(4208,511,'_qty','1'), +(4209,511,'_tax_class',''), +(4210,511,'_line_subtotal','50'), +(4211,511,'_line_subtotal_tax','0'), +(4212,511,'_line_total','50'), +(4213,511,'_line_tax','0'), +(4214,511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4215,511,'pa_giftcard-amount','50e'), +(4230,514,'_product_id','274'), +(4231,514,'_variation_id','0'), +(4232,514,'_qty','1'), +(4233,514,'_tax_class',''), +(4234,514,'_line_subtotal','125'), +(4235,514,'_line_subtotal_tax','0'), +(4236,514,'_line_total','125'), +(4237,514,'_line_tax','0'), +(4238,514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4239,515,'method_id','mondial_relay_point_relais'), +(4240,515,'instance_id',''), +(4241,515,'cost','0'), +(4242,515,'total_tax','0'), +(4243,515,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4244,516,'_product_id','274'), +(4245,516,'_variation_id','0'), +(4246,516,'_qty','1'), +(4247,516,'_tax_class',''), +(4248,516,'_line_subtotal','125'), +(4249,516,'_line_subtotal_tax','0'), +(4250,516,'_line_total','125'), +(4251,516,'_line_tax','0'), +(4252,516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4253,517,'method_id','mondial_relay_point_relais'), +(4254,517,'instance_id',''), +(4255,517,'cost','0'), +(4256,517,'total_tax','0'), +(4257,517,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4258,518,'_product_id','274'), +(4259,518,'_variation_id','0'), +(4260,518,'_qty','1'), +(4261,518,'_tax_class',''), +(4262,518,'_line_subtotal','125'), +(4263,518,'_line_subtotal_tax','0'), +(4264,518,'_line_total','125'), +(4265,518,'_line_tax','0'), +(4266,518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4267,519,'method_id','mondial_relay_point_relais'), +(4268,519,'instance_id',''), +(4269,519,'cost','0'), +(4270,519,'total_tax','0'), +(4271,519,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4272,518,'_reduced_stock','1'), +(4273,520,'_product_id','1531'), +(4274,520,'_variation_id','0'), +(4275,520,'_qty','1'), +(4276,520,'_tax_class',''), +(4277,520,'_line_subtotal','50'), +(4278,520,'_line_subtotal_tax','0'), +(4279,520,'_line_total','50'), +(4280,520,'_line_tax','0'), +(4281,520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4282,521,'method_id','mondial_relay_point_relais'), +(4283,521,'instance_id',''), +(4284,521,'cost','0'), +(4285,521,'total_tax','0'), +(4286,521,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4287,522,'_product_id','1531'), +(4288,522,'_variation_id','0'), +(4289,522,'_qty','1'), +(4290,522,'_tax_class',''), +(4291,522,'_line_subtotal','50'), +(4292,522,'_line_subtotal_tax','0'), +(4293,522,'_line_total','50'), +(4294,522,'_line_tax','0'), +(4295,522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4296,523,'method_id','mondial_relay_point_relais'), +(4297,523,'instance_id',''), +(4298,523,'cost','0'), +(4299,523,'total_tax','0'), +(4300,523,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4301,524,'_product_id','398'), +(4302,524,'_variation_id','0'), +(4303,524,'_qty','1'), +(4304,524,'_tax_class',''), +(4305,524,'_line_subtotal','75'), +(4306,524,'_line_subtotal_tax','0'), +(4307,524,'_line_total','75'), +(4308,524,'_line_tax','0'), +(4309,524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4310,525,'method_id','mondial_relay_point_relais'), +(4311,525,'instance_id',''), +(4312,525,'cost','0'), +(4313,525,'total_tax','0'), +(4314,525,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4441,544,'_product_id','1520'), +(4442,544,'_variation_id','1627'), +(4443,544,'_qty','1'), +(4444,544,'_tax_class',''), +(4445,544,'_line_subtotal','75'), +(4446,544,'_line_subtotal_tax','0'), +(4447,544,'_line_total','75'), +(4448,544,'_line_tax','0'), +(4449,544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4450,544,'pa_side','pair'), +(4451,545,'_product_id','1467'), +(4452,545,'_variation_id','1470'), +(4453,545,'_qty','1'), +(4454,545,'_tax_class',''), +(4455,545,'_line_subtotal','120'), +(4456,545,'_line_subtotal_tax','0'), +(4457,545,'_line_total','120'), +(4458,545,'_line_tax','0'), +(4459,545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4460,545,'pa_size','54'), +(4461,546,'method_id','mondial_relay_point_relais'), +(4462,546,'instance_id',''), +(4463,546,'cost','0'), +(4464,546,'total_tax','0'), +(4465,546,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4466,544,'_reduced_stock','1'), +(4467,545,'_reduced_stock','1'), +(4468,547,'_product_id','1444'), +(4469,547,'_variation_id','1449'), +(4470,547,'_qty','1'), +(4471,547,'_tax_class',''), +(4472,547,'_line_subtotal','85'), +(4473,547,'_line_subtotal_tax','0'), +(4474,547,'_line_total','85'), +(4475,547,'_line_tax','0'), +(4476,547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4477,547,'pa_side','all'), +(4478,548,'_product_id','268'), +(4479,548,'_variation_id','0'), +(4480,548,'_qty','1'), +(4481,548,'_tax_class',''), +(4482,548,'_line_subtotal','90'), +(4483,548,'_line_subtotal_tax','0'), +(4484,548,'_line_total','90'), +(4485,548,'_line_tax','0'), +(4486,548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4487,549,'method_id','mondial_relay_point_relais'), +(4488,549,'instance_id',''), +(4489,549,'cost','0'), +(4490,549,'total_tax','0'), +(4491,549,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4492,550,'_product_id','1444'), +(4493,550,'_variation_id','1449'), +(4494,550,'_qty','1'), +(4495,550,'_tax_class',''), +(4496,550,'_line_subtotal','85'), +(4497,550,'_line_subtotal_tax','0'), +(4498,550,'_line_total','85'), +(4499,550,'_line_tax','0'), +(4500,550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4501,550,'pa_side','all'), +(4502,551,'_product_id','268'), +(4503,551,'_variation_id','0'), +(4504,551,'_qty','1'), +(4505,551,'_tax_class',''), +(4506,551,'_line_subtotal','90'), +(4507,551,'_line_subtotal_tax','0'), +(4508,551,'_line_total','90'), +(4509,551,'_line_tax','0'), +(4510,551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4511,552,'method_id','mondial_relay_point_relais'), +(4512,552,'instance_id',''), +(4513,552,'cost','0'), +(4514,552,'total_tax','0'), +(4515,552,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4516,550,'_reduced_stock','1'), +(4517,551,'_reduced_stock','1'), +(4518,507,'_reduced_stock','1'), +(4519,553,'_product_id','1535'), +(4520,553,'_variation_id','0'), +(4521,553,'_qty','1'), +(4522,553,'_tax_class',''), +(4523,553,'_line_subtotal','45'), +(4524,553,'_line_subtotal_tax','0'), +(4525,553,'_line_total','45'), +(4526,553,'_line_tax','0'), +(4527,553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4528,554,'method_id','mondial_relay_point_relais'), +(4529,554,'instance_id',''), +(4530,554,'cost','3'), +(4531,554,'total_tax','0'), +(4532,554,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4533,553,'_reduced_stock','1'), +(4534,555,'_product_id','202'), +(4535,555,'_variation_id','638'), +(4536,555,'_qty','1'), +(4537,555,'_tax_class',''), +(4538,555,'_line_subtotal','90'), +(4539,555,'_line_subtotal_tax','0'), +(4540,555,'_line_total','90'), +(4541,555,'_line_tax','0'), +(4542,555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4543,555,'pa_side','pair'), +(4544,556,'method_id','mondial_relay_point_relais'), +(4545,556,'instance_id',''), +(4546,556,'cost','0'), +(4547,556,'total_tax','0'), +(4548,556,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4549,555,'_reduced_stock','1'), +(4550,557,'_product_id','1574'), +(4551,557,'_variation_id','1585'), +(4552,557,'_qty','1'), +(4553,557,'_tax_class',''), +(4554,557,'_line_subtotal','100'), +(4555,557,'_line_subtotal_tax','0'), +(4556,557,'_line_total','100'), +(4557,557,'_line_tax','0'), +(4558,557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4559,557,'pa_giftcard-amount','100e'), +(4560,558,'_product_id','285'), +(4561,558,'_variation_id','642'), +(4562,558,'_qty','1'), +(4563,558,'_tax_class',''), +(4564,558,'_line_subtotal','85'), +(4565,558,'_line_subtotal_tax','0'), +(4566,558,'_line_total','85'), +(4567,558,'_line_tax','0'), +(4568,558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4569,558,'pa_side','pair'), +(4570,559,'method_id','mondial_relay_point_relais'), +(4571,559,'instance_id',''), +(4572,559,'cost','0'), +(4573,559,'total_tax','0'), +(4574,559,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4575,558,'_reduced_stock','1'), +(4576,560,'_product_id','1535'), +(4577,560,'_variation_id','0'), +(4578,560,'_qty','1'), +(4579,560,'_tax_class',''), +(4580,560,'_line_subtotal','50'), +(4581,560,'_line_subtotal_tax','0'), +(4582,560,'_line_total','50'), +(4583,560,'_line_tax','0'), +(4584,560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4585,561,'_product_id','306'), +(4586,561,'_variation_id','652'), +(4587,561,'_qty','1'), +(4588,561,'_tax_class',''), +(4589,561,'_line_subtotal','75'), +(4590,561,'_line_subtotal_tax','0'), +(4591,561,'_line_total','75'), +(4592,561,'_line_tax','0'), +(4593,561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4594,561,'pa_side','pair'), +(4595,562,'method_id','mondial_relay_point_relais'), +(4596,562,'instance_id',''), +(4597,562,'cost','0'), +(4598,562,'total_tax','0'), +(4599,562,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4600,563,'_product_id','1574'), +(4601,563,'_variation_id','1586'), +(4602,563,'_qty','1'), +(4603,563,'_tax_class',''), +(4604,563,'_line_subtotal','40'), +(4605,563,'_line_subtotal_tax','0'), +(4606,563,'_line_total','40'), +(4607,563,'_line_tax','0'), +(4608,563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4609,563,'pa_giftcard-amount','40e'), +(4610,564,'_product_id','202'), +(4611,564,'_variation_id','638'), +(4612,564,'_qty','1'), +(4613,564,'_tax_class',''), +(4614,564,'_line_subtotal','130'), +(4615,564,'_line_subtotal_tax','0'), +(4616,564,'_line_total','130'), +(4617,564,'_line_tax','0'), +(4618,564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4619,564,'pa_side','pair'), +(4620,565,'_product_id','202'), +(4621,565,'_variation_id','638'), +(4622,565,'_qty','1'), +(4623,565,'_tax_class',''), +(4624,565,'_line_subtotal','130'), +(4625,565,'_line_subtotal_tax','0'), +(4626,565,'_line_total','130'), +(4627,565,'_line_tax','0'), +(4628,565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4629,565,'pa_side','pair'), +(4630,566,'_product_id','490'), +(4631,566,'_variation_id','494'), +(4632,566,'_qty','1'), +(4633,566,'_tax_class',''), +(4634,566,'_line_subtotal','55'), +(4635,566,'_line_subtotal_tax','0'), +(4636,566,'_line_total','55'), +(4637,566,'_line_tax','0'), +(4638,566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4639,566,'pa_side','pair'), +(4640,567,'method_id','mondial_relay_point_relais'), +(4641,567,'instance_id',''), +(4642,567,'cost','0'), +(4643,567,'total_tax','0'), +(4644,567,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4645,568,'_product_id','490'), +(4646,568,'_variation_id','494'), +(4647,568,'_qty','1'), +(4648,568,'_tax_class',''), +(4649,568,'_line_subtotal','55'), +(4650,568,'_line_subtotal_tax','0'), +(4651,568,'_line_total','55'), +(4652,568,'_line_tax','0'), +(4653,568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4654,568,'pa_side','pair'), +(4655,569,'method_id','mondial_relay_point_relais'), +(4656,569,'instance_id',''), +(4657,569,'cost','0'), +(4658,569,'total_tax','0'), +(4659,569,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4660,568,'_reduced_stock','1'), +(4661,570,'_product_id','258'), +(4662,570,'_variation_id','0'), +(4663,570,'_qty','1'), +(4664,570,'_tax_class',''), +(4665,570,'_line_subtotal','95'), +(4666,570,'_line_subtotal_tax','0'), +(4667,570,'_line_total','95'), +(4668,570,'_line_tax','0'), +(4669,570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4670,571,'method_id','mondial_relay_point_relais'), +(4671,571,'instance_id',''), +(4672,571,'cost','0'), +(4673,571,'total_tax','0'), +(4674,571,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4675,570,'_reduced_stock','1'), +(4676,572,'_product_id','113'), +(4677,572,'_variation_id','114'), +(4678,572,'_qty','1'), +(4679,572,'_tax_class',''), +(4680,572,'_line_subtotal','90'), +(4681,572,'_line_subtotal_tax','0'), +(4682,572,'_line_total','90'), +(4683,572,'_line_tax','0'), +(4684,572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4685,572,'pa_size','50'), +(4686,573,'method_id','mondial_relay_point_relais'), +(4687,573,'instance_id',''), +(4688,573,'cost','0'), +(4689,573,'total_tax','0'), +(4690,573,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4691,574,'_product_id','1574'), +(4692,574,'_variation_id','1667'), +(4693,574,'_qty','1'), +(4694,574,'_tax_class',''), +(4695,574,'_line_subtotal','55'), +(4696,574,'_line_subtotal_tax','0'), +(4697,574,'_line_total','55'), +(4698,574,'_line_tax','0'), +(4699,574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4700,574,'pa_giftcard-amount','55e'), +(4701,575,'_product_id','1560'), +(4702,575,'_variation_id','0'), +(4703,575,'_qty','1'), +(4704,575,'_tax_class',''), +(4705,575,'_line_subtotal','55'), +(4706,575,'_line_subtotal_tax','0'), +(4707,575,'_line_total','55'), +(4708,575,'_line_tax','0'), +(4709,575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4710,576,'method_id','mondial_relay_point_relais'), +(4711,576,'instance_id',''), +(4712,576,'cost','0'), +(4713,576,'total_tax','0'), +(4714,576,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4715,575,'_reduced_stock','1'), +(4716,577,'_product_id','1535'), +(4717,577,'_variation_id','0'), +(4718,577,'_qty','1'), +(4719,577,'_tax_class',''), +(4720,577,'_line_subtotal','50'), +(4721,577,'_line_subtotal_tax','0'), +(4722,577,'_line_total','50'), +(4723,577,'_line_tax','0'), +(4724,577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4725,578,'method_id','mondial_relay_point_relais'), +(4726,578,'instance_id',''), +(4727,578,'cost','0'), +(4728,578,'total_tax','0'), +(4729,578,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4730,577,'_reduced_stock','1'), +(4731,579,'_product_id','274'), +(4732,579,'_variation_id','0'), +(4733,579,'_qty','1'), +(4734,579,'_tax_class',''), +(4735,579,'_line_subtotal','170'), +(4736,579,'_line_subtotal_tax','0'), +(4737,579,'_line_total','170'), +(4738,579,'_line_tax','0'), +(4739,579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4740,580,'method_id','mondial_relay_point_relais'), +(4741,580,'instance_id',''), +(4742,580,'cost','0'), +(4743,580,'total_tax','0'), +(4744,580,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4745,581,'_product_id','1541'), +(4746,581,'_variation_id','0'), +(4747,581,'_qty','1'), +(4748,581,'_tax_class',''), +(4749,581,'_line_subtotal','75'), +(4750,581,'_line_subtotal_tax','0'), +(4751,581,'_line_total','75'), +(4752,581,'_line_tax','0'), +(4753,581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4754,582,'method_id','mondial_relay_point_relais'), +(4755,582,'instance_id',''), +(4756,582,'cost','0'), +(4757,582,'total_tax','0'), +(4758,582,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4759,581,'_reduced_stock','1'); +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_itemmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_order_items` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_order_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_order_items` ( + `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_item_name` text NOT NULL, + `order_item_type` varchar(200) NOT NULL DEFAULT '', + `order_id` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`order_item_id`), + KEY `order_id` (`order_id`) +) ENGINE=InnoDB AUTO_INCREMENT=583 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_order_items` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_order_items` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_items` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_order_items` VALUES +(138,'Hattari Stacked Hoops gold plated - pair','line_item',862), +(139,'Mondial Relay - Point Relais (Free)','shipping',862), +(147,'Tanemaki Bracelet','line_item',866), +(148,'Mondial Relay - Point Relais (Free)','shipping',866), +(151,'Tanemaki Bracelet','line_item',868), +(152,'Tanemaki Necklace','line_item',868), +(153,'Mondial Relay - Point Relais (Free)','shipping',868), +(154,'Piasu Earrings - left side','line_item',869), +(155,'Hattari Double Hoops - pair','line_item',869), +(156,'Mondial Relay - Point Relais (Free)','shipping',869), +(159,'BoroBoro Bead Earrings silver - Tiger\'s Eye','line_item',871), +(160,'Kagun Trio Earrings - short','line_item',871), +(161,'Kagun Trio Earrings - all','line_item',871), +(162,'Mondial Relay - Point Relais (Free)','shipping',871), +(163,'Ikkan Necklace','line_item',872), +(164,'Mondial Relay - Point Relais (Free)','shipping',872), +(165,'Tamanori Hoops silver - pair','line_item',873), +(166,'BoroBoro Long Earrings silver - pair','line_item',873), +(167,'Fuyou Necklace','line_item',873), +(168,'Mondial Relay - Point Relais (Free)','shipping',873), +(177,'Hattari Stacked Hoops gold plated - pair','line_item',878), +(178,'Hattari Stacked Hoops silver - pair','line_item',878), +(179,'Mondial Relay - Point Relais (Free)','shipping',878), +(180,'Tamanori Hoops gold plated - pair','line_item',879), +(181,'Mondial Relay - Point Relais (Free)','shipping',879), +(182,'Hattari Ear Cuff gold plated','line_item',880), +(183,'Kara Hoops gold plated - pair','line_item',880), +(184,'Mondial Relay - Point Relais (Free)','shipping',880), +(185,'Tamanori Hoops silver - short','line_item',881), +(186,'UPS Standard','shipping',881), +(193,'Tanemaki Necklace','line_item',884), +(194,'Mondial Relay - Point Relais (Free)','shipping',884), +(195,'Hattari Stacked Hoops gold plated - pair','line_item',885), +(196,'Mondial Relay - Point Relais (Free)','shipping',885), +(197,'Kara Hoops gold plated - pair','line_item',886), +(198,'Hadou Stud Earrings - pair','line_item',886), +(199,'Mondial Relay - Point Relais (Free)','shipping',886), +(200,'Mugura Earrings silver - pair','line_item',887), +(201,'Mondial Relay - Point Relais (Free)','shipping',887), +(202,'Tamanori Hoops silver - long','line_item',888), +(203,'UPS Standard','shipping',888), +(204,'Hadou Ear Cuff silver','line_item',889), +(205,'Kara Hoops silver - pair','line_item',889), +(206,'Kara Ear Cuff silver','line_item',889), +(207,'BoroBoro Bead Earrings silver - Tiger\'s Eye','line_item',889), +(208,'Tanemaki Bracelet','line_item',889), +(209,'Mondial Relay - Point Relais (Free)','shipping',889), +(214,'Hattari Ear Cuff silver','line_item',894), +(215,'Mondial Relay - Point Relais','shipping',894), +(216,'Piasu Earrings - pair','line_item',895), +(217,'Tamanori Hoops silver - pair','line_item',895), +(218,'Mondial Relay - Point Relais (Free)','shipping',895), +(219,'Hattari Double Hoops - pair','line_item',897), +(220,'Mondial Relay - Point Relais (Free)','shipping',897), +(223,'Kara Ear Cuff silver','line_item',899), +(224,'Mondial Relay - Point Relais','shipping',899), +(227,'Rokku Hoop silver - Lapis Lazuli','line_item',901), +(228,'Mondial Relay - Point Relais','shipping',901), +(231,'Tanemaki Necklace','line_item',903), +(232,'Mondial Relay - Point Relais (Free)','shipping',903), +(235,'Fuyou Necklace','line_item',905), +(236,'Mondial Relay - Point Relais (Free)','shipping',905), +(237,'Rokku Ring - Malachite','line_item',906), +(238,'Mondial Relay - Point Relais (Free)','shipping',906), +(239,'Rokku Ring - Malachite','line_item',907), +(240,'Kara Ear Cuff gold plated','line_item',907), +(241,'Mondial Relay - Point Relais (Free)','shipping',907), +(242,'Kagun Trio Earrings - all','line_item',908), +(243,'Rokku Hoop gold plated - Lapis Lazuli','line_item',908), +(244,'Mondial Relay - Point Relais (Free)','shipping',908), +(247,'Hadou Ear Cuff gold plated','line_item',910), +(248,'Mondial Relay - Point Relais','shipping',910), +(251,'Fuyou Hoop','line_item',912), +(252,'Mondial Relay - Point Relais','shipping',912), +(258,'Kagun Trio Earrings - short','line_item',921), +(259,'Mondial Relay - Point Relais (Free)','shipping',921), +(260,'Kagun Trio Earrings - short','line_item',922), +(261,'Mondial Relay - Point Relais (Free)','shipping',922), +(264,'Kara Ear Cuff gold plated','line_item',924), +(265,'Kara Ear Cuff silver','line_item',924), +(266,'Hadou Ear Cuff gold plated','line_item',924), +(267,'Mondial Relay - Point Relais (Free)','shipping',924), +(270,'Kara Ear Cuff gold plated','line_item',997), +(271,'Piasu Earrings - pair','line_item',997), +(272,'Mondial Relay - Point Relais (Free)','shipping',997), +(287,'Piasu Open Hoops - pair','line_item',1013), +(288,'Piasu Earrings - pair','line_item',1013), +(289,'Mondial Relay - Point Relais (Free)','shipping',1013), +(343,'Kara Hoops silver - pair','line_item',1443), +(344,'Fuyou Hoop','line_item',1443), +(345,'Mondial Relay - Point Relais (Free)','shipping',1443), +(346,'Piasu Ring - 50','line_item',1480), +(347,'Mondial Relay - Point Relais (Free)','shipping',1480), +(348,'BoroBoro Long Earrings gold plated - pair','line_item',1486), +(349,'Mondial Relay - Point Relais (Free)','shipping',1486), +(350,'Mugura Trio Stud Earrings - all','line_item',1487), +(351,'Mondial Relay - Point Relais (Free)','shipping',1487), +(352,'Piasu Earrings - pair','line_item',1488), +(353,'Mondial Relay - Point Relais (Free)','shipping',1488), +(354,'Piasu Earrings - pair','line_item',1489), +(355,'Mondial Relay - Point Relais (Free)','shipping',1489), +(356,'Fuyou Necklace','line_item',1490), +(357,'Mondial Relay - Point Relais (Free)','shipping',1490), +(358,'Tamanori Hoops silver - long','line_item',1496), +(359,'Tamanori Hoops silver - short','line_item',1496), +(360,'Hattari Stacked Hoops silver - pair','line_item',1496), +(361,'UPS Standard (Free)','shipping',1496), +(362,'Hattari Stacked Hoops silver - pair','line_item',1498), +(363,'Mondial Relay - Point Relais (Free)','shipping',1498), +(368,'Dummy Product','line_item',0), +(369,'Dummy Product','line_item',0), +(370,'Dummy Product Variation','line_item',0), +(371,'Dummy Product Variation','line_item',0), +(372,'Dummy Downloadable Product','line_item',0), +(373,'Dummy Downloadable Product','line_item',0), +(374,'Dummy Product','line_item',0), +(375,'Dummy Product','line_item',0), +(376,'Dummy Product Variation','line_item',0), +(377,'Dummy Product Variation','line_item',0), +(378,'Dummy Downloadable Product','line_item',0), +(379,'Dummy Downloadable Product','line_item',0), +(380,'Dummy Product','line_item',0), +(381,'Dummy Product','line_item',0), +(382,'Dummy Product Variation','line_item',0), +(383,'Dummy Product Variation','line_item',0), +(384,'Dummy Downloadable Product','line_item',0), +(385,'Dummy Downloadable Product','line_item',0), +(386,'Dummy Product','line_item',0), +(387,'Dummy Product','line_item',0), +(388,'Dummy Product Variation','line_item',0), +(389,'Dummy Product Variation','line_item',0), +(390,'Dummy Downloadable Product','line_item',0), +(391,'Dummy Downloadable Product','line_item',0), +(392,'Dummy Product','line_item',0), +(393,'Dummy Product','line_item',0), +(394,'Dummy Product Variation','line_item',0), +(395,'Dummy Product Variation','line_item',0), +(396,'Dummy Downloadable Product','line_item',0), +(397,'Dummy Downloadable Product','line_item',0), +(398,'Dummy Product','line_item',0), +(399,'Dummy Product Variation','line_item',0), +(400,'Dummy Downloadable Product','line_item',0), +(401,'Dummy Product','line_item',0), +(402,'Dummy Product Variation','line_item',0), +(403,'Dummy Product','line_item',0), +(404,'Dummy Downloadable Product','line_item',0), +(405,'Dummy Product Variation','line_item',0), +(406,'Dummy Downloadable Product','line_item',0), +(407,'Dummy Product','line_item',0), +(408,'Dummy Product','line_item',0), +(409,'Dummy Product Variation','line_item',0), +(410,'Dummy Product Variation','line_item',0), +(411,'Dummy Downloadable Product','line_item',0), +(412,'Dummy Downloadable Product','line_item',0), +(413,'Dummy Product','line_item',0), +(414,'Dummy Product','line_item',0), +(415,'Dummy Product Variation','line_item',0), +(416,'Dummy Product Variation','line_item',0), +(417,'Dummy Downloadable Product','line_item',0), +(418,'Dummy Downloadable Product','line_item',0), +(419,'Dummy Product','line_item',0), +(420,'Dummy Product','line_item',0), +(421,'Dummy Product Variation','line_item',0), +(422,'Dummy Product Variation','line_item',0), +(423,'Dummy Downloadable Product','line_item',0), +(424,'Dummy Downloadable Product','line_item',0), +(425,'Dummy Product','line_item',0), +(426,'Dummy Product','line_item',0), +(427,'Dummy Product Variation','line_item',0), +(428,'Dummy Product Variation','line_item',0), +(429,'Dummy Downloadable Product','line_item',0), +(430,'Dummy Downloadable Product','line_item',0), +(431,'Dummy Product','line_item',0), +(432,'Dummy Product','line_item',0), +(433,'Dummy Product Variation','line_item',0), +(434,'Dummy Product Variation','line_item',0), +(435,'Dummy Downloadable Product','line_item',0), +(436,'Dummy Downloadable Product','line_item',0), +(437,'Dummy Product','line_item',0), +(438,'Dummy Product Variation','line_item',0), +(439,'Dummy Downloadable Product','line_item',0), +(440,'Dummy Product','line_item',0), +(441,'Dummy Product Variation','line_item',0), +(442,'Dummy Downloadable Product','line_item',0), +(443,'Dummy Product','line_item',0), +(444,'Dummy Product','line_item',0), +(445,'Dummy Product Variation','line_item',0), +(446,'Dummy Product Variation','line_item',0), +(447,'Dummy Downloadable Product','line_item',0), +(448,'Dummy Downloadable Product','line_item',0), +(449,'Dummy Product','line_item',0), +(450,'Dummy Product','line_item',0), +(451,'Dummy Product Variation','line_item',0), +(452,'Dummy Product Variation','line_item',0), +(453,'Dummy Downloadable Product','line_item',0), +(454,'Dummy Downloadable Product','line_item',0), +(455,'Dummy Product','line_item',0), +(456,'Dummy Product','line_item',0), +(457,'Dummy Product Variation','line_item',0), +(458,'Dummy Product Variation','line_item',0), +(459,'Dummy Downloadable Product','line_item',0), +(460,'Dummy Downloadable Product','line_item',0), +(461,'Dummy Product','line_item',0), +(462,'Dummy Product','line_item',0), +(463,'Dummy Product Variation','line_item',0), +(464,'Dummy Product Variation','line_item',0), +(465,'Dummy Downloadable Product','line_item',0), +(466,'Dummy Downloadable Product','line_item',0), +(467,'Dummy Product','line_item',0), +(468,'Dummy Product','line_item',0), +(469,'Dummy Product Variation','line_item',0), +(470,'Dummy Product Variation','line_item',0), +(471,'Dummy Downloadable Product','line_item',0), +(472,'Dummy Downloadable Product','line_item',0), +(473,'Piasu Ring - 52','line_item',1511), +(474,'Mondial Relay - Point Relais (Free)','shipping',1511), +(475,'Piasu Ear Cuff gold plated','line_item',1528), +(476,'Mondial Relay - Point Relais (Free)','shipping',1528), +(477,'Fuyou Long Earrings silver','line_item',1529), +(478,'Mondial Relay - Point Relais (Free)','shipping',1529), +(479,'Piasu Hoop Earrings - pair','line_item',1530), +(480,'Mondial Relay - Point Relais (Free)','shipping',1530), +(481,'Kara Ear Cuff silver','line_item',1540), +(482,'Mondial Relay - Point Relais','shipping',1540), +(483,'Piasu Ear Cuff silver','line_item',1571), +(484,'Fuyou Hoop','line_item',1571), +(485,'Mondial Relay - Point Relais (Free)','shipping',1571), +(488,'Piasu Ear Cuff silver','line_item',1573), +(489,'Mondial Relay - Point Relais (Free)','shipping',1573), +(493,'Tamanori Ear Cuff gold plated','line_item',1604), +(494,'Mondial Relay - Point Relais (Free)','shipping',1604), +(495,'Tamanori Ear Cuff gold plated','line_item',1605), +(496,'Mondial Relay - Point Relais (Free)','shipping',1605), +(497,'Hattari Small Hoops gold plated','line_item',1606), +(498,'Mondial Relay - Point Relais (Free)','shipping',1606), +(499,'Piasu Pending Earrings silver','line_item',1607), +(500,'Piasu Ear Cuff silver','line_item',1607), +(501,'Mondial Relay - Point Relais (Free)','shipping',1607), +(502,'Piasu Pending Earrings silver','line_item',1608), +(503,'Piasu Ear Cuff silver','line_item',1608), +(504,'Mondial Relay - Point Relais (Free)','shipping',1608), +(505,'BoroBoro Bead Ring silver & tiger\'s eye - 52','line_item',1609), +(506,'Mondial Relay Point Relais','shipping',1609), +(507,'Ikkan Bracelet silver - Size 2','line_item',1610), +(508,'Mondial Relay - Point Relais (Free)','shipping',1610), +(509,'Fuyou Hoop','line_item',1611), +(510,'Mondial Relay - Point Relais','shipping',1611), +(511,'Haiku e-Gift Card - 50€','line_item',1612), +(514,'Fuyou Necklace','line_item',1615), +(515,'Mondial Relay - Point Relais (Free)','shipping',1615), +(516,'Fuyou Necklace','line_item',1616), +(517,'Mondial Relay - Point Relais (Free)','shipping',1616), +(518,'Fuyou Necklace','line_item',1617), +(519,'Mondial Relay - Point Relais (Free)','shipping',1617), +(520,'Tamanori Ear Cuff gold plated','line_item',1628), +(521,'Mondial Relay - Point Relais (Free)','shipping',1628), +(522,'Tamanori Ear Cuff gold plated','line_item',1629), +(523,'Mondial Relay - Point Relais (Free)','shipping',1629), +(524,'Mugura Hoops gold plated','line_item',1630), +(525,'Mondial Relay - Point Relais (Free)','shipping',1630), +(544,'Piasu Minimal Earrings silver - pair','line_item',1643), +(545,'Piasu Ring - 54','line_item',1643), +(546,'Mondial Relay - Point Relais (Free)','shipping',1643), +(547,'Pishi Pishi Earrings - all','line_item',1644), +(548,'Piasu Necklace','line_item',1644), +(549,'Mondial Relay - Point Relais (Free)','shipping',1644), +(550,'Pishi Pishi Earrings - all','line_item',1645), +(551,'Piasu Necklace','line_item',1645), +(552,'Mondial Relay - Point Relais (Free)','shipping',1645), +(553,'Tamanori Ear Cuff silver','line_item',1647), +(554,'Mondial Relay - Point Relais','shipping',1647), +(555,'Piasu Earrings with Hoops - pair','line_item',1649), +(556,'Mondial Relay - Point Relais (Free)','shipping',1649), +(557,'Haiku e-Gift Card - 100€','line_item',1656), +(558,'Hattari Stacked Hoops silver - pair','line_item',1658), +(559,'Mondial Relay - Point Relais (Free)','shipping',1658), +(560,'Tamanori Ear Cuff silver','line_item',1659), +(561,'Tamanori Hoops silver - pair','line_item',1659), +(562,'Mondial Relay - Point Relais (Free)','shipping',1659), +(563,'Haiku e-Gift Card - 40€','line_item',1660), +(564,'Piasu Earrings with Hoops - pair','line_item',1660), +(565,'Piasu Earrings with Hoops - pair','line_item',1661), +(566,'Mugura Stud Earrings - pair','line_item',1668), +(567,'Mondial Relay - Point Relais (Free)','shipping',1668), +(568,'Mugura Stud Earrings - pair','line_item',1669), +(569,'Mondial Relay - Point Relais (Free)','shipping',1669), +(570,'Fuyou Bracelet','line_item',1670), +(571,'Mondial Relay - Point Relais (Free)','shipping',1670), +(572,'Ikkan Ring gold plated - 50','line_item',1671), +(573,'Mondial Relay - Point Relais (Free)','shipping',1671), +(574,'Haiku e-Gift Card - 55€','line_item',1672), +(575,'Hattari Ear Cuff gold plated','line_item',1697), +(576,'Mondial Relay - Point Relais (Free)','shipping',1697), +(577,'Tamanori Ear Cuff silver','line_item',1698), +(578,'Mondial Relay - Point Relais (Free)','shipping',1698), +(579,'Fuyou Necklace','line_item',1702), +(580,'Mondial Relay - Point Relais (Free)','shipping',1702), +(581,'Hattari Small Hoops silver','line_item',1857), +(582,'Mondial Relay - Point Relais (Free)','shipping',1857); +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_items` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_payment_tokenmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_payment_tokenmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_payment_tokenmeta` ( + `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `payment_token_id` bigint(20) unsigned NOT NULL, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL, + PRIMARY KEY (`meta_id`), + KEY `payment_token_id` (`payment_token_id`), + KEY `meta_key` (`meta_key`(32)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_payment_tokenmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_payment_tokenmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokenmeta` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokenmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_payment_tokens` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_payment_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_payment_tokens` ( + `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `gateway_id` varchar(200) NOT NULL, + `token` text NOT NULL, + `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `type` varchar(200) NOT NULL, + `is_default` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`token_id`), + KEY `user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_payment_tokens` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_payment_tokens` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokens` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_sessions` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_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_id`), + UNIQUE KEY `session_key` (`session_key`), + KEY `session_expiry` (`session_expiry`) +) ENGINE=InnoDB AUTO_INCREMENT=177 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_sessions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_sessions` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_sessions` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_sessions` VALUES +(168,'t_ea3218cd3f316f11ecab28f341d75b','a:6:{s:22:\"shipping_for_package_0\";s:498:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_12b0ca7ec5a59c7f845f49d43d3d17c5\";s:5:\"rates\";a:1:{s:28:\"mondial_relay_point_relais:6\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:28:\"mondial_relay_point_relais:6\";s:9:\"method_id\";s:26:\"mondial_relay_point_relais\";s:11:\"instance_id\";i:6;s:5:\"label\";s:35:\"Mondial Relay - Point Relais (Free)\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:56:\"a:1:{i:0;a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}}\";s:23:\"chosen_shipping_methods\";s:46:\"a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"150\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"150\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"150.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:471:\"a:1:{s:32:\"4b221c1264045561a6ad43e057f00af9\";a:11:{s:3:\"key\";s:32:\"4b221c1264045561a6ad43e057f00af9\";s:10:\"product_id\";i:1689;s:12:\"variation_id\";i:1690;s:9:\"variation\";a:1:{s:30:\"attribute_pa_material-workshop\";s:9:\"slv-brass\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"681119e2a86c0a6d2bd23be9ada71776\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;}}\";}',1777988323), +(172,'t_23784b334e1e6da8c0352b9ef79d5c','a:6:{s:22:\"shipping_for_package_0\";s:498:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_aec36f95e892a6aaf1c19f4e84ec07fd\";s:5:\"rates\";a:1:{s:28:\"mondial_relay_point_relais:6\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:28:\"mondial_relay_point_relais:6\";s:9:\"method_id\";s:26:\"mondial_relay_point_relais\";s:11:\"instance_id\";i:6;s:5:\"label\";s:35:\"Mondial Relay - Point Relais (Free)\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:56:\"a:1:{i:0;a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}}\";s:23:\"chosen_shipping_methods\";s:46:\"a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:393:\"a:15:{s:8:\"subtotal\";s:2:\"80\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:2:\"80\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:5:\"80.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:469:\"a:1:{s:32:\"76b42f4a4f8c88f7362f2ae216027897\";a:11:{s:3:\"key\";s:32:\"76b42f4a4f8c88f7362f2ae216027897\";s:10:\"product_id\";i:1673;s:12:\"variation_id\";i:1679;s:9:\"variation\";a:1:{s:30:\"attribute_pa_material-workshop\";s:9:\"slv-brass\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"681119e2a86c0a6d2bd23be9ada71776\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:80;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:80;s:8:\"line_tax\";d:0;}}\";}',1777991992), +(173,'1','a:1:{s:8:\"customer\";s:780:\"a:28:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2025-05-09T18:07:27+02:00\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:15:\"contact@gcch.fr\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"BE\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1778425695), +(174,'t_5a00c9c402fbf469e1a07d1dc45c9e','a:6:{s:22:\"shipping_for_package_0\";s:498:\"a:2:{s:12:\"package_hash\";s:40:\"wc_ship_357a39fe373f53a3559a143c41534c98\";s:5:\"rates\";a:1:{s:28:\"mondial_relay_point_relais:6\";O:16:\"WC_Shipping_Rate\":2:{s:7:\"\0*\0data\";a:9:{s:2:\"id\";s:28:\"mondial_relay_point_relais:6\";s:9:\"method_id\";s:26:\"mondial_relay_point_relais\";s:11:\"instance_id\";i:6;s:5:\"label\";s:35:\"Mondial Relay - Point Relais (Free)\";s:4:\"cost\";s:1:\"0\";s:5:\"taxes\";a:0:{}s:10:\"tax_status\";s:7:\"taxable\";s:11:\"description\";s:0:\"\";s:13:\"delivery_time\";s:0:\"\";}s:12:\"\0*\0meta_data\";a:0:{}}}}\";s:25:\"previous_shipping_methods\";s:56:\"a:1:{i:0;a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}}\";s:23:\"chosen_shipping_methods\";s:46:\"a:1:{i:0;s:28:\"mondial_relay_point_relais:6\";}\";s:22:\"shipping_method_counts\";s:14:\"a:1:{i:0;i:1;}\";s:11:\"cart_totals\";s:396:\"a:15:{s:8:\"subtotal\";s:3:\"150\";s:12:\"subtotal_tax\";d:0;s:14:\"shipping_total\";s:1:\"0\";s:12:\"shipping_tax\";d:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";d:0;s:12:\"discount_tax\";d:0;s:19:\"cart_contents_total\";s:3:\"150\";s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";s:1:\"0\";s:7:\"fee_tax\";d:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";s:6:\"150.00\";s:9:\"total_tax\";d:0;}\";s:4:\"cart\";s:451:\"a:1:{s:32:\"8a040871daa5fcd4a6a7072736ec3353\";a:11:{s:3:\"key\";s:32:\"8a040871daa5fcd4a6a7072736ec3353\";s:10:\"product_id\";i:1467;s:12:\"variation_id\";i:1712;s:9:\"variation\";a:1:{s:17:\"attribute_pa_size\";s:2:\"56\";}s:8:\"quantity\";d:1;s:9:\"data_hash\";s:32:\"36557f1b78eb7ac8444ff22edf9b28ba\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:150;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:150;s:8:\"line_tax\";d:0;}}\";}',1778013254); +/*!40000 ALTER TABLE `haikuwp_woocommerce_sessions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_shipping_zone_locations` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_shipping_zone_locations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_shipping_zone_locations` ( + `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `zone_id` bigint(20) unsigned NOT NULL, + `location_code` varchar(200) NOT NULL, + `location_type` varchar(40) NOT NULL, + PRIMARY KEY (`location_id`), + KEY `zone_id` (`zone_id`), + KEY `location_type_code` (`location_type`(10),`location_code`(20)) +) ENGINE=InnoDB AUTO_INCREMENT=193 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_shipping_zone_locations` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_shipping_zone_locations` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_locations` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_shipping_zone_locations` VALUES +(1,1,'BE','country'), +(2,1,'FR','country'), +(103,3,'DE','country'), +(104,3,'AT','country'), +(105,3,'ES','country'), +(106,3,'IT','country'), +(107,3,'LU','country'), +(108,3,'NL','country'), +(109,3,'PL','country'), +(110,3,'PT','country'), +(111,2,'AX','country'), +(112,2,'AL','country'), +(113,2,'AD','country'), +(114,2,'BY','country'), +(115,2,'BA','country'), +(116,2,'BG','country'), +(117,2,'HR','country'), +(118,2,'CZ','country'), +(119,2,'DK','country'), +(120,2,'EE','country'), +(121,2,'FO','country'), +(122,2,'FI','country'), +(123,2,'GI','country'), +(124,2,'GR','country'), +(125,2,'HU','country'), +(126,2,'IS','country'), +(127,2,'IE','country'), +(128,2,'LV','country'), +(129,2,'LI','country'), +(130,2,'LT','country'), +(131,2,'MT','country'), +(132,2,'MD','country'), +(133,2,'MC','country'), +(134,2,'ME','country'), +(135,2,'MK','country'), +(136,2,'NO','country'), +(137,2,'RO','country'), +(138,2,'SM','country'), +(139,2,'RS','country'), +(140,2,'SK','country'), +(141,2,'SI','country'), +(142,2,'SJ','country'), +(143,2,'SE','country'), +(144,2,'CH','country'), +(145,2,'TR','country'), +(146,2,'UA','country'), +(147,2,'NA','continent'), +(148,2,'OC','continent'), +(149,2,'SA','continent'), +(150,2,'AF','continent'), +(151,2,'AM','country'), +(152,2,'BD','country'), +(153,2,'BT','country'), +(154,2,'BN','country'), +(155,2,'KH','country'), +(156,2,'CX','country'), +(157,2,'CC','country'), +(158,2,'CY','country'), +(159,2,'GE','country'), +(160,2,'HK','country'), +(161,2,'IN','country'), +(162,2,'ID','country'), +(163,2,'IR','country'), +(164,2,'IQ','country'), +(165,2,'JP','country'), +(166,2,'JO','country'), +(167,2,'KZ','country'), +(168,2,'KG','country'), +(169,2,'LA','country'), +(170,2,'LB','country'), +(171,2,'MO','country'), +(172,2,'MY','country'), +(173,2,'MV','country'), +(174,2,'MN','country'), +(175,2,'MM','country'), +(176,2,'NP','country'), +(177,2,'OM','country'), +(178,2,'PK','country'), +(179,2,'PS','country'), +(180,2,'PH','country'), +(181,2,'SG','country'), +(182,2,'KR','country'), +(183,2,'LK','country'), +(184,2,'SY','country'), +(185,2,'TW','country'), +(186,2,'TJ','country'), +(187,2,'TH','country'), +(188,2,'TL','country'), +(189,2,'TM','country'), +(190,2,'UZ','country'), +(191,2,'VN','country'), +(192,2,'YE','country'); +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_locations` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_shipping_zone_methods` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_shipping_zone_methods`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_shipping_zone_methods` ( + `zone_id` bigint(20) unsigned NOT NULL, + `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `method_id` varchar(200) NOT NULL, + `method_order` bigint(20) unsigned NOT NULL, + `is_enabled` tinyint(1) NOT NULL DEFAULT 1, + PRIMARY KEY (`instance_id`), + KEY `zone_id` (`zone_id`), + KEY `method_id` (`method_id`(20)) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_shipping_zone_methods` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_shipping_zone_methods` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_methods` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_shipping_zone_methods` VALUES +(2,4,'ups_standard',2,1), +(3,5,'mondial_relay_point_relais',1,1), +(1,6,'mondial_relay_point_relais',2,1), +(2,7,'flat_rate',3,1), +(2,8,'free_shipping',1,1); +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_methods` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_shipping_zones` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_shipping_zones`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_shipping_zones` ( + `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `zone_name` varchar(200) NOT NULL, + `zone_order` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`zone_id`), + KEY `zone_order_id` (`zone_order`,`zone_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_shipping_zones` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_shipping_zones` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zones` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_shipping_zones` VALUES +(1,'Belgique et France',0), +(2,'Reste',2), +(3,'Pays Mondial Relay',1); +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zones` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_tax_rate_locations` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_tax_rate_locations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_tax_rate_locations` ( + `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `location_code` varchar(200) NOT NULL, + `tax_rate_id` bigint(20) unsigned NOT NULL, + `location_type` varchar(40) NOT NULL, + PRIMARY KEY (`location_id`), + KEY `tax_rate_id` (`tax_rate_id`), + KEY `location_type_code` (`location_type`(10),`location_code`(20)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_tax_rate_locations` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_tax_rate_locations` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rate_locations` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rate_locations` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_tax_rates` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_tax_rates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_tax_rates` ( + `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `tax_rate_country` varchar(2) NOT NULL DEFAULT '', + `tax_rate_state` varchar(200) NOT NULL DEFAULT '', + `tax_rate` varchar(8) NOT NULL DEFAULT '', + `tax_rate_name` varchar(200) NOT NULL DEFAULT '', + `tax_rate_priority` bigint(20) unsigned NOT NULL, + `tax_rate_compound` int(1) NOT NULL DEFAULT 0, + `tax_rate_shipping` int(1) NOT NULL DEFAULT 1, + `tax_rate_order` bigint(20) unsigned NOT NULL, + `tax_rate_class` varchar(200) NOT NULL DEFAULT '', + PRIMARY KEY (`tax_rate_id`), + KEY `tax_rate_country` (`tax_rate_country`), + KEY `tax_rate_state` (`tax_rate_state`(2)), + KEY `tax_rate_class` (`tax_rate_class`(10)), + KEY `tax_rate_priority` (`tax_rate_priority`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_tax_rates` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_tax_rates` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rates` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rates` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wpmailsmtp_debug_events` +-- + +DROP TABLE IF EXISTS `haikuwp_wpmailsmtp_debug_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wpmailsmtp_debug_events` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `content` text DEFAULT NULL, + `initiator` text DEFAULT NULL, + `event_type` tinyint(3) unsigned NOT NULL DEFAULT 0, + `created_at` timestamp NOT NULL DEFAULT current_timestamp(), + 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 `haikuwp_wpmailsmtp_debug_events` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wpmailsmtp_debug_events` WRITE; +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_debug_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_debug_events` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wpmailsmtp_tasks_meta` +-- + +DROP TABLE IF EXISTS `haikuwp_wpmailsmtp_tasks_meta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wpmailsmtp_tasks_meta` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `action` varchar(255) NOT NULL, + `data` longtext NOT NULL, + `date` datetime NOT NULL, + PRIMARY KEY (`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 `haikuwp_wpmailsmtp_tasks_meta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wpmailsmtp_tasks_meta` WRITE; +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_tasks_meta` DISABLE KEYS */; +INSERT INTO `haikuwp_wpmailsmtp_tasks_meta` VALUES +(1,'wp_mail_smtp_admin_notifications_update','W10=','2024-11-25 16:49:16'); +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_tasks_meta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wpml_mails` +-- + +DROP TABLE IF EXISTS `haikuwp_wpml_mails`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wpml_mails` ( + `mail_id` int(11) NOT NULL AUTO_INCREMENT, + `timestamp` timestamp NOT NULL, + `host` varchar(200) NOT NULL DEFAULT '0', + `receiver` varchar(200) NOT NULL DEFAULT '0', + `subject` varchar(200) NOT NULL DEFAULT '0', + `message` text DEFAULT NULL, + `headers` text DEFAULT NULL, + `attachments` varchar(800) NOT NULL DEFAULT '0', + `error` varchar(400) DEFAULT '', + `plugin_version` varchar(200) NOT NULL DEFAULT '0', + PRIMARY KEY (`mail_id`), + FULLTEXT KEY `idx_message` (`message`) +) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wpml_mails` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wpml_mails` WRITE; +/*!40000 ALTER TABLE `haikuwp_wpml_mails` DISABLE KEYS */; +INSERT INTO `haikuwp_wpml_mails` VALUES +(85,'2026-03-11 16:14:58','217.182.132.198','haiku.atelier@gmail.com','[Haiku Atelier] Your Site is Experiencing a Technical Issue','Hii!\n\nWordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.\n\nIn this case, WordPress caught an error with one of your plugins, WooCommerce.\n\nFirst, visit your website (https://haikuatelier.com/) and check for any visible issues. Next, visit the page where the error was caught (https://haikuatelier.com/wp/wp-admin/update.php?action=update-selected&plugins=woocommerce%2Fwoocommerce.php&_wpnonce=57ceeb6e2c) and check for any visible issues.\n\nPlease contact your host for assistance with investigating this issue further.\n\nIf your site appears broken and you can\'t access your dashboard normally, WordPress now has a special \"recovery mode\". This lets you safely login to your dashboard and investigate further.\n\nhttps://haikuatelier.com/wp/wp-login.php?action=enter_recovery_mode&rm_token=QHQB5ANp7FuZRNuYSLhJSk&rm_key=YR4mHWgNf3pvgkErC8PDAH\n\nTo keep your site safe, this link will expire in 1 day. Don\'t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.\n\nWhen seeking help with this issue, you may be asked for some of the following information:\nWordPress version 6.9\r\nActive theme: Haiku Atelier 2024 (version 1.0)\r\nCurrent plugin: WooCommerce (version 10.6.0)\r\nPHP version 8.5.3\n\n\n\nError Details\n=============\nAn error of type E_ERROR was caused in line 23 of the file /srv/haikuatelier.com/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php. Error message: Uncaught Error: Trait \"Automattic\\WooCommerce\\Internal\\Traits\\RestApiCache\" not found in /srv/haikuatelier.com/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:23\nStack trace:\n#0 /srv/haikuatelier.com/web/app/plugins/woocommerce/vendor/jetpack-autoloader/class-php-autoloader.php(102): require()\n#1 [internal function]: Automattic\\Jetpack\\Autoloader\\jpe25de9ccfb8c86529a8560065c4e7d09\\al5_0_0\\PHP_Autoloader::load_class()\n#2 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Proxies/LegacyProxy.php(51): method_exists()\n#3 /srv/haikuatelier.com/web/app/plugins/woocommerce/includes/rest-api/Server.php(64): Automattic\\WooCommerce\\Proxies\\LegacyProxy->get_instance_of()\n#4 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(341): Automattic\\WooCommerce\\RestApi\\Server->register_rest_routes()\n#5 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()\n#6 /srv/haikuatelier.com/web/wp/wp-includes/plugin.php(522): WP_Hook->do_action()\n#7 /srv/haikuatelier.com/web/wp/wp-includes/rest-api.php(636): do_action()\n#8 /srv/haikuatelier.com/web/wp/wp-includes/rest-api.php(594): rest_get_server()\n#9 /srv/haikuatelier.com/web/wp/wp-includes/rest-api.php(2981): rest_do_request()\n#10 [internal function]: rest_preload_api_request()\n#11 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Internal/Admin/Settings.php(148): array_reduce()\n#12 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(341): Automattic\\WooCommerce\\Internal\\Admin\\Settings->add_component_settings()\n#13 /srv/haikuatelier.com/web/wp/wp-includes/plugin.php(205): WP_Hook->apply_filters()\n#14 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Internal/Admin/WCAdminSharedSettings.php(73): apply_filters()\n#15 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php(274): Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings->{closure:Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings::on_woocommerce_blocks_loaded():67}()\n#16 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php(390): Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry->execute_lazy_data()\n#17 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(341): Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry->enqueue_asset_data()\n#18 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()\n#19 /srv/haikuatelier.com/web/wp/wp-includes/plugin.php(522): WP_Hook->do_action()\n#20 /srv/haikuatelier.com/web/wp/wp-admin/includes/template.php(2226): do_action()\n#21 /srv/haikuatelier.com/web/wp/wp-admin/update.php(53): iframe_footer()\n#22 {main}\n thrown','Content-Type: text/html','',NULL,'1.16.0'), +(86,'2026-04-02 09:46:22','217.182.132.198','contact@gcch.fr','[Haiku Atelier] Product out of stock','Hattari Ear Cuff gold plated (HATTARI-EC-g) is out of stock.','Content-Type: text/html','',NULL,'1.16.0'), +(87,'2026-04-02 09:46:23','217.182.132.198','haiku.atelier@gmail.com,\\n contact@gcch.fr','[Haiku Atelier]: New order #1697','\n\n\n

      You’ve received the following order from Tsira Bolkvadze:

      \n\n\n

      \n [Order #1697] ()

      \n\n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      ProductQuantityPrice
      \n Hattari Ear Cuff gold plated (#HATTARI-EC-g) \n 1 \n  55,00
      \n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      \n Subtotal:  55,00
      \n Shipping: Mondial Relay - Point Relais (Free)
      \n Total:  55,00
      \n
      \n\n
      \n\n \n \n \n \n
      \n

      Billing address

      \n \n
      \n Tsira Bolkvadze
      76 cours de la liberté
      69003 LYON
      France
      0615796565
      btsira@gmail.com
      \n
      \n

      Shipping address

      \n \n
      \n Tsira Bolkvadze
      76 cours de la liberté
      69003 LYON
      France
      0615796565
      \n
      \n

      Congratulations on the sale.

      \nProcess your orders on the go. Get the app.\n\n','Content-Type: text/html,\\nReply-to: Tsira Bolkvadze ','',NULL,'1.16.0'), +(88,'2026-04-03 21:37:31','217.182.132.198','contact@gcch.fr','[Haiku Atelier] Product out of stock','Tamanori Ear Cuff silver (TAMA-EC-s) is out of stock.','Content-Type: text/html','',NULL,'1.16.0'), +(89,'2026-04-03 21:37:32','217.182.132.198','haiku.atelier@gmail.com,\\n contact@gcch.fr','[Haiku Atelier]: New order #1698','\n\n\n

      You’ve received the following order from Zafiria Efstratiadi:

      \n\n\n

      \n [Order #1698] ()

      \n\n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      ProductQuantityPrice
      \n Tamanori Ear Cuff silver (#TAMA-EC-s) \n 1 \n  50,00
      \n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      \n Subtotal:  50,00
      \n Shipping: Mondial Relay - Point Relais (Free)
      \n Total:  50,00
      \n
      \n\n
      \n\n \n \n \n \n
      \n

      Billing address

      \n \n
      \n Zafiria Efstratiadi
      Boulvard louis mettewie 445,boite 6
      1080 Bruxelles
      0474918430
      zafiria.efstratiadi@hotmail.com
      \n
      \n

      Shipping address

      \n \n
      \n Zafiria Efstratiadi
      Boulvard louis mettewie 445,boite 6
      1080 Bruxelles
      0474918430
      \n
      \n

      Congratulations on the sale.

      \nProcess your orders on the go. Get the app.\n\n','Content-Type: text/html,\\nReply-to: Zafiria Efstratiadi ','',NULL,'1.16.0'), +(90,'2026-04-27 23:03:44','217.182.132.198','contact@gcch.fr','[Haiku Atelier] Product out of stock','Hattari Small Hoops silver (HATTARI-CR1-s) is out of stock.','Content-Type: text/html','',NULL,'1.16.0'), +(91,'2026-04-27 23:03:45','217.182.132.198','haiku.atelier@gmail.com,\\n contact@gcch.fr','[Haiku Atelier]: New order #1857','\n\n\n

      You’ve received the following order from Mattijs Quartier:

      \n\n\n

      \n [Order #1857] ()

      \n\n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      ProductQuantityPrice
      \n Hattari Small Hoops silver (#HATTARI-CR1-s) \n 1 \n  75,00
      \n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      \n Subtotal:  75,00
      \n Shipping: Mondial Relay - Point Relais (Free)
      \n Total:  75,00
      \n
      \n\n
      \n\n \n \n \n \n
      \n

      Billing address

      \n \n
      \n Mattijs Quartier
      Rubensstraat 118
      1030 Schaarbeek
      +32476829508
      mattijsquartier@live.nl
      \n
      \n

      Shipping address

      \n \n
      \n Mattijs Quartier
      Rubensstraat 118
      1030 Schaarbeek
      +32476829508
      \n
      \n

      Congratulations on the sale.

      \nProcess your orders on the go. Get the app.\n\n','Content-Type: text/html,\\nReply-to: Mattijs Quartier ','',NULL,'1.16.0'); +/*!40000 ALTER TABLE `haikuwp_wpml_mails` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; +/*!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 */; +/*M!100616 SET NOTE_VERBOSITY=@OLD_NOTE_VERBOSITY */; + +-- Dump completed on 2026-05-05 17:54:27 diff --git a/db/haiku_atelier-2026-05-06-b31acc0.sql b/db/haiku_atelier-2026-05-06-b31acc0.sql new file mode 100644 index 00000000..a94d150f --- /dev/null +++ b/db/haiku_atelier-2026-05-06-b31acc0.sql @@ -0,0 +1,20109 @@ +/*M!999999\- enable the sandbox mode */ +-- MariaDB dump 10.19-11.8.6-MariaDB, for debian-linux-gnu (x86_64) +-- +-- Host: localhost Database: haiku_atelier +-- ------------------------------------------------------ +-- Server version 11.8.6-MariaDB-0+deb13u1 from Debian + +/*!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' */; +/*M!100616 SET @OLD_NOTE_VERBOSITY=@@NOTE_VERBOSITY, NOTE_VERBOSITY=0 */; + +-- +-- Table structure for table `haikuwp_actionscheduler_actions` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_actions` ( + `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `hook` varchar(191) NOT NULL, + `status` varchar(20) NOT NULL, + `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00', + `priority` tinyint(3) unsigned NOT NULL DEFAULT 10, + `args` varchar(191) DEFAULT NULL, + `schedule` longtext DEFAULT NULL, + `group_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `attempts` int(11) NOT NULL DEFAULT 0, + `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00', + `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `extended_args` varchar(8000) DEFAULT NULL, + PRIMARY KEY (`action_id`), + KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`), + KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`), + KEY `scheduled_date_gmt` (`scheduled_date_gmt`), + KEY `args` (`args`), + KEY `group_id` (`group_id`), + KEY `last_attempt_gmt` (`last_attempt_gmt`), + KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`), + KEY `claim_id_status_priority_scheduled_date_gmt` (`claim_id`,`status`,`priority`,`scheduled_date_gmt`), + KEY `status_last_attempt_gmt` (`status`,`last_attempt_gmt`), + KEY `status_claim_id` (`status`,`claim_id`) +) ENGINE=InnoDB AUTO_INCREMENT=12702 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_actions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_actions` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_actions` DISABLE KEYS */; +INSERT INTO `haikuwp_actionscheduler_actions` VALUES +(10724,'woocommerce_geoip_updater','complete','2026-04-06 10:00:00','2026-04-06 12:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775469600;s:18:\"\0*\0first_timestamp\";i:1757315635;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775469600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',11,1,'2026-04-06 10:01:43','2026-04-06 12:01:43',344838,NULL), +(11074,'wp_mail_smtp_summary_report_email','complete','2026-04-07 06:59:15','2026-04-07 08:59:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775545155;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775545155;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11229,'fetch_patterns','complete','2026-04-05 15:23:03','2026-04-05 17:23:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775402583;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775402583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 15:30:55','2026-04-05 17:30:55',344643,NULL), +(11235,'wp_mail_smtp_admin_notifications_update','complete','2026-04-05 20:50:06','2026-04-05 22:50:06',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422206;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422206;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11236,'wc_admin_daily_wrapper','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11237,'woocommerce_cleanup_personal_data','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11238,'woocommerce_expired_transient_files_cleanup','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775422207;}',12,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11242,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-05 20:50:07','2026-04-05 22:50:07',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775422207;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775422207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-05 20:51:52','2026-04-05 22:51:52',344676,NULL), +(11246,'woocommerce_refresh_order_count_cache','complete','2026-04-05 13:13:37','2026-04-05 15:13:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775394817;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775394817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-05 13:19:23','2026-04-05 15:19:23',344628,NULL), +(11250,'woocommerce_cleanup_sessions','complete','2026-04-05 16:01:17','2026-04-05 18:01:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775404877;s:18:\"\0*\0first_timestamp\";i:1775361600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775404877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-05 16:09:39','2026-04-05 18:09:39',344646,NULL), +(11252,'woocommerce_scheduled_sales','complete','2026-04-06 05:30:04','2026-04-06 07:30:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775453404;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775453404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11253,'woocommerce_cleanup_logs','complete','2026-04-06 05:30:04','2026-04-06 07:30:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775453404;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775453404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11254,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-06 05:30:04','2026-04-06 07:30:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775453404;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775453404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11257,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 10:02:20','2026-04-05 12:02:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775383340;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775383340;}',11,1,'2026-04-05 10:09:58','2026-04-05 12:09:58',344586,NULL), +(11258,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 11:09:58','2026-04-05 13:09:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775387398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775387398;}',11,1,'2026-04-05 11:10:57','2026-04-05 13:10:57',344595,NULL), +(11259,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 12:10:57','2026-04-05 14:10:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775391057;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775391057;}',11,1,'2026-04-05 12:15:20','2026-04-05 14:15:20',344619,NULL), +(11260,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 13:15:20','2026-04-05 15:15:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775394920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775394920;}',11,1,'2026-04-05 13:19:23','2026-04-05 15:19:23',344628,NULL), +(11261,'woocommerce_refresh_order_count_cache','complete','2026-04-06 01:19:23','2026-04-06 03:19:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775438363;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775438363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-06 02:00:54','2026-04-06 04:00:54',344729,NULL), +(11262,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 14:19:23','2026-04-05 16:19:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775398763;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775398763;}',11,1,'2026-04-05 14:22:18','2026-04-05 16:22:18',344638,NULL), +(11263,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 15:22:18','2026-04-05 17:22:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775402538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775402538;}',11,1,'2026-04-05 15:30:55','2026-04-05 17:30:55',344643,NULL), +(11264,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 16:30:55','2026-04-05 18:30:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775406655;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775406655;}',11,1,'2026-04-05 16:35:10','2026-04-05 18:35:10',344649,NULL), +(11265,'fetch_patterns','complete','2026-04-06 15:30:55','2026-04-06 17:30:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775489455;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775489455;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 15:43:58','2026-04-06 17:43:58',344913,NULL), +(11267,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 17:35:10','2026-04-05 19:35:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775410510;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775410510;}',11,1,'2026-04-05 17:45:14','2026-04-05 19:45:14',344655,NULL), +(11268,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 18:45:14','2026-04-05 20:45:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775414714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775414714;}',11,1,'2026-04-05 18:53:10','2026-04-05 20:53:10',344661,NULL), +(11269,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 19:53:10','2026-04-05 21:53:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775418790;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775418790;}',11,1,'2026-04-05 19:54:22','2026-04-05 21:54:22',344669,NULL), +(11270,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 20:54:22','2026-04-05 22:54:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775422462;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775422462;}',11,1,'2026-04-05 20:56:35','2026-04-05 22:56:35',344678,NULL), +(11271,'wp_mail_smtp_admin_notifications_update','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-06 21:02:54','2026-04-06 23:02:54',344955,NULL), +(11272,'wc_admin_daily_wrapper','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11273,'woocommerce_cleanup_personal_data','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11274,'woocommerce_expired_transient_files_cleanup','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775508712;}',12,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11275,'woocommerce_cleanup_sessions','complete','2026-04-06 04:00:00','2026-04-06 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775448000;s:18:\"\0*\0first_timestamp\";i:1775448000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775448000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-06 04:10:54','2026-04-06 06:10:54',344734,NULL), +(11276,'generate_category_lookup_table_wrapper','complete','2026-04-05 20:52:02','2026-04-05 22:52:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775422322;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775422322;}',11,1,'2026-04-05 20:56:35','2026-04-05 22:56:35',344678,NULL), +(11277,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-06 20:51:52','2026-04-06 22:51:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775508712;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775508712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-06 21:02:55','2026-04-06 23:02:55',344955,NULL), +(11278,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 21:56:35','2026-04-05 23:56:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775426195;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775426195;}',11,1,'2026-04-05 21:57:29','2026-04-05 23:57:29',344683,NULL), +(11279,'woocommerce_cancel_unpaid_orders','complete','2026-04-05 22:57:29','2026-04-06 00:57:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775429849;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775429849;}',11,1,'2026-04-05 23:05:34','2026-04-06 01:05:34',344694,NULL), +(11280,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 00:05:34','2026-04-06 02:05:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775433934;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775433934;}',11,1,'2026-04-06 00:07:20','2026-04-06 02:07:20',344712,NULL), +(11281,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 01:07:20','2026-04-06 03:07:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775437640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775437640;}',11,1,'2026-04-06 01:08:24','2026-04-06 03:08:24',344726,NULL), +(11282,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 02:08:24','2026-04-06 04:08:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775441304;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775441304;}',11,1,'2026-04-06 03:58:23','2026-04-06 05:58:23',344732,NULL), +(11283,'woocommerce_refresh_order_count_cache','complete','2026-04-06 14:00:54','2026-04-06 16:00:54',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775484054;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775484054;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-06 14:02:13','2026-04-06 16:02:13',344896,NULL), +(11284,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 04:58:23','2026-04-06 06:58:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775451503;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775451503;}',11,1,'2026-04-06 05:06:40','2026-04-06 07:06:40',344743,NULL), +(11285,'woocommerce_cleanup_sessions','complete','2026-04-06 16:10:54','2026-04-06 18:10:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775491854;s:18:\"\0*\0first_timestamp\";i:1775448000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775491854;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-06 16:11:56','2026-04-06 18:11:56',344922,NULL), +(11286,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 06:06:40','2026-04-06 08:06:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775455600;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775455600;}',11,1,'2026-04-06 06:50:14','2026-04-06 08:50:14',344748,NULL), +(11287,'woocommerce_scheduled_sales','complete','2026-04-07 06:50:14','2026-04-07 08:50:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775544614;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775544614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11288,'woocommerce_cleanup_logs','complete','2026-04-07 06:50:14','2026-04-07 08:50:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775544614;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775544614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11289,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-07 06:50:14','2026-04-07 08:50:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775544614;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775544614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 07:06:50','2026-04-07 09:06:50',345013,NULL), +(11290,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 07:50:14','2026-04-06 09:50:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461814;}',11,1,'2026-04-06 07:50:26','2026-04-06 09:50:26',344760,NULL), +(11291,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:48:37','2026-04-06 09:48:37',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461717;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461717;}',3,1,'2026-04-06 07:49:21','2026-04-06 09:49:21',344756,NULL), +(11292,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:49:22','2026-04-06 09:49:22',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461762;}',3,1,'2026-04-06 07:49:26','2026-04-06 09:49:26',344758,NULL), +(11293,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:50:04','2026-04-06 09:50:04',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461804;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461804;}',3,1,'2026-04-06 07:50:26','2026-04-06 09:50:26',344760,NULL), +(11294,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 08:50:26','2026-04-06 10:50:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775465426;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775465426;}',11,1,'2026-04-06 08:51:16','2026-04-06 10:51:16',344817,NULL), +(11295,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 07:50:39','2026-04-06 09:50:39',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775461839;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775461839;}',3,1,'2026-04-06 07:51:30','2026-04-06 09:51:30',344763,NULL), +(11296,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:35:28','2026-04-06 10:35:28',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464528;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464528;}',3,1,'2026-04-06 08:35:46','2026-04-06 10:35:46',344799,NULL), +(11297,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:37:57','2026-04-06 10:37:57',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464677;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464677;}',3,1,'2026-04-06 08:37:57','2026-04-06 10:37:57',344803,NULL), +(11298,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:40:00','2026-04-06 10:40:00',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464800;}',3,1,'2026-04-06 08:40:00','2026-04-06 10:40:00',344807,NULL), +(11299,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 08:40:39','2026-04-06 10:40:39',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775464839;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775464839;}',3,1,'2026-04-06 08:41:25','2026-04-06 10:41:25',344810,NULL), +(11300,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 09:51:16','2026-04-06 11:51:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775469076;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775469076;}',11,1,'2026-04-06 09:52:13','2026-04-06 11:52:13',344831,NULL), +(11301,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 09:48:46','2026-04-06 11:48:46',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775468926;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775468926;}',3,1,'2026-04-06 09:49:28','2026-04-06 11:49:28',344829,NULL), +(11302,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 09:48:55','2026-04-06 11:48:55',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775468935;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775468935;}',3,1,'2026-04-06 09:49:28','2026-04-06 11:49:28',344829,NULL), +(11303,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-06 09:49:10','2026-04-06 11:49:10',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775468950;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775468950;}',3,1,'2026-04-06 09:49:28','2026-04-06 11:49:28',344829,NULL), +(11304,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 10:52:13','2026-04-06 12:52:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775472733;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775472733;}',11,1,'2026-04-06 11:02:23','2026-04-06 13:02:23',344843,NULL), +(11305,'woocommerce_geoip_updater','complete','2026-04-21 10:01:43','2026-04-21 12:01:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776765703;s:18:\"\0*\0first_timestamp\";i:1757315635;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776765703;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',11,1,'2026-04-21 10:08:08','2026-04-21 12:08:08',347288,NULL), +(11306,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 12:02:23','2026-04-06 14:02:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775476943;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775476943;}',11,1,'2026-04-06 12:04:11','2026-04-06 14:04:11',344854,NULL), +(11307,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 13:04:11','2026-04-06 15:04:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775480651;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775480651;}',11,1,'2026-04-06 13:14:17','2026-04-06 15:14:17',344875,NULL), +(11308,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 14:14:17','2026-04-06 16:14:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775484857;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775484857;}',11,1,'2026-04-06 14:15:30','2026-04-06 16:15:30',344902,NULL), +(11309,'woocommerce_refresh_order_count_cache','complete','2026-04-07 02:02:13','2026-04-07 04:02:13',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775527333;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775527333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-07 02:04:40','2026-04-07 04:04:40',344984,NULL), +(11310,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 15:15:30','2026-04-06 17:15:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775488530;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775488530;}',11,1,'2026-04-06 15:28:57','2026-04-06 17:28:57',344911,NULL), +(11311,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 16:28:57','2026-04-06 18:28:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775492937;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775492937;}',11,1,'2026-04-06 16:35:07','2026-04-06 18:35:07',344928,NULL), +(11312,'fetch_patterns','complete','2026-04-07 15:43:58','2026-04-07 17:43:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775576638;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775576638;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 16:11:02','2026-04-07 18:11:02',345118,NULL), +(11314,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 17:35:07','2026-04-06 19:35:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775496907;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775496907;}',11,1,'2026-04-06 17:47:03','2026-04-06 19:47:03',344939,NULL), +(11315,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 18:47:03','2026-04-06 20:47:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775501223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775501223;}',11,1,'2026-04-06 19:01:12','2026-04-06 21:01:12',344946,NULL), +(11316,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 20:01:12','2026-04-06 22:01:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775505672;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775505672;}',11,1,'2026-04-06 20:20:45','2026-04-06 22:20:45',344951,NULL), +(11317,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 21:20:45','2026-04-06 23:20:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775510445;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775510445;}',11,1,'2026-04-06 21:32:21','2026-04-06 23:32:21',344962,NULL), +(11318,'wp_mail_smtp_admin_notifications_update','complete','2026-04-07 21:02:54','2026-04-07 23:02:54',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595774;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595774;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11319,'wc_admin_daily_wrapper','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11320,'woocommerce_cleanup_personal_data','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11321,'woocommerce_expired_transient_files_cleanup','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775595775;}',12,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11322,'woocommerce_cleanup_sessions','complete','2026-04-07 04:00:00','2026-04-07 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775534400;s:18:\"\0*\0first_timestamp\";i:1775534400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775534400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-07 04:14:23','2026-04-07 06:14:23',344996,NULL), +(11323,'generate_category_lookup_table_wrapper','complete','2026-04-06 21:03:05','2026-04-06 23:03:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775509385;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775509385;}',11,1,'2026-04-06 21:09:14','2026-04-06 23:09:14',344957,NULL), +(11324,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-07 21:02:55','2026-04-07 23:02:55',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775595775;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775595775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11325,'woocommerce_cancel_unpaid_orders','complete','2026-04-06 22:32:21','2026-04-07 00:32:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775514741;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775514741;}',11,1,'2026-04-06 23:08:05','2026-04-07 01:08:05',344968,NULL), +(11326,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 00:08:05','2026-04-07 02:08:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775520485;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775520485;}',11,1,'2026-04-07 00:09:56','2026-04-07 02:09:56',344971,NULL), +(11327,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 01:09:56','2026-04-07 03:09:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775524196;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775524196;}',11,1,'2026-04-07 01:24:05','2026-04-07 03:24:05',344978,NULL), +(11328,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 02:24:05','2026-04-07 04:24:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775528645;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775528645;}',11,1,'2026-04-07 02:59:43','2026-04-07 04:59:43',344987,NULL), +(11329,'woocommerce_refresh_order_count_cache','complete','2026-04-07 14:04:40','2026-04-07 16:04:40',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775570680;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775570680;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-07 14:05:55','2026-04-07 16:05:55',345096,NULL), +(11330,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 03:59:43','2026-04-07 05:59:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775534383;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775534383;}',11,1,'2026-04-07 04:14:23','2026-04-07 06:14:23',344996,NULL), +(11331,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 05:14:23','2026-04-07 07:14:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775538863;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775538863;}',11,1,'2026-04-07 05:29:43','2026-04-07 07:29:43',345000,NULL), +(11332,'woocommerce_cleanup_sessions','complete','2026-04-07 16:14:23','2026-04-07 18:14:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775578463;s:18:\"\0*\0first_timestamp\";i:1775534400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775578463;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-07 16:17:25','2026-04-07 18:17:25',345121,NULL), +(11333,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 06:29:43','2026-04-07 08:29:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775543383;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775543383;}',11,1,'2026-04-07 06:35:06','2026-04-07 08:35:06',345011,NULL), +(11334,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 07:35:06','2026-04-07 09:35:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775547306;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775547306;}',11,1,'2026-04-07 07:35:32','2026-04-07 09:35:32',345029,NULL), +(11335,'woocommerce_scheduled_sales','complete','2026-04-08 07:06:50','2026-04-08 09:06:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775632010;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775632010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11336,'woocommerce_cleanup_logs','complete','2026-04-08 07:06:50','2026-04-08 09:06:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775632010;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775632010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11337,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-08 07:06:50','2026-04-08 09:06:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775632010;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775632010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11338,'wp_mail_smtp_summary_report_email','complete','2026-04-14 07:06:50','2026-04-14 09:06:50',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776150410;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776150410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-14 07:11:30','2026-04-14 09:11:30',346164,NULL), +(11339,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 08:35:32','2026-04-07 10:35:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775550932;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775550932;}',11,1,'2026-04-07 08:41:58','2026-04-07 10:41:58',345043,NULL), +(11340,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 09:41:58','2026-04-07 11:41:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775554918;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775554918;}',11,1,'2026-04-07 09:43:30','2026-04-07 11:43:30',345056,NULL), +(11341,'wc-admin_import_orders','complete','2026-04-07 08:42:27','2026-04-07 10:42:27',10,'[1698]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775551347;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775551347;}',4,1,'2026-04-07 08:46:30','2026-04-07 10:46:30',345046,NULL), +(11342,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 10:43:30','2026-04-07 12:43:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775558610;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775558610;}',11,1,'2026-04-07 10:50:52','2026-04-07 12:50:52',345065,NULL), +(11343,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 11:50:52','2026-04-07 13:50:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775562652;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775562652;}',11,1,'2026-04-07 11:52:33','2026-04-07 13:52:33',345077,NULL), +(11344,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 12:52:33','2026-04-07 14:52:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775566353;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775566353;}',11,1,'2026-04-07 12:57:06','2026-04-07 14:57:06',345083,NULL), +(11345,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 13:57:06','2026-04-07 15:57:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775570226;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775570226;}',11,1,'2026-04-07 14:03:01','2026-04-07 16:03:01',345094,NULL), +(11346,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 15:03:01','2026-04-07 17:03:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775574181;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775574181;}',11,1,'2026-04-07 15:03:10','2026-04-07 17:03:10',345106,NULL), +(11347,'woocommerce_refresh_order_count_cache','complete','2026-04-08 02:05:55','2026-04-08 04:05:55',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775613955;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775613955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-08 02:31:17','2026-04-08 04:31:17',345164,NULL), +(11348,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 16:03:10','2026-04-07 18:03:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775577790;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775577790;}',11,1,'2026-04-07 16:11:02','2026-04-07 18:11:02',345118,NULL), +(11349,'fetch_patterns','complete','2026-04-08 16:11:02','2026-04-08 18:11:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775664662;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775664662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 16:17:38','2026-04-08 18:17:38',345254,NULL), +(11350,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 17:11:02','2026-04-07 19:11:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775581862;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775581862;}',11,1,'2026-04-07 17:18:11','2026-04-07 19:18:11',345128,NULL), +(11352,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 18:18:11','2026-04-07 20:18:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775585891;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775585891;}',11,1,'2026-04-07 18:23:43','2026-04-07 20:23:43',345133,NULL), +(11353,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 19:23:43','2026-04-07 21:23:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775589823;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775589823;}',11,1,'2026-04-07 19:47:11','2026-04-07 21:47:11',345137,NULL), +(11354,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 20:47:11','2026-04-07 22:47:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775594831;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775594831;}',11,1,'2026-04-07 20:49:15','2026-04-07 22:49:15',345140,NULL), +(11355,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 21:49:15','2026-04-07 23:49:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775598555;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775598555;}',11,1,'2026-04-07 21:49:45','2026-04-07 23:49:45',345144,NULL), +(11356,'wp_mail_smtp_admin_notifications_update','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-08 22:00:18','2026-04-09 00:00:18',345295,NULL), +(11357,'wc_admin_daily_wrapper','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11358,'woocommerce_cleanup_personal_data','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11359,'woocommerce_expired_transient_files_cleanup','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775684985;}',12,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11360,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 22:49:45','2026-04-08 00:49:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775602185;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775602185;}',11,1,'2026-04-07 22:54:33','2026-04-08 00:54:33',345150,NULL), +(11361,'woocommerce_cleanup_sessions','complete','2026-04-08 04:00:00','2026-04-08 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775620800;s:18:\"\0*\0first_timestamp\";i:1775620800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775620800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-08 04:18:56','2026-04-08 06:18:56',345170,NULL), +(11362,'generate_category_lookup_table_wrapper','complete','2026-04-07 21:49:55','2026-04-07 23:49:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775598595;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775598595;}',11,1,'2026-04-07 21:50:48','2026-04-07 23:50:48',345146,NULL), +(11363,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-08 21:49:45','2026-04-08 23:49:45',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775684985;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775684985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-08 22:00:19','2026-04-09 00:00:19',345295,NULL), +(11364,'woocommerce_cancel_unpaid_orders','complete','2026-04-07 23:54:33','2026-04-08 01:54:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775606073;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775606073;}',11,1,'2026-04-07 23:56:19','2026-04-08 01:56:19',345156,NULL), +(11365,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 00:56:19','2026-04-08 02:56:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775609779;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775609779;}',11,1,'2026-04-08 01:06:50','2026-04-08 03:06:50',345159,NULL), +(11366,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 02:06:50','2026-04-08 04:06:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775614010;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775614010;}',11,1,'2026-04-08 02:31:17','2026-04-08 04:31:17',345164,NULL), +(11367,'woocommerce_refresh_order_count_cache','complete','2026-04-08 14:31:17','2026-04-08 16:31:17',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775658677;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775658677;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-08 14:36:24','2026-04-08 16:36:24',345241,NULL), +(11368,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 03:31:17','2026-04-08 05:31:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775619077;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775619077;}',11,1,'2026-04-08 03:49:56','2026-04-08 05:49:56',345167,NULL), +(11369,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 04:49:56','2026-04-08 06:49:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775623796;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775623796;}',11,1,'2026-04-08 05:06:57','2026-04-08 07:06:57',345175,NULL), +(11370,'woocommerce_cleanup_sessions','complete','2026-04-08 16:18:56','2026-04-08 18:18:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775665136;s:18:\"\0*\0first_timestamp\";i:1775620800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775665136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-08 16:19:14','2026-04-08 18:19:14',345256,NULL), +(11371,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 06:06:57','2026-04-08 08:06:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775628417;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775628417;}',11,1,'2026-04-08 06:12:45','2026-04-08 08:12:45',345184,NULL), +(11372,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 07:12:44','2026-04-08 09:12:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775632364;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775632364;}',11,1,'2026-04-08 07:21:07','2026-04-08 09:21:07',345190,NULL), +(11373,'woocommerce_scheduled_sales','complete','2026-04-09 07:21:07','2026-04-09 09:21:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775719267;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775719267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11374,'woocommerce_cleanup_logs','complete','2026-04-09 07:21:07','2026-04-09 09:21:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775719267;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775719267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11375,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-09 07:21:07','2026-04-09 09:21:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775719267;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775719267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11376,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 08:21:07','2026-04-08 10:21:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775636467;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775636467;}',11,1,'2026-04-08 09:11:30','2026-04-08 11:11:30',345200,NULL), +(11377,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 10:11:30','2026-04-08 12:11:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775643090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775643090;}',11,1,'2026-04-08 10:20:54','2026-04-08 12:20:54',345205,NULL), +(11378,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 11:20:54','2026-04-08 13:20:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775647254;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775647254;}',11,1,'2026-04-08 11:34:18','2026-04-08 13:34:18',345215,NULL), +(11379,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 12:34:18','2026-04-08 14:34:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775651658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775651658;}',11,1,'2026-04-08 12:41:44','2026-04-08 14:41:44',345225,NULL), +(11380,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 13:41:43','2026-04-08 15:41:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775655703;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775655703;}',11,1,'2026-04-08 13:45:39','2026-04-08 15:45:39',345236,NULL), +(11381,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 14:45:39','2026-04-08 16:45:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775659539;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775659539;}',11,1,'2026-04-08 14:45:39','2026-04-08 16:45:39',345244,NULL), +(11382,'woocommerce_refresh_order_count_cache','complete','2026-04-09 02:36:24','2026-04-09 04:36:24',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775702184;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775702184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-09 02:47:53','2026-04-09 04:47:53',345319,NULL), +(11383,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 15:45:39','2026-04-08 17:45:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775663139;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775663139;}',11,1,'2026-04-08 16:04:06','2026-04-08 18:04:06',345252,NULL), +(11384,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 17:04:06','2026-04-08 19:04:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775667846;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775667846;}',11,1,'2026-04-08 17:08:44','2026-04-08 19:08:44',345265,NULL), +(11385,'fetch_patterns','complete','2026-04-09 16:17:38','2026-04-09 18:17:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775751458;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775751458;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 16:20:03','2026-04-09 18:20:03',345421,NULL), +(11387,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 18:08:44','2026-04-08 20:08:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775671724;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775671724;}',11,1,'2026-04-08 18:10:44','2026-04-08 20:10:44',345274,NULL), +(11388,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 19:10:44','2026-04-08 21:10:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775675444;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775675444;}',11,1,'2026-04-08 19:59:05','2026-04-08 21:59:05',345284,NULL), +(11389,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 20:59:05','2026-04-08 22:59:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775681945;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775681945;}',11,1,'2026-04-08 21:07:54','2026-04-08 23:07:54',345290,NULL), +(11390,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 22:07:54','2026-04-09 00:07:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775686074;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775686074;}',11,1,'2026-04-08 22:21:00','2026-04-09 00:21:00',345299,NULL), +(11391,'wp_mail_smtp_admin_notifications_update','complete','2026-04-09 22:00:18','2026-04-10 00:00:18',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772018;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11392,'wc_admin_daily_wrapper','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11393,'woocommerce_cleanup_personal_data','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11394,'woocommerce_expired_transient_files_cleanup','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775772019;}',12,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11395,'woocommerce_cleanup_sessions','complete','2026-04-09 04:00:00','2026-04-09 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775707200;s:18:\"\0*\0first_timestamp\";i:1775707200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775707200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-09 04:09:03','2026-04-09 06:09:03',345326,NULL), +(11396,'generate_category_lookup_table_wrapper','complete','2026-04-08 22:00:29','2026-04-09 00:00:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775685629;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775685629;}',11,1,'2026-04-08 22:06:03','2026-04-09 00:06:03',345297,NULL), +(11397,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-09 22:00:19','2026-04-10 00:00:19',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775772019;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775772019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11398,'woocommerce_cancel_unpaid_orders','complete','2026-04-08 23:21:00','2026-04-09 01:21:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775690460;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775690460;}',11,1,'2026-04-08 23:21:13','2026-04-09 01:21:13',345303,NULL), +(11399,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 00:21:13','2026-04-09 02:21:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775694073;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775694073;}',11,1,'2026-04-09 00:42:56','2026-04-09 02:42:56',345308,NULL), +(11400,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 01:42:56','2026-04-09 03:42:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775698976;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775698976;}',11,1,'2026-04-09 02:12:41','2026-04-09 04:12:41',345313,NULL), +(11401,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 03:12:41','2026-04-09 05:12:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775704361;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775704361;}',11,1,'2026-04-09 03:14:18','2026-04-09 05:14:18',345323,NULL), +(11402,'woocommerce_refresh_order_count_cache','complete','2026-04-09 14:47:53','2026-04-09 16:47:53',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775746073;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775746073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-09 15:05:45','2026-04-09 17:05:45',345415,NULL), +(11403,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 04:14:18','2026-04-09 06:14:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775708058;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775708058;}',11,1,'2026-04-09 04:15:14','2026-04-09 06:15:14',345329,NULL), +(11404,'woocommerce_cleanup_sessions','complete','2026-04-09 16:09:03','2026-04-09 18:09:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775750943;s:18:\"\0*\0first_timestamp\";i:1775707200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775750943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-09 16:20:03','2026-04-09 18:20:03',345421,NULL), +(11405,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 05:15:14','2026-04-09 07:15:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775711714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775711714;}',11,1,'2026-04-09 05:19:18','2026-04-09 07:19:18',345338,NULL), +(11406,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 06:19:18','2026-04-09 08:19:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775715558;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775715558;}',11,1,'2026-04-09 06:19:43','2026-04-09 08:19:43',345351,NULL), +(11407,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 07:19:43','2026-04-09 09:19:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775719183;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775719183;}',11,1,'2026-04-09 07:44:23','2026-04-09 09:44:23',345369,NULL), +(11408,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 08:44:23','2026-04-09 10:44:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775724263;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775724263;}',11,1,'2026-04-09 09:06:32','2026-04-09 11:06:32',345372,NULL), +(11409,'woocommerce_scheduled_sales','complete','2026-04-10 07:44:23','2026-04-10 09:44:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775807063;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775807063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11410,'woocommerce_cleanup_logs','complete','2026-04-10 07:44:23','2026-04-10 09:44:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775807063;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775807063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11411,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-10 07:44:23','2026-04-10 09:44:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775807063;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775807063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11412,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 10:06:32','2026-04-09 12:06:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775729192;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775729192;}',11,1,'2026-04-09 10:08:09','2026-04-09 12:08:09',345377,NULL), +(11413,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 11:08:09','2026-04-09 13:08:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775732889;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775732889;}',11,1,'2026-04-09 11:11:58','2026-04-09 13:11:58',345385,NULL), +(11414,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 12:11:58','2026-04-09 14:11:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775736718;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775736718;}',11,1,'2026-04-09 12:14:49','2026-04-09 14:14:49',345395,NULL), +(11415,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 13:14:49','2026-04-09 15:14:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775740489;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775740489;}',11,1,'2026-04-09 13:23:41','2026-04-09 15:23:41',345405,NULL), +(11416,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 14:23:41','2026-04-09 16:23:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775744621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775744621;}',11,1,'2026-04-09 14:27:23','2026-04-09 16:27:23',345410,NULL), +(11417,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 15:27:23','2026-04-09 17:27:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775748443;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775748443;}',11,1,'2026-04-09 15:36:27','2026-04-09 17:36:27',345418,NULL), +(11418,'woocommerce_refresh_order_count_cache','complete','2026-04-10 03:05:45','2026-04-10 05:05:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775790345;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775790345;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-10 03:06:07','2026-04-10 05:06:07',345464,NULL), +(11419,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 16:36:27','2026-04-09 18:36:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775752587;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775752587;}',11,1,'2026-04-09 16:54:16','2026-04-09 18:54:16',345424,NULL), +(11421,'fetch_patterns','complete','2026-04-10 16:20:03','2026-04-10 18:20:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775838003;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775838003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 16:22:26','2026-04-10 18:22:26',345547,NULL), +(11422,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 17:54:16','2026-04-09 19:54:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775757256;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775757256;}',11,1,'2026-04-09 18:11:32','2026-04-09 20:11:32',345426,NULL), +(11423,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 19:11:32','2026-04-09 21:11:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775761892;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775761892;}',11,1,'2026-04-09 19:16:17','2026-04-09 21:16:17',345429,NULL), +(11424,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 20:16:16','2026-04-09 22:16:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775765776;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775765776;}',11,1,'2026-04-09 20:45:03','2026-04-09 22:45:03',345433,NULL), +(11425,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 21:45:03','2026-04-09 23:45:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775771103;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775771103;}',11,1,'2026-04-09 22:15:33','2026-04-10 00:15:33',345438,NULL), +(11426,'woocommerce_cancel_unpaid_orders','complete','2026-04-09 23:15:33','2026-04-10 01:15:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775776533;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775776533;}',11,1,'2026-04-09 23:20:04','2026-04-10 01:20:04',345445,NULL), +(11427,'wp_mail_smtp_admin_notifications_update','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11428,'wc_admin_daily_wrapper','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11429,'woocommerce_cleanup_personal_data','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11430,'woocommerce_expired_transient_files_cleanup','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775859333;}',12,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11431,'woocommerce_cleanup_sessions','complete','2026-04-10 04:00:00','2026-04-10 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775793600;s:18:\"\0*\0first_timestamp\";i:1775793600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775793600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-10 04:00:26','2026-04-10 06:00:26',345472,NULL), +(11432,'generate_category_lookup_table_wrapper','complete','2026-04-09 22:15:43','2026-04-10 00:15:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775772943;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775772943;}',11,1,'2026-04-09 22:17:52','2026-04-10 00:17:52',345440,NULL), +(11433,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-10 22:15:33','2026-04-11 00:15:33',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775859333;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775859333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-10 22:22:16','2026-04-11 00:22:16',345586,NULL), +(11434,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 00:20:04','2026-04-10 02:20:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775780404;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775780404;}',11,1,'2026-04-10 00:40:28','2026-04-10 02:40:28',345453,NULL), +(11435,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 01:40:28','2026-04-10 03:40:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775785228;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775785228;}',11,1,'2026-04-10 02:18:20','2026-04-10 04:18:20',345459,NULL), +(11436,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 03:18:20','2026-04-10 05:18:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775791100;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775791100;}',11,1,'2026-04-10 03:57:03','2026-04-10 05:57:03',345469,NULL), +(11437,'woocommerce_refresh_order_count_cache','complete','2026-04-10 15:06:07','2026-04-10 17:06:07',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775833567;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775833567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-10 15:11:48','2026-04-10 17:11:48',345531,NULL), +(11438,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 04:57:03','2026-04-10 06:57:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775797023;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775797023;}',11,1,'2026-04-10 05:26:45','2026-04-10 07:26:45',345479,NULL), +(11439,'woocommerce_cleanup_sessions','complete','2026-04-10 16:00:26','2026-04-10 18:00:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775836826;s:18:\"\0*\0first_timestamp\";i:1775793600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775836826;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-10 16:13:38','2026-04-10 18:13:38',345542,NULL), +(11440,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 06:26:45','2026-04-10 08:26:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775802405;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775802405;}',11,1,'2026-04-10 06:34:36','2026-04-10 08:34:36',345488,NULL), +(11441,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 07:34:36','2026-04-10 09:34:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775806476;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775806476;}',11,1,'2026-04-10 08:16:45','2026-04-10 10:16:45',345490,NULL), +(11442,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 09:16:45','2026-04-10 11:16:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775812605;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775812605;}',11,1,'2026-04-10 09:31:18','2026-04-10 11:31:18',345494,NULL), +(11443,'woocommerce_scheduled_sales','complete','2026-04-11 08:16:45','2026-04-11 10:16:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775895405;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775895405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 08:19:52','2026-04-11 10:19:52',345645,NULL), +(11444,'woocommerce_cleanup_logs','complete','2026-04-11 08:16:45','2026-04-11 10:16:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775895405;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775895405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 08:19:52','2026-04-11 10:19:52',345645,NULL), +(11445,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-11 08:16:45','2026-04-11 10:16:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775895405;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775895405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 08:19:52','2026-04-11 10:19:52',345645,NULL), +(11446,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 10:31:18','2026-04-10 12:31:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775817078;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775817078;}',11,1,'2026-04-10 10:50:56','2026-04-10 12:50:56',345501,NULL), +(11447,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 11:50:56','2026-04-10 13:50:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775821856;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775821856;}',11,1,'2026-04-10 11:55:26','2026-04-10 13:55:26',345510,NULL), +(11448,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 12:55:26','2026-04-10 14:55:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775825726;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775825726;}',11,1,'2026-04-10 12:58:08','2026-04-10 14:58:08',345518,NULL), +(11449,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 13:58:08','2026-04-10 15:58:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775829488;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775829488;}',11,1,'2026-04-10 14:11:17','2026-04-10 16:11:17',345526,NULL), +(11450,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 15:11:17','2026-04-10 17:11:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775833877;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775833877;}',11,1,'2026-04-10 15:11:48','2026-04-10 17:11:48',345531,NULL), +(11451,'woocommerce_refresh_order_count_cache','complete','2026-04-11 03:11:48','2026-04-11 05:11:48',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775877108;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775877108;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-11 03:21:03','2026-04-11 05:21:03',345611,NULL), +(11452,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 16:11:48','2026-04-10 18:11:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775837508;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775837508;}',11,1,'2026-04-10 16:13:38','2026-04-10 18:13:38',345542,NULL), +(11454,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 17:13:38','2026-04-10 19:13:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775841218;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775841218;}',11,1,'2026-04-10 17:40:40','2026-04-10 19:40:40',345551,NULL), +(11455,'fetch_patterns','complete','2026-04-11 16:22:26','2026-04-11 18:22:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775924546;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775924546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 16:45:57','2026-04-11 18:45:57',345706,NULL), +(11456,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 18:40:40','2026-04-10 20:40:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775846440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775846440;}',11,1,'2026-04-10 18:51:19','2026-04-10 20:51:19',345556,NULL), +(11457,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 19:51:19','2026-04-10 21:51:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775850679;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775850679;}',11,1,'2026-04-10 19:56:35','2026-04-10 21:56:35',345561,NULL), +(11458,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 20:56:35','2026-04-10 22:56:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775854595;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775854595;}',11,1,'2026-04-10 21:01:55','2026-04-10 23:01:55',345569,NULL), +(11459,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 22:01:55','2026-04-11 00:01:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775858515;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775858515;}',11,1,'2026-04-10 22:04:03','2026-04-11 00:04:03',345583,NULL), +(11460,'woocommerce_cancel_unpaid_orders','complete','2026-04-10 23:04:03','2026-04-11 01:04:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775862243;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775862243;}',11,1,'2026-04-10 23:05:56','2026-04-11 01:05:56',345593,NULL), +(11461,'wp_mail_smtp_admin_notifications_update','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-11 22:27:15','2026-04-12 00:27:15',345753,NULL), +(11462,'wc_admin_daily_wrapper','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11463,'woocommerce_cleanup_personal_data','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11464,'woocommerce_expired_transient_files_cleanup','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775946136;}',12,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11465,'woocommerce_cleanup_sessions','complete','2026-04-11 04:00:00','2026-04-11 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775880000;s:18:\"\0*\0first_timestamp\";i:1775880000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775880000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-11 04:04:07','2026-04-11 06:04:07',345616,NULL), +(11466,'generate_category_lookup_table_wrapper','complete','2026-04-10 22:22:26','2026-04-11 00:22:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775859746;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775859746;}',11,1,'2026-04-10 22:23:38','2026-04-11 00:23:38',345588,NULL), +(11467,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-11 22:22:16','2026-04-12 00:22:16',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775946136;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775946136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11468,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 00:05:56','2026-04-11 02:05:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775865956;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775865956;}',11,1,'2026-04-11 01:08:54','2026-04-11 03:08:54',345600,NULL), +(11469,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 02:08:54','2026-04-11 04:08:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775873334;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775873334;}',11,1,'2026-04-11 02:33:06','2026-04-11 04:33:06',345605,NULL), +(11470,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 03:33:06','2026-04-11 05:33:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775878386;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775878386;}',11,1,'2026-04-11 03:49:11','2026-04-11 05:49:11',345614,NULL), +(11471,'woocommerce_refresh_order_count_cache','complete','2026-04-11 15:21:03','2026-04-11 17:21:03',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775920863;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775920863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-11 15:26:57','2026-04-11 17:26:57',345687,NULL), +(11472,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 04:49:11','2026-04-11 06:49:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775882951;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775882951;}',11,1,'2026-04-11 05:04:47','2026-04-11 07:04:47',345626,NULL), +(11473,'woocommerce_cleanup_sessions','complete','2026-04-11 16:04:07','2026-04-11 18:04:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775923447;s:18:\"\0*\0first_timestamp\";i:1775880000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775923447;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-11 16:06:59','2026-04-11 18:06:59',345699,NULL), +(11474,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 06:04:47','2026-04-11 08:04:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775887487;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775887487;}',11,1,'2026-04-11 06:24:33','2026-04-11 08:24:33',345632,NULL), +(11475,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 07:24:33','2026-04-11 09:24:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775892273;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775892273;}',11,1,'2026-04-11 07:29:11','2026-04-11 09:29:11',345638,NULL), +(11476,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 08:29:11','2026-04-11 10:29:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775896151;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775896151;}',11,1,'2026-04-11 09:02:50','2026-04-11 11:02:50',345647,NULL), +(11477,'woocommerce_scheduled_sales','complete','2026-04-12 08:19:52','2026-04-12 10:19:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775981992;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775981992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 08:30:27','2026-04-12 10:30:27',345803,NULL), +(11478,'woocommerce_cleanup_logs','complete','2026-04-12 08:19:52','2026-04-12 10:19:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775981992;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775981992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 08:30:27','2026-04-12 10:30:27',345803,NULL), +(11479,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-12 08:19:52','2026-04-12 10:19:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775981992;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775981992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 08:30:27','2026-04-12 10:30:27',345803,NULL), +(11480,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 10:02:50','2026-04-11 12:02:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775901770;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775901770;}',11,1,'2026-04-11 10:18:40','2026-04-11 12:18:40',345655,NULL), +(11481,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 11:18:40','2026-04-11 13:18:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775906320;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775906320;}',11,1,'2026-04-11 11:40:41','2026-04-11 13:40:41',345662,NULL), +(11482,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 12:40:41','2026-04-11 14:40:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775911241;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775911241;}',11,1,'2026-04-11 13:02:57','2026-04-11 15:02:57',345668,NULL), +(11483,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 14:02:57','2026-04-11 16:02:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775916177;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775916177;}',11,1,'2026-04-11 14:16:19','2026-04-11 16:16:19',345679,NULL), +(11484,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 15:16:19','2026-04-11 17:16:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775920579;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775920579;}',11,1,'2026-04-11 15:20:53','2026-04-11 17:20:53',345685,NULL), +(11485,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 16:20:53','2026-04-11 18:20:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775924453;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775924453;}',11,1,'2026-04-11 16:45:57','2026-04-11 18:45:57',345706,NULL), +(11486,'woocommerce_refresh_order_count_cache','complete','2026-04-12 03:26:57','2026-04-12 05:26:57',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775964417;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775964417;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-12 03:30:37','2026-04-12 05:30:37',345776,NULL), +(11488,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 17:45:57','2026-04-11 19:45:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775929557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775929557;}',11,1,'2026-04-11 17:55:03','2026-04-11 19:55:03',345718,NULL), +(11489,'fetch_patterns','complete','2026-04-12 16:45:57','2026-04-12 18:45:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776012357;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776012357;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 16:47:01','2026-04-12 18:47:01',345900,NULL), +(11490,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 18:55:03','2026-04-11 20:55:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775933703;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775933703;}',11,1,'2026-04-11 18:59:36','2026-04-11 20:59:36',345727,NULL), +(11491,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 19:59:36','2026-04-11 21:59:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775937576;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775937576;}',11,1,'2026-04-11 20:25:18','2026-04-11 22:25:18',345736,NULL), +(11492,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 21:25:18','2026-04-11 23:25:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775942718;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775942718;}',11,1,'2026-04-11 21:26:41','2026-04-11 23:26:41',345742,NULL), +(11493,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 22:26:41','2026-04-12 00:26:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775946401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775946401;}',11,1,'2026-04-11 22:27:16','2026-04-12 00:27:16',345753,NULL), +(11494,'wp_mail_smtp_admin_notifications_update','complete','2026-04-12 22:27:15','2026-04-13 00:27:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032835;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032835;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11495,'wc_admin_daily_wrapper','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11496,'woocommerce_cleanup_personal_data','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11497,'woocommerce_expired_transient_files_cleanup','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776032836;}',12,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11498,'woocommerce_cancel_unpaid_orders','complete','2026-04-11 23:27:16','2026-04-12 01:27:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775950036;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775950036;}',11,1,'2026-04-11 23:49:46','2026-04-12 01:49:46',345759,NULL), +(11499,'woocommerce_cleanup_sessions','complete','2026-04-12 04:00:00','2026-04-12 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775966400;s:18:\"\0*\0first_timestamp\";i:1775966400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775966400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-12 04:19:42','2026-04-12 06:19:42',345778,NULL), +(11500,'generate_category_lookup_table_wrapper','complete','2026-04-11 22:27:26','2026-04-12 00:27:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775946446;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775946446;}',11,1,'2026-04-11 22:55:17','2026-04-12 00:55:17',345755,NULL), +(11501,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-12 22:27:16','2026-04-13 00:27:16',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776032836;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776032836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-12 22:42:01','2026-04-13 00:42:01',345969,NULL), +(11502,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 00:49:46','2026-04-12 02:49:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775954986;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775954986;}',11,1,'2026-04-12 00:54:57','2026-04-12 02:54:57',345764,NULL), +(11503,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 01:54:57','2026-04-12 03:54:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775958897;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775958897;}',11,1,'2026-04-12 01:56:07','2026-04-12 03:56:07',345769,NULL), +(11504,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 02:56:07','2026-04-12 04:56:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775962567;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775962567;}',11,1,'2026-04-12 03:00:55','2026-04-12 05:00:55',345773,NULL), +(11505,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 04:00:55','2026-04-12 06:00:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775966455;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775966455;}',11,1,'2026-04-12 04:19:42','2026-04-12 06:19:42',345778,NULL), +(11506,'woocommerce_refresh_order_count_cache','complete','2026-04-12 15:30:37','2026-04-12 17:30:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776007837;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776007837;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-12 15:49:39','2026-04-12 17:49:39',345885,NULL), +(11507,'woocommerce_cleanup_sessions','complete','2026-04-12 16:19:42','2026-04-12 18:19:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776010782;s:18:\"\0*\0first_timestamp\";i:1775966400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776010782;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-12 16:21:16','2026-04-12 18:21:16',345892,NULL), +(11508,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 05:19:42','2026-04-12 07:19:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775971182;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775971182;}',11,1,'2026-04-12 05:28:00','2026-04-12 07:28:00',345783,NULL), +(11509,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 06:28:00','2026-04-12 08:28:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775975280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775975280;}',11,1,'2026-04-12 06:48:44','2026-04-12 08:48:44',345790,NULL), +(11510,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 07:48:44','2026-04-12 09:48:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775980124;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775980124;}',11,1,'2026-04-12 08:00:28','2026-04-12 10:00:28',345800,NULL), +(11511,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 09:00:28','2026-04-12 11:00:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775984428;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775984428;}',11,1,'2026-04-12 09:29:22','2026-04-12 11:29:22',345808,NULL), +(11512,'woocommerce_scheduled_sales','complete','2026-04-13 08:30:27','2026-04-13 10:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776069027;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776069027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11513,'woocommerce_cleanup_logs','complete','2026-04-13 08:30:27','2026-04-13 10:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776069027;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776069027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11514,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-13 08:30:27','2026-04-13 10:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776069027;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776069027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11515,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 10:29:22','2026-04-12 12:29:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775989762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775989762;}',11,1,'2026-04-12 10:33:45','2026-04-12 12:33:45',345820,NULL), +(11516,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 11:33:45','2026-04-12 13:33:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775993625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775993625;}',11,1,'2026-04-12 11:52:19','2026-04-12 13:52:19',345827,NULL), +(11517,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 12:52:19','2026-04-12 14:52:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775998339;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775998339;}',11,1,'2026-04-12 12:57:19','2026-04-12 14:57:19',345833,NULL), +(11518,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 13:57:19','2026-04-12 15:57:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776002239;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776002239;}',11,1,'2026-04-12 13:57:33','2026-04-12 15:57:33',345855,NULL), +(11519,'wc-admin_import_orders','complete','2026-04-12 13:55:32','2026-04-12 15:55:32',10,'[1702]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776002132;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776002132;}',4,1,'2026-04-12 13:56:27','2026-04-12 15:56:27',345853,NULL), +(11520,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 14:57:33','2026-04-12 16:57:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776005853;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776005853;}',11,1,'2026-04-12 15:00:10','2026-04-12 17:00:10',345869,NULL), +(11521,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 16:00:10','2026-04-12 18:00:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776009610;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776009610;}',11,1,'2026-04-12 16:19:30','2026-04-12 18:19:30',345890,NULL), +(11522,'woocommerce_refresh_order_count_cache','complete','2026-04-13 03:49:39','2026-04-13 05:49:39',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776052179;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776052179;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-13 03:57:41','2026-04-13 05:57:41',345993,NULL), +(11523,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 17:19:30','2026-04-12 19:19:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776014370;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776014370;}',11,1,'2026-04-12 17:21:33','2026-04-12 19:21:33',345909,NULL), +(11525,'fetch_patterns','complete','2026-04-13 16:47:01','2026-04-13 18:47:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776098821;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776098821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 16:50:55','2026-04-13 18:50:55',346090,NULL), +(11526,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 18:21:33','2026-04-12 20:21:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776018093;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776018093;}',11,1,'2026-04-12 18:24:14','2026-04-12 20:24:14',345919,NULL), +(11527,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 19:24:14','2026-04-12 21:24:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776021854;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776021854;}',11,1,'2026-04-12 19:24:54','2026-04-12 21:24:54',345935,NULL), +(11528,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 20:24:54','2026-04-12 22:24:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776025494;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776025494;}',11,1,'2026-04-12 20:30:21','2026-04-12 22:30:21',345939,NULL), +(11529,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 21:30:21','2026-04-12 23:30:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776029421;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776029421;}',11,1,'2026-04-12 22:00:18','2026-04-13 00:00:18',345946,NULL), +(11530,'woocommerce_cancel_unpaid_orders','complete','2026-04-12 23:00:18','2026-04-13 01:00:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776034818;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776034818;}',11,1,'2026-04-12 23:24:13','2026-04-13 01:24:13',345973,NULL), +(11531,'wp_mail_smtp_admin_notifications_update','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-13 22:47:41','2026-04-14 00:47:41',346115,NULL), +(11532,'wc_admin_daily_wrapper','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11533,'woocommerce_cleanup_personal_data','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11534,'woocommerce_expired_transient_files_cleanup','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776120121;}',12,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11535,'woocommerce_cleanup_sessions','complete','2026-04-13 04:00:00','2026-04-13 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776052800;s:18:\"\0*\0first_timestamp\";i:1776052800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776052800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-13 04:20:39','2026-04-13 06:20:39',345995,NULL), +(11536,'generate_category_lookup_table_wrapper','complete','2026-04-12 22:42:11','2026-04-13 00:42:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776033731;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776033731;}',11,1,'2026-04-12 22:52:09','2026-04-13 00:52:09',345971,NULL), +(11537,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-13 22:42:01','2026-04-14 00:42:01',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776120121;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776120121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-13 22:47:42','2026-04-14 00:47:42',346115,NULL), +(11538,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 00:24:13','2026-04-13 02:24:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776039853;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776039853;}',11,1,'2026-04-13 00:33:32','2026-04-13 02:33:32',345978,NULL), +(11539,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 01:33:32','2026-04-13 03:33:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776044012;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776044012;}',11,1,'2026-04-13 01:33:33','2026-04-13 03:33:33',345983,NULL), +(11540,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 02:33:32','2026-04-13 04:33:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776047612;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776047612;}',11,1,'2026-04-13 02:36:33','2026-04-13 04:36:33',345988,NULL), +(11541,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 03:36:33','2026-04-13 05:36:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776051393;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776051393;}',11,1,'2026-04-13 03:57:41','2026-04-13 05:57:41',345993,NULL), +(11542,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 04:57:41','2026-04-13 06:57:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776056261;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776056261;}',11,1,'2026-04-13 04:59:23','2026-04-13 06:59:23',345999,NULL), +(11543,'woocommerce_refresh_order_count_cache','complete','2026-04-13 15:57:41','2026-04-13 17:57:41',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776095861;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776095861;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-13 16:20:23','2026-04-13 18:20:23',346085,NULL), +(11544,'woocommerce_cleanup_sessions','complete','2026-04-13 16:20:39','2026-04-13 18:20:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776097239;s:18:\"\0*\0first_timestamp\";i:1776052800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776097239;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-13 16:39:43','2026-04-13 18:39:43',346087,NULL), +(11545,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 05:59:23','2026-04-13 07:59:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776059963;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776059963;}',11,1,'2026-04-13 06:28:33','2026-04-13 08:28:33',346007,NULL), +(11546,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 07:28:33','2026-04-13 09:28:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776065313;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776065313;}',11,1,'2026-04-13 07:30:15','2026-04-13 09:30:15',346013,NULL), +(11547,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 08:30:15','2026-04-13 10:30:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776069015;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776069015;}',11,1,'2026-04-13 08:40:32','2026-04-13 10:40:32',346038,NULL), +(11548,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 09:40:32','2026-04-13 11:40:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776073232;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776073232;}',11,1,'2026-04-13 10:11:07','2026-04-13 12:11:07',346045,NULL), +(11549,'woocommerce_scheduled_sales','complete','2026-04-14 08:40:32','2026-04-14 10:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776156032;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776156032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11550,'woocommerce_cleanup_logs','complete','2026-04-14 08:40:32','2026-04-14 10:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776156032;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776156032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11551,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-14 08:40:32','2026-04-14 10:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776156032;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776156032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11552,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 11:11:07','2026-04-13 13:11:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776078667;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776078667;}',11,1,'2026-04-13 11:11:20','2026-04-13 13:11:20',346058,NULL), +(11553,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 12:11:20','2026-04-13 14:11:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776082280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776082280;}',11,1,'2026-04-13 12:30:53','2026-04-13 14:30:53',346064,NULL), +(11554,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 13:30:53','2026-04-13 15:30:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776087053;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776087053;}',11,1,'2026-04-13 13:33:44','2026-04-13 15:33:44',346070,NULL), +(11555,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 14:33:44','2026-04-13 16:33:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776090824;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776090824;}',11,1,'2026-04-13 14:35:57','2026-04-13 16:35:57',346074,NULL), +(11556,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 15:35:57','2026-04-13 17:35:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776094557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776094557;}',11,1,'2026-04-13 15:36:00','2026-04-13 17:36:00',346081,NULL), +(11557,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 16:36:00','2026-04-13 18:36:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776098160;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776098160;}',11,1,'2026-04-13 16:39:43','2026-04-13 18:39:43',346087,NULL), +(11558,'woocommerce_refresh_order_count_cache','complete','2026-04-14 04:20:23','2026-04-14 06:20:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776140423;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776140423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-14 05:27:36','2026-04-14 07:27:36',346154,NULL), +(11560,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 17:39:43','2026-04-13 19:39:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776101983;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776101983;}',11,1,'2026-04-13 17:40:00','2026-04-13 19:40:00',346095,NULL), +(11561,'fetch_patterns','complete','2026-04-14 16:50:55','2026-04-14 18:50:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776185455;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776185455;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 16:57:16','2026-04-14 18:57:16',346224,NULL), +(11562,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 18:40:00','2026-04-13 20:40:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776105600;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776105600;}',11,1,'2026-04-13 18:44:13','2026-04-13 20:44:13',346100,NULL), +(11563,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 19:44:13','2026-04-13 21:44:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776109453;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776109453;}',11,1,'2026-04-13 19:47:23','2026-04-13 21:47:23',346104,NULL), +(11564,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 20:47:23','2026-04-13 22:47:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776113243;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776113243;}',11,1,'2026-04-13 21:19:32','2026-04-13 23:19:32',346108,NULL), +(11565,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 22:19:32','2026-04-14 00:19:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776118772;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776118772;}',11,1,'2026-04-13 22:21:18','2026-04-14 00:21:18',346112,NULL), +(11566,'woocommerce_cancel_unpaid_orders','complete','2026-04-13 23:21:18','2026-04-14 01:21:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776122478;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776122478;}',11,1,'2026-04-13 23:21:26','2026-04-14 01:21:26',346122,NULL), +(11567,'wp_mail_smtp_admin_notifications_update','complete','2026-04-14 22:47:41','2026-04-15 00:47:41',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206861;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206861;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-14 23:11:41','2026-04-15 01:11:41',346248,NULL), +(11568,'wc_admin_daily_wrapper','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11569,'woocommerce_cleanup_personal_data','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11570,'woocommerce_expired_transient_files_cleanup','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776206862;}',12,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11571,'woocommerce_cleanup_sessions','complete','2026-04-14 04:00:00','2026-04-14 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776139200;s:18:\"\0*\0first_timestamp\";i:1776139200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776139200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-14 04:20:16','2026-04-14 06:20:16',346152,NULL), +(11572,'generate_category_lookup_table_wrapper','complete','2026-04-13 22:47:52','2026-04-14 00:47:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776120472;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776120472;}',11,1,'2026-04-13 22:55:19','2026-04-14 00:55:19',346117,NULL), +(11573,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-14 22:47:42','2026-04-15 00:47:42',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776206862;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776206862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-14 23:11:42','2026-04-15 01:11:42',346248,NULL), +(11574,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 00:21:26','2026-04-14 02:21:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776126086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776126086;}',11,1,'2026-04-14 00:24:53','2026-04-14 02:24:53',346135,NULL), +(11575,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 01:24:53','2026-04-14 03:24:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776129893;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776129893;}',11,1,'2026-04-14 01:45:23','2026-04-14 03:45:23',346142,NULL), +(11576,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 02:45:22','2026-04-14 04:45:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776134722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776134722;}',11,1,'2026-04-14 02:50:40','2026-04-14 04:50:40',346148,NULL), +(11577,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 03:50:40','2026-04-14 05:50:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776138640;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776138640;}',11,1,'2026-04-14 04:20:16','2026-04-14 06:20:16',346152,NULL), +(11578,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 05:20:16','2026-04-14 07:20:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776144016;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776144016;}',11,1,'2026-04-14 05:27:36','2026-04-14 07:27:36',346154,NULL), +(11579,'woocommerce_cleanup_sessions','complete','2026-04-14 16:20:16','2026-04-14 18:20:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776183616;s:18:\"\0*\0first_timestamp\";i:1776139200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776183616;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-14 16:57:16','2026-04-14 18:57:16',346224,NULL), +(11580,'woocommerce_refresh_order_count_cache','complete','2026-04-14 17:27:36','2026-04-14 19:27:36',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776187656;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776187656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-14 17:46:43','2026-04-14 19:46:43',346227,NULL), +(11581,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 06:27:36','2026-04-14 08:27:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776148056;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776148056;}',11,1,'2026-04-14 06:33:27','2026-04-14 08:33:27',346161,NULL), +(11582,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 07:33:27','2026-04-14 09:33:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776152007;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776152007;}',11,1,'2026-04-14 07:36:08','2026-04-14 09:36:08',346167,NULL), +(11583,'wp_mail_smtp_summary_report_email','complete','2026-04-21 07:11:30','2026-04-21 09:11:30',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776755490;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776755490;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-21 07:17:05','2026-04-21 09:17:05',347266,NULL), +(11584,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 08:36:08','2026-04-14 10:36:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776155768;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776155768;}',11,1,'2026-04-14 09:04:32','2026-04-14 11:04:32',346173,NULL), +(11585,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 10:04:32','2026-04-14 12:04:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776161072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776161072;}',11,1,'2026-04-14 10:05:00','2026-04-14 12:05:00',346177,NULL), +(11586,'woocommerce_scheduled_sales','complete','2026-04-15 09:04:32','2026-04-15 11:04:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776243872;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776243872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11587,'woocommerce_cleanup_logs','complete','2026-04-15 09:04:32','2026-04-15 11:04:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776243872;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776243872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11588,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-15 09:04:32','2026-04-15 11:04:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776243872;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776243872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11589,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 11:05:00','2026-04-14 13:05:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776164700;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776164700;}',11,1,'2026-04-14 11:09:00','2026-04-14 13:09:00',346182,NULL), +(11590,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 12:09:00','2026-04-14 14:09:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776168540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776168540;}',11,1,'2026-04-14 12:27:39','2026-04-14 14:27:39',346191,NULL), +(11591,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 13:27:39','2026-04-14 15:27:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776173259;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776173259;}',11,1,'2026-04-14 13:34:38','2026-04-14 15:34:38',346200,NULL), +(11592,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 14:34:38','2026-04-14 16:34:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776177278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776177278;}',11,1,'2026-04-14 14:43:41','2026-04-14 16:43:41',346212,NULL), +(11593,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 15:43:41','2026-04-14 17:43:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776181421;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776181421;}',11,1,'2026-04-14 15:44:39','2026-04-14 17:44:39',346218,NULL), +(11594,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 16:44:39','2026-04-14 18:44:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776185079;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776185079;}',11,1,'2026-04-14 16:57:16','2026-04-14 18:57:16',346224,NULL), +(11596,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 17:57:16','2026-04-14 19:57:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776189436;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776189436;}',11,1,'2026-04-14 17:57:23','2026-04-14 19:57:23',346229,NULL), +(11597,'fetch_patterns','complete','2026-04-15 16:57:16','2026-04-15 18:57:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776272236;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776272236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 17:42:59','2026-04-15 19:42:59',346371,NULL), +(11598,'woocommerce_refresh_order_count_cache','complete','2026-04-15 05:46:43','2026-04-15 07:46:43',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776232003;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776232003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-15 05:49:34','2026-04-15 07:49:34',346280,NULL), +(11599,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 18:57:23','2026-04-14 20:57:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776193043;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776193043;}',11,1,'2026-04-14 20:06:24','2026-04-14 22:06:24',346232,NULL), +(11600,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 21:06:24','2026-04-14 23:06:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776200784;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776200784;}',11,1,'2026-04-14 21:18:35','2026-04-14 23:18:35',346239,NULL), +(11601,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 22:18:35','2026-04-15 00:18:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776205115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776205115;}',11,1,'2026-04-14 22:23:10','2026-04-15 00:23:10',346245,NULL), +(11602,'woocommerce_cancel_unpaid_orders','complete','2026-04-14 23:23:10','2026-04-15 01:23:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776208990;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776208990;}',11,1,'2026-04-14 23:26:38','2026-04-15 01:26:38',346250,NULL), +(11603,'wp_mail_smtp_admin_notifications_update','complete','2026-04-15 23:11:41','2026-04-16 01:11:41',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294701;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294701;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11604,'wc_admin_daily_wrapper','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11605,'woocommerce_cleanup_personal_data','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11606,'woocommerce_expired_transient_files_cleanup','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776294702;}',12,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11607,'woocommerce_cleanup_sessions','complete','2026-04-15 04:00:00','2026-04-15 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776225600;s:18:\"\0*\0first_timestamp\";i:1776225600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776225600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-15 04:04:03','2026-04-15 06:04:03',346269,NULL), +(11608,'generate_category_lookup_table_wrapper','complete','2026-04-14 23:11:52','2026-04-15 01:11:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776208312;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776208312;}',11,1,'2026-04-14 23:26:38','2026-04-15 01:26:38',346250,NULL), +(11609,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-15 23:11:42','2026-04-16 01:11:42',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776294702;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776294702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-15 23:19:36','2026-04-16 01:19:36',346414,NULL), +(11610,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 00:26:38','2026-04-15 02:26:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776212798;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776212798;}',11,1,'2026-04-15 01:06:59','2026-04-15 03:06:59',346259,NULL), +(11611,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 02:06:59','2026-04-15 04:06:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776218819;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776218819;}',11,1,'2026-04-15 02:29:53','2026-04-15 04:29:53',346264,NULL), +(11612,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 03:29:53','2026-04-15 05:29:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776223793;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776223793;}',11,1,'2026-04-15 03:29:56','2026-04-15 05:29:56',346266,NULL), +(11613,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 04:29:56','2026-04-15 06:29:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776227396;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776227396;}',11,1,'2026-04-15 04:54:11','2026-04-15 06:54:11',346273,NULL), +(11614,'woocommerce_cleanup_sessions','complete','2026-04-15 16:04:03','2026-04-15 18:04:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776269043;s:18:\"\0*\0first_timestamp\";i:1776225600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776269043;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-15 16:11:59','2026-04-15 18:11:59',346364,NULL), +(11615,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 05:54:11','2026-04-15 07:54:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776232451;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776232451;}',11,1,'2026-04-15 05:54:44','2026-04-15 07:54:44',346282,NULL), +(11616,'woocommerce_refresh_order_count_cache','complete','2026-04-15 17:49:34','2026-04-15 19:49:34',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776275374;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776275374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-15 17:52:07','2026-04-15 19:52:07',346375,NULL), +(11617,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 06:54:44','2026-04-15 08:54:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776236084;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776236084;}',11,1,'2026-04-15 06:54:47','2026-04-15 08:54:47',346307,NULL), +(11618,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 07:54:47','2026-04-15 09:54:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776239687;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776239687;}',11,1,'2026-04-15 07:57:19','2026-04-15 09:57:19',346313,NULL), +(11619,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 08:57:19','2026-04-15 10:57:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776243439;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776243439;}',11,1,'2026-04-15 09:08:21','2026-04-15 11:08:21',346319,NULL), +(11620,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 10:08:20','2026-04-15 12:08:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776247700;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776247700;}',11,1,'2026-04-15 10:16:02','2026-04-15 12:16:02',346322,NULL), +(11621,'woocommerce_scheduled_sales','complete','2026-04-16 09:08:21','2026-04-16 11:08:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776330501;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776330501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 09:14:34','2026-04-16 11:14:34',346470,NULL), +(11622,'woocommerce_cleanup_logs','complete','2026-04-16 09:08:21','2026-04-16 11:08:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776330501;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776330501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 09:14:34','2026-04-16 11:14:34',346470,NULL), +(11623,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-16 09:08:21','2026-04-16 11:08:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776330501;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776330501;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 09:14:34','2026-04-16 11:14:34',346470,NULL), +(11624,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 11:16:02','2026-04-15 13:16:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776251762;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776251762;}',11,1,'2026-04-15 11:30:39','2026-04-15 13:30:39',346333,NULL), +(11625,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 12:30:39','2026-04-15 14:30:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776256239;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776256239;}',11,1,'2026-04-15 12:36:31','2026-04-15 14:36:31',346339,NULL), +(11626,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 13:36:31','2026-04-15 15:36:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776260191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776260191;}',11,1,'2026-04-15 13:40:17','2026-04-15 15:40:17',346347,NULL), +(11627,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 14:40:17','2026-04-15 16:40:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776264017;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776264017;}',11,1,'2026-04-15 14:48:45','2026-04-15 16:48:45',346354,NULL), +(11628,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 15:48:45','2026-04-15 17:48:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776268125;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776268125;}',11,1,'2026-04-15 16:11:59','2026-04-15 18:11:59',346364,NULL), +(11629,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 17:11:59','2026-04-15 19:11:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776273119;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776273119;}',11,1,'2026-04-15 17:42:59','2026-04-15 19:42:59',346371,NULL), +(11631,'fetch_patterns','complete','2026-04-16 17:42:59','2026-04-16 19:42:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776361379;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776361379;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 17:44:30','2026-04-16 19:44:30',346527,NULL), +(11632,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 18:42:59','2026-04-15 20:42:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776278579;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776278579;}',11,1,'2026-04-15 18:46:41','2026-04-15 20:46:41',346383,NULL), +(11633,'woocommerce_refresh_order_count_cache','complete','2026-04-16 05:52:07','2026-04-16 07:52:07',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776318727;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776318727;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-16 06:04:42','2026-04-16 08:04:42',346447,NULL), +(11634,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 19:46:41','2026-04-15 21:46:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776282401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776282401;}',11,1,'2026-04-15 20:15:02','2026-04-15 22:15:02',346389,NULL), +(11635,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 21:15:02','2026-04-15 23:15:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776287702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776287702;}',11,1,'2026-04-15 21:22:51','2026-04-15 23:22:51',346399,NULL), +(11636,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 22:22:51','2026-04-16 00:22:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776291771;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776291771;}',11,1,'2026-04-15 22:23:35','2026-04-16 00:23:35',346406,NULL), +(11637,'woocommerce_cancel_unpaid_orders','complete','2026-04-15 23:23:35','2026-04-16 01:23:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776295415;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776295415;}',11,1,'2026-04-16 00:09:34','2026-04-16 02:09:34',346416,NULL), +(11638,'wp_mail_smtp_admin_notifications_update','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-16 23:20:02','2026-04-17 01:20:02',346567,NULL), +(11639,'wc_admin_daily_wrapper','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11640,'woocommerce_cleanup_personal_data','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11641,'woocommerce_expired_transient_files_cleanup','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776381576;}',12,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11642,'woocommerce_cleanup_sessions','complete','2026-04-16 04:00:00','2026-04-16 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776312000;s:18:\"\0*\0first_timestamp\";i:1776312000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776312000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-16 04:03:32','2026-04-16 06:03:32',346433,NULL), +(11643,'generate_category_lookup_table_wrapper','complete','2026-04-15 23:19:46','2026-04-16 01:19:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776295186;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776295186;}',11,1,'2026-04-16 00:09:34','2026-04-16 02:09:34',346416,NULL), +(11644,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-16 23:19:36','2026-04-17 01:19:36',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776381576;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776381576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-16 23:20:03','2026-04-17 01:20:03',346567,NULL), +(11645,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 01:09:34','2026-04-16 03:09:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776301774;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776301774;}',11,1,'2026-04-16 01:29:01','2026-04-16 03:29:01',346425,NULL), +(11646,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 02:29:01','2026-04-16 04:29:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776306541;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776306541;}',11,1,'2026-04-16 03:04:38','2026-04-16 05:04:38',346429,NULL), +(11647,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 04:04:38','2026-04-16 06:04:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776312278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776312278;}',11,1,'2026-04-16 04:07:02','2026-04-16 06:07:02',346435,NULL), +(11648,'woocommerce_cleanup_sessions','complete','2026-04-16 16:03:32','2026-04-16 18:03:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776355412;s:18:\"\0*\0first_timestamp\";i:1776312000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776355412;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-16 16:09:03','2026-04-16 18:09:03',346518,NULL), +(11649,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 05:07:02','2026-04-16 07:07:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776316022;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776316022;}',11,1,'2026-04-16 05:19:12','2026-04-16 07:19:12',346442,NULL), +(11650,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 06:19:12','2026-04-16 08:19:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776320352;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776320352;}',11,1,'2026-04-16 06:25:07','2026-04-16 08:25:07',346450,NULL), +(11651,'woocommerce_refresh_order_count_cache','complete','2026-04-16 18:04:42','2026-04-16 20:04:42',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776362682;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776362682;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-16 18:22:45','2026-04-16 20:22:45',346533,NULL), +(11652,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 07:25:07','2026-04-16 09:25:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776324307;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776324307;}',11,1,'2026-04-16 07:25:28','2026-04-16 09:25:28',346457,NULL), +(11653,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 08:25:28','2026-04-16 10:25:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776327928;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776327928;}',11,1,'2026-04-16 08:31:11','2026-04-16 10:31:11',346466,NULL), +(11654,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 09:31:11','2026-04-16 11:31:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776331871;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776331871;}',11,1,'2026-04-16 09:32:46','2026-04-16 11:32:46',346477,NULL), +(11655,'woocommerce_scheduled_sales','complete','2026-04-17 09:14:34','2026-04-17 11:14:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776417274;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776417274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 09:40:34','2026-04-17 11:40:34',346662,NULL), +(11656,'woocommerce_cleanup_logs','complete','2026-04-17 09:14:34','2026-04-17 11:14:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776417274;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776417274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 09:40:34','2026-04-17 11:40:34',346662,NULL), +(11657,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-17 09:14:34','2026-04-17 11:14:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776417274;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776417274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 09:40:34','2026-04-17 11:40:34',346662,NULL), +(11658,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 10:32:46','2026-04-16 12:32:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776335566;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776335566;}',11,1,'2026-04-16 10:45:37','2026-04-16 12:45:37',346486,NULL), +(11659,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 11:45:37','2026-04-16 13:45:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776339937;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776339937;}',11,1,'2026-04-16 12:02:26','2026-04-16 14:02:26',346495,NULL), +(11660,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 13:02:26','2026-04-16 15:02:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776344546;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776344546;}',11,1,'2026-04-16 13:09:20','2026-04-16 15:09:20',346500,NULL), +(11661,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 14:09:20','2026-04-16 16:09:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776348560;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776348560;}',11,1,'2026-04-16 14:12:21','2026-04-16 16:12:21',346504,NULL), +(11662,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 15:12:21','2026-04-16 17:12:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776352341;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776352341;}',11,1,'2026-04-16 15:13:38','2026-04-16 17:13:38',346512,NULL), +(11663,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 16:13:38','2026-04-16 18:13:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776356018;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776356018;}',11,1,'2026-04-16 16:20:53','2026-04-16 18:20:53',346521,NULL), +(11665,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 17:20:53','2026-04-16 19:20:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776360053;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776360053;}',11,1,'2026-04-16 17:24:58','2026-04-16 19:24:58',346524,NULL), +(11666,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 18:24:58','2026-04-16 20:24:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776363898;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776363898;}',11,1,'2026-04-16 18:53:23','2026-04-16 20:53:23',346535,NULL), +(11667,'fetch_patterns','complete','2026-04-17 17:44:30','2026-04-17 19:44:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776447870;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776447870;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 18:10:04','2026-04-17 20:10:04',346709,NULL), +(11668,'woocommerce_refresh_order_count_cache','complete','2026-04-17 06:22:45','2026-04-17 08:22:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776406965;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776406965;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-17 06:35:10','2026-04-17 08:35:10',346633,NULL), +(11669,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 19:53:23','2026-04-16 21:53:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776369203;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776369203;}',11,1,'2026-04-16 19:53:59','2026-04-16 21:53:59',346545,NULL), +(11670,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 20:53:59','2026-04-16 22:53:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776372839;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776372839;}',11,1,'2026-04-16 20:56:16','2026-04-16 22:56:16',346549,NULL), +(11671,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 21:56:16','2026-04-16 23:56:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776376576;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776376576;}',11,1,'2026-04-16 22:03:19','2026-04-17 00:03:19',346553,NULL), +(11672,'woocommerce_cancel_unpaid_orders','complete','2026-04-16 23:03:19','2026-04-17 01:03:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776380599;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776380599;}',11,1,'2026-04-16 23:04:35','2026-04-17 01:04:35',346564,NULL), +(11673,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 00:04:35','2026-04-17 02:04:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776384275;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776384275;}',11,1,'2026-04-17 00:12:57','2026-04-17 02:12:57',346575,NULL), +(11674,'wp_mail_smtp_admin_notifications_update','complete','2026-04-17 23:20:02','2026-04-18 01:20:02',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468002;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468002;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11675,'wc_admin_daily_wrapper','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11676,'woocommerce_cleanup_personal_data','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11677,'woocommerce_expired_transient_files_cleanup','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776468003;}',12,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11678,'woocommerce_cleanup_sessions','complete','2026-04-17 04:00:00','2026-04-17 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776398400;s:18:\"\0*\0first_timestamp\";i:1776398400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776398400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-17 04:01:24','2026-04-17 06:01:24',346600,NULL), +(11679,'generate_category_lookup_table_wrapper','complete','2026-04-16 23:20:13','2026-04-17 01:20:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776381613;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776381613;}',11,1,'2026-04-16 23:21:25','2026-04-17 01:21:25',346569,NULL), +(11680,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-17 23:20:03','2026-04-18 01:20:03',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776468003;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776468003;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-17 23:20:31','2026-04-18 01:20:31',346739,NULL), +(11681,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 01:12:57','2026-04-17 03:12:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776388377;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776388377;}',11,1,'2026-04-17 01:16:43','2026-04-17 03:16:43',346584,NULL), +(11682,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 02:16:43','2026-04-17 04:16:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776392203;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776392203;}',11,1,'2026-04-17 02:27:20','2026-04-17 04:27:20',346588,NULL), +(11683,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 03:27:20','2026-04-17 05:27:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776396440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776396440;}',11,1,'2026-04-17 03:47:19','2026-04-17 05:47:19',346594,NULL), +(11684,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 04:47:19','2026-04-17 06:47:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776401239;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776401239;}',11,1,'2026-04-17 05:07:55','2026-04-17 07:07:55',346621,NULL), +(11685,'woocommerce_cleanup_sessions','complete','2026-04-17 16:01:24','2026-04-17 18:01:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776441684;s:18:\"\0*\0first_timestamp\";i:1776398400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776441684;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-17 16:11:32','2026-04-17 18:11:32',346699,NULL), +(11686,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 06:07:55','2026-04-17 08:07:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776406075;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776406075;}',11,1,'2026-04-17 06:35:10','2026-04-17 08:35:10',346633,NULL), +(11687,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 07:35:10','2026-04-17 09:35:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776411310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776411310;}',11,1,'2026-04-17 07:36:10','2026-04-17 09:36:10',346644,NULL), +(11688,'woocommerce_refresh_order_count_cache','complete','2026-04-17 18:35:10','2026-04-17 20:35:10',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776450910;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776450910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-17 18:36:44','2026-04-17 20:36:44',346712,NULL), +(11689,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 08:36:10','2026-04-17 10:36:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776414970;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776414970;}',11,1,'2026-04-17 08:44:27','2026-04-17 10:44:27',346655,NULL), +(11690,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 09:44:27','2026-04-17 11:44:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776419067;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776419067;}',11,1,'2026-04-17 09:50:13','2026-04-17 11:50:13',346664,NULL), +(11691,'woocommerce_scheduled_sales','complete','2026-04-18 09:40:34','2026-04-18 11:40:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776505234;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776505234;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11692,'woocommerce_cleanup_logs','complete','2026-04-18 09:40:34','2026-04-18 11:40:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776505234;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776505234;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11693,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-18 09:40:34','2026-04-18 11:40:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776505234;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776505234;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11694,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 10:50:13','2026-04-17 12:50:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776423013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776423013;}',11,1,'2026-04-17 10:56:22','2026-04-17 12:56:22',346670,NULL), +(11695,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 11:56:22','2026-04-17 13:56:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776426982;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776426982;}',11,1,'2026-04-17 11:56:58','2026-04-17 13:56:58',346672,NULL), +(11696,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 12:56:58','2026-04-17 14:56:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776430618;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776430618;}',11,1,'2026-04-17 13:03:36','2026-04-17 15:03:36',346682,NULL), +(11697,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 14:03:36','2026-04-17 16:03:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776434616;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776434616;}',11,1,'2026-04-17 14:04:05','2026-04-17 16:04:05',346691,NULL), +(11698,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 15:04:05','2026-04-17 17:04:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776438245;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776438245;}',11,1,'2026-04-17 15:44:17','2026-04-17 17:44:17',346696,NULL), +(11699,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 16:44:17','2026-04-17 18:44:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776444257;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776444257;}',11,1,'2026-04-17 16:48:55','2026-04-17 18:48:55',346702,NULL), +(11701,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 17:48:55','2026-04-17 19:48:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776448135;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776448135;}',11,1,'2026-04-17 18:10:04','2026-04-17 20:10:04',346709,NULL), +(11702,'fetch_patterns','complete','2026-04-18 18:10:04','2026-04-18 20:10:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776535804;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776535804;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 18:20:42','2026-04-18 20:20:42',346866,NULL), +(11703,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 19:10:04','2026-04-17 21:10:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776453004;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776453004;}',11,1,'2026-04-17 19:11:10','2026-04-17 21:11:10',346715,NULL), +(11704,'woocommerce_refresh_order_count_cache','complete','2026-04-18 06:36:44','2026-04-18 08:36:44',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776494204;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776494204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-18 06:49:37','2026-04-18 08:49:37',346784,NULL), +(11705,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 20:11:10','2026-04-17 22:11:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776456670;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776456670;}',11,1,'2026-04-17 20:21:09','2026-04-17 22:21:09',346721,NULL), +(11706,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 21:21:09','2026-04-17 23:21:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776460869;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776460869;}',11,1,'2026-04-17 21:37:57','2026-04-17 23:37:57',346727,NULL), +(11707,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 22:37:57','2026-04-18 00:37:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776465477;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776465477;}',11,1,'2026-04-17 22:49:40','2026-04-18 00:49:40',346733,NULL), +(11708,'woocommerce_cancel_unpaid_orders','complete','2026-04-17 23:49:40','2026-04-18 01:49:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776469780;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776469780;}',11,1,'2026-04-17 23:54:15','2026-04-18 01:54:15',346744,NULL), +(11709,'wp_mail_smtp_admin_notifications_update','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-18 23:26:13','2026-04-19 01:26:13',346930,NULL), +(11710,'wc_admin_daily_wrapper','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11711,'woocommerce_cleanup_personal_data','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11712,'woocommerce_expired_transient_files_cleanup','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776554431;}',12,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11713,'woocommerce_cleanup_sessions','complete','2026-04-18 04:00:00','2026-04-18 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776484800;s:18:\"\0*\0first_timestamp\";i:1776484800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776484800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-18 04:17:04','2026-04-18 06:17:04',346772,NULL), +(11714,'generate_category_lookup_table_wrapper','complete','2026-04-17 23:20:41','2026-04-18 01:20:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776468041;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776468041;}',11,1,'2026-04-17 23:35:41','2026-04-18 01:35:41',346741,NULL), +(11715,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-18 23:20:31','2026-04-19 01:20:31',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776554431;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776554431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-18 23:26:14','2026-04-19 01:26:14',346930,NULL), +(11716,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 00:54:15','2026-04-18 02:54:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776473655;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776473655;}',11,1,'2026-04-18 00:54:47','2026-04-18 02:54:47',346751,NULL), +(11717,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 01:54:47','2026-04-18 03:54:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776477287;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776477287;}',11,1,'2026-04-18 01:57:48','2026-04-18 03:57:48',346761,NULL), +(11718,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 02:57:48','2026-04-18 04:57:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776481068;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776481068;}',11,1,'2026-04-18 03:09:04','2026-04-18 05:09:04',346768,NULL), +(11719,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 04:09:04','2026-04-18 06:09:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776485344;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776485344;}',11,1,'2026-04-18 04:17:04','2026-04-18 06:17:04',346772,NULL), +(11720,'woocommerce_cleanup_sessions','complete','2026-04-18 16:17:04','2026-04-18 18:17:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776529024;s:18:\"\0*\0first_timestamp\";i:1776484800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776529024;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-18 16:17:54','2026-04-18 18:17:54',346852,NULL), +(11721,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 05:17:04','2026-04-18 07:17:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776489424;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776489424;}',11,1,'2026-04-18 05:25:29','2026-04-18 07:25:29',346778,NULL), +(11722,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 06:25:29','2026-04-18 08:25:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776493529;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776493529;}',11,1,'2026-04-18 06:34:46','2026-04-18 08:34:46',346782,NULL), +(11723,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 07:34:46','2026-04-18 09:34:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776497686;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776497686;}',11,1,'2026-04-18 07:38:51','2026-04-18 09:38:51',346788,NULL), +(11724,'woocommerce_refresh_order_count_cache','complete','2026-04-18 18:49:37','2026-04-18 20:49:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776538177;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776538177;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-18 18:51:53','2026-04-18 20:51:53',346870,NULL), +(11725,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 08:38:51','2026-04-18 10:38:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776501531;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776501531;}',11,1,'2026-04-18 08:41:00','2026-04-18 10:41:00',346795,NULL), +(11726,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 09:41:00','2026-04-18 11:41:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776505260;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776505260;}',11,1,'2026-04-18 09:56:33','2026-04-18 11:56:33',346801,NULL), +(11727,'woocommerce_scheduled_sales','complete','2026-04-19 09:56:33','2026-04-19 11:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776592593;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776592593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 10:05:57','2026-04-19 12:05:57',347003,NULL), +(11728,'woocommerce_cleanup_logs','complete','2026-04-19 09:56:33','2026-04-19 11:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776592593;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776592593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 10:05:57','2026-04-19 12:05:57',347003,NULL), +(11729,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-19 09:56:33','2026-04-19 11:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776592593;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776592593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 10:05:57','2026-04-19 12:05:57',347003,NULL), +(11730,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 10:56:33','2026-04-18 12:56:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776509793;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776509793;}',11,1,'2026-04-18 10:57:32','2026-04-18 12:57:32',346808,NULL), +(11731,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 11:57:32','2026-04-18 13:57:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776513452;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776513452;}',11,1,'2026-04-18 12:38:53','2026-04-18 14:38:53',346813,NULL), +(11732,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 13:38:53','2026-04-18 15:38:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776519533;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776519533;}',11,1,'2026-04-18 13:53:29','2026-04-18 15:53:29',346823,NULL), +(11733,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 14:53:29','2026-04-18 16:53:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776524009;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776524009;}',11,1,'2026-04-18 14:56:46','2026-04-18 16:56:46',346832,NULL), +(11734,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 15:56:46','2026-04-18 17:56:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776527806;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776527806;}',11,1,'2026-04-18 15:59:57','2026-04-18 17:59:57',346848,NULL), +(11735,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 16:59:57','2026-04-18 18:59:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776531597;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776531597;}',11,1,'2026-04-18 17:00:33','2026-04-18 19:00:33',346858,NULL), +(11737,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 18:00:33','2026-04-18 20:00:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776535233;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776535233;}',11,1,'2026-04-18 18:05:17','2026-04-18 20:05:17',346864,NULL), +(11738,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 19:05:17','2026-04-18 21:05:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776539117;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776539117;}',11,1,'2026-04-18 19:16:50','2026-04-18 21:16:50',346873,NULL), +(11739,'fetch_patterns','complete','2026-04-19 18:20:42','2026-04-19 20:20:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776622842;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776622842;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 18:36:52','2026-04-19 20:36:52',347072,NULL), +(11740,'woocommerce_refresh_order_count_cache','complete','2026-04-19 06:51:53','2026-04-19 08:51:53',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776581513;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776581513;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-19 06:55:14','2026-04-19 08:55:14',346977,NULL), +(11741,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 20:16:50','2026-04-18 22:16:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776543410;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776543410;}',11,1,'2026-04-18 20:18:11','2026-04-18 22:18:11',346885,NULL), +(11742,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 21:18:11','2026-04-18 23:18:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776547091;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776547091;}',11,1,'2026-04-18 21:18:45','2026-04-18 23:18:45',346907,NULL), +(11743,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 22:18:45','2026-04-19 00:18:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776550725;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776550725;}',11,1,'2026-04-18 22:42:48','2026-04-19 00:42:48',346924,NULL), +(11744,'woocommerce_cancel_unpaid_orders','complete','2026-04-18 23:42:48','2026-04-19 01:42:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776555768;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776555768;}',11,1,'2026-04-18 23:44:52','2026-04-19 01:44:52',346934,NULL), +(11745,'wp_mail_smtp_admin_notifications_update','complete','2026-04-19 23:26:13','2026-04-20 01:26:13',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641173;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641173;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11746,'wc_admin_daily_wrapper','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641174;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11747,'woocommerce_cleanup_personal_data','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641174;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11748,'woocommerce_expired_transient_files_cleanup','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776641174;}',12,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11749,'woocommerce_cleanup_sessions','complete','2026-04-19 04:00:00','2026-04-19 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776571200;s:18:\"\0*\0first_timestamp\";i:1776571200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776571200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-19 04:04:54','2026-04-19 06:04:54',346961,NULL), +(11750,'generate_category_lookup_table_wrapper','complete','2026-04-18 23:26:24','2026-04-19 01:26:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776554784;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776554784;}',11,1,'2026-04-18 23:39:32','2026-04-19 01:39:32',346932,NULL), +(11751,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-19 23:26:14','2026-04-20 01:26:14',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776641174;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776641174;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-19 23:29:08','2026-04-20 01:29:08',347102,NULL), +(11752,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 00:44:52','2026-04-19 02:44:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776559492;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776559492;}',11,1,'2026-04-19 01:15:24','2026-04-19 03:15:24',346944,NULL), +(11753,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 02:15:24','2026-04-19 04:15:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776564924;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776564924;}',11,1,'2026-04-19 02:15:56','2026-04-19 04:15:56',346952,NULL), +(11754,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 03:15:56','2026-04-19 05:15:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776568556;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776568556;}',11,1,'2026-04-19 03:28:46','2026-04-19 05:28:46',346957,NULL), +(11755,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 04:28:46','2026-04-19 06:28:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776572926;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776572926;}',11,1,'2026-04-19 04:54:14','2026-04-19 06:54:14',346964,NULL), +(11756,'woocommerce_cleanup_sessions','complete','2026-04-19 16:04:54','2026-04-19 18:04:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776614694;s:18:\"\0*\0first_timestamp\";i:1776571200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776614694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-19 16:05:29','2026-04-19 18:05:29',347053,NULL), +(11757,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 05:54:14','2026-04-19 07:54:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776578054;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776578054;}',11,1,'2026-04-19 06:01:11','2026-04-19 08:01:11',346968,NULL), +(11758,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 07:01:11','2026-04-19 09:01:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776582071;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776582071;}',11,1,'2026-04-19 07:14:18','2026-04-19 09:14:18',346979,NULL), +(11759,'woocommerce_refresh_order_count_cache','complete','2026-04-19 18:55:14','2026-04-19 20:55:14',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776624914;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776624914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-19 19:02:30','2026-04-19 21:02:30',347077,NULL), +(11760,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 08:14:18','2026-04-19 10:14:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776586458;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776586458;}',11,1,'2026-04-19 08:26:29','2026-04-19 10:26:29',346984,NULL), +(11761,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 09:26:29','2026-04-19 11:26:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776590789;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776590789;}',11,1,'2026-04-19 09:31:32','2026-04-19 11:31:32',346991,NULL), +(11762,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 10:31:32','2026-04-19 12:31:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776594692;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776594692;}',11,1,'2026-04-19 10:34:23','2026-04-19 12:34:23',347011,NULL), +(11763,'woocommerce_scheduled_sales','complete','2026-04-20 10:05:57','2026-04-20 12:05:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776679557;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776679557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 10:10:03','2026-04-20 12:10:03',347157,NULL), +(11764,'woocommerce_cleanup_logs','complete','2026-04-20 10:05:57','2026-04-20 12:05:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776679557;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776679557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 10:10:03','2026-04-20 12:10:03',347157,NULL), +(11765,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-20 10:05:57','2026-04-20 12:05:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776679557;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776679557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 10:10:03','2026-04-20 12:10:03',347157,NULL), +(11766,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 11:34:23','2026-04-19 13:34:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776598463;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776598463;}',11,1,'2026-04-19 11:48:20','2026-04-19 13:48:20',347017,NULL), +(11767,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 12:48:20','2026-04-19 14:48:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776602900;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776602900;}',11,1,'2026-04-19 12:49:51','2026-04-19 14:49:51',347026,NULL), +(11768,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 13:49:51','2026-04-19 15:49:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776606591;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776606591;}',11,1,'2026-04-19 13:52:34','2026-04-19 15:52:34',347034,NULL), +(11769,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 14:52:34','2026-04-19 16:52:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776610354;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776610354;}',11,1,'2026-04-19 15:12:47','2026-04-19 17:12:47',347043,NULL), +(11770,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 16:12:47','2026-04-19 18:12:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776615167;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776615167;}',11,1,'2026-04-19 16:19:03','2026-04-19 18:19:03',347055,NULL), +(11772,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 17:19:03','2026-04-19 19:19:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776619143;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776619143;}',11,1,'2026-04-19 17:39:38','2026-04-19 19:39:38',347067,NULL), +(11773,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 18:39:38','2026-04-19 20:39:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776623978;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776623978;}',11,1,'2026-04-19 18:47:39','2026-04-19 20:47:39',347074,NULL), +(11774,'fetch_patterns','complete','2026-04-20 18:36:52','2026-04-20 20:36:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776710212;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776710212;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-20 18:37:14','2026-04-20 20:37:14',347224,NULL), +(11775,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 19:47:39','2026-04-19 21:47:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776628059;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776628059;}',11,1,'2026-04-19 19:51:21','2026-04-19 21:51:21',347082,NULL), +(11776,'woocommerce_refresh_order_count_cache','complete','2026-04-20 07:02:30','2026-04-20 09:02:30',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776668550;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776668550;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-20 07:34:50','2026-04-20 09:34:50',347141,NULL), +(11777,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 20:51:21','2026-04-19 22:51:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776631881;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776631881;}',11,1,'2026-04-19 20:59:23','2026-04-19 22:59:23',347087,NULL), +(11778,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 21:59:23','2026-04-19 23:59:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776635963;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776635963;}',11,1,'2026-04-19 22:20:37','2026-04-20 00:20:37',347092,NULL), +(11779,'woocommerce_cancel_unpaid_orders','complete','2026-04-19 23:20:37','2026-04-20 01:20:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776640837;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776640837;}',11,1,'2026-04-19 23:21:03','2026-04-20 01:21:03',347100,NULL), +(11780,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 00:21:02','2026-04-20 02:21:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776644462;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776644462;}',11,1,'2026-04-20 00:35:30','2026-04-20 02:35:30',347107,NULL), +(11781,'wp_mail_smtp_admin_notifications_update','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-21 00:27:26','2026-04-21 02:27:26',347251,NULL), +(11782,'wc_admin_daily_wrapper','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11783,'woocommerce_cleanup_personal_data','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11784,'woocommerce_expired_transient_files_cleanup','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776727748;}',12,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11785,'woocommerce_cleanup_sessions','complete','2026-04-20 04:00:00','2026-04-20 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776657600;s:18:\"\0*\0first_timestamp\";i:1776657600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776657600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-20 04:07:56','2026-04-20 06:07:56',347125,NULL), +(11786,'generate_category_lookup_table_wrapper','complete','2026-04-19 23:29:18','2026-04-20 01:29:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776641358;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776641358;}',11,1,'2026-04-19 23:35:29','2026-04-20 01:35:29',347104,NULL), +(11787,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-20 23:29:08','2026-04-21 01:29:08',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776727748;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776727748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11788,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 01:35:30','2026-04-20 03:35:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776648930;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776648930;}',11,1,'2026-04-20 01:36:49','2026-04-20 03:36:49',347113,NULL), +(11789,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 02:36:49','2026-04-20 04:36:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776652609;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776652609;}',11,1,'2026-04-20 02:45:13','2026-04-20 04:45:13',347118,NULL), +(11790,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 03:45:13','2026-04-20 05:45:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776656713;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776656713;}',11,1,'2026-04-20 03:55:08','2026-04-20 05:55:08',347123,NULL), +(11791,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 04:55:08','2026-04-20 06:55:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776660908;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776660908;}',11,1,'2026-04-20 05:30:58','2026-04-20 07:30:58',347131,NULL), +(11792,'woocommerce_cleanup_sessions','complete','2026-04-20 16:07:56','2026-04-20 18:07:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776701276;s:18:\"\0*\0first_timestamp\";i:1776657600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776701276;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-20 16:14:07','2026-04-20 18:14:07',347210,NULL), +(11793,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 06:30:58','2026-04-20 08:30:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776666658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776666658;}',11,1,'2026-04-20 06:44:46','2026-04-20 08:44:46',347138,NULL), +(11794,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 07:44:46','2026-04-20 09:44:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776671086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776671086;}',11,1,'2026-04-20 07:45:09','2026-04-20 09:45:09',347143,NULL), +(11795,'woocommerce_refresh_order_count_cache','complete','2026-04-20 19:34:50','2026-04-20 21:34:50',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776713690;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776713690;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-20 19:45:46','2026-04-20 21:45:46',347231,NULL), +(11796,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 08:45:09','2026-04-20 10:45:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776674709;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776674709;}',11,1,'2026-04-20 08:47:51','2026-04-20 10:47:51',347151,NULL), +(11797,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 09:47:51','2026-04-20 11:47:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776678471;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776678471;}',11,1,'2026-04-20 09:53:39','2026-04-20 11:53:39',347154,NULL), +(11798,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 10:53:39','2026-04-20 12:53:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776682419;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776682419;}',11,1,'2026-04-20 11:09:07','2026-04-20 13:09:07',347163,NULL), +(11799,'woocommerce_scheduled_sales','complete','2026-04-21 10:10:03','2026-04-21 12:10:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776766203;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776766203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 10:29:04','2026-04-21 12:29:04',347290,NULL), +(11800,'woocommerce_cleanup_logs','complete','2026-04-21 10:10:03','2026-04-21 12:10:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776766203;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776766203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 10:29:04','2026-04-21 12:29:04',347290,NULL), +(11801,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-21 10:10:03','2026-04-21 12:10:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776766203;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776766203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 10:29:04','2026-04-21 12:29:04',347290,NULL), +(11802,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 12:09:07','2026-04-20 14:09:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776686947;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776686947;}',11,1,'2026-04-20 12:09:39','2026-04-20 14:09:39',347176,NULL), +(11803,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 13:09:39','2026-04-20 15:09:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776690579;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776690579;}',11,1,'2026-04-20 13:15:15','2026-04-20 15:15:15',347186,NULL), +(11804,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 14:15:15','2026-04-20 16:15:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776694515;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776694515;}',11,1,'2026-04-20 14:29:39','2026-04-20 16:29:39',347195,NULL), +(11805,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 15:29:39','2026-04-20 17:29:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776698979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776698979;}',11,1,'2026-04-20 15:31:41','2026-04-20 17:31:41',347206,NULL), +(11806,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 16:31:41','2026-04-20 18:31:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776702701;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776702701;}',11,1,'2026-04-20 16:34:52','2026-04-20 18:34:52',347214,NULL), +(11808,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 17:34:52','2026-04-20 19:34:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776706492;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776706492;}',11,1,'2026-04-20 17:58:00','2026-04-20 19:58:00',347220,NULL), +(11809,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 18:58:00','2026-04-20 20:58:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776711480;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776711480;}',11,1,'2026-04-20 19:19:35','2026-04-20 21:19:35',347228,NULL), +(11810,'fetch_patterns','complete','2026-04-21 18:37:14','2026-04-21 20:37:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776796634;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776796634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-21 19:01:08','2026-04-21 21:01:08',347361,NULL), +(11811,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 20:19:35','2026-04-20 22:19:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776716375;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776716375;}',11,1,'2026-04-20 20:32:28','2026-04-20 22:32:28',347235,NULL), +(11812,'woocommerce_refresh_order_count_cache','complete','2026-04-21 07:45:46','2026-04-21 09:45:46',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776757546;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776757546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-21 07:46:47','2026-04-21 09:46:47',347268,NULL), +(11813,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 21:32:28','2026-04-20 23:32:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776720748;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776720748;}',11,1,'2026-04-20 21:36:00','2026-04-20 23:36:00',347242,NULL), +(11814,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 22:36:00','2026-04-21 00:36:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776724560;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776724560;}',11,1,'2026-04-20 22:40:43','2026-04-21 00:40:43',347246,NULL), +(11815,'woocommerce_cancel_unpaid_orders','complete','2026-04-20 23:40:43','2026-04-21 01:40:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776728443;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776728443;}',11,1,'2026-04-21 00:27:27','2026-04-21 02:27:27',347251,NULL), +(11816,'wp_mail_smtp_admin_notifications_update','complete','2026-04-22 00:27:26','2026-04-22 02:27:26',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817646;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817646;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-22 00:27:42','2026-04-22 02:27:42',347389,NULL), +(11817,'wc_admin_daily_wrapper','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11818,'woocommerce_cleanup_personal_data','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11819,'woocommerce_expired_transient_files_cleanup','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776817647;}',12,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11820,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 01:27:27','2026-04-21 03:27:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776734847;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776734847;}',11,1,'2026-04-21 01:57:29','2026-04-21 03:57:29',347253,NULL), +(11822,'generate_category_lookup_table_wrapper','complete','2026-04-21 00:27:37','2026-04-21 02:27:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776731257;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776731257;}',11,1,'2026-04-21 01:57:29','2026-04-21 03:57:29',347253,NULL), +(11823,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-22 00:27:27','2026-04-22 02:27:27',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776817647;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776817647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-22 00:27:43','2026-04-22 02:27:43',347389,NULL), +(11824,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 02:57:29','2026-04-21 04:57:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776740249;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776740249;}',11,1,'2026-04-21 03:16:10','2026-04-21 05:16:10',347256,NULL), +(11825,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 04:16:10','2026-04-21 06:16:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776744970;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776744970;}',11,1,'2026-04-21 04:19:37','2026-04-21 06:19:37',347259,NULL), +(11826,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 05:19:37','2026-04-21 07:19:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776748777;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776748777;}',11,1,'2026-04-21 07:17:05','2026-04-21 09:17:05',347266,NULL), +(11827,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 08:17:05','2026-04-21 10:17:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776759425;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776759425;}',11,1,'2026-04-21 08:17:24','2026-04-21 10:17:24',347271,NULL), +(11828,'wp_mail_smtp_summary_report_email','complete','2026-04-28 07:17:05','2026-04-28 09:17:05',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777360625;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777360625;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-04-28 07:30:15','2026-04-28 09:30:15',348978,NULL), +(11829,'woocommerce_refresh_order_count_cache','complete','2026-04-21 19:46:47','2026-04-21 21:46:47',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776800807;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776800807;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-21 19:48:43','2026-04-21 21:48:43',347365,NULL), +(11830,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 09:17:24','2026-04-21 11:17:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776763044;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776763044;}',11,1,'2026-04-21 09:31:09','2026-04-21 11:31:09',347282,NULL), +(11831,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 10:31:09','2026-04-21 12:31:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776767469;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776767469;}',11,1,'2026-04-21 10:32:04','2026-04-21 12:32:04',347294,NULL), +(11832,'woocommerce_geoip_updater','pending','2026-05-06 10:08:08','2026-05-06 12:08:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778062088;s:18:\"\0*\0first_timestamp\";i:1757315635;s:13:\"\0*\0recurrence\";i:1296000;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778062088;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:1296000;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(11833,'woocommerce_scheduled_sales','complete','2026-04-22 10:29:04','2026-04-22 12:29:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776853744;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776853744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 10:37:02','2026-04-22 12:37:02',347442,NULL), +(11834,'woocommerce_cleanup_logs','complete','2026-04-22 10:29:04','2026-04-22 12:29:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776853744;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776853744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 10:37:02','2026-04-22 12:37:02',347442,NULL), +(11835,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-22 10:29:04','2026-04-22 12:29:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776853744;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776853744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 10:37:02','2026-04-22 12:37:02',347442,NULL), +(11836,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 11:32:03','2026-04-21 13:32:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776771123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776771123;}',11,1,'2026-04-21 11:55:23','2026-04-21 13:55:23',347305,NULL), +(11837,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 12:55:23','2026-04-21 14:55:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776776123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776776123;}',11,1,'2026-04-21 13:04:02','2026-04-21 15:04:02',347313,NULL), +(11838,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 14:04:02','2026-04-21 16:04:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776780242;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776780242;}',11,1,'2026-04-21 14:19:54','2026-04-21 16:19:54',347330,NULL), +(11839,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 15:19:54','2026-04-21 17:19:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776784794;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776784794;}',11,1,'2026-04-21 15:19:58','2026-04-21 17:19:58',347336,NULL), +(11840,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 16:19:58','2026-04-21 18:19:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776788398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776788398;}',11,1,'2026-04-21 16:21:26','2026-04-21 18:21:26',347350,NULL), +(11841,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 17:21:26','2026-04-21 19:21:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776792086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776792086;}',11,1,'2026-04-21 17:23:26','2026-04-21 19:23:26',347355,NULL), +(11842,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 18:23:26','2026-04-21 20:23:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776795806;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776795806;}',11,1,'2026-04-21 18:29:27','2026-04-21 20:29:27',347359,NULL), +(11843,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 19:29:27','2026-04-21 21:29:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776799767;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776799767;}',11,1,'2026-04-21 19:48:43','2026-04-21 21:48:43',347365,NULL), +(11844,'fetch_patterns','complete','2026-04-22 19:01:08','2026-04-22 21:01:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776884468;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776884468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-22 19:07:42','2026-04-22 21:07:42',347483,NULL), +(11845,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 20:48:43','2026-04-21 22:48:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776804523;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776804523;}',11,1,'2026-04-21 21:16:05','2026-04-21 23:16:05',347368,NULL), +(11846,'woocommerce_refresh_order_count_cache','complete','2026-04-22 07:48:43','2026-04-22 09:48:43',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776844123;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776844123;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-22 08:06:10','2026-04-22 10:06:10',347429,NULL), +(11847,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 22:16:05','2026-04-22 00:16:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776809765;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776809765;}',11,1,'2026-04-21 22:20:26','2026-04-22 00:20:26',347374,NULL), +(11848,'woocommerce_cancel_unpaid_orders','complete','2026-04-21 23:20:25','2026-04-22 01:20:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776813625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776813625;}',11,1,'2026-04-22 00:17:03','2026-04-22 02:17:03',347381,NULL), +(11849,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 01:17:03','2026-04-22 03:17:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776820623;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776820623;}',11,1,'2026-04-22 01:22:41','2026-04-22 03:22:41',347409,NULL), +(11850,'wp_mail_smtp_admin_notifications_update','complete','2026-04-23 00:27:42','2026-04-23 02:27:42',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904062;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904062;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11851,'wc_admin_daily_wrapper','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11852,'woocommerce_cleanup_personal_data','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11853,'woocommerce_expired_transient_files_cleanup','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776904063;}',12,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11855,'generate_category_lookup_table_wrapper','complete','2026-04-22 00:27:53','2026-04-22 02:27:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776817673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776817673;}',11,1,'2026-04-22 00:29:06','2026-04-22 02:29:06',347391,NULL), +(11856,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-23 00:27:43','2026-04-23 02:27:43',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776904063;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776904063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11857,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 02:22:41','2026-04-22 04:22:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776824561;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776824561;}',11,1,'2026-04-22 02:44:14','2026-04-22 04:44:14',347412,NULL), +(11858,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 03:44:14','2026-04-22 05:44:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776829454;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776829454;}',11,1,'2026-04-22 03:54:30','2026-04-22 05:54:30',347415,NULL), +(11859,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 04:54:30','2026-04-22 06:54:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776833670;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776833670;}',11,1,'2026-04-22 05:21:53','2026-04-22 07:21:53',347420,NULL), +(11860,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 06:21:53','2026-04-22 08:21:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776838913;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776838913;}',11,1,'2026-04-22 07:17:51','2026-04-22 09:17:51',347426,NULL), +(11861,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 08:17:50','2026-04-22 10:17:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776845870;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776845870;}',11,1,'2026-04-22 08:26:29','2026-04-22 10:26:29',347431,NULL), +(11862,'woocommerce_refresh_order_count_cache','complete','2026-04-22 20:06:10','2026-04-22 22:06:10',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776888370;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776888370;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-22 20:11:28','2026-04-22 22:11:28',347490,NULL), +(11863,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 09:26:29','2026-04-22 11:26:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776849989;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776849989;}',11,1,'2026-04-22 09:46:32','2026-04-22 11:46:32',347437,NULL), +(11864,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 10:46:32','2026-04-22 12:46:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776854792;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776854792;}',11,1,'2026-04-22 10:53:15','2026-04-22 12:53:15',347444,NULL), +(11865,'woocommerce_scheduled_sales','complete','2026-04-23 10:37:02','2026-04-23 12:37:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776940622;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776940622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11866,'woocommerce_cleanup_logs','complete','2026-04-23 10:37:02','2026-04-23 12:37:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776940622;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776940622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11867,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-23 10:37:02','2026-04-23 12:37:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776940622;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776940622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11868,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 11:53:15','2026-04-22 13:53:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776858795;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776858795;}',11,1,'2026-04-22 12:22:47','2026-04-22 14:22:47',347447,NULL), +(11869,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 13:22:47','2026-04-22 15:22:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776864167;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776864167;}',11,1,'2026-04-22 13:31:33','2026-04-22 15:31:33',347449,NULL), +(11870,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 14:31:33','2026-04-22 16:31:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776868293;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776868293;}',11,1,'2026-04-22 15:01:46','2026-04-22 17:01:46',347454,NULL), +(11871,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 16:01:46','2026-04-22 18:01:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776873706;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776873706;}',11,1,'2026-04-22 16:18:53','2026-04-22 18:18:53',347462,NULL), +(11872,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 17:18:52','2026-04-22 19:18:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776878332;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776878332;}',11,1,'2026-04-22 17:22:50','2026-04-22 19:22:50',347470,NULL), +(11873,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 18:22:50','2026-04-22 20:22:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776882170;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776882170;}',11,1,'2026-04-22 18:23:01','2026-04-22 20:23:01',347474,NULL), +(11874,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 19:23:01','2026-04-22 21:23:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776885781;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776885781;}',11,1,'2026-04-22 19:36:52','2026-04-22 21:36:52',347486,NULL), +(11875,'fetch_patterns','complete','2026-04-23 19:07:42','2026-04-23 21:07:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776971262;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776971262;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-23 19:12:50','2026-04-23 21:12:50',347633,NULL), +(11876,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 20:36:52','2026-04-22 22:36:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776890212;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776890212;}',11,1,'2026-04-22 20:50:38','2026-04-22 22:50:38',347498,NULL), +(11877,'woocommerce_refresh_order_count_cache','complete','2026-04-23 08:11:28','2026-04-23 10:11:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776931888;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776931888;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-23 08:11:38','2026-04-23 10:11:38',347552,NULL), +(11878,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 21:50:38','2026-04-22 23:50:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776894638;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776894638;}',11,1,'2026-04-22 21:57:24','2026-04-22 23:57:24',347504,NULL), +(11879,'woocommerce_cancel_unpaid_orders','complete','2026-04-22 22:57:24','2026-04-23 00:57:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776898644;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776898644;}',11,1,'2026-04-22 23:21:54','2026-04-23 01:21:54',347510,NULL), +(11880,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 00:21:54','2026-04-23 02:21:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776903714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776903714;}',11,1,'2026-04-23 01:12:19','2026-04-23 03:12:19',347517,NULL), +(11881,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 02:12:19','2026-04-23 04:12:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776910339;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776910339;}',11,1,'2026-04-23 02:16:06','2026-04-23 04:16:06',347519,NULL), +(11882,'wp_mail_smtp_admin_notifications_update','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11883,'wc_admin_daily_wrapper','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11884,'woocommerce_cleanup_personal_data','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11885,'woocommerce_expired_transient_files_cleanup','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776993139;}',12,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11887,'generate_category_lookup_table_wrapper','complete','2026-04-23 01:12:29','2026-04-23 03:12:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776906749;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776906749;}',11,1,'2026-04-23 02:16:06','2026-04-23 04:16:06',347519,NULL), +(11888,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-24 01:12:19','2026-04-24 03:12:19',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776993139;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776993139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-24 01:15:52','2026-04-24 03:15:52',347663,NULL), +(11889,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 03:16:06','2026-04-23 05:16:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776914166;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776914166;}',11,1,'2026-04-23 04:18:15','2026-04-23 06:18:15',347524,NULL), +(11890,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 05:18:15','2026-04-23 07:18:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776921495;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776921495;}',11,1,'2026-04-23 05:30:21','2026-04-23 07:30:21',347530,NULL), +(11891,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 06:30:21','2026-04-23 08:30:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776925821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776925821;}',11,1,'2026-04-23 06:47:11','2026-04-23 08:47:11',347536,NULL), +(11892,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 07:47:11','2026-04-23 09:47:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776930431;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776930431;}',11,1,'2026-04-23 07:47:45','2026-04-23 09:47:45',347546,NULL), +(11893,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 08:47:45','2026-04-23 10:47:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776934065;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776934065;}',11,1,'2026-04-23 09:30:22','2026-04-23 11:30:22',347557,NULL), +(11894,'woocommerce_refresh_order_count_cache','complete','2026-04-23 20:11:38','2026-04-23 22:11:38',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1776975098;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1776975098;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-23 20:15:22','2026-04-23 22:15:22',347640,NULL), +(11895,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 10:30:22','2026-04-23 12:30:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776940222;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776940222;}',11,1,'2026-04-23 10:52:48','2026-04-23 12:52:48',347584,NULL), +(11896,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 11:52:48','2026-04-23 13:52:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776945168;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776945168;}',11,1,'2026-04-23 12:11:01','2026-04-23 14:11:01',347590,NULL), +(11897,'woocommerce_scheduled_sales','complete','2026-04-24 10:52:48','2026-04-24 12:52:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777027968;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777027968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11898,'woocommerce_cleanup_logs','complete','2026-04-24 10:52:48','2026-04-24 12:52:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777027968;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777027968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11899,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-24 10:52:48','2026-04-24 12:52:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777027968;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777027968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11900,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 13:11:01','2026-04-23 15:11:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776949861;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776949861;}',11,1,'2026-04-23 13:16:30','2026-04-23 15:16:30',347596,NULL), +(11901,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 14:16:30','2026-04-23 16:16:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776953790;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776953790;}',11,1,'2026-04-23 14:16:41','2026-04-23 16:16:41',347604,NULL), +(11902,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 15:16:41','2026-04-23 17:16:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776957401;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776957401;}',11,1,'2026-04-23 15:35:47','2026-04-23 17:35:47',347608,NULL), +(11903,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 16:35:47','2026-04-23 18:35:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776962147;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776962147;}',11,1,'2026-04-23 16:49:50','2026-04-23 18:49:50',347615,NULL), +(11904,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 17:49:50','2026-04-23 19:49:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776966590;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776966590;}',11,1,'2026-04-23 18:06:00','2026-04-23 20:06:00',347627,NULL), +(11905,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 19:06:00','2026-04-23 21:06:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776971160;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776971160;}',11,1,'2026-04-23 19:12:50','2026-04-23 21:12:50',347633,NULL), +(11906,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 20:12:50','2026-04-23 22:12:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776975170;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776975170;}',11,1,'2026-04-23 20:15:22','2026-04-23 22:15:22',347640,NULL), +(11907,'fetch_patterns','complete','2026-04-24 19:12:50','2026-04-24 21:12:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777057970;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777057970;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-24 20:04:48','2026-04-24 22:04:48',347941,NULL), +(11908,'woocommerce_refresh_order_count_cache','complete','2026-04-24 08:15:22','2026-04-24 10:15:22',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777018522;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777018522;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-24 08:15:46','2026-04-24 10:15:46',347714,NULL), +(11909,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 21:15:22','2026-04-23 23:15:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776978922;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776978922;}',11,1,'2026-04-23 21:16:15','2026-04-23 23:16:15',347645,NULL), +(11910,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 22:16:15','2026-04-24 00:16:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776982575;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776982575;}',11,1,'2026-04-23 22:21:37','2026-04-24 00:21:37',347649,NULL), +(11911,'woocommerce_cancel_unpaid_orders','complete','2026-04-23 23:21:37','2026-04-24 01:21:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776986497;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776986497;}',11,1,'2026-04-23 23:26:05','2026-04-24 01:26:05',347655,NULL), +(11912,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 00:26:05','2026-04-24 02:26:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776990365;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776990365;}',11,1,'2026-04-24 00:31:32','2026-04-24 02:31:32',347659,NULL), +(11913,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 01:31:32','2026-04-24 03:31:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776994292;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776994292;}',11,1,'2026-04-24 02:08:26','2026-04-24 04:08:26',347668,NULL), +(11914,'wp_mail_smtp_admin_notifications_update','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-25 01:21:15','2026-04-25 03:21:15',347996,NULL), +(11915,'wc_admin_daily_wrapper','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11916,'woocommerce_cleanup_personal_data','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11917,'woocommerce_expired_transient_files_cleanup','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777079752;}',12,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11919,'generate_category_lookup_table_wrapper','complete','2026-04-24 01:16:02','2026-04-24 03:16:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1776993362;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1776993362;}',11,1,'2026-04-24 01:17:03','2026-04-24 03:17:03',347665,NULL), +(11920,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-25 01:15:52','2026-04-25 03:15:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777079752;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777079752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-25 01:21:16','2026-04-25 03:21:16',347996,NULL), +(11921,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 03:08:26','2026-04-24 05:08:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777000106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777000106;}',11,1,'2026-04-24 03:23:36','2026-04-24 05:23:36',347673,NULL), +(11922,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 04:23:36','2026-04-24 06:23:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777004616;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777004616;}',11,1,'2026-04-24 04:31:27','2026-04-24 06:31:27',347683,NULL), +(11923,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 05:31:27','2026-04-24 07:31:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777008687;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777008687;}',11,1,'2026-04-24 05:31:34','2026-04-24 07:31:34',347689,NULL), +(11924,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 06:31:34','2026-04-24 08:31:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777012294;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777012294;}',11,1,'2026-04-24 06:40:40','2026-04-24 08:40:40',347694,NULL), +(11925,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 07:40:40','2026-04-24 09:40:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777016440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777016440;}',11,1,'2026-04-24 07:43:53','2026-04-24 09:43:53',347703,NULL), +(11926,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 08:43:53','2026-04-24 10:43:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777020233;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777020233;}',11,1,'2026-04-24 08:51:26','2026-04-24 10:51:26',347717,NULL), +(11927,'woocommerce_refresh_order_count_cache','complete','2026-04-24 20:15:46','2026-04-24 22:15:46',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777061746;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777061746;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-24 20:18:27','2026-04-24 22:18:27',347943,NULL), +(11928,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 09:51:26','2026-04-24 11:51:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777024286;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777024286;}',11,1,'2026-04-24 09:56:27','2026-04-24 11:56:27',347721,NULL), +(11929,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 10:56:27','2026-04-24 12:56:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777028187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777028187;}',11,1,'2026-04-24 10:59:39','2026-04-24 12:59:39',347730,NULL), +(11930,'woocommerce_scheduled_sales','complete','2026-04-25 10:59:39','2026-04-25 12:59:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777114779;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777114779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 11:10:17','2026-04-25 13:10:17',348133,NULL), +(11931,'woocommerce_cleanup_logs','complete','2026-04-25 10:59:39','2026-04-25 12:59:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777114779;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777114779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 11:10:17','2026-04-25 13:10:17',348133,NULL), +(11932,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-25 10:59:39','2026-04-25 12:59:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777114779;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777114779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 11:10:17','2026-04-25 13:10:17',348133,NULL), +(11933,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 11:59:39','2026-04-24 13:59:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777031979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777031979;}',11,1,'2026-04-24 12:00:47','2026-04-24 14:00:47',347738,NULL), +(11934,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 13:00:47','2026-04-24 15:00:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035647;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035647;}',11,1,'2026-04-24 13:01:31','2026-04-24 15:01:31',347773,NULL), +(11935,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:49:34','2026-04-24 14:49:34',10,'[263,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777034974;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777034974;}',3,1,'2026-04-24 12:50:23','2026-04-24 14:50:23',347754,NULL), +(11936,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:50:10','2026-04-24 14:50:10',10,'[240,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035010;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035010;}',3,1,'2026-04-24 12:50:23','2026-04-24 14:50:23',347754,NULL), +(11937,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:50:48','2026-04-24 14:50:48',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035048;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035048;}',3,1,'2026-04-24 12:51:33','2026-04-24 14:51:33',347757,NULL), +(11938,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:51:24','2026-04-24 14:51:24',10,'[1560,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035084;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035084;}',3,1,'2026-04-24 12:51:33','2026-04-24 14:51:33',347757,NULL), +(11939,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:51:41','2026-04-24 14:51:41',10,'[1555,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035101;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035101;}',3,1,'2026-04-24 12:52:31','2026-04-24 14:52:31',347760,NULL), +(11940,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:56:12','2026-04-24 14:56:12',10,'[1535,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035372;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035372;}',3,1,'2026-04-24 12:56:33','2026-04-24 14:56:33',347765,NULL), +(11941,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 12:57:35','2026-04-24 14:57:35',10,'[1491,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035455;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035455;}',3,1,'2026-04-24 12:58:09','2026-04-24 14:58:09',347768,NULL), +(11942,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 14:01:31','2026-04-24 16:01:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777039291;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777039291;}',11,1,'2026-04-24 14:02:01','2026-04-24 16:02:01',347817,NULL), +(11943,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:02:16','2026-04-24 15:02:16',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777035736;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777035736;}',3,1,'2026-04-24 13:02:28','2026-04-24 15:02:28',347776,NULL), +(11944,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:12','2026-04-24 15:08:12',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036092;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036092;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11945,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:20','2026-04-24 15:08:20',10,'[1468,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036100;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036100;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11946,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1469,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11947,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1470,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11948,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1471,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11949,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1472,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11950,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1473,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11951,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1474,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11952,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1475,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11953,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:26','2026-04-24 15:08:26',10,'[1467,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036106;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036106;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11954,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:28','2026-04-24 15:08:28',10,'[1704,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036108;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036108;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11955,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1705,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11956,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1706,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11957,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1707,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11958,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1708,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11959,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1709,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11960,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1710,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11961,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1711,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11962,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1712,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11963,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:29','2026-04-24 15:08:29',10,'[1713,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036109;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11964,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1714,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11965,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1715,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11966,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1716,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11967,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1717,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11968,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1718,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347783,NULL), +(11969,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1719,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347784,NULL), +(11970,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:08:30','2026-04-24 15:08:30',10,'[1720,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036110;}',3,1,'2026-04-24 13:08:30','2026-04-24 15:08:30',347784,NULL), +(11971,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:09:08','2026-04-24 15:09:08',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036148;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036148;}',3,1,'2026-04-24 13:09:34','2026-04-24 15:09:34',347786,NULL), +(11972,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:10:16','2026-04-24 15:10:16',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036216;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036216;}',3,1,'2026-04-24 13:10:32','2026-04-24 15:10:32',347788,NULL), +(11973,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:11:21','2026-04-24 15:11:21',10,'[1449,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036281;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036281;}',3,1,'2026-04-24 13:11:26','2026-04-24 15:11:26',347790,NULL), +(11974,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:11:27','2026-04-24 15:11:27',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036287;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036287;}',3,1,'2026-04-24 13:12:18','2026-04-24 15:12:18',347792,NULL), +(11975,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:16:02','2026-04-24 15:16:02',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036562;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036562;}',3,1,'2026-04-24 13:16:28','2026-04-24 15:16:28',347798,NULL), +(11976,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:49','2026-04-24 15:18:49',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036729;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036729;}',3,1,'2026-04-24 13:18:49','2026-04-24 15:18:49',347802,NULL), +(11977,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1722,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11978,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1723,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11979,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1724,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11980,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1725,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11981,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1726,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11982,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:18:59','2026-04-24 15:18:59',10,'[1727,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036739;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11983,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:19:00','2026-04-24 15:19:00',10,'[1728,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036740;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036740;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11984,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:19:00','2026-04-24 15:19:00',10,'[1729,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036740;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036740;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11985,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:19:00','2026-04-24 15:19:00',10,'[1730,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036740;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036740;}',3,1,'2026-04-24 13:19:28','2026-04-24 15:19:28',347804,NULL), +(11986,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:20:34','2026-04-24 15:20:34',10,'[1731,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036834;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036834;}',3,1,'2026-04-24 13:21:08','2026-04-24 15:21:08',347807,NULL), +(11987,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:20:51','2026-04-24 15:20:51',10,'[1732,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036851;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036851;}',3,1,'2026-04-24 13:21:08','2026-04-24 15:21:08',347807,NULL), +(11988,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:17','2026-04-24 15:21:17',10,'[1722,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036877;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036877;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11989,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1723,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11990,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1724,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11991,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1725,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11992,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1726,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11993,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1727,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11994,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1728,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11995,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1729,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11996,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1730,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11997,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1731,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11998,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:21:18','2026-04-24 15:21:18',10,'[1732,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036878;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036878;}',3,1,'2026-04-24 13:21:32','2026-04-24 15:21:32',347809,NULL), +(11999,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 13:22:01','2026-04-24 15:22:01',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777036921;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777036921;}',3,1,'2026-04-24 13:42:41','2026-04-24 15:42:41',347811,NULL), +(12000,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 15:02:00','2026-04-24 17:02:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777042920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777042920;}',11,1,'2026-04-24 15:05:03','2026-04-24 17:05:03',347830,NULL), +(12001,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 16:05:03','2026-04-24 18:05:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777046703;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777046703;}',11,1,'2026-04-24 16:18:47','2026-04-24 18:18:47',347847,NULL), +(12002,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 17:18:47','2026-04-24 19:18:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777051127;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777051127;}',11,1,'2026-04-24 17:41:12','2026-04-24 19:41:12',347863,NULL), +(12003,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 18:41:12','2026-04-24 20:41:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777056072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777056072;}',11,1,'2026-04-24 18:41:14','2026-04-24 20:41:14',347936,NULL), +(12004,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:15:06','2026-04-24 20:15:06',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054506;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054506;}',3,1,'2026-04-24 18:15:17','2026-04-24 20:15:17',347873,NULL), +(12005,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:16:03','2026-04-24 20:16:03',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054563;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054563;}',3,1,'2026-04-24 18:16:20','2026-04-24 20:16:20',347876,NULL), +(12006,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:16:25','2026-04-24 20:16:25',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054585;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054585;}',3,1,'2026-04-24 18:16:25','2026-04-24 20:16:25',347878,NULL), +(12007,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:17:55','2026-04-24 20:17:55',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054675;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054675;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12008,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[958,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12009,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[959,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12010,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[960,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12011,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[961,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12012,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[954,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12013,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[955,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12014,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[956,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12015,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[957,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12016,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:13','2026-04-24 20:18:13',10,'[953,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054693;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12017,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1734,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12018,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1735,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12019,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1736,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12020,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1737,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12021,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:17','2026-04-24 20:18:17',10,'[1738,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054697;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054697;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12022,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1739,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12023,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1740,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12024,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1741,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12025,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1742,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12026,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1743,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12027,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1744,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12028,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1745,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12029,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:18','2026-04-24 20:18:18',10,'[1746,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054698;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12030,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1747,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12031,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1748,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347882,NULL), +(12032,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1749,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347883,NULL), +(12033,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:19','2026-04-24 20:18:19',10,'[1750,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054699;}',3,1,'2026-04-24 18:18:22','2026-04-24 20:18:22',347883,NULL), +(12034,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:18:58','2026-04-24 20:18:58',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054738;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054738;}',3,1,'2026-04-24 18:19:33','2026-04-24 20:19:33',347886,NULL), +(12035,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:44','2026-04-24 20:19:44',10,'[1732,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054784;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054784;}',3,1,'2026-04-24 18:20:33','2026-04-24 20:20:33',347889,NULL), +(12036,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1731,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12037,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1730,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12038,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1729,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12039,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1728,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12040,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1727,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12041,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1726,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12042,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1725,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12043,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1724,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12044,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1723,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12045,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[1722,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12046,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[951,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12047,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[950,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12048,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[949,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12049,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[948,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12050,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[947,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12051,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[946,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12052,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[945,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12053,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:45','2026-04-24 20:19:45',10,'[944,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054785;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054785;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12054,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:46','2026-04-24 20:19:46',10,'[941,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054786;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054786;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12055,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1751,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12056,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1752,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12057,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1753,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12058,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1754,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12059,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1755,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347889,NULL), +(12060,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1756,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12061,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1757,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12062,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:19:59','2026-04-24 20:19:59',10,'[1758,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054799;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054799;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12063,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1759,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12064,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1760,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12065,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1761,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12066,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1762,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12067,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1763,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12068,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1764,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12069,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1765,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12070,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12071,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:00','2026-04-24 20:20:00',10,'[1767,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054800;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054800;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12072,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:16','2026-04-24 20:20:16',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054816;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054816;}',3,1,'2026-04-24 18:20:34','2026-04-24 20:20:34',347890,NULL), +(12073,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:20:54','2026-04-24 20:20:54',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054854;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054854;}',3,1,'2026-04-24 18:21:35','2026-04-24 20:21:35',347893,NULL), +(12074,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:23:01','2026-04-24 20:23:01',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777054981;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777054981;}',3,1,'2026-04-24 18:23:28','2026-04-24 20:23:28',347897,NULL), +(12075,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:42','2026-04-24 20:24:42',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055082;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055082;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12076,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:49','2026-04-24 20:24:49',10,'[528,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055089;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055089;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12077,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:49','2026-04-24 20:24:49',10,'[103,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055089;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055089;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12078,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:49','2026-04-24 20:24:49',10,'[104,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055089;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055089;}',3,1,'2026-04-24 18:24:49','2026-04-24 20:24:49',347900,NULL), +(12079,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[105,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12080,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[106,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12081,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[107,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12082,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[108,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12083,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[109,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12084,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:50','2026-04-24 20:24:50',10,'[102,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055090;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055090;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12085,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1770,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12086,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1771,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12087,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1772,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12088,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1773,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12089,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1774,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12090,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:54','2026-04-24 20:24:54',10,'[1775,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055094;}',3,1,'2026-04-24 18:24:54','2026-04-24 20:24:54',347902,NULL), +(12091,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1776,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12092,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1777,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12093,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1778,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12094,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1779,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12095,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1780,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12096,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1781,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12097,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1782,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12098,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1783,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12099,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1784,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12100,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1785,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12101,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:24:55','2026-04-24 20:24:55',10,'[1786,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055095;}',3,1,'2026-04-24 18:25:00','2026-04-24 20:25:00',347904,NULL), +(12102,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:25:15','2026-04-24 20:25:15',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055115;}',3,1,'2026-04-24 18:25:27','2026-04-24 20:25:27',347906,NULL), +(12103,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:26:34','2026-04-24 20:26:34',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055194;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055194;}',3,1,'2026-04-24 18:27:02','2026-04-24 20:27:02',347909,NULL), +(12104,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:15','2026-04-24 20:28:15',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055295;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055295;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12105,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[529,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12106,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[119,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12107,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[120,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12108,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[114,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12109,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[115,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12110,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[116,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12111,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[117,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12112,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[118,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12113,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:25','2026-04-24 20:28:25',10,'[113,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055305;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12114,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1788,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12115,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1789,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12116,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1790,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12117,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1791,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12118,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1792,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12119,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1793,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12120,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:29','2026-04-24 20:28:29',10,'[1794,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055309;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12121,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1795,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12122,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1796,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12123,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1797,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12124,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1798,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12125,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1799,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12126,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1800,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12127,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1801,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12128,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:30','2026-04-24 20:28:30',10,'[1802,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055310;}',3,1,'2026-04-24 18:28:30','2026-04-24 20:28:30',347912,NULL), +(12129,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:31','2026-04-24 20:28:31',10,'[1803,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055311;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055311;}',3,1,'2026-04-24 18:29:07','2026-04-24 20:29:07',347914,NULL), +(12130,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:31','2026-04-24 20:28:31',10,'[1804,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055311;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055311;}',3,1,'2026-04-24 18:29:07','2026-04-24 20:29:07',347914,NULL), +(12131,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:28:49','2026-04-24 20:28:49',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055329;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055329;}',3,1,'2026-04-24 18:29:07','2026-04-24 20:29:07',347914,NULL), +(12132,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:29:33','2026-04-24 20:29:33',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055373;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055373;}',3,1,'2026-04-24 18:30:17','2026-04-24 20:30:17',347917,NULL), +(12133,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:30:31','2026-04-24 20:30:31',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055431;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055431;}',3,1,'2026-04-24 18:31:18','2026-04-24 20:31:18',347920,NULL), +(12134,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:34:18','2026-04-24 20:34:18',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055658;}',3,1,'2026-04-24 18:34:34','2026-04-24 20:34:34',347925,NULL), +(12135,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:39:11','2026-04-24 20:39:11',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777055951;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777055951;}',3,1,'2026-04-24 18:39:28','2026-04-24 20:39:28',347932,NULL), +(12136,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-24 18:40:11','2026-04-24 20:40:11',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777056011;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777056011;}',3,1,'2026-04-24 18:40:27','2026-04-24 20:40:27',347934,NULL), +(12137,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 19:41:14','2026-04-24 21:41:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777059674;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777059674;}',11,1,'2026-04-24 20:04:48','2026-04-24 22:04:48',347941,NULL), +(12138,'fetch_patterns','complete','2026-04-25 20:04:48','2026-04-25 22:04:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777147488;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777147488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-25 20:07:55','2026-04-25 22:07:55',348185,NULL), +(12139,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 21:04:48','2026-04-24 23:04:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777064688;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777064688;}',11,1,'2026-04-24 21:24:43','2026-04-24 23:24:43',347956,NULL), +(12140,'woocommerce_refresh_order_count_cache','complete','2026-04-25 08:18:27','2026-04-25 10:18:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777105107;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777105107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-25 08:22:59','2026-04-25 10:22:59',348111,NULL), +(12141,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 22:24:43','2026-04-25 00:24:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777069483;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777069483;}',11,1,'2026-04-24 22:25:40','2026-04-25 00:25:40',347981,NULL), +(12142,'woocommerce_cancel_unpaid_orders','complete','2026-04-24 23:25:40','2026-04-25 01:25:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777073140;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777073140;}',11,1,'2026-04-25 00:38:29','2026-04-25 02:38:29',347989,NULL), +(12143,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 01:38:29','2026-04-25 03:38:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777081109;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777081109;}',11,1,'2026-04-25 02:35:01','2026-04-25 04:35:01',348001,NULL), +(12144,'wp_mail_smtp_admin_notifications_update','complete','2026-04-26 01:21:15','2026-04-26 03:21:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166475;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166475;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12145,'wc_admin_daily_wrapper','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12146,'woocommerce_cleanup_personal_data','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12147,'woocommerce_expired_transient_files_cleanup','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777166476;}',12,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12149,'generate_category_lookup_table_wrapper','complete','2026-04-25 01:21:26','2026-04-25 03:21:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777080086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777080086;}',11,1,'2026-04-25 01:25:47','2026-04-25 03:25:47',347998,NULL), +(12150,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-26 01:21:16','2026-04-26 03:21:16',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777166476;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777166476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-26 01:29:58','2026-04-26 03:29:58',348212,NULL), +(12151,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 03:35:01','2026-04-25 05:35:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777088101;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777088101;}',11,1,'2026-04-25 03:46:03','2026-04-25 05:46:03',348007,NULL), +(12152,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 04:46:03','2026-04-25 06:46:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777092363;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777092363;}',11,1,'2026-04-25 04:48:51','2026-04-25 06:48:51',348018,NULL), +(12153,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 05:48:51','2026-04-25 07:48:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777096131;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777096131;}',11,1,'2026-04-25 05:57:30','2026-04-25 07:57:30',348022,NULL), +(12154,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 06:57:30','2026-04-25 08:57:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777100250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777100250;}',11,1,'2026-04-25 07:02:03','2026-04-25 09:02:03',348105,NULL), +(12155,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:16:04','2026-04-25 08:16:04',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097764;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097764;}',3,1,'2026-04-25 06:16:31','2026-04-25 08:16:31',348034,NULL), +(12156,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:16:34','2026-04-25 08:16:34',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097794;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097794;}',3,1,'2026-04-25 06:16:52','2026-04-25 08:16:52',348036,NULL), +(12157,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:16:56','2026-04-25 08:16:56',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097816;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097816;}',3,1,'2026-04-25 06:16:57','2026-04-25 08:16:57',348038,NULL), +(12158,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:01','2026-04-25 08:17:01',10,'[1807,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097821;}',3,1,'2026-04-25 06:17:02','2026-04-25 08:17:02',348040,NULL), +(12159,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:01','2026-04-25 08:17:01',10,'[1808,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097821;}',3,1,'2026-04-25 06:17:02','2026-04-25 08:17:02',348040,NULL), +(12160,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:01','2026-04-25 08:17:01',10,'[393,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097821;}',3,1,'2026-04-25 06:17:02','2026-04-25 08:17:02',348040,NULL), +(12161,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:54','2026-04-25 08:17:54',10,'[1807,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097874;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097874;}',3,1,'2026-04-25 06:17:54','2026-04-25 08:17:54',348043,NULL), +(12162,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:17:55','2026-04-25 08:17:55',10,'[1808,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097875;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097875;}',3,1,'2026-04-25 06:17:59','2026-04-25 08:17:59',348045,NULL), +(12163,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:18:14','2026-04-25 08:18:14',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777097894;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777097894;}',3,1,'2026-04-25 06:18:31','2026-04-25 08:18:31',348047,NULL), +(12164,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:24:10','2026-04-25 08:24:10',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098250;}',3,1,'2026-04-25 06:24:31','2026-04-25 08:24:31',348054,NULL), +(12165,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:24:29','2026-04-25 08:24:29',10,'[1516,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098269;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098269;}',3,1,'2026-04-25 06:24:31','2026-04-25 08:24:31',348054,NULL), +(12166,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:25:16','2026-04-25 08:25:16',10,'[1406,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098316;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098316;}',3,1,'2026-04-25 06:25:30','2026-04-25 08:25:30',348056,NULL), +(12167,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:25:47','2026-04-25 08:25:47',10,'[1401,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098347;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098347;}',3,1,'2026-04-25 06:26:13','2026-04-25 08:26:13',348058,NULL), +(12168,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:28:42','2026-04-25 08:28:42',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098522;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098522;}',3,1,'2026-04-25 06:29:27','2026-04-25 08:29:27',348063,NULL), +(12169,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:30:58','2026-04-25 08:30:58',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098658;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098658;}',3,1,'2026-04-25 06:31:31','2026-04-25 08:31:31',348066,NULL), +(12170,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:31:44','2026-04-25 08:31:44',10,'[982,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098704;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098704;}',3,1,'2026-04-25 06:31:59','2026-04-25 08:31:59',348068,NULL), +(12171,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:32:47','2026-04-25 08:32:47',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098767;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098767;}',3,1,'2026-04-25 06:33:02','2026-04-25 08:33:02',348071,NULL), +(12172,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:18','2026-04-25 08:33:18',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098798;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098798;}',3,1,'2026-04-25 06:33:26','2026-04-25 08:33:26',348073,NULL), +(12173,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:34','2026-04-25 08:33:34',10,'[555,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098814;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12174,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:34','2026-04-25 08:33:34',10,'[556,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098814;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12175,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:34','2026-04-25 08:33:34',10,'[554,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098814;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12176,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:41','2026-04-25 08:33:41',10,'[552,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098821;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12177,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:41','2026-04-25 08:33:41',10,'[553,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098821;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12178,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:41','2026-04-25 08:33:41',10,'[545,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098821;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098821;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12179,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:33:49','2026-04-25 08:33:49',10,'[496,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098829;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098829;}',3,1,'2026-04-25 06:34:03','2026-04-25 08:34:03',348075,NULL), +(12180,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:34:11','2026-04-25 08:34:11',10,'[447,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098851;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098851;}',3,1,'2026-04-25 06:34:35','2026-04-25 08:34:35',348077,NULL), +(12181,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:34:21','2026-04-25 08:34:21',10,'[435,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098861;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098861;}',3,1,'2026-04-25 06:34:35','2026-04-25 08:34:35',348077,NULL), +(12182,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:36:09','2026-04-25 08:36:09',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777098969;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777098969;}',3,1,'2026-04-25 06:36:26','2026-04-25 08:36:26',348080,NULL), +(12183,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:37:00','2026-04-25 08:37:00',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099020;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099020;}',3,1,'2026-04-25 06:37:07','2026-04-25 08:37:07',348082,NULL), +(12184,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:37:37','2026-04-25 08:37:37',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099057;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099057;}',3,1,'2026-04-25 06:38:11','2026-04-25 08:38:11',348085,NULL), +(12185,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:08','2026-04-25 08:39:08',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099148;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099148;}',3,1,'2026-04-25 06:39:12','2026-04-25 08:39:12',348088,NULL), +(12186,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:33','2026-04-25 08:39:33',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099173;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099173;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12187,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[645,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12188,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[646,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12189,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[647,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12190,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:39:51','2026-04-25 08:39:51',10,'[288,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099191;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099191;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12191,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[641,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12192,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[642,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12193,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[643,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12194,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:40:00','2026-04-25 08:40:00',10,'[285,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099200;}',3,1,'2026-04-25 06:40:17','2026-04-25 08:40:17',348091,NULL), +(12195,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:02','2026-04-25 08:42:02',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099322;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099322;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12196,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[569,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12197,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[570,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12198,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[571,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12199,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:13','2026-04-25 08:42:13',10,'[213,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099333;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099333;}',3,1,'2026-04-25 06:42:21','2026-04-25 08:42:21',348095,NULL), +(12200,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:28','2026-04-25 08:42:28',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099348;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099348;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12201,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[565,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12202,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[566,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12203,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[567,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12204,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:37','2026-04-25 08:42:37',10,'[183,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099357;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099357;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12205,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:42:49','2026-04-25 08:42:49',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099369;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099369;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12206,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:43:09','2026-04-25 08:43:09',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099389;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099389;}',3,1,'2026-04-25 06:43:27','2026-04-25 08:43:27',348098,NULL), +(12207,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:43:28','2026-04-25 08:43:28',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099408;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099408;}',3,1,'2026-04-25 06:43:28','2026-04-25 08:43:28',348100,NULL), +(12208,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:43:59','2026-04-25 08:43:59',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099439;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099439;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12209,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1788,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12210,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1789,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12211,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1790,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12212,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1791,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12213,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1792,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12214,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1793,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12215,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1794,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12216,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1795,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12217,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1796,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12218,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1797,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12219,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1798,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12220,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1799,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12221,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1800,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12222,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1801,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12223,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1802,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12224,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1803,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12225,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[1804,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12226,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-25 06:44:19','2026-04-25 08:44:19',10,'[113,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777099459;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777099459;}',3,1,'2026-04-25 06:44:35','2026-04-25 08:44:35',348102,NULL), +(12227,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 08:02:03','2026-04-25 10:02:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777104123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777104123;}',11,1,'2026-04-25 08:22:59','2026-04-25 10:22:59',348111,NULL), +(12228,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 09:22:59','2026-04-25 11:22:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777108979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777108979;}',11,1,'2026-04-25 09:30:55','2026-04-25 11:30:55',348125,NULL), +(12229,'woocommerce_refresh_order_count_cache','complete','2026-04-25 20:22:59','2026-04-25 22:22:59',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777148579;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777148579;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-25 20:23:32','2026-04-25 22:23:32',348188,NULL), +(12230,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 10:30:55','2026-04-25 12:30:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777113055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777113055;}',11,1,'2026-04-25 10:46:09','2026-04-25 12:46:09',348130,NULL), +(12231,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 11:46:09','2026-04-25 13:46:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777117569;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777117569;}',11,1,'2026-04-25 11:48:38','2026-04-25 13:48:38',348136,NULL), +(12232,'woocommerce_scheduled_sales','complete','2026-04-26 11:10:17','2026-04-26 13:10:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777201817;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777201817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 11:38:31','2026-04-26 13:38:31',348279,NULL), +(12233,'woocommerce_cleanup_logs','complete','2026-04-26 11:10:17','2026-04-26 13:10:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777201817;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777201817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 11:38:31','2026-04-26 13:38:31',348279,NULL), +(12234,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-26 11:10:17','2026-04-26 13:10:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777201817;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777201817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 11:38:31','2026-04-26 13:38:31',348279,NULL), +(12235,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 12:48:38','2026-04-25 14:48:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777121318;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777121318;}',11,1,'2026-04-25 12:56:58','2026-04-25 14:56:58',348145,NULL), +(12236,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 13:56:58','2026-04-25 15:56:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777125418;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777125418;}',11,1,'2026-04-25 14:00:10','2026-04-25 16:00:10',348157,NULL), +(12237,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 15:00:10','2026-04-25 17:00:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777129210;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777129210;}',11,1,'2026-04-25 15:24:52','2026-04-25 17:24:52',348163,NULL), +(12238,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 16:24:52','2026-04-25 18:24:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777134292;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777134292;}',11,1,'2026-04-25 16:26:23','2026-04-25 18:26:23',348169,NULL), +(12239,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 17:26:23','2026-04-25 19:26:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777137983;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777137983;}',11,1,'2026-04-25 17:33:33','2026-04-25 19:33:33',348173,NULL), +(12240,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 18:33:33','2026-04-25 20:33:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777142013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777142013;}',11,1,'2026-04-25 18:53:08','2026-04-25 20:53:08',348179,NULL), +(12241,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 19:53:08','2026-04-25 21:53:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777146788;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777146788;}',11,1,'2026-04-25 20:07:55','2026-04-25 22:07:55',348185,NULL), +(12242,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 21:07:55','2026-04-25 23:07:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777151275;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777151275;}',11,1,'2026-04-25 21:59:50','2026-04-25 23:59:50',348193,NULL), +(12243,'fetch_patterns','complete','2026-04-26 20:07:55','2026-04-26 22:07:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777234075;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777234075;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-26 20:12:18','2026-04-26 22:12:18',348435,NULL), +(12244,'woocommerce_refresh_order_count_cache','complete','2026-04-26 08:23:32','2026-04-26 10:23:32',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777191812;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777191812;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-26 08:51:17','2026-04-26 10:51:17',348259,NULL), +(12245,'woocommerce_cancel_unpaid_orders','complete','2026-04-25 22:59:50','2026-04-26 00:59:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777157990;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777157990;}',11,1,'2026-04-25 23:02:03','2026-04-26 01:02:03',348202,NULL), +(12246,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 00:02:03','2026-04-26 02:02:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777161723;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777161723;}',11,1,'2026-04-26 00:04:39','2026-04-26 02:04:39',348206,NULL), +(12247,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 01:04:39','2026-04-26 03:04:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777165479;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777165479;}',11,1,'2026-04-26 01:08:13','2026-04-26 03:08:13',348210,NULL), +(12248,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 02:08:12','2026-04-26 04:08:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777169292;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777169292;}',11,1,'2026-04-26 02:36:25','2026-04-26 04:36:25',348217,NULL), +(12249,'wp_mail_smtp_admin_notifications_update','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-27 01:32:23','2026-04-27 03:32:23',348473,NULL), +(12250,'wc_admin_daily_wrapper','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12251,'woocommerce_cleanup_personal_data','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12252,'woocommerce_expired_transient_files_cleanup','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777253398;}',12,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12254,'generate_category_lookup_table_wrapper','complete','2026-04-26 01:30:08','2026-04-26 03:30:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777167008;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777167008;}',11,1,'2026-04-26 01:53:02','2026-04-26 03:53:02',348214,NULL), +(12255,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-27 01:29:58','2026-04-27 03:29:58',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777253398;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777253398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-27 01:32:24','2026-04-27 03:32:24',348473,NULL), +(12256,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 03:36:25','2026-04-26 05:36:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777174585;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777174585;}',11,1,'2026-04-26 04:18:27','2026-04-26 06:18:27',348224,NULL), +(12257,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 05:18:27','2026-04-26 07:18:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777180707;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777180707;}',11,1,'2026-04-26 05:20:28','2026-04-26 07:20:28',348229,NULL), +(12258,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 06:20:28','2026-04-26 08:20:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777184428;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777184428;}',11,1,'2026-04-26 06:22:26','2026-04-26 08:22:26',348245,NULL), +(12259,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 07:22:26','2026-04-26 09:22:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777188146;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777188146;}',11,1,'2026-04-26 07:22:41','2026-04-26 09:22:41',348250,NULL), +(12260,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 08:22:41','2026-04-26 10:22:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777191761;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777191761;}',11,1,'2026-04-26 08:51:17','2026-04-26 10:51:17',348259,NULL), +(12261,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 09:51:17','2026-04-26 11:51:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777197077;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777197077;}',11,1,'2026-04-26 09:59:15','2026-04-26 11:59:15',348267,NULL), +(12262,'woocommerce_refresh_order_count_cache','complete','2026-04-26 20:51:17','2026-04-26 22:51:17',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777236677;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777236677;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-26 21:11:13','2026-04-26 23:11:13',348441,NULL), +(12263,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 10:59:15','2026-04-26 12:59:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777201155;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777201155;}',11,1,'2026-04-26 10:59:25','2026-04-26 12:59:25',348277,NULL), +(12264,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 11:59:25','2026-04-26 13:59:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777204765;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777204765;}',11,1,'2026-04-26 12:49:11','2026-04-26 14:49:11',348285,NULL), +(12265,'woocommerce_scheduled_sales','complete','2026-04-27 11:38:31','2026-04-27 13:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777289911;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777289911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 11:38:33','2026-04-27 13:38:33',348656,NULL), +(12266,'woocommerce_cleanup_logs','complete','2026-04-27 11:38:31','2026-04-27 13:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777289911;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777289911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 11:38:33','2026-04-27 13:38:33',348656,NULL), +(12267,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-27 11:38:31','2026-04-27 13:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777289911;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777289911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 11:38:33','2026-04-27 13:38:33',348656,NULL), +(12268,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 13:49:11','2026-04-26 15:49:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777211351;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777211351;}',11,1,'2026-04-26 13:49:31','2026-04-26 15:49:31',348315,NULL), +(12269,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:42:32','2026-04-26 15:42:32',10,'[1809,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777210952;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777210952;}',3,1,'2026-04-26 13:42:32','2026-04-26 15:42:32',348305,NULL), +(12270,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:42:32','2026-04-26 15:42:32',10,'[1810,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777210952;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777210952;}',3,1,'2026-04-26 13:42:32','2026-04-26 15:42:32',348305,NULL), +(12271,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:42:33','2026-04-26 15:42:33',10,'[1811,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777210953;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777210953;}',3,1,'2026-04-26 13:43:18','2026-04-26 15:43:18',348307,NULL), +(12272,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 13:45:32','2026-04-26 15:45:32',10,'[1809,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777211132;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777211132;}',3,1,'2026-04-26 13:47:31','2026-04-26 15:47:31',348312,NULL), +(12273,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 14:49:31','2026-04-26 16:49:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777214971;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777214971;}',11,1,'2026-04-26 14:49:32','2026-04-26 16:49:32',348346,NULL), +(12274,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 15:49:32','2026-04-26 17:49:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777218572;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777218572;}',11,1,'2026-04-26 15:54:46','2026-04-26 17:54:46',348389,NULL), +(12275,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-26 15:20:13','2026-04-26 17:20:13',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777216813;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777216813;}',3,1,'2026-04-26 15:20:34','2026-04-26 17:20:34',348370,NULL), +(12276,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 16:54:46','2026-04-26 18:54:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777222486;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777222486;}',11,1,'2026-04-26 17:10:39','2026-04-26 19:10:39',348416,NULL), +(12277,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 18:10:39','2026-04-26 20:10:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777227039;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777227039;}',11,1,'2026-04-26 18:30:06','2026-04-26 20:30:06',348425,NULL), +(12278,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 19:30:06','2026-04-26 21:30:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777231806;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777231806;}',11,1,'2026-04-26 19:55:47','2026-04-26 21:55:47',348432,NULL), +(12279,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 20:55:47','2026-04-26 22:55:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777236947;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777236947;}',11,1,'2026-04-26 21:11:13','2026-04-26 23:11:13',348441,NULL), +(12280,'fetch_patterns','complete','2026-04-27 20:12:18','2026-04-27 22:12:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777320738;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777320738;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-27 20:15:23','2026-04-27 22:15:23',348899,NULL), +(12281,'woocommerce_refresh_order_count_cache','complete','2026-04-27 09:11:13','2026-04-27 11:11:13',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777281073;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777281073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-27 09:11:28','2026-04-27 11:11:28',348579,NULL), +(12282,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 22:11:13','2026-04-27 00:11:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777241473;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777241473;}',11,1,'2026-04-26 22:14:06','2026-04-27 00:14:06',348445,NULL), +(12283,'woocommerce_cancel_unpaid_orders','complete','2026-04-26 23:14:06','2026-04-27 01:14:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777245246;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777245246;}',11,1,'2026-04-26 23:20:44','2026-04-27 01:20:44',348459,NULL), +(12284,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 00:20:44','2026-04-27 02:20:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777249244;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777249244;}',11,1,'2026-04-27 00:20:46','2026-04-27 02:20:46',348467,NULL), +(12285,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 01:20:46','2026-04-27 03:20:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777252846;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777252846;}',11,1,'2026-04-27 01:24:52','2026-04-27 03:24:52',348470,NULL), +(12286,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 02:24:52','2026-04-27 04:24:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777256692;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777256692;}',11,1,'2026-04-27 04:01:05','2026-04-27 06:01:05',348482,NULL), +(12287,'wp_mail_smtp_admin_notifications_update','complete','2026-04-28 01:32:23','2026-04-28 03:32:23',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339943;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-28 01:35:51','2026-04-28 03:35:51',348941,NULL), +(12288,'wc_admin_daily_wrapper','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12289,'woocommerce_cleanup_personal_data','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12290,'woocommerce_expired_transient_files_cleanup','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777339944;}',12,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12292,'generate_category_lookup_table_wrapper','complete','2026-04-27 01:32:34','2026-04-27 03:32:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777253554;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777253554;}',11,1,'2026-04-27 01:35:29','2026-04-27 03:35:29',348475,NULL), +(12293,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-28 01:32:24','2026-04-28 03:32:24',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777339944;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777339944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-28 01:35:52','2026-04-28 03:35:52',348941,NULL), +(12294,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 05:01:05','2026-04-27 07:01:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777266065;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777266065;}',11,1,'2026-04-27 05:10:56','2026-04-27 07:10:56',348491,NULL), +(12295,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 06:10:55','2026-04-27 08:10:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777270255;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777270255;}',11,1,'2026-04-27 06:11:26','2026-04-27 08:11:26',348500,NULL), +(12296,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 07:11:26','2026-04-27 09:11:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777273886;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777273886;}',11,1,'2026-04-27 07:14:04','2026-04-27 09:14:04',348508,NULL), +(12297,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 08:14:04','2026-04-27 10:14:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777277644;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777277644;}',11,1,'2026-04-27 08:14:34','2026-04-27 10:14:34',348535,NULL), +(12298,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 07:51:53','2026-04-27 09:51:53',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777276313;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777276313;}',3,1,'2026-04-27 07:52:43','2026-04-27 09:52:43',348515,NULL), +(12299,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 09:14:34','2026-04-27 11:14:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777281274;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777281274;}',11,1,'2026-04-27 09:14:35','2026-04-27 11:14:35',348582,NULL), +(12300,'woocommerce_refresh_order_count_cache','complete','2026-04-27 21:11:28','2026-04-27 23:11:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777324288;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777324288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-27 21:19:11','2026-04-27 23:19:11',348905,NULL), +(12301,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 10:14:35','2026-04-27 12:14:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777284875;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777284875;}',11,1,'2026-04-27 10:18:52','2026-04-27 12:18:52',348624,NULL), +(12302,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 11:18:52','2026-04-27 13:18:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777288732;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777288732;}',11,1,'2026-04-27 11:19:53','2026-04-27 13:19:53',348645,NULL), +(12303,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 11:15:16','2026-04-27 13:15:16',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777288516;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777288516;}',3,1,'2026-04-27 11:15:17','2026-04-27 13:15:17',348639,NULL), +(12304,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 12:19:53','2026-04-27 14:19:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777292393;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777292393;}',11,1,'2026-04-27 12:20:09','2026-04-27 14:20:09',348694,NULL), +(12305,'woocommerce_scheduled_sales','complete','2026-04-28 11:38:33','2026-04-28 13:38:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777376313;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777376313;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 11:40:08','2026-04-28 13:40:08',349203,NULL), +(12306,'woocommerce_cleanup_logs','complete','2026-04-28 11:38:33','2026-04-28 13:38:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777376313;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777376313;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 11:40:08','2026-04-28 13:40:08',349203,NULL), +(12307,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-28 11:38:33','2026-04-28 13:38:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777376313;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777376313;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 11:40:08','2026-04-28 13:40:08',349203,NULL), +(12308,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 11:41:26','2026-04-27 13:41:26',10,'[1444,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777290086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777290086;}',3,1,'2026-04-27 11:41:26','2026-04-27 13:41:26',348660,NULL), +(12309,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 11:54:35','2026-04-27 13:54:35',10,'[941,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777290875;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777290875;}',3,1,'2026-04-27 11:55:28','2026-04-27 13:55:28',348673,NULL), +(12310,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 12:04:25','2026-04-27 14:04:25',10,'[953,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777291465;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777291465;}',3,1,'2026-04-27 12:04:26','2026-04-27 14:04:26',348680,NULL), +(12311,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 12:17:58','2026-04-27 14:17:58',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777292278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777292278;}',3,1,'2026-04-27 12:18:19','2026-04-27 14:18:19',348690,NULL), +(12312,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 13:20:09','2026-04-27 15:20:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296009;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296009;}',11,1,'2026-04-27 13:20:50','2026-04-27 15:20:50',348738,NULL), +(12313,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 12:53:52','2026-04-27 14:53:52',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777294432;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777294432;}',3,1,'2026-04-27 12:54:28','2026-04-27 14:54:28',348716,NULL), +(12314,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 14:20:50','2026-04-27 16:20:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777299650;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777299650;}',11,1,'2026-04-27 14:23:49','2026-04-27 16:23:49',348777,NULL), +(12315,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:27:07','2026-04-27 15:27:07',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296427;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296427;}',3,1,'2026-04-27 13:28:17','2026-04-27 15:28:17',348747,NULL), +(12316,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:50','2026-04-27 15:29:50',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296590;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296590;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12317,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:56','2026-04-27 15:29:56',10,'[1807,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296596;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296596;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12318,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:58','2026-04-27 15:29:58',10,'[1808,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296598;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296598;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12319,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:29:58','2026-04-27 15:29:58',10,'[393,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296598;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296598;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12320,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:00','2026-04-27 15:30:00',10,'[1843,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296600;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296600;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12321,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1844,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12322,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1845,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12323,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1846,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12324,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:30:01','2026-04-27 15:30:01',10,'[1847,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296601;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296601;}',3,1,'2026-04-27 13:30:25','2026-04-27 15:30:25',348752,NULL), +(12325,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1843,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12326,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1844,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12327,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1845,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12328,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1846,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12329,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:28','2026-04-27 15:33:28',10,'[1847,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296808;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12330,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:29','2026-04-27 15:33:29',10,'[1844,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296809;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296809;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12331,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:33:32','2026-04-27 15:33:32',10,'[1845,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296812;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296812;}',3,1,'2026-04-27 13:33:55','2026-04-27 15:33:55',348758,NULL), +(12332,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:34:00','2026-04-27 15:34:00',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296840;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296840;}',3,1,'2026-04-27 13:34:00','2026-04-27 15:34:00',348760,NULL), +(12333,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 13:34:42','2026-04-27 15:34:42',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777296882;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777296882;}',3,1,'2026-04-27 13:34:57','2026-04-27 15:34:57',348763,NULL), +(12334,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 15:23:49','2026-04-27 17:23:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777303429;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777303429;}',11,1,'2026-04-27 15:26:32','2026-04-27 17:26:32',348783,NULL), +(12335,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 16:26:32','2026-04-27 18:26:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777307192;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777307192;}',11,1,'2026-04-27 16:26:35','2026-04-27 18:26:35',348833,NULL), +(12336,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 15:58:45','2026-04-27 17:58:45',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777305525;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777305525;}',3,1,'2026-04-27 15:59:30','2026-04-27 17:59:30',348809,NULL), +(12337,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 16:04:55','2026-04-27 18:04:55',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777305895;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777305895;}',3,1,'2026-04-27 16:05:30','2026-04-27 18:05:30',348814,NULL), +(12338,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 17:26:35','2026-04-27 19:26:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777310795;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777310795;}',11,1,'2026-04-27 17:31:59','2026-04-27 19:31:59',348864,NULL), +(12339,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 16:43:03','2026-04-27 18:43:03',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777308183;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777308183;}',3,1,'2026-04-27 16:43:28','2026-04-27 18:43:28',348850,NULL), +(12340,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 18:31:59','2026-04-27 20:31:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777314719;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777314719;}',11,1,'2026-04-27 18:39:06','2026-04-27 20:39:06',348873,NULL), +(12341,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 19:39:06','2026-04-27 21:39:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777318746;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777318746;}',11,1,'2026-04-27 19:40:40','2026-04-27 21:40:40',348887,NULL), +(12342,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 20:40:40','2026-04-27 22:40:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777322440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777322440;}',11,1,'2026-04-27 21:19:11','2026-04-27 23:19:11',348905,NULL), +(12343,'fetch_patterns','complete','2026-04-28 20:15:23','2026-04-28 22:15:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777407323;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777407323;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-28 20:17:01','2026-04-28 22:17:01',349339,NULL), +(12344,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 22:19:11','2026-04-28 00:19:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777328351;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777328351;}',11,1,'2026-04-27 22:22:21','2026-04-28 00:22:21',348918,NULL), +(12345,'woocommerce_refresh_order_count_cache','complete','2026-04-28 09:19:11','2026-04-28 11:19:11',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777367951;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777367951;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-28 09:19:13','2026-04-28 11:19:13',349050,NULL), +(12346,'woocommerce_cancel_unpaid_orders','complete','2026-04-27 23:22:21','2026-04-28 01:22:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777332141;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777332141;}',11,1,'2026-04-27 23:40:30','2026-04-28 01:40:30',348931,NULL), +(12347,'wc-admin_import_orders','complete','2026-04-27 23:02:09','2026-04-28 01:02:09',10,'[1857]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777330929;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777330929;}',4,1,'2026-04-27 23:03:47','2026-04-28 01:03:47',348928,NULL), +(12348,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-27 23:03:45','2026-04-28 01:03:45',10,'[1541,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777331025;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777331025;}',3,1,'2026-04-27 23:03:47','2026-04-28 01:03:47',348928,NULL), +(12349,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 00:40:30','2026-04-28 02:40:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777336830;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777336830;}',11,1,'2026-04-28 01:05:31','2026-04-28 03:05:31',348937,NULL), +(12350,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 02:05:31','2026-04-28 04:05:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777341931;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777341931;}',11,1,'2026-04-28 02:12:15','2026-04-28 04:12:15',348947,NULL), +(12351,'wp_mail_smtp_admin_notifications_update','complete','2026-04-29 01:35:51','2026-04-29 03:35:51',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426551;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-29 01:56:43','2026-04-29 03:56:43',349372,NULL), +(12352,'wc_admin_daily_wrapper','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 01:56:43','2026-04-29 03:56:43',349372,NULL), +(12353,'woocommerce_cleanup_personal_data','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 01:56:44','2026-04-29 03:56:44',349372,NULL), +(12354,'woocommerce_expired_transient_files_cleanup','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777426552;}',12,1,'2026-04-29 01:56:44','2026-04-29 03:56:44',349372,NULL), +(12356,'generate_category_lookup_table_wrapper','complete','2026-04-28 01:36:02','2026-04-28 03:36:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777340162;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777340162;}',11,1,'2026-04-28 01:45:58','2026-04-28 03:45:58',348943,NULL), +(12357,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-29 01:35:52','2026-04-29 03:35:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777426552;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777426552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-29 01:56:44','2026-04-29 03:56:44',349372,NULL), +(12358,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 03:12:15','2026-04-28 05:12:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777345935;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777345935;}',11,1,'2026-04-28 03:12:20','2026-04-28 05:12:20',348954,NULL), +(12359,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 04:12:20','2026-04-28 06:12:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777349540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777349540;}',11,1,'2026-04-28 04:16:03','2026-04-28 06:16:03',348960,NULL), +(12360,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 05:16:03','2026-04-28 07:16:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777353363;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777353363;}',11,1,'2026-04-28 05:34:11','2026-04-28 07:34:11',348966,NULL), +(12361,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 06:34:11','2026-04-28 08:34:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777358051;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777358051;}',11,1,'2026-04-28 06:41:55','2026-04-28 08:41:55',348975,NULL), +(12362,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 07:41:55','2026-04-28 09:41:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777362115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777362115;}',11,1,'2026-04-28 07:47:34','2026-04-28 09:47:34',348980,NULL), +(12363,'wp_mail_smtp_summary_report_email','complete','2026-05-05 07:30:15','2026-05-05 09:30:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777966215;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777966215;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-05-05 07:41:13','2026-05-05 09:41:13',350436,NULL), +(12364,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 08:47:34','2026-04-28 10:47:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777366054;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777366054;}',11,1,'2026-04-28 08:49:12','2026-04-28 10:49:12',349032,NULL), +(12365,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:19','2026-04-28 10:08:19',10,'[200,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363699;}',3,1,'2026-04-28 08:08:27','2026-04-28 10:08:27',348990,NULL), +(12366,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:22','2026-04-28 10:08:22',10,'[201,3]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363702;}',3,1,'2026-04-28 08:08:27','2026-04-28 10:08:27',348990,NULL), +(12367,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:22','2026-04-28 10:08:22',10,'[168,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363702;}',3,1,'2026-04-28 08:08:27','2026-04-28 10:08:27',348990,NULL), +(12368,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:37','2026-04-28 10:08:37',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363717;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363717;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12369,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1859,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12370,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1860,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12371,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1861,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12372,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1862,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12373,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1863,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12374,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1864,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12375,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1865,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12376,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:41','2026-04-28 10:08:41',10,'[1866,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363721;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12377,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1867,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12378,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1868,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12379,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1869,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12380,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1870,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12381,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1871,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12382,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1872,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12383,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1873,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12384,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1874,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12385,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:08:42','2026-04-28 10:08:42',10,'[1875,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363722;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363722;}',3,1,'2026-04-28 08:09:02','2026-04-28 10:09:02',348992,NULL), +(12386,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:09:06','2026-04-28 10:09:06',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777363746;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777363746;}',3,1,'2026-04-28 08:09:08','2026-04-28 10:09:08',348994,NULL), +(12387,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:23:51','2026-04-28 10:23:51',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777364631;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777364631;}',3,1,'2026-04-28 08:24:09','2026-04-28 10:24:09',349008,NULL), +(12388,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:24:43','2026-04-28 10:24:43',10,'[1878,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777364683;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777364683;}',3,1,'2026-04-28 08:25:14','2026-04-28 10:25:14',349011,NULL), +(12389,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:40:28','2026-04-28 10:40:28',10,'[1878,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777365628;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777365628;}',3,1,'2026-04-28 08:41:18','2026-04-28 10:41:18',349026,NULL), +(12390,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 08:40:45','2026-04-28 10:40:45',10,'[1882,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777365645;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777365645;}',3,1,'2026-04-28 08:41:18','2026-04-28 10:41:18',349026,NULL), +(12391,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 09:49:12','2026-04-28 11:49:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369752;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369752;}',11,1,'2026-04-28 09:49:26','2026-04-28 11:49:26',349071,NULL), +(12392,'woocommerce_refresh_order_count_cache','complete','2026-04-28 21:19:13','2026-04-28 23:19:13',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777411153;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777411153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-28 21:21:26','2026-04-28 23:21:26',349351,NULL), +(12393,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:49:15','2026-04-28 11:49:15',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369755;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369755;}',3,1,'2026-04-28 09:49:26','2026-04-28 11:49:26',349071,NULL), +(12394,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 10:49:26','2026-04-28 12:49:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373366;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373366;}',11,1,'2026-04-28 10:49:26','2026-04-28 12:49:26',349143,NULL), +(12395,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:50:49','2026-04-28 11:50:49',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369849;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369849;}',3,1,'2026-04-28 09:51:08','2026-04-28 11:51:08',349074,NULL), +(12396,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:51:08','2026-04-28 11:51:08',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369868;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369868;}',3,1,'2026-04-28 09:51:08','2026-04-28 11:51:08',349075,NULL), +(12397,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 09:51:55','2026-04-28 11:51:55',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777369915;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777369915;}',3,1,'2026-04-28 09:52:08','2026-04-28 11:52:08',349078,NULL), +(12398,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1889,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12399,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1890,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12400,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1891,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12401,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1892,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12402,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1893,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12403,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:22','2026-04-28 12:03:22',10,'[1894,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370602;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12404,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1895,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12405,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1896,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12406,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1897,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12407,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1898,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12408,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1899,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12409,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1900,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12410,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1901,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12411,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:23','2026-04-28 12:03:23',10,'[1902,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370603;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370603;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12412,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1903,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12413,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1904,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12414,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1905,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12415,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1906,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12416,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:03:24','2026-04-28 12:03:24',10,'[1889,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777370604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777370604;}',3,1,'2026-04-28 10:03:35','2026-04-28 12:03:35',349088,NULL), +(12417,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:22:58','2026-04-28 12:22:58',10,'[1889,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777371778;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777371778;}',3,1,'2026-04-28 10:23:28','2026-04-28 12:23:28',349109,NULL), +(12418,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:40:05','2026-04-28 12:40:05',10,'[1889,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777372805;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777372805;}',3,1,'2026-04-28 10:40:26','2026-04-28 12:40:26',349127,NULL), +(12419,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:47:06','2026-04-28 12:47:06',10,'[1467,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373226;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373226;}',3,1,'2026-04-28 10:47:11','2026-04-28 12:47:11',349135,NULL), +(12420,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:48:45','2026-04-28 12:48:45',10,'[766,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373325;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373325;}',3,1,'2026-04-28 10:49:20','2026-04-28 12:49:20',349139,NULL), +(12421,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:49:21','2026-04-28 12:49:21',10,'[490,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373361;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373361;}',3,1,'2026-04-28 10:49:25','2026-04-28 12:49:25',349141,NULL), +(12422,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 11:49:26','2026-04-28 13:49:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777376966;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777376966;}',11,1,'2026-04-28 11:49:41','2026-04-28 13:49:41',349208,NULL), +(12423,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:50:27','2026-04-28 12:50:27',10,'[393,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373427;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373427;}',3,1,'2026-04-28 10:51:32','2026-04-28 12:51:32',349146,NULL), +(12424,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:53:53','2026-04-28 12:53:53',10,'[312,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373633;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373633;}',3,1,'2026-04-28 10:54:26','2026-04-28 12:54:26',349151,NULL), +(12425,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 10:54:35','2026-04-28 12:54:35',10,'[306,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777373675;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777373675;}',3,1,'2026-04-28 10:54:42','2026-04-28 12:54:42',349153,NULL), +(12426,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:00:34','2026-04-28 13:00:34',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374034;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374034;}',3,1,'2026-04-28 11:01:16','2026-04-28 13:01:16',349161,NULL), +(12427,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:01:07','2026-04-28 13:01:07',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374067;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374067;}',3,1,'2026-04-28 11:01:16','2026-04-28 13:01:16',349161,NULL), +(12428,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:01:35','2026-04-28 13:01:35',10,'[168,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374095;}',3,1,'2026-04-28 11:02:18','2026-04-28 13:02:18',349164,NULL), +(12429,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:02:03','2026-04-28 13:02:03',10,'[113,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374123;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374123;}',3,1,'2026-04-28 11:02:19','2026-04-28 13:02:19',349164,NULL), +(12430,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:02:37','2026-04-28 13:02:37',10,'[102,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777374157;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777374157;}',3,1,'2026-04-28 11:03:27','2026-04-28 13:03:27',349167,NULL), +(12431,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1912,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12432,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1913,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12433,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1914,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12434,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:18:08','2026-04-28 13:18:08',10,'[1915,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375088;}',3,1,'2026-04-28 11:18:30','2026-04-28 13:18:30',349180,NULL), +(12435,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-28 11:20:50','2026-04-28 13:20:50',10,'[1912,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777375250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777375250;}',3,1,'2026-04-28 11:21:32','2026-04-28 13:21:32',349185,NULL), +(12436,'woocommerce_scheduled_sales','complete','2026-04-29 11:40:08','2026-04-29 13:40:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777462808;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777462808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 12:01:27','2026-04-29 14:01:27',349497,NULL), +(12437,'woocommerce_cleanup_logs','complete','2026-04-29 11:40:08','2026-04-29 13:40:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777462808;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777462808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 12:01:27','2026-04-29 14:01:27',349497,NULL), +(12438,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-29 11:40:08','2026-04-29 13:40:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777462808;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777462808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 12:01:27','2026-04-29 14:01:27',349497,NULL), +(12439,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 12:49:41','2026-04-28 14:49:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777380581;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777380581;}',11,1,'2026-04-28 12:50:34','2026-04-28 14:50:34',349233,NULL), +(12440,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 13:50:34','2026-04-28 15:50:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777384234;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777384234;}',11,1,'2026-04-28 13:55:40','2026-04-28 15:55:40',349257,NULL), +(12441,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 14:55:40','2026-04-28 16:55:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777388140;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777388140;}',11,1,'2026-04-28 15:00:46','2026-04-28 17:00:46',349268,NULL), +(12442,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 16:00:46','2026-04-28 18:00:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777392046;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777392046;}',11,1,'2026-04-28 16:08:44','2026-04-28 18:08:44',349285,NULL), +(12443,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 17:08:44','2026-04-28 19:08:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777396124;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777396124;}',11,1,'2026-04-28 17:08:44','2026-04-28 19:08:44',349306,NULL), +(12444,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 18:08:44','2026-04-28 20:08:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777399724;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777399724;}',11,1,'2026-04-28 18:15:05','2026-04-28 20:15:05',349324,NULL), +(12445,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 19:15:05','2026-04-28 21:15:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777403705;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777403705;}',11,1,'2026-04-28 19:21:24','2026-04-28 21:21:24',349331,NULL), +(12446,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 20:21:24','2026-04-28 22:21:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777407684;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777407684;}',11,1,'2026-04-28 20:38:30','2026-04-28 22:38:30',349341,NULL), +(12447,'fetch_patterns','complete','2026-04-29 20:17:01','2026-04-29 22:17:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777493821;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777493821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-29 20:53:52','2026-04-29 22:53:52',349593,NULL), +(12448,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 21:38:30','2026-04-28 23:38:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777412310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777412310;}',11,1,'2026-04-28 22:22:17','2026-04-29 00:22:17',349357,NULL), +(12449,'woocommerce_refresh_order_count_cache','complete','2026-04-29 09:21:26','2026-04-29 11:21:26',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777454486;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777454486;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-29 09:22:34','2026-04-29 11:22:34',349473,NULL), +(12450,'woocommerce_cancel_unpaid_orders','complete','2026-04-28 23:22:17','2026-04-29 01:22:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777418537;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777418537;}',11,1,'2026-04-29 00:30:04','2026-04-29 02:30:04',349368,NULL), +(12451,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 01:30:04','2026-04-29 03:30:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777426204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777426204;}',11,1,'2026-04-29 01:56:43','2026-04-29 03:56:43',349372,NULL), +(12452,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 02:56:43','2026-04-29 04:56:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777431403;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777431403;}',11,1,'2026-04-29 03:07:45','2026-04-29 05:07:45',349388,NULL), +(12453,'wp_mail_smtp_admin_notifications_update','complete','2026-04-30 01:56:43','2026-04-30 03:56:43',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514203;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-30 02:13:02','2026-04-30 04:13:02',349623,NULL), +(12454,'wc_admin_daily_wrapper','complete','2026-04-30 01:56:43','2026-04-30 03:56:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514203;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12455,'woocommerce_cleanup_personal_data','complete','2026-04-30 01:56:44','2026-04-30 03:56:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514204;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12456,'woocommerce_expired_transient_files_cleanup','complete','2026-04-30 01:56:44','2026-04-30 03:56:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777514204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777514204;}',12,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12458,'generate_category_lookup_table_wrapper','complete','2026-04-29 01:56:54','2026-04-29 03:56:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777427814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777427814;}',11,1,'2026-04-29 01:58:05','2026-04-29 03:58:05',349374,NULL), +(12459,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-30 01:56:44','2026-04-30 03:56:44',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777514204;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777514204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-30 02:13:03','2026-04-30 04:13:03',349623,NULL), +(12460,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 04:07:45','2026-04-29 06:07:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777435665;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777435665;}',11,1,'2026-04-29 04:16:44','2026-04-29 06:16:44',349394,NULL), +(12461,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 05:16:44','2026-04-29 07:16:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777439804;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777439804;}',11,1,'2026-04-29 05:25:02','2026-04-29 07:25:02',349405,NULL), +(12462,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 06:25:02','2026-04-29 08:25:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777443902;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777443902;}',11,1,'2026-04-29 06:25:11','2026-04-29 08:25:11',349419,NULL), +(12463,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 07:25:11','2026-04-29 09:25:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777447511;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777447511;}',11,1,'2026-04-29 07:25:15','2026-04-29 09:25:15',349430,NULL), +(12464,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 08:25:15','2026-04-29 10:25:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777451115;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777451115;}',11,1,'2026-04-29 08:40:25','2026-04-29 10:40:25',349438,NULL), +(12465,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 09:40:25','2026-04-29 11:40:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777455625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777455625;}',11,1,'2026-04-29 10:07:56','2026-04-29 12:07:56',349481,NULL), +(12466,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-29 09:02:07','2026-04-29 11:02:07',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777453327;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777453327;}',3,1,'2026-04-29 09:02:28','2026-04-29 11:02:28',349451,NULL), +(12467,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-29 09:02:33','2026-04-29 11:02:33',10,'[202,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777453353;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777453353;}',3,1,'2026-04-29 09:03:10','2026-04-29 11:03:10',349453,NULL), +(12468,'wc-admin_import_orders','complete','2026-04-29 09:18:32','2026-04-29 11:18:32',10,'[1857]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777454312;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777454312;}',4,1,'2026-04-29 09:19:43','2026-04-29 11:19:43',349470,NULL), +(12469,'woocommerce_refresh_order_count_cache','complete','2026-04-29 21:22:34','2026-04-29 23:22:34',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777497754;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777497754;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-29 21:51:21','2026-04-29 23:51:21',349598,NULL), +(12470,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 11:07:56','2026-04-29 13:07:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777460876;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777460876;}',11,1,'2026-04-29 11:11:17','2026-04-29 13:11:17',349491,NULL), +(12471,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 12:11:17','2026-04-29 14:11:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777464677;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777464677;}',11,1,'2026-04-29 12:25:16','2026-04-29 14:25:16',349501,NULL), +(12472,'woocommerce_scheduled_sales','complete','2026-04-30 12:01:27','2026-04-30 14:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777550487;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777550487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12473,'woocommerce_cleanup_logs','complete','2026-04-30 12:01:27','2026-04-30 14:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777550487;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777550487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12474,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-30 12:01:27','2026-04-30 14:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777550487;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777550487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12475,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 13:25:16','2026-04-29 15:25:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777469116;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777469116;}',11,1,'2026-04-29 13:43:38','2026-04-29 15:43:38',349511,NULL), +(12476,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 14:43:38','2026-04-29 16:43:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777473818;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777473818;}',11,1,'2026-04-29 14:50:13','2026-04-29 16:50:13',349520,NULL), +(12477,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 15:50:13','2026-04-29 17:50:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777477813;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777477813;}',11,1,'2026-04-29 15:57:18','2026-04-29 17:57:18',349548,NULL), +(12478,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 16:57:18','2026-04-29 18:57:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777481838;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777481838;}',11,1,'2026-04-29 16:57:41','2026-04-29 18:57:41',349556,NULL), +(12479,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 17:57:41','2026-04-29 19:57:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777485461;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777485461;}',11,1,'2026-04-29 18:03:16','2026-04-29 20:03:16',349565,NULL), +(12480,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 19:03:16','2026-04-29 21:03:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777489396;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777489396;}',11,1,'2026-04-29 19:21:12','2026-04-29 21:21:12',349586,NULL), +(12481,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 20:21:12','2026-04-29 22:21:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777494072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777494072;}',11,1,'2026-04-29 20:53:52','2026-04-29 22:53:52',349593,NULL), +(12482,'fetch_patterns','complete','2026-04-30 20:53:52','2026-04-30 22:53:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777582432;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777582432;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-30 21:17:52','2026-04-30 23:17:52',349767,NULL), +(12483,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 21:53:52','2026-04-29 23:53:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777499632;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777499632;}',11,1,'2026-04-29 21:57:14','2026-04-29 23:57:14',349600,NULL), +(12484,'woocommerce_refresh_order_count_cache','complete','2026-04-30 09:51:21','2026-04-30 11:51:21',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777542681;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777542681;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-30 09:51:52','2026-04-30 11:51:52',349690,NULL), +(12485,'woocommerce_cancel_unpaid_orders','complete','2026-04-29 22:57:14','2026-04-30 00:57:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777503434;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777503434;}',11,1,'2026-04-29 23:02:46','2026-04-30 01:02:46',349605,NULL), +(12486,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 00:02:46','2026-04-30 02:02:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777507366;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777507366;}',11,1,'2026-04-30 00:03:28','2026-04-30 02:03:28',349611,NULL), +(12487,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 01:03:28','2026-04-30 03:03:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777511008;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777511008;}',11,1,'2026-04-30 01:35:39','2026-04-30 03:35:39',349621,NULL), +(12488,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 02:35:39','2026-04-30 04:35:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777516539;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777516539;}',11,1,'2026-04-30 03:08:49','2026-04-30 05:08:49',349625,NULL), +(12489,'wp_mail_smtp_admin_notifications_update','complete','2026-05-01 02:13:02','2026-05-01 04:13:02',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601582;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601582;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-01 02:26:58','2026-05-01 04:26:58',349788,NULL), +(12490,'wc_admin_daily_wrapper','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12491,'woocommerce_cleanup_personal_data','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12492,'woocommerce_expired_transient_files_cleanup','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777601583;}',12,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12494,'generate_category_lookup_table_wrapper','complete','2026-04-30 02:13:13','2026-04-30 04:13:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777515193;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777515193;}',11,1,'2026-04-30 03:08:49','2026-04-30 05:08:49',349625,NULL), +(12495,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-01 02:13:03','2026-05-01 04:13:03',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777601583;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777601583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-01 02:26:59','2026-05-01 04:26:59',349788,NULL), +(12496,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 04:08:49','2026-04-30 06:08:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777522129;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777522129;}',11,1,'2026-04-30 04:14:32','2026-04-30 06:14:32',349631,NULL), +(12497,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 05:14:32','2026-04-30 07:14:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777526072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777526072;}',11,1,'2026-04-30 05:14:44','2026-04-30 07:14:44',349637,NULL), +(12498,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 06:14:44','2026-04-30 08:14:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777529684;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777529684;}',11,1,'2026-04-30 06:32:15','2026-04-30 08:32:15',349648,NULL), +(12499,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 07:32:15','2026-04-30 09:32:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777534335;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777534335;}',11,1,'2026-04-30 07:33:52','2026-04-30 09:33:52',349653,NULL), +(12500,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 08:33:52','2026-04-30 10:33:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777538032;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777538032;}',11,1,'2026-04-30 09:05:40','2026-04-30 11:05:40',349662,NULL), +(12501,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 10:05:40','2026-04-30 12:05:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777543540;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777543540;}',11,1,'2026-04-30 10:06:33','2026-04-30 12:06:33',349692,NULL), +(12502,'woocommerce_refresh_order_count_cache','complete','2026-04-30 21:51:52','2026-04-30 23:51:52',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777585912;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777585912;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-30 21:58:28','2026-04-30 23:58:28',349771,NULL), +(12503,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 11:06:33','2026-04-30 13:06:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777547193;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777547193;}',11,1,'2026-04-30 11:26:19','2026-04-30 13:26:19',349704,NULL), +(12504,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 12:26:19','2026-04-30 14:26:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777551979;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777551979;}',11,1,'2026-04-30 12:47:45','2026-04-30 14:47:45',349713,NULL), +(12505,'woocommerce_scheduled_sales','complete','2026-05-01 12:47:45','2026-05-01 14:47:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777639665;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777639665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 13:19:15','2026-05-01 15:19:15',349857,NULL), +(12506,'woocommerce_cleanup_logs','complete','2026-05-01 12:47:45','2026-05-01 14:47:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777639665;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777639665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 13:19:15','2026-05-01 15:19:15',349857,NULL), +(12507,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-01 12:47:45','2026-05-01 14:47:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777639665;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777639665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 13:19:15','2026-05-01 15:19:15',349857,NULL), +(12508,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 13:47:45','2026-04-30 15:47:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777556865;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777556865;}',11,1,'2026-04-30 13:49:46','2026-04-30 15:49:46',349724,NULL), +(12509,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 14:49:46','2026-04-30 16:49:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777560586;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777560586;}',11,1,'2026-04-30 14:56:43','2026-04-30 16:56:43',349736,NULL), +(12510,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 15:56:42','2026-04-30 17:56:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777564602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777564602;}',11,1,'2026-04-30 16:17:45','2026-04-30 18:17:45',349742,NULL), +(12511,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 17:17:45','2026-04-30 19:17:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777569465;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777569465;}',11,1,'2026-04-30 17:29:32','2026-04-30 19:29:32',349749,NULL), +(12512,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 18:29:32','2026-04-30 20:29:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777573772;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777573772;}',11,1,'2026-04-30 19:44:47','2026-04-30 21:44:47',349756,NULL), +(12513,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 20:44:47','2026-04-30 22:44:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777581887;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777581887;}',11,1,'2026-04-30 21:17:52','2026-04-30 23:17:52',349767,NULL), +(12514,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 22:17:52','2026-05-01 00:17:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777587472;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777587472;}',11,1,'2026-04-30 22:21:05','2026-05-01 00:21:05',349774,NULL), +(12515,'fetch_patterns','complete','2026-05-01 21:17:52','2026-05-01 23:17:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777670272;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777670272;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-01 21:20:34','2026-05-01 23:20:34',349898,NULL), +(12516,'woocommerce_refresh_order_count_cache','complete','2026-05-01 09:58:28','2026-05-01 11:58:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777629508;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777629508;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-01 09:59:45','2026-05-01 11:59:45',349829,NULL), +(12517,'woocommerce_cancel_unpaid_orders','complete','2026-04-30 23:21:05','2026-05-01 01:21:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777591265;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777591265;}',11,1,'2026-04-30 23:23:04','2026-05-01 01:23:04',349777,NULL), +(12518,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 00:23:04','2026-05-01 02:23:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777594984;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777594984;}',11,1,'2026-05-01 01:08:25','2026-05-01 03:08:25',349780,NULL), +(12519,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 02:08:25','2026-05-01 04:08:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777601305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777601305;}',11,1,'2026-05-01 02:08:41','2026-05-01 04:08:41',349786,NULL), +(12520,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 03:08:41','2026-05-01 05:08:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777604921;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777604921;}',11,1,'2026-05-01 03:16:02','2026-05-01 05:16:02',349793,NULL), +(12521,'wp_mail_smtp_admin_notifications_update','complete','2026-05-02 02:26:58','2026-05-02 04:26:58',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688818;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688818;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12522,'wc_admin_daily_wrapper','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688819;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12523,'woocommerce_cleanup_personal_data','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688819;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12524,'woocommerce_expired_transient_files_cleanup','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777688819;}',12,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12525,'woocommerce_cleanup_sessions','complete','2026-05-02 04:00:00','2026-05-02 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777694400;s:18:\"\0*\0first_timestamp\";i:1777694400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777694400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12526,'generate_category_lookup_table_wrapper','complete','2026-05-01 02:27:09','2026-05-01 04:27:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777602429;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777602429;}',11,1,'2026-05-01 02:47:51','2026-05-01 04:47:51',349790,NULL), +(12527,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-02 02:26:59','2026-05-02 04:26:59',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777688819;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777688819;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-02 04:06:09','2026-05-02 06:06:09',349919,NULL), +(12528,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 04:16:02','2026-05-01 06:16:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777608962;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777608962;}',11,1,'2026-05-01 04:19:03','2026-05-01 06:19:03',349797,NULL), +(12529,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 05:19:03','2026-05-01 07:19:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777612743;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777612743;}',11,1,'2026-05-01 05:22:06','2026-05-01 07:22:06',349800,NULL), +(12530,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 06:22:06','2026-05-01 08:22:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777616526;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777616526;}',11,1,'2026-05-01 06:29:41','2026-05-01 08:29:41',349812,NULL), +(12531,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 07:29:41','2026-05-01 09:29:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777620581;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777620581;}',11,1,'2026-05-01 07:58:17','2026-05-01 09:58:17',349818,NULL), +(12532,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 08:58:17','2026-05-01 10:58:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777625897;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777625897;}',11,1,'2026-05-01 09:06:01','2026-05-01 11:06:01',349824,NULL), +(12533,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 10:06:01','2026-05-01 12:06:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777629961;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777629961;}',11,1,'2026-05-01 10:07:21','2026-05-01 12:07:21',349836,NULL), +(12534,'woocommerce_refresh_order_count_cache','complete','2026-05-01 21:59:45','2026-05-01 23:59:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777672785;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777672785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-01 22:17:06','2026-05-02 00:17:06',349902,NULL), +(12535,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 11:07:21','2026-05-01 13:07:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777633641;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777633641;}',11,1,'2026-05-01 11:17:48','2026-05-01 13:17:48',349850,NULL), +(12536,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 12:17:48','2026-05-01 14:17:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777637868;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777637868;}',11,1,'2026-05-01 12:23:43','2026-05-01 14:23:43',349855,NULL), +(12537,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 13:23:43','2026-05-01 15:23:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777641823;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777641823;}',11,1,'2026-05-01 14:05:19','2026-05-01 16:05:19',349860,NULL), +(12538,'woocommerce_scheduled_sales','complete','2026-05-02 13:19:15','2026-05-02 15:19:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777727955;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777727955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12539,'woocommerce_cleanup_logs','complete','2026-05-02 13:19:15','2026-05-02 15:19:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777727955;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777727955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12540,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-02 13:19:15','2026-05-02 15:19:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777727955;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777727955;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12541,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 15:05:19','2026-05-01 17:05:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777647919;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777647919;}',11,1,'2026-05-01 15:09:09','2026-05-01 17:09:09',349870,NULL), +(12542,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 16:09:09','2026-05-01 18:09:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777651749;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777651749;}',11,1,'2026-05-01 16:18:05','2026-05-01 18:18:05',349878,NULL), +(12543,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 17:18:05','2026-05-01 19:18:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777655885;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777655885;}',11,1,'2026-05-01 17:28:16','2026-05-01 19:28:16',349882,NULL), +(12544,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 18:28:16','2026-05-01 20:28:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777660096;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777660096;}',11,1,'2026-05-01 19:17:29','2026-05-01 21:17:29',349885,NULL), +(12545,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 20:17:29','2026-05-01 22:17:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777666649;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777666649;}',11,1,'2026-05-01 20:35:14','2026-05-01 22:35:14',349894,NULL), +(12546,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 21:35:14','2026-05-01 23:35:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777671314;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777671314;}',11,1,'2026-05-01 22:17:06','2026-05-02 00:17:06',349902,NULL), +(12547,'fetch_patterns','complete','2026-05-02 21:20:34','2026-05-02 23:20:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777756834;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777756834;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-02 21:41:23','2026-05-02 23:41:23',350041,NULL), +(12548,'woocommerce_cancel_unpaid_orders','complete','2026-05-01 23:17:06','2026-05-02 01:17:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777677426;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777677426;}',11,1,'2026-05-01 23:26:34','2026-05-02 01:26:34',349911,NULL), +(12549,'woocommerce_refresh_order_count_cache','complete','2026-05-02 10:17:06','2026-05-02 12:17:06',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777717026;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777717026;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-02 10:20:15','2026-05-02 12:20:15',349958,NULL), +(12550,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 00:26:34','2026-05-02 02:26:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777681594;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777681594;}',11,1,'2026-05-02 00:51:44','2026-05-02 02:51:44',349915,NULL), +(12551,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 01:51:44','2026-05-02 03:51:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777686704;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777686704;}',11,1,'2026-05-02 04:06:08','2026-05-02 06:06:08',349919,NULL), +(12552,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 05:06:08','2026-05-02 07:06:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777698368;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777698368;}',11,1,'2026-05-02 05:43:57','2026-05-02 07:43:57',349926,NULL), +(12553,'wp_mail_smtp_admin_notifications_update','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12554,'wc_admin_daily_wrapper','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12555,'woocommerce_cleanup_personal_data','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12556,'woocommerce_expired_transient_files_cleanup','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777781169;}',12,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12558,'woocommerce_cleanup_sessions','complete','2026-05-03 04:00:00','2026-05-03 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777780800;s:18:\"\0*\0first_timestamp\";i:1777780800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777780800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-03 04:04:33','2026-05-03 06:04:33',350070,NULL), +(12559,'generate_category_lookup_table_wrapper','complete','2026-05-02 04:06:19','2026-05-02 06:06:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777694779;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777694779;}',11,1,'2026-05-02 04:18:43','2026-05-02 06:18:43',349921,NULL), +(12560,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-03 04:06:09','2026-05-03 06:06:09',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777781169;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777781169;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-03 04:12:54','2026-05-03 06:12:54',350072,NULL), +(12561,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 06:43:57','2026-05-02 08:43:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777704237;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777704237;}',11,1,'2026-05-02 07:02:07','2026-05-02 09:02:07',349932,NULL), +(12562,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 08:02:07','2026-05-02 10:02:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777708927;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777708927;}',11,1,'2026-05-02 08:04:08','2026-05-02 10:04:08',349936,NULL), +(12563,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 09:04:08','2026-05-02 11:04:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777712648;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777712648;}',11,1,'2026-05-02 09:17:09','2026-05-02 11:17:09',349947,NULL), +(12564,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 10:17:09','2026-05-02 12:17:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777717029;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777717029;}',11,1,'2026-05-02 10:20:15','2026-05-02 12:20:15',349958,NULL), +(12565,'woocommerce_refresh_order_count_cache','complete','2026-05-02 22:20:15','2026-05-03 00:20:15',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777760415;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777760415;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-02 22:31:27','2026-05-03 00:31:27',350049,NULL), +(12566,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 11:20:15','2026-05-02 13:20:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777720815;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777720815;}',11,1,'2026-05-02 11:27:17','2026-05-02 13:27:17',349967,NULL), +(12567,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 12:27:17','2026-05-02 14:27:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777724837;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777724837;}',11,1,'2026-05-02 12:28:00','2026-05-02 14:28:00',349972,NULL), +(12568,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 13:28:00','2026-05-02 15:28:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777728480;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777728480;}',11,1,'2026-05-02 13:31:51','2026-05-02 15:31:51',349982,NULL), +(12569,'woocommerce_scheduled_sales','complete','2026-05-03 13:31:51','2026-05-03 15:31:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777815111;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777815111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 13:33:06','2026-05-03 15:33:06',350136,NULL), +(12570,'woocommerce_cleanup_logs','complete','2026-05-03 13:31:51','2026-05-03 15:31:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777815111;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777815111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 13:33:06','2026-05-03 15:33:06',350136,NULL), +(12571,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-03 13:31:51','2026-05-03 15:31:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777815111;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777815111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 13:33:06','2026-05-03 15:33:06',350136,NULL), +(12572,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 14:31:51','2026-05-02 16:31:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777732311;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777732311;}',11,1,'2026-05-02 14:43:41','2026-05-02 16:43:41',349994,NULL), +(12573,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 15:43:41','2026-05-02 17:43:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777736621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777736621;}',11,1,'2026-05-02 16:01:17','2026-05-02 18:01:17',350008,NULL), +(12574,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 17:01:17','2026-05-02 19:01:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777741277;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777741277;}',11,1,'2026-05-02 17:09:33','2026-05-02 19:09:33',350020,NULL), +(12575,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 18:09:33','2026-05-02 20:09:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777745373;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777745373;}',11,1,'2026-05-02 18:31:21','2026-05-02 20:31:21',350024,NULL), +(12576,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 19:31:20','2026-05-02 21:31:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777750280;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777750280;}',11,1,'2026-05-02 19:55:44','2026-05-02 21:55:44',350034,NULL), +(12577,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 20:55:44','2026-05-02 22:55:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777755344;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777755344;}',11,1,'2026-05-02 21:07:44','2026-05-02 23:07:44',350039,NULL), +(12578,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 22:07:44','2026-05-03 00:07:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777759664;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777759664;}',11,1,'2026-05-02 22:10:41','2026-05-03 00:10:41',350045,NULL), +(12579,'fetch_patterns','complete','2026-05-03 21:41:23','2026-05-03 23:41:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777844483;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777844483;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-03 21:55:11','2026-05-03 23:55:11',350252,NULL), +(12580,'woocommerce_cancel_unpaid_orders','complete','2026-05-02 23:10:41','2026-05-03 01:10:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777763441;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777763441;}',11,1,'2026-05-02 23:29:54','2026-05-03 01:29:54',350054,NULL), +(12581,'woocommerce_refresh_order_count_cache','complete','2026-05-03 10:31:27','2026-05-03 12:31:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777804287;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777804287;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-03 10:42:21','2026-05-03 12:42:21',350121,NULL), +(12582,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 00:29:54','2026-05-03 02:29:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777768194;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777768194;}',11,1,'2026-05-03 00:35:52','2026-05-03 02:35:52',350058,NULL), +(12583,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 01:35:52','2026-05-03 03:35:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777772152;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777772152;}',11,1,'2026-05-03 02:36:28','2026-05-03 04:36:28',350065,NULL), +(12584,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 03:36:28','2026-05-03 05:36:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777779388;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777779388;}',11,1,'2026-05-03 04:04:33','2026-05-03 06:04:33',350070,NULL), +(12585,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 05:04:33','2026-05-03 07:04:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777784673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777784673;}',11,1,'2026-05-03 05:08:34','2026-05-03 07:08:34',350081,NULL), +(12587,'wp_mail_smtp_admin_notifications_update','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-04 04:18:25','2026-05-04 06:18:25',350272,NULL), +(12588,'wc_admin_daily_wrapper','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12589,'woocommerce_cleanup_personal_data','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12590,'woocommerce_expired_transient_files_cleanup','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777867974;}',12,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12591,'woocommerce_cleanup_sessions','complete','2026-05-04 04:00:00','2026-05-04 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867200;s:18:\"\0*\0first_timestamp\";i:1777867200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-04 04:18:25','2026-05-04 06:18:25',350272,NULL), +(12592,'generate_category_lookup_table_wrapper','complete','2026-05-03 04:13:04','2026-05-03 06:13:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777781584;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777781584;}',11,1,'2026-05-03 04:18:13','2026-05-03 06:18:13',350074,NULL), +(12593,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-04 04:12:54','2026-05-04 06:12:54',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777867974;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777867974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-04 04:18:26','2026-05-04 06:18:26',350272,NULL), +(12594,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 06:08:34','2026-05-03 08:08:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777788514;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777788514;}',11,1,'2026-05-03 06:18:06','2026-05-03 08:18:06',350089,NULL), +(12595,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 07:18:06','2026-05-03 09:18:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777792686;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777792686;}',11,1,'2026-05-03 07:21:18','2026-05-03 09:21:18',350094,NULL), +(12596,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 08:21:18','2026-05-03 10:21:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777796478;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777796478;}',11,1,'2026-05-03 08:22:58','2026-05-03 10:22:58',350101,NULL), +(12597,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 09:22:58','2026-05-03 11:22:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777800178;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777800178;}',11,1,'2026-05-03 09:25:34','2026-05-03 11:25:34',350115,NULL), +(12598,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 10:25:34','2026-05-03 12:25:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777803934;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777803934;}',11,1,'2026-05-03 10:42:21','2026-05-03 12:42:21',350121,NULL), +(12599,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 11:42:21','2026-05-03 13:42:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777808541;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777808541;}',11,1,'2026-05-03 12:02:08','2026-05-03 14:02:08',350125,NULL), +(12600,'woocommerce_refresh_order_count_cache','complete','2026-05-03 22:42:21','2026-05-04 00:42:21',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777848141;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777848141;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-03 23:07:22','2026-05-04 01:07:22',350257,NULL), +(12601,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 13:02:08','2026-05-03 15:02:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777813328;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777813328;}',11,1,'2026-05-03 13:13:40','2026-05-03 15:13:40',350132,NULL), +(12602,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 14:13:40','2026-05-03 16:13:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777817620;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777817620;}',11,1,'2026-05-03 14:13:43','2026-05-03 16:13:43',350153,NULL), +(12603,'woocommerce_run_update_callback','complete','2026-05-03 13:33:06','2026-05-03 15:33:06',10,'{\"update_callback\":\"wc_update_1070_disable_hpos_sync_on_read\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777815186;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777815186;}',3,1,'2026-05-03 13:33:07','2026-05-03 15:33:07',350136,NULL), +(12604,'woocommerce_update_db_to_current_version','complete','2026-05-03 13:33:07','2026-05-03 15:33:07',10,'{\"version\":\"10.7.0\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777815187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777815187;}',3,1,'2026-05-03 13:33:07','2026-05-03 15:33:07',350137,NULL), +(12605,'woocommerce_scheduled_sales','complete','2026-05-04 13:33:06','2026-05-04 15:33:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777901586;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777901586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 13:42:33','2026-05-04 15:42:33',350346,NULL), +(12606,'woocommerce_cleanup_logs','complete','2026-05-04 13:33:06','2026-05-04 15:33:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777901586;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777901586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 13:42:33','2026-05-04 15:42:33',350346,NULL), +(12607,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-04 13:33:06','2026-05-04 15:33:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777901586;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777901586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 13:42:33','2026-05-04 15:42:33',350346,NULL), +(12608,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 15:13:43','2026-05-03 17:13:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777821223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777821223;}',11,1,'2026-05-03 15:13:49','2026-05-03 17:13:49',350171,NULL), +(12609,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 16:13:49','2026-05-03 18:13:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777824829;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777824829;}',11,1,'2026-05-03 16:14:21','2026-05-03 18:14:21',350189,NULL), +(12610,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 17:14:21','2026-05-03 19:14:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777828461;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777828461;}',11,1,'2026-05-03 17:48:50','2026-05-03 19:48:50',350204,NULL), +(12611,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 18:48:50','2026-05-03 20:48:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777834130;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777834130;}',11,1,'2026-05-03 18:58:55','2026-05-03 20:58:55',350223,NULL), +(12612,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 19:58:55','2026-05-03 21:58:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777838335;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777838335;}',11,1,'2026-05-03 20:03:24','2026-05-03 22:03:24',350231,NULL), +(12613,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 21:03:24','2026-05-03 23:03:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777842204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777842204;}',11,1,'2026-05-03 21:24:57','2026-05-03 23:24:57',350249,NULL), +(12614,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 22:24:57','2026-05-04 00:24:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777847097;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777847097;}',11,1,'2026-05-03 22:41:13','2026-05-04 00:41:13',350255,NULL), +(12615,'fetch_patterns','complete','2026-05-04 21:55:11','2026-05-04 23:55:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777931711;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777931711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-04 22:07:03','2026-05-05 00:07:03',350383,NULL), +(12616,'woocommerce_cancel_unpaid_orders','complete','2026-05-03 23:41:13','2026-05-04 01:41:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777851673;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777851673;}',11,1,'2026-05-04 00:33:56','2026-05-04 02:33:56',350261,NULL), +(12617,'woocommerce_refresh_order_count_cache','complete','2026-05-04 11:07:22','2026-05-04 13:07:22',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777892842;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777892842;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-04 11:19:23','2026-05-04 13:19:23',350322,NULL), +(12618,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 01:33:56','2026-05-04 03:33:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777858436;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777858436;}',11,1,'2026-05-04 02:25:04','2026-05-04 04:25:04',350265,NULL), +(12619,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 03:25:04','2026-05-04 05:25:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777865104;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777865104;}',11,1,'2026-05-04 03:29:24','2026-05-04 05:29:24',350267,NULL), +(12620,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 04:29:24','2026-05-04 06:29:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777868964;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777868964;}',11,1,'2026-05-04 04:30:30','2026-05-04 06:30:30',350274,NULL), +(12622,'wp_mail_smtp_admin_notifications_update','complete','2026-05-05 04:18:25','2026-05-05 06:18:25',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954705;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954705;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-05 04:19:46','2026-05-05 06:19:46',350409,NULL), +(12623,'wc_admin_daily_wrapper','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 04:19:46','2026-05-05 06:19:46',350409,NULL), +(12624,'woocommerce_cleanup_personal_data','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 04:19:47','2026-05-05 06:19:47',350409,NULL), +(12625,'woocommerce_expired_transient_files_cleanup','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777954706;}',12,1,'2026-05-05 04:19:47','2026-05-05 06:19:47',350409,NULL), +(12626,'woocommerce_cleanup_sessions','complete','2026-05-05 04:00:00','2026-05-05 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777953600;s:18:\"\0*\0first_timestamp\";i:1777953600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777953600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-05 04:00:20','2026-05-05 06:00:20',350406,NULL), +(12627,'generate_category_lookup_table_wrapper','complete','2026-05-04 04:18:36','2026-05-04 06:18:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777868316;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777868316;}',11,1,'2026-05-04 04:30:30','2026-05-04 06:30:30',350274,NULL), +(12628,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-05 04:18:26','2026-05-05 06:18:26',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777954706;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777954706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-05 04:19:47','2026-05-05 06:19:47',350409,NULL), +(12629,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 05:30:30','2026-05-04 07:30:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777872630;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777872630;}',11,1,'2026-05-04 05:40:58','2026-05-04 07:40:58',350277,NULL), +(12630,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 06:40:58','2026-05-04 08:40:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777876858;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777876858;}',11,1,'2026-05-04 06:57:10','2026-05-04 08:57:10',350285,NULL), +(12631,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 07:57:10','2026-05-04 09:57:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777881430;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777881430;}',11,1,'2026-05-04 08:06:31','2026-05-04 10:06:31',350293,NULL), +(12632,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 09:06:31','2026-05-04 11:06:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777885591;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777885591;}',11,1,'2026-05-04 09:09:18','2026-05-04 11:09:18',350302,NULL), +(12633,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 10:09:18','2026-05-04 12:09:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777889358;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777889358;}',11,1,'2026-05-04 10:17:53','2026-05-04 12:17:53',350315,NULL), +(12634,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 11:17:53','2026-05-04 13:17:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777893473;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777893473;}',11,1,'2026-05-04 11:19:23','2026-05-04 13:19:23',350322,NULL), +(12635,'woocommerce_refresh_order_count_cache','complete','2026-05-04 23:19:23','2026-05-05 01:19:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777936763;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777936763;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-04 23:33:12','2026-05-05 01:33:12',350389,NULL), +(12636,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 12:19:23','2026-05-04 14:19:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777897163;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777897163;}',11,1,'2026-05-04 12:31:52','2026-05-04 14:31:52',350332,NULL), +(12637,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 13:31:52','2026-05-04 15:31:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777901512;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777901512;}',11,1,'2026-05-04 13:42:32','2026-05-04 15:42:32',350346,NULL), +(12638,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 14:42:32','2026-05-04 16:42:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777905752;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777905752;}',11,1,'2026-05-04 14:42:34','2026-05-04 16:42:34',350351,NULL), +(12639,'woocommerce_scheduled_sales','complete','2026-05-05 13:42:33','2026-05-05 15:42:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777988553;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777988553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 13:48:38','2026-05-05 15:48:38',350465,NULL), +(12640,'woocommerce_cleanup_logs','complete','2026-05-05 13:42:33','2026-05-05 15:42:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777988553;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777988553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 13:48:38','2026-05-05 15:48:38',350465,NULL), +(12641,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-05-05 13:42:33','2026-05-05 15:42:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777988553;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777988553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 13:48:38','2026-05-05 15:48:38',350465,NULL), +(12642,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 15:42:34','2026-05-04 17:42:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777909354;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777909354;}',11,1,'2026-05-04 15:47:29','2026-05-04 17:47:29',350354,NULL), +(12643,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 16:47:29','2026-05-04 18:47:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777913249;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777913249;}',11,1,'2026-05-04 16:55:26','2026-05-04 18:55:26',350362,NULL), +(12644,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 17:55:26','2026-05-04 19:55:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777917326;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777917326;}',11,1,'2026-05-04 18:01:30','2026-05-04 20:01:30',350367,NULL), +(12645,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 19:01:30','2026-05-04 21:01:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777921290;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777921290;}',11,1,'2026-05-04 19:11:27','2026-05-04 21:11:27',350369,NULL), +(12646,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 20:11:27','2026-05-04 22:11:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777925487;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777925487;}',11,1,'2026-05-04 20:33:18','2026-05-04 22:33:18',350377,NULL), +(12647,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 21:33:18','2026-05-04 23:33:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777930398;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777930398;}',11,1,'2026-05-04 22:07:03','2026-05-05 00:07:03',350383,NULL), +(12648,'woocommerce_cancel_unpaid_orders','complete','2026-05-04 23:07:03','2026-05-05 01:07:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777936023;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777936023;}',11,1,'2026-05-04 23:33:12','2026-05-05 01:33:12',350389,NULL), +(12649,'fetch_patterns','complete','2026-05-05 22:07:03','2026-05-06 00:07:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778018823;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778018823;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-05 22:19:19','2026-05-06 00:19:19',350529,NULL), +(12650,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 00:33:12','2026-05-05 02:33:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777941192;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777941192;}',11,1,'2026-05-05 00:35:05','2026-05-05 02:35:05',350395,NULL), +(12651,'woocommerce_refresh_order_count_cache','complete','2026-05-05 11:33:12','2026-05-05 13:33:12',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777980792;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777980792;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-05 11:42:31','2026-05-05 13:42:31',350452,NULL), +(12652,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 01:35:05','2026-05-05 03:35:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777944905;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777944905;}',11,1,'2026-05-05 02:04:41','2026-05-05 04:04:41',350401,NULL), +(12653,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 03:04:41','2026-05-05 05:04:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777950281;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777950281;}',11,1,'2026-05-05 03:23:40','2026-05-05 05:23:40',350404,NULL), +(12654,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 04:23:40','2026-05-05 06:23:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777955020;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777955020;}',11,1,'2026-05-05 04:40:21','2026-05-05 06:40:21',350411,NULL), +(12656,'wp_mail_smtp_admin_notifications_update','complete','2026-05-06 04:19:46','2026-05-06 06:19:46',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041186;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-05-06 04:24:06','2026-05-06 06:24:06',350559,NULL), +(12657,'wc_admin_daily_wrapper','complete','2026-05-06 04:19:46','2026-05-06 06:19:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041186;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-06 04:24:07','2026-05-06 06:24:07',350559,NULL), +(12658,'woocommerce_cleanup_personal_data','complete','2026-05-06 04:19:47','2026-05-06 06:19:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041187;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-05-06 04:24:07','2026-05-06 06:24:07',350559,NULL), +(12659,'woocommerce_expired_transient_files_cleanup','complete','2026-05-06 04:19:47','2026-05-06 06:19:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778041187;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778041187;}',12,1,'2026-05-06 04:24:07','2026-05-06 06:24:07',350559,NULL), +(12660,'woocommerce_cleanup_sessions','complete','2026-05-06 04:00:00','2026-05-06 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778040000;s:18:\"\0*\0first_timestamp\";i:1778040000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778040000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-05-06 04:03:10','2026-05-06 06:03:10',350556,NULL), +(12661,'generate_category_lookup_table_wrapper','complete','2026-05-05 04:19:57','2026-05-05 06:19:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777954797;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777954797;}',11,1,'2026-05-05 04:40:21','2026-05-05 06:40:21',350411,NULL), +(12662,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-05-06 04:19:47','2026-05-06 06:19:47',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778041187;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778041187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-05-06 04:24:07','2026-05-06 06:24:07',350559,NULL), +(12663,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 05:40:21','2026-05-05 07:40:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777959621;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777959621;}',11,1,'2026-05-05 05:43:09','2026-05-05 07:43:09',350419,NULL), +(12664,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 06:43:09','2026-05-05 08:43:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777963389;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777963389;}',11,1,'2026-05-05 06:47:17','2026-05-05 08:47:17',350426,NULL), +(12665,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 07:47:16','2026-05-05 09:47:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777967236;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777967236;}',11,1,'2026-05-05 07:57:14','2026-05-05 09:57:14',350438,NULL), +(12666,'wp_mail_smtp_summary_report_email','pending','2026-05-12 07:41:13','2026-05-12 09:41:13',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778571673;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778571673;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12667,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 08:57:14','2026-05-05 10:57:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777971434;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777971434;}',11,1,'2026-05-05 10:19:40','2026-05-05 12:19:40',350444,NULL), +(12668,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 11:19:40','2026-05-05 13:19:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777979980;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777979980;}',11,1,'2026-05-05 11:42:31','2026-05-05 13:42:31',350452,NULL), +(12669,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 12:42:31','2026-05-05 14:42:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777984951;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777984951;}',11,1,'2026-05-05 13:10:05','2026-05-05 15:10:05',350462,NULL), +(12670,'woocommerce_refresh_order_count_cache','complete','2026-05-05 23:42:31','2026-05-06 01:42:31',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778024551;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778024551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-05-06 00:25:11','2026-05-06 02:25:11',350537,NULL), +(12671,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 14:10:05','2026-05-05 16:10:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777990205;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777990205;}',11,1,'2026-05-05 14:22:37','2026-05-05 16:22:37',350469,NULL), +(12672,'woocommerce_scheduled_sales','pending','2026-05-06 13:48:38','2026-05-06 15:48:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778075318;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778075318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12673,'woocommerce_cleanup_logs','pending','2026-05-06 13:48:38','2026-05-06 15:48:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778075318;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778075318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12674,'woocommerce_cleanup_rate_limits_wrapper','pending','2026-05-06 13:48:38','2026-05-06 15:48:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778075318;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778075318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12675,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 15:22:37','2026-05-05 17:22:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777994557;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777994557;}',11,1,'2026-05-05 15:23:00','2026-05-05 17:23:00',350486,NULL), +(12676,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 16:23:00','2026-05-05 18:23:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777998180;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777998180;}',11,1,'2026-05-05 16:25:07','2026-05-05 18:25:07',350500,NULL), +(12677,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-05-05 15:53:53','2026-05-05 17:53:53',10,'[240,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1777996433;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1777996433;}',3,1,'2026-05-05 15:56:11','2026-05-05 17:56:11',350495,NULL), +(12678,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 17:25:07','2026-05-05 19:25:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778001907;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778001907;}',11,1,'2026-05-05 17:59:29','2026-05-05 19:59:29',350505,NULL), +(12679,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 18:59:29','2026-05-05 20:59:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778007569;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778007569;}',11,1,'2026-05-05 19:01:28','2026-05-05 21:01:28',350509,NULL), +(12680,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 20:01:28','2026-05-05 22:01:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778011288;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778011288;}',11,1,'2026-05-05 20:26:40','2026-05-05 22:26:40',350512,NULL), +(12681,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 21:26:40','2026-05-05 23:26:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778016400;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778016400;}',11,1,'2026-05-05 21:42:23','2026-05-05 23:42:23',350525,NULL), +(12682,'woocommerce_cancel_unpaid_orders','complete','2026-05-05 22:42:23','2026-05-06 00:42:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778020943;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778020943;}',11,1,'2026-05-05 23:01:54','2026-05-06 01:01:54',350532,NULL), +(12683,'fetch_patterns','pending','2026-05-06 22:19:19','2026-05-07 00:19:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778105959;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778105959;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12684,'woocommerce_cancel_unpaid_orders','complete','2026-05-06 00:01:54','2026-05-06 02:01:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778025714;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778025714;}',11,1,'2026-05-06 00:25:11','2026-05-06 02:25:11',350537,NULL), +(12685,'woocommerce_refresh_order_count_cache','pending','2026-05-06 12:25:11','2026-05-06 14:25:11',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778070311;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778070311;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12686,'woocommerce_cancel_unpaid_orders','complete','2026-05-06 01:25:11','2026-05-06 03:25:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778030711;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778030711;}',11,1,'2026-05-06 01:31:01','2026-05-06 03:31:01',350540,NULL), +(12687,'woocommerce_cancel_unpaid_orders','complete','2026-05-06 02:31:01','2026-05-06 04:31:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778034661;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778034661;}',11,1,'2026-05-06 02:46:45','2026-05-06 04:46:45',350546,NULL), +(12688,'woocommerce_cancel_unpaid_orders','complete','2026-05-06 03:46:44','2026-05-06 05:46:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778039204;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778039204;}',11,1,'2026-05-06 03:49:02','2026-05-06 05:49:02',350553,NULL), +(12689,'woocommerce_cancel_unpaid_orders','complete','2026-05-06 04:49:02','2026-05-06 06:49:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778042942;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778042942;}',11,1,'2026-05-06 04:49:16','2026-05-06 06:49:16',350564,NULL), +(12691,'wp_mail_smtp_admin_notifications_update','pending','2026-05-07 04:24:06','2026-05-07 06:24:06',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778127846;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778127846;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12692,'wc_admin_daily_wrapper','pending','2026-05-07 04:24:07','2026-05-07 06:24:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778127847;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778127847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12693,'woocommerce_cleanup_personal_data','pending','2026-05-07 04:24:07','2026-05-07 06:24:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778127847;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778127847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12694,'woocommerce_expired_transient_files_cleanup','pending','2026-05-07 04:24:07','2026-05-07 06:24:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778127847;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778127847;}',12,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12695,'woocommerce_cleanup_sessions','pending','2026-05-07 04:00:00','2026-05-07 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778126400;s:18:\"\0*\0first_timestamp\";i:1778126400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778126400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12696,'generate_category_lookup_table_wrapper','complete','2026-05-06 04:24:17','2026-05-06 06:24:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778041457;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778041457;}',11,1,'2026-05-06 04:33:25','2026-05-06 06:33:25',350561,NULL), +(12697,'action_scheduler_run_recurring_actions_schedule_hook','pending','2026-05-07 04:24:07','2026-05-07 06:24:07',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1778127847;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1778127847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL), +(12698,'woocommerce_cancel_unpaid_orders','complete','2026-05-06 05:49:16','2026-05-06 07:49:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778046556;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778046556;}',11,1,'2026-05-06 05:59:39','2026-05-06 07:59:39',350567,NULL), +(12699,'woocommerce_cancel_unpaid_orders','complete','2026-05-06 06:59:39','2026-05-06 08:59:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778050779;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778050779;}',11,1,'2026-05-06 07:28:46','2026-05-06 09:28:46',350576,NULL), +(12700,'woocommerce_cancel_unpaid_orders','complete','2026-05-06 08:28:46','2026-05-06 10:28:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778056126;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778056126;}',11,1,'2026-05-06 08:35:03','2026-05-06 10:35:03',350585,NULL), +(12701,'woocommerce_cancel_unpaid_orders','pending','2026-05-06 09:35:03','2026-05-06 11:35:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1778060103;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1778060103;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL); +/*!40000 ALTER TABLE `haikuwp_actionscheduler_actions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_actionscheduler_claims` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_claims`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_claims` ( + `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`claim_id`), + KEY `date_created_gmt` (`date_created_gmt`) +) ENGINE=InnoDB AUTO_INCREMENT=350594 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_claims` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_claims` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_claims` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_claims` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_actionscheduler_groups` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_groups`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_groups` ( + `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `slug` varchar(255) NOT NULL, + PRIMARY KEY (`group_id`), + KEY `slug` (`slug`(191)) +) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_groups` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_groups` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_groups` DISABLE KEYS */; +INSERT INTO `haikuwp_actionscheduler_groups` VALUES +(1,'action-scheduler-migration'), +(2,''), +(3,'woocommerce-db-updates'), +(4,'wc-admin-data'), +(5,'wc_update_product_default_cat'), +(6,'wp_mail_smtp'), +(7,'wc_update_product_lookup_tables'), +(8,'wc_delete_related_product_transients_group'), +(9,'count'), +(10,'ActionScheduler'), +(11,'woocommerce'), +(12,'wc_batch_processes'); +/*!40000 ALTER TABLE `haikuwp_actionscheduler_groups` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_actionscheduler_logs` +-- + +DROP TABLE IF EXISTS `haikuwp_actionscheduler_logs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_actionscheduler_logs` ( + `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `action_id` bigint(20) unsigned NOT NULL, + `message` text NOT NULL, + `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00', + `log_date_local` datetime DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`log_id`), + KEY `action_id` (`action_id`), + KEY `log_date_gmt` (`log_date_gmt`) +) ENGINE=InnoDB AUTO_INCREMENT=37860 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_actionscheduler_logs` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_actionscheduler_logs` WRITE; +/*!40000 ALTER TABLE `haikuwp_actionscheduler_logs` DISABLE KEYS */; +INSERT INTO `haikuwp_actionscheduler_logs` VALUES +(31975,10724,'action created','2026-03-22 10:00:00','2026-03-22 11:00:00'), +(33014,11074,'action created','2026-03-31 06:59:15','2026-03-31 08:59:15'), +(33475,11229,'action created','2026-04-04 15:23:03','2026-04-04 17:23:03'), +(33493,11235,'action created','2026-04-04 20:50:06','2026-04-04 22:50:06'), +(33496,11236,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33499,11237,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33501,11238,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33511,11242,'action created','2026-04-04 20:50:07','2026-04-04 22:50:07'), +(33525,11246,'action created','2026-04-05 01:13:37','2026-04-05 03:13:37'), +(33537,11250,'action created','2026-04-05 04:01:17','2026-04-05 06:01:17'), +(33543,11252,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33546,11253,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33549,11254,'action created','2026-04-05 05:30:04','2026-04-05 07:30:04'), +(33557,11257,'action created','2026-04-05 09:02:20','2026-04-05 11:02:20'), +(33559,11257,'action started via WP Cron','2026-04-05 10:09:58','2026-04-05 12:09:58'), +(33560,11258,'action created','2026-04-05 10:09:58','2026-04-05 12:09:58'), +(33561,11257,'action complete via WP Cron','2026-04-05 10:09:58','2026-04-05 12:09:58'), +(33562,11258,'action started via WP Cron','2026-04-05 11:10:57','2026-04-05 13:10:57'), +(33563,11259,'action created','2026-04-05 11:10:57','2026-04-05 13:10:57'), +(33564,11258,'action complete via WP Cron','2026-04-05 11:10:57','2026-04-05 13:10:57'), +(33565,11259,'action started via WP Cron','2026-04-05 12:15:20','2026-04-05 14:15:20'), +(33566,11260,'action created','2026-04-05 12:15:20','2026-04-05 14:15:20'), +(33567,11259,'action complete via WP Cron','2026-04-05 12:15:20','2026-04-05 14:15:20'), +(33568,11246,'action started via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33569,11246,'action complete via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33570,11261,'action created','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33571,11260,'action started via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33572,11262,'action created','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33573,11260,'action complete via WP Cron','2026-04-05 13:19:23','2026-04-05 15:19:23'), +(33574,11262,'action started via WP Cron','2026-04-05 14:22:18','2026-04-05 16:22:18'), +(33575,11263,'action created','2026-04-05 14:22:18','2026-04-05 16:22:18'), +(33576,11262,'action complete via WP Cron','2026-04-05 14:22:18','2026-04-05 16:22:18'), +(33577,11263,'action started via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33578,11264,'action created','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33579,11263,'action complete via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33580,11229,'action started via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33581,11229,'action complete via WP Cron','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33582,11265,'action created','2026-04-05 15:30:55','2026-04-05 17:30:55'), +(33583,11250,'action started via WP Cron','2026-04-05 16:09:39','2026-04-05 18:09:39'), +(33584,11250,'action complete via WP Cron','2026-04-05 16:09:39','2026-04-05 18:09:39'), +(33586,11264,'action started via WP Cron','2026-04-05 16:35:10','2026-04-05 18:35:10'), +(33587,11267,'action created','2026-04-05 16:35:10','2026-04-05 18:35:10'), +(33588,11264,'action complete via WP Cron','2026-04-05 16:35:10','2026-04-05 18:35:10'), +(33589,11267,'action started via WP Cron','2026-04-05 17:45:14','2026-04-05 19:45:14'), +(33590,11268,'action created','2026-04-05 17:45:14','2026-04-05 19:45:14'), +(33591,11267,'action complete via WP Cron','2026-04-05 17:45:14','2026-04-05 19:45:14'), +(33592,11268,'action started via WP Cron','2026-04-05 18:53:10','2026-04-05 20:53:10'), +(33593,11269,'action created','2026-04-05 18:53:10','2026-04-05 20:53:10'), +(33594,11268,'action complete via WP Cron','2026-04-05 18:53:10','2026-04-05 20:53:10'), +(33595,11269,'action started via WP Cron','2026-04-05 19:54:22','2026-04-05 21:54:22'), +(33596,11270,'action created','2026-04-05 19:54:22','2026-04-05 21:54:22'), +(33597,11269,'action complete via WP Cron','2026-04-05 19:54:22','2026-04-05 21:54:22'), +(33598,11235,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33599,11235,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33600,11271,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33601,11236,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33602,11236,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33603,11272,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33604,11237,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33605,11237,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33606,11273,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33607,11238,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33608,11274,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33609,11238,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33610,11242,'action started via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33612,11275,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33613,11276,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33614,11242,'action complete via WP Cron','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33615,11277,'action created','2026-04-05 20:51:52','2026-04-05 22:51:52'), +(33616,11276,'action started via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33617,11276,'action complete via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33618,11270,'action started via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33619,11278,'action created','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33620,11270,'action complete via WP Cron','2026-04-05 20:56:35','2026-04-05 22:56:35'), +(33621,11278,'action started via WP Cron','2026-04-05 21:57:29','2026-04-05 23:57:29'), +(33622,11279,'action created','2026-04-05 21:57:29','2026-04-05 23:57:29'), +(33623,11278,'action complete via WP Cron','2026-04-05 21:57:29','2026-04-05 23:57:29'), +(33624,11279,'action started via WP Cron','2026-04-05 23:05:34','2026-04-06 01:05:34'), +(33625,11280,'action created','2026-04-05 23:05:34','2026-04-06 01:05:34'), +(33626,11279,'action complete via WP Cron','2026-04-05 23:05:34','2026-04-06 01:05:34'), +(33627,11280,'action started via WP Cron','2026-04-06 00:07:20','2026-04-06 02:07:20'), +(33628,11281,'action created','2026-04-06 00:07:20','2026-04-06 02:07:20'), +(33629,11280,'action complete via WP Cron','2026-04-06 00:07:20','2026-04-06 02:07:20'), +(33630,11281,'action started via WP Cron','2026-04-06 01:08:24','2026-04-06 03:08:24'), +(33631,11282,'action created','2026-04-06 01:08:24','2026-04-06 03:08:24'), +(33632,11281,'action complete via WP Cron','2026-04-06 01:08:24','2026-04-06 03:08:24'), +(33633,11261,'action started via WP Cron','2026-04-06 02:00:54','2026-04-06 04:00:54'), +(33634,11261,'action complete via WP Cron','2026-04-06 02:00:54','2026-04-06 04:00:54'), +(33635,11283,'action created','2026-04-06 02:00:54','2026-04-06 04:00:54'), +(33636,11282,'action started via WP Cron','2026-04-06 03:58:23','2026-04-06 05:58:23'), +(33637,11284,'action created','2026-04-06 03:58:23','2026-04-06 05:58:23'), +(33638,11282,'action complete via WP Cron','2026-04-06 03:58:23','2026-04-06 05:58:23'), +(33639,11275,'action started via WP Cron','2026-04-06 04:10:54','2026-04-06 06:10:54'), +(33640,11275,'action complete via WP Cron','2026-04-06 04:10:54','2026-04-06 06:10:54'), +(33641,11285,'action created','2026-04-06 04:10:54','2026-04-06 06:10:54'), +(33642,11284,'action started via WP Cron','2026-04-06 05:06:40','2026-04-06 07:06:40'), +(33643,11286,'action created','2026-04-06 05:06:40','2026-04-06 07:06:40'), +(33644,11284,'action complete via WP Cron','2026-04-06 05:06:40','2026-04-06 07:06:40'), +(33645,11252,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33646,11252,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33647,11287,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33648,11253,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33649,11253,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33650,11288,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33651,11254,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33652,11254,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33653,11289,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33654,11286,'action started via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33655,11290,'action created','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33656,11286,'action complete via WP Cron','2026-04-06 06:50:14','2026-04-06 08:50:14'), +(33657,11291,'action created','2026-04-06 07:48:36','2026-04-06 09:48:36'), +(33658,11292,'action created','2026-04-06 07:49:21','2026-04-06 09:49:21'), +(33659,11291,'action started via Async Request','2026-04-06 07:49:21','2026-04-06 09:49:21'), +(33660,11291,'action complete via Async Request','2026-04-06 07:49:21','2026-04-06 09:49:21'), +(33661,11292,'action started via WP Cron','2026-04-06 07:49:26','2026-04-06 09:49:26'), +(33662,11292,'action complete via WP Cron','2026-04-06 07:49:26','2026-04-06 09:49:26'), +(33663,11293,'action created','2026-04-06 07:50:03','2026-04-06 09:50:03'), +(33664,11293,'action started via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33665,11293,'action complete via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33666,11290,'action started via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33667,11294,'action created','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33668,11290,'action complete via Async Request','2026-04-06 07:50:26','2026-04-06 09:50:26'), +(33669,11295,'action created','2026-04-06 07:50:38','2026-04-06 09:50:38'), +(33670,11295,'action started via Async Request','2026-04-06 07:51:30','2026-04-06 09:51:30'), +(33671,11295,'action complete via Async Request','2026-04-06 07:51:30','2026-04-06 09:51:30'), +(33672,11296,'action created','2026-04-06 08:35:27','2026-04-06 10:35:27'), +(33673,11296,'action started via Async Request','2026-04-06 08:35:46','2026-04-06 10:35:46'), +(33674,11296,'action complete via Async Request','2026-04-06 08:35:46','2026-04-06 10:35:46'), +(33675,11297,'action created','2026-04-06 08:37:56','2026-04-06 10:37:56'), +(33676,11297,'action started via Async Request','2026-04-06 08:37:57','2026-04-06 10:37:57'), +(33677,11297,'action complete via Async Request','2026-04-06 08:37:57','2026-04-06 10:37:57'), +(33678,11298,'action created','2026-04-06 08:39:59','2026-04-06 10:39:59'), +(33679,11298,'action started via Async Request','2026-04-06 08:40:00','2026-04-06 10:40:00'), +(33680,11298,'action complete via Async Request','2026-04-06 08:40:00','2026-04-06 10:40:00'), +(33681,11299,'action created','2026-04-06 08:40:38','2026-04-06 10:40:38'), +(33682,11299,'action started via Async Request','2026-04-06 08:41:25','2026-04-06 10:41:25'), +(33683,11299,'action complete via Async Request','2026-04-06 08:41:25','2026-04-06 10:41:25'), +(33684,11294,'action started via Async Request','2026-04-06 08:51:16','2026-04-06 10:51:16'), +(33685,11300,'action created','2026-04-06 08:51:16','2026-04-06 10:51:16'), +(33686,11294,'action complete via Async Request','2026-04-06 08:51:16','2026-04-06 10:51:16'), +(33687,11301,'action created','2026-04-06 09:48:45','2026-04-06 11:48:45'), +(33688,11302,'action created','2026-04-06 09:48:54','2026-04-06 11:48:54'), +(33689,11303,'action created','2026-04-06 09:49:09','2026-04-06 11:49:09'), +(33690,11301,'action started via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33691,11301,'action complete via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33692,11302,'action started via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33693,11302,'action complete via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33694,11303,'action started via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33695,11303,'action complete via WP Cron','2026-04-06 09:49:28','2026-04-06 11:49:28'), +(33696,11300,'action started via Async Request','2026-04-06 09:52:13','2026-04-06 11:52:13'), +(33697,11304,'action created','2026-04-06 09:52:13','2026-04-06 11:52:13'), +(33698,11300,'action complete via Async Request','2026-04-06 09:52:13','2026-04-06 11:52:13'), +(33699,10724,'action started via Async Request','2026-04-06 10:01:43','2026-04-06 12:01:43'), +(33700,10724,'action complete via Async Request','2026-04-06 10:01:43','2026-04-06 12:01:43'), +(33701,11305,'action created','2026-04-06 10:01:43','2026-04-06 12:01:43'), +(33702,11304,'action started via WP Cron','2026-04-06 11:02:23','2026-04-06 13:02:23'), +(33703,11306,'action created','2026-04-06 11:02:23','2026-04-06 13:02:23'), +(33704,11304,'action complete via WP Cron','2026-04-06 11:02:23','2026-04-06 13:02:23'), +(33705,11306,'action started via WP Cron','2026-04-06 12:04:11','2026-04-06 14:04:11'), +(33706,11307,'action created','2026-04-06 12:04:11','2026-04-06 14:04:11'), +(33707,11306,'action complete via WP Cron','2026-04-06 12:04:11','2026-04-06 14:04:11'), +(33708,11307,'action started via WP Cron','2026-04-06 13:14:17','2026-04-06 15:14:17'), +(33709,11308,'action created','2026-04-06 13:14:17','2026-04-06 15:14:17'), +(33710,11307,'action complete via WP Cron','2026-04-06 13:14:17','2026-04-06 15:14:17'), +(33711,11283,'action started via WP Cron','2026-04-06 14:02:13','2026-04-06 16:02:13'), +(33712,11283,'action complete via WP Cron','2026-04-06 14:02:13','2026-04-06 16:02:13'), +(33713,11309,'action created','2026-04-06 14:02:13','2026-04-06 16:02:13'), +(33714,11308,'action started via WP Cron','2026-04-06 14:15:30','2026-04-06 16:15:30'), +(33715,11310,'action created','2026-04-06 14:15:30','2026-04-06 16:15:30'), +(33716,11308,'action complete via WP Cron','2026-04-06 14:15:30','2026-04-06 16:15:30'), +(33717,11310,'action started via WP Cron','2026-04-06 15:28:57','2026-04-06 17:28:57'), +(33718,11311,'action created','2026-04-06 15:28:57','2026-04-06 17:28:57'), +(33719,11310,'action complete via WP Cron','2026-04-06 15:28:57','2026-04-06 17:28:57'), +(33720,11265,'action started via WP Cron','2026-04-06 15:43:58','2026-04-06 17:43:58'), +(33721,11265,'action complete via WP Cron','2026-04-06 15:43:58','2026-04-06 17:43:58'), +(33722,11312,'action created','2026-04-06 15:43:58','2026-04-06 17:43:58'), +(33723,11285,'action started via WP Cron','2026-04-06 16:11:56','2026-04-06 18:11:56'), +(33724,11285,'action complete via WP Cron','2026-04-06 16:11:56','2026-04-06 18:11:56'), +(33726,11311,'action started via WP Cron','2026-04-06 16:35:07','2026-04-06 18:35:07'), +(33727,11314,'action created','2026-04-06 16:35:07','2026-04-06 18:35:07'), +(33728,11311,'action complete via WP Cron','2026-04-06 16:35:07','2026-04-06 18:35:07'), +(33729,11314,'action started via WP Cron','2026-04-06 17:47:03','2026-04-06 19:47:03'), +(33730,11315,'action created','2026-04-06 17:47:03','2026-04-06 19:47:03'), +(33731,11314,'action complete via WP Cron','2026-04-06 17:47:03','2026-04-06 19:47:03'), +(33732,11315,'action started via WP Cron','2026-04-06 19:01:12','2026-04-06 21:01:12'), +(33733,11316,'action created','2026-04-06 19:01:12','2026-04-06 21:01:12'), +(33734,11315,'action complete via WP Cron','2026-04-06 19:01:12','2026-04-06 21:01:12'), +(33735,11316,'action started via WP Cron','2026-04-06 20:20:45','2026-04-06 22:20:45'), +(33736,11317,'action created','2026-04-06 20:20:45','2026-04-06 22:20:45'), +(33737,11316,'action complete via WP Cron','2026-04-06 20:20:45','2026-04-06 22:20:45'), +(33738,11271,'action started via WP Cron','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33739,11271,'action complete via WP Cron','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33740,11318,'action created','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33741,11272,'action started via WP Cron','2026-04-06 21:02:54','2026-04-06 23:02:54'), +(33742,11272,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33743,11319,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33744,11273,'action started via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33745,11273,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33746,11320,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33747,11274,'action started via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33748,11321,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33749,11274,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33750,11277,'action started via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33752,11322,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33753,11323,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33754,11277,'action complete via WP Cron','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33755,11324,'action created','2026-04-06 21:02:55','2026-04-06 23:02:55'), +(33756,11323,'action started via WP Cron','2026-04-06 21:09:14','2026-04-06 23:09:14'), +(33757,11323,'action complete via WP Cron','2026-04-06 21:09:14','2026-04-06 23:09:14'), +(33758,11317,'action started via WP Cron','2026-04-06 21:32:21','2026-04-06 23:32:21'), +(33759,11325,'action created','2026-04-06 21:32:21','2026-04-06 23:32:21'), +(33760,11317,'action complete via WP Cron','2026-04-06 21:32:21','2026-04-06 23:32:21'), +(33761,11325,'action started via WP Cron','2026-04-06 23:08:05','2026-04-07 01:08:05'), +(33762,11326,'action created','2026-04-06 23:08:05','2026-04-07 01:08:05'), +(33763,11325,'action complete via WP Cron','2026-04-06 23:08:05','2026-04-07 01:08:05'), +(33764,11326,'action started via WP Cron','2026-04-07 00:09:56','2026-04-07 02:09:56'), +(33765,11327,'action created','2026-04-07 00:09:56','2026-04-07 02:09:56'), +(33766,11326,'action complete via WP Cron','2026-04-07 00:09:56','2026-04-07 02:09:56'), +(33767,11327,'action started via WP Cron','2026-04-07 01:24:05','2026-04-07 03:24:05'), +(33768,11328,'action created','2026-04-07 01:24:05','2026-04-07 03:24:05'), +(33769,11327,'action complete via WP Cron','2026-04-07 01:24:05','2026-04-07 03:24:05'), +(33770,11309,'action started via WP Cron','2026-04-07 02:04:40','2026-04-07 04:04:40'), +(33771,11309,'action complete via WP Cron','2026-04-07 02:04:40','2026-04-07 04:04:40'), +(33772,11329,'action created','2026-04-07 02:04:40','2026-04-07 04:04:40'), +(33773,11328,'action started via WP Cron','2026-04-07 02:59:43','2026-04-07 04:59:43'), +(33774,11330,'action created','2026-04-07 02:59:43','2026-04-07 04:59:43'), +(33775,11328,'action complete via WP Cron','2026-04-07 02:59:43','2026-04-07 04:59:43'), +(33776,11330,'action started via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33777,11331,'action created','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33778,11330,'action complete via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33779,11322,'action started via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33780,11322,'action complete via WP Cron','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33781,11332,'action created','2026-04-07 04:14:23','2026-04-07 06:14:23'), +(33782,11331,'action started via WP Cron','2026-04-07 05:29:43','2026-04-07 07:29:43'), +(33783,11333,'action created','2026-04-07 05:29:43','2026-04-07 07:29:43'), +(33784,11331,'action complete via WP Cron','2026-04-07 05:29:43','2026-04-07 07:29:43'), +(33785,11333,'action started via WP Cron','2026-04-07 06:35:06','2026-04-07 08:35:06'), +(33786,11334,'action created','2026-04-07 06:35:06','2026-04-07 08:35:06'), +(33787,11333,'action complete via WP Cron','2026-04-07 06:35:06','2026-04-07 08:35:06'), +(33788,11287,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33789,11287,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33790,11335,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33791,11288,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33792,11288,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33793,11336,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33794,11289,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33795,11289,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33796,11337,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33797,11074,'action started via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33798,11074,'action complete via WP Cron','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33799,11338,'action created','2026-04-07 07:06:50','2026-04-07 09:06:50'), +(33800,11334,'action started via Async Request','2026-04-07 07:35:32','2026-04-07 09:35:32'), +(33801,11339,'action created','2026-04-07 07:35:32','2026-04-07 09:35:32'), +(33802,11334,'action complete via Async Request','2026-04-07 07:35:32','2026-04-07 09:35:32'), +(33803,11339,'action started via Async Request','2026-04-07 08:41:58','2026-04-07 10:41:58'), +(33804,11340,'action created','2026-04-07 08:41:58','2026-04-07 10:41:58'), +(33805,11339,'action complete via Async Request','2026-04-07 08:41:58','2026-04-07 10:41:58'), +(33806,11341,'action created','2026-04-07 08:42:22','2026-04-07 10:42:22'), +(33807,11341,'action started via WP Cron','2026-04-07 08:46:30','2026-04-07 10:46:30'), +(33808,11341,'action complete via WP Cron','2026-04-07 08:46:30','2026-04-07 10:46:30'), +(33809,11340,'action started via WP Cron','2026-04-07 09:43:30','2026-04-07 11:43:30'), +(33810,11342,'action created','2026-04-07 09:43:30','2026-04-07 11:43:30'), +(33811,11340,'action complete via WP Cron','2026-04-07 09:43:30','2026-04-07 11:43:30'), +(33812,11342,'action started via WP Cron','2026-04-07 10:50:52','2026-04-07 12:50:52'), +(33813,11343,'action created','2026-04-07 10:50:52','2026-04-07 12:50:52'), +(33814,11342,'action complete via WP Cron','2026-04-07 10:50:52','2026-04-07 12:50:52'), +(33815,11343,'action started via WP Cron','2026-04-07 11:52:33','2026-04-07 13:52:33'), +(33816,11344,'action created','2026-04-07 11:52:33','2026-04-07 13:52:33'), +(33817,11343,'action complete via WP Cron','2026-04-07 11:52:33','2026-04-07 13:52:33'), +(33818,11344,'action started via WP Cron','2026-04-07 12:57:06','2026-04-07 14:57:06'), +(33819,11345,'action created','2026-04-07 12:57:06','2026-04-07 14:57:06'), +(33820,11344,'action complete via WP Cron','2026-04-07 12:57:06','2026-04-07 14:57:06'), +(33821,11345,'action started via WP Cron','2026-04-07 14:03:01','2026-04-07 16:03:01'), +(33822,11346,'action created','2026-04-07 14:03:01','2026-04-07 16:03:01'), +(33823,11345,'action complete via WP Cron','2026-04-07 14:03:01','2026-04-07 16:03:01'), +(33824,11329,'action started via WP Cron','2026-04-07 14:05:55','2026-04-07 16:05:55'), +(33825,11329,'action complete via WP Cron','2026-04-07 14:05:55','2026-04-07 16:05:55'), +(33826,11347,'action created','2026-04-07 14:05:55','2026-04-07 16:05:55'), +(33827,11346,'action started via WP Cron','2026-04-07 15:03:10','2026-04-07 17:03:10'), +(33828,11348,'action created','2026-04-07 15:03:10','2026-04-07 17:03:10'), +(33829,11346,'action complete via WP Cron','2026-04-07 15:03:10','2026-04-07 17:03:10'), +(33830,11312,'action started via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33831,11312,'action complete via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33832,11349,'action created','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33833,11348,'action started via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33834,11350,'action created','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33835,11348,'action complete via WP Cron','2026-04-07 16:11:02','2026-04-07 18:11:02'), +(33836,11332,'action started via WP Cron','2026-04-07 16:17:25','2026-04-07 18:17:25'), +(33837,11332,'action complete via WP Cron','2026-04-07 16:17:25','2026-04-07 18:17:25'), +(33839,11350,'action started via WP Cron','2026-04-07 17:18:11','2026-04-07 19:18:11'), +(33840,11352,'action created','2026-04-07 17:18:11','2026-04-07 19:18:11'), +(33841,11350,'action complete via WP Cron','2026-04-07 17:18:11','2026-04-07 19:18:11'), +(33842,11352,'action started via WP Cron','2026-04-07 18:23:43','2026-04-07 20:23:43'), +(33843,11353,'action created','2026-04-07 18:23:43','2026-04-07 20:23:43'), +(33844,11352,'action complete via WP Cron','2026-04-07 18:23:43','2026-04-07 20:23:43'), +(33845,11353,'action started via WP Cron','2026-04-07 19:47:11','2026-04-07 21:47:11'), +(33846,11354,'action created','2026-04-07 19:47:11','2026-04-07 21:47:11'), +(33847,11353,'action complete via WP Cron','2026-04-07 19:47:11','2026-04-07 21:47:11'), +(33848,11354,'action started via WP Cron','2026-04-07 20:49:15','2026-04-07 22:49:15'), +(33849,11355,'action created','2026-04-07 20:49:15','2026-04-07 22:49:15'), +(33850,11354,'action complete via WP Cron','2026-04-07 20:49:15','2026-04-07 22:49:15'), +(33851,11318,'action started via WP Cron','2026-04-07 21:49:44','2026-04-07 23:49:44'), +(33852,11318,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33853,11356,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33854,11319,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33855,11319,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33856,11357,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33857,11320,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33858,11320,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33859,11358,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33860,11321,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33861,11359,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33862,11321,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33863,11355,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33864,11360,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33865,11355,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33866,11324,'action started via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33868,11361,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33869,11362,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33870,11324,'action complete via WP Cron','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33871,11363,'action created','2026-04-07 21:49:45','2026-04-07 23:49:45'), +(33872,11362,'action started via WP Cron','2026-04-07 21:50:47','2026-04-07 23:50:47'), +(33873,11362,'action complete via WP Cron','2026-04-07 21:50:48','2026-04-07 23:50:48'), +(33874,11360,'action started via WP Cron','2026-04-07 22:54:33','2026-04-08 00:54:33'), +(33875,11364,'action created','2026-04-07 22:54:33','2026-04-08 00:54:33'), +(33876,11360,'action complete via WP Cron','2026-04-07 22:54:33','2026-04-08 00:54:33'), +(33877,11364,'action started via WP Cron','2026-04-07 23:56:19','2026-04-08 01:56:19'), +(33878,11365,'action created','2026-04-07 23:56:19','2026-04-08 01:56:19'), +(33879,11364,'action complete via WP Cron','2026-04-07 23:56:19','2026-04-08 01:56:19'), +(33880,11365,'action started via WP Cron','2026-04-08 01:06:50','2026-04-08 03:06:50'), +(33881,11366,'action created','2026-04-08 01:06:50','2026-04-08 03:06:50'), +(33882,11365,'action complete via WP Cron','2026-04-08 01:06:50','2026-04-08 03:06:50'), +(33883,11347,'action started via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33884,11347,'action complete via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33885,11367,'action created','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33886,11366,'action started via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33887,11368,'action created','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33888,11366,'action complete via WP Cron','2026-04-08 02:31:17','2026-04-08 04:31:17'), +(33889,11368,'action started via WP Cron','2026-04-08 03:49:56','2026-04-08 05:49:56'), +(33890,11369,'action created','2026-04-08 03:49:56','2026-04-08 05:49:56'), +(33891,11368,'action complete via WP Cron','2026-04-08 03:49:56','2026-04-08 05:49:56'), +(33892,11361,'action started via WP Cron','2026-04-08 04:18:56','2026-04-08 06:18:56'), +(33893,11361,'action complete via WP Cron','2026-04-08 04:18:56','2026-04-08 06:18:56'), +(33894,11370,'action created','2026-04-08 04:18:56','2026-04-08 06:18:56'), +(33895,11369,'action started via WP Cron','2026-04-08 05:06:57','2026-04-08 07:06:57'), +(33896,11371,'action created','2026-04-08 05:06:57','2026-04-08 07:06:57'), +(33897,11369,'action complete via WP Cron','2026-04-08 05:06:57','2026-04-08 07:06:57'), +(33898,11371,'action started via WP Cron','2026-04-08 06:12:44','2026-04-08 08:12:44'), +(33899,11372,'action created','2026-04-08 06:12:44','2026-04-08 08:12:44'), +(33900,11371,'action complete via WP Cron','2026-04-08 06:12:45','2026-04-08 08:12:45'), +(33901,11335,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33902,11335,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33903,11373,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33904,11336,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33905,11336,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33906,11374,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33907,11337,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33908,11337,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33909,11375,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33910,11372,'action started via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33911,11376,'action created','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33912,11372,'action complete via WP Cron','2026-04-08 07:21:07','2026-04-08 09:21:07'), +(33913,11376,'action started via WP Cron','2026-04-08 09:11:30','2026-04-08 11:11:30'), +(33914,11377,'action created','2026-04-08 09:11:30','2026-04-08 11:11:30'), +(33915,11376,'action complete via WP Cron','2026-04-08 09:11:30','2026-04-08 11:11:30'), +(33916,11377,'action started via WP Cron','2026-04-08 10:20:54','2026-04-08 12:20:54'), +(33917,11378,'action created','2026-04-08 10:20:54','2026-04-08 12:20:54'), +(33918,11377,'action complete via WP Cron','2026-04-08 10:20:54','2026-04-08 12:20:54'), +(33919,11378,'action started via WP Cron','2026-04-08 11:34:18','2026-04-08 13:34:18'), +(33920,11379,'action created','2026-04-08 11:34:18','2026-04-08 13:34:18'), +(33921,11378,'action complete via WP Cron','2026-04-08 11:34:18','2026-04-08 13:34:18'), +(33922,11379,'action started via WP Cron','2026-04-08 12:41:43','2026-04-08 14:41:43'), +(33923,11380,'action created','2026-04-08 12:41:43','2026-04-08 14:41:43'), +(33924,11379,'action complete via WP Cron','2026-04-08 12:41:44','2026-04-08 14:41:44'), +(33925,11380,'action started via WP Cron','2026-04-08 13:45:39','2026-04-08 15:45:39'), +(33926,11381,'action created','2026-04-08 13:45:39','2026-04-08 15:45:39'), +(33927,11380,'action complete via WP Cron','2026-04-08 13:45:39','2026-04-08 15:45:39'), +(33928,11367,'action started via WP Cron','2026-04-08 14:36:24','2026-04-08 16:36:24'), +(33929,11367,'action complete via WP Cron','2026-04-08 14:36:24','2026-04-08 16:36:24'), +(33930,11382,'action created','2026-04-08 14:36:24','2026-04-08 16:36:24'), +(33931,11381,'action started via WP Cron','2026-04-08 14:45:39','2026-04-08 16:45:39'), +(33932,11383,'action created','2026-04-08 14:45:39','2026-04-08 16:45:39'), +(33933,11381,'action complete via WP Cron','2026-04-08 14:45:39','2026-04-08 16:45:39'), +(33934,11383,'action started via WP Cron','2026-04-08 16:04:06','2026-04-08 18:04:06'), +(33935,11384,'action created','2026-04-08 16:04:06','2026-04-08 18:04:06'), +(33936,11383,'action complete via WP Cron','2026-04-08 16:04:06','2026-04-08 18:04:06'), +(33937,11349,'action started via WP Cron','2026-04-08 16:17:38','2026-04-08 18:17:38'), +(33938,11349,'action complete via WP Cron','2026-04-08 16:17:38','2026-04-08 18:17:38'), +(33939,11385,'action created','2026-04-08 16:17:38','2026-04-08 18:17:38'), +(33940,11370,'action started via WP Cron','2026-04-08 16:19:14','2026-04-08 18:19:14'), +(33941,11370,'action complete via WP Cron','2026-04-08 16:19:14','2026-04-08 18:19:14'), +(33943,11384,'action started via WP Cron','2026-04-08 17:08:44','2026-04-08 19:08:44'), +(33944,11387,'action created','2026-04-08 17:08:44','2026-04-08 19:08:44'), +(33945,11384,'action complete via WP Cron','2026-04-08 17:08:44','2026-04-08 19:08:44'), +(33946,11387,'action started via WP Cron','2026-04-08 18:10:44','2026-04-08 20:10:44'), +(33947,11388,'action created','2026-04-08 18:10:44','2026-04-08 20:10:44'), +(33948,11387,'action complete via WP Cron','2026-04-08 18:10:44','2026-04-08 20:10:44'), +(33949,11388,'action started via WP Cron','2026-04-08 19:59:05','2026-04-08 21:59:05'), +(33950,11389,'action created','2026-04-08 19:59:05','2026-04-08 21:59:05'), +(33951,11388,'action complete via WP Cron','2026-04-08 19:59:05','2026-04-08 21:59:05'), +(33952,11389,'action started via WP Cron','2026-04-08 21:07:54','2026-04-08 23:07:54'), +(33953,11390,'action created','2026-04-08 21:07:54','2026-04-08 23:07:54'), +(33954,11389,'action complete via WP Cron','2026-04-08 21:07:54','2026-04-08 23:07:54'), +(33955,11356,'action started via WP Cron','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33956,11356,'action complete via WP Cron','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33957,11391,'action created','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33958,11357,'action started via WP Cron','2026-04-08 22:00:18','2026-04-09 00:00:18'), +(33959,11357,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33960,11392,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33961,11358,'action started via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33962,11358,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33963,11393,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33964,11359,'action started via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33965,11394,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33966,11359,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33967,11363,'action started via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33969,11395,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33970,11396,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33971,11363,'action complete via WP Cron','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33972,11397,'action created','2026-04-08 22:00:19','2026-04-09 00:00:19'), +(33973,11396,'action started via WP Cron','2026-04-08 22:06:03','2026-04-09 00:06:03'), +(33974,11396,'action complete via WP Cron','2026-04-08 22:06:03','2026-04-09 00:06:03'), +(33975,11390,'action started via WP Cron','2026-04-08 22:21:00','2026-04-09 00:21:00'), +(33976,11398,'action created','2026-04-08 22:21:00','2026-04-09 00:21:00'), +(33977,11390,'action complete via WP Cron','2026-04-08 22:21:00','2026-04-09 00:21:00'), +(33978,11398,'action started via WP Cron','2026-04-08 23:21:13','2026-04-09 01:21:13'), +(33979,11399,'action created','2026-04-08 23:21:13','2026-04-09 01:21:13'), +(33980,11398,'action complete via WP Cron','2026-04-08 23:21:13','2026-04-09 01:21:13'), +(33981,11399,'action started via WP Cron','2026-04-09 00:42:56','2026-04-09 02:42:56'), +(33982,11400,'action created','2026-04-09 00:42:56','2026-04-09 02:42:56'), +(33983,11399,'action complete via WP Cron','2026-04-09 00:42:56','2026-04-09 02:42:56'), +(33984,11400,'action started via WP Cron','2026-04-09 02:12:41','2026-04-09 04:12:41'), +(33985,11401,'action created','2026-04-09 02:12:41','2026-04-09 04:12:41'), +(33986,11400,'action complete via WP Cron','2026-04-09 02:12:41','2026-04-09 04:12:41'), +(33987,11382,'action started via WP Cron','2026-04-09 02:47:53','2026-04-09 04:47:53'), +(33988,11382,'action complete via WP Cron','2026-04-09 02:47:53','2026-04-09 04:47:53'), +(33989,11402,'action created','2026-04-09 02:47:53','2026-04-09 04:47:53'), +(33990,11401,'action started via WP Cron','2026-04-09 03:14:18','2026-04-09 05:14:18'), +(33991,11403,'action created','2026-04-09 03:14:18','2026-04-09 05:14:18'), +(33992,11401,'action complete via WP Cron','2026-04-09 03:14:18','2026-04-09 05:14:18'), +(33993,11395,'action started via WP Cron','2026-04-09 04:09:03','2026-04-09 06:09:03'), +(33994,11395,'action complete via WP Cron','2026-04-09 04:09:03','2026-04-09 06:09:03'), +(33995,11404,'action created','2026-04-09 04:09:03','2026-04-09 06:09:03'), +(33996,11403,'action started via WP Cron','2026-04-09 04:15:14','2026-04-09 06:15:14'), +(33997,11405,'action created','2026-04-09 04:15:14','2026-04-09 06:15:14'), +(33998,11403,'action complete via WP Cron','2026-04-09 04:15:14','2026-04-09 06:15:14'), +(33999,11405,'action started via WP Cron','2026-04-09 05:19:18','2026-04-09 07:19:18'), +(34000,11406,'action created','2026-04-09 05:19:18','2026-04-09 07:19:18'), +(34001,11405,'action complete via WP Cron','2026-04-09 05:19:18','2026-04-09 07:19:18'), +(34002,11406,'action started via WP Cron','2026-04-09 06:19:43','2026-04-09 08:19:43'), +(34003,11407,'action created','2026-04-09 06:19:43','2026-04-09 08:19:43'), +(34004,11406,'action complete via WP Cron','2026-04-09 06:19:43','2026-04-09 08:19:43'), +(34005,11407,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34006,11408,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34007,11407,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34008,11373,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34009,11373,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34010,11409,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34011,11374,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34012,11374,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34013,11410,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34014,11375,'action started via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34015,11375,'action complete via WP Cron','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34016,11411,'action created','2026-04-09 07:44:23','2026-04-09 09:44:23'), +(34017,11408,'action started via WP Cron','2026-04-09 09:06:32','2026-04-09 11:06:32'), +(34018,11412,'action created','2026-04-09 09:06:32','2026-04-09 11:06:32'), +(34019,11408,'action complete via WP Cron','2026-04-09 09:06:32','2026-04-09 11:06:32'), +(34020,11412,'action started via WP Cron','2026-04-09 10:08:09','2026-04-09 12:08:09'), +(34021,11413,'action created','2026-04-09 10:08:09','2026-04-09 12:08:09'), +(34022,11412,'action complete via WP Cron','2026-04-09 10:08:09','2026-04-09 12:08:09'), +(34023,11413,'action started via WP Cron','2026-04-09 11:11:58','2026-04-09 13:11:58'), +(34024,11414,'action created','2026-04-09 11:11:58','2026-04-09 13:11:58'), +(34025,11413,'action complete via WP Cron','2026-04-09 11:11:58','2026-04-09 13:11:58'), +(34026,11414,'action started via WP Cron','2026-04-09 12:14:49','2026-04-09 14:14:49'), +(34027,11415,'action created','2026-04-09 12:14:49','2026-04-09 14:14:49'), +(34028,11414,'action complete via WP Cron','2026-04-09 12:14:49','2026-04-09 14:14:49'), +(34029,11415,'action started via WP Cron','2026-04-09 13:23:41','2026-04-09 15:23:41'), +(34030,11416,'action created','2026-04-09 13:23:41','2026-04-09 15:23:41'), +(34031,11415,'action complete via WP Cron','2026-04-09 13:23:41','2026-04-09 15:23:41'), +(34032,11416,'action started via WP Cron','2026-04-09 14:27:23','2026-04-09 16:27:23'), +(34033,11417,'action created','2026-04-09 14:27:23','2026-04-09 16:27:23'), +(34034,11416,'action complete via WP Cron','2026-04-09 14:27:23','2026-04-09 16:27:23'), +(34035,11402,'action started via WP Cron','2026-04-09 15:05:45','2026-04-09 17:05:45'), +(34036,11402,'action complete via WP Cron','2026-04-09 15:05:45','2026-04-09 17:05:45'), +(34037,11418,'action created','2026-04-09 15:05:45','2026-04-09 17:05:45'), +(34038,11417,'action started via WP Cron','2026-04-09 15:36:27','2026-04-09 17:36:27'), +(34039,11419,'action created','2026-04-09 15:36:27','2026-04-09 17:36:27'), +(34040,11417,'action complete via WP Cron','2026-04-09 15:36:27','2026-04-09 17:36:27'), +(34041,11404,'action started via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34042,11404,'action complete via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34044,11385,'action started via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34045,11385,'action complete via WP Cron','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34046,11421,'action created','2026-04-09 16:20:03','2026-04-09 18:20:03'), +(34047,11419,'action started via WP Cron','2026-04-09 16:54:16','2026-04-09 18:54:16'), +(34048,11422,'action created','2026-04-09 16:54:16','2026-04-09 18:54:16'), +(34049,11419,'action complete via WP Cron','2026-04-09 16:54:16','2026-04-09 18:54:16'), +(34050,11422,'action started via WP Cron','2026-04-09 18:11:32','2026-04-09 20:11:32'), +(34051,11423,'action created','2026-04-09 18:11:32','2026-04-09 20:11:32'), +(34052,11422,'action complete via WP Cron','2026-04-09 18:11:32','2026-04-09 20:11:32'), +(34053,11423,'action started via WP Cron','2026-04-09 19:16:16','2026-04-09 21:16:16'), +(34054,11424,'action created','2026-04-09 19:16:16','2026-04-09 21:16:16'), +(34055,11423,'action complete via WP Cron','2026-04-09 19:16:17','2026-04-09 21:16:17'), +(34056,11424,'action started via WP Cron','2026-04-09 20:45:03','2026-04-09 22:45:03'), +(34057,11425,'action created','2026-04-09 20:45:03','2026-04-09 22:45:03'), +(34058,11424,'action complete via WP Cron','2026-04-09 20:45:03','2026-04-09 22:45:03'), +(34059,11425,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34060,11426,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34061,11425,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34062,11391,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34063,11391,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34064,11427,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34065,11392,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34066,11392,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34067,11428,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34068,11393,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34069,11393,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34070,11429,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34071,11394,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34072,11430,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34073,11394,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34074,11397,'action started via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34076,11431,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34077,11432,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34078,11397,'action complete via WP Cron','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34079,11433,'action created','2026-04-09 22:15:33','2026-04-10 00:15:33'), +(34080,11432,'action started via WP Cron','2026-04-09 22:17:52','2026-04-10 00:17:52'), +(34081,11432,'action complete via WP Cron','2026-04-09 22:17:52','2026-04-10 00:17:52'), +(34082,11426,'action started via WP Cron','2026-04-09 23:20:04','2026-04-10 01:20:04'), +(34083,11434,'action created','2026-04-09 23:20:04','2026-04-10 01:20:04'), +(34084,11426,'action complete via WP Cron','2026-04-09 23:20:04','2026-04-10 01:20:04'), +(34085,11434,'action started via WP Cron','2026-04-10 00:40:28','2026-04-10 02:40:28'), +(34086,11435,'action created','2026-04-10 00:40:28','2026-04-10 02:40:28'), +(34087,11434,'action complete via WP Cron','2026-04-10 00:40:28','2026-04-10 02:40:28'), +(34088,11435,'action started via WP Cron','2026-04-10 02:18:20','2026-04-10 04:18:20'), +(34089,11436,'action created','2026-04-10 02:18:20','2026-04-10 04:18:20'), +(34090,11435,'action complete via WP Cron','2026-04-10 02:18:20','2026-04-10 04:18:20'), +(34091,11418,'action started via WP Cron','2026-04-10 03:06:07','2026-04-10 05:06:07'), +(34092,11418,'action complete via WP Cron','2026-04-10 03:06:07','2026-04-10 05:06:07'), +(34093,11437,'action created','2026-04-10 03:06:07','2026-04-10 05:06:07'), +(34094,11436,'action started via WP Cron','2026-04-10 03:57:03','2026-04-10 05:57:03'), +(34095,11438,'action created','2026-04-10 03:57:03','2026-04-10 05:57:03'), +(34096,11436,'action complete via WP Cron','2026-04-10 03:57:03','2026-04-10 05:57:03'), +(34097,11431,'action started via WP Cron','2026-04-10 04:00:26','2026-04-10 06:00:26'), +(34098,11431,'action complete via WP Cron','2026-04-10 04:00:26','2026-04-10 06:00:26'), +(34099,11439,'action created','2026-04-10 04:00:26','2026-04-10 06:00:26'), +(34100,11438,'action started via WP Cron','2026-04-10 05:26:45','2026-04-10 07:26:45'), +(34101,11440,'action created','2026-04-10 05:26:45','2026-04-10 07:26:45'), +(34102,11438,'action complete via WP Cron','2026-04-10 05:26:45','2026-04-10 07:26:45'), +(34103,11440,'action started via WP Cron','2026-04-10 06:34:36','2026-04-10 08:34:36'), +(34104,11441,'action created','2026-04-10 06:34:36','2026-04-10 08:34:36'), +(34105,11440,'action complete via WP Cron','2026-04-10 06:34:36','2026-04-10 08:34:36'), +(34106,11441,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34107,11442,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34108,11441,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34109,11409,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34110,11409,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34111,11443,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34112,11410,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34113,11410,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34114,11444,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34115,11411,'action started via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34116,11411,'action complete via WP Cron','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34117,11445,'action created','2026-04-10 08:16:45','2026-04-10 10:16:45'), +(34118,11442,'action started via WP Cron','2026-04-10 09:31:18','2026-04-10 11:31:18'), +(34119,11446,'action created','2026-04-10 09:31:18','2026-04-10 11:31:18'), +(34120,11442,'action complete via WP Cron','2026-04-10 09:31:18','2026-04-10 11:31:18'), +(34121,11446,'action started via WP Cron','2026-04-10 10:50:56','2026-04-10 12:50:56'), +(34122,11447,'action created','2026-04-10 10:50:56','2026-04-10 12:50:56'), +(34123,11446,'action complete via WP Cron','2026-04-10 10:50:56','2026-04-10 12:50:56'), +(34124,11447,'action started via WP Cron','2026-04-10 11:55:26','2026-04-10 13:55:26'), +(34125,11448,'action created','2026-04-10 11:55:26','2026-04-10 13:55:26'), +(34126,11447,'action complete via WP Cron','2026-04-10 11:55:26','2026-04-10 13:55:26'), +(34127,11448,'action started via WP Cron','2026-04-10 12:58:08','2026-04-10 14:58:08'), +(34128,11449,'action created','2026-04-10 12:58:08','2026-04-10 14:58:08'), +(34129,11448,'action complete via WP Cron','2026-04-10 12:58:08','2026-04-10 14:58:08'), +(34130,11449,'action started via WP Cron','2026-04-10 14:11:17','2026-04-10 16:11:17'), +(34131,11450,'action created','2026-04-10 14:11:17','2026-04-10 16:11:17'), +(34132,11449,'action complete via WP Cron','2026-04-10 14:11:17','2026-04-10 16:11:17'), +(34133,11437,'action started via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34134,11437,'action complete via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34135,11451,'action created','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34136,11450,'action started via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34137,11452,'action created','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34138,11450,'action complete via WP Cron','2026-04-10 15:11:48','2026-04-10 17:11:48'), +(34139,11439,'action started via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34140,11439,'action complete via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34142,11452,'action started via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34143,11454,'action created','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34144,11452,'action complete via WP Cron','2026-04-10 16:13:38','2026-04-10 18:13:38'), +(34145,11421,'action started via WP Cron','2026-04-10 16:22:26','2026-04-10 18:22:26'), +(34146,11421,'action complete via WP Cron','2026-04-10 16:22:26','2026-04-10 18:22:26'), +(34147,11455,'action created','2026-04-10 16:22:26','2026-04-10 18:22:26'), +(34148,11454,'action started via WP Cron','2026-04-10 17:40:40','2026-04-10 19:40:40'), +(34149,11456,'action created','2026-04-10 17:40:40','2026-04-10 19:40:40'), +(34150,11454,'action complete via WP Cron','2026-04-10 17:40:40','2026-04-10 19:40:40'), +(34151,11456,'action started via WP Cron','2026-04-10 18:51:19','2026-04-10 20:51:19'), +(34152,11457,'action created','2026-04-10 18:51:19','2026-04-10 20:51:19'), +(34153,11456,'action complete via WP Cron','2026-04-10 18:51:19','2026-04-10 20:51:19'), +(34154,11457,'action started via WP Cron','2026-04-10 19:56:35','2026-04-10 21:56:35'), +(34155,11458,'action created','2026-04-10 19:56:35','2026-04-10 21:56:35'), +(34156,11457,'action complete via WP Cron','2026-04-10 19:56:35','2026-04-10 21:56:35'), +(34157,11458,'action started via WP Cron','2026-04-10 21:01:55','2026-04-10 23:01:55'), +(34158,11459,'action created','2026-04-10 21:01:55','2026-04-10 23:01:55'), +(34159,11458,'action complete via WP Cron','2026-04-10 21:01:55','2026-04-10 23:01:55'), +(34160,11459,'action started via WP Cron','2026-04-10 22:04:03','2026-04-11 00:04:03'), +(34161,11460,'action created','2026-04-10 22:04:03','2026-04-11 00:04:03'), +(34162,11459,'action complete via WP Cron','2026-04-10 22:04:03','2026-04-11 00:04:03'), +(34163,11427,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34164,11427,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34165,11461,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34166,11428,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34167,11428,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34168,11462,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34169,11429,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34170,11429,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34171,11463,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34172,11430,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34173,11464,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34174,11430,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34175,11433,'action started via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34177,11465,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34178,11466,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34179,11433,'action complete via WP Cron','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34180,11467,'action created','2026-04-10 22:22:16','2026-04-11 00:22:16'), +(34181,11466,'action started via WP Cron','2026-04-10 22:23:38','2026-04-11 00:23:38'), +(34182,11466,'action complete via WP Cron','2026-04-10 22:23:38','2026-04-11 00:23:38'), +(34183,11460,'action started via WP Cron','2026-04-10 23:05:56','2026-04-11 01:05:56'), +(34184,11468,'action created','2026-04-10 23:05:56','2026-04-11 01:05:56'), +(34185,11460,'action complete via WP Cron','2026-04-10 23:05:56','2026-04-11 01:05:56'), +(34186,11468,'action started via WP Cron','2026-04-11 01:08:54','2026-04-11 03:08:54'), +(34187,11469,'action created','2026-04-11 01:08:54','2026-04-11 03:08:54'), +(34188,11468,'action complete via WP Cron','2026-04-11 01:08:54','2026-04-11 03:08:54'), +(34189,11469,'action started via WP Cron','2026-04-11 02:33:06','2026-04-11 04:33:06'), +(34190,11470,'action created','2026-04-11 02:33:06','2026-04-11 04:33:06'), +(34191,11469,'action complete via WP Cron','2026-04-11 02:33:06','2026-04-11 04:33:06'), +(34192,11451,'action started via WP Cron','2026-04-11 03:21:03','2026-04-11 05:21:03'), +(34193,11451,'action complete via WP Cron','2026-04-11 03:21:03','2026-04-11 05:21:03'), +(34194,11471,'action created','2026-04-11 03:21:03','2026-04-11 05:21:03'), +(34195,11470,'action started via WP Cron','2026-04-11 03:49:11','2026-04-11 05:49:11'), +(34196,11472,'action created','2026-04-11 03:49:11','2026-04-11 05:49:11'), +(34197,11470,'action complete via WP Cron','2026-04-11 03:49:11','2026-04-11 05:49:11'), +(34198,11465,'action started via WP Cron','2026-04-11 04:04:07','2026-04-11 06:04:07'), +(34199,11465,'action complete via WP Cron','2026-04-11 04:04:07','2026-04-11 06:04:07'), +(34200,11473,'action created','2026-04-11 04:04:07','2026-04-11 06:04:07'), +(34201,11472,'action started via WP Cron','2026-04-11 05:04:47','2026-04-11 07:04:47'), +(34202,11474,'action created','2026-04-11 05:04:47','2026-04-11 07:04:47'), +(34203,11472,'action complete via WP Cron','2026-04-11 05:04:47','2026-04-11 07:04:47'), +(34204,11474,'action started via WP Cron','2026-04-11 06:24:33','2026-04-11 08:24:33'), +(34205,11475,'action created','2026-04-11 06:24:33','2026-04-11 08:24:33'), +(34206,11474,'action complete via WP Cron','2026-04-11 06:24:33','2026-04-11 08:24:33'), +(34207,11475,'action started via WP Cron','2026-04-11 07:29:11','2026-04-11 09:29:11'), +(34208,11476,'action created','2026-04-11 07:29:11','2026-04-11 09:29:11'), +(34209,11475,'action complete via WP Cron','2026-04-11 07:29:11','2026-04-11 09:29:11'), +(34210,11443,'action started via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34211,11443,'action complete via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34212,11477,'action created','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34213,11444,'action started via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34214,11444,'action complete via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34215,11478,'action created','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34216,11445,'action started via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34217,11445,'action complete via WP Cron','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34218,11479,'action created','2026-04-11 08:19:52','2026-04-11 10:19:52'), +(34219,11476,'action started via WP Cron','2026-04-11 09:02:50','2026-04-11 11:02:50'), +(34220,11480,'action created','2026-04-11 09:02:50','2026-04-11 11:02:50'), +(34221,11476,'action complete via WP Cron','2026-04-11 09:02:50','2026-04-11 11:02:50'), +(34222,11480,'action started via WP Cron','2026-04-11 10:18:40','2026-04-11 12:18:40'), +(34223,11481,'action created','2026-04-11 10:18:40','2026-04-11 12:18:40'), +(34224,11480,'action complete via WP Cron','2026-04-11 10:18:40','2026-04-11 12:18:40'), +(34225,11481,'action started via WP Cron','2026-04-11 11:40:41','2026-04-11 13:40:41'), +(34226,11482,'action created','2026-04-11 11:40:41','2026-04-11 13:40:41'), +(34227,11481,'action complete via WP Cron','2026-04-11 11:40:41','2026-04-11 13:40:41'), +(34228,11482,'action started via WP Cron','2026-04-11 13:02:57','2026-04-11 15:02:57'), +(34229,11483,'action created','2026-04-11 13:02:57','2026-04-11 15:02:57'), +(34230,11482,'action complete via WP Cron','2026-04-11 13:02:57','2026-04-11 15:02:57'), +(34231,11483,'action started via WP Cron','2026-04-11 14:16:19','2026-04-11 16:16:19'), +(34232,11484,'action created','2026-04-11 14:16:19','2026-04-11 16:16:19'), +(34233,11483,'action complete via WP Cron','2026-04-11 14:16:19','2026-04-11 16:16:19'), +(34234,11484,'action started via WP Cron','2026-04-11 15:20:53','2026-04-11 17:20:53'), +(34235,11485,'action created','2026-04-11 15:20:53','2026-04-11 17:20:53'), +(34236,11484,'action complete via WP Cron','2026-04-11 15:20:53','2026-04-11 17:20:53'), +(34237,11471,'action started via WP Cron','2026-04-11 15:26:57','2026-04-11 17:26:57'), +(34238,11471,'action complete via WP Cron','2026-04-11 15:26:57','2026-04-11 17:26:57'), +(34239,11486,'action created','2026-04-11 15:26:57','2026-04-11 17:26:57'), +(34240,11473,'action started via WP Cron','2026-04-11 16:06:59','2026-04-11 18:06:59'), +(34241,11473,'action complete via WP Cron','2026-04-11 16:06:59','2026-04-11 18:06:59'), +(34243,11485,'action started via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34244,11488,'action created','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34245,11485,'action complete via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34246,11455,'action started via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34247,11455,'action complete via WP Cron','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34248,11489,'action created','2026-04-11 16:45:57','2026-04-11 18:45:57'), +(34249,11488,'action started via WP Cron','2026-04-11 17:55:03','2026-04-11 19:55:03'), +(34250,11490,'action created','2026-04-11 17:55:03','2026-04-11 19:55:03'), +(34251,11488,'action complete via WP Cron','2026-04-11 17:55:03','2026-04-11 19:55:03'), +(34252,11490,'action started via WP Cron','2026-04-11 18:59:36','2026-04-11 20:59:36'), +(34253,11491,'action created','2026-04-11 18:59:36','2026-04-11 20:59:36'), +(34254,11490,'action complete via WP Cron','2026-04-11 18:59:36','2026-04-11 20:59:36'), +(34255,11491,'action started via WP Cron','2026-04-11 20:25:18','2026-04-11 22:25:18'), +(34256,11492,'action created','2026-04-11 20:25:18','2026-04-11 22:25:18'), +(34257,11491,'action complete via WP Cron','2026-04-11 20:25:18','2026-04-11 22:25:18'), +(34258,11492,'action started via WP Cron','2026-04-11 21:26:41','2026-04-11 23:26:41'), +(34259,11493,'action created','2026-04-11 21:26:41','2026-04-11 23:26:41'), +(34260,11492,'action complete via WP Cron','2026-04-11 21:26:41','2026-04-11 23:26:41'), +(34261,11461,'action started via WP Cron','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34262,11461,'action complete via WP Cron','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34263,11494,'action created','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34264,11462,'action started via WP Cron','2026-04-11 22:27:15','2026-04-12 00:27:15'), +(34265,11462,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34266,11495,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34267,11463,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34268,11463,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34269,11496,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34270,11464,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34271,11497,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34272,11464,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34273,11493,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34274,11498,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34275,11493,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34276,11467,'action started via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34278,11499,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34279,11500,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34280,11467,'action complete via WP Cron','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34281,11501,'action created','2026-04-11 22:27:16','2026-04-12 00:27:16'), +(34282,11500,'action started via WP Cron','2026-04-11 22:55:17','2026-04-12 00:55:17'), +(34283,11500,'action complete via WP Cron','2026-04-11 22:55:17','2026-04-12 00:55:17'), +(34284,11498,'action started via WP Cron','2026-04-11 23:49:46','2026-04-12 01:49:46'), +(34285,11502,'action created','2026-04-11 23:49:46','2026-04-12 01:49:46'), +(34286,11498,'action complete via WP Cron','2026-04-11 23:49:46','2026-04-12 01:49:46'), +(34287,11502,'action started via WP Cron','2026-04-12 00:54:57','2026-04-12 02:54:57'), +(34288,11503,'action created','2026-04-12 00:54:57','2026-04-12 02:54:57'), +(34289,11502,'action complete via WP Cron','2026-04-12 00:54:57','2026-04-12 02:54:57'), +(34290,11503,'action started via WP Cron','2026-04-12 01:56:07','2026-04-12 03:56:07'), +(34291,11504,'action created','2026-04-12 01:56:07','2026-04-12 03:56:07'), +(34292,11503,'action complete via WP Cron','2026-04-12 01:56:07','2026-04-12 03:56:07'), +(34293,11504,'action started via WP Cron','2026-04-12 03:00:55','2026-04-12 05:00:55'), +(34294,11505,'action created','2026-04-12 03:00:55','2026-04-12 05:00:55'), +(34295,11504,'action complete via WP Cron','2026-04-12 03:00:55','2026-04-12 05:00:55'), +(34296,11486,'action started via WP Cron','2026-04-12 03:30:37','2026-04-12 05:30:37'), +(34297,11486,'action complete via WP Cron','2026-04-12 03:30:37','2026-04-12 05:30:37'), +(34298,11506,'action created','2026-04-12 03:30:37','2026-04-12 05:30:37'), +(34299,11499,'action started via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34300,11499,'action complete via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34301,11507,'action created','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34302,11505,'action started via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34303,11508,'action created','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34304,11505,'action complete via WP Cron','2026-04-12 04:19:42','2026-04-12 06:19:42'), +(34305,11508,'action started via WP Cron','2026-04-12 05:28:00','2026-04-12 07:28:00'), +(34306,11509,'action created','2026-04-12 05:28:00','2026-04-12 07:28:00'), +(34307,11508,'action complete via WP Cron','2026-04-12 05:28:00','2026-04-12 07:28:00'), +(34308,11509,'action started via WP Cron','2026-04-12 06:48:44','2026-04-12 08:48:44'), +(34309,11510,'action created','2026-04-12 06:48:44','2026-04-12 08:48:44'), +(34310,11509,'action complete via WP Cron','2026-04-12 06:48:44','2026-04-12 08:48:44'), +(34311,11510,'action started via WP Cron','2026-04-12 08:00:28','2026-04-12 10:00:28'), +(34312,11511,'action created','2026-04-12 08:00:28','2026-04-12 10:00:28'), +(34313,11510,'action complete via WP Cron','2026-04-12 08:00:28','2026-04-12 10:00:28'), +(34314,11477,'action started via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34315,11477,'action complete via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34316,11512,'action created','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34317,11478,'action started via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34318,11478,'action complete via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34319,11513,'action created','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34320,11479,'action started via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34321,11479,'action complete via WP Cron','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34322,11514,'action created','2026-04-12 08:30:27','2026-04-12 10:30:27'), +(34323,11511,'action started via WP Cron','2026-04-12 09:29:22','2026-04-12 11:29:22'), +(34324,11515,'action created','2026-04-12 09:29:22','2026-04-12 11:29:22'), +(34325,11511,'action complete via WP Cron','2026-04-12 09:29:22','2026-04-12 11:29:22'), +(34326,11515,'action started via WP Cron','2026-04-12 10:33:45','2026-04-12 12:33:45'), +(34327,11516,'action created','2026-04-12 10:33:45','2026-04-12 12:33:45'), +(34328,11515,'action complete via WP Cron','2026-04-12 10:33:45','2026-04-12 12:33:45'), +(34329,11516,'action started via WP Cron','2026-04-12 11:52:19','2026-04-12 13:52:19'), +(34330,11517,'action created','2026-04-12 11:52:19','2026-04-12 13:52:19'), +(34331,11516,'action complete via WP Cron','2026-04-12 11:52:19','2026-04-12 13:52:19'), +(34332,11517,'action started via WP Cron','2026-04-12 12:57:19','2026-04-12 14:57:19'), +(34333,11518,'action created','2026-04-12 12:57:19','2026-04-12 14:57:19'), +(34334,11517,'action complete via WP Cron','2026-04-12 12:57:19','2026-04-12 14:57:19'), +(34335,11519,'action created','2026-04-12 13:55:27','2026-04-12 15:55:27'), +(34336,11519,'action started via WP Cron','2026-04-12 13:56:27','2026-04-12 15:56:27'), +(34337,11519,'action complete via WP Cron','2026-04-12 13:56:27','2026-04-12 15:56:27'), +(34338,11518,'action started via WP Cron','2026-04-12 13:57:33','2026-04-12 15:57:33'), +(34339,11520,'action created','2026-04-12 13:57:33','2026-04-12 15:57:33'), +(34340,11518,'action complete via WP Cron','2026-04-12 13:57:33','2026-04-12 15:57:33'), +(34341,11520,'action started via Async Request','2026-04-12 15:00:10','2026-04-12 17:00:10'), +(34342,11521,'action created','2026-04-12 15:00:10','2026-04-12 17:00:10'), +(34343,11520,'action complete via Async Request','2026-04-12 15:00:10','2026-04-12 17:00:10'), +(34344,11506,'action started via WP Cron','2026-04-12 15:49:39','2026-04-12 17:49:39'), +(34345,11506,'action complete via WP Cron','2026-04-12 15:49:39','2026-04-12 17:49:39'), +(34346,11522,'action created','2026-04-12 15:49:39','2026-04-12 17:49:39'), +(34347,11521,'action started via WP Cron','2026-04-12 16:19:30','2026-04-12 18:19:30'), +(34348,11523,'action created','2026-04-12 16:19:30','2026-04-12 18:19:30'), +(34349,11521,'action complete via WP Cron','2026-04-12 16:19:30','2026-04-12 18:19:30'), +(34350,11507,'action started via WP Cron','2026-04-12 16:21:16','2026-04-12 18:21:16'), +(34351,11507,'action complete via WP Cron','2026-04-12 16:21:16','2026-04-12 18:21:16'), +(34353,11489,'action started via WP Cron','2026-04-12 16:47:01','2026-04-12 18:47:01'), +(34354,11489,'action complete via WP Cron','2026-04-12 16:47:01','2026-04-12 18:47:01'), +(34355,11525,'action created','2026-04-12 16:47:01','2026-04-12 18:47:01'), +(34356,11523,'action started via WP Cron','2026-04-12 17:21:33','2026-04-12 19:21:33'), +(34357,11526,'action created','2026-04-12 17:21:33','2026-04-12 19:21:33'), +(34358,11523,'action complete via WP Cron','2026-04-12 17:21:33','2026-04-12 19:21:33'), +(34359,11526,'action started via WP Cron','2026-04-12 18:24:14','2026-04-12 20:24:14'), +(34360,11527,'action created','2026-04-12 18:24:14','2026-04-12 20:24:14'), +(34361,11526,'action complete via WP Cron','2026-04-12 18:24:14','2026-04-12 20:24:14'), +(34362,11527,'action started via WP Cron','2026-04-12 19:24:54','2026-04-12 21:24:54'), +(34363,11528,'action created','2026-04-12 19:24:54','2026-04-12 21:24:54'), +(34364,11527,'action complete via WP Cron','2026-04-12 19:24:54','2026-04-12 21:24:54'), +(34365,11528,'action started via WP Cron','2026-04-12 20:30:21','2026-04-12 22:30:21'), +(34366,11529,'action created','2026-04-12 20:30:21','2026-04-12 22:30:21'), +(34367,11528,'action complete via WP Cron','2026-04-12 20:30:21','2026-04-12 22:30:21'), +(34368,11529,'action started via WP Cron','2026-04-12 22:00:18','2026-04-13 00:00:18'), +(34369,11530,'action created','2026-04-12 22:00:18','2026-04-13 00:00:18'), +(34370,11529,'action complete via WP Cron','2026-04-12 22:00:18','2026-04-13 00:00:18'), +(34371,11494,'action started via WP Cron','2026-04-12 22:42:00','2026-04-13 00:42:00'), +(34372,11494,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34373,11531,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34374,11495,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34375,11495,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34376,11532,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34377,11496,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34378,11496,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34379,11533,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34380,11497,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34381,11534,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34382,11497,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34383,11501,'action started via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34385,11535,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34386,11536,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34387,11501,'action complete via WP Cron','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34388,11537,'action created','2026-04-12 22:42:01','2026-04-13 00:42:01'), +(34389,11536,'action started via WP Cron','2026-04-12 22:52:09','2026-04-13 00:52:09'), +(34390,11536,'action complete via WP Cron','2026-04-12 22:52:09','2026-04-13 00:52:09'), +(34391,11530,'action started via WP Cron','2026-04-12 23:24:13','2026-04-13 01:24:13'), +(34392,11538,'action created','2026-04-12 23:24:13','2026-04-13 01:24:13'), +(34393,11530,'action complete via WP Cron','2026-04-12 23:24:13','2026-04-13 01:24:13'), +(34394,11538,'action started via WP Cron','2026-04-13 00:33:32','2026-04-13 02:33:32'), +(34395,11539,'action created','2026-04-13 00:33:32','2026-04-13 02:33:32'), +(34396,11538,'action complete via WP Cron','2026-04-13 00:33:32','2026-04-13 02:33:32'), +(34397,11539,'action started via WP Cron','2026-04-13 01:33:32','2026-04-13 03:33:32'), +(34398,11540,'action created','2026-04-13 01:33:32','2026-04-13 03:33:32'), +(34399,11539,'action complete via WP Cron','2026-04-13 01:33:33','2026-04-13 03:33:33'), +(34400,11540,'action started via WP Cron','2026-04-13 02:36:33','2026-04-13 04:36:33'), +(34401,11541,'action created','2026-04-13 02:36:33','2026-04-13 04:36:33'), +(34402,11540,'action complete via WP Cron','2026-04-13 02:36:33','2026-04-13 04:36:33'), +(34403,11541,'action started via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34404,11542,'action created','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34405,11541,'action complete via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34406,11522,'action started via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34407,11522,'action complete via WP Cron','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34408,11543,'action created','2026-04-13 03:57:41','2026-04-13 05:57:41'), +(34409,11535,'action started via WP Cron','2026-04-13 04:20:39','2026-04-13 06:20:39'), +(34410,11535,'action complete via WP Cron','2026-04-13 04:20:39','2026-04-13 06:20:39'), +(34411,11544,'action created','2026-04-13 04:20:39','2026-04-13 06:20:39'), +(34412,11542,'action started via WP Cron','2026-04-13 04:59:23','2026-04-13 06:59:23'), +(34413,11545,'action created','2026-04-13 04:59:23','2026-04-13 06:59:23'), +(34414,11542,'action complete via WP Cron','2026-04-13 04:59:23','2026-04-13 06:59:23'), +(34415,11545,'action started via WP Cron','2026-04-13 06:28:33','2026-04-13 08:28:33'), +(34416,11546,'action created','2026-04-13 06:28:33','2026-04-13 08:28:33'), +(34417,11545,'action complete via WP Cron','2026-04-13 06:28:33','2026-04-13 08:28:33'), +(34418,11546,'action started via WP Cron','2026-04-13 07:30:15','2026-04-13 09:30:15'), +(34419,11547,'action created','2026-04-13 07:30:15','2026-04-13 09:30:15'), +(34420,11546,'action complete via WP Cron','2026-04-13 07:30:15','2026-04-13 09:30:15'), +(34421,11547,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34422,11548,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34423,11547,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34424,11512,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34425,11512,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34426,11549,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34427,11513,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34428,11513,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34429,11550,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34430,11514,'action started via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34431,11514,'action complete via WP Cron','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34432,11551,'action created','2026-04-13 08:40:32','2026-04-13 10:40:32'), +(34433,11548,'action started via WP Cron','2026-04-13 10:11:07','2026-04-13 12:11:07'), +(34434,11552,'action created','2026-04-13 10:11:07','2026-04-13 12:11:07'), +(34435,11548,'action complete via WP Cron','2026-04-13 10:11:07','2026-04-13 12:11:07'), +(34436,11552,'action started via WP Cron','2026-04-13 11:11:20','2026-04-13 13:11:20'), +(34437,11553,'action created','2026-04-13 11:11:20','2026-04-13 13:11:20'), +(34438,11552,'action complete via WP Cron','2026-04-13 11:11:20','2026-04-13 13:11:20'), +(34439,11553,'action started via WP Cron','2026-04-13 12:30:53','2026-04-13 14:30:53'), +(34440,11554,'action created','2026-04-13 12:30:53','2026-04-13 14:30:53'), +(34441,11553,'action complete via WP Cron','2026-04-13 12:30:53','2026-04-13 14:30:53'), +(34442,11554,'action started via WP Cron','2026-04-13 13:33:44','2026-04-13 15:33:44'), +(34443,11555,'action created','2026-04-13 13:33:44','2026-04-13 15:33:44'), +(34444,11554,'action complete via WP Cron','2026-04-13 13:33:44','2026-04-13 15:33:44'), +(34445,11555,'action started via WP Cron','2026-04-13 14:35:57','2026-04-13 16:35:57'), +(34446,11556,'action created','2026-04-13 14:35:57','2026-04-13 16:35:57'), +(34447,11555,'action complete via WP Cron','2026-04-13 14:35:57','2026-04-13 16:35:57'), +(34448,11556,'action started via WP Cron','2026-04-13 15:36:00','2026-04-13 17:36:00'), +(34449,11557,'action created','2026-04-13 15:36:00','2026-04-13 17:36:00'), +(34450,11556,'action complete via WP Cron','2026-04-13 15:36:00','2026-04-13 17:36:00'), +(34451,11543,'action started via WP Cron','2026-04-13 16:20:23','2026-04-13 18:20:23'), +(34452,11543,'action complete via WP Cron','2026-04-13 16:20:23','2026-04-13 18:20:23'), +(34453,11558,'action created','2026-04-13 16:20:23','2026-04-13 18:20:23'), +(34454,11544,'action started via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34455,11544,'action complete via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34457,11557,'action started via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34458,11560,'action created','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34459,11557,'action complete via WP Cron','2026-04-13 16:39:43','2026-04-13 18:39:43'), +(34460,11525,'action started via WP Cron','2026-04-13 16:50:55','2026-04-13 18:50:55'), +(34461,11525,'action complete via WP Cron','2026-04-13 16:50:55','2026-04-13 18:50:55'), +(34462,11561,'action created','2026-04-13 16:50:55','2026-04-13 18:50:55'), +(34463,11560,'action started via WP Cron','2026-04-13 17:40:00','2026-04-13 19:40:00'), +(34464,11562,'action created','2026-04-13 17:40:00','2026-04-13 19:40:00'), +(34465,11560,'action complete via WP Cron','2026-04-13 17:40:00','2026-04-13 19:40:00'), +(34466,11562,'action started via WP Cron','2026-04-13 18:44:13','2026-04-13 20:44:13'), +(34467,11563,'action created','2026-04-13 18:44:13','2026-04-13 20:44:13'), +(34468,11562,'action complete via WP Cron','2026-04-13 18:44:13','2026-04-13 20:44:13'), +(34469,11563,'action started via WP Cron','2026-04-13 19:47:23','2026-04-13 21:47:23'), +(34470,11564,'action created','2026-04-13 19:47:23','2026-04-13 21:47:23'), +(34471,11563,'action complete via WP Cron','2026-04-13 19:47:23','2026-04-13 21:47:23'), +(34472,11564,'action started via WP Cron','2026-04-13 21:19:32','2026-04-13 23:19:32'), +(34473,11565,'action created','2026-04-13 21:19:32','2026-04-13 23:19:32'), +(34474,11564,'action complete via WP Cron','2026-04-13 21:19:32','2026-04-13 23:19:32'), +(34475,11565,'action started via WP Cron','2026-04-13 22:21:18','2026-04-14 00:21:18'), +(34476,11566,'action created','2026-04-13 22:21:18','2026-04-14 00:21:18'), +(34477,11565,'action complete via WP Cron','2026-04-13 22:21:18','2026-04-14 00:21:18'), +(34478,11531,'action started via WP Cron','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34479,11531,'action complete via WP Cron','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34480,11567,'action created','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34481,11532,'action started via WP Cron','2026-04-13 22:47:41','2026-04-14 00:47:41'), +(34482,11532,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34483,11568,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34484,11533,'action started via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34485,11533,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34486,11569,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34487,11534,'action started via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34488,11570,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34489,11534,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34490,11537,'action started via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34492,11571,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34493,11572,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34494,11537,'action complete via WP Cron','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34495,11573,'action created','2026-04-13 22:47:42','2026-04-14 00:47:42'), +(34496,11572,'action started via WP Cron','2026-04-13 22:55:19','2026-04-14 00:55:19'), +(34497,11572,'action complete via WP Cron','2026-04-13 22:55:19','2026-04-14 00:55:19'), +(34498,11566,'action started via WP Cron','2026-04-13 23:21:26','2026-04-14 01:21:26'), +(34499,11574,'action created','2026-04-13 23:21:26','2026-04-14 01:21:26'), +(34500,11566,'action complete via WP Cron','2026-04-13 23:21:26','2026-04-14 01:21:26'), +(34501,11574,'action started via WP Cron','2026-04-14 00:24:53','2026-04-14 02:24:53'), +(34502,11575,'action created','2026-04-14 00:24:53','2026-04-14 02:24:53'), +(34503,11574,'action complete via WP Cron','2026-04-14 00:24:53','2026-04-14 02:24:53'), +(34504,11575,'action started via WP Cron','2026-04-14 01:45:22','2026-04-14 03:45:22'), +(34505,11576,'action created','2026-04-14 01:45:22','2026-04-14 03:45:22'), +(34506,11575,'action complete via WP Cron','2026-04-14 01:45:23','2026-04-14 03:45:23'), +(34507,11576,'action started via WP Cron','2026-04-14 02:50:40','2026-04-14 04:50:40'), +(34508,11577,'action created','2026-04-14 02:50:40','2026-04-14 04:50:40'), +(34509,11576,'action complete via WP Cron','2026-04-14 02:50:40','2026-04-14 04:50:40'), +(34510,11577,'action started via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34511,11578,'action created','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34512,11577,'action complete via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34513,11571,'action started via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34514,11571,'action complete via WP Cron','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34515,11579,'action created','2026-04-14 04:20:16','2026-04-14 06:20:16'), +(34516,11558,'action started via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34517,11558,'action complete via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34518,11580,'action created','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34519,11578,'action started via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34520,11581,'action created','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34521,11578,'action complete via WP Cron','2026-04-14 05:27:36','2026-04-14 07:27:36'), +(34522,11581,'action started via WP Cron','2026-04-14 06:33:27','2026-04-14 08:33:27'), +(34523,11582,'action created','2026-04-14 06:33:27','2026-04-14 08:33:27'), +(34524,11581,'action complete via WP Cron','2026-04-14 06:33:27','2026-04-14 08:33:27'), +(34525,11338,'action started via WP Cron','2026-04-14 07:11:30','2026-04-14 09:11:30'), +(34526,11338,'action complete via WP Cron','2026-04-14 07:11:30','2026-04-14 09:11:30'), +(34527,11583,'action created','2026-04-14 07:11:30','2026-04-14 09:11:30'), +(34528,11582,'action started via WP Cron','2026-04-14 07:36:08','2026-04-14 09:36:08'), +(34529,11584,'action created','2026-04-14 07:36:08','2026-04-14 09:36:08'), +(34530,11582,'action complete via WP Cron','2026-04-14 07:36:08','2026-04-14 09:36:08'), +(34531,11584,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34532,11585,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34533,11584,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34534,11549,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34535,11549,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34536,11586,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34537,11550,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34538,11550,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34539,11587,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34540,11551,'action started via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34541,11551,'action complete via WP Cron','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34542,11588,'action created','2026-04-14 09:04:32','2026-04-14 11:04:32'), +(34543,11585,'action started via WP Cron','2026-04-14 10:05:00','2026-04-14 12:05:00'), +(34544,11589,'action created','2026-04-14 10:05:00','2026-04-14 12:05:00'), +(34545,11585,'action complete via WP Cron','2026-04-14 10:05:00','2026-04-14 12:05:00'), +(34546,11589,'action started via WP Cron','2026-04-14 11:09:00','2026-04-14 13:09:00'), +(34547,11590,'action created','2026-04-14 11:09:00','2026-04-14 13:09:00'), +(34548,11589,'action complete via WP Cron','2026-04-14 11:09:00','2026-04-14 13:09:00'), +(34549,11590,'action started via WP Cron','2026-04-14 12:27:39','2026-04-14 14:27:39'), +(34550,11591,'action created','2026-04-14 12:27:39','2026-04-14 14:27:39'), +(34551,11590,'action complete via WP Cron','2026-04-14 12:27:39','2026-04-14 14:27:39'), +(34552,11591,'action started via WP Cron','2026-04-14 13:34:38','2026-04-14 15:34:38'), +(34553,11592,'action created','2026-04-14 13:34:38','2026-04-14 15:34:38'), +(34554,11591,'action complete via WP Cron','2026-04-14 13:34:38','2026-04-14 15:34:38'), +(34555,11592,'action started via WP Cron','2026-04-14 14:43:41','2026-04-14 16:43:41'), +(34556,11593,'action created','2026-04-14 14:43:41','2026-04-14 16:43:41'), +(34557,11592,'action complete via WP Cron','2026-04-14 14:43:41','2026-04-14 16:43:41'), +(34558,11593,'action started via WP Cron','2026-04-14 15:44:39','2026-04-14 17:44:39'), +(34559,11594,'action created','2026-04-14 15:44:39','2026-04-14 17:44:39'), +(34560,11593,'action complete via WP Cron','2026-04-14 15:44:39','2026-04-14 17:44:39'), +(34561,11579,'action started via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34562,11579,'action complete via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34564,11594,'action started via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34565,11596,'action created','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34566,11594,'action complete via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34567,11561,'action started via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34568,11561,'action complete via WP Cron','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34569,11597,'action created','2026-04-14 16:57:16','2026-04-14 18:57:16'), +(34570,11580,'action started via WP Cron','2026-04-14 17:46:43','2026-04-14 19:46:43'), +(34571,11580,'action complete via WP Cron','2026-04-14 17:46:43','2026-04-14 19:46:43'), +(34572,11598,'action created','2026-04-14 17:46:43','2026-04-14 19:46:43'), +(34573,11596,'action started via WP Cron','2026-04-14 17:57:23','2026-04-14 19:57:23'), +(34574,11599,'action created','2026-04-14 17:57:23','2026-04-14 19:57:23'), +(34575,11596,'action complete via WP Cron','2026-04-14 17:57:23','2026-04-14 19:57:23'), +(34576,11599,'action started via WP Cron','2026-04-14 20:06:24','2026-04-14 22:06:24'), +(34577,11600,'action created','2026-04-14 20:06:24','2026-04-14 22:06:24'), +(34578,11599,'action complete via WP Cron','2026-04-14 20:06:24','2026-04-14 22:06:24'), +(34579,11600,'action started via WP Cron','2026-04-14 21:18:35','2026-04-14 23:18:35'), +(34580,11601,'action created','2026-04-14 21:18:35','2026-04-14 23:18:35'), +(34581,11600,'action complete via WP Cron','2026-04-14 21:18:35','2026-04-14 23:18:35'), +(34582,11601,'action started via WP Cron','2026-04-14 22:23:10','2026-04-15 00:23:10'), +(34583,11602,'action created','2026-04-14 22:23:10','2026-04-15 00:23:10'), +(34584,11601,'action complete via WP Cron','2026-04-14 22:23:10','2026-04-15 00:23:10'), +(34585,11567,'action started via WP Cron','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34586,11567,'action complete via WP Cron','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34587,11603,'action created','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34588,11568,'action started via WP Cron','2026-04-14 23:11:41','2026-04-15 01:11:41'), +(34589,11568,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34590,11604,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34591,11569,'action started via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34592,11569,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34593,11605,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34594,11570,'action started via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34595,11606,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34596,11570,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34597,11573,'action started via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34599,11607,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34600,11608,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34601,11573,'action complete via WP Cron','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34602,11609,'action created','2026-04-14 23:11:42','2026-04-15 01:11:42'), +(34603,11608,'action started via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34604,11608,'action complete via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34605,11602,'action started via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34606,11610,'action created','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34607,11602,'action complete via WP Cron','2026-04-14 23:26:38','2026-04-15 01:26:38'), +(34608,11610,'action started via WP Cron','2026-04-15 01:06:59','2026-04-15 03:06:59'), +(34609,11611,'action created','2026-04-15 01:06:59','2026-04-15 03:06:59'), +(34610,11610,'action complete via WP Cron','2026-04-15 01:06:59','2026-04-15 03:06:59'), +(34611,11611,'action started via WP Cron','2026-04-15 02:29:53','2026-04-15 04:29:53'), +(34612,11612,'action created','2026-04-15 02:29:53','2026-04-15 04:29:53'), +(34613,11611,'action complete via WP Cron','2026-04-15 02:29:53','2026-04-15 04:29:53'), +(34614,11612,'action started via WP Cron','2026-04-15 03:29:56','2026-04-15 05:29:56'), +(34615,11613,'action created','2026-04-15 03:29:56','2026-04-15 05:29:56'), +(34616,11612,'action complete via WP Cron','2026-04-15 03:29:56','2026-04-15 05:29:56'), +(34617,11607,'action started via WP Cron','2026-04-15 04:04:03','2026-04-15 06:04:03'), +(34618,11607,'action complete via WP Cron','2026-04-15 04:04:03','2026-04-15 06:04:03'), +(34619,11614,'action created','2026-04-15 04:04:03','2026-04-15 06:04:03'), +(34620,11613,'action started via WP Cron','2026-04-15 04:54:11','2026-04-15 06:54:11'), +(34621,11615,'action created','2026-04-15 04:54:11','2026-04-15 06:54:11'), +(34622,11613,'action complete via WP Cron','2026-04-15 04:54:11','2026-04-15 06:54:11'), +(34623,11598,'action started via WP Cron','2026-04-15 05:49:34','2026-04-15 07:49:34'), +(34624,11598,'action complete via WP Cron','2026-04-15 05:49:34','2026-04-15 07:49:34'), +(34625,11616,'action created','2026-04-15 05:49:34','2026-04-15 07:49:34'), +(34626,11615,'action started via WP Cron','2026-04-15 05:54:44','2026-04-15 07:54:44'), +(34627,11617,'action created','2026-04-15 05:54:44','2026-04-15 07:54:44'), +(34628,11615,'action complete via WP Cron','2026-04-15 05:54:44','2026-04-15 07:54:44'), +(34629,11617,'action started via WP Cron','2026-04-15 06:54:47','2026-04-15 08:54:47'), +(34630,11618,'action created','2026-04-15 06:54:47','2026-04-15 08:54:47'), +(34631,11617,'action complete via WP Cron','2026-04-15 06:54:47','2026-04-15 08:54:47'), +(34632,11618,'action started via WP Cron','2026-04-15 07:57:19','2026-04-15 09:57:19'), +(34633,11619,'action created','2026-04-15 07:57:19','2026-04-15 09:57:19'), +(34634,11618,'action complete via WP Cron','2026-04-15 07:57:19','2026-04-15 09:57:19'), +(34635,11619,'action started via WP Cron','2026-04-15 09:08:20','2026-04-15 11:08:20'), +(34636,11620,'action created','2026-04-15 09:08:20','2026-04-15 11:08:20'), +(34637,11619,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34638,11586,'action started via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34639,11586,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34640,11621,'action created','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34641,11587,'action started via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34642,11587,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34643,11622,'action created','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34644,11588,'action started via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34645,11588,'action complete via WP Cron','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34646,11623,'action created','2026-04-15 09:08:21','2026-04-15 11:08:21'), +(34647,11620,'action started via WP Cron','2026-04-15 10:16:02','2026-04-15 12:16:02'), +(34648,11624,'action created','2026-04-15 10:16:02','2026-04-15 12:16:02'), +(34649,11620,'action complete via WP Cron','2026-04-15 10:16:02','2026-04-15 12:16:02'), +(34650,11624,'action started via WP Cron','2026-04-15 11:30:39','2026-04-15 13:30:39'), +(34651,11625,'action created','2026-04-15 11:30:39','2026-04-15 13:30:39'), +(34652,11624,'action complete via WP Cron','2026-04-15 11:30:39','2026-04-15 13:30:39'), +(34653,11625,'action started via WP Cron','2026-04-15 12:36:31','2026-04-15 14:36:31'), +(34654,11626,'action created','2026-04-15 12:36:31','2026-04-15 14:36:31'), +(34655,11625,'action complete via WP Cron','2026-04-15 12:36:31','2026-04-15 14:36:31'), +(34656,11626,'action started via WP Cron','2026-04-15 13:40:17','2026-04-15 15:40:17'), +(34657,11627,'action created','2026-04-15 13:40:17','2026-04-15 15:40:17'), +(34658,11626,'action complete via WP Cron','2026-04-15 13:40:17','2026-04-15 15:40:17'), +(34659,11627,'action started via WP Cron','2026-04-15 14:48:45','2026-04-15 16:48:45'), +(34660,11628,'action created','2026-04-15 14:48:45','2026-04-15 16:48:45'), +(34661,11627,'action complete via WP Cron','2026-04-15 14:48:45','2026-04-15 16:48:45'), +(34662,11628,'action started via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34663,11629,'action created','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34664,11628,'action complete via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34665,11614,'action started via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34666,11614,'action complete via WP Cron','2026-04-15 16:11:59','2026-04-15 18:11:59'), +(34668,11597,'action started via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34669,11597,'action complete via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34670,11631,'action created','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34671,11629,'action started via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34672,11632,'action created','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34673,11629,'action complete via WP Cron','2026-04-15 17:42:59','2026-04-15 19:42:59'), +(34674,11616,'action started via WP Cron','2026-04-15 17:52:07','2026-04-15 19:52:07'), +(34675,11616,'action complete via WP Cron','2026-04-15 17:52:07','2026-04-15 19:52:07'), +(34676,11633,'action created','2026-04-15 17:52:07','2026-04-15 19:52:07'), +(34677,11632,'action started via WP Cron','2026-04-15 18:46:41','2026-04-15 20:46:41'), +(34678,11634,'action created','2026-04-15 18:46:41','2026-04-15 20:46:41'), +(34679,11632,'action complete via WP Cron','2026-04-15 18:46:41','2026-04-15 20:46:41'), +(34680,11634,'action started via WP Cron','2026-04-15 20:15:02','2026-04-15 22:15:02'), +(34681,11635,'action created','2026-04-15 20:15:02','2026-04-15 22:15:02'), +(34682,11634,'action complete via WP Cron','2026-04-15 20:15:02','2026-04-15 22:15:02'), +(34683,11635,'action started via WP Cron','2026-04-15 21:22:51','2026-04-15 23:22:51'), +(34684,11636,'action created','2026-04-15 21:22:51','2026-04-15 23:22:51'), +(34685,11635,'action complete via WP Cron','2026-04-15 21:22:51','2026-04-15 23:22:51'), +(34686,11636,'action started via WP Cron','2026-04-15 22:23:35','2026-04-16 00:23:35'), +(34687,11637,'action created','2026-04-15 22:23:35','2026-04-16 00:23:35'), +(34688,11636,'action complete via WP Cron','2026-04-15 22:23:35','2026-04-16 00:23:35'), +(34689,11603,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34690,11603,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34691,11638,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34692,11604,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34693,11604,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34694,11639,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34695,11605,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34696,11605,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34697,11640,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34698,11606,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34699,11641,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34700,11606,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34701,11609,'action started via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34703,11642,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34704,11643,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34705,11609,'action complete via WP Cron','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34706,11644,'action created','2026-04-15 23:19:36','2026-04-16 01:19:36'), +(34707,11643,'action started via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34708,11643,'action complete via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34709,11637,'action started via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34710,11645,'action created','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34711,11637,'action complete via WP Cron','2026-04-16 00:09:34','2026-04-16 02:09:34'), +(34712,11645,'action started via WP Cron','2026-04-16 01:29:01','2026-04-16 03:29:01'), +(34713,11646,'action created','2026-04-16 01:29:01','2026-04-16 03:29:01'), +(34714,11645,'action complete via WP Cron','2026-04-16 01:29:01','2026-04-16 03:29:01'), +(34715,11646,'action started via WP Cron','2026-04-16 03:04:38','2026-04-16 05:04:38'), +(34716,11647,'action created','2026-04-16 03:04:38','2026-04-16 05:04:38'), +(34717,11646,'action complete via WP Cron','2026-04-16 03:04:38','2026-04-16 05:04:38'), +(34718,11642,'action started via WP Cron','2026-04-16 04:03:32','2026-04-16 06:03:32'), +(34719,11642,'action complete via WP Cron','2026-04-16 04:03:32','2026-04-16 06:03:32'), +(34720,11648,'action created','2026-04-16 04:03:32','2026-04-16 06:03:32'), +(34721,11647,'action started via WP Cron','2026-04-16 04:07:02','2026-04-16 06:07:02'), +(34722,11649,'action created','2026-04-16 04:07:02','2026-04-16 06:07:02'), +(34723,11647,'action complete via WP Cron','2026-04-16 04:07:02','2026-04-16 06:07:02'), +(34724,11649,'action started via WP Cron','2026-04-16 05:19:12','2026-04-16 07:19:12'), +(34725,11650,'action created','2026-04-16 05:19:12','2026-04-16 07:19:12'), +(34726,11649,'action complete via WP Cron','2026-04-16 05:19:12','2026-04-16 07:19:12'), +(34727,11633,'action started via WP Cron','2026-04-16 06:04:42','2026-04-16 08:04:42'), +(34728,11633,'action complete via WP Cron','2026-04-16 06:04:42','2026-04-16 08:04:42'), +(34729,11651,'action created','2026-04-16 06:04:42','2026-04-16 08:04:42'), +(34730,11650,'action started via WP Cron','2026-04-16 06:25:07','2026-04-16 08:25:07'), +(34731,11652,'action created','2026-04-16 06:25:07','2026-04-16 08:25:07'), +(34732,11650,'action complete via WP Cron','2026-04-16 06:25:07','2026-04-16 08:25:07'), +(34733,11652,'action started via WP Cron','2026-04-16 07:25:28','2026-04-16 09:25:28'), +(34734,11653,'action created','2026-04-16 07:25:28','2026-04-16 09:25:28'), +(34735,11652,'action complete via WP Cron','2026-04-16 07:25:28','2026-04-16 09:25:28'), +(34736,11653,'action started via WP Cron','2026-04-16 08:31:11','2026-04-16 10:31:11'), +(34737,11654,'action created','2026-04-16 08:31:11','2026-04-16 10:31:11'), +(34738,11653,'action complete via WP Cron','2026-04-16 08:31:11','2026-04-16 10:31:11'), +(34739,11621,'action started via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34740,11621,'action complete via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34741,11655,'action created','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34742,11622,'action started via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34743,11622,'action complete via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34744,11656,'action created','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34745,11623,'action started via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34746,11623,'action complete via WP Cron','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34747,11657,'action created','2026-04-16 09:14:34','2026-04-16 11:14:34'), +(34748,11654,'action started via WP Cron','2026-04-16 09:32:46','2026-04-16 11:32:46'), +(34749,11658,'action created','2026-04-16 09:32:46','2026-04-16 11:32:46'), +(34750,11654,'action complete via WP Cron','2026-04-16 09:32:46','2026-04-16 11:32:46'), +(34751,11658,'action started via WP Cron','2026-04-16 10:45:37','2026-04-16 12:45:37'), +(34752,11659,'action created','2026-04-16 10:45:37','2026-04-16 12:45:37'), +(34753,11658,'action complete via WP Cron','2026-04-16 10:45:37','2026-04-16 12:45:37'), +(34754,11659,'action started via WP Cron','2026-04-16 12:02:26','2026-04-16 14:02:26'), +(34755,11660,'action created','2026-04-16 12:02:26','2026-04-16 14:02:26'), +(34756,11659,'action complete via WP Cron','2026-04-16 12:02:26','2026-04-16 14:02:26'), +(34757,11660,'action started via WP Cron','2026-04-16 13:09:20','2026-04-16 15:09:20'), +(34758,11661,'action created','2026-04-16 13:09:20','2026-04-16 15:09:20'), +(34759,11660,'action complete via WP Cron','2026-04-16 13:09:20','2026-04-16 15:09:20'), +(34760,11661,'action started via WP Cron','2026-04-16 14:12:21','2026-04-16 16:12:21'), +(34761,11662,'action created','2026-04-16 14:12:21','2026-04-16 16:12:21'), +(34762,11661,'action complete via WP Cron','2026-04-16 14:12:21','2026-04-16 16:12:21'), +(34763,11662,'action started via WP Cron','2026-04-16 15:13:38','2026-04-16 17:13:38'), +(34764,11663,'action created','2026-04-16 15:13:38','2026-04-16 17:13:38'), +(34765,11662,'action complete via WP Cron','2026-04-16 15:13:38','2026-04-16 17:13:38'), +(34766,11648,'action started via WP Cron','2026-04-16 16:09:03','2026-04-16 18:09:03'), +(34767,11648,'action complete via WP Cron','2026-04-16 16:09:03','2026-04-16 18:09:03'), +(34769,11663,'action started via WP Cron','2026-04-16 16:20:53','2026-04-16 18:20:53'), +(34770,11665,'action created','2026-04-16 16:20:53','2026-04-16 18:20:53'), +(34771,11663,'action complete via WP Cron','2026-04-16 16:20:53','2026-04-16 18:20:53'), +(34772,11665,'action started via WP Cron','2026-04-16 17:24:58','2026-04-16 19:24:58'), +(34773,11666,'action created','2026-04-16 17:24:58','2026-04-16 19:24:58'), +(34774,11665,'action complete via WP Cron','2026-04-16 17:24:58','2026-04-16 19:24:58'), +(34775,11631,'action started via WP Cron','2026-04-16 17:44:30','2026-04-16 19:44:30'), +(34776,11631,'action complete via WP Cron','2026-04-16 17:44:30','2026-04-16 19:44:30'), +(34777,11667,'action created','2026-04-16 17:44:30','2026-04-16 19:44:30'), +(34778,11651,'action started via WP Cron','2026-04-16 18:22:45','2026-04-16 20:22:45'), +(34779,11651,'action complete via WP Cron','2026-04-16 18:22:45','2026-04-16 20:22:45'), +(34780,11668,'action created','2026-04-16 18:22:45','2026-04-16 20:22:45'), +(34781,11666,'action started via WP Cron','2026-04-16 18:53:23','2026-04-16 20:53:23'), +(34782,11669,'action created','2026-04-16 18:53:23','2026-04-16 20:53:23'), +(34783,11666,'action complete via WP Cron','2026-04-16 18:53:23','2026-04-16 20:53:23'), +(34784,11669,'action started via WP Cron','2026-04-16 19:53:59','2026-04-16 21:53:59'), +(34785,11670,'action created','2026-04-16 19:53:59','2026-04-16 21:53:59'), +(34786,11669,'action complete via WP Cron','2026-04-16 19:53:59','2026-04-16 21:53:59'), +(34787,11670,'action started via WP Cron','2026-04-16 20:56:16','2026-04-16 22:56:16'), +(34788,11671,'action created','2026-04-16 20:56:16','2026-04-16 22:56:16'), +(34789,11670,'action complete via WP Cron','2026-04-16 20:56:16','2026-04-16 22:56:16'), +(34790,11671,'action started via WP Cron','2026-04-16 22:03:19','2026-04-17 00:03:19'), +(34791,11672,'action created','2026-04-16 22:03:19','2026-04-17 00:03:19'), +(34792,11671,'action complete via WP Cron','2026-04-16 22:03:19','2026-04-17 00:03:19'), +(34793,11672,'action started via WP Cron','2026-04-16 23:04:35','2026-04-17 01:04:35'), +(34794,11673,'action created','2026-04-16 23:04:35','2026-04-17 01:04:35'), +(34795,11672,'action complete via WP Cron','2026-04-16 23:04:35','2026-04-17 01:04:35'), +(34796,11638,'action started via WP Cron','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34797,11638,'action complete via WP Cron','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34798,11674,'action created','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34799,11639,'action started via WP Cron','2026-04-16 23:20:02','2026-04-17 01:20:02'), +(34800,11639,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34801,11675,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34802,11640,'action started via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34803,11640,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34804,11676,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34805,11641,'action started via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34806,11677,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34807,11641,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34808,11644,'action started via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34810,11678,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34811,11679,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34812,11644,'action complete via WP Cron','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34813,11680,'action created','2026-04-16 23:20:03','2026-04-17 01:20:03'), +(34814,11679,'action started via WP Cron','2026-04-16 23:21:25','2026-04-17 01:21:25'), +(34815,11679,'action complete via WP Cron','2026-04-16 23:21:25','2026-04-17 01:21:25'), +(34816,11673,'action started via WP Cron','2026-04-17 00:12:57','2026-04-17 02:12:57'), +(34817,11681,'action created','2026-04-17 00:12:57','2026-04-17 02:12:57'), +(34818,11673,'action complete via WP Cron','2026-04-17 00:12:57','2026-04-17 02:12:57'), +(34819,11681,'action started via WP Cron','2026-04-17 01:16:43','2026-04-17 03:16:43'), +(34820,11682,'action created','2026-04-17 01:16:43','2026-04-17 03:16:43'), +(34821,11681,'action complete via WP Cron','2026-04-17 01:16:43','2026-04-17 03:16:43'), +(34822,11682,'action started via WP Cron','2026-04-17 02:27:20','2026-04-17 04:27:20'), +(34823,11683,'action created','2026-04-17 02:27:20','2026-04-17 04:27:20'), +(34824,11682,'action complete via WP Cron','2026-04-17 02:27:20','2026-04-17 04:27:20'), +(34825,11683,'action started via WP Cron','2026-04-17 03:47:19','2026-04-17 05:47:19'), +(34826,11684,'action created','2026-04-17 03:47:19','2026-04-17 05:47:19'), +(34827,11683,'action complete via WP Cron','2026-04-17 03:47:19','2026-04-17 05:47:19'), +(34828,11678,'action started via WP Cron','2026-04-17 04:01:24','2026-04-17 06:01:24'), +(34829,11678,'action complete via WP Cron','2026-04-17 04:01:24','2026-04-17 06:01:24'), +(34830,11685,'action created','2026-04-17 04:01:24','2026-04-17 06:01:24'), +(34831,11684,'action started via WP Cron','2026-04-17 05:07:55','2026-04-17 07:07:55'), +(34832,11686,'action created','2026-04-17 05:07:55','2026-04-17 07:07:55'), +(34833,11684,'action complete via WP Cron','2026-04-17 05:07:55','2026-04-17 07:07:55'), +(34834,11686,'action started via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34835,11687,'action created','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34836,11686,'action complete via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34837,11668,'action started via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34838,11668,'action complete via WP Cron','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34839,11688,'action created','2026-04-17 06:35:10','2026-04-17 08:35:10'), +(34840,11687,'action started via WP Cron','2026-04-17 07:36:10','2026-04-17 09:36:10'), +(34841,11689,'action created','2026-04-17 07:36:10','2026-04-17 09:36:10'), +(34842,11687,'action complete via WP Cron','2026-04-17 07:36:10','2026-04-17 09:36:10'), +(34843,11689,'action started via WP Cron','2026-04-17 08:44:27','2026-04-17 10:44:27'), +(34844,11690,'action created','2026-04-17 08:44:27','2026-04-17 10:44:27'), +(34845,11689,'action complete via WP Cron','2026-04-17 08:44:27','2026-04-17 10:44:27'), +(34846,11655,'action started via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34847,11655,'action complete via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34848,11691,'action created','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34849,11656,'action started via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34850,11656,'action complete via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34851,11692,'action created','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34852,11657,'action started via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34853,11657,'action complete via WP Cron','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34854,11693,'action created','2026-04-17 09:40:34','2026-04-17 11:40:34'), +(34855,11690,'action started via WP Cron','2026-04-17 09:50:13','2026-04-17 11:50:13'), +(34856,11694,'action created','2026-04-17 09:50:13','2026-04-17 11:50:13'), +(34857,11690,'action complete via WP Cron','2026-04-17 09:50:13','2026-04-17 11:50:13'), +(34858,11694,'action started via WP Cron','2026-04-17 10:56:22','2026-04-17 12:56:22'), +(34859,11695,'action created','2026-04-17 10:56:22','2026-04-17 12:56:22'), +(34860,11694,'action complete via WP Cron','2026-04-17 10:56:22','2026-04-17 12:56:22'), +(34861,11695,'action started via WP Cron','2026-04-17 11:56:58','2026-04-17 13:56:58'), +(34862,11696,'action created','2026-04-17 11:56:58','2026-04-17 13:56:58'), +(34863,11695,'action complete via WP Cron','2026-04-17 11:56:58','2026-04-17 13:56:58'), +(34864,11696,'action started via WP Cron','2026-04-17 13:03:36','2026-04-17 15:03:36'), +(34865,11697,'action created','2026-04-17 13:03:36','2026-04-17 15:03:36'), +(34866,11696,'action complete via WP Cron','2026-04-17 13:03:36','2026-04-17 15:03:36'), +(34867,11697,'action started via WP Cron','2026-04-17 14:04:05','2026-04-17 16:04:05'), +(34868,11698,'action created','2026-04-17 14:04:05','2026-04-17 16:04:05'), +(34869,11697,'action complete via WP Cron','2026-04-17 14:04:05','2026-04-17 16:04:05'), +(34870,11698,'action started via WP Cron','2026-04-17 15:44:17','2026-04-17 17:44:17'), +(34871,11699,'action created','2026-04-17 15:44:17','2026-04-17 17:44:17'), +(34872,11698,'action complete via WP Cron','2026-04-17 15:44:17','2026-04-17 17:44:17'), +(34873,11685,'action started via WP Cron','2026-04-17 16:11:32','2026-04-17 18:11:32'), +(34874,11685,'action complete via WP Cron','2026-04-17 16:11:32','2026-04-17 18:11:32'), +(34876,11699,'action started via WP Cron','2026-04-17 16:48:55','2026-04-17 18:48:55'), +(34877,11701,'action created','2026-04-17 16:48:55','2026-04-17 18:48:55'), +(34878,11699,'action complete via WP Cron','2026-04-17 16:48:55','2026-04-17 18:48:55'), +(34879,11667,'action started via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34880,11667,'action complete via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34881,11702,'action created','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34882,11701,'action started via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34883,11703,'action created','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34884,11701,'action complete via WP Cron','2026-04-17 18:10:04','2026-04-17 20:10:04'), +(34885,11688,'action started via WP Cron','2026-04-17 18:36:44','2026-04-17 20:36:44'), +(34886,11688,'action complete via WP Cron','2026-04-17 18:36:44','2026-04-17 20:36:44'), +(34887,11704,'action created','2026-04-17 18:36:44','2026-04-17 20:36:44'), +(34888,11703,'action started via WP Cron','2026-04-17 19:11:10','2026-04-17 21:11:10'), +(34889,11705,'action created','2026-04-17 19:11:10','2026-04-17 21:11:10'), +(34890,11703,'action complete via WP Cron','2026-04-17 19:11:10','2026-04-17 21:11:10'), +(34891,11705,'action started via WP Cron','2026-04-17 20:21:09','2026-04-17 22:21:09'), +(34892,11706,'action created','2026-04-17 20:21:09','2026-04-17 22:21:09'), +(34893,11705,'action complete via WP Cron','2026-04-17 20:21:09','2026-04-17 22:21:09'), +(34894,11706,'action started via WP Cron','2026-04-17 21:37:57','2026-04-17 23:37:57'), +(34895,11707,'action created','2026-04-17 21:37:57','2026-04-17 23:37:57'), +(34896,11706,'action complete via WP Cron','2026-04-17 21:37:57','2026-04-17 23:37:57'), +(34897,11707,'action started via WP Cron','2026-04-17 22:49:40','2026-04-18 00:49:40'), +(34898,11708,'action created','2026-04-17 22:49:40','2026-04-18 00:49:40'), +(34899,11707,'action complete via WP Cron','2026-04-17 22:49:40','2026-04-18 00:49:40'), +(34900,11674,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34901,11674,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34902,11709,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34903,11675,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34904,11675,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34905,11710,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34906,11676,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34907,11676,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34908,11711,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34909,11677,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34910,11712,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34911,11677,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34912,11680,'action started via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34914,11713,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34915,11714,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34916,11680,'action complete via WP Cron','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34917,11715,'action created','2026-04-17 23:20:31','2026-04-18 01:20:31'), +(34918,11714,'action started via WP Cron','2026-04-17 23:35:41','2026-04-18 01:35:41'), +(34919,11714,'action complete via WP Cron','2026-04-17 23:35:41','2026-04-18 01:35:41'), +(34920,11708,'action started via WP Cron','2026-04-17 23:54:15','2026-04-18 01:54:15'), +(34921,11716,'action created','2026-04-17 23:54:15','2026-04-18 01:54:15'), +(34922,11708,'action complete via WP Cron','2026-04-17 23:54:15','2026-04-18 01:54:15'), +(34923,11716,'action started via WP Cron','2026-04-18 00:54:47','2026-04-18 02:54:47'), +(34924,11717,'action created','2026-04-18 00:54:47','2026-04-18 02:54:47'), +(34925,11716,'action complete via WP Cron','2026-04-18 00:54:47','2026-04-18 02:54:47'), +(34926,11717,'action started via WP Cron','2026-04-18 01:57:48','2026-04-18 03:57:48'), +(34927,11718,'action created','2026-04-18 01:57:48','2026-04-18 03:57:48'), +(34928,11717,'action complete via WP Cron','2026-04-18 01:57:48','2026-04-18 03:57:48'), +(34929,11718,'action started via WP Cron','2026-04-18 03:09:04','2026-04-18 05:09:04'), +(34930,11719,'action created','2026-04-18 03:09:04','2026-04-18 05:09:04'), +(34931,11718,'action complete via WP Cron','2026-04-18 03:09:04','2026-04-18 05:09:04'), +(34932,11713,'action started via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34933,11713,'action complete via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34934,11720,'action created','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34935,11719,'action started via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34936,11721,'action created','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34937,11719,'action complete via WP Cron','2026-04-18 04:17:04','2026-04-18 06:17:04'), +(34938,11721,'action started via WP Cron','2026-04-18 05:25:29','2026-04-18 07:25:29'), +(34939,11722,'action created','2026-04-18 05:25:29','2026-04-18 07:25:29'), +(34940,11721,'action complete via WP Cron','2026-04-18 05:25:29','2026-04-18 07:25:29'), +(34941,11722,'action started via WP Cron','2026-04-18 06:34:46','2026-04-18 08:34:46'), +(34942,11723,'action created','2026-04-18 06:34:46','2026-04-18 08:34:46'), +(34943,11722,'action complete via WP Cron','2026-04-18 06:34:46','2026-04-18 08:34:46'), +(34944,11704,'action started via WP Cron','2026-04-18 06:49:37','2026-04-18 08:49:37'), +(34945,11704,'action complete via WP Cron','2026-04-18 06:49:37','2026-04-18 08:49:37'), +(34946,11724,'action created','2026-04-18 06:49:37','2026-04-18 08:49:37'), +(34947,11723,'action started via WP Cron','2026-04-18 07:38:51','2026-04-18 09:38:51'), +(34948,11725,'action created','2026-04-18 07:38:51','2026-04-18 09:38:51'), +(34949,11723,'action complete via WP Cron','2026-04-18 07:38:51','2026-04-18 09:38:51'), +(34950,11725,'action started via WP Cron','2026-04-18 08:41:00','2026-04-18 10:41:00'), +(34951,11726,'action created','2026-04-18 08:41:00','2026-04-18 10:41:00'), +(34952,11725,'action complete via WP Cron','2026-04-18 08:41:00','2026-04-18 10:41:00'), +(34953,11691,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34954,11691,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34955,11727,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34956,11692,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34957,11692,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34958,11728,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34959,11693,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34960,11693,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34961,11729,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34962,11726,'action started via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34963,11730,'action created','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34964,11726,'action complete via WP Cron','2026-04-18 09:56:33','2026-04-18 11:56:33'), +(34965,11730,'action started via WP Cron','2026-04-18 10:57:32','2026-04-18 12:57:32'), +(34966,11731,'action created','2026-04-18 10:57:32','2026-04-18 12:57:32'), +(34967,11730,'action complete via WP Cron','2026-04-18 10:57:32','2026-04-18 12:57:32'), +(34968,11731,'action started via WP Cron','2026-04-18 12:38:53','2026-04-18 14:38:53'), +(34969,11732,'action created','2026-04-18 12:38:53','2026-04-18 14:38:53'), +(34970,11731,'action complete via WP Cron','2026-04-18 12:38:53','2026-04-18 14:38:53'), +(34971,11732,'action started via WP Cron','2026-04-18 13:53:29','2026-04-18 15:53:29'), +(34972,11733,'action created','2026-04-18 13:53:29','2026-04-18 15:53:29'), +(34973,11732,'action complete via WP Cron','2026-04-18 13:53:29','2026-04-18 15:53:29'), +(34974,11733,'action started via WP Cron','2026-04-18 14:56:46','2026-04-18 16:56:46'), +(34975,11734,'action created','2026-04-18 14:56:46','2026-04-18 16:56:46'), +(34976,11733,'action complete via WP Cron','2026-04-18 14:56:46','2026-04-18 16:56:46'), +(34977,11734,'action started via WP Cron','2026-04-18 15:59:57','2026-04-18 17:59:57'), +(34978,11735,'action created','2026-04-18 15:59:57','2026-04-18 17:59:57'), +(34979,11734,'action complete via WP Cron','2026-04-18 15:59:57','2026-04-18 17:59:57'), +(34980,11720,'action started via WP Cron','2026-04-18 16:17:54','2026-04-18 18:17:54'), +(34981,11720,'action complete via WP Cron','2026-04-18 16:17:54','2026-04-18 18:17:54'), +(34983,11735,'action started via WP Cron','2026-04-18 17:00:33','2026-04-18 19:00:33'), +(34984,11737,'action created','2026-04-18 17:00:33','2026-04-18 19:00:33'), +(34985,11735,'action complete via WP Cron','2026-04-18 17:00:33','2026-04-18 19:00:33'), +(34986,11737,'action started via WP Cron','2026-04-18 18:05:17','2026-04-18 20:05:17'), +(34987,11738,'action created','2026-04-18 18:05:17','2026-04-18 20:05:17'), +(34988,11737,'action complete via WP Cron','2026-04-18 18:05:17','2026-04-18 20:05:17'), +(34989,11702,'action started via WP Cron','2026-04-18 18:20:42','2026-04-18 20:20:42'), +(34990,11702,'action complete via WP Cron','2026-04-18 18:20:42','2026-04-18 20:20:42'), +(34991,11739,'action created','2026-04-18 18:20:42','2026-04-18 20:20:42'), +(34992,11724,'action started via WP Cron','2026-04-18 18:51:53','2026-04-18 20:51:53'), +(34993,11724,'action complete via WP Cron','2026-04-18 18:51:53','2026-04-18 20:51:53'), +(34994,11740,'action created','2026-04-18 18:51:53','2026-04-18 20:51:53'), +(34995,11738,'action started via WP Cron','2026-04-18 19:16:50','2026-04-18 21:16:50'), +(34996,11741,'action created','2026-04-18 19:16:50','2026-04-18 21:16:50'), +(34997,11738,'action complete via WP Cron','2026-04-18 19:16:50','2026-04-18 21:16:50'), +(34998,11741,'action started via WP Cron','2026-04-18 20:18:11','2026-04-18 22:18:11'), +(34999,11742,'action created','2026-04-18 20:18:11','2026-04-18 22:18:11'), +(35000,11741,'action complete via WP Cron','2026-04-18 20:18:11','2026-04-18 22:18:11'), +(35001,11742,'action started via WP Cron','2026-04-18 21:18:45','2026-04-18 23:18:45'), +(35002,11743,'action created','2026-04-18 21:18:45','2026-04-18 23:18:45'), +(35003,11742,'action complete via WP Cron','2026-04-18 21:18:45','2026-04-18 23:18:45'), +(35004,11743,'action started via WP Cron','2026-04-18 22:42:48','2026-04-19 00:42:48'), +(35005,11744,'action created','2026-04-18 22:42:48','2026-04-19 00:42:48'), +(35006,11743,'action complete via WP Cron','2026-04-18 22:42:48','2026-04-19 00:42:48'), +(35007,11709,'action started via WP Cron','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35008,11709,'action complete via WP Cron','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35009,11745,'action created','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35010,11710,'action started via WP Cron','2026-04-18 23:26:13','2026-04-19 01:26:13'), +(35011,11710,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35012,11746,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35013,11711,'action started via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35014,11711,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35015,11747,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35016,11712,'action started via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35017,11748,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35018,11712,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35019,11715,'action started via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35021,11749,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35022,11750,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35023,11715,'action complete via WP Cron','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35024,11751,'action created','2026-04-18 23:26:14','2026-04-19 01:26:14'), +(35025,11750,'action started via WP Cron','2026-04-18 23:39:32','2026-04-19 01:39:32'), +(35026,11750,'action complete via WP Cron','2026-04-18 23:39:32','2026-04-19 01:39:32'), +(35027,11744,'action started via WP Cron','2026-04-18 23:44:52','2026-04-19 01:44:52'), +(35028,11752,'action created','2026-04-18 23:44:52','2026-04-19 01:44:52'), +(35029,11744,'action complete via WP Cron','2026-04-18 23:44:52','2026-04-19 01:44:52'), +(35030,11752,'action started via WP Cron','2026-04-19 01:15:24','2026-04-19 03:15:24'), +(35031,11753,'action created','2026-04-19 01:15:24','2026-04-19 03:15:24'), +(35032,11752,'action complete via WP Cron','2026-04-19 01:15:24','2026-04-19 03:15:24'), +(35033,11753,'action started via WP Cron','2026-04-19 02:15:56','2026-04-19 04:15:56'), +(35034,11754,'action created','2026-04-19 02:15:56','2026-04-19 04:15:56'), +(35035,11753,'action complete via WP Cron','2026-04-19 02:15:56','2026-04-19 04:15:56'), +(35036,11754,'action started via WP Cron','2026-04-19 03:28:46','2026-04-19 05:28:46'), +(35037,11755,'action created','2026-04-19 03:28:46','2026-04-19 05:28:46'), +(35038,11754,'action complete via WP Cron','2026-04-19 03:28:46','2026-04-19 05:28:46'), +(35039,11749,'action started via WP Cron','2026-04-19 04:04:54','2026-04-19 06:04:54'), +(35040,11749,'action complete via WP Cron','2026-04-19 04:04:54','2026-04-19 06:04:54'), +(35041,11756,'action created','2026-04-19 04:04:54','2026-04-19 06:04:54'), +(35042,11755,'action started via WP Cron','2026-04-19 04:54:14','2026-04-19 06:54:14'), +(35043,11757,'action created','2026-04-19 04:54:14','2026-04-19 06:54:14'), +(35044,11755,'action complete via WP Cron','2026-04-19 04:54:14','2026-04-19 06:54:14'), +(35045,11757,'action started via WP Cron','2026-04-19 06:01:11','2026-04-19 08:01:11'), +(35046,11758,'action created','2026-04-19 06:01:11','2026-04-19 08:01:11'), +(35047,11757,'action complete via WP Cron','2026-04-19 06:01:11','2026-04-19 08:01:11'), +(35048,11740,'action started via WP Cron','2026-04-19 06:55:14','2026-04-19 08:55:14'), +(35049,11740,'action complete via WP Cron','2026-04-19 06:55:14','2026-04-19 08:55:14'), +(35050,11759,'action created','2026-04-19 06:55:14','2026-04-19 08:55:14'), +(35051,11758,'action started via WP Cron','2026-04-19 07:14:18','2026-04-19 09:14:18'), +(35052,11760,'action created','2026-04-19 07:14:18','2026-04-19 09:14:18'), +(35053,11758,'action complete via WP Cron','2026-04-19 07:14:18','2026-04-19 09:14:18'), +(35054,11760,'action started via WP Cron','2026-04-19 08:26:29','2026-04-19 10:26:29'), +(35055,11761,'action created','2026-04-19 08:26:29','2026-04-19 10:26:29'), +(35056,11760,'action complete via WP Cron','2026-04-19 08:26:29','2026-04-19 10:26:29'), +(35057,11761,'action started via WP Cron','2026-04-19 09:31:32','2026-04-19 11:31:32'), +(35058,11762,'action created','2026-04-19 09:31:32','2026-04-19 11:31:32'), +(35059,11761,'action complete via WP Cron','2026-04-19 09:31:32','2026-04-19 11:31:32'), +(35060,11727,'action started via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35061,11727,'action complete via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35062,11763,'action created','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35063,11728,'action started via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35064,11728,'action complete via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35065,11764,'action created','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35066,11729,'action started via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35067,11729,'action complete via WP Cron','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35068,11765,'action created','2026-04-19 10:05:57','2026-04-19 12:05:57'), +(35069,11762,'action started via WP Cron','2026-04-19 10:34:23','2026-04-19 12:34:23'), +(35070,11766,'action created','2026-04-19 10:34:23','2026-04-19 12:34:23'), +(35071,11762,'action complete via WP Cron','2026-04-19 10:34:23','2026-04-19 12:34:23'), +(35072,11766,'action started via WP Cron','2026-04-19 11:48:20','2026-04-19 13:48:20'), +(35073,11767,'action created','2026-04-19 11:48:20','2026-04-19 13:48:20'), +(35074,11766,'action complete via WP Cron','2026-04-19 11:48:20','2026-04-19 13:48:20'), +(35075,11767,'action started via WP Cron','2026-04-19 12:49:51','2026-04-19 14:49:51'), +(35076,11768,'action created','2026-04-19 12:49:51','2026-04-19 14:49:51'), +(35077,11767,'action complete via WP Cron','2026-04-19 12:49:51','2026-04-19 14:49:51'), +(35078,11768,'action started via WP Cron','2026-04-19 13:52:34','2026-04-19 15:52:34'), +(35079,11769,'action created','2026-04-19 13:52:34','2026-04-19 15:52:34'), +(35080,11768,'action complete via WP Cron','2026-04-19 13:52:34','2026-04-19 15:52:34'), +(35081,11769,'action started via WP Cron','2026-04-19 15:12:47','2026-04-19 17:12:47'), +(35082,11770,'action created','2026-04-19 15:12:47','2026-04-19 17:12:47'), +(35083,11769,'action complete via WP Cron','2026-04-19 15:12:47','2026-04-19 17:12:47'), +(35084,11756,'action started via WP Cron','2026-04-19 16:05:29','2026-04-19 18:05:29'), +(35085,11756,'action complete via WP Cron','2026-04-19 16:05:29','2026-04-19 18:05:29'), +(35087,11770,'action started via WP Cron','2026-04-19 16:19:03','2026-04-19 18:19:03'), +(35088,11772,'action created','2026-04-19 16:19:03','2026-04-19 18:19:03'), +(35089,11770,'action complete via WP Cron','2026-04-19 16:19:03','2026-04-19 18:19:03'), +(35090,11772,'action started via WP Cron','2026-04-19 17:39:38','2026-04-19 19:39:38'), +(35091,11773,'action created','2026-04-19 17:39:38','2026-04-19 19:39:38'), +(35092,11772,'action complete via WP Cron','2026-04-19 17:39:38','2026-04-19 19:39:38'), +(35093,11739,'action started via WP Cron','2026-04-19 18:36:52','2026-04-19 20:36:52'), +(35094,11739,'action complete via WP Cron','2026-04-19 18:36:52','2026-04-19 20:36:52'), +(35095,11774,'action created','2026-04-19 18:36:52','2026-04-19 20:36:52'), +(35096,11773,'action started via WP Cron','2026-04-19 18:47:39','2026-04-19 20:47:39'), +(35097,11775,'action created','2026-04-19 18:47:39','2026-04-19 20:47:39'), +(35098,11773,'action complete via WP Cron','2026-04-19 18:47:39','2026-04-19 20:47:39'), +(35099,11759,'action started via WP Cron','2026-04-19 19:02:30','2026-04-19 21:02:30'), +(35100,11759,'action complete via WP Cron','2026-04-19 19:02:30','2026-04-19 21:02:30'), +(35101,11776,'action created','2026-04-19 19:02:30','2026-04-19 21:02:30'), +(35102,11775,'action started via WP Cron','2026-04-19 19:51:21','2026-04-19 21:51:21'), +(35103,11777,'action created','2026-04-19 19:51:21','2026-04-19 21:51:21'), +(35104,11775,'action complete via WP Cron','2026-04-19 19:51:21','2026-04-19 21:51:21'), +(35105,11777,'action started via WP Cron','2026-04-19 20:59:23','2026-04-19 22:59:23'), +(35106,11778,'action created','2026-04-19 20:59:23','2026-04-19 22:59:23'), +(35107,11777,'action complete via WP Cron','2026-04-19 20:59:23','2026-04-19 22:59:23'), +(35108,11778,'action started via WP Cron','2026-04-19 22:20:37','2026-04-20 00:20:37'), +(35109,11779,'action created','2026-04-19 22:20:37','2026-04-20 00:20:37'), +(35110,11778,'action complete via WP Cron','2026-04-19 22:20:37','2026-04-20 00:20:37'), +(35111,11779,'action started via WP Cron','2026-04-19 23:21:02','2026-04-20 01:21:02'), +(35112,11780,'action created','2026-04-19 23:21:02','2026-04-20 01:21:02'), +(35113,11779,'action complete via WP Cron','2026-04-19 23:21:03','2026-04-20 01:21:03'), +(35114,11745,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35115,11745,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35116,11781,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35117,11746,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35118,11746,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35119,11782,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35120,11747,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35121,11747,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35122,11783,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35123,11748,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35124,11784,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35125,11748,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35126,11751,'action started via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35128,11785,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35129,11786,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35130,11751,'action complete via WP Cron','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35131,11787,'action created','2026-04-19 23:29:08','2026-04-20 01:29:08'), +(35132,11786,'action started via WP Cron','2026-04-19 23:35:29','2026-04-20 01:35:29'), +(35133,11786,'action complete via WP Cron','2026-04-19 23:35:29','2026-04-20 01:35:29'), +(35134,11780,'action started via WP Cron','2026-04-20 00:35:30','2026-04-20 02:35:30'), +(35135,11788,'action created','2026-04-20 00:35:30','2026-04-20 02:35:30'), +(35136,11780,'action complete via WP Cron','2026-04-20 00:35:30','2026-04-20 02:35:30'), +(35137,11788,'action started via WP Cron','2026-04-20 01:36:49','2026-04-20 03:36:49'), +(35138,11789,'action created','2026-04-20 01:36:49','2026-04-20 03:36:49'), +(35139,11788,'action complete via WP Cron','2026-04-20 01:36:49','2026-04-20 03:36:49'), +(35140,11789,'action started via WP Cron','2026-04-20 02:45:13','2026-04-20 04:45:13'), +(35141,11790,'action created','2026-04-20 02:45:13','2026-04-20 04:45:13'), +(35142,11789,'action complete via WP Cron','2026-04-20 02:45:13','2026-04-20 04:45:13'), +(35143,11790,'action started via WP Cron','2026-04-20 03:55:08','2026-04-20 05:55:08'), +(35144,11791,'action created','2026-04-20 03:55:08','2026-04-20 05:55:08'), +(35145,11790,'action complete via WP Cron','2026-04-20 03:55:08','2026-04-20 05:55:08'), +(35146,11785,'action started via WP Cron','2026-04-20 04:07:56','2026-04-20 06:07:56'), +(35147,11785,'action complete via WP Cron','2026-04-20 04:07:56','2026-04-20 06:07:56'), +(35148,11792,'action created','2026-04-20 04:07:56','2026-04-20 06:07:56'), +(35149,11791,'action started via WP Cron','2026-04-20 05:30:58','2026-04-20 07:30:58'), +(35150,11793,'action created','2026-04-20 05:30:58','2026-04-20 07:30:58'), +(35151,11791,'action complete via WP Cron','2026-04-20 05:30:58','2026-04-20 07:30:58'), +(35152,11793,'action started via WP Cron','2026-04-20 06:44:46','2026-04-20 08:44:46'), +(35153,11794,'action created','2026-04-20 06:44:46','2026-04-20 08:44:46'), +(35154,11793,'action complete via WP Cron','2026-04-20 06:44:46','2026-04-20 08:44:46'), +(35155,11776,'action started via WP Cron','2026-04-20 07:34:50','2026-04-20 09:34:50'), +(35156,11776,'action complete via WP Cron','2026-04-20 07:34:50','2026-04-20 09:34:50'), +(35157,11795,'action created','2026-04-20 07:34:50','2026-04-20 09:34:50'), +(35158,11794,'action started via WP Cron','2026-04-20 07:45:09','2026-04-20 09:45:09'), +(35159,11796,'action created','2026-04-20 07:45:09','2026-04-20 09:45:09'), +(35160,11794,'action complete via WP Cron','2026-04-20 07:45:09','2026-04-20 09:45:09'), +(35161,11796,'action started via WP Cron','2026-04-20 08:47:51','2026-04-20 10:47:51'), +(35162,11797,'action created','2026-04-20 08:47:51','2026-04-20 10:47:51'), +(35163,11796,'action complete via WP Cron','2026-04-20 08:47:51','2026-04-20 10:47:51'), +(35164,11797,'action started via WP Cron','2026-04-20 09:53:39','2026-04-20 11:53:39'), +(35165,11798,'action created','2026-04-20 09:53:39','2026-04-20 11:53:39'), +(35166,11797,'action complete via WP Cron','2026-04-20 09:53:39','2026-04-20 11:53:39'), +(35167,11763,'action started via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35168,11763,'action complete via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35169,11799,'action created','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35170,11764,'action started via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35171,11764,'action complete via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35172,11800,'action created','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35173,11765,'action started via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35174,11765,'action complete via WP Cron','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35175,11801,'action created','2026-04-20 10:10:03','2026-04-20 12:10:03'), +(35176,11798,'action started via WP Cron','2026-04-20 11:09:07','2026-04-20 13:09:07'), +(35177,11802,'action created','2026-04-20 11:09:07','2026-04-20 13:09:07'), +(35178,11798,'action complete via WP Cron','2026-04-20 11:09:07','2026-04-20 13:09:07'), +(35179,11802,'action started via WP Cron','2026-04-20 12:09:39','2026-04-20 14:09:39'), +(35180,11803,'action created','2026-04-20 12:09:39','2026-04-20 14:09:39'), +(35181,11802,'action complete via WP Cron','2026-04-20 12:09:39','2026-04-20 14:09:39'), +(35182,11803,'action started via WP Cron','2026-04-20 13:15:15','2026-04-20 15:15:15'), +(35183,11804,'action created','2026-04-20 13:15:15','2026-04-20 15:15:15'), +(35184,11803,'action complete via WP Cron','2026-04-20 13:15:15','2026-04-20 15:15:15'), +(35185,11804,'action started via WP Cron','2026-04-20 14:29:39','2026-04-20 16:29:39'), +(35186,11805,'action created','2026-04-20 14:29:39','2026-04-20 16:29:39'), +(35187,11804,'action complete via WP Cron','2026-04-20 14:29:39','2026-04-20 16:29:39'), +(35188,11805,'action started via WP Cron','2026-04-20 15:31:41','2026-04-20 17:31:41'), +(35189,11806,'action created','2026-04-20 15:31:41','2026-04-20 17:31:41'), +(35190,11805,'action complete via WP Cron','2026-04-20 15:31:41','2026-04-20 17:31:41'), +(35191,11792,'action started via WP Cron','2026-04-20 16:14:07','2026-04-20 18:14:07'), +(35192,11792,'action complete via WP Cron','2026-04-20 16:14:07','2026-04-20 18:14:07'), +(35194,11806,'action started via WP Cron','2026-04-20 16:34:52','2026-04-20 18:34:52'), +(35195,11808,'action created','2026-04-20 16:34:52','2026-04-20 18:34:52'), +(35196,11806,'action complete via WP Cron','2026-04-20 16:34:52','2026-04-20 18:34:52'), +(35197,11808,'action started via WP Cron','2026-04-20 17:58:00','2026-04-20 19:58:00'), +(35198,11809,'action created','2026-04-20 17:58:00','2026-04-20 19:58:00'), +(35199,11808,'action complete via WP Cron','2026-04-20 17:58:00','2026-04-20 19:58:00'), +(35200,11774,'action started via WP Cron','2026-04-20 18:37:14','2026-04-20 20:37:14'), +(35201,11774,'action complete via WP Cron','2026-04-20 18:37:14','2026-04-20 20:37:14'), +(35202,11810,'action created','2026-04-20 18:37:14','2026-04-20 20:37:14'), +(35203,11809,'action started via WP Cron','2026-04-20 19:19:35','2026-04-20 21:19:35'), +(35204,11811,'action created','2026-04-20 19:19:35','2026-04-20 21:19:35'), +(35205,11809,'action complete via WP Cron','2026-04-20 19:19:35','2026-04-20 21:19:35'), +(35206,11795,'action started via WP Cron','2026-04-20 19:45:46','2026-04-20 21:45:46'), +(35207,11795,'action complete via WP Cron','2026-04-20 19:45:46','2026-04-20 21:45:46'), +(35208,11812,'action created','2026-04-20 19:45:46','2026-04-20 21:45:46'), +(35209,11811,'action started via WP Cron','2026-04-20 20:32:28','2026-04-20 22:32:28'), +(35210,11813,'action created','2026-04-20 20:32:28','2026-04-20 22:32:28'), +(35211,11811,'action complete via WP Cron','2026-04-20 20:32:28','2026-04-20 22:32:28'), +(35212,11813,'action started via WP Cron','2026-04-20 21:36:00','2026-04-20 23:36:00'), +(35213,11814,'action created','2026-04-20 21:36:00','2026-04-20 23:36:00'), +(35214,11813,'action complete via WP Cron','2026-04-20 21:36:00','2026-04-20 23:36:00'), +(35215,11814,'action started via WP Cron','2026-04-20 22:40:43','2026-04-21 00:40:43'), +(35216,11815,'action created','2026-04-20 22:40:43','2026-04-21 00:40:43'), +(35217,11814,'action complete via WP Cron','2026-04-20 22:40:43','2026-04-21 00:40:43'), +(35218,11781,'action started via WP Cron','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35219,11781,'action complete via WP Cron','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35220,11816,'action created','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35221,11782,'action started via WP Cron','2026-04-21 00:27:26','2026-04-21 02:27:26'), +(35222,11782,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35223,11817,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35224,11783,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35225,11783,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35226,11818,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35227,11784,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35228,11819,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35229,11784,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35230,11815,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35231,11820,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35232,11815,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35233,11787,'action started via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35236,11822,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35237,11787,'action complete via WP Cron','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35238,11823,'action created','2026-04-21 00:27:27','2026-04-21 02:27:27'), +(35239,11822,'action started via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35240,11822,'action complete via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35241,11820,'action started via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35242,11824,'action created','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35243,11820,'action complete via WP Cron','2026-04-21 01:57:29','2026-04-21 03:57:29'), +(35244,11824,'action started via WP Cron','2026-04-21 03:16:10','2026-04-21 05:16:10'), +(35245,11825,'action created','2026-04-21 03:16:10','2026-04-21 05:16:10'), +(35246,11824,'action complete via WP Cron','2026-04-21 03:16:10','2026-04-21 05:16:10'), +(35247,11825,'action started via WP Cron','2026-04-21 04:19:37','2026-04-21 06:19:37'), +(35248,11826,'action created','2026-04-21 04:19:37','2026-04-21 06:19:37'), +(35249,11825,'action complete via WP Cron','2026-04-21 04:19:37','2026-04-21 06:19:37'), +(35250,11826,'action started via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35251,11827,'action created','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35252,11826,'action complete via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35253,11583,'action started via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35254,11583,'action complete via WP Cron','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35255,11828,'action created','2026-04-21 07:17:05','2026-04-21 09:17:05'), +(35256,11812,'action started via WP Cron','2026-04-21 07:46:47','2026-04-21 09:46:47'), +(35257,11812,'action complete via WP Cron','2026-04-21 07:46:47','2026-04-21 09:46:47'), +(35258,11829,'action created','2026-04-21 07:46:47','2026-04-21 09:46:47'), +(35259,11827,'action started via WP Cron','2026-04-21 08:17:24','2026-04-21 10:17:24'), +(35260,11830,'action created','2026-04-21 08:17:24','2026-04-21 10:17:24'), +(35261,11827,'action complete via WP Cron','2026-04-21 08:17:24','2026-04-21 10:17:24'), +(35262,11830,'action started via WP Cron','2026-04-21 09:31:09','2026-04-21 11:31:09'), +(35263,11831,'action created','2026-04-21 09:31:09','2026-04-21 11:31:09'), +(35264,11830,'action complete via WP Cron','2026-04-21 09:31:09','2026-04-21 11:31:09'), +(35265,11305,'action started via WP Cron','2026-04-21 10:08:08','2026-04-21 12:08:08'), +(35266,11305,'action complete via WP Cron','2026-04-21 10:08:08','2026-04-21 12:08:08'), +(35267,11832,'action created','2026-04-21 10:08:08','2026-04-21 12:08:08'), +(35268,11799,'action started via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35269,11799,'action complete via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35270,11833,'action created','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35271,11800,'action started via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35272,11800,'action complete via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35273,11834,'action created','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35274,11801,'action started via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35275,11801,'action complete via WP Cron','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35276,11835,'action created','2026-04-21 10:29:04','2026-04-21 12:29:04'), +(35277,11831,'action started via WP Cron','2026-04-21 10:32:03','2026-04-21 12:32:03'), +(35278,11836,'action created','2026-04-21 10:32:03','2026-04-21 12:32:03'), +(35279,11831,'action complete via WP Cron','2026-04-21 10:32:04','2026-04-21 12:32:04'), +(35280,11836,'action started via WP Cron','2026-04-21 11:55:23','2026-04-21 13:55:23'), +(35281,11837,'action created','2026-04-21 11:55:23','2026-04-21 13:55:23'), +(35282,11836,'action complete via WP Cron','2026-04-21 11:55:23','2026-04-21 13:55:23'), +(35283,11837,'action started via WP Cron','2026-04-21 13:04:02','2026-04-21 15:04:02'), +(35284,11838,'action created','2026-04-21 13:04:02','2026-04-21 15:04:02'), +(35285,11837,'action complete via WP Cron','2026-04-21 13:04:02','2026-04-21 15:04:02'), +(35286,11838,'action started via WP Cron','2026-04-21 14:19:54','2026-04-21 16:19:54'), +(35287,11839,'action created','2026-04-21 14:19:54','2026-04-21 16:19:54'), +(35288,11838,'action complete via WP Cron','2026-04-21 14:19:54','2026-04-21 16:19:54'), +(35289,11839,'action started via WP Cron','2026-04-21 15:19:58','2026-04-21 17:19:58'), +(35290,11840,'action created','2026-04-21 15:19:58','2026-04-21 17:19:58'), +(35291,11839,'action complete via WP Cron','2026-04-21 15:19:58','2026-04-21 17:19:58'), +(35292,11840,'action started via WP Cron','2026-04-21 16:21:26','2026-04-21 18:21:26'), +(35293,11841,'action created','2026-04-21 16:21:26','2026-04-21 18:21:26'), +(35294,11840,'action complete via WP Cron','2026-04-21 16:21:26','2026-04-21 18:21:26'), +(35295,11841,'action started via WP Cron','2026-04-21 17:23:26','2026-04-21 19:23:26'), +(35296,11842,'action created','2026-04-21 17:23:26','2026-04-21 19:23:26'), +(35297,11841,'action complete via WP Cron','2026-04-21 17:23:26','2026-04-21 19:23:26'), +(35298,11842,'action started via WP Cron','2026-04-21 18:29:27','2026-04-21 20:29:27'), +(35299,11843,'action created','2026-04-21 18:29:27','2026-04-21 20:29:27'), +(35300,11842,'action complete via WP Cron','2026-04-21 18:29:27','2026-04-21 20:29:27'), +(35301,11810,'action started via WP Cron','2026-04-21 19:01:08','2026-04-21 21:01:08'), +(35302,11810,'action complete via WP Cron','2026-04-21 19:01:08','2026-04-21 21:01:08'), +(35303,11844,'action created','2026-04-21 19:01:08','2026-04-21 21:01:08'), +(35304,11843,'action started via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35305,11845,'action created','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35306,11843,'action complete via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35307,11829,'action started via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35308,11829,'action complete via WP Cron','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35309,11846,'action created','2026-04-21 19:48:43','2026-04-21 21:48:43'), +(35310,11845,'action started via WP Cron','2026-04-21 21:16:05','2026-04-21 23:16:05'), +(35311,11847,'action created','2026-04-21 21:16:05','2026-04-21 23:16:05'), +(35312,11845,'action complete via WP Cron','2026-04-21 21:16:05','2026-04-21 23:16:05'), +(35313,11847,'action started via WP Cron','2026-04-21 22:20:25','2026-04-22 00:20:25'), +(35314,11848,'action created','2026-04-21 22:20:25','2026-04-22 00:20:25'), +(35315,11847,'action complete via WP Cron','2026-04-21 22:20:26','2026-04-22 00:20:26'), +(35316,11848,'action started via WP Cron','2026-04-22 00:17:03','2026-04-22 02:17:03'), +(35317,11849,'action created','2026-04-22 00:17:03','2026-04-22 02:17:03'), +(35318,11848,'action complete via WP Cron','2026-04-22 00:17:03','2026-04-22 02:17:03'), +(35319,11816,'action started via WP Cron','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35320,11816,'action complete via WP Cron','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35321,11850,'action created','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35322,11817,'action started via WP Cron','2026-04-22 00:27:42','2026-04-22 02:27:42'), +(35323,11817,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35324,11851,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35325,11818,'action started via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35326,11818,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35327,11852,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35328,11819,'action started via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35329,11853,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35330,11819,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35331,11823,'action started via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35334,11855,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35335,11823,'action complete via WP Cron','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35336,11856,'action created','2026-04-22 00:27:43','2026-04-22 02:27:43'), +(35337,11855,'action started via WP Cron','2026-04-22 00:29:06','2026-04-22 02:29:06'), +(35338,11855,'action complete via WP Cron','2026-04-22 00:29:06','2026-04-22 02:29:06'), +(35339,11849,'action started via WP Cron','2026-04-22 01:22:41','2026-04-22 03:22:41'), +(35340,11857,'action created','2026-04-22 01:22:41','2026-04-22 03:22:41'), +(35341,11849,'action complete via WP Cron','2026-04-22 01:22:41','2026-04-22 03:22:41'), +(35342,11857,'action started via WP Cron','2026-04-22 02:44:14','2026-04-22 04:44:14'), +(35343,11858,'action created','2026-04-22 02:44:14','2026-04-22 04:44:14'), +(35344,11857,'action complete via WP Cron','2026-04-22 02:44:14','2026-04-22 04:44:14'), +(35345,11858,'action started via WP Cron','2026-04-22 03:54:30','2026-04-22 05:54:30'), +(35346,11859,'action created','2026-04-22 03:54:30','2026-04-22 05:54:30'), +(35347,11858,'action complete via WP Cron','2026-04-22 03:54:30','2026-04-22 05:54:30'), +(35348,11859,'action started via WP Cron','2026-04-22 05:21:53','2026-04-22 07:21:53'), +(35349,11860,'action created','2026-04-22 05:21:53','2026-04-22 07:21:53'), +(35350,11859,'action complete via WP Cron','2026-04-22 05:21:53','2026-04-22 07:21:53'), +(35351,11860,'action started via WP Cron','2026-04-22 07:17:50','2026-04-22 09:17:50'), +(35352,11861,'action created','2026-04-22 07:17:50','2026-04-22 09:17:50'), +(35353,11860,'action complete via WP Cron','2026-04-22 07:17:51','2026-04-22 09:17:51'), +(35354,11846,'action started via WP Cron','2026-04-22 08:06:10','2026-04-22 10:06:10'), +(35355,11846,'action complete via WP Cron','2026-04-22 08:06:10','2026-04-22 10:06:10'), +(35356,11862,'action created','2026-04-22 08:06:10','2026-04-22 10:06:10'), +(35357,11861,'action started via WP Cron','2026-04-22 08:26:29','2026-04-22 10:26:29'), +(35358,11863,'action created','2026-04-22 08:26:29','2026-04-22 10:26:29'), +(35359,11861,'action complete via WP Cron','2026-04-22 08:26:29','2026-04-22 10:26:29'), +(35360,11863,'action started via WP Cron','2026-04-22 09:46:32','2026-04-22 11:46:32'), +(35361,11864,'action created','2026-04-22 09:46:32','2026-04-22 11:46:32'), +(35362,11863,'action complete via WP Cron','2026-04-22 09:46:32','2026-04-22 11:46:32'), +(35363,11833,'action started via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35364,11833,'action complete via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35365,11865,'action created','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35366,11834,'action started via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35367,11834,'action complete via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35368,11866,'action created','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35369,11835,'action started via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35370,11835,'action complete via WP Cron','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35371,11867,'action created','2026-04-22 10:37:02','2026-04-22 12:37:02'), +(35372,11864,'action started via WP Cron','2026-04-22 10:53:15','2026-04-22 12:53:15'), +(35373,11868,'action created','2026-04-22 10:53:15','2026-04-22 12:53:15'), +(35374,11864,'action complete via WP Cron','2026-04-22 10:53:15','2026-04-22 12:53:15'), +(35375,11868,'action started via WP Cron','2026-04-22 12:22:47','2026-04-22 14:22:47'), +(35376,11869,'action created','2026-04-22 12:22:47','2026-04-22 14:22:47'), +(35377,11868,'action complete via WP Cron','2026-04-22 12:22:47','2026-04-22 14:22:47'), +(35378,11869,'action started via WP Cron','2026-04-22 13:31:33','2026-04-22 15:31:33'), +(35379,11870,'action created','2026-04-22 13:31:33','2026-04-22 15:31:33'), +(35380,11869,'action complete via WP Cron','2026-04-22 13:31:33','2026-04-22 15:31:33'), +(35381,11870,'action started via WP Cron','2026-04-22 15:01:46','2026-04-22 17:01:46'), +(35382,11871,'action created','2026-04-22 15:01:46','2026-04-22 17:01:46'), +(35383,11870,'action complete via WP Cron','2026-04-22 15:01:46','2026-04-22 17:01:46'), +(35384,11871,'action started via WP Cron','2026-04-22 16:18:52','2026-04-22 18:18:52'), +(35385,11872,'action created','2026-04-22 16:18:52','2026-04-22 18:18:52'), +(35386,11871,'action complete via WP Cron','2026-04-22 16:18:53','2026-04-22 18:18:53'), +(35387,11872,'action started via WP Cron','2026-04-22 17:22:50','2026-04-22 19:22:50'), +(35388,11873,'action created','2026-04-22 17:22:50','2026-04-22 19:22:50'), +(35389,11872,'action complete via WP Cron','2026-04-22 17:22:50','2026-04-22 19:22:50'), +(35390,11873,'action started via WP Cron','2026-04-22 18:23:01','2026-04-22 20:23:01'), +(35391,11874,'action created','2026-04-22 18:23:01','2026-04-22 20:23:01'), +(35392,11873,'action complete via WP Cron','2026-04-22 18:23:01','2026-04-22 20:23:01'), +(35393,11844,'action started via WP Cron','2026-04-22 19:07:42','2026-04-22 21:07:42'), +(35394,11844,'action complete via WP Cron','2026-04-22 19:07:42','2026-04-22 21:07:42'), +(35395,11875,'action created','2026-04-22 19:07:42','2026-04-22 21:07:42'), +(35396,11874,'action started via WP Cron','2026-04-22 19:36:52','2026-04-22 21:36:52'), +(35397,11876,'action created','2026-04-22 19:36:52','2026-04-22 21:36:52'), +(35398,11874,'action complete via WP Cron','2026-04-22 19:36:52','2026-04-22 21:36:52'), +(35399,11862,'action started via WP Cron','2026-04-22 20:11:28','2026-04-22 22:11:28'), +(35400,11862,'action complete via WP Cron','2026-04-22 20:11:28','2026-04-22 22:11:28'), +(35401,11877,'action created','2026-04-22 20:11:28','2026-04-22 22:11:28'), +(35402,11876,'action started via WP Cron','2026-04-22 20:50:38','2026-04-22 22:50:38'), +(35403,11878,'action created','2026-04-22 20:50:38','2026-04-22 22:50:38'), +(35404,11876,'action complete via WP Cron','2026-04-22 20:50:38','2026-04-22 22:50:38'), +(35405,11878,'action started via WP Cron','2026-04-22 21:57:24','2026-04-22 23:57:24'), +(35406,11879,'action created','2026-04-22 21:57:24','2026-04-22 23:57:24'), +(35407,11878,'action complete via WP Cron','2026-04-22 21:57:24','2026-04-22 23:57:24'), +(35408,11879,'action started via WP Cron','2026-04-22 23:21:54','2026-04-23 01:21:54'), +(35409,11880,'action created','2026-04-22 23:21:54','2026-04-23 01:21:54'), +(35410,11879,'action complete via WP Cron','2026-04-22 23:21:54','2026-04-23 01:21:54'), +(35411,11880,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35412,11881,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35413,11880,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35414,11850,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35415,11850,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35416,11882,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35417,11851,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35418,11851,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35419,11883,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35420,11852,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35421,11852,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35422,11884,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35423,11853,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35424,11885,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35425,11853,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35426,11856,'action started via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35429,11887,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35430,11856,'action complete via WP Cron','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35431,11888,'action created','2026-04-23 01:12:19','2026-04-23 03:12:19'), +(35432,11887,'action started via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35433,11887,'action complete via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35434,11881,'action started via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35435,11889,'action created','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35436,11881,'action complete via WP Cron','2026-04-23 02:16:06','2026-04-23 04:16:06'), +(35437,11889,'action started via WP Cron','2026-04-23 04:18:15','2026-04-23 06:18:15'), +(35438,11890,'action created','2026-04-23 04:18:15','2026-04-23 06:18:15'), +(35439,11889,'action complete via WP Cron','2026-04-23 04:18:15','2026-04-23 06:18:15'), +(35440,11890,'action started via WP Cron','2026-04-23 05:30:21','2026-04-23 07:30:21'), +(35441,11891,'action created','2026-04-23 05:30:21','2026-04-23 07:30:21'), +(35442,11890,'action complete via WP Cron','2026-04-23 05:30:21','2026-04-23 07:30:21'), +(35443,11891,'action started via WP Cron','2026-04-23 06:47:11','2026-04-23 08:47:11'), +(35444,11892,'action created','2026-04-23 06:47:11','2026-04-23 08:47:11'), +(35445,11891,'action complete via WP Cron','2026-04-23 06:47:11','2026-04-23 08:47:11'), +(35446,11892,'action started via WP Cron','2026-04-23 07:47:45','2026-04-23 09:47:45'), +(35447,11893,'action created','2026-04-23 07:47:45','2026-04-23 09:47:45'), +(35448,11892,'action complete via WP Cron','2026-04-23 07:47:45','2026-04-23 09:47:45'), +(35449,11877,'action started via WP Cron','2026-04-23 08:11:38','2026-04-23 10:11:38'), +(35450,11877,'action complete via WP Cron','2026-04-23 08:11:38','2026-04-23 10:11:38'), +(35451,11894,'action created','2026-04-23 08:11:38','2026-04-23 10:11:38'), +(35452,11893,'action started via WP Cron','2026-04-23 09:30:22','2026-04-23 11:30:22'), +(35453,11895,'action created','2026-04-23 09:30:22','2026-04-23 11:30:22'), +(35454,11893,'action complete via WP Cron','2026-04-23 09:30:22','2026-04-23 11:30:22'), +(35455,11895,'action started via WP Cron','2026-04-23 10:52:47','2026-04-23 12:52:47'), +(35456,11896,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35457,11895,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35458,11865,'action started via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35459,11865,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35460,11897,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35461,11866,'action started via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35462,11866,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35463,11898,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35464,11867,'action started via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35465,11867,'action complete via WP Cron','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35466,11899,'action created','2026-04-23 10:52:48','2026-04-23 12:52:48'), +(35467,11896,'action started via WP Cron','2026-04-23 12:11:01','2026-04-23 14:11:01'), +(35468,11900,'action created','2026-04-23 12:11:01','2026-04-23 14:11:01'), +(35469,11896,'action complete via WP Cron','2026-04-23 12:11:01','2026-04-23 14:11:01'), +(35470,11900,'action started via WP Cron','2026-04-23 13:16:30','2026-04-23 15:16:30'), +(35471,11901,'action created','2026-04-23 13:16:30','2026-04-23 15:16:30'), +(35472,11900,'action complete via WP Cron','2026-04-23 13:16:30','2026-04-23 15:16:30'), +(35473,11901,'action started via WP Cron','2026-04-23 14:16:41','2026-04-23 16:16:41'), +(35474,11902,'action created','2026-04-23 14:16:41','2026-04-23 16:16:41'), +(35475,11901,'action complete via WP Cron','2026-04-23 14:16:41','2026-04-23 16:16:41'), +(35476,11902,'action started via WP Cron','2026-04-23 15:35:47','2026-04-23 17:35:47'), +(35477,11903,'action created','2026-04-23 15:35:47','2026-04-23 17:35:47'), +(35478,11902,'action complete via WP Cron','2026-04-23 15:35:47','2026-04-23 17:35:47'), +(35479,11903,'action started via WP Cron','2026-04-23 16:49:50','2026-04-23 18:49:50'), +(35480,11904,'action created','2026-04-23 16:49:50','2026-04-23 18:49:50'), +(35481,11903,'action complete via WP Cron','2026-04-23 16:49:50','2026-04-23 18:49:50'), +(35482,11904,'action started via WP Cron','2026-04-23 18:06:00','2026-04-23 20:06:00'), +(35483,11905,'action created','2026-04-23 18:06:00','2026-04-23 20:06:00'), +(35484,11904,'action complete via WP Cron','2026-04-23 18:06:00','2026-04-23 20:06:00'), +(35485,11905,'action started via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35486,11906,'action created','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35487,11905,'action complete via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35488,11875,'action started via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35489,11875,'action complete via WP Cron','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35490,11907,'action created','2026-04-23 19:12:50','2026-04-23 21:12:50'), +(35491,11894,'action started via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35492,11894,'action complete via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35493,11908,'action created','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35494,11906,'action started via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35495,11909,'action created','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35496,11906,'action complete via WP Cron','2026-04-23 20:15:22','2026-04-23 22:15:22'), +(35497,11909,'action started via WP Cron','2026-04-23 21:16:15','2026-04-23 23:16:15'), +(35498,11910,'action created','2026-04-23 21:16:15','2026-04-23 23:16:15'), +(35499,11909,'action complete via WP Cron','2026-04-23 21:16:15','2026-04-23 23:16:15'), +(35500,11910,'action started via WP Cron','2026-04-23 22:21:37','2026-04-24 00:21:37'), +(35501,11911,'action created','2026-04-23 22:21:37','2026-04-24 00:21:37'), +(35502,11910,'action complete via WP Cron','2026-04-23 22:21:37','2026-04-24 00:21:37'), +(35503,11911,'action started via WP Cron','2026-04-23 23:26:05','2026-04-24 01:26:05'), +(35504,11912,'action created','2026-04-23 23:26:05','2026-04-24 01:26:05'), +(35505,11911,'action complete via WP Cron','2026-04-23 23:26:05','2026-04-24 01:26:05'), +(35506,11912,'action started via WP Cron','2026-04-24 00:31:32','2026-04-24 02:31:32'), +(35507,11913,'action created','2026-04-24 00:31:32','2026-04-24 02:31:32'), +(35508,11912,'action complete via WP Cron','2026-04-24 00:31:32','2026-04-24 02:31:32'), +(35509,11882,'action started via WP Cron','2026-04-24 01:15:51','2026-04-24 03:15:51'), +(35510,11882,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35511,11914,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35512,11883,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35513,11883,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35514,11915,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35515,11884,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35516,11884,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35517,11916,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35518,11885,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35519,11917,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35520,11885,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35521,11888,'action started via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35524,11919,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35525,11888,'action complete via WP Cron','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35526,11920,'action created','2026-04-24 01:15:52','2026-04-24 03:15:52'), +(35527,11919,'action started via WP Cron','2026-04-24 01:17:03','2026-04-24 03:17:03'), +(35528,11919,'action complete via WP Cron','2026-04-24 01:17:03','2026-04-24 03:17:03'), +(35529,11913,'action started via WP Cron','2026-04-24 02:08:26','2026-04-24 04:08:26'), +(35530,11921,'action created','2026-04-24 02:08:26','2026-04-24 04:08:26'), +(35531,11913,'action complete via WP Cron','2026-04-24 02:08:26','2026-04-24 04:08:26'), +(35532,11921,'action started via WP Cron','2026-04-24 03:23:36','2026-04-24 05:23:36'), +(35533,11922,'action created','2026-04-24 03:23:36','2026-04-24 05:23:36'), +(35534,11921,'action complete via WP Cron','2026-04-24 03:23:36','2026-04-24 05:23:36'), +(35535,11922,'action started via WP Cron','2026-04-24 04:31:27','2026-04-24 06:31:27'), +(35536,11923,'action created','2026-04-24 04:31:27','2026-04-24 06:31:27'), +(35537,11922,'action complete via WP Cron','2026-04-24 04:31:27','2026-04-24 06:31:27'), +(35538,11923,'action started via WP Cron','2026-04-24 05:31:34','2026-04-24 07:31:34'), +(35539,11924,'action created','2026-04-24 05:31:34','2026-04-24 07:31:34'), +(35540,11923,'action complete via WP Cron','2026-04-24 05:31:34','2026-04-24 07:31:34'), +(35541,11924,'action started via WP Cron','2026-04-24 06:40:40','2026-04-24 08:40:40'), +(35542,11925,'action created','2026-04-24 06:40:40','2026-04-24 08:40:40'), +(35543,11924,'action complete via WP Cron','2026-04-24 06:40:40','2026-04-24 08:40:40'), +(35544,11925,'action started via Async Request','2026-04-24 07:43:53','2026-04-24 09:43:53'), +(35545,11926,'action created','2026-04-24 07:43:53','2026-04-24 09:43:53'), +(35546,11925,'action complete via Async Request','2026-04-24 07:43:53','2026-04-24 09:43:53'), +(35547,11908,'action started via WP Cron','2026-04-24 08:15:46','2026-04-24 10:15:46'), +(35548,11908,'action complete via WP Cron','2026-04-24 08:15:46','2026-04-24 10:15:46'), +(35549,11927,'action created','2026-04-24 08:15:46','2026-04-24 10:15:46'), +(35550,11926,'action started via WP Cron','2026-04-24 08:51:26','2026-04-24 10:51:26'), +(35551,11928,'action created','2026-04-24 08:51:26','2026-04-24 10:51:26'), +(35552,11926,'action complete via WP Cron','2026-04-24 08:51:26','2026-04-24 10:51:26'), +(35553,11928,'action started via WP Cron','2026-04-24 09:56:27','2026-04-24 11:56:27'), +(35554,11929,'action created','2026-04-24 09:56:27','2026-04-24 11:56:27'), +(35555,11928,'action complete via WP Cron','2026-04-24 09:56:27','2026-04-24 11:56:27'), +(35556,11897,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35557,11897,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35558,11930,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35559,11898,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35560,11898,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35561,11931,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35562,11899,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35563,11899,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35564,11932,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35565,11929,'action started via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35566,11933,'action created','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35567,11929,'action complete via WP Cron','2026-04-24 10:59:39','2026-04-24 12:59:39'), +(35568,11933,'action started via WP Cron','2026-04-24 12:00:47','2026-04-24 14:00:47'), +(35569,11934,'action created','2026-04-24 12:00:47','2026-04-24 14:00:47'), +(35570,11933,'action complete via WP Cron','2026-04-24 12:00:47','2026-04-24 14:00:47'), +(35571,11935,'action created','2026-04-24 12:49:33','2026-04-24 14:49:33'), +(35572,11936,'action created','2026-04-24 12:50:09','2026-04-24 14:50:09'), +(35573,11935,'action started via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35574,11935,'action complete via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35575,11936,'action started via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35576,11936,'action complete via Async Request','2026-04-24 12:50:23','2026-04-24 14:50:23'), +(35577,11937,'action created','2026-04-24 12:50:47','2026-04-24 14:50:47'), +(35578,11938,'action created','2026-04-24 12:51:23','2026-04-24 14:51:23'), +(35579,11937,'action started via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35580,11937,'action complete via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35581,11938,'action started via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35582,11938,'action complete via Async Request','2026-04-24 12:51:33','2026-04-24 14:51:33'), +(35583,11939,'action created','2026-04-24 12:51:40','2026-04-24 14:51:40'), +(35584,11939,'action started via WP Cron','2026-04-24 12:52:31','2026-04-24 14:52:31'), +(35585,11939,'action complete via WP Cron','2026-04-24 12:52:31','2026-04-24 14:52:31'), +(35586,11940,'action created','2026-04-24 12:56:11','2026-04-24 14:56:11'), +(35587,11940,'action started via WP Cron','2026-04-24 12:56:33','2026-04-24 14:56:33'), +(35588,11940,'action complete via WP Cron','2026-04-24 12:56:33','2026-04-24 14:56:33'), +(35589,11941,'action created','2026-04-24 12:57:34','2026-04-24 14:57:34'), +(35590,11941,'action started via Async Request','2026-04-24 12:58:09','2026-04-24 14:58:09'), +(35591,11941,'action complete via Async Request','2026-04-24 12:58:09','2026-04-24 14:58:09'), +(35592,11934,'action started via Async Request','2026-04-24 13:01:31','2026-04-24 15:01:31'), +(35593,11942,'action created','2026-04-24 13:01:31','2026-04-24 15:01:31'), +(35594,11934,'action complete via Async Request','2026-04-24 13:01:31','2026-04-24 15:01:31'), +(35595,11943,'action created','2026-04-24 13:02:15','2026-04-24 15:02:15'), +(35596,11943,'action started via WP Cron','2026-04-24 13:02:28','2026-04-24 15:02:28'), +(35597,11943,'action complete via WP Cron','2026-04-24 13:02:28','2026-04-24 15:02:28'), +(35598,11944,'action created','2026-04-24 13:08:11','2026-04-24 15:08:11'), +(35599,11945,'action created','2026-04-24 13:08:19','2026-04-24 15:08:19'), +(35600,11946,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35601,11947,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35602,11948,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35603,11949,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35604,11950,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35605,11951,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35606,11952,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35607,11953,'action created','2026-04-24 13:08:25','2026-04-24 15:08:25'), +(35608,11954,'action created','2026-04-24 13:08:27','2026-04-24 15:08:27'), +(35609,11955,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35610,11956,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35611,11957,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35612,11958,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35613,11959,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35614,11960,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35615,11961,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35616,11962,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35617,11963,'action created','2026-04-24 13:08:28','2026-04-24 15:08:28'), +(35618,11964,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35619,11965,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35620,11966,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35621,11967,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35622,11968,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35623,11969,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35624,11970,'action created','2026-04-24 13:08:29','2026-04-24 15:08:29'), +(35625,11944,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35626,11944,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35627,11945,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35628,11945,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35629,11946,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35630,11946,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35631,11947,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35632,11947,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35633,11948,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35634,11948,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35635,11949,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35636,11949,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35637,11950,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35638,11950,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35639,11951,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35640,11951,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35641,11952,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35642,11952,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35643,11953,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35644,11953,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35645,11954,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35646,11954,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35647,11955,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35648,11955,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35649,11956,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35650,11956,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35651,11957,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35652,11957,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35653,11958,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35654,11958,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35655,11959,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35656,11959,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35657,11960,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35658,11960,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35659,11961,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35660,11961,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35661,11962,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35662,11962,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35663,11963,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35664,11963,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35665,11964,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35666,11964,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35667,11965,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35668,11965,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35669,11966,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35670,11966,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35671,11967,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35672,11967,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35673,11968,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35674,11968,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35675,11969,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35676,11969,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35677,11970,'action started via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35678,11970,'action complete via WP Cron','2026-04-24 13:08:30','2026-04-24 15:08:30'), +(35679,11971,'action created','2026-04-24 13:09:07','2026-04-24 15:09:07'), +(35680,11971,'action started via WP Cron','2026-04-24 13:09:34','2026-04-24 15:09:34'), +(35681,11971,'action complete via WP Cron','2026-04-24 13:09:34','2026-04-24 15:09:34'), +(35682,11972,'action created','2026-04-24 13:10:15','2026-04-24 15:10:15'), +(35683,11972,'action started via WP Cron','2026-04-24 13:10:32','2026-04-24 15:10:32'), +(35684,11972,'action complete via WP Cron','2026-04-24 13:10:32','2026-04-24 15:10:32'), +(35685,11973,'action created','2026-04-24 13:11:20','2026-04-24 15:11:20'), +(35686,11974,'action created','2026-04-24 13:11:26','2026-04-24 15:11:26'), +(35687,11973,'action started via WP Cron','2026-04-24 13:11:26','2026-04-24 15:11:26'), +(35688,11973,'action complete via WP Cron','2026-04-24 13:11:26','2026-04-24 15:11:26'), +(35689,11974,'action started via Async Request','2026-04-24 13:12:18','2026-04-24 15:12:18'), +(35690,11974,'action complete via Async Request','2026-04-24 13:12:18','2026-04-24 15:12:18'), +(35691,11975,'action created','2026-04-24 13:16:01','2026-04-24 15:16:01'), +(35692,11975,'action started via WP Cron','2026-04-24 13:16:28','2026-04-24 15:16:28'), +(35693,11975,'action complete via WP Cron','2026-04-24 13:16:28','2026-04-24 15:16:28'), +(35694,11976,'action created','2026-04-24 13:18:48','2026-04-24 15:18:48'), +(35695,11976,'action started via Async Request','2026-04-24 13:18:49','2026-04-24 15:18:49'), +(35696,11976,'action complete via Async Request','2026-04-24 13:18:49','2026-04-24 15:18:49'), +(35697,11977,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35698,11978,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35699,11979,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35700,11980,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35701,11981,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35702,11982,'action created','2026-04-24 13:18:58','2026-04-24 15:18:58'), +(35703,11983,'action created','2026-04-24 13:18:59','2026-04-24 15:18:59'), +(35704,11984,'action created','2026-04-24 13:18:59','2026-04-24 15:18:59'), +(35705,11985,'action created','2026-04-24 13:18:59','2026-04-24 15:18:59'), +(35706,11977,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35707,11977,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35708,11978,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35709,11978,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35710,11979,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35711,11979,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35712,11980,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35713,11980,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35714,11981,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35715,11981,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35716,11982,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35717,11982,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35718,11983,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35719,11983,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35720,11984,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35721,11984,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35722,11985,'action started via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35723,11985,'action complete via WP Cron','2026-04-24 13:19:28','2026-04-24 15:19:28'), +(35724,11986,'action created','2026-04-24 13:20:33','2026-04-24 15:20:33'), +(35725,11987,'action created','2026-04-24 13:20:50','2026-04-24 15:20:50'), +(35726,11986,'action started via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35727,11986,'action complete via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35728,11987,'action started via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35729,11987,'action complete via Async Request','2026-04-24 13:21:08','2026-04-24 15:21:08'), +(35730,11988,'action created','2026-04-24 13:21:16','2026-04-24 15:21:16'), +(35731,11989,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35732,11990,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35733,11991,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35734,11992,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35735,11993,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35736,11994,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35737,11995,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35738,11996,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35739,11997,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35740,11998,'action created','2026-04-24 13:21:17','2026-04-24 15:21:17'), +(35741,11988,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35742,11988,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35743,11989,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35744,11989,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35745,11990,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35746,11990,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35747,11991,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35748,11991,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35749,11992,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35750,11992,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35751,11993,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35752,11993,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35753,11994,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35754,11994,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35755,11995,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35756,11995,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35757,11996,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35758,11996,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35759,11997,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35760,11997,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35761,11998,'action started via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35762,11998,'action complete via WP Cron','2026-04-24 13:21:32','2026-04-24 15:21:32'), +(35763,11999,'action created','2026-04-24 13:22:00','2026-04-24 15:22:00'), +(35764,11999,'action started via WP Cron','2026-04-24 13:42:41','2026-04-24 15:42:41'), +(35765,11999,'action complete via WP Cron','2026-04-24 13:42:41','2026-04-24 15:42:41'), +(35766,11942,'action started via WP Cron','2026-04-24 14:02:00','2026-04-24 16:02:00'), +(35767,12000,'action created','2026-04-24 14:02:00','2026-04-24 16:02:00'), +(35768,11942,'action complete via WP Cron','2026-04-24 14:02:01','2026-04-24 16:02:01'), +(35769,12000,'action started via WP Cron','2026-04-24 15:05:03','2026-04-24 17:05:03'), +(35770,12001,'action created','2026-04-24 15:05:03','2026-04-24 17:05:03'), +(35771,12000,'action complete via WP Cron','2026-04-24 15:05:03','2026-04-24 17:05:03'), +(35772,12001,'action started via WP Cron','2026-04-24 16:18:47','2026-04-24 18:18:47'), +(35773,12002,'action created','2026-04-24 16:18:47','2026-04-24 18:18:47'), +(35774,12001,'action complete via WP Cron','2026-04-24 16:18:47','2026-04-24 18:18:47'), +(35775,12002,'action started via WP Cron','2026-04-24 17:41:12','2026-04-24 19:41:12'), +(35776,12003,'action created','2026-04-24 17:41:12','2026-04-24 19:41:12'), +(35777,12002,'action complete via WP Cron','2026-04-24 17:41:12','2026-04-24 19:41:12'), +(35778,12004,'action created','2026-04-24 18:15:05','2026-04-24 20:15:05'), +(35779,12004,'action started via Async Request','2026-04-24 18:15:17','2026-04-24 20:15:17'), +(35780,12004,'action complete via Async Request','2026-04-24 18:15:17','2026-04-24 20:15:17'), +(35781,12005,'action created','2026-04-24 18:16:02','2026-04-24 20:16:02'), +(35782,12005,'action started via Async Request','2026-04-24 18:16:20','2026-04-24 20:16:20'), +(35783,12005,'action complete via Async Request','2026-04-24 18:16:20','2026-04-24 20:16:20'), +(35784,12006,'action created','2026-04-24 18:16:24','2026-04-24 20:16:24'), +(35785,12006,'action started via Async Request','2026-04-24 18:16:25','2026-04-24 20:16:25'), +(35786,12006,'action complete via Async Request','2026-04-24 18:16:25','2026-04-24 20:16:25'), +(35787,12007,'action created','2026-04-24 18:17:54','2026-04-24 20:17:54'), +(35788,12008,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35789,12009,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35790,12010,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35791,12011,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35792,12012,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35793,12013,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35794,12014,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35795,12015,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35796,12016,'action created','2026-04-24 18:18:12','2026-04-24 20:18:12'), +(35797,12017,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35798,12018,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35799,12019,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35800,12020,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35801,12021,'action created','2026-04-24 18:18:16','2026-04-24 20:18:16'), +(35802,12022,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35803,12023,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35804,12024,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35805,12025,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35806,12026,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35807,12027,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35808,12028,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35809,12029,'action created','2026-04-24 18:18:17','2026-04-24 20:18:17'), +(35810,12030,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35811,12031,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35812,12032,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35813,12033,'action created','2026-04-24 18:18:18','2026-04-24 20:18:18'), +(35814,12007,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35815,12007,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35816,12008,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35817,12008,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35818,12009,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35819,12009,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35820,12010,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35821,12010,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35822,12011,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35823,12011,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35824,12012,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35825,12012,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35826,12013,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35827,12013,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35828,12014,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35829,12014,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35830,12015,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35831,12015,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35832,12016,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35833,12016,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35834,12017,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35835,12017,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35836,12018,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35837,12018,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35838,12019,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35839,12019,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35840,12020,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35841,12020,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35842,12021,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35843,12021,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35844,12022,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35845,12022,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35846,12023,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35847,12023,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35848,12024,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35849,12024,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35850,12025,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35851,12025,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35852,12026,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35853,12026,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35854,12027,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35855,12027,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35856,12028,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35857,12028,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35858,12029,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35859,12029,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35860,12030,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35861,12030,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35862,12031,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35863,12031,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35864,12032,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35865,12032,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35866,12033,'action started via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35867,12033,'action complete via Async Request','2026-04-24 18:18:22','2026-04-24 20:18:22'), +(35868,12034,'action created','2026-04-24 18:18:57','2026-04-24 20:18:57'), +(35869,12034,'action started via Async Request','2026-04-24 18:19:33','2026-04-24 20:19:33'), +(35870,12034,'action complete via Async Request','2026-04-24 18:19:33','2026-04-24 20:19:33'), +(35871,12035,'action created','2026-04-24 18:19:43','2026-04-24 20:19:43'), +(35872,12036,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35873,12037,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35874,12038,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35875,12039,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35876,12040,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35877,12041,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35878,12042,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35879,12043,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35880,12044,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35881,12045,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35882,12046,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35883,12047,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35884,12048,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35885,12049,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35886,12050,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35887,12051,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35888,12052,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35889,12053,'action created','2026-04-24 18:19:44','2026-04-24 20:19:44'), +(35890,12054,'action created','2026-04-24 18:19:45','2026-04-24 20:19:45'), +(35891,12055,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35892,12056,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35893,12057,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35894,12058,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35895,12059,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35896,12060,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35897,12061,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35898,12062,'action created','2026-04-24 18:19:58','2026-04-24 20:19:58'), +(35899,12063,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35900,12064,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35901,12065,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35902,12066,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35903,12067,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35904,12068,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35905,12069,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35906,12070,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35907,12071,'action created','2026-04-24 18:19:59','2026-04-24 20:19:59'), +(35908,12072,'action created','2026-04-24 18:20:15','2026-04-24 20:20:15'), +(35909,12035,'action started via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35910,12035,'action complete via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35911,12036,'action started via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35912,12036,'action complete via Async Request','2026-04-24 18:20:33','2026-04-24 20:20:33'), +(35913,12037,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35914,12037,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35915,12038,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35916,12038,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35917,12039,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35918,12039,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35919,12040,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35920,12040,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35921,12041,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35922,12041,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35923,12042,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35924,12042,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35925,12043,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35926,12043,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35927,12044,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35928,12044,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35929,12045,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35930,12045,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35931,12046,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35932,12046,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35933,12047,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35934,12047,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35935,12048,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35936,12048,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35937,12049,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35938,12049,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35939,12050,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35940,12050,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35941,12051,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35942,12051,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35943,12052,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35944,12052,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35945,12053,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35946,12053,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35947,12054,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35948,12054,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35949,12055,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35950,12055,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35951,12056,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35952,12056,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35953,12057,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35954,12057,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35955,12058,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35956,12058,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35957,12059,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35958,12059,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35959,12060,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35960,12060,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35961,12061,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35962,12061,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35963,12062,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35964,12062,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35965,12063,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35966,12063,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35967,12064,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35968,12064,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35969,12065,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35970,12065,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35971,12066,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35972,12066,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35973,12067,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35974,12067,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35975,12068,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35976,12068,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35977,12069,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35978,12069,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35979,12070,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35980,12070,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35981,12071,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35982,12071,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35983,12072,'action started via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35984,12072,'action complete via Async Request','2026-04-24 18:20:34','2026-04-24 20:20:34'), +(35985,12073,'action created','2026-04-24 18:20:53','2026-04-24 20:20:53'), +(35986,12073,'action started via Async Request','2026-04-24 18:21:35','2026-04-24 20:21:35'), +(35987,12073,'action complete via Async Request','2026-04-24 18:21:35','2026-04-24 20:21:35'), +(35988,12074,'action created','2026-04-24 18:23:00','2026-04-24 20:23:00'), +(35989,12074,'action started via WP Cron','2026-04-24 18:23:28','2026-04-24 20:23:28'), +(35990,12074,'action complete via WP Cron','2026-04-24 18:23:28','2026-04-24 20:23:28'), +(35991,12075,'action created','2026-04-24 18:24:41','2026-04-24 20:24:41'), +(35992,12076,'action created','2026-04-24 18:24:48','2026-04-24 20:24:48'), +(35993,12077,'action created','2026-04-24 18:24:48','2026-04-24 20:24:48'), +(35994,12078,'action created','2026-04-24 18:24:48','2026-04-24 20:24:48'), +(35995,12079,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35996,12080,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35997,12081,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35998,12082,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(35999,12083,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36000,12084,'action created','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36001,12075,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36002,12075,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36003,12076,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36004,12076,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36005,12077,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36006,12077,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36007,12078,'action started via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36008,12078,'action complete via Async Request','2026-04-24 18:24:49','2026-04-24 20:24:49'), +(36009,12085,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36010,12086,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36011,12087,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36012,12088,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36013,12089,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36014,12090,'action created','2026-04-24 18:24:53','2026-04-24 20:24:53'), +(36015,12091,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36016,12092,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36017,12093,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36018,12094,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36019,12095,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36020,12096,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36021,12097,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36022,12079,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36023,12079,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36024,12080,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36025,12080,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36026,12081,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36027,12081,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36028,12082,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36029,12082,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36030,12083,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36031,12083,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36032,12084,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36033,12084,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36034,12085,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36035,12098,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36036,12085,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36037,12086,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36038,12086,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36039,12087,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36040,12087,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36041,12088,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36042,12088,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36043,12089,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36044,12089,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36045,12090,'action started via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36046,12090,'action complete via Async Request','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36047,12099,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36048,12100,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36049,12101,'action created','2026-04-24 18:24:54','2026-04-24 20:24:54'), +(36050,12091,'action started via Async Request','2026-04-24 18:24:59','2026-04-24 20:24:59'), +(36051,12091,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36052,12092,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36053,12092,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36054,12093,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36055,12093,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36056,12094,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36057,12094,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36058,12095,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36059,12095,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36060,12096,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36061,12096,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36062,12097,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36063,12097,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36064,12098,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36065,12098,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36066,12099,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36067,12099,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36068,12100,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36069,12100,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36070,12101,'action started via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36071,12101,'action complete via Async Request','2026-04-24 18:25:00','2026-04-24 20:25:00'), +(36072,12102,'action created','2026-04-24 18:25:14','2026-04-24 20:25:14'), +(36073,12102,'action started via WP Cron','2026-04-24 18:25:26','2026-04-24 20:25:26'), +(36074,12102,'action complete via WP Cron','2026-04-24 18:25:27','2026-04-24 20:25:27'), +(36075,12103,'action created','2026-04-24 18:26:33','2026-04-24 20:26:33'), +(36076,12103,'action started via Async Request','2026-04-24 18:27:02','2026-04-24 20:27:02'), +(36077,12103,'action complete via Async Request','2026-04-24 18:27:02','2026-04-24 20:27:02'), +(36078,12104,'action created','2026-04-24 18:28:14','2026-04-24 20:28:14'), +(36079,12105,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36080,12106,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36081,12107,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36082,12108,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36083,12109,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36084,12110,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36085,12111,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36086,12112,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36087,12113,'action created','2026-04-24 18:28:24','2026-04-24 20:28:24'), +(36088,12114,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36089,12115,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36090,12116,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36091,12117,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36092,12118,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36093,12119,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36094,12120,'action created','2026-04-24 18:28:28','2026-04-24 20:28:28'), +(36095,12121,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36096,12122,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36097,12123,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36098,12124,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36099,12125,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36100,12126,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36101,12127,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36102,12128,'action created','2026-04-24 18:28:29','2026-04-24 20:28:29'), +(36103,12129,'action created','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36104,12130,'action created','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36105,12104,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36106,12104,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36107,12105,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36108,12105,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36109,12106,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36110,12106,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36111,12107,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36112,12107,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36113,12108,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36114,12108,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36115,12109,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36116,12109,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36117,12110,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36118,12110,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36119,12111,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36120,12111,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36121,12112,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36122,12112,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36123,12113,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36124,12113,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36125,12114,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36126,12114,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36127,12115,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36128,12115,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36129,12116,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36130,12116,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36131,12117,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36132,12117,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36133,12118,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36134,12118,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36135,12119,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36136,12119,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36137,12120,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36138,12120,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36139,12121,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36140,12121,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36141,12122,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36142,12122,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36143,12123,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36144,12123,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36145,12124,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36146,12124,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36147,12125,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36148,12125,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36149,12126,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36150,12126,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36151,12127,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36152,12127,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36153,12128,'action started via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36154,12128,'action complete via WP Cron','2026-04-24 18:28:30','2026-04-24 20:28:30'), +(36155,12131,'action created','2026-04-24 18:28:48','2026-04-24 20:28:48'), +(36156,12129,'action started via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36157,12129,'action complete via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36158,12130,'action started via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36159,12130,'action complete via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36160,12131,'action started via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36161,12131,'action complete via Async Request','2026-04-24 18:29:07','2026-04-24 20:29:07'), +(36162,12132,'action created','2026-04-24 18:29:32','2026-04-24 20:29:32'), +(36163,12132,'action started via Async Request','2026-04-24 18:30:17','2026-04-24 20:30:17'), +(36164,12132,'action complete via Async Request','2026-04-24 18:30:17','2026-04-24 20:30:17'), +(36165,12133,'action created','2026-04-24 18:30:30','2026-04-24 20:30:30'), +(36166,12133,'action started via Async Request','2026-04-24 18:31:18','2026-04-24 20:31:18'), +(36167,12133,'action complete via Async Request','2026-04-24 18:31:18','2026-04-24 20:31:18'), +(36168,12134,'action created','2026-04-24 18:34:17','2026-04-24 20:34:17'), +(36169,12134,'action started via Async Request','2026-04-24 18:34:34','2026-04-24 20:34:34'), +(36170,12134,'action complete via Async Request','2026-04-24 18:34:34','2026-04-24 20:34:34'), +(36171,12135,'action created','2026-04-24 18:39:10','2026-04-24 20:39:10'), +(36172,12135,'action started via WP Cron','2026-04-24 18:39:28','2026-04-24 20:39:28'), +(36173,12135,'action complete via WP Cron','2026-04-24 18:39:28','2026-04-24 20:39:28'), +(36174,12136,'action created','2026-04-24 18:40:10','2026-04-24 20:40:10'), +(36175,12136,'action started via WP Cron','2026-04-24 18:40:27','2026-04-24 20:40:27'), +(36176,12136,'action complete via WP Cron','2026-04-24 18:40:27','2026-04-24 20:40:27'), +(36177,12003,'action started via Async Request','2026-04-24 18:41:14','2026-04-24 20:41:14'), +(36178,12137,'action created','2026-04-24 18:41:14','2026-04-24 20:41:14'), +(36179,12003,'action complete via Async Request','2026-04-24 18:41:14','2026-04-24 20:41:14'), +(36180,11907,'action started via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36181,11907,'action complete via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36182,12138,'action created','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36183,12137,'action started via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36184,12139,'action created','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36185,12137,'action complete via WP Cron','2026-04-24 20:04:48','2026-04-24 22:04:48'), +(36186,11927,'action started via WP Cron','2026-04-24 20:18:27','2026-04-24 22:18:27'), +(36187,11927,'action complete via WP Cron','2026-04-24 20:18:27','2026-04-24 22:18:27'), +(36188,12140,'action created','2026-04-24 20:18:27','2026-04-24 22:18:27'), +(36189,12139,'action started via WP Cron','2026-04-24 21:24:43','2026-04-24 23:24:43'), +(36190,12141,'action created','2026-04-24 21:24:43','2026-04-24 23:24:43'), +(36191,12139,'action complete via WP Cron','2026-04-24 21:24:43','2026-04-24 23:24:43'), +(36192,12141,'action started via WP Cron','2026-04-24 22:25:40','2026-04-25 00:25:40'), +(36193,12142,'action created','2026-04-24 22:25:40','2026-04-25 00:25:40'), +(36194,12141,'action complete via WP Cron','2026-04-24 22:25:40','2026-04-25 00:25:40'), +(36195,12142,'action started via WP Cron','2026-04-25 00:38:29','2026-04-25 02:38:29'), +(36196,12143,'action created','2026-04-25 00:38:29','2026-04-25 02:38:29'), +(36197,12142,'action complete via WP Cron','2026-04-25 00:38:29','2026-04-25 02:38:29'), +(36198,11914,'action started via WP Cron','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36199,11914,'action complete via WP Cron','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36200,12144,'action created','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36201,11915,'action started via WP Cron','2026-04-25 01:21:15','2026-04-25 03:21:15'), +(36202,11915,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36203,12145,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36204,11916,'action started via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36205,11916,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36206,12146,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36207,11917,'action started via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36208,12147,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36209,11917,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36210,11920,'action started via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36213,12149,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36214,11920,'action complete via WP Cron','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36215,12150,'action created','2026-04-25 01:21:16','2026-04-25 03:21:16'), +(36216,12149,'action started via WP Cron','2026-04-25 01:25:47','2026-04-25 03:25:47'), +(36217,12149,'action complete via WP Cron','2026-04-25 01:25:47','2026-04-25 03:25:47'), +(36218,12143,'action started via WP Cron','2026-04-25 02:35:01','2026-04-25 04:35:01'), +(36219,12151,'action created','2026-04-25 02:35:01','2026-04-25 04:35:01'), +(36220,12143,'action complete via WP Cron','2026-04-25 02:35:01','2026-04-25 04:35:01'), +(36221,12151,'action started via WP Cron','2026-04-25 03:46:03','2026-04-25 05:46:03'), +(36222,12152,'action created','2026-04-25 03:46:03','2026-04-25 05:46:03'), +(36223,12151,'action complete via WP Cron','2026-04-25 03:46:03','2026-04-25 05:46:03'), +(36224,12152,'action started via WP Cron','2026-04-25 04:48:51','2026-04-25 06:48:51'), +(36225,12153,'action created','2026-04-25 04:48:51','2026-04-25 06:48:51'), +(36226,12152,'action complete via WP Cron','2026-04-25 04:48:51','2026-04-25 06:48:51'), +(36227,12153,'action started via WP Cron','2026-04-25 05:57:30','2026-04-25 07:57:30'), +(36228,12154,'action created','2026-04-25 05:57:30','2026-04-25 07:57:30'), +(36229,12153,'action complete via WP Cron','2026-04-25 05:57:30','2026-04-25 07:57:30'), +(36230,12155,'action created','2026-04-25 06:16:03','2026-04-25 08:16:03'), +(36231,12155,'action started via WP Cron','2026-04-25 06:16:31','2026-04-25 08:16:31'), +(36232,12155,'action complete via WP Cron','2026-04-25 06:16:31','2026-04-25 08:16:31'), +(36233,12156,'action created','2026-04-25 06:16:33','2026-04-25 08:16:33'), +(36234,12156,'action started via Async Request','2026-04-25 06:16:52','2026-04-25 08:16:52'), +(36235,12156,'action complete via Async Request','2026-04-25 06:16:52','2026-04-25 08:16:52'), +(36236,12157,'action created','2026-04-25 06:16:55','2026-04-25 08:16:55'), +(36237,12157,'action started via Async Request','2026-04-25 06:16:57','2026-04-25 08:16:57'), +(36238,12157,'action complete via Async Request','2026-04-25 06:16:57','2026-04-25 08:16:57'), +(36239,12158,'action created','2026-04-25 06:17:00','2026-04-25 08:17:00'), +(36240,12159,'action created','2026-04-25 06:17:00','2026-04-25 08:17:00'), +(36241,12160,'action created','2026-04-25 06:17:00','2026-04-25 08:17:00'), +(36242,12158,'action started via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36243,12158,'action complete via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36244,12159,'action started via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36245,12159,'action complete via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36246,12160,'action started via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36247,12160,'action complete via Async Request','2026-04-25 06:17:02','2026-04-25 08:17:02'), +(36248,12161,'action created','2026-04-25 06:17:53','2026-04-25 08:17:53'), +(36249,12162,'action created','2026-04-25 06:17:54','2026-04-25 08:17:54'), +(36250,12161,'action started via Async Request','2026-04-25 06:17:54','2026-04-25 08:17:54'), +(36251,12161,'action complete via Async Request','2026-04-25 06:17:54','2026-04-25 08:17:54'), +(36252,12162,'action started via Async Request','2026-04-25 06:17:59','2026-04-25 08:17:59'), +(36253,12162,'action complete via Async Request','2026-04-25 06:17:59','2026-04-25 08:17:59'), +(36254,12163,'action created','2026-04-25 06:18:13','2026-04-25 08:18:13'), +(36255,12163,'action started via WP Cron','2026-04-25 06:18:31','2026-04-25 08:18:31'), +(36256,12163,'action complete via WP Cron','2026-04-25 06:18:31','2026-04-25 08:18:31'), +(36257,12164,'action created','2026-04-25 06:24:09','2026-04-25 08:24:09'), +(36258,12165,'action created','2026-04-25 06:24:28','2026-04-25 08:24:28'), +(36259,12164,'action started via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36260,12164,'action complete via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36261,12165,'action started via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36262,12165,'action complete via WP Cron','2026-04-25 06:24:31','2026-04-25 08:24:31'), +(36263,12166,'action created','2026-04-25 06:25:15','2026-04-25 08:25:15'), +(36264,12166,'action started via WP Cron','2026-04-25 06:25:30','2026-04-25 08:25:30'), +(36265,12166,'action complete via WP Cron','2026-04-25 06:25:30','2026-04-25 08:25:30'), +(36266,12167,'action created','2026-04-25 06:25:46','2026-04-25 08:25:46'), +(36267,12167,'action started via Async Request','2026-04-25 06:26:13','2026-04-25 08:26:13'), +(36268,12167,'action complete via Async Request','2026-04-25 06:26:13','2026-04-25 08:26:13'), +(36269,12168,'action created','2026-04-25 06:28:41','2026-04-25 08:28:41'), +(36270,12168,'action started via WP Cron','2026-04-25 06:29:27','2026-04-25 08:29:27'), +(36271,12168,'action complete via WP Cron','2026-04-25 06:29:27','2026-04-25 08:29:27'), +(36272,12169,'action created','2026-04-25 06:30:57','2026-04-25 08:30:57'), +(36273,12169,'action started via WP Cron','2026-04-25 06:31:31','2026-04-25 08:31:31'), +(36274,12169,'action complete via WP Cron','2026-04-25 06:31:31','2026-04-25 08:31:31'), +(36275,12170,'action created','2026-04-25 06:31:43','2026-04-25 08:31:43'), +(36276,12170,'action started via Async Request','2026-04-25 06:31:59','2026-04-25 08:31:59'), +(36277,12170,'action complete via Async Request','2026-04-25 06:31:59','2026-04-25 08:31:59'), +(36278,12171,'action created','2026-04-25 06:32:46','2026-04-25 08:32:46'), +(36279,12171,'action started via Async Request','2026-04-25 06:33:02','2026-04-25 08:33:02'), +(36280,12171,'action complete via Async Request','2026-04-25 06:33:02','2026-04-25 08:33:02'), +(36281,12172,'action created','2026-04-25 06:33:17','2026-04-25 08:33:17'), +(36282,12172,'action started via WP Cron','2026-04-25 06:33:26','2026-04-25 08:33:26'), +(36283,12172,'action complete via WP Cron','2026-04-25 06:33:26','2026-04-25 08:33:26'), +(36284,12173,'action created','2026-04-25 06:33:33','2026-04-25 08:33:33'), +(36285,12174,'action created','2026-04-25 06:33:33','2026-04-25 08:33:33'), +(36286,12175,'action created','2026-04-25 06:33:33','2026-04-25 08:33:33'), +(36287,12176,'action created','2026-04-25 06:33:40','2026-04-25 08:33:40'), +(36288,12177,'action created','2026-04-25 06:33:40','2026-04-25 08:33:40'), +(36289,12178,'action created','2026-04-25 06:33:40','2026-04-25 08:33:40'), +(36290,12179,'action created','2026-04-25 06:33:48','2026-04-25 08:33:48'), +(36291,12173,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36292,12173,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36293,12174,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36294,12174,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36295,12175,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36296,12175,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36297,12176,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36298,12176,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36299,12177,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36300,12177,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36301,12178,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36302,12178,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36303,12179,'action started via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36304,12179,'action complete via Async Request','2026-04-25 06:34:03','2026-04-25 08:34:03'), +(36305,12180,'action created','2026-04-25 06:34:10','2026-04-25 08:34:10'), +(36306,12181,'action created','2026-04-25 06:34:20','2026-04-25 08:34:20'), +(36307,12180,'action started via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36308,12180,'action complete via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36309,12181,'action started via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36310,12181,'action complete via WP Cron','2026-04-25 06:34:35','2026-04-25 08:34:35'), +(36311,12182,'action created','2026-04-25 06:36:08','2026-04-25 08:36:08'), +(36312,12182,'action started via WP Cron','2026-04-25 06:36:26','2026-04-25 08:36:26'), +(36313,12182,'action complete via WP Cron','2026-04-25 06:36:26','2026-04-25 08:36:26'), +(36314,12183,'action created','2026-04-25 06:36:59','2026-04-25 08:36:59'), +(36315,12183,'action started via Async Request','2026-04-25 06:37:07','2026-04-25 08:37:07'), +(36316,12183,'action complete via Async Request','2026-04-25 06:37:07','2026-04-25 08:37:07'), +(36317,12184,'action created','2026-04-25 06:37:36','2026-04-25 08:37:36'), +(36318,12184,'action started via Async Request','2026-04-25 06:38:11','2026-04-25 08:38:11'), +(36319,12184,'action complete via Async Request','2026-04-25 06:38:11','2026-04-25 08:38:11'), +(36320,12185,'action created','2026-04-25 06:39:07','2026-04-25 08:39:07'), +(36321,12185,'action started via Async Request','2026-04-25 06:39:12','2026-04-25 08:39:12'), +(36322,12185,'action complete via Async Request','2026-04-25 06:39:12','2026-04-25 08:39:12'), +(36323,12186,'action created','2026-04-25 06:39:32','2026-04-25 08:39:32'), +(36324,12187,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36325,12188,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36326,12189,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36327,12190,'action created','2026-04-25 06:39:50','2026-04-25 08:39:50'), +(36328,12191,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36329,12192,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36330,12193,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36331,12194,'action created','2026-04-25 06:39:59','2026-04-25 08:39:59'), +(36332,12186,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36333,12186,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36334,12187,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36335,12187,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36336,12188,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36337,12188,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36338,12189,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36339,12189,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36340,12190,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36341,12190,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36342,12191,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36343,12191,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36344,12192,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36345,12192,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36346,12193,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36347,12193,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36348,12194,'action started via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36349,12194,'action complete via Async Request','2026-04-25 06:40:17','2026-04-25 08:40:17'), +(36350,12195,'action created','2026-04-25 06:42:01','2026-04-25 08:42:01'), +(36351,12196,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36352,12197,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36353,12198,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36354,12199,'action created','2026-04-25 06:42:12','2026-04-25 08:42:12'), +(36355,12195,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36356,12195,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36357,12196,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36358,12196,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36359,12197,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36360,12197,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36361,12198,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36362,12198,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36363,12199,'action started via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36364,12199,'action complete via Async Request','2026-04-25 06:42:21','2026-04-25 08:42:21'), +(36365,12200,'action created','2026-04-25 06:42:27','2026-04-25 08:42:27'), +(36366,12201,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36367,12202,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36368,12203,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36369,12204,'action created','2026-04-25 06:42:36','2026-04-25 08:42:36'), +(36370,12205,'action created','2026-04-25 06:42:48','2026-04-25 08:42:48'), +(36371,12206,'action created','2026-04-25 06:43:08','2026-04-25 08:43:08'), +(36372,12207,'action created','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36373,12200,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36374,12200,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36375,12201,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36376,12201,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36377,12202,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36378,12202,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36379,12203,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36380,12203,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36381,12204,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36382,12204,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36383,12205,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36384,12205,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36385,12206,'action started via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36386,12206,'action complete via Async Request','2026-04-25 06:43:27','2026-04-25 08:43:27'), +(36387,12207,'action started via WP Cron','2026-04-25 06:43:28','2026-04-25 08:43:28'), +(36388,12207,'action complete via WP Cron','2026-04-25 06:43:28','2026-04-25 08:43:28'), +(36389,12208,'action created','2026-04-25 06:43:58','2026-04-25 08:43:58'), +(36390,12209,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36391,12210,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36392,12211,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36393,12212,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36394,12213,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36395,12214,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36396,12215,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36397,12216,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36398,12217,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36399,12218,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36400,12219,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36401,12220,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36402,12221,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36403,12222,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36404,12223,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36405,12224,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36406,12225,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36407,12226,'action created','2026-04-25 06:44:18','2026-04-25 08:44:18'), +(36408,12208,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36409,12208,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36410,12209,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36411,12209,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36412,12210,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36413,12210,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36414,12211,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36415,12211,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36416,12212,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36417,12212,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36418,12213,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36419,12213,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36420,12214,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36421,12214,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36422,12215,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36423,12215,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36424,12216,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36425,12216,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36426,12217,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36427,12217,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36428,12218,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36429,12218,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36430,12219,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36431,12219,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36432,12220,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36433,12220,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36434,12221,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36435,12221,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36436,12222,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36437,12222,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36438,12223,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36439,12223,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36440,12224,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36441,12224,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36442,12225,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36443,12225,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36444,12226,'action started via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36445,12226,'action complete via Async Request','2026-04-25 06:44:35','2026-04-25 08:44:35'), +(36446,12154,'action started via WP Cron','2026-04-25 07:02:03','2026-04-25 09:02:03'), +(36447,12227,'action created','2026-04-25 07:02:03','2026-04-25 09:02:03'), +(36448,12154,'action complete via WP Cron','2026-04-25 07:02:03','2026-04-25 09:02:03'), +(36449,12227,'action started via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36450,12228,'action created','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36451,12227,'action complete via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36452,12140,'action started via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36453,12140,'action complete via WP Cron','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36454,12229,'action created','2026-04-25 08:22:59','2026-04-25 10:22:59'), +(36455,12228,'action started via WP Cron','2026-04-25 09:30:55','2026-04-25 11:30:55'), +(36456,12230,'action created','2026-04-25 09:30:55','2026-04-25 11:30:55'), +(36457,12228,'action complete via WP Cron','2026-04-25 09:30:55','2026-04-25 11:30:55'), +(36458,12230,'action started via WP Cron','2026-04-25 10:46:09','2026-04-25 12:46:09'), +(36459,12231,'action created','2026-04-25 10:46:09','2026-04-25 12:46:09'), +(36460,12230,'action complete via WP Cron','2026-04-25 10:46:09','2026-04-25 12:46:09'), +(36461,11930,'action started via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36462,11930,'action complete via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36463,12232,'action created','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36464,11931,'action started via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36465,11931,'action complete via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36466,12233,'action created','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36467,11932,'action started via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36468,11932,'action complete via WP Cron','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36469,12234,'action created','2026-04-25 11:10:17','2026-04-25 13:10:17'), +(36470,12231,'action started via WP Cron','2026-04-25 11:48:38','2026-04-25 13:48:38'), +(36471,12235,'action created','2026-04-25 11:48:38','2026-04-25 13:48:38'), +(36472,12231,'action complete via WP Cron','2026-04-25 11:48:38','2026-04-25 13:48:38'), +(36473,12235,'action started via WP Cron','2026-04-25 12:56:58','2026-04-25 14:56:58'), +(36474,12236,'action created','2026-04-25 12:56:58','2026-04-25 14:56:58'), +(36475,12235,'action complete via WP Cron','2026-04-25 12:56:58','2026-04-25 14:56:58'), +(36476,12236,'action started via WP Cron','2026-04-25 14:00:10','2026-04-25 16:00:10'), +(36477,12237,'action created','2026-04-25 14:00:10','2026-04-25 16:00:10'), +(36478,12236,'action complete via WP Cron','2026-04-25 14:00:10','2026-04-25 16:00:10'), +(36479,12237,'action started via WP Cron','2026-04-25 15:24:52','2026-04-25 17:24:52'), +(36480,12238,'action created','2026-04-25 15:24:52','2026-04-25 17:24:52'), +(36481,12237,'action complete via WP Cron','2026-04-25 15:24:52','2026-04-25 17:24:52'), +(36482,12238,'action started via WP Cron','2026-04-25 16:26:23','2026-04-25 18:26:23'), +(36483,12239,'action created','2026-04-25 16:26:23','2026-04-25 18:26:23'), +(36484,12238,'action complete via WP Cron','2026-04-25 16:26:23','2026-04-25 18:26:23'), +(36485,12239,'action started via WP Cron','2026-04-25 17:33:33','2026-04-25 19:33:33'), +(36486,12240,'action created','2026-04-25 17:33:33','2026-04-25 19:33:33'), +(36487,12239,'action complete via WP Cron','2026-04-25 17:33:33','2026-04-25 19:33:33'), +(36488,12240,'action started via WP Cron','2026-04-25 18:53:08','2026-04-25 20:53:08'), +(36489,12241,'action created','2026-04-25 18:53:08','2026-04-25 20:53:08'), +(36490,12240,'action complete via WP Cron','2026-04-25 18:53:08','2026-04-25 20:53:08'), +(36491,12241,'action started via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36492,12242,'action created','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36493,12241,'action complete via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36494,12138,'action started via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36495,12138,'action complete via WP Cron','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36496,12243,'action created','2026-04-25 20:07:55','2026-04-25 22:07:55'), +(36497,12229,'action started via WP Cron','2026-04-25 20:23:32','2026-04-25 22:23:32'), +(36498,12229,'action complete via WP Cron','2026-04-25 20:23:32','2026-04-25 22:23:32'), +(36499,12244,'action created','2026-04-25 20:23:32','2026-04-25 22:23:32'), +(36500,12242,'action started via WP Cron','2026-04-25 21:59:50','2026-04-25 23:59:50'), +(36501,12245,'action created','2026-04-25 21:59:50','2026-04-25 23:59:50'), +(36502,12242,'action complete via WP Cron','2026-04-25 21:59:50','2026-04-25 23:59:50'), +(36503,12245,'action started via WP Cron','2026-04-25 23:02:03','2026-04-26 01:02:03'), +(36504,12246,'action created','2026-04-25 23:02:03','2026-04-26 01:02:03'), +(36505,12245,'action complete via WP Cron','2026-04-25 23:02:03','2026-04-26 01:02:03'), +(36506,12246,'action started via WP Cron','2026-04-26 00:04:39','2026-04-26 02:04:39'), +(36507,12247,'action created','2026-04-26 00:04:39','2026-04-26 02:04:39'), +(36508,12246,'action complete via WP Cron','2026-04-26 00:04:39','2026-04-26 02:04:39'), +(36509,12247,'action started via WP Cron','2026-04-26 01:08:12','2026-04-26 03:08:12'), +(36510,12248,'action created','2026-04-26 01:08:12','2026-04-26 03:08:12'), +(36511,12247,'action complete via WP Cron','2026-04-26 01:08:13','2026-04-26 03:08:13'), +(36512,12144,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36513,12144,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36514,12249,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36515,12145,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36516,12145,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36517,12250,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36518,12146,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36519,12146,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36520,12251,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36521,12147,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36522,12252,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36523,12147,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36524,12150,'action started via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36527,12254,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36528,12150,'action complete via WP Cron','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36529,12255,'action created','2026-04-26 01:29:58','2026-04-26 03:29:58'), +(36530,12254,'action started via WP Cron','2026-04-26 01:53:02','2026-04-26 03:53:02'), +(36531,12254,'action complete via WP Cron','2026-04-26 01:53:02','2026-04-26 03:53:02'), +(36532,12248,'action started via WP Cron','2026-04-26 02:36:25','2026-04-26 04:36:25'), +(36533,12256,'action created','2026-04-26 02:36:25','2026-04-26 04:36:25'), +(36534,12248,'action complete via WP Cron','2026-04-26 02:36:25','2026-04-26 04:36:25'), +(36535,12256,'action started via WP Cron','2026-04-26 04:18:27','2026-04-26 06:18:27'), +(36536,12257,'action created','2026-04-26 04:18:27','2026-04-26 06:18:27'), +(36537,12256,'action complete via WP Cron','2026-04-26 04:18:27','2026-04-26 06:18:27'), +(36538,12257,'action started via WP Cron','2026-04-26 05:20:28','2026-04-26 07:20:28'), +(36539,12258,'action created','2026-04-26 05:20:28','2026-04-26 07:20:28'), +(36540,12257,'action complete via WP Cron','2026-04-26 05:20:28','2026-04-26 07:20:28'), +(36541,12258,'action started via WP Cron','2026-04-26 06:22:26','2026-04-26 08:22:26'), +(36542,12259,'action created','2026-04-26 06:22:26','2026-04-26 08:22:26'), +(36543,12258,'action complete via WP Cron','2026-04-26 06:22:26','2026-04-26 08:22:26'), +(36544,12259,'action started via WP Cron','2026-04-26 07:22:41','2026-04-26 09:22:41'), +(36545,12260,'action created','2026-04-26 07:22:41','2026-04-26 09:22:41'), +(36546,12259,'action complete via WP Cron','2026-04-26 07:22:41','2026-04-26 09:22:41'), +(36547,12260,'action started via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36548,12261,'action created','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36549,12260,'action complete via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36550,12244,'action started via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36551,12244,'action complete via WP Cron','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36552,12262,'action created','2026-04-26 08:51:17','2026-04-26 10:51:17'), +(36553,12261,'action started via WP Cron','2026-04-26 09:59:15','2026-04-26 11:59:15'), +(36554,12263,'action created','2026-04-26 09:59:15','2026-04-26 11:59:15'), +(36555,12261,'action complete via WP Cron','2026-04-26 09:59:15','2026-04-26 11:59:15'), +(36556,12263,'action started via WP Cron','2026-04-26 10:59:25','2026-04-26 12:59:25'), +(36557,12264,'action created','2026-04-26 10:59:25','2026-04-26 12:59:25'), +(36558,12263,'action complete via WP Cron','2026-04-26 10:59:25','2026-04-26 12:59:25'), +(36559,12232,'action started via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36560,12232,'action complete via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36561,12265,'action created','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36562,12233,'action started via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36563,12233,'action complete via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36564,12266,'action created','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36565,12234,'action started via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36566,12234,'action complete via WP Cron','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36567,12267,'action created','2026-04-26 11:38:31','2026-04-26 13:38:31'), +(36568,12264,'action started via WP Cron','2026-04-26 12:49:11','2026-04-26 14:49:11'), +(36569,12268,'action created','2026-04-26 12:49:11','2026-04-26 14:49:11'), +(36570,12264,'action complete via WP Cron','2026-04-26 12:49:11','2026-04-26 14:49:11'), +(36571,12269,'action created','2026-04-26 13:42:31','2026-04-26 15:42:31'), +(36572,12270,'action created','2026-04-26 13:42:31','2026-04-26 15:42:31'), +(36573,12271,'action created','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36574,12269,'action started via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36575,12269,'action complete via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36576,12270,'action started via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36577,12270,'action complete via WP Cron','2026-04-26 13:42:32','2026-04-26 15:42:32'), +(36578,12271,'action started via Async Request','2026-04-26 13:43:18','2026-04-26 15:43:18'), +(36579,12271,'action complete via Async Request','2026-04-26 13:43:18','2026-04-26 15:43:18'), +(36580,12272,'action created','2026-04-26 13:45:31','2026-04-26 15:45:31'), +(36581,12272,'action started via Async Request','2026-04-26 13:47:31','2026-04-26 15:47:31'), +(36582,12272,'action complete via Async Request','2026-04-26 13:47:31','2026-04-26 15:47:31'), +(36583,12268,'action started via Async Request','2026-04-26 13:49:31','2026-04-26 15:49:31'), +(36584,12273,'action created','2026-04-26 13:49:31','2026-04-26 15:49:31'), +(36585,12268,'action complete via Async Request','2026-04-26 13:49:31','2026-04-26 15:49:31'), +(36586,12273,'action started via WP Cron','2026-04-26 14:49:32','2026-04-26 16:49:32'), +(36587,12274,'action created','2026-04-26 14:49:32','2026-04-26 16:49:32'), +(36588,12273,'action complete via WP Cron','2026-04-26 14:49:32','2026-04-26 16:49:32'), +(36589,12275,'action created','2026-04-26 15:20:12','2026-04-26 17:20:12'), +(36590,12275,'action started via Async Request','2026-04-26 15:20:34','2026-04-26 17:20:34'), +(36591,12275,'action complete via Async Request','2026-04-26 15:20:34','2026-04-26 17:20:34'), +(36592,12274,'action started via WP Cron','2026-04-26 15:54:46','2026-04-26 17:54:46'), +(36593,12276,'action created','2026-04-26 15:54:46','2026-04-26 17:54:46'), +(36594,12274,'action complete via WP Cron','2026-04-26 15:54:46','2026-04-26 17:54:46'), +(36595,12276,'action started via WP Cron','2026-04-26 17:10:39','2026-04-26 19:10:39'), +(36596,12277,'action created','2026-04-26 17:10:39','2026-04-26 19:10:39'), +(36597,12276,'action complete via WP Cron','2026-04-26 17:10:39','2026-04-26 19:10:39'), +(36598,12277,'action started via WP Cron','2026-04-26 18:30:06','2026-04-26 20:30:06'), +(36599,12278,'action created','2026-04-26 18:30:06','2026-04-26 20:30:06'), +(36600,12277,'action complete via WP Cron','2026-04-26 18:30:06','2026-04-26 20:30:06'), +(36601,12278,'action started via WP Cron','2026-04-26 19:55:47','2026-04-26 21:55:47'), +(36602,12279,'action created','2026-04-26 19:55:47','2026-04-26 21:55:47'), +(36603,12278,'action complete via WP Cron','2026-04-26 19:55:47','2026-04-26 21:55:47'), +(36604,12243,'action started via WP Cron','2026-04-26 20:12:18','2026-04-26 22:12:18'), +(36605,12243,'action complete via WP Cron','2026-04-26 20:12:18','2026-04-26 22:12:18'), +(36606,12280,'action created','2026-04-26 20:12:18','2026-04-26 22:12:18'), +(36607,12262,'action started via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36608,12262,'action complete via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36609,12281,'action created','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36610,12279,'action started via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36611,12282,'action created','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36612,12279,'action complete via WP Cron','2026-04-26 21:11:13','2026-04-26 23:11:13'), +(36613,12282,'action started via WP Cron','2026-04-26 22:14:06','2026-04-27 00:14:06'), +(36614,12283,'action created','2026-04-26 22:14:06','2026-04-27 00:14:06'), +(36615,12282,'action complete via WP Cron','2026-04-26 22:14:06','2026-04-27 00:14:06'), +(36616,12283,'action started via Async Request','2026-04-26 23:20:44','2026-04-27 01:20:44'), +(36617,12284,'action created','2026-04-26 23:20:44','2026-04-27 01:20:44'), +(36618,12283,'action complete via Async Request','2026-04-26 23:20:44','2026-04-27 01:20:44'), +(36619,12284,'action started via WP Cron','2026-04-27 00:20:46','2026-04-27 02:20:46'), +(36620,12285,'action created','2026-04-27 00:20:46','2026-04-27 02:20:46'), +(36621,12284,'action complete via WP Cron','2026-04-27 00:20:46','2026-04-27 02:20:46'), +(36622,12285,'action started via WP Cron','2026-04-27 01:24:52','2026-04-27 03:24:52'), +(36623,12286,'action created','2026-04-27 01:24:52','2026-04-27 03:24:52'), +(36624,12285,'action complete via WP Cron','2026-04-27 01:24:52','2026-04-27 03:24:52'), +(36625,12249,'action started via WP Cron','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36626,12249,'action complete via WP Cron','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36627,12287,'action created','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36628,12250,'action started via WP Cron','2026-04-27 01:32:23','2026-04-27 03:32:23'), +(36629,12250,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36630,12288,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36631,12251,'action started via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36632,12251,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36633,12289,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36634,12252,'action started via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36635,12290,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36636,12252,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36637,12255,'action started via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36640,12292,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36641,12255,'action complete via WP Cron','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36642,12293,'action created','2026-04-27 01:32:24','2026-04-27 03:32:24'), +(36643,12292,'action started via WP Cron','2026-04-27 01:35:28','2026-04-27 03:35:28'), +(36644,12292,'action complete via WP Cron','2026-04-27 01:35:29','2026-04-27 03:35:29'), +(36645,12286,'action started via WP Cron','2026-04-27 04:01:05','2026-04-27 06:01:05'), +(36646,12294,'action created','2026-04-27 04:01:05','2026-04-27 06:01:05'), +(36647,12286,'action complete via WP Cron','2026-04-27 04:01:05','2026-04-27 06:01:05'), +(36648,12294,'action started via WP Cron','2026-04-27 05:10:55','2026-04-27 07:10:55'), +(36649,12295,'action created','2026-04-27 05:10:55','2026-04-27 07:10:55'), +(36650,12294,'action complete via WP Cron','2026-04-27 05:10:56','2026-04-27 07:10:56'), +(36651,12295,'action started via WP Cron','2026-04-27 06:11:26','2026-04-27 08:11:26'), +(36652,12296,'action created','2026-04-27 06:11:26','2026-04-27 08:11:26'), +(36653,12295,'action complete via WP Cron','2026-04-27 06:11:26','2026-04-27 08:11:26'), +(36654,12296,'action started via WP Cron','2026-04-27 07:14:04','2026-04-27 09:14:04'), +(36655,12297,'action created','2026-04-27 07:14:04','2026-04-27 09:14:04'), +(36656,12296,'action complete via WP Cron','2026-04-27 07:14:04','2026-04-27 09:14:04'), +(36657,12298,'action created','2026-04-27 07:51:52','2026-04-27 09:51:52'), +(36658,12298,'action started via Async Request','2026-04-27 07:52:43','2026-04-27 09:52:43'), +(36659,12298,'action complete via Async Request','2026-04-27 07:52:43','2026-04-27 09:52:43'), +(36660,12297,'action started via Async Request','2026-04-27 08:14:34','2026-04-27 10:14:34'), +(36661,12299,'action created','2026-04-27 08:14:34','2026-04-27 10:14:34'), +(36662,12297,'action complete via Async Request','2026-04-27 08:14:34','2026-04-27 10:14:34'), +(36663,12281,'action started via WP Cron','2026-04-27 09:11:28','2026-04-27 11:11:28'), +(36664,12281,'action complete via WP Cron','2026-04-27 09:11:28','2026-04-27 11:11:28'), +(36665,12300,'action created','2026-04-27 09:11:28','2026-04-27 11:11:28'), +(36666,12299,'action started via Async Request','2026-04-27 09:14:35','2026-04-27 11:14:35'), +(36667,12301,'action created','2026-04-27 09:14:35','2026-04-27 11:14:35'), +(36668,12299,'action complete via Async Request','2026-04-27 09:14:35','2026-04-27 11:14:35'), +(36669,12301,'action started via WP Cron','2026-04-27 10:18:52','2026-04-27 12:18:52'), +(36670,12302,'action created','2026-04-27 10:18:52','2026-04-27 12:18:52'), +(36671,12301,'action complete via WP Cron','2026-04-27 10:18:52','2026-04-27 12:18:52'), +(36672,12303,'action created','2026-04-27 11:15:15','2026-04-27 13:15:15'), +(36673,12303,'action started via Async Request','2026-04-27 11:15:17','2026-04-27 13:15:17'), +(36674,12303,'action complete via Async Request','2026-04-27 11:15:17','2026-04-27 13:15:17'), +(36675,12302,'action started via Async Request','2026-04-27 11:19:53','2026-04-27 13:19:53'), +(36676,12304,'action created','2026-04-27 11:19:53','2026-04-27 13:19:53'), +(36677,12302,'action complete via Async Request','2026-04-27 11:19:53','2026-04-27 13:19:53'), +(36678,12265,'action started via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36679,12265,'action complete via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36680,12305,'action created','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36681,12266,'action started via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36682,12266,'action complete via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36683,12306,'action created','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36684,12267,'action started via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36685,12267,'action complete via WP Cron','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36686,12307,'action created','2026-04-27 11:38:33','2026-04-27 13:38:33'), +(36687,12308,'action created','2026-04-27 11:41:25','2026-04-27 13:41:25'), +(36688,12308,'action started via WP Cron','2026-04-27 11:41:26','2026-04-27 13:41:26'), +(36689,12308,'action complete via WP Cron','2026-04-27 11:41:26','2026-04-27 13:41:26'), +(36690,12309,'action created','2026-04-27 11:54:34','2026-04-27 13:54:34'), +(36691,12309,'action started via WP Cron','2026-04-27 11:55:28','2026-04-27 13:55:28'), +(36692,12309,'action complete via WP Cron','2026-04-27 11:55:28','2026-04-27 13:55:28'), +(36693,12310,'action created','2026-04-27 12:04:24','2026-04-27 14:04:24'), +(36694,12310,'action started via WP Cron','2026-04-27 12:04:26','2026-04-27 14:04:26'), +(36695,12310,'action complete via WP Cron','2026-04-27 12:04:26','2026-04-27 14:04:26'), +(36696,12311,'action created','2026-04-27 12:17:57','2026-04-27 14:17:57'), +(36697,12311,'action started via WP Cron','2026-04-27 12:18:19','2026-04-27 14:18:19'), +(36698,12311,'action complete via WP Cron','2026-04-27 12:18:19','2026-04-27 14:18:19'), +(36699,12304,'action started via Async Request','2026-04-27 12:20:09','2026-04-27 14:20:09'), +(36700,12312,'action created','2026-04-27 12:20:09','2026-04-27 14:20:09'), +(36701,12304,'action complete via Async Request','2026-04-27 12:20:09','2026-04-27 14:20:09'), +(36702,12313,'action created','2026-04-27 12:53:51','2026-04-27 14:53:51'), +(36703,12313,'action started via WP Cron','2026-04-27 12:54:28','2026-04-27 14:54:28'), +(36704,12313,'action complete via WP Cron','2026-04-27 12:54:28','2026-04-27 14:54:28'), +(36705,12312,'action started via Async Request','2026-04-27 13:20:50','2026-04-27 15:20:50'), +(36706,12314,'action created','2026-04-27 13:20:50','2026-04-27 15:20:50'), +(36707,12312,'action complete via Async Request','2026-04-27 13:20:50','2026-04-27 15:20:50'), +(36708,12315,'action created','2026-04-27 13:27:06','2026-04-27 15:27:06'), +(36709,12315,'action started via Async Request','2026-04-27 13:28:17','2026-04-27 15:28:17'), +(36710,12315,'action complete via Async Request','2026-04-27 13:28:17','2026-04-27 15:28:17'), +(36711,12316,'action created','2026-04-27 13:29:49','2026-04-27 15:29:49'), +(36712,12317,'action created','2026-04-27 13:29:55','2026-04-27 15:29:55'), +(36713,12318,'action created','2026-04-27 13:29:57','2026-04-27 15:29:57'), +(36714,12319,'action created','2026-04-27 13:29:57','2026-04-27 15:29:57'), +(36715,12320,'action created','2026-04-27 13:29:59','2026-04-27 15:29:59'), +(36716,12321,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36717,12322,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36718,12323,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36719,12324,'action created','2026-04-27 13:30:00','2026-04-27 15:30:00'), +(36720,12316,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36721,12316,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36722,12317,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36723,12317,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36724,12318,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36725,12318,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36726,12319,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36727,12319,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36728,12320,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36729,12320,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36730,12321,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36731,12321,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36732,12322,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36733,12322,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36734,12323,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36735,12323,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36736,12324,'action started via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36737,12324,'action complete via Async Request','2026-04-27 13:30:25','2026-04-27 15:30:25'), +(36738,12325,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36739,12326,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36740,12327,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36741,12328,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36742,12329,'action created','2026-04-27 13:33:27','2026-04-27 15:33:27'), +(36743,12330,'action created','2026-04-27 13:33:28','2026-04-27 15:33:28'), +(36744,12331,'action created','2026-04-27 13:33:31','2026-04-27 15:33:31'), +(36745,12325,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36746,12325,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36747,12326,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36748,12326,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36749,12327,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36750,12327,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36751,12328,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36752,12328,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36753,12329,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36754,12329,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36755,12330,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36756,12330,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36757,12331,'action started via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36758,12331,'action complete via Async Request','2026-04-27 13:33:55','2026-04-27 15:33:55'), +(36759,12332,'action created','2026-04-27 13:33:59','2026-04-27 15:33:59'), +(36760,12332,'action started via Async Request','2026-04-27 13:34:00','2026-04-27 15:34:00'), +(36761,12332,'action complete via Async Request','2026-04-27 13:34:00','2026-04-27 15:34:00'), +(36762,12333,'action created','2026-04-27 13:34:41','2026-04-27 15:34:41'), +(36763,12333,'action started via Async Request','2026-04-27 13:34:57','2026-04-27 15:34:57'), +(36764,12333,'action complete via Async Request','2026-04-27 13:34:57','2026-04-27 15:34:57'), +(36765,12314,'action started via WP Cron','2026-04-27 14:23:49','2026-04-27 16:23:49'), +(36766,12334,'action created','2026-04-27 14:23:49','2026-04-27 16:23:49'), +(36767,12314,'action complete via WP Cron','2026-04-27 14:23:49','2026-04-27 16:23:49'), +(36768,12334,'action started via Async Request','2026-04-27 15:26:32','2026-04-27 17:26:32'), +(36769,12335,'action created','2026-04-27 15:26:32','2026-04-27 17:26:32'), +(36770,12334,'action complete via Async Request','2026-04-27 15:26:32','2026-04-27 17:26:32'), +(36771,12336,'action created','2026-04-27 15:58:44','2026-04-27 17:58:44'), +(36772,12336,'action started via WP Cron','2026-04-27 15:59:30','2026-04-27 17:59:30'), +(36773,12336,'action complete via WP Cron','2026-04-27 15:59:30','2026-04-27 17:59:30'), +(36774,12337,'action created','2026-04-27 16:04:54','2026-04-27 18:04:54'), +(36775,12337,'action started via WP Cron','2026-04-27 16:05:30','2026-04-27 18:05:30'), +(36776,12337,'action complete via WP Cron','2026-04-27 16:05:30','2026-04-27 18:05:30'), +(36777,12335,'action started via WP Cron','2026-04-27 16:26:35','2026-04-27 18:26:35'), +(36778,12338,'action created','2026-04-27 16:26:35','2026-04-27 18:26:35'), +(36779,12335,'action complete via WP Cron','2026-04-27 16:26:35','2026-04-27 18:26:35'), +(36780,12339,'action created','2026-04-27 16:43:02','2026-04-27 18:43:02'), +(36781,12339,'action started via WP Cron','2026-04-27 16:43:28','2026-04-27 18:43:28'), +(36782,12339,'action complete via WP Cron','2026-04-27 16:43:28','2026-04-27 18:43:28'), +(36783,12338,'action started via WP Cron','2026-04-27 17:31:59','2026-04-27 19:31:59'), +(36784,12340,'action created','2026-04-27 17:31:59','2026-04-27 19:31:59'), +(36785,12338,'action complete via WP Cron','2026-04-27 17:31:59','2026-04-27 19:31:59'), +(36786,12340,'action started via WP Cron','2026-04-27 18:39:06','2026-04-27 20:39:06'), +(36787,12341,'action created','2026-04-27 18:39:06','2026-04-27 20:39:06'), +(36788,12340,'action complete via WP Cron','2026-04-27 18:39:06','2026-04-27 20:39:06'), +(36789,12341,'action started via WP Cron','2026-04-27 19:40:40','2026-04-27 21:40:40'), +(36790,12342,'action created','2026-04-27 19:40:40','2026-04-27 21:40:40'), +(36791,12341,'action complete via WP Cron','2026-04-27 19:40:40','2026-04-27 21:40:40'), +(36792,12280,'action started via WP Cron','2026-04-27 20:15:23','2026-04-27 22:15:23'), +(36793,12280,'action complete via WP Cron','2026-04-27 20:15:23','2026-04-27 22:15:23'), +(36794,12343,'action created','2026-04-27 20:15:23','2026-04-27 22:15:23'), +(36795,12342,'action started via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36796,12344,'action created','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36797,12342,'action complete via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36798,12300,'action started via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36799,12300,'action complete via WP Cron','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36800,12345,'action created','2026-04-27 21:19:11','2026-04-27 23:19:11'), +(36801,12344,'action started via WP Cron','2026-04-27 22:22:21','2026-04-28 00:22:21'), +(36802,12346,'action created','2026-04-27 22:22:21','2026-04-28 00:22:21'), +(36803,12344,'action complete via WP Cron','2026-04-27 22:22:21','2026-04-28 00:22:21'), +(36804,12347,'action created','2026-04-27 23:02:04','2026-04-28 01:02:04'), +(36805,12348,'action created','2026-04-27 23:03:44','2026-04-28 01:03:44'), +(36806,12347,'action started via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36807,12347,'action complete via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36808,12348,'action started via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36809,12348,'action complete via WP Cron','2026-04-27 23:03:47','2026-04-28 01:03:47'), +(36810,12346,'action started via WP Cron','2026-04-27 23:40:30','2026-04-28 01:40:30'), +(36811,12349,'action created','2026-04-27 23:40:30','2026-04-28 01:40:30'), +(36812,12346,'action complete via WP Cron','2026-04-27 23:40:30','2026-04-28 01:40:30'), +(36813,12349,'action started via WP Cron','2026-04-28 01:05:31','2026-04-28 03:05:31'), +(36814,12350,'action created','2026-04-28 01:05:31','2026-04-28 03:05:31'), +(36815,12349,'action complete via WP Cron','2026-04-28 01:05:31','2026-04-28 03:05:31'), +(36816,12287,'action started via WP Cron','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36817,12287,'action complete via WP Cron','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36818,12351,'action created','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36819,12288,'action started via WP Cron','2026-04-28 01:35:51','2026-04-28 03:35:51'), +(36820,12288,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36821,12352,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36822,12289,'action started via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36823,12289,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36824,12353,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36825,12290,'action started via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36826,12354,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36827,12290,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36828,12293,'action started via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36831,12356,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36832,12293,'action complete via WP Cron','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36833,12357,'action created','2026-04-28 01:35:52','2026-04-28 03:35:52'), +(36834,12356,'action started via WP Cron','2026-04-28 01:45:58','2026-04-28 03:45:58'), +(36835,12356,'action complete via WP Cron','2026-04-28 01:45:58','2026-04-28 03:45:58'), +(36836,12350,'action started via WP Cron','2026-04-28 02:12:15','2026-04-28 04:12:15'), +(36837,12358,'action created','2026-04-28 02:12:15','2026-04-28 04:12:15'), +(36838,12350,'action complete via WP Cron','2026-04-28 02:12:15','2026-04-28 04:12:15'), +(36839,12358,'action started via WP Cron','2026-04-28 03:12:20','2026-04-28 05:12:20'), +(36840,12359,'action created','2026-04-28 03:12:20','2026-04-28 05:12:20'), +(36841,12358,'action complete via WP Cron','2026-04-28 03:12:20','2026-04-28 05:12:20'), +(36842,12359,'action started via WP Cron','2026-04-28 04:16:03','2026-04-28 06:16:03'), +(36843,12360,'action created','2026-04-28 04:16:03','2026-04-28 06:16:03'), +(36844,12359,'action complete via WP Cron','2026-04-28 04:16:03','2026-04-28 06:16:03'), +(36845,12360,'action started via WP Cron','2026-04-28 05:34:11','2026-04-28 07:34:11'), +(36846,12361,'action created','2026-04-28 05:34:11','2026-04-28 07:34:11'), +(36847,12360,'action complete via WP Cron','2026-04-28 05:34:11','2026-04-28 07:34:11'), +(36848,12361,'action started via WP Cron','2026-04-28 06:41:55','2026-04-28 08:41:55'), +(36849,12362,'action created','2026-04-28 06:41:55','2026-04-28 08:41:55'), +(36850,12361,'action complete via WP Cron','2026-04-28 06:41:55','2026-04-28 08:41:55'), +(36851,11828,'action started via WP Cron','2026-04-28 07:30:15','2026-04-28 09:30:15'), +(36852,11828,'action complete via WP Cron','2026-04-28 07:30:15','2026-04-28 09:30:15'), +(36853,12363,'action created','2026-04-28 07:30:15','2026-04-28 09:30:15'), +(36854,12362,'action started via WP Cron','2026-04-28 07:47:34','2026-04-28 09:47:34'), +(36855,12364,'action created','2026-04-28 07:47:34','2026-04-28 09:47:34'), +(36856,12362,'action complete via WP Cron','2026-04-28 07:47:34','2026-04-28 09:47:34'), +(36857,12365,'action created','2026-04-28 08:08:18','2026-04-28 10:08:18'), +(36858,12366,'action created','2026-04-28 08:08:21','2026-04-28 10:08:21'), +(36859,12367,'action created','2026-04-28 08:08:21','2026-04-28 10:08:21'), +(36860,12365,'action started via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36861,12365,'action complete via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36862,12366,'action started via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36863,12366,'action complete via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36864,12367,'action started via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36865,12367,'action complete via WP Cron','2026-04-28 08:08:27','2026-04-28 10:08:27'), +(36866,12368,'action created','2026-04-28 08:08:36','2026-04-28 10:08:36'), +(36867,12369,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36868,12370,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36869,12371,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36870,12372,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36871,12373,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36872,12374,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36873,12375,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36874,12376,'action created','2026-04-28 08:08:40','2026-04-28 10:08:40'), +(36875,12377,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36876,12378,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36877,12379,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36878,12380,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36879,12381,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36880,12382,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36881,12383,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36882,12384,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36883,12385,'action created','2026-04-28 08:08:41','2026-04-28 10:08:41'), +(36884,12368,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36885,12368,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36886,12369,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36887,12369,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36888,12370,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36889,12370,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36890,12371,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36891,12371,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36892,12372,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36893,12372,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36894,12373,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36895,12373,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36896,12374,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36897,12374,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36898,12375,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36899,12375,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36900,12376,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36901,12376,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36902,12377,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36903,12377,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36904,12378,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36905,12378,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36906,12379,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36907,12379,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36908,12380,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36909,12380,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36910,12381,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36911,12381,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36912,12382,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36913,12382,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36914,12383,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36915,12383,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36916,12384,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36917,12384,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36918,12385,'action started via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36919,12385,'action complete via Async Request','2026-04-28 08:09:02','2026-04-28 10:09:02'), +(36920,12386,'action created','2026-04-28 08:09:05','2026-04-28 10:09:05'), +(36921,12386,'action started via Async Request','2026-04-28 08:09:08','2026-04-28 10:09:08'), +(36922,12386,'action complete via Async Request','2026-04-28 08:09:08','2026-04-28 10:09:08'), +(36923,12387,'action created','2026-04-28 08:23:50','2026-04-28 10:23:50'), +(36924,12387,'action started via Async Request','2026-04-28 08:24:09','2026-04-28 10:24:09'), +(36925,12387,'action complete via Async Request','2026-04-28 08:24:09','2026-04-28 10:24:09'), +(36926,12388,'action created','2026-04-28 08:24:42','2026-04-28 10:24:42'), +(36927,12388,'action started via Async Request','2026-04-28 08:25:14','2026-04-28 10:25:14'), +(36928,12388,'action complete via Async Request','2026-04-28 08:25:14','2026-04-28 10:25:14'), +(36929,12389,'action created','2026-04-28 08:40:27','2026-04-28 10:40:27'), +(36930,12390,'action created','2026-04-28 08:40:44','2026-04-28 10:40:44'), +(36931,12389,'action started via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36932,12389,'action complete via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36933,12390,'action started via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36934,12390,'action complete via Async Request','2026-04-28 08:41:18','2026-04-28 10:41:18'), +(36935,12364,'action started via WP Cron','2026-04-28 08:49:12','2026-04-28 10:49:12'), +(36936,12391,'action created','2026-04-28 08:49:12','2026-04-28 10:49:12'), +(36937,12364,'action complete via WP Cron','2026-04-28 08:49:12','2026-04-28 10:49:12'), +(36938,12345,'action started via WP Cron','2026-04-28 09:19:13','2026-04-28 11:19:13'), +(36939,12345,'action complete via WP Cron','2026-04-28 09:19:13','2026-04-28 11:19:13'), +(36940,12392,'action created','2026-04-28 09:19:13','2026-04-28 11:19:13'), +(36941,12393,'action created','2026-04-28 09:49:14','2026-04-28 11:49:14'), +(36942,12391,'action started via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36943,12394,'action created','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36944,12391,'action complete via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36945,12393,'action started via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36946,12393,'action complete via WP Cron','2026-04-28 09:49:26','2026-04-28 11:49:26'), +(36947,12395,'action created','2026-04-28 09:50:48','2026-04-28 11:50:48'), +(36948,12396,'action created','2026-04-28 09:51:07','2026-04-28 11:51:07'), +(36949,12395,'action started via Async Request','2026-04-28 09:51:07','2026-04-28 11:51:07'), +(36950,12395,'action complete via Async Request','2026-04-28 09:51:07','2026-04-28 11:51:07'), +(36951,12396,'action started via Async Request','2026-04-28 09:51:08','2026-04-28 11:51:08'), +(36952,12396,'action complete via Async Request','2026-04-28 09:51:08','2026-04-28 11:51:08'), +(36953,12397,'action created','2026-04-28 09:51:54','2026-04-28 11:51:54'), +(36954,12397,'action started via Async Request','2026-04-28 09:52:08','2026-04-28 11:52:08'), +(36955,12397,'action complete via Async Request','2026-04-28 09:52:08','2026-04-28 11:52:08'), +(36956,12398,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36957,12399,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36958,12400,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36959,12401,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36960,12402,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36961,12403,'action created','2026-04-28 10:03:21','2026-04-28 12:03:21'), +(36962,12404,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36963,12405,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36964,12406,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36965,12407,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36966,12408,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36967,12409,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36968,12410,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36969,12411,'action created','2026-04-28 10:03:22','2026-04-28 12:03:22'), +(36970,12412,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36971,12413,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36972,12414,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36973,12415,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36974,12416,'action created','2026-04-28 10:03:23','2026-04-28 12:03:23'), +(36975,12398,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36976,12398,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36977,12399,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36978,12399,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36979,12400,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36980,12400,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36981,12401,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36982,12401,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36983,12402,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36984,12402,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36985,12403,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36986,12403,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36987,12404,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36988,12404,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36989,12405,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36990,12405,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36991,12406,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36992,12406,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36993,12407,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36994,12407,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36995,12408,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36996,12408,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36997,12409,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36998,12409,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(36999,12410,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37000,12410,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37001,12411,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37002,12411,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37003,12412,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37004,12412,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37005,12413,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37006,12413,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37007,12414,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37008,12414,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37009,12415,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37010,12415,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37011,12416,'action started via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37012,12416,'action complete via WP Cron','2026-04-28 10:03:35','2026-04-28 12:03:35'), +(37013,12417,'action created','2026-04-28 10:22:57','2026-04-28 12:22:57'), +(37014,12417,'action started via WP Cron','2026-04-28 10:23:27','2026-04-28 12:23:27'), +(37015,12417,'action complete via WP Cron','2026-04-28 10:23:28','2026-04-28 12:23:28'), +(37016,12418,'action created','2026-04-28 10:40:04','2026-04-28 12:40:04'), +(37017,12418,'action started via WP Cron','2026-04-28 10:40:26','2026-04-28 12:40:26'), +(37018,12418,'action complete via WP Cron','2026-04-28 10:40:26','2026-04-28 12:40:26'), +(37019,12419,'action created','2026-04-28 10:47:05','2026-04-28 12:47:05'), +(37020,12419,'action started via Async Request','2026-04-28 10:47:11','2026-04-28 12:47:11'), +(37021,12419,'action complete via Async Request','2026-04-28 10:47:11','2026-04-28 12:47:11'), +(37022,12420,'action created','2026-04-28 10:48:44','2026-04-28 12:48:44'), +(37023,12421,'action created','2026-04-28 10:49:20','2026-04-28 12:49:20'), +(37024,12420,'action started via Async Request','2026-04-28 10:49:20','2026-04-28 12:49:20'), +(37025,12420,'action complete via Async Request','2026-04-28 10:49:20','2026-04-28 12:49:20'), +(37026,12421,'action started via Async Request','2026-04-28 10:49:25','2026-04-28 12:49:25'), +(37027,12421,'action complete via Async Request','2026-04-28 10:49:25','2026-04-28 12:49:25'), +(37028,12394,'action started via WP Cron','2026-04-28 10:49:26','2026-04-28 12:49:26'), +(37029,12422,'action created','2026-04-28 10:49:26','2026-04-28 12:49:26'), +(37030,12394,'action complete via WP Cron','2026-04-28 10:49:26','2026-04-28 12:49:26'), +(37031,12423,'action created','2026-04-28 10:50:26','2026-04-28 12:50:26'), +(37032,12423,'action started via Async Request','2026-04-28 10:51:32','2026-04-28 12:51:32'), +(37033,12423,'action complete via Async Request','2026-04-28 10:51:32','2026-04-28 12:51:32'), +(37034,12424,'action created','2026-04-28 10:53:52','2026-04-28 12:53:52'), +(37035,12424,'action started via WP Cron','2026-04-28 10:54:26','2026-04-28 12:54:26'), +(37036,12424,'action complete via WP Cron','2026-04-28 10:54:26','2026-04-28 12:54:26'), +(37037,12425,'action created','2026-04-28 10:54:34','2026-04-28 12:54:34'), +(37038,12425,'action started via Async Request','2026-04-28 10:54:42','2026-04-28 12:54:42'), +(37039,12425,'action complete via Async Request','2026-04-28 10:54:42','2026-04-28 12:54:42'), +(37040,12426,'action created','2026-04-28 11:00:33','2026-04-28 13:00:33'), +(37041,12427,'action created','2026-04-28 11:01:06','2026-04-28 13:01:06'), +(37042,12426,'action started via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37043,12426,'action complete via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37044,12427,'action started via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37045,12427,'action complete via Async Request','2026-04-28 11:01:16','2026-04-28 13:01:16'), +(37046,12428,'action created','2026-04-28 11:01:34','2026-04-28 13:01:34'), +(37047,12429,'action created','2026-04-28 11:02:02','2026-04-28 13:02:02'), +(37048,12428,'action started via Async Request','2026-04-28 11:02:18','2026-04-28 13:02:18'), +(37049,12428,'action complete via Async Request','2026-04-28 11:02:18','2026-04-28 13:02:18'), +(37050,12429,'action started via Async Request','2026-04-28 11:02:18','2026-04-28 13:02:18'), +(37051,12429,'action complete via Async Request','2026-04-28 11:02:19','2026-04-28 13:02:19'), +(37052,12430,'action created','2026-04-28 11:02:36','2026-04-28 13:02:36'), +(37053,12430,'action started via Async Request','2026-04-28 11:03:27','2026-04-28 13:03:27'), +(37054,12430,'action complete via Async Request','2026-04-28 11:03:27','2026-04-28 13:03:27'), +(37055,12431,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37056,12432,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37057,12433,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37058,12434,'action created','2026-04-28 11:18:07','2026-04-28 13:18:07'), +(37059,12431,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37060,12431,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37061,12432,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37062,12432,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37063,12433,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37064,12433,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37065,12434,'action started via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37066,12434,'action complete via Async Request','2026-04-28 11:18:30','2026-04-28 13:18:30'), +(37067,12435,'action created','2026-04-28 11:20:49','2026-04-28 13:20:49'), +(37068,12435,'action started via WP Cron','2026-04-28 11:21:32','2026-04-28 13:21:32'), +(37069,12435,'action complete via WP Cron','2026-04-28 11:21:32','2026-04-28 13:21:32'), +(37070,12305,'action started via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37071,12305,'action complete via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37072,12436,'action created','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37073,12306,'action started via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37074,12306,'action complete via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37075,12437,'action created','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37076,12307,'action started via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37077,12307,'action complete via Async Request','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37078,12438,'action created','2026-04-28 11:40:08','2026-04-28 13:40:08'), +(37079,12422,'action started via WP Cron','2026-04-28 11:49:41','2026-04-28 13:49:41'), +(37080,12439,'action created','2026-04-28 11:49:41','2026-04-28 13:49:41'), +(37081,12422,'action complete via WP Cron','2026-04-28 11:49:41','2026-04-28 13:49:41'), +(37082,12439,'action started via WP Cron','2026-04-28 12:50:34','2026-04-28 14:50:34'), +(37083,12440,'action created','2026-04-28 12:50:34','2026-04-28 14:50:34'), +(37084,12439,'action complete via WP Cron','2026-04-28 12:50:34','2026-04-28 14:50:34'), +(37085,12440,'action started via WP Cron','2026-04-28 13:55:40','2026-04-28 15:55:40'), +(37086,12441,'action created','2026-04-28 13:55:40','2026-04-28 15:55:40'), +(37087,12440,'action complete via WP Cron','2026-04-28 13:55:40','2026-04-28 15:55:40'), +(37088,12441,'action started via WP Cron','2026-04-28 15:00:46','2026-04-28 17:00:46'), +(37089,12442,'action created','2026-04-28 15:00:46','2026-04-28 17:00:46'), +(37090,12441,'action complete via WP Cron','2026-04-28 15:00:46','2026-04-28 17:00:46'), +(37091,12442,'action started via WP Cron','2026-04-28 16:08:44','2026-04-28 18:08:44'), +(37092,12443,'action created','2026-04-28 16:08:44','2026-04-28 18:08:44'), +(37093,12442,'action complete via WP Cron','2026-04-28 16:08:44','2026-04-28 18:08:44'), +(37094,12443,'action started via WP Cron','2026-04-28 17:08:44','2026-04-28 19:08:44'), +(37095,12444,'action created','2026-04-28 17:08:44','2026-04-28 19:08:44'), +(37096,12443,'action complete via WP Cron','2026-04-28 17:08:44','2026-04-28 19:08:44'), +(37097,12444,'action started via WP Cron','2026-04-28 18:15:05','2026-04-28 20:15:05'), +(37098,12445,'action created','2026-04-28 18:15:05','2026-04-28 20:15:05'), +(37099,12444,'action complete via WP Cron','2026-04-28 18:15:05','2026-04-28 20:15:05'), +(37100,12445,'action started via WP Cron','2026-04-28 19:21:24','2026-04-28 21:21:24'), +(37101,12446,'action created','2026-04-28 19:21:24','2026-04-28 21:21:24'), +(37102,12445,'action complete via WP Cron','2026-04-28 19:21:24','2026-04-28 21:21:24'), +(37103,12343,'action started via WP Cron','2026-04-28 20:17:01','2026-04-28 22:17:01'), +(37104,12343,'action complete via WP Cron','2026-04-28 20:17:01','2026-04-28 22:17:01'), +(37105,12447,'action created','2026-04-28 20:17:01','2026-04-28 22:17:01'), +(37106,12446,'action started via WP Cron','2026-04-28 20:38:30','2026-04-28 22:38:30'), +(37107,12448,'action created','2026-04-28 20:38:30','2026-04-28 22:38:30'), +(37108,12446,'action complete via WP Cron','2026-04-28 20:38:30','2026-04-28 22:38:30'), +(37109,12392,'action started via WP Cron','2026-04-28 21:21:26','2026-04-28 23:21:26'), +(37110,12392,'action complete via WP Cron','2026-04-28 21:21:26','2026-04-28 23:21:26'), +(37111,12449,'action created','2026-04-28 21:21:26','2026-04-28 23:21:26'), +(37112,12448,'action started via WP Cron','2026-04-28 22:22:17','2026-04-29 00:22:17'), +(37113,12450,'action created','2026-04-28 22:22:17','2026-04-29 00:22:17'), +(37114,12448,'action complete via WP Cron','2026-04-28 22:22:17','2026-04-29 00:22:17'), +(37115,12450,'action started via WP Cron','2026-04-29 00:30:04','2026-04-29 02:30:04'), +(37116,12451,'action created','2026-04-29 00:30:04','2026-04-29 02:30:04'), +(37117,12450,'action complete via WP Cron','2026-04-29 00:30:04','2026-04-29 02:30:04'), +(37118,12451,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37119,12452,'action created','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37120,12451,'action complete via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37121,12351,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37122,12351,'action complete via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37123,12453,'action created','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37124,12352,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37125,12352,'action complete via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37126,12454,'action created','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37127,12353,'action started via WP Cron','2026-04-29 01:56:43','2026-04-29 03:56:43'), +(37128,12353,'action complete via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37129,12455,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37130,12354,'action started via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37131,12456,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37132,12354,'action complete via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37133,12357,'action started via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37136,12458,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37137,12357,'action complete via WP Cron','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37138,12459,'action created','2026-04-29 01:56:44','2026-04-29 03:56:44'), +(37139,12458,'action started via WP Cron','2026-04-29 01:58:05','2026-04-29 03:58:05'), +(37140,12458,'action complete via WP Cron','2026-04-29 01:58:05','2026-04-29 03:58:05'), +(37141,12452,'action started via WP Cron','2026-04-29 03:07:45','2026-04-29 05:07:45'), +(37142,12460,'action created','2026-04-29 03:07:45','2026-04-29 05:07:45'), +(37143,12452,'action complete via WP Cron','2026-04-29 03:07:45','2026-04-29 05:07:45'), +(37144,12460,'action started via WP Cron','2026-04-29 04:16:44','2026-04-29 06:16:44'), +(37145,12461,'action created','2026-04-29 04:16:44','2026-04-29 06:16:44'), +(37146,12460,'action complete via WP Cron','2026-04-29 04:16:44','2026-04-29 06:16:44'), +(37147,12461,'action started via WP Cron','2026-04-29 05:25:02','2026-04-29 07:25:02'), +(37148,12462,'action created','2026-04-29 05:25:02','2026-04-29 07:25:02'), +(37149,12461,'action complete via WP Cron','2026-04-29 05:25:02','2026-04-29 07:25:02'), +(37150,12462,'action started via WP Cron','2026-04-29 06:25:11','2026-04-29 08:25:11'), +(37151,12463,'action created','2026-04-29 06:25:11','2026-04-29 08:25:11'), +(37152,12462,'action complete via WP Cron','2026-04-29 06:25:11','2026-04-29 08:25:11'), +(37153,12463,'action started via WP Cron','2026-04-29 07:25:15','2026-04-29 09:25:15'), +(37154,12464,'action created','2026-04-29 07:25:15','2026-04-29 09:25:15'), +(37155,12463,'action complete via WP Cron','2026-04-29 07:25:15','2026-04-29 09:25:15'), +(37156,12464,'action started via WP Cron','2026-04-29 08:40:25','2026-04-29 10:40:25'), +(37157,12465,'action created','2026-04-29 08:40:25','2026-04-29 10:40:25'), +(37158,12464,'action complete via WP Cron','2026-04-29 08:40:25','2026-04-29 10:40:25'), +(37159,12466,'action created','2026-04-29 09:02:06','2026-04-29 11:02:06'), +(37160,12466,'action started via WP Cron','2026-04-29 09:02:28','2026-04-29 11:02:28'), +(37161,12466,'action complete via WP Cron','2026-04-29 09:02:28','2026-04-29 11:02:28'), +(37162,12467,'action created','2026-04-29 09:02:32','2026-04-29 11:02:32'), +(37163,12467,'action started via Async Request','2026-04-29 09:03:10','2026-04-29 11:03:10'), +(37164,12467,'action complete via Async Request','2026-04-29 09:03:10','2026-04-29 11:03:10'), +(37165,12468,'action created','2026-04-29 09:18:27','2026-04-29 11:18:27'), +(37166,12468,'action started via WP Cron','2026-04-29 09:19:43','2026-04-29 11:19:43'), +(37167,12468,'action complete via WP Cron','2026-04-29 09:19:43','2026-04-29 11:19:43'), +(37168,12449,'action started via WP Cron','2026-04-29 09:22:34','2026-04-29 11:22:34'), +(37169,12449,'action complete via WP Cron','2026-04-29 09:22:34','2026-04-29 11:22:34'), +(37170,12469,'action created','2026-04-29 09:22:34','2026-04-29 11:22:34'), +(37171,12465,'action started via WP Cron','2026-04-29 10:07:56','2026-04-29 12:07:56'), +(37172,12470,'action created','2026-04-29 10:07:56','2026-04-29 12:07:56'), +(37173,12465,'action complete via WP Cron','2026-04-29 10:07:56','2026-04-29 12:07:56'), +(37174,12470,'action started via WP Cron','2026-04-29 11:11:17','2026-04-29 13:11:17'), +(37175,12471,'action created','2026-04-29 11:11:17','2026-04-29 13:11:17'), +(37176,12470,'action complete via WP Cron','2026-04-29 11:11:17','2026-04-29 13:11:17'), +(37177,12436,'action started via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37178,12436,'action complete via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37179,12472,'action created','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37180,12437,'action started via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37181,12437,'action complete via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37182,12473,'action created','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37183,12438,'action started via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37184,12438,'action complete via WP Cron','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37185,12474,'action created','2026-04-29 12:01:27','2026-04-29 14:01:27'), +(37186,12471,'action started via WP Cron','2026-04-29 12:25:16','2026-04-29 14:25:16'), +(37187,12475,'action created','2026-04-29 12:25:16','2026-04-29 14:25:16'), +(37188,12471,'action complete via WP Cron','2026-04-29 12:25:16','2026-04-29 14:25:16'), +(37189,12475,'action started via WP Cron','2026-04-29 13:43:38','2026-04-29 15:43:38'), +(37190,12476,'action created','2026-04-29 13:43:38','2026-04-29 15:43:38'), +(37191,12475,'action complete via WP Cron','2026-04-29 13:43:38','2026-04-29 15:43:38'), +(37192,12476,'action started via WP Cron','2026-04-29 14:50:13','2026-04-29 16:50:13'), +(37193,12477,'action created','2026-04-29 14:50:13','2026-04-29 16:50:13'), +(37194,12476,'action complete via WP Cron','2026-04-29 14:50:13','2026-04-29 16:50:13'), +(37195,12477,'action started via WP Cron','2026-04-29 15:57:18','2026-04-29 17:57:18'), +(37196,12478,'action created','2026-04-29 15:57:18','2026-04-29 17:57:18'), +(37197,12477,'action complete via WP Cron','2026-04-29 15:57:18','2026-04-29 17:57:18'), +(37198,12478,'action started via WP Cron','2026-04-29 16:57:41','2026-04-29 18:57:41'), +(37199,12479,'action created','2026-04-29 16:57:41','2026-04-29 18:57:41'), +(37200,12478,'action complete via WP Cron','2026-04-29 16:57:41','2026-04-29 18:57:41'), +(37201,12479,'action started via WP Cron','2026-04-29 18:03:16','2026-04-29 20:03:16'), +(37202,12480,'action created','2026-04-29 18:03:16','2026-04-29 20:03:16'), +(37203,12479,'action complete via WP Cron','2026-04-29 18:03:16','2026-04-29 20:03:16'), +(37204,12480,'action started via WP Cron','2026-04-29 19:21:12','2026-04-29 21:21:12'), +(37205,12481,'action created','2026-04-29 19:21:12','2026-04-29 21:21:12'), +(37206,12480,'action complete via WP Cron','2026-04-29 19:21:12','2026-04-29 21:21:12'), +(37207,12447,'action started via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37208,12447,'action complete via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37209,12482,'action created','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37210,12481,'action started via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37211,12483,'action created','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37212,12481,'action complete via WP Cron','2026-04-29 20:53:52','2026-04-29 22:53:52'), +(37213,12469,'action started via WP Cron','2026-04-29 21:51:21','2026-04-29 23:51:21'), +(37214,12469,'action complete via WP Cron','2026-04-29 21:51:21','2026-04-29 23:51:21'), +(37215,12484,'action created','2026-04-29 21:51:21','2026-04-29 23:51:21'), +(37216,12483,'action started via WP Cron','2026-04-29 21:57:14','2026-04-29 23:57:14'), +(37217,12485,'action created','2026-04-29 21:57:14','2026-04-29 23:57:14'), +(37218,12483,'action complete via WP Cron','2026-04-29 21:57:14','2026-04-29 23:57:14'), +(37219,12485,'action started via WP Cron','2026-04-29 23:02:46','2026-04-30 01:02:46'), +(37220,12486,'action created','2026-04-29 23:02:46','2026-04-30 01:02:46'), +(37221,12485,'action complete via WP Cron','2026-04-29 23:02:46','2026-04-30 01:02:46'), +(37222,12486,'action started via WP Cron','2026-04-30 00:03:28','2026-04-30 02:03:28'), +(37223,12487,'action created','2026-04-30 00:03:28','2026-04-30 02:03:28'), +(37224,12486,'action complete via WP Cron','2026-04-30 00:03:28','2026-04-30 02:03:28'), +(37225,12487,'action started via WP Cron','2026-04-30 01:35:39','2026-04-30 03:35:39'), +(37226,12488,'action created','2026-04-30 01:35:39','2026-04-30 03:35:39'), +(37227,12487,'action complete via WP Cron','2026-04-30 01:35:39','2026-04-30 03:35:39'), +(37228,12453,'action started via WP Cron','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37229,12453,'action complete via WP Cron','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37230,12489,'action created','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37231,12454,'action started via WP Cron','2026-04-30 02:13:02','2026-04-30 04:13:02'), +(37232,12454,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37233,12490,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37234,12455,'action started via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37235,12455,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37236,12491,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37237,12456,'action started via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37238,12492,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37239,12456,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37240,12459,'action started via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37243,12494,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37244,12459,'action complete via WP Cron','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37245,12495,'action created','2026-04-30 02:13:03','2026-04-30 04:13:03'), +(37246,12494,'action started via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37247,12494,'action complete via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37248,12488,'action started via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37249,12496,'action created','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37250,12488,'action complete via WP Cron','2026-04-30 03:08:49','2026-04-30 05:08:49'), +(37251,12496,'action started via WP Cron','2026-04-30 04:14:32','2026-04-30 06:14:32'), +(37252,12497,'action created','2026-04-30 04:14:32','2026-04-30 06:14:32'), +(37253,12496,'action complete via WP Cron','2026-04-30 04:14:32','2026-04-30 06:14:32'), +(37254,12497,'action started via WP Cron','2026-04-30 05:14:44','2026-04-30 07:14:44'), +(37255,12498,'action created','2026-04-30 05:14:44','2026-04-30 07:14:44'), +(37256,12497,'action complete via WP Cron','2026-04-30 05:14:44','2026-04-30 07:14:44'), +(37257,12498,'action started via WP Cron','2026-04-30 06:32:15','2026-04-30 08:32:15'), +(37258,12499,'action created','2026-04-30 06:32:15','2026-04-30 08:32:15'), +(37259,12498,'action complete via WP Cron','2026-04-30 06:32:15','2026-04-30 08:32:15'), +(37260,12499,'action started via WP Cron','2026-04-30 07:33:52','2026-04-30 09:33:52'), +(37261,12500,'action created','2026-04-30 07:33:52','2026-04-30 09:33:52'), +(37262,12499,'action complete via WP Cron','2026-04-30 07:33:52','2026-04-30 09:33:52'), +(37263,12500,'action started via WP Cron','2026-04-30 09:05:40','2026-04-30 11:05:40'), +(37264,12501,'action created','2026-04-30 09:05:40','2026-04-30 11:05:40'), +(37265,12500,'action complete via WP Cron','2026-04-30 09:05:40','2026-04-30 11:05:40'), +(37266,12484,'action started via WP Cron','2026-04-30 09:51:52','2026-04-30 11:51:52'), +(37267,12484,'action complete via WP Cron','2026-04-30 09:51:52','2026-04-30 11:51:52'), +(37268,12502,'action created','2026-04-30 09:51:52','2026-04-30 11:51:52'), +(37269,12501,'action started via WP Cron','2026-04-30 10:06:33','2026-04-30 12:06:33'), +(37270,12503,'action created','2026-04-30 10:06:33','2026-04-30 12:06:33'), +(37271,12501,'action complete via WP Cron','2026-04-30 10:06:33','2026-04-30 12:06:33'), +(37272,12503,'action started via WP Cron','2026-04-30 11:26:19','2026-04-30 13:26:19'), +(37273,12504,'action created','2026-04-30 11:26:19','2026-04-30 13:26:19'), +(37274,12503,'action complete via WP Cron','2026-04-30 11:26:19','2026-04-30 13:26:19'), +(37275,12472,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37276,12472,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37277,12505,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37278,12473,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37279,12473,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37280,12506,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37281,12474,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37282,12474,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37283,12507,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37284,12504,'action started via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37285,12508,'action created','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37286,12504,'action complete via WP Cron','2026-04-30 12:47:45','2026-04-30 14:47:45'), +(37287,12508,'action started via WP Cron','2026-04-30 13:49:46','2026-04-30 15:49:46'), +(37288,12509,'action created','2026-04-30 13:49:46','2026-04-30 15:49:46'), +(37289,12508,'action complete via WP Cron','2026-04-30 13:49:46','2026-04-30 15:49:46'), +(37290,12509,'action started via WP Cron','2026-04-30 14:56:42','2026-04-30 16:56:42'), +(37291,12510,'action created','2026-04-30 14:56:42','2026-04-30 16:56:42'), +(37292,12509,'action complete via WP Cron','2026-04-30 14:56:43','2026-04-30 16:56:43'), +(37293,12510,'action started via WP Cron','2026-04-30 16:17:45','2026-04-30 18:17:45'), +(37294,12511,'action created','2026-04-30 16:17:45','2026-04-30 18:17:45'), +(37295,12510,'action complete via WP Cron','2026-04-30 16:17:45','2026-04-30 18:17:45'), +(37296,12511,'action started via WP Cron','2026-04-30 17:29:32','2026-04-30 19:29:32'), +(37297,12512,'action created','2026-04-30 17:29:32','2026-04-30 19:29:32'), +(37298,12511,'action complete via WP Cron','2026-04-30 17:29:32','2026-04-30 19:29:32'), +(37299,12512,'action started via WP Cron','2026-04-30 19:44:47','2026-04-30 21:44:47'), +(37300,12513,'action created','2026-04-30 19:44:47','2026-04-30 21:44:47'), +(37301,12512,'action complete via WP Cron','2026-04-30 19:44:47','2026-04-30 21:44:47'), +(37302,12513,'action started via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37303,12514,'action created','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37304,12513,'action complete via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37305,12482,'action started via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37306,12482,'action complete via WP Cron','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37307,12515,'action created','2026-04-30 21:17:52','2026-04-30 23:17:52'), +(37308,12502,'action started via WP Cron','2026-04-30 21:58:28','2026-04-30 23:58:28'), +(37309,12502,'action complete via WP Cron','2026-04-30 21:58:28','2026-04-30 23:58:28'), +(37310,12516,'action created','2026-04-30 21:58:28','2026-04-30 23:58:28'), +(37311,12514,'action started via WP Cron','2026-04-30 22:21:05','2026-05-01 00:21:05'), +(37312,12517,'action created','2026-04-30 22:21:05','2026-05-01 00:21:05'), +(37313,12514,'action complete via WP Cron','2026-04-30 22:21:05','2026-05-01 00:21:05'), +(37314,12517,'action started via WP Cron','2026-04-30 23:23:04','2026-05-01 01:23:04'), +(37315,12518,'action created','2026-04-30 23:23:04','2026-05-01 01:23:04'), +(37316,12517,'action complete via WP Cron','2026-04-30 23:23:04','2026-05-01 01:23:04'), +(37317,12518,'action started via WP Cron','2026-05-01 01:08:25','2026-05-01 03:08:25'), +(37318,12519,'action created','2026-05-01 01:08:25','2026-05-01 03:08:25'), +(37319,12518,'action complete via WP Cron','2026-05-01 01:08:25','2026-05-01 03:08:25'), +(37320,12519,'action started via WP Cron','2026-05-01 02:08:41','2026-05-01 04:08:41'), +(37321,12520,'action created','2026-05-01 02:08:41','2026-05-01 04:08:41'), +(37322,12519,'action complete via WP Cron','2026-05-01 02:08:41','2026-05-01 04:08:41'), +(37323,12489,'action started via WP Cron','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37324,12489,'action complete via WP Cron','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37325,12521,'action created','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37326,12490,'action started via WP Cron','2026-05-01 02:26:58','2026-05-01 04:26:58'), +(37327,12490,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37328,12522,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37329,12491,'action started via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37330,12491,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37331,12523,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37332,12492,'action started via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37333,12524,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37334,12492,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37335,12495,'action started via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37337,12525,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37338,12526,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37339,12495,'action complete via WP Cron','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37340,12527,'action created','2026-05-01 02:26:59','2026-05-01 04:26:59'), +(37341,12526,'action started via WP Cron','2026-05-01 02:47:51','2026-05-01 04:47:51'), +(37342,12526,'action complete via WP Cron','2026-05-01 02:47:51','2026-05-01 04:47:51'), +(37343,12520,'action started via WP Cron','2026-05-01 03:16:02','2026-05-01 05:16:02'), +(37344,12528,'action created','2026-05-01 03:16:02','2026-05-01 05:16:02'), +(37345,12520,'action complete via WP Cron','2026-05-01 03:16:02','2026-05-01 05:16:02'), +(37346,12528,'action started via WP Cron','2026-05-01 04:19:03','2026-05-01 06:19:03'), +(37347,12529,'action created','2026-05-01 04:19:03','2026-05-01 06:19:03'), +(37348,12528,'action complete via WP Cron','2026-05-01 04:19:03','2026-05-01 06:19:03'), +(37349,12529,'action started via WP Cron','2026-05-01 05:22:06','2026-05-01 07:22:06'), +(37350,12530,'action created','2026-05-01 05:22:06','2026-05-01 07:22:06'), +(37351,12529,'action complete via WP Cron','2026-05-01 05:22:06','2026-05-01 07:22:06'), +(37352,12530,'action started via WP Cron','2026-05-01 06:29:41','2026-05-01 08:29:41'), +(37353,12531,'action created','2026-05-01 06:29:41','2026-05-01 08:29:41'), +(37354,12530,'action complete via WP Cron','2026-05-01 06:29:41','2026-05-01 08:29:41'), +(37355,12531,'action started via WP Cron','2026-05-01 07:58:17','2026-05-01 09:58:17'), +(37356,12532,'action created','2026-05-01 07:58:17','2026-05-01 09:58:17'), +(37357,12531,'action complete via WP Cron','2026-05-01 07:58:17','2026-05-01 09:58:17'), +(37358,12532,'action started via WP Cron','2026-05-01 09:06:01','2026-05-01 11:06:01'), +(37359,12533,'action created','2026-05-01 09:06:01','2026-05-01 11:06:01'), +(37360,12532,'action complete via WP Cron','2026-05-01 09:06:01','2026-05-01 11:06:01'), +(37361,12516,'action started via WP Cron','2026-05-01 09:59:45','2026-05-01 11:59:45'), +(37362,12516,'action complete via WP Cron','2026-05-01 09:59:45','2026-05-01 11:59:45'), +(37363,12534,'action created','2026-05-01 09:59:45','2026-05-01 11:59:45'), +(37364,12533,'action started via WP Cron','2026-05-01 10:07:21','2026-05-01 12:07:21'), +(37365,12535,'action created','2026-05-01 10:07:21','2026-05-01 12:07:21'), +(37366,12533,'action complete via WP Cron','2026-05-01 10:07:21','2026-05-01 12:07:21'), +(37367,12535,'action started via WP Cron','2026-05-01 11:17:48','2026-05-01 13:17:48'), +(37368,12536,'action created','2026-05-01 11:17:48','2026-05-01 13:17:48'), +(37369,12535,'action complete via WP Cron','2026-05-01 11:17:48','2026-05-01 13:17:48'), +(37370,12536,'action started via WP Cron','2026-05-01 12:23:43','2026-05-01 14:23:43'), +(37371,12537,'action created','2026-05-01 12:23:43','2026-05-01 14:23:43'), +(37372,12536,'action complete via WP Cron','2026-05-01 12:23:43','2026-05-01 14:23:43'), +(37373,12505,'action started via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37374,12505,'action complete via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37375,12538,'action created','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37376,12506,'action started via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37377,12506,'action complete via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37378,12539,'action created','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37379,12507,'action started via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37380,12507,'action complete via WP Cron','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37381,12540,'action created','2026-05-01 13:19:15','2026-05-01 15:19:15'), +(37382,12537,'action started via WP Cron','2026-05-01 14:05:19','2026-05-01 16:05:19'), +(37383,12541,'action created','2026-05-01 14:05:19','2026-05-01 16:05:19'), +(37384,12537,'action complete via WP Cron','2026-05-01 14:05:19','2026-05-01 16:05:19'), +(37385,12541,'action started via WP Cron','2026-05-01 15:09:09','2026-05-01 17:09:09'), +(37386,12542,'action created','2026-05-01 15:09:09','2026-05-01 17:09:09'), +(37387,12541,'action complete via WP Cron','2026-05-01 15:09:09','2026-05-01 17:09:09'), +(37388,12542,'action started via WP Cron','2026-05-01 16:18:05','2026-05-01 18:18:05'), +(37389,12543,'action created','2026-05-01 16:18:05','2026-05-01 18:18:05'), +(37390,12542,'action complete via WP Cron','2026-05-01 16:18:05','2026-05-01 18:18:05'), +(37391,12543,'action started via WP Cron','2026-05-01 17:28:16','2026-05-01 19:28:16'), +(37392,12544,'action created','2026-05-01 17:28:16','2026-05-01 19:28:16'), +(37393,12543,'action complete via WP Cron','2026-05-01 17:28:16','2026-05-01 19:28:16'), +(37394,12544,'action started via WP Cron','2026-05-01 19:17:29','2026-05-01 21:17:29'), +(37395,12545,'action created','2026-05-01 19:17:29','2026-05-01 21:17:29'), +(37396,12544,'action complete via WP Cron','2026-05-01 19:17:29','2026-05-01 21:17:29'), +(37397,12545,'action started via WP Cron','2026-05-01 20:35:14','2026-05-01 22:35:14'), +(37398,12546,'action created','2026-05-01 20:35:14','2026-05-01 22:35:14'), +(37399,12545,'action complete via WP Cron','2026-05-01 20:35:14','2026-05-01 22:35:14'), +(37400,12515,'action started via WP Cron','2026-05-01 21:20:34','2026-05-01 23:20:34'), +(37401,12515,'action complete via WP Cron','2026-05-01 21:20:34','2026-05-01 23:20:34'), +(37402,12547,'action created','2026-05-01 21:20:34','2026-05-01 23:20:34'), +(37403,12546,'action started via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37404,12548,'action created','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37405,12546,'action complete via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37406,12534,'action started via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37407,12534,'action complete via WP Cron','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37408,12549,'action created','2026-05-01 22:17:06','2026-05-02 00:17:06'), +(37409,12548,'action started via WP Cron','2026-05-01 23:26:34','2026-05-02 01:26:34'), +(37410,12550,'action created','2026-05-01 23:26:34','2026-05-02 01:26:34'), +(37411,12548,'action complete via WP Cron','2026-05-01 23:26:34','2026-05-02 01:26:34'), +(37412,12550,'action started via WP Cron','2026-05-02 00:51:44','2026-05-02 02:51:44'), +(37413,12551,'action created','2026-05-02 00:51:44','2026-05-02 02:51:44'), +(37414,12550,'action complete via WP Cron','2026-05-02 00:51:44','2026-05-02 02:51:44'), +(37415,12551,'action started via WP Cron','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37416,12552,'action created','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37417,12551,'action complete via WP Cron','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37418,12521,'action started via WP Cron','2026-05-02 04:06:08','2026-05-02 06:06:08'), +(37419,12521,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37420,12553,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37421,12522,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37422,12522,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37423,12554,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37424,12523,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37425,12523,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37426,12555,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37427,12524,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37428,12556,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37429,12524,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37430,12525,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37431,12525,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37433,12527,'action started via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37435,12558,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37436,12559,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37437,12527,'action complete via WP Cron','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37438,12560,'action created','2026-05-02 04:06:09','2026-05-02 06:06:09'), +(37439,12559,'action started via WP Cron','2026-05-02 04:18:43','2026-05-02 06:18:43'), +(37440,12559,'action complete via WP Cron','2026-05-02 04:18:43','2026-05-02 06:18:43'), +(37441,12552,'action started via WP Cron','2026-05-02 05:43:57','2026-05-02 07:43:57'), +(37442,12561,'action created','2026-05-02 05:43:57','2026-05-02 07:43:57'), +(37443,12552,'action complete via WP Cron','2026-05-02 05:43:57','2026-05-02 07:43:57'), +(37444,12561,'action started via WP Cron','2026-05-02 07:02:07','2026-05-02 09:02:07'), +(37445,12562,'action created','2026-05-02 07:02:07','2026-05-02 09:02:07'), +(37446,12561,'action complete via WP Cron','2026-05-02 07:02:07','2026-05-02 09:02:07'), +(37447,12562,'action started via WP Cron','2026-05-02 08:04:08','2026-05-02 10:04:08'), +(37448,12563,'action created','2026-05-02 08:04:08','2026-05-02 10:04:08'), +(37449,12562,'action complete via WP Cron','2026-05-02 08:04:08','2026-05-02 10:04:08'), +(37450,12563,'action started via WP Cron','2026-05-02 09:17:09','2026-05-02 11:17:09'), +(37451,12564,'action created','2026-05-02 09:17:09','2026-05-02 11:17:09'), +(37452,12563,'action complete via WP Cron','2026-05-02 09:17:09','2026-05-02 11:17:09'), +(37453,12549,'action started via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37454,12549,'action complete via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37455,12565,'action created','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37456,12564,'action started via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37457,12566,'action created','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37458,12564,'action complete via WP Cron','2026-05-02 10:20:15','2026-05-02 12:20:15'), +(37459,12566,'action started via WP Cron','2026-05-02 11:27:17','2026-05-02 13:27:17'), +(37460,12567,'action created','2026-05-02 11:27:17','2026-05-02 13:27:17'), +(37461,12566,'action complete via WP Cron','2026-05-02 11:27:17','2026-05-02 13:27:17'), +(37462,12567,'action started via WP Cron','2026-05-02 12:28:00','2026-05-02 14:28:00'), +(37463,12568,'action created','2026-05-02 12:28:00','2026-05-02 14:28:00'), +(37464,12567,'action complete via WP Cron','2026-05-02 12:28:00','2026-05-02 14:28:00'), +(37465,12538,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37466,12538,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37467,12569,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37468,12539,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37469,12539,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37470,12570,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37471,12540,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37472,12540,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37473,12571,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37474,12568,'action started via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37475,12572,'action created','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37476,12568,'action complete via WP Cron','2026-05-02 13:31:51','2026-05-02 15:31:51'), +(37477,12572,'action started via WP Cron','2026-05-02 14:43:41','2026-05-02 16:43:41'), +(37478,12573,'action created','2026-05-02 14:43:41','2026-05-02 16:43:41'), +(37479,12572,'action complete via WP Cron','2026-05-02 14:43:41','2026-05-02 16:43:41'), +(37480,12573,'action started via WP Cron','2026-05-02 16:01:17','2026-05-02 18:01:17'), +(37481,12574,'action created','2026-05-02 16:01:17','2026-05-02 18:01:17'), +(37482,12573,'action complete via WP Cron','2026-05-02 16:01:17','2026-05-02 18:01:17'), +(37483,12574,'action started via WP Cron','2026-05-02 17:09:33','2026-05-02 19:09:33'), +(37484,12575,'action created','2026-05-02 17:09:33','2026-05-02 19:09:33'), +(37485,12574,'action complete via WP Cron','2026-05-02 17:09:33','2026-05-02 19:09:33'), +(37486,12575,'action started via WP Cron','2026-05-02 18:31:20','2026-05-02 20:31:20'), +(37487,12576,'action created','2026-05-02 18:31:20','2026-05-02 20:31:20'), +(37488,12575,'action complete via WP Cron','2026-05-02 18:31:21','2026-05-02 20:31:21'), +(37489,12576,'action started via WP Cron','2026-05-02 19:55:44','2026-05-02 21:55:44'), +(37490,12577,'action created','2026-05-02 19:55:44','2026-05-02 21:55:44'), +(37491,12576,'action complete via WP Cron','2026-05-02 19:55:44','2026-05-02 21:55:44'), +(37492,12577,'action started via WP Cron','2026-05-02 21:07:44','2026-05-02 23:07:44'), +(37493,12578,'action created','2026-05-02 21:07:44','2026-05-02 23:07:44'), +(37494,12577,'action complete via WP Cron','2026-05-02 21:07:44','2026-05-02 23:07:44'), +(37495,12547,'action started via WP Cron','2026-05-02 21:41:23','2026-05-02 23:41:23'), +(37496,12547,'action complete via WP Cron','2026-05-02 21:41:23','2026-05-02 23:41:23'), +(37497,12579,'action created','2026-05-02 21:41:23','2026-05-02 23:41:23'), +(37498,12578,'action started via WP Cron','2026-05-02 22:10:41','2026-05-03 00:10:41'), +(37499,12580,'action created','2026-05-02 22:10:41','2026-05-03 00:10:41'), +(37500,12578,'action complete via WP Cron','2026-05-02 22:10:41','2026-05-03 00:10:41'), +(37501,12565,'action started via WP Cron','2026-05-02 22:31:27','2026-05-03 00:31:27'), +(37502,12565,'action complete via WP Cron','2026-05-02 22:31:27','2026-05-03 00:31:27'), +(37503,12581,'action created','2026-05-02 22:31:27','2026-05-03 00:31:27'), +(37504,12580,'action started via WP Cron','2026-05-02 23:29:54','2026-05-03 01:29:54'), +(37505,12582,'action created','2026-05-02 23:29:54','2026-05-03 01:29:54'), +(37506,12580,'action complete via WP Cron','2026-05-02 23:29:54','2026-05-03 01:29:54'), +(37507,12582,'action started via WP Cron','2026-05-03 00:35:52','2026-05-03 02:35:52'), +(37508,12583,'action created','2026-05-03 00:35:52','2026-05-03 02:35:52'), +(37509,12582,'action complete via WP Cron','2026-05-03 00:35:52','2026-05-03 02:35:52'), +(37510,12583,'action started via WP Cron','2026-05-03 02:36:28','2026-05-03 04:36:28'), +(37511,12584,'action created','2026-05-03 02:36:28','2026-05-03 04:36:28'), +(37512,12583,'action complete via WP Cron','2026-05-03 02:36:28','2026-05-03 04:36:28'), +(37513,12584,'action started via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37514,12585,'action created','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37515,12584,'action complete via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37516,12558,'action started via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37517,12558,'action complete via WP Cron','2026-05-03 04:04:33','2026-05-03 06:04:33'), +(37519,12553,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37520,12553,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37521,12587,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37522,12554,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37523,12554,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37524,12588,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37525,12555,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37526,12555,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37527,12589,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37528,12556,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37529,12590,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37530,12556,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37531,12560,'action started via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37533,12591,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37534,12592,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37535,12560,'action complete via WP Cron','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37536,12593,'action created','2026-05-03 04:12:54','2026-05-03 06:12:54'), +(37537,12592,'action started via WP Cron','2026-05-03 04:18:13','2026-05-03 06:18:13'), +(37538,12592,'action complete via WP Cron','2026-05-03 04:18:13','2026-05-03 06:18:13'), +(37539,12585,'action started via WP Cron','2026-05-03 05:08:34','2026-05-03 07:08:34'), +(37540,12594,'action created','2026-05-03 05:08:34','2026-05-03 07:08:34'), +(37541,12585,'action complete via WP Cron','2026-05-03 05:08:34','2026-05-03 07:08:34'), +(37542,12594,'action started via WP Cron','2026-05-03 06:18:06','2026-05-03 08:18:06'), +(37543,12595,'action created','2026-05-03 06:18:06','2026-05-03 08:18:06'), +(37544,12594,'action complete via WP Cron','2026-05-03 06:18:06','2026-05-03 08:18:06'), +(37545,12595,'action started via WP Cron','2026-05-03 07:21:18','2026-05-03 09:21:18'), +(37546,12596,'action created','2026-05-03 07:21:18','2026-05-03 09:21:18'), +(37547,12595,'action complete via WP Cron','2026-05-03 07:21:18','2026-05-03 09:21:18'), +(37548,12596,'action started via WP Cron','2026-05-03 08:22:58','2026-05-03 10:22:58'), +(37549,12597,'action created','2026-05-03 08:22:58','2026-05-03 10:22:58'), +(37550,12596,'action complete via WP Cron','2026-05-03 08:22:58','2026-05-03 10:22:58'), +(37551,12597,'action started via WP Cron','2026-05-03 09:25:34','2026-05-03 11:25:34'), +(37552,12598,'action created','2026-05-03 09:25:34','2026-05-03 11:25:34'), +(37553,12597,'action complete via WP Cron','2026-05-03 09:25:34','2026-05-03 11:25:34'), +(37554,12598,'action started via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37555,12599,'action created','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37556,12598,'action complete via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37557,12581,'action started via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37558,12581,'action complete via WP Cron','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37559,12600,'action created','2026-05-03 10:42:21','2026-05-03 12:42:21'), +(37560,12599,'action started via WP Cron','2026-05-03 12:02:08','2026-05-03 14:02:08'), +(37561,12601,'action created','2026-05-03 12:02:08','2026-05-03 14:02:08'), +(37562,12599,'action complete via WP Cron','2026-05-03 12:02:08','2026-05-03 14:02:08'), +(37563,12601,'action started via WP Cron','2026-05-03 13:13:40','2026-05-03 15:13:40'), +(37564,12602,'action created','2026-05-03 13:13:40','2026-05-03 15:13:40'), +(37565,12601,'action complete via WP Cron','2026-05-03 13:13:40','2026-05-03 15:13:40'), +(37566,12603,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37567,12604,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37568,12569,'action started via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37569,12569,'action complete via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37570,12605,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37571,12570,'action started via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37572,12570,'action complete via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37573,12606,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37574,12571,'action started via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37575,12571,'action complete via WP Cron','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37576,12607,'action created','2026-05-03 13:33:06','2026-05-03 15:33:06'), +(37577,12603,'action started via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37578,12603,'action complete via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37579,12604,'action started via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37580,12604,'action complete via WP Cron','2026-05-03 13:33:07','2026-05-03 15:33:07'), +(37581,12602,'action started via WP Cron','2026-05-03 14:13:43','2026-05-03 16:13:43'), +(37582,12608,'action created','2026-05-03 14:13:43','2026-05-03 16:13:43'), +(37583,12602,'action complete via WP Cron','2026-05-03 14:13:43','2026-05-03 16:13:43'), +(37584,12608,'action started via Async Request','2026-05-03 15:13:49','2026-05-03 17:13:49'), +(37585,12609,'action created','2026-05-03 15:13:49','2026-05-03 17:13:49'), +(37586,12608,'action complete via Async Request','2026-05-03 15:13:49','2026-05-03 17:13:49'), +(37587,12609,'action started via WP Cron','2026-05-03 16:14:21','2026-05-03 18:14:21'), +(37588,12610,'action created','2026-05-03 16:14:21','2026-05-03 18:14:21'), +(37589,12609,'action complete via WP Cron','2026-05-03 16:14:21','2026-05-03 18:14:21'), +(37590,12610,'action started via WP Cron','2026-05-03 17:48:50','2026-05-03 19:48:50'), +(37591,12611,'action created','2026-05-03 17:48:50','2026-05-03 19:48:50'), +(37592,12610,'action complete via WP Cron','2026-05-03 17:48:50','2026-05-03 19:48:50'), +(37593,12611,'action started via WP Cron','2026-05-03 18:58:55','2026-05-03 20:58:55'), +(37594,12612,'action created','2026-05-03 18:58:55','2026-05-03 20:58:55'), +(37595,12611,'action complete via WP Cron','2026-05-03 18:58:55','2026-05-03 20:58:55'), +(37596,12612,'action started via WP Cron','2026-05-03 20:03:24','2026-05-03 22:03:24'), +(37597,12613,'action created','2026-05-03 20:03:24','2026-05-03 22:03:24'), +(37598,12612,'action complete via WP Cron','2026-05-03 20:03:24','2026-05-03 22:03:24'), +(37599,12613,'action started via WP Cron','2026-05-03 21:24:57','2026-05-03 23:24:57'), +(37600,12614,'action created','2026-05-03 21:24:57','2026-05-03 23:24:57'), +(37601,12613,'action complete via WP Cron','2026-05-03 21:24:57','2026-05-03 23:24:57'), +(37602,12579,'action started via WP Cron','2026-05-03 21:55:11','2026-05-03 23:55:11'), +(37603,12579,'action complete via WP Cron','2026-05-03 21:55:11','2026-05-03 23:55:11'), +(37604,12615,'action created','2026-05-03 21:55:11','2026-05-03 23:55:11'), +(37605,12614,'action started via WP Cron','2026-05-03 22:41:13','2026-05-04 00:41:13'), +(37606,12616,'action created','2026-05-03 22:41:13','2026-05-04 00:41:13'), +(37607,12614,'action complete via WP Cron','2026-05-03 22:41:13','2026-05-04 00:41:13'), +(37608,12600,'action started via WP Cron','2026-05-03 23:07:22','2026-05-04 01:07:22'), +(37609,12600,'action complete via WP Cron','2026-05-03 23:07:22','2026-05-04 01:07:22'), +(37610,12617,'action created','2026-05-03 23:07:22','2026-05-04 01:07:22'), +(37611,12616,'action started via WP Cron','2026-05-04 00:33:56','2026-05-04 02:33:56'), +(37612,12618,'action created','2026-05-04 00:33:56','2026-05-04 02:33:56'), +(37613,12616,'action complete via WP Cron','2026-05-04 00:33:56','2026-05-04 02:33:56'), +(37614,12618,'action started via WP Cron','2026-05-04 02:25:04','2026-05-04 04:25:04'), +(37615,12619,'action created','2026-05-04 02:25:04','2026-05-04 04:25:04'), +(37616,12618,'action complete via WP Cron','2026-05-04 02:25:04','2026-05-04 04:25:04'), +(37617,12619,'action started via WP Cron','2026-05-04 03:29:24','2026-05-04 05:29:24'), +(37618,12620,'action created','2026-05-04 03:29:24','2026-05-04 05:29:24'), +(37619,12619,'action complete via WP Cron','2026-05-04 03:29:24','2026-05-04 05:29:24'), +(37620,12591,'action started via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37621,12591,'action complete via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37623,12587,'action started via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37624,12587,'action complete via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37625,12622,'action created','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37626,12588,'action started via WP Cron','2026-05-04 04:18:25','2026-05-04 06:18:25'), +(37627,12588,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37628,12623,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37629,12589,'action started via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37630,12589,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37631,12624,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37632,12590,'action started via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37633,12625,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37634,12590,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37635,12593,'action started via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37637,12626,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37638,12627,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37639,12593,'action complete via WP Cron','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37640,12628,'action created','2026-05-04 04:18:26','2026-05-04 06:18:26'), +(37641,12627,'action started via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37642,12627,'action complete via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37643,12620,'action started via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37644,12629,'action created','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37645,12620,'action complete via WP Cron','2026-05-04 04:30:30','2026-05-04 06:30:30'), +(37646,12629,'action started via WP Cron','2026-05-04 05:40:58','2026-05-04 07:40:58'), +(37647,12630,'action created','2026-05-04 05:40:58','2026-05-04 07:40:58'), +(37648,12629,'action complete via WP Cron','2026-05-04 05:40:58','2026-05-04 07:40:58'), +(37649,12630,'action started via WP Cron','2026-05-04 06:57:10','2026-05-04 08:57:10'), +(37650,12631,'action created','2026-05-04 06:57:10','2026-05-04 08:57:10'), +(37651,12630,'action complete via WP Cron','2026-05-04 06:57:10','2026-05-04 08:57:10'), +(37652,12631,'action started via WP Cron','2026-05-04 08:06:31','2026-05-04 10:06:31'), +(37653,12632,'action created','2026-05-04 08:06:31','2026-05-04 10:06:31'), +(37654,12631,'action complete via WP Cron','2026-05-04 08:06:31','2026-05-04 10:06:31'), +(37655,12632,'action started via WP Cron','2026-05-04 09:09:18','2026-05-04 11:09:18'), +(37656,12633,'action created','2026-05-04 09:09:18','2026-05-04 11:09:18'), +(37657,12632,'action complete via WP Cron','2026-05-04 09:09:18','2026-05-04 11:09:18'), +(37658,12633,'action started via WP Cron','2026-05-04 10:17:53','2026-05-04 12:17:53'), +(37659,12634,'action created','2026-05-04 10:17:53','2026-05-04 12:17:53'), +(37660,12633,'action complete via WP Cron','2026-05-04 10:17:53','2026-05-04 12:17:53'), +(37661,12617,'action started via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37662,12617,'action complete via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37663,12635,'action created','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37664,12634,'action started via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37665,12636,'action created','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37666,12634,'action complete via WP Cron','2026-05-04 11:19:23','2026-05-04 13:19:23'), +(37667,12636,'action started via WP Cron','2026-05-04 12:31:52','2026-05-04 14:31:52'), +(37668,12637,'action created','2026-05-04 12:31:52','2026-05-04 14:31:52'), +(37669,12636,'action complete via WP Cron','2026-05-04 12:31:52','2026-05-04 14:31:52'), +(37670,12637,'action started via WP Cron','2026-05-04 13:42:32','2026-05-04 15:42:32'), +(37671,12638,'action created','2026-05-04 13:42:32','2026-05-04 15:42:32'), +(37672,12637,'action complete via WP Cron','2026-05-04 13:42:32','2026-05-04 15:42:32'), +(37673,12605,'action started via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37674,12605,'action complete via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37675,12639,'action created','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37676,12606,'action started via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37677,12606,'action complete via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37678,12640,'action created','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37679,12607,'action started via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37680,12607,'action complete via WP Cron','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37681,12641,'action created','2026-05-04 13:42:33','2026-05-04 15:42:33'), +(37682,12638,'action started via WP Cron','2026-05-04 14:42:34','2026-05-04 16:42:34'), +(37683,12642,'action created','2026-05-04 14:42:34','2026-05-04 16:42:34'), +(37684,12638,'action complete via WP Cron','2026-05-04 14:42:34','2026-05-04 16:42:34'), +(37685,12642,'action started via WP Cron','2026-05-04 15:47:29','2026-05-04 17:47:29'), +(37686,12643,'action created','2026-05-04 15:47:29','2026-05-04 17:47:29'), +(37687,12642,'action complete via WP Cron','2026-05-04 15:47:29','2026-05-04 17:47:29'), +(37688,12643,'action started via WP Cron','2026-05-04 16:55:26','2026-05-04 18:55:26'), +(37689,12644,'action created','2026-05-04 16:55:26','2026-05-04 18:55:26'), +(37690,12643,'action complete via WP Cron','2026-05-04 16:55:26','2026-05-04 18:55:26'), +(37691,12644,'action started via WP Cron','2026-05-04 18:01:30','2026-05-04 20:01:30'), +(37692,12645,'action created','2026-05-04 18:01:30','2026-05-04 20:01:30'), +(37693,12644,'action complete via WP Cron','2026-05-04 18:01:30','2026-05-04 20:01:30'), +(37694,12645,'action started via WP Cron','2026-05-04 19:11:27','2026-05-04 21:11:27'), +(37695,12646,'action created','2026-05-04 19:11:27','2026-05-04 21:11:27'), +(37696,12645,'action complete via WP Cron','2026-05-04 19:11:27','2026-05-04 21:11:27'), +(37697,12646,'action started via WP Cron','2026-05-04 20:33:18','2026-05-04 22:33:18'), +(37698,12647,'action created','2026-05-04 20:33:18','2026-05-04 22:33:18'), +(37699,12646,'action complete via WP Cron','2026-05-04 20:33:18','2026-05-04 22:33:18'), +(37700,12647,'action started via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37701,12648,'action created','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37702,12647,'action complete via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37703,12615,'action started via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37704,12615,'action complete via WP Cron','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37705,12649,'action created','2026-05-04 22:07:03','2026-05-05 00:07:03'), +(37706,12648,'action started via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37707,12650,'action created','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37708,12648,'action complete via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37709,12635,'action started via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37710,12635,'action complete via WP Cron','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37711,12651,'action created','2026-05-04 23:33:12','2026-05-05 01:33:12'), +(37712,12650,'action started via WP Cron','2026-05-05 00:35:05','2026-05-05 02:35:05'), +(37713,12652,'action created','2026-05-05 00:35:05','2026-05-05 02:35:05'), +(37714,12650,'action complete via WP Cron','2026-05-05 00:35:05','2026-05-05 02:35:05'), +(37715,12652,'action started via WP Cron','2026-05-05 02:04:41','2026-05-05 04:04:41'), +(37716,12653,'action created','2026-05-05 02:04:41','2026-05-05 04:04:41'), +(37717,12652,'action complete via WP Cron','2026-05-05 02:04:41','2026-05-05 04:04:41'), +(37718,12653,'action started via WP Cron','2026-05-05 03:23:40','2026-05-05 05:23:40'), +(37719,12654,'action created','2026-05-05 03:23:40','2026-05-05 05:23:40'), +(37720,12653,'action complete via WP Cron','2026-05-05 03:23:40','2026-05-05 05:23:40'), +(37721,12626,'action started via WP Cron','2026-05-05 04:00:20','2026-05-05 06:00:20'), +(37722,12626,'action complete via WP Cron','2026-05-05 04:00:20','2026-05-05 06:00:20'), +(37724,12622,'action started via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37725,12622,'action complete via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37726,12656,'action created','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37727,12623,'action started via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37728,12623,'action complete via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37729,12657,'action created','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37730,12624,'action started via WP Cron','2026-05-05 04:19:46','2026-05-05 06:19:46'), +(37731,12624,'action complete via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37732,12658,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37733,12625,'action started via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37734,12659,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37735,12625,'action complete via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37736,12628,'action started via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37738,12660,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37739,12661,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37740,12628,'action complete via WP Cron','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37741,12662,'action created','2026-05-05 04:19:47','2026-05-05 06:19:47'), +(37742,12661,'action started via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37743,12661,'action complete via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37744,12654,'action started via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37745,12663,'action created','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37746,12654,'action complete via WP Cron','2026-05-05 04:40:21','2026-05-05 06:40:21'), +(37747,12663,'action started via WP Cron','2026-05-05 05:43:09','2026-05-05 07:43:09'), +(37748,12664,'action created','2026-05-05 05:43:09','2026-05-05 07:43:09'), +(37749,12663,'action complete via WP Cron','2026-05-05 05:43:09','2026-05-05 07:43:09'), +(37750,12664,'action started via WP Cron','2026-05-05 06:47:16','2026-05-05 08:47:16'), +(37751,12665,'action created','2026-05-05 06:47:16','2026-05-05 08:47:16'), +(37752,12664,'action complete via WP Cron','2026-05-05 06:47:17','2026-05-05 08:47:17'), +(37753,12363,'action started via WP Cron','2026-05-05 07:41:13','2026-05-05 09:41:13'), +(37754,12363,'action complete via WP Cron','2026-05-05 07:41:13','2026-05-05 09:41:13'), +(37755,12666,'action created','2026-05-05 07:41:13','2026-05-05 09:41:13'), +(37756,12665,'action started via WP Cron','2026-05-05 07:57:14','2026-05-05 09:57:14'), +(37757,12667,'action created','2026-05-05 07:57:14','2026-05-05 09:57:14'), +(37758,12665,'action complete via WP Cron','2026-05-05 07:57:14','2026-05-05 09:57:14'), +(37759,12667,'action started via WP Cron','2026-05-05 10:19:40','2026-05-05 12:19:40'), +(37760,12668,'action created','2026-05-05 10:19:40','2026-05-05 12:19:40'), +(37761,12667,'action complete via WP Cron','2026-05-05 10:19:40','2026-05-05 12:19:40'), +(37762,12668,'action started via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37763,12669,'action created','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37764,12668,'action complete via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37765,12651,'action started via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37766,12651,'action complete via WP Cron','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37767,12670,'action created','2026-05-05 11:42:31','2026-05-05 13:42:31'), +(37768,12669,'action started via WP Cron','2026-05-05 13:10:05','2026-05-05 15:10:05'), +(37769,12671,'action created','2026-05-05 13:10:05','2026-05-05 15:10:05'), +(37770,12669,'action complete via WP Cron','2026-05-05 13:10:05','2026-05-05 15:10:05'), +(37771,12639,'action started via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37772,12639,'action complete via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37773,12672,'action created','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37774,12640,'action started via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37775,12640,'action complete via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37776,12673,'action created','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37777,12641,'action started via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37778,12641,'action complete via WP Cron','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37779,12674,'action created','2026-05-05 13:48:38','2026-05-05 15:48:38'), +(37780,12671,'action started via WP Cron','2026-05-05 14:22:37','2026-05-05 16:22:37'), +(37781,12675,'action created','2026-05-05 14:22:37','2026-05-05 16:22:37'), +(37782,12671,'action complete via WP Cron','2026-05-05 14:22:37','2026-05-05 16:22:37'), +(37783,12675,'action started via WP Cron','2026-05-05 15:23:00','2026-05-05 17:23:00'), +(37784,12676,'action created','2026-05-05 15:23:00','2026-05-05 17:23:00'), +(37785,12675,'action complete via WP Cron','2026-05-05 15:23:00','2026-05-05 17:23:00'), +(37786,12677,'action created','2026-05-05 15:53:52','2026-05-05 17:53:52'), +(37787,12677,'action started via WP Cron','2026-05-05 15:56:10','2026-05-05 17:56:10'), +(37788,12677,'action complete via WP Cron','2026-05-05 15:56:11','2026-05-05 17:56:11'), +(37789,12676,'action started via WP Cron','2026-05-05 16:25:07','2026-05-05 18:25:07'), +(37790,12678,'action created','2026-05-05 16:25:07','2026-05-05 18:25:07'), +(37791,12676,'action complete via WP Cron','2026-05-05 16:25:07','2026-05-05 18:25:07'), +(37792,12678,'action started via WP Cron','2026-05-05 17:59:29','2026-05-05 19:59:29'), +(37793,12679,'action created','2026-05-05 17:59:29','2026-05-05 19:59:29'), +(37794,12678,'action complete via WP Cron','2026-05-05 17:59:29','2026-05-05 19:59:29'), +(37795,12679,'action started via WP Cron','2026-05-05 19:01:28','2026-05-05 21:01:28'), +(37796,12680,'action created','2026-05-05 19:01:28','2026-05-05 21:01:28'), +(37797,12679,'action complete via WP Cron','2026-05-05 19:01:28','2026-05-05 21:01:28'), +(37798,12680,'action started via WP Cron','2026-05-05 20:26:40','2026-05-05 22:26:40'), +(37799,12681,'action created','2026-05-05 20:26:40','2026-05-05 22:26:40'), +(37800,12680,'action complete via WP Cron','2026-05-05 20:26:40','2026-05-05 22:26:40'), +(37801,12681,'action started via WP Cron','2026-05-05 21:42:23','2026-05-05 23:42:23'), +(37802,12682,'action created','2026-05-05 21:42:23','2026-05-05 23:42:23'), +(37803,12681,'action complete via WP Cron','2026-05-05 21:42:23','2026-05-05 23:42:23'), +(37804,12649,'action started via WP Cron','2026-05-05 22:19:19','2026-05-06 00:19:19'), +(37805,12649,'action complete via WP Cron','2026-05-05 22:19:19','2026-05-06 00:19:19'), +(37806,12683,'action created','2026-05-05 22:19:19','2026-05-06 00:19:19'), +(37807,12682,'action started via WP Cron','2026-05-05 23:01:54','2026-05-06 01:01:54'), +(37808,12684,'action created','2026-05-05 23:01:54','2026-05-06 01:01:54'), +(37809,12682,'action complete via WP Cron','2026-05-05 23:01:54','2026-05-06 01:01:54'), +(37810,12670,'action started via WP Cron','2026-05-06 00:25:11','2026-05-06 02:25:11'), +(37811,12670,'action complete via WP Cron','2026-05-06 00:25:11','2026-05-06 02:25:11'), +(37812,12685,'action created','2026-05-06 00:25:11','2026-05-06 02:25:11'), +(37813,12684,'action started via WP Cron','2026-05-06 00:25:11','2026-05-06 02:25:11'), +(37814,12686,'action created','2026-05-06 00:25:11','2026-05-06 02:25:11'), +(37815,12684,'action complete via WP Cron','2026-05-06 00:25:11','2026-05-06 02:25:11'), +(37816,12686,'action started via WP Cron','2026-05-06 01:31:01','2026-05-06 03:31:01'), +(37817,12687,'action created','2026-05-06 01:31:01','2026-05-06 03:31:01'), +(37818,12686,'action complete via WP Cron','2026-05-06 01:31:01','2026-05-06 03:31:01'), +(37819,12687,'action started via WP Cron','2026-05-06 02:46:44','2026-05-06 04:46:44'), +(37820,12688,'action created','2026-05-06 02:46:44','2026-05-06 04:46:44'), +(37821,12687,'action complete via WP Cron','2026-05-06 02:46:45','2026-05-06 04:46:45'), +(37822,12688,'action started via WP Cron','2026-05-06 03:49:02','2026-05-06 05:49:02'), +(37823,12689,'action created','2026-05-06 03:49:02','2026-05-06 05:49:02'), +(37824,12688,'action complete via WP Cron','2026-05-06 03:49:02','2026-05-06 05:49:02'), +(37825,12660,'action started via WP Cron','2026-05-06 04:03:10','2026-05-06 06:03:10'), +(37826,12660,'action complete via WP Cron','2026-05-06 04:03:10','2026-05-06 06:03:10'), +(37828,12656,'action started via WP Cron','2026-05-06 04:24:06','2026-05-06 06:24:06'), +(37829,12656,'action complete via WP Cron','2026-05-06 04:24:06','2026-05-06 06:24:06'), +(37830,12691,'action created','2026-05-06 04:24:06','2026-05-06 06:24:06'), +(37831,12657,'action started via WP Cron','2026-05-06 04:24:06','2026-05-06 06:24:06'), +(37832,12657,'action complete via WP Cron','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37833,12692,'action created','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37834,12658,'action started via WP Cron','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37835,12658,'action complete via WP Cron','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37836,12693,'action created','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37837,12659,'action started via WP Cron','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37838,12694,'action created','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37839,12659,'action complete via WP Cron','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37840,12662,'action started via WP Cron','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37842,12695,'action created','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37843,12696,'action created','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37844,12662,'action complete via WP Cron','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37845,12697,'action created','2026-05-06 04:24:07','2026-05-06 06:24:07'), +(37846,12696,'action started via WP Cron','2026-05-06 04:33:25','2026-05-06 06:33:25'), +(37847,12696,'action complete via WP Cron','2026-05-06 04:33:25','2026-05-06 06:33:25'), +(37848,12689,'action started via WP Cron','2026-05-06 04:49:16','2026-05-06 06:49:16'), +(37849,12698,'action created','2026-05-06 04:49:16','2026-05-06 06:49:16'), +(37850,12689,'action complete via WP Cron','2026-05-06 04:49:16','2026-05-06 06:49:16'), +(37851,12698,'action started via WP Cron','2026-05-06 05:59:39','2026-05-06 07:59:39'), +(37852,12699,'action created','2026-05-06 05:59:39','2026-05-06 07:59:39'), +(37853,12698,'action complete via WP Cron','2026-05-06 05:59:39','2026-05-06 07:59:39'), +(37854,12699,'action started via WP Cron','2026-05-06 07:28:46','2026-05-06 09:28:46'), +(37855,12700,'action created','2026-05-06 07:28:46','2026-05-06 09:28:46'), +(37856,12699,'action complete via WP Cron','2026-05-06 07:28:46','2026-05-06 09:28:46'), +(37857,12700,'action started via WP Cron','2026-05-06 08:35:03','2026-05-06 10:35:03'), +(37858,12701,'action created','2026-05-06 08:35:03','2026-05-06 10:35:03'), +(37859,12700,'action complete via WP Cron','2026-05-06 08:35:03','2026-05-06 10:35:03'); +/*!40000 ALTER TABLE `haikuwp_actionscheduler_logs` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_commentmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_commentmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_commentmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_commentmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_commentmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_commentmeta` VALUES +(1,132,'note_group','payment'), +(2,133,'note_group','product_stock'), +(3,134,'note_group','payment'), +(4,135,'note_group','product_stock'), +(5,136,'note_group','product_stock'), +(6,137,'note_group','order_update'), +(7,138,'note_group','order_update'), +(8,139,'note_group','order_update'), +(9,140,'note_group','order_update'), +(10,141,'note_group','payment'), +(11,142,'note_group','product_stock'), +(12,143,'note_group','payment'), +(13,144,'note_group','product_stock'), +(14,145,'note_group','order_update'), +(15,146,'note_group','order_update'), +(16,147,'note_group','payment'), +(17,148,'note_group','payment'), +(18,149,'note_group','product_stock'), +(19,150,'note_group','order_update'), +(20,151,'note_group','payment'), +(21,152,'note_group','product_stock'), +(22,153,'note_group','payment'), +(23,154,'note_group','product_stock'), +(24,155,'note_group','payment'), +(25,156,'note_group','order_update'), +(26,157,'note_group','order_update'), +(27,158,'note_group','payment'), +(28,159,'note_group','product_stock'), +(29,160,'note_group','payment'), +(30,161,'note_group','product_stock'), +(31,162,'note_group','order_update'), +(32,163,'note_group','order_update'), +(33,164,'note_group','payment'), +(34,165,'note_group','product_stock'), +(35,166,'note_group','order_update'); +/*!40000 ALTER TABLE `haikuwp_commentmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_comments` +-- + +DROP TABLE IF EXISTS `haikuwp_comments`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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)), + KEY `woo_idx_comment_type` (`comment_type`), + KEY `woo_idx_comment_date_type` (`comment_date_gmt`,`comment_type`,`comment_approved`,`comment_post_ID`), + KEY `woo_idx_comment_approved_type` (`comment_approved`,`comment_type`,`comment_post_ID`) +) ENGINE=InnoDB AUTO_INCREMENT=167 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_comments` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_comments` WRITE; +/*!40000 ALTER TABLE `haikuwp_comments` DISABLE KEYS */; +INSERT INTO `haikuwp_comments` VALUES +(1,1,'Un commentateur ou commentatrice WordPress','wapuu@wordpress.example','https://fr.wordpress.org/','','2024-08-04 22:10:39','2024-08-04 20:10:39','Bonjour, ceci est un commentaire.\nPour débuter avec la modération, la modification et la suppression de commentaires, veuillez visiter l’écran des Commentaires dans le Tableau de bord.\nLes avatars des personnes qui commentent arrivent depuis Gravatar.',0,'1','','comment',0,0), +(2,543,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 09:48:32','2024-11-13 08:48:32','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(3,544,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 12:45:12','2024-11-13 11:45:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(4,609,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 18:17:59','2024-11-13 17:17:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(5,640,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-13 19:43:49','2024-11-13 18:43:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(6,657,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-14 11:55:59','2024-11-14 10:55:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(7,678,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-16 19:45:11','2024-11-16 18:45:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(8,687,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-17 10:44:59','2024-11-17 09:44:59','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(9,701,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-17 11:10:45','2024-11-17 10:10:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(10,706,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-17 11:23:11','2024-11-17 10:23:11','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(11,777,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-21 17:12:14','2024-11-21 16:12:14','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(12,782,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-21 23:23:47','2024-11-21 22:23:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(13,784,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-22 15:12:26','2024-11-22 14:12:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(14,785,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-22 18:37:30','2024-11-22 17:37:30','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(15,786,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-22 19:24:28','2024-11-22 18:24:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(16,838,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-25 08:58:17','2024-11-25 07:58:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(17,850,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-25 12:20:02','2024-11-25 11:20:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(18,854,'WooCommerce','woocommerce@haiku.gcch.fr','','','2024-11-25 18:18:15','2024-11-25 17:18:15','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(19,862,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-28 16:42:54','2024-11-28 15:42:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(20,861,'gcch','contact@gcch.fr','','','2024-11-28 18:00:31','2024-11-28 17:00:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(21,863,'gcch','contact@gcch.fr','','','2024-11-28 18:14:12','2024-11-28 17:14:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(22,863,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-28 20:33:49','2024-11-28 19:33:49','Order status changed from trash to Processing.',0,'1','WooCommerce','order_note',0,0), +(23,861,'gcch','contact@gcch.fr','','','2024-11-28 20:40:25','2024-11-28 19:40:25','Order status changed by bulk edit. Order status changed from Processing to On hold.',0,'1','WooCommerce','order_note',0,0), +(24,863,'gcch','contact@gcch.fr','','','2024-11-28 20:40:25','2024-11-28 19:40:25','Order status changed by bulk edit. Order status changed from Processing to On hold.',0,'1','WooCommerce','order_note',0,0), +(25,861,'gcch','contact@gcch.fr','','','2024-11-28 20:40:39','2024-11-28 19:40:39','Order status changed from On hold to Pending payment.',0,'1','WooCommerce','order_note',0,0), +(26,866,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-29 10:07:40','2024-11-29 09:07:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(27,868,'WooCommerce','woocommerce@haikuatelier.com','','','2024-11-29 18:26:38','2024-11-29 17:26:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(28,869,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-02 11:06:46','2024-12-02 10:06:46','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(29,871,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-02 17:34:12','2024-12-02 16:34:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(30,872,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-03 18:04:43','2024-12-03 17:04:43','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(31,873,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-03 23:55:58','2024-12-03 22:55:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(32,875,'gcch','contact@gcch.fr','','','2024-12-04 00:15:44','2024-12-03 23:15:44','Coupon applied: "zzzzzz".',0,'1','WooCommerce','order_note',0,0), +(33,878,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-06 14:10:02','2024-12-06 13:10:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(34,879,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-06 15:22:12','2024-12-06 14:22:12','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(35,880,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-12 17:59:06','2024-12-12 16:59:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(36,879,'gcch','contact@gcch.fr','','','2024-12-12 22:43:43','2024-12-12 21:43:43','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(37,878,'gcch','contact@gcch.fr','','','2024-12-12 23:07:34','2024-12-12 22:07:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(38,881,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-13 09:39:25','2024-12-13 08:39:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(39,884,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-14 11:10:27','2024-12-14 10:10:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(40,878,'gcch','contact@gcch.fr','','','2024-12-15 10:35:42','2024-12-15 09:35:42','Order details manually sent to customer.',0,'1','WooCommerce','order_note',0,0), +(41,880,'gcch','contact@gcch.fr','','','2024-12-15 10:59:40','2024-12-15 09:59:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(42,885,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-16 10:17:25','2024-12-16 09:17:25','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(43,884,'gcch','contact@gcch.fr','','','2024-12-16 15:13:02','2024-12-16 14:13:02','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(44,881,'gcch','contact@gcch.fr','','','2024-12-16 15:13:35','2024-12-16 14:13:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(45,886,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-17 09:40:36','2024-12-17 08:40:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(46,887,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-18 16:14:07','2024-12-18 15:14:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(47,886,'gcch','contact@gcch.fr','','','2024-12-18 18:16:41','2024-12-18 17:16:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(48,885,'gcch','contact@gcch.fr','','','2024-12-18 18:19:20','2024-12-18 17:19:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(49,888,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-19 10:09:28','2024-12-19 09:09:28','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(50,888,'gcch','contact@gcch.fr','','','2024-12-20 19:55:35','2024-12-20 18:55:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(51,889,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-26 13:41:16','2024-12-26 12:41:16','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(52,880,'WooCommerce','woocommerce@haikuatelier.com','','','2024-12-30 11:40:43','2024-12-30 10:40:43','Order status changed from Completed to Refunded.',0,'1','WooCommerce','order_note',0,0), +(53,889,'gcch','contact@gcch.fr','','','2024-12-31 12:59:04','2024-12-31 11:59:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(54,887,'gcch','contact@gcch.fr','','','2024-12-31 12:59:53','2024-12-31 11:59:53','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(55,894,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-03 10:04:36','2025-01-03 09:04:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(56,894,'gcch','contact@gcch.fr','','','2025-01-07 15:56:35','2025-01-07 14:56:35','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(57,895,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-09 13:03:17','2025-01-09 12:03:17','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(58,895,'gcch','contact@gcch.fr','','','2025-01-14 20:47:46','2025-01-14 19:47:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(59,884,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-23 22:51:50','2025-01-23 21:51:50','Order status changed from Completed to Refunded.',0,'1','WooCommerce','order_note',0,0), +(60,897,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-29 11:33:02','2025-01-29 10:33:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(61,899,'WooCommerce','woocommerce@haikuatelier.com','','','2025-01-30 09:57:27','2025-01-30 08:57:27','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(62,897,'gcch','contact@gcch.fr','','','2025-02-03 18:36:20','2025-02-03 17:36:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(63,899,'gcch','contact@gcch.fr','','','2025-02-03 18:37:03','2025-02-03 17:37:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(64,901,'WooCommerce','woocommerce@haikuatelier.com','','','2025-02-23 18:08:48','2025-02-23 17:08:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(65,903,'WooCommerce','woocommerce@haikuatelier.com','','','2025-02-26 13:53:34','2025-02-26 12:53:34','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(66,903,'gcch','contact@gcch.fr','','','2025-03-01 09:14:28','2025-03-01 08:14:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(67,905,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-03 11:46:58','2025-03-03 10:46:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(68,906,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-03 12:11:31','2025-03-03 11:11:31','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(69,907,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-05 12:05:44','2025-03-05 11:05:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(70,905,'gcch','contact@gcch.fr','','','2025-03-06 09:24:34','2025-03-06 08:24:34','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(71,906,'gcch','contact@gcch.fr','','','2025-03-06 09:25:37','2025-03-06 08:25:37','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(72,907,'gcch','contact@gcch.fr','','','2025-03-18 10:40:40','2025-03-18 09:40:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(73,908,'WooCommerce','woocommerce@haikuatelier.com','','','2025-03-23 22:41:40','2025-03-23 21:41:40','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(74,908,'gcch','contact@gcch.fr','','','2025-04-04 08:41:40','2025-04-04 06:41:40','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(75,910,'WooCommerce','woocommerce@haikuatelier.com','','','2025-04-08 13:45:10','2025-04-08 11:45:10','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(76,912,'WooCommerce','woocommerce@haikuatelier.com','','','2025-05-09 11:50:58','2025-05-09 09:50:58','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(77,921,'WooCommerce','woocommerce@haikuatelier.com','','','2025-05-09 21:57:36','2025-05-09 19:57:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(78,910,'gcch','contact@gcch.fr','','','2025-05-11 15:35:33','2025-05-11 13:35:33','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(79,912,'gcch','contact@gcch.fr','','','2025-05-16 07:54:01','2025-05-16 05:54:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(80,921,'gcch','contact@gcch.fr','','','2025-05-16 07:54:27','2025-05-16 05:54:27','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(81,922,'gcch','contact@gcch.fr','','','2025-05-16 07:54:37','2025-05-16 05:54:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(82,922,'gcch','contact@gcch.fr','','','2025-05-16 07:55:05','2025-05-16 05:55:05','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(83,924,'WooCommerce','woocommerce@haikuatelier.com','','','2025-06-05 09:45:48','2025-06-05 07:45:48','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(84,924,'gcch','contact@gcch.fr','','','2025-06-09 12:59:57','2025-06-09 10:59:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(85,997,'WooCommerce','woocommerce@haikuatelier.com','','','2025-06-21 11:56:06','2025-06-21 09:56:06','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(86,997,'gcch','contact@gcch.fr','','','2025-06-28 16:32:24','2025-06-28 14:32:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(87,1013,'WooCommerce','woocommerce@haikuatelier.com','','','2025-07-14 14:39:22','2025-07-14 12:39:22','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(88,1013,'gcch','contact@gcch.fr','','','2025-07-16 10:59:10','2025-07-16 08:59:10','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(89,1443,'WooCommerce','woocommerce@haikuatelier.com','','','2025-09-17 20:13:41','2025-09-17 18:13:41','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(90,1443,'gcch','contact@gcch.fr','','','2025-09-23 11:29:46','2025-09-23 09:29:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(91,1480,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-02 06:41:49','2025-10-02 04:41:49','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(92,1480,'gcch','contact@gcch.fr','','','2025-10-03 21:49:57','2025-10-03 19:49:57','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(93,1486,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-10 17:55:44','2025-10-10 15:55:44','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(94,1487,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-11 17:07:01','2025-10-11 15:07:01','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(95,1488,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-12 16:50:29','2025-10-12 14:50:29','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(96,1489,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-12 23:04:26','2025-10-12 21:04:26','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(97,1489,'gcch','contact@gcch.fr','','','2025-10-16 13:01:51','2025-10-16 11:01:51','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(98,1487,'gcch','contact@gcch.fr','','','2025-10-16 13:02:20','2025-10-16 11:02:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(99,1486,'gcch','contact@gcch.fr','','','2025-10-16 13:02:41','2025-10-16 11:02:41','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(100,1490,'WooCommerce','woocommerce@haikuatelier.com','','','2025-10-18 15:36:45','2025-10-18 13:36:45','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(101,1488,'gcch','contact@gcch.fr','','','2025-10-24 08:59:47','2025-10-24 06:59:47','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(102,1490,'gcch','contact@gcch.fr','','','2025-10-24 19:36:03','2025-10-24 17:36:03','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(103,1496,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-02 20:40:07','2025-11-02 19:40:07','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(104,1498,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-03 22:07:02','2025-11-03 21:07:02','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(105,1496,'gcch','contact@gcch.fr','','','2025-11-06 14:51:00','2025-11-06 13:51:00','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(106,1498,'gcch','contact@gcch.fr','','','2025-11-06 14:52:52','2025-11-06 13:52:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(107,1511,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-18 09:30:08','2025-11-18 08:30:08','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(108,1528,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-20 15:51:33','2025-11-20 14:51:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(109,1529,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-24 10:53:38','2025-11-24 09:53:38','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(110,1530,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-24 18:44:42','2025-11-24 17:44:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(111,1528,'gcch','contact@gcch.fr','','','2025-11-24 19:30:04','2025-11-24 18:30:04','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(112,1511,'gcch','contact@gcch.fr','','','2025-11-24 19:30:32','2025-11-24 18:30:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(113,1530,'gcch','contact@gcch.fr','','','2025-11-27 14:01:46','2025-11-27 13:01:46','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(114,1529,'gcch','contact@gcch.fr','','','2025-11-27 14:03:08','2025-11-27 13:03:08','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(115,1540,'WooCommerce','woocommerce@haikuatelier.com','','','2025-11-30 22:33:39','2025-11-30 21:33:39','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(116,1571,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-02 10:21:54','2025-12-02 09:21:54','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(117,1573,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-02 21:47:47','2025-12-02 20:47:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(118,1605,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-03 18:45:52','2025-12-03 17:45:52','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(119,1573,'gcch','contact@gcch.fr','','','2025-12-03 19:55:01','2025-12-03 18:55:01','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(120,1571,'gcch','contact@gcch.fr','','','2025-12-03 19:55:32','2025-12-03 18:55:32','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(121,1540,'gcch','contact@gcch.fr','','','2025-12-03 19:55:58','2025-12-03 18:55:58','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(122,1606,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-07 22:50:51','2025-12-07 21:50:51','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(123,1609,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-10 16:55:33','2025-12-10 15:55:33','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(124,1609,'gcch','contact@gcch.fr','','','2025-12-10 18:56:09','2025-12-10 17:56:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(125,1605,'gcch','contact@gcch.fr','','','2025-12-10 18:59:09','2025-12-10 17:59:09','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(126,1606,'gcch','contact@gcch.fr','','','2025-12-10 19:00:52','2025-12-10 18:00:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(127,1610,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-11 16:26:19','2025-12-11 15:26:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(128,1612,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-14 16:19:46','2025-12-14 15:19:46','Order status changed from Pending payment to Completed.',0,'1','WooCommerce','order_note',0,0), +(129,1617,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-15 23:46:03','2025-12-15 22:46:03','Stock levels reduced: Fuyou Necklace (FUYOU-C) 2→1',0,'1','WooCommerce','order_note',0,0), +(130,1617,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-15 23:46:03','2025-12-15 22:46:03','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0), +(131,1617,'WooCommerce','woocommerce@haikuatelier.com','','','2025-12-17 07:51:16','2025-12-17 06:51:16','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0), +(132,1643,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 16:59:05','2026-01-13 15:59:05','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(133,1643,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 16:59:06','2026-01-13 15:59:06','Stock levels reduced: Piasu Minimal Earrings silver - pair (1→0), Piasu Ring - 54 (2→1)',0,'1','WooCommerce','order_note',0,0), +(134,1645,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 17:08:01','2026-01-13 16:08:01','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(135,1645,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-13 17:08:02','2026-01-13 16:08:02','Stock levels reduced: Pishi Pishi Earrings - all (4→3), Piasu Necklace (1→0)',0,'1','WooCommerce','order_note',0,0), +(136,1610,'gcch','contact@gcch.fr','','','2026-01-14 21:45:29','2026-01-14 20:45:29','Adjusted stock: Ikkan Bracelet silver - Size 2 (0→-1)',0,'1','WooCommerce','order_note',0,0), +(137,1610,'WooCommerce','woocommerce@haikuatelier.com','','','2026-01-14 21:45:29','2026-01-14 20:45:29','Order status set to refunded. To return funds to the customer you will need to issue a refund through your payment gateway.',0,'1','WooCommerce','order_note',0,0), +(138,1610,'gcch','contact@gcch.fr','','','2026-01-14 21:45:29','2026-01-14 20:45:29','Order status changed from Processing to Refunded.',0,'1','WooCommerce','order_note',0,0), +(139,1645,'gcch','contact@gcch.fr','','','2026-01-17 08:14:20','2026-01-17 07:14:20','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(140,1643,'gcch','contact@gcch.fr','','','2026-01-17 08:14:48','2026-01-17 07:14:48','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(141,1647,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-01 21:19:07','2026-02-01 20:19:07','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(142,1647,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-01 21:19:08','2026-02-01 20:19:08','Stock levels reduced: Tamanori Ear Cuff silver (1→0)',0,'1','WooCommerce','order_note',0,0), +(143,1649,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-05 20:11:11','2026-02-05 19:11:11','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(144,1649,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-05 20:11:12','2026-02-05 19:11:12','Stock levels reduced: Piasu Earrings with Hoops - pair (2→1)',0,'1','WooCommerce','order_note',0,0), +(145,1649,'gcch','contact@gcch.fr','','','2026-02-11 09:58:49','2026-02-11 08:58:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(146,1647,'gcch','contact@gcch.fr','','','2026-02-11 09:59:12','2026-02-11 08:59:12','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(147,1656,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-11 19:50:16','2026-02-11 18:50:16','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(148,1658,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-16 16:38:52','2026-02-16 15:38:52','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(149,1658,'WooCommerce','woocommerce@haikuatelier.com','','','2026-02-16 16:38:53','2026-02-16 15:38:53','Stock levels reduced: Hattari Stacked Hoops silver - pair (1→0)',0,'1','WooCommerce','order_note',0,0), +(150,1658,'gcch','contact@gcch.fr','','','2026-02-27 20:49:29','2026-02-27 19:49:29','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(151,1669,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-06 12:18:14','2026-03-06 11:18:14','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(152,1669,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-06 12:18:15','2026-03-06 11:18:15','Stock levels reduced: Mugura Stud Earrings - pair (2→1)',0,'1','WooCommerce','order_note',0,0), +(153,1670,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-07 17:41:00','2026-03-07 16:41:00','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(154,1670,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-07 17:41:01','2026-03-07 16:41:01','Stock levels reduced: Fuyou Bracelet (2→1)',0,'1','WooCommerce','order_note',0,0), +(155,1672,'WooCommerce','woocommerce@haikuatelier.com','','','2026-03-09 19:10:00','2026-03-09 18:10:00','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(156,1670,'gcch','contact@gcch.fr','','','2026-03-13 09:15:30','2026-03-13 08:15:30','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(157,1669,'gcch','contact@gcch.fr','','','2026-03-13 09:15:52','2026-03-13 08:15:52','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(158,1697,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-02 11:46:22','2026-04-02 09:46:22','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(159,1697,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-02 11:46:23','2026-04-02 09:46:23','Stock levels reduced: Hattari Ear Cuff gold plated (1→0)',0,'1','WooCommerce','order_note',0,0), +(160,1698,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-03 23:37:30','2026-04-03 21:37:30','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(161,1698,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-03 23:37:32','2026-04-03 21:37:32','Stock levels reduced: Tamanori Ear Cuff silver (1→0)',0,'1','WooCommerce','order_note',0,0), +(162,1697,'gcch','contact@gcch.fr','','','2026-04-04 07:13:49','2026-04-04 05:13:49','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(163,1698,'gcch','contact@gcch.fr','','','2026-04-07 10:42:24','2026-04-07 08:42:24','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0), +(164,1857,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-28 01:03:44','2026-04-27 23:03:44','Payment complete.',0,'1','WooCommerce','order_note',0,0), +(165,1857,'WooCommerce','woocommerce@haikuatelier.com','','','2026-04-28 01:03:45','2026-04-27 23:03:45','Stock levels reduced: Hattari Small Hoops silver (1→0)',0,'1','WooCommerce','order_note',0,0), +(166,1857,'gcch','contact@gcch.fr','','','2026-04-29 11:18:28','2026-04-29 09:18:28','Order status changed from Processing to Completed.',0,'1','WooCommerce','order_note',0,0); +/*!40000 ALTER TABLE `haikuwp_comments` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_links` +-- + +DROP TABLE IF EXISTS `haikuwp_links`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 `haikuwp_links` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_links` WRITE; +/*!40000 ALTER TABLE `haikuwp_links` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_links` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_mclean_refs` +-- + +DROP TABLE IF EXISTS `haikuwp_mclean_refs`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_mclean_refs` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `mediaId` bigint(20) DEFAULT NULL, + `mediaUrl` tinytext DEFAULT NULL, + `originType` tinytext NOT NULL, + `parentId` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`) +) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_mclean_refs` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_mclean_refs` WRITE; +/*!40000 ALTER TABLE `haikuwp_mclean_refs` DISABLE KEYS */; +INSERT INTO `haikuwp_mclean_refs` VALUES +(1,506,NULL,'WOOCOOMMERCE (ID)',NULL), +(2,81,NULL,'META (ID) [72]',NULL), +(3,NULL,'2024/10/HAIKU-sizechart.jpg','CONTENT (URL) [72]',NULL), +(4,420,NULL,'META (ID) [86]',NULL), +(5,110,NULL,'META (ID) [102]',NULL), +(6,121,NULL,'META (ID) [113]',NULL), +(7,NULL,'2024/10/HAIKU-sizechart.jpg','CONTENT (URL) [113]',NULL), +(8,219,NULL,'META (ID) [123]',NULL), +(9,141,NULL,'META (ID) [133]',NULL), +(10,152,NULL,'META (ID) [144]',NULL), +(11,163,NULL,'META (ID) [155]',NULL), +(12,176,NULL,'META (ID) [168]',NULL), +(13,564,NULL,'META (ID) [183]',NULL), +(14,206,NULL,'META (ID) [202]',NULL), +(15,568,NULL,'META (ID) [213]',NULL), +(16,604,NULL,'META (ID) [220]',NULL), +(17,606,NULL,'META (ID) [226]',NULL), +(18,668,NULL,'META (ID) [232]',NULL), +(19,243,NULL,'META (ID) [240]',NULL), +(20,249,NULL,'META (ID) [246]',NULL), +(21,601,NULL,'META (ID) [251]',NULL), +(22,259,NULL,'META (ID) [258]',NULL), +(23,262,NULL,'META (ID) [261]',NULL), +(24,600,NULL,'META (ID) [263]',NULL), +(25,603,NULL,'META (ID) [268]',NULL), +(26,602,NULL,'META (ID) [271]',NULL), +(27,275,NULL,'META (ID) [274]',NULL), +(28,280,NULL,'META (ID) [276]',NULL), +(29,283,NULL,'META (ID) [282]',NULL), +(30,286,NULL,'META (ID) [285]',NULL), +(31,289,NULL,'META (ID) [288]',NULL), +(32,292,NULL,'META (ID) [291]',NULL), +(33,310,NULL,'META (ID) [306]',NULL), +(34,316,NULL,'META (ID) [312]',NULL), +(35,503,NULL,'META (ID) [318]',NULL), +(36,326,NULL,'META (ID) [325]',NULL), +(37,329,NULL,'META (ID) [328]',NULL), +(38,332,NULL,'META (ID) [331]',NULL), +(39,336,NULL,'META (ID) [335]',NULL), +(40,339,NULL,'META (ID) [338]',NULL), +(41,559,NULL,'META (ID) [342]',NULL), +(42,360,NULL,'META (ID) [356]',NULL), +(43,369,NULL,'META (ID) [365]',NULL), +(44,375,NULL,'META (ID) [372]',NULL), +(45,378,NULL,'META (ID) [377]',NULL), +(46,382,NULL,'META (ID) [381]',NULL), +(47,486,NULL,'META (ID) [385]',NULL), +(48,396,NULL,'META (ID) [393]',NULL), +(49,399,NULL,'META (ID) [398]',NULL), +(50,403,NULL,'META (ID) [402]',NULL), +(51,407,NULL,'META (ID) [406]',NULL), +(52,431,NULL,'META (ID) [430]',NULL), +(53,475,NULL,'META (ID) [433]',NULL), +(54,436,NULL,'META (ID) [435]',NULL), +(55,449,NULL,'META (ID) [447]',NULL), +(56,482,NULL,'META (ID) [481]',NULL), +(57,491,NULL,'META (ID) [490]',NULL), +(58,500,NULL,'META (ID) [496]',NULL), +(59,516,NULL,'META (ID) [515]',NULL), +(60,524,NULL,'META (ID) [521]',NULL), +(61,536,NULL,'META (ID) [535]',NULL), +(62,547,NULL,'META (ID) [545]',NULL), +(63,665,NULL,'META (ID) [554]',NULL), +(64,575,NULL,'META (ID) [572]',NULL), +(65,598,NULL,'META (ID) [589]',NULL), +(66,611,NULL,'META (ID) [610]',NULL), +(67,621,NULL,'META (ID) [613]',NULL), +(68,NULL,'2024/10/HAIKU-sizechart.jpg','CONTENT (URL) [613]',NULL), +(69,634,NULL,'META (ID) [625]',NULL), +(70,176,NULL,'META (ID) [200]',NULL), +(71,178,NULL,'META (ID) [201]',NULL), +(72,243,NULL,'META (ID) [241]',NULL), +(73,249,NULL,'META (ID) [247]',NULL), +(74,475,NULL,'META (ID) [478]',NULL), +(75,476,NULL,'META (ID) [479]',NULL), +(76,477,NULL,'META (ID) [480]',NULL); +/*!40000 ALTER TABLE `haikuwp_mclean_refs` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_mclean_scan` +-- + +DROP TABLE IF EXISTS `haikuwp_mclean_scan`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_mclean_scan` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `type` tinyint(1) NOT NULL, + `postId` bigint(20) DEFAULT NULL, + `path` tinytext DEFAULT NULL, + `size` int(9) DEFAULT NULL, + `ignored` tinyint(1) NOT NULL DEFAULT 0, + `deleted` tinyint(1) NOT NULL DEFAULT 0, + `issue` tinytext NOT NULL, + `parentId` bigint(20) DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `IgnoredIndex` (`ignored`) USING BTREE +) ENGINE=InnoDB AUTO_INCREMENT=136 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_mclean_scan` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_mclean_scan` WRITE; +/*!40000 ALTER TABLE `haikuwp_mclean_scan` DISABLE KEYS */; +INSERT INTO `haikuwp_mclean_scan` VALUES +(1,'2024-11-15 17:19:13',1,100,'2024/09/HADOU-B-mix.jpg (+ 2 files)',633426,0,0,'NO_CONTENT',NULL), +(2,'2024-11-15 17:19:13',1,101,'2024/09/HADOU-BKIGEN-Bo.jpg (+ 2 files)',992102,0,0,'NO_CONTENT',NULL), +(3,'2024-11-15 17:19:13',1,111,'2024/09/IKKAN-B-arg.jpg (+ 2 files)',181582,0,0,'NO_CONTENT',NULL), +(4,'2024-11-15 17:19:13',1,112,'2024/09/IKKAN-BaKIGEN-Ba.jpg (+ 2 files)',474986,0,0,'NO_CONTENT',NULL), +(5,'2024-11-15 17:19:13',1,122,'2024/09/IKKAN-B-g.jpg (+ 1 files)',575848,0,0,'NO_CONTENT',NULL), +(6,'2024-11-15 17:19:13',1,132,'2024/09/DSC9928.jpg (+ 2 files)',659968,0,0,'NO_CONTENT',NULL), +(7,'2024-11-15 17:19:13',1,142,'2024/09/DSC9269.jpg (+ 2 files)',461644,0,0,'NO_CONTENT',NULL), +(8,'2024-11-15 17:19:13',1,143,'2024/09/DSC9148.jpg (+ 2 files)',432058,0,0,'NO_CONTENT',NULL), +(9,'2024-11-15 17:19:13',1,153,'2024/10/KISHOU-B-arg-1.jpg (+ 2 files)',159416,0,0,'NO_CONTENT',NULL), +(10,'2024-11-15 17:19:13',1,154,'2024/10/KIGEN-BaIKKANBa.jpg (+ 2 files)',456438,0,0,'NO_CONTENT',NULL), +(11,'2024-11-15 17:19:13',1,164,'2024/10/KISHOU-B-vrm-1.jpg (+ 2 files)',252118,0,0,'NO_CONTENT',NULL), +(12,'2024-11-15 17:19:13',1,165,'2024/10/HADOU-BOoIKKAN-BKIGEN-BJOKOU-Co.jpg (+ 2 files)',524168,0,0,'NO_CONTENT',NULL), +(13,'2024-11-15 17:19:13',1,166,'2024/09/DSC9760.jpg (+ 2 files)',705900,0,0,'NO_CONTENT',NULL), +(14,'2024-11-15 17:19:13',1,167,'2024/09/DSC9339.jpg (+ 2 files)',515504,0,0,'NO_CONTENT',NULL), +(15,'2024-11-15 17:19:13',1,177,'2024/10/ROKKU-B-malachite-1.jpg (+ 2 files)',171466,0,0,'NO_CONTENT',NULL), +(16,'2024-11-15 17:19:13',1,179,'2024/10/ROKKU-B-tigereye-1.jpg (+ 2 files)',175398,0,0,'NO_CONTENT',NULL), +(17,'2024-11-15 17:19:13',1,180,'2024/10/DSC9710.jpg (+ 2 files)',843748,0,0,'NO_CONTENT',NULL), +(18,'2024-11-15 17:19:13',1,182,'2024/10/DSC9190.jpg (+ 2 files)',459310,0,0,'NO_CONTENT',NULL), +(19,'2024-11-15 17:19:13',1,199,'2024/10/BOROBORO-BOaTANEMAKI-BO1a-opti.jpg (+ 1 files)',236038,0,0,'NO_CONTENT',NULL), +(20,'2024-11-15 17:19:13',1,207,'2024/10/PIASU-BO-1.jpg (+ 2 files)',675740,0,0,'NO_CONTENT',NULL), +(21,'2024-11-15 17:19:13',1,212,'2024/10/PIASU-BO-2.jpg (+ 2 files)',374094,0,0,'NO_CONTENT',NULL), +(22,'2024-11-15 17:19:13',1,225,'2024/10/TAMANORI-BO-s-1.jpg (+ 2 files)',337094,0,0,'NO_CONTENT',NULL), +(23,'2024-11-15 17:19:13',1,231,'2024/10/TAMANORI-BO-g-1.jpg (+ 2 files)',376868,0,0,'NO_CONTENT',NULL), +(24,'2024-11-15 17:19:13',1,237,'2024/10/HADOU-BR.jpg (+ 2 files)',1045562,0,0,'NO_CONTENT',NULL), +(25,'2024-11-15 17:19:13',1,244,'2024/10/IKKAN-BR-s.jpg (+ 2 files)',877486,0,0,'NO_CONTENT',NULL), +(26,'2024-11-15 17:19:13',1,245,'2024/10/IKKAN-BR-s-1.jpg (+ 2 files)',1073188,0,0,'NO_CONTENT',NULL), +(27,'2024-11-15 17:19:13',1,250,'2024/10/IKKAN-BR-g.jpg (+ 2 files)',374178,0,0,'NO_CONTENT',NULL), +(28,'2024-11-15 17:19:13',1,255,'2024/10/TANEMAKI-BR-1.jpg (+ 2 files)',1028916,0,0,'NO_CONTENT',NULL), +(29,'2024-11-15 17:19:13',1,260,'2024/10/DSC9225.jpg (+ 2 files)',696974,0,0,'NO_CONTENT',NULL), +(30,'2024-11-15 17:19:13',1,265,'2024/10/IKKAN-C.jpg (+ 2 files)',1066054,0,0,'NO_CONTENT',NULL), +(31,'2024-11-15 17:19:13',1,266,'2024/10/IKKAN-C-1.jpg (+ 1 files)',554660,0,0,'NO_CONTENT',NULL), +(32,'2024-11-15 17:19:13',1,267,'2024/10/IKKAN-C-2.jpg (+ 2 files)',1012194,0,0,'NO_CONTENT',NULL), +(33,'2024-11-15 17:19:13',1,270,'2024/10/PIASU-C-arg-opti.jpg (+ 2 files)',532206,0,0,'NO_CONTENT',NULL), +(34,'2024-11-15 17:19:13',1,273,'2024/10/TANEMAKI-C.jpg (+ 2 files)',997056,0,0,'NO_CONTENT',NULL), +(35,'2024-11-15 17:19:13',1,281,'2024/10/HADOU-CR-s.jpg (+ 2 files)',965156,0,0,'NO_CONTENT',NULL), +(36,'2024-11-15 17:19:13',1,284,'2024/10/HADOU-CR-g.jpg (+ 1 files)',325294,0,0,'NO_CONTENT',NULL), +(37,'2024-11-15 17:19:13',1,287,'2024/10/HATTARI-CR1-s-1.jpg (+ 2 files)',647238,0,0,'NO_CONTENT',NULL), +(38,'2024-11-15 17:19:13',1,290,'2024/10/DSC9336.jpg (+ 2 files)',561068,0,0,'NO_CONTENT',NULL), +(39,'2024-11-15 17:19:13',1,293,'2024/10/HATTARI-CR2.jpg (+ 2 files)',535282,0,0,'NO_CONTENT',NULL), +(40,'2024-11-15 17:19:13',1,311,'2024/10/DSC9378.jpg (+ 2 files)',541902,0,0,'NO_CONTENT',NULL), +(41,'2024-11-15 17:19:13',1,317,'2024/10/TAMANORI-CR2-vrm-1.jpg (+ 1 files)',408918,0,0,'NO_CONTENT',NULL), +(42,'2024-11-15 17:19:13',1,323,'2024/10/FUYOU-CR.jpg (+ 1 files)',546040,0,0,'NO_CONTENT',NULL), +(43,'2024-11-15 17:19:13',1,324,'2024/10/DSC9542.jpg (+ 2 files)',876338,0,0,'NO_CONTENT',NULL), +(44,'2024-11-15 17:19:13',1,327,'2024/10/HADOU-EC.jpg (+ 2 files)',711176,0,0,'NO_CONTENT',NULL), +(45,'2024-11-15 17:19:13',1,330,'2024/10/HADOU-EC-vrm-1.jpg (+ 2 files)',447956,0,0,'NO_CONTENT',NULL), +(46,'2024-11-15 17:19:13',1,334,'2024/10/HATTARI-EC-arg-1.jpg (+ 2 files)',369024,0,0,'NO_CONTENT',NULL), +(47,'2024-11-15 17:19:13',1,337,'2024/10/DSC9472.jpg (+ 2 files)',713526,0,0,'NO_CONTENT',NULL), +(48,'2024-11-15 17:19:13',1,340,'2024/10/PIASU-BRC-1.jpg (+ 2 files)',474200,0,0,'NO_CONTENT',NULL), +(49,'2024-11-15 17:19:13',1,341,'2024/10/PIASU-BRC-2.jpg (+ 2 files)',652362,0,0,'NO_CONTENT',NULL), +(50,'2024-11-15 17:19:13',1,347,'2024/10/DSC9763.jpg (+ 2 files)',804254,0,0,'NO_CONTENT',NULL), +(51,'2024-11-15 17:19:13',1,348,'2024/10/DSC9781.jpg (+ 1 files)',372455,0,0,'NO_CONTENT',NULL), +(52,'2024-11-15 17:19:13',1,349,'2024/10/DSC9748.jpg (+ 2 files)',842826,0,0,'NO_CONTENT',NULL), +(53,'2024-11-15 17:19:13',1,361,'2024/10/DSC9354.jpg (+ 2 files)',565222,0,0,'NO_CONTENT',NULL), +(54,'2024-11-15 17:19:13',1,376,'2024/10/DSC9300.jpg (+ 2 files)',469948,0,0,'NO_CONTENT',NULL), +(55,'2024-11-15 17:19:13',1,379,'2024/10/DSC9260.jpg (+ 1 files)',232862,0,0,'NO_CONTENT',NULL), +(56,'2024-11-15 17:19:13',1,380,'2024/10/DSC9262.jpg (+ 2 files)',394188,0,0,'NO_CONTENT',NULL), +(57,'2024-11-15 17:19:13',1,383,'2024/10/DSC9772.jpg (+ 1 files)',602490,0,0,'NO_CONTENT',NULL), +(58,'2024-11-15 17:19:13',1,384,'2024/10/DSC9775.jpg (+ 1 files)',559293,0,0,'NO_CONTENT',NULL), +(59,'2024-11-15 17:19:13',1,388,'2024/10/ROKKU-C-arg.jpg (+ 2 files)',656360,0,0,'NO_CONTENT',NULL), +(60,'2024-11-15 17:19:13',1,397,'2024/10/DSC9733.jpg (+ 1 files)',373189,0,0,'NO_CONTENT',NULL), +(61,'2024-11-15 17:19:13',1,400,'2024/10/DSC9723.jpg (+ 2 files)',775076,0,0,'NO_CONTENT',NULL), +(62,'2024-11-15 17:19:13',1,401,'2024/10/DSC9730.jpg (+ 2 files)',776178,0,0,'NO_CONTENT',NULL), +(63,'2024-11-15 17:19:13',1,404,'2024/10/DSC9216.jpg (+ 2 files)',407382,0,0,'NO_CONTENT',NULL), +(64,'2024-11-15 17:19:13',1,405,'2024/10/IMG_9077.jpg (+ 2 files)',493806,0,0,'NO_CONTENT',NULL), +(65,'2024-11-15 17:19:14',1,408,'2024/10/DSC9485.jpg (+ 1 files)',509856,0,0,'NO_CONTENT',NULL), +(66,'2024-11-15 17:19:14',1,409,'2024/10/MUGURA-NAIL-.jpg (+ 2 files)',610030,0,0,'NO_CONTENT',NULL), +(67,'2024-11-15 17:19:14',1,410,'2024/10/MUGURA-FEU-arg.jpg (+ 2 files)',86010,0,0,'NO_CONTENT',NULL), +(68,'2024-11-15 17:19:14',1,411,'2024/09/DSC8400-copie.jpg (+ 2 files)',995626,0,0,'NO_CONTENT',NULL), +(69,'2024-11-15 17:19:14',1,412,'2024/09/HATTARI-B-2-1.jpg (+ 2 files)',1069220,0,0,'NO_CONTENT',NULL), +(70,'2024-11-15 17:19:14',1,419,'2024/09/HATTARI-B-1.jpg (+ 2 files)',1071022,0,0,'NO_CONTENT',NULL), +(71,'2024-11-15 17:19:14',1,424,'2024/10/DSC9376.jpg (+ 2 files)',626712,0,0,'NO_CONTENT',NULL), +(72,'2024-11-15 17:19:14',1,425,'2024/10/DSC9156.jpg (+ 2 files)',821022,0,0,'NO_CONTENT',NULL), +(73,'2024-11-15 17:19:14',1,432,'2024/10/DSC9297.jpg (+ 2 files)',594618,0,0,'NO_CONTENT',NULL), +(74,'2024-11-15 17:19:14',1,437,'2024/10/DSC9781-1.jpg (+ 2 files)',749844,0,0,'NO_CONTENT',NULL), +(75,'2024-11-15 17:19:14',1,440,'2024/09/IMG_1423.jpg (+ 1 files)',539259,0,0,'NO_CONTENT',NULL), +(76,'2024-11-15 17:19:14',1,441,'2024/10/IMG_1428.jpg (+ 1 files)',739647,0,0,'NO_CONTENT',NULL), +(77,'2024-11-15 17:19:14',1,442,'2024/10/IMG_1431.jpg (+ 1 files)',774253,0,0,'NO_CONTENT',NULL), +(78,'2024-11-15 17:19:14',1,443,'2024/10/IMG_1432.jpg (+ 1 files)',886014,0,0,'NO_CONTENT',NULL), +(79,'2024-11-15 17:19:14',1,448,'2024/11/IMG_1473.jpg (+ 1 files)',1448749,0,0,'NO_CONTENT',NULL), +(80,'2024-11-15 17:19:14',1,450,'2024/09/IMG_1478.jpg (+ 1 files)',1770683,0,0,'NO_CONTENT',NULL), +(81,'2024-11-15 17:19:14',1,451,'2024/10/IMG_1493.jpg (+ 1 files)',955698,0,0,'NO_CONTENT',NULL), +(82,'2024-11-15 17:19:14',1,452,'2024/10/IMG_1505.jpg (+ 1 files)',1160791,0,0,'NO_CONTENT',NULL), +(83,'2024-11-15 17:19:14',1,455,'2024/10/IMG_1531.jpg (+ 1 files)',1498668,0,0,'NO_CONTENT',NULL), +(84,'2024-11-15 17:19:14',1,456,'2024/10/IMG_1543.jpg (+ 1 files)',779634,0,0,'NO_CONTENT',NULL), +(85,'2024-11-15 17:19:14',1,457,'2024/10/IMG_1565.jpg (+ 1 files)',569995,0,0,'NO_CONTENT',NULL), +(86,'2024-11-15 17:19:14',1,459,'2024/10/IMG_1586.jpg (+ 1 files)',1749377,0,0,'NO_CONTENT',NULL), +(87,'2024-11-15 17:19:14',1,460,'2024/10/IMG_1588.jpg (+ 1 files)',1183645,0,0,'NO_CONTENT',NULL), +(88,'2024-11-15 17:19:14',1,461,'2024/10/IMG_1600.jpg (+ 1 files)',1339797,0,0,'NO_CONTENT',NULL), +(89,'2024-11-15 17:19:14',1,463,'2024/10/IMG_1638.jpg (+ 1 files)',960703,0,0,'NO_CONTENT',NULL), +(90,'2024-11-15 17:19:14',1,464,'2024/10/IMG_1647.jpg (+ 1 files)',782793,0,0,'NO_CONTENT',NULL), +(91,'2024-11-15 17:19:14',1,465,'2024/10/IMG_1651.jpg (+ 1 files)',1518958,0,0,'NO_CONTENT',NULL), +(92,'2024-11-15 17:19:14',1,468,'2024/10/IMG_1673.jpg (+ 1 files)',1651578,0,0,'NO_CONTENT',NULL), +(93,'2024-11-15 17:19:14',1,469,'2024/10/IMG_1669.jpg (+ 1 files)',1454981,0,0,'NO_CONTENT',NULL), +(94,'2024-11-15 17:19:14',1,470,'2024/10/IMG_1675.jpg (+ 1 files)',228383,0,0,'NO_CONTENT',NULL), +(95,'2024-11-15 17:19:14',1,471,'2024/10/IMG_1680.jpg (+ 1 files)',1422287,0,0,'NO_CONTENT',NULL), +(96,'2024-11-15 17:19:14',1,472,'2024/10/IMG_1746.jpg (+ 1 files)',1224686,0,0,'NO_CONTENT',NULL), +(97,'2024-11-15 17:19:14',1,473,'2024/10/IMG_1747.jpg (+ 1 files)',1254904,0,0,'NO_CONTENT',NULL), +(98,'2024-11-15 17:19:14',1,474,'2024/10/IMG_1748.jpg (+ 1 files)',1443067,0,0,'NO_CONTENT',NULL), +(99,'2024-11-15 17:19:14',1,483,'2024/11/IMG_1619.jpg (+ 1 files)',1626994,0,0,'NO_CONTENT',NULL), +(100,'2024-11-15 17:19:14',1,487,'2024/10/DSC9138.jpg (+ 1 files)',283469,0,0,'NO_CONTENT',NULL), +(101,'2024-11-15 17:19:14',1,488,'2024/10/ROKKU-C-lapis.jpg (+ 1 files)',800553,0,0,'NO_CONTENT',NULL), +(102,'2024-11-15 17:19:14',1,489,'2024/10/ROKKU-C-jaspe.jpg (+ 1 files)',750940,0,0,'NO_CONTENT',NULL), +(103,'2024-11-15 17:19:14',1,492,'2024/11/IMG_1474.jpg (+ 1 files)',1552782,0,0,'NO_CONTENT',NULL), +(104,'2024-11-15 17:19:14',1,501,'2024/11/IMG_1481.jpg (+ 1 files)',1930791,0,0,'NO_CONTENT',NULL), +(105,'2024-11-15 17:19:14',1,502,'2024/11/IMG_1484.jpg (+ 1 files)',547048,0,0,'NO_CONTENT',NULL), +(106,'2024-11-15 17:19:14',1,504,'2024/10/FUYOU-C-1.jpg (+ 1 files)',984668,0,0,'NO_CONTENT',NULL), +(107,'2024-11-15 17:19:14',1,518,'2024/11/BOROBORO-BO1-g-brown.jpg (+ 1 files)',720777,0,0,'NO_CONTENT',NULL), +(108,'2024-11-15 17:19:14',1,526,'2024/11/BOROBORO-BO1-s-green.jpg (+ 1 files)',685626,0,0,'NO_CONTENT',NULL), +(109,'2024-11-15 17:19:14',1,531,'2024/09/DSC9897.jpg (+ 1 files)',1361665,0,0,'NO_CONTENT',NULL), +(110,'2024-11-15 17:19:14',1,537,'2024/11/IMG_1703.jpg (+ 1 files)',1901030,0,0,'NO_CONTENT',NULL), +(111,'2024-11-15 17:19:14',1,538,'2024/11/BOROBORO-BLT-crystal.jpg (+ 1 files)',778439,0,0,'NO_CONTENT',NULL), +(112,'2024-11-15 17:19:14',1,539,'2024/11/IMG_1715.jpg (+ 1 files)',1313772,0,0,'NO_CONTENT',NULL), +(113,'2024-11-15 17:19:14',1,548,'2024/11/IMG_1563.jpg (+ 1 files)',1718895,0,0,'NO_CONTENT',NULL), +(114,'2024-11-15 17:19:14',1,558,'2024/11/DSC9463.jpg (+ 1 files)',1886628,0,0,'NO_CONTENT',NULL), +(115,'2024-11-15 17:19:14',1,576,'2024/11/IMG_1419.jpg (+ 1 files)',566675,0,0,'NO_CONTENT',NULL), +(116,'2024-11-15 17:19:14',1,599,'2024/11/BOROBORO-B-s-1.jpg (+ 1 files)',1671625,0,0,'NO_CONTENT',NULL), +(117,'2024-11-15 17:19:14',1,622,'2024/11/IMG_1504.jpg (+ 1 files)',642992,0,0,'NO_CONTENT',NULL), +(118,'2024-11-15 17:19:14',1,623,'2024/11/IMG_1554.jpg (+ 1 files)',1406586,0,0,'NO_CONTENT',NULL), +(119,'2024-11-15 17:19:14',1,635,'2024/11/IMG_1501.jpg (+ 1 files)',573637,0,0,'NO_CONTENT',NULL), +(120,'2024-11-15 17:19:14',1,636,'2024/11/IMG_1506.jpg (+ 1 files)',1149564,0,0,'NO_CONTENT',NULL), +(121,'2024-11-15 17:19:14',1,644,'2024/10/DSC9341.jpg (+ 1 files)',1492187,0,0,'NO_CONTENT',NULL), +(122,'2024-11-15 17:19:14',1,658,'2024/10/BOROBORO-BOaTANEMAKI-BO1a.jpg (+ 1 files)',1088937,0,0,'NO_CONTENT',NULL), +(123,'2024-11-15 17:19:14',1,659,'2024/09/HADOU-B-opti.jpg (+ 1 files)',0,0,1,'ORPHAN_MEDIA',NULL), +(124,'2024-11-15 17:19:14',1,660,'2024/10/IMG_1442.jpg (+ 1 files)',1029972,0,0,'NO_CONTENT',NULL), +(125,'2024-11-15 17:19:14',1,661,'2024/10/IMG_1454.jpg (+ 1 files)',849459,0,0,'NO_CONTENT',NULL), +(126,'2024-11-15 17:19:14',1,662,'2024/10/IMG_1456.jpg (+ 1 files)',730806,0,0,'NO_CONTENT',NULL), +(127,'2024-11-15 17:19:14',1,663,'2024/11/IMG_1460.jpg (+ 1 files)',98598,0,0,'NO_CONTENT',NULL), +(128,'2024-11-15 17:19:14',1,664,'2024/10/IMG_1512.jpg (+ 1 files)',873482,0,0,'NO_CONTENT',NULL), +(129,'2024-11-15 17:19:14',1,666,'2024/11/IMG_1525.jpg (+ 1 files)',173470,0,0,'NO_CONTENT',NULL), +(130,'2024-11-15 17:19:14',1,667,'2024/11/IMG_1524.jpg (+ 1 files)',172887,0,0,'NO_CONTENT',NULL), +(131,'2024-11-15 17:19:14',1,669,'2024/10/IMG_1528.jpg (+ 1 files)',958548,0,0,'NO_CONTENT',NULL), +(132,'2024-11-15 17:19:14',1,670,'2024/10/IMG_1582.jpg (+ 1 files)',1167334,0,0,'NO_CONTENT',NULL), +(133,'2024-11-15 17:19:14',1,671,'2024/10/IMG_1604.jpg (+ 1 files)',876712,0,0,'NO_CONTENT',NULL), +(134,'2024-11-15 17:19:14',1,672,'2024/10/IMG_1656-1.jpg (+ 1 files)',1095755,0,0,'NO_CONTENT',NULL), +(135,'2024-11-15 17:19:14',1,673,'2024/10/IMG_1657.jpg (+ 1 files)',901473,0,0,'NO_CONTENT',NULL); +/*!40000 ALTER TABLE `haikuwp_mclean_scan` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_options` +-- + +DROP TABLE IF EXISTS `haikuwp_options`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=34475 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_options` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_options` WRITE; +/*!40000 ALTER TABLE `haikuwp_options` DISABLE KEYS */; +INSERT INTO `haikuwp_options` VALUES +(1,'cron','a:18:{i:1778059166;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1778060314;a:2:{s:19:\"update_wms_statuses\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:17:\"check_wms_license\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1778060439;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778062239;a:2:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1778062356;a:1:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1778062357;a:1:{s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1778062367;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1778062632;a:1:{s:26:\"rediscache_discard_metrics\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1778073155;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778073156;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778073432;a:1:{s:45:\"woocommerce_marketplace_cron_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778098250;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778098253;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778101839;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1778134126;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1778443905;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1778530239;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','on'), +(2,'siteurl','https://haikuatelier.fr.ddev.site/wp','on'), +(3,'home','https://haikuatelier.fr.ddev.site/wp','on'), +(4,'blogname','Haiku Atelier','on'), +(5,'blogdescription','Handcrafted, poetic & minimalist silver jewelry.','on'), +(6,'users_can_register','0','on'), +(7,'admin_email','haiku.atelier@gmail.com','on'), +(8,'start_of_week','1','on'), +(9,'use_balanceTags','0','on'), +(10,'use_smilies','1','on'), +(11,'require_name_email','1','on'), +(12,'comments_notify','1','on'), +(13,'posts_per_rss','10','on'), +(14,'rss_use_excerpt','1','on'), +(15,'mailserver_url','mail.example.com','on'), +(16,'mailserver_login','login@example.com','on'), +(17,'mailserver_pass','password','on'), +(18,'mailserver_port','110','on'), +(19,'default_category','1','on'), +(20,'default_comment_status','open','on'), +(21,'default_ping_status','open','on'), +(22,'default_pingback_flag','1','on'), +(23,'posts_per_page','10','on'), +(24,'date_format','Y-m-d','on'), +(25,'time_format','H:i','on'), +(26,'links_updated_date_format','d F Y G\\hi','on'), +(27,'comment_moderation','0','on'), +(28,'moderation_notify','1','on'), +(29,'permalink_structure','/%postname%/','on'), +(31,'hack_file','0','on'), +(32,'blog_charset','UTF-8','on'), +(33,'moderation_keys','','off'), +(34,'active_plugins','a:7:{i:0;s:17:\"falcon/falcon.php\";i:1;s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";i:2;s:27:\"redis-cache/redis-cache.php\";i:3;s:37:\"wc-multishipping/wc-multishipping.php\";i:4;s:27:\"woocommerce/woocommerce.php\";i:5;s:35:\"wp-mail-logging/wp-mail-logging.php\";i:6;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}','on'), +(35,'category_base','/category','on'), +(36,'ping_sites','https://rpc.pingomatic.com/','on'), +(37,'comment_max_links','2','on'), +(38,'gmt_offset','','on'), +(39,'default_email_category','1','on'), +(40,'recently_edited','','off'), +(41,'template','haiku-atelier-2024','on'), +(42,'stylesheet','haiku-atelier-2024','on'), +(43,'comment_registration','0','on'), +(44,'html_type','text/html','on'), +(45,'use_trackback','0','on'), +(46,'default_role','customer','on'), +(47,'db_version','60717','on'), +(48,'uploads_use_yearmonth_folders','1','on'), +(49,'upload_path','','on'), +(50,'blog_public','1','on'), +(51,'default_link_category','2','on'), +(52,'show_on_front','page','on'), +(53,'tag_base','/tag','on'), +(54,'show_avatars','1','on'), +(55,'avatar_rating','G','on'), +(56,'upload_url_path','','on'), +(57,'thumbnail_size_w','300','on'), +(58,'thumbnail_size_h','300','on'), +(59,'thumbnail_crop','1','on'), +(60,'medium_size_w','9999','on'), +(61,'medium_size_h','9999','on'), +(62,'avatar_default','mystery','on'), +(63,'large_size_w','9999','on'), +(64,'large_size_h','9999','on'), +(65,'image_default_link_type','','on'), +(66,'image_default_size','','on'), +(67,'image_default_align','','on'), +(68,'close_comments_for_old_posts','0','on'), +(69,'close_comments_days_old','14','on'), +(70,'thread_comments','1','on'), +(71,'thread_comments_depth','5','on'), +(72,'page_comments','0','on'), +(73,'comments_per_page','50','on'), +(74,'default_comments_page','newest','on'), +(75,'comment_order','asc','on'), +(76,'sticky_posts','a:0:{}','on'), +(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), +(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), +(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'), +(80,'uninstall_plugins','a:0:{}','off'), +(81,'timezone_string','Europe/Brussels','on'), +(82,'page_for_posts','0','on'), +(83,'page_on_front','13','on'), +(84,'default_post_format','0','on'), +(85,'link_manager_enabled','0','on'), +(86,'finished_splitting_shared_terms','1','on'), +(87,'site_icon','0','on'), +(88,'medium_large_size_w','768','on'), +(89,'medium_large_size_h','0','on'), +(90,'wp_page_for_privacy_policy','3','on'), +(91,'show_comments_cookies_opt_in','1','on'), +(92,'admin_email_lifespan','1738354239','on'), +(93,'disallowed_keys','','off'), +(94,'comment_previously_approved','1','on'), +(95,'auto_plugin_theme_update_emails','a:0:{}','off'), +(96,'auto_update_core_dev','enabled','on'), +(97,'auto_update_core_minor','enabled','on'), +(98,'auto_update_core_major','enabled','on'), +(99,'wp_force_deactivated_plugins','a:0:{}','off'), +(100,'wp_attachment_pages_enabled','0','on'), +(101,'initial_db_version','57155','on'), +(102,'haikuwp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:115:{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:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:16:\"create_customers\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:16:\"create_customers\";b:1;}}}','auto'), +(103,'fresh_site','0','off'), +(104,'WPLANG','en_GB','auto'), +(105,'user_count','2','off'), +(106,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:159:\"

      Articles récents

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

      Commentaires récents

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

      Archives

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

      Catégories

      \";}s:12:\"_multiwidget\";i:1;}','auto'), +(107,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','auto'), +(108,'bedrock_autoloader','a:2:{s:7:\"plugins\";a:1:{s:55:\"bedrock-disallow-indexing/bedrock-disallow-indexing.php\";a:15:{s:4:\"Name\";s:17:\"Disallow Indexing\";s:9:\"PluginURI\";s:25:\"https://roots.io/bedrock/\";s:7:\"Version\";s:5:\"2.0.0\";s:11:\"Description\";s:62:\"Disallow indexing of your site on non-production environments.\";s:6:\"Author\";s:5:\"Roots\";s:9:\"AuthorURI\";s:17:\"https://roots.io/\";s:10:\"TextDomain\";s:5:\"roots\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:15:\"RequiresPlugins\";s:0:\"\";s:5:\"Title\";s:17:\"Disallow Indexing\";s:10:\"AuthorName\";s:5:\"Roots\";}}s:5:\"count\";i:1;}','off'), +(109,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(110,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(111,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(112,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(113,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(114,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(115,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(116,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(117,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(118,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(119,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(120,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(121,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(122,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(123,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.6.1\";s:5:\"files\";a:496:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:29:\"comment-content/style-rtl.css\";i:77;s:33:\"comment-content/style-rtl.min.css\";i:78;s:25:\"comment-content/style.css\";i:79;s:29:\"comment-content/style.min.css\";i:80;s:30:\"comment-template/style-rtl.css\";i:81;s:34:\"comment-template/style-rtl.min.css\";i:82;s:26:\"comment-template/style.css\";i:83;s:30:\"comment-template/style.min.css\";i:84;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:85;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:86;s:38:\"comments-pagination-numbers/editor.css\";i:87;s:42:\"comments-pagination-numbers/editor.min.css\";i:88;s:34:\"comments-pagination/editor-rtl.css\";i:89;s:38:\"comments-pagination/editor-rtl.min.css\";i:90;s:30:\"comments-pagination/editor.css\";i:91;s:34:\"comments-pagination/editor.min.css\";i:92;s:33:\"comments-pagination/style-rtl.css\";i:93;s:37:\"comments-pagination/style-rtl.min.css\";i:94;s:29:\"comments-pagination/style.css\";i:95;s:33:\"comments-pagination/style.min.css\";i:96;s:29:\"comments-title/editor-rtl.css\";i:97;s:33:\"comments-title/editor-rtl.min.css\";i:98;s:25:\"comments-title/editor.css\";i:99;s:29:\"comments-title/editor.min.css\";i:100;s:23:\"comments/editor-rtl.css\";i:101;s:27:\"comments/editor-rtl.min.css\";i:102;s:19:\"comments/editor.css\";i:103;s:23:\"comments/editor.min.css\";i:104;s:22:\"comments/style-rtl.css\";i:105;s:26:\"comments/style-rtl.min.css\";i:106;s:18:\"comments/style.css\";i:107;s:22:\"comments/style.min.css\";i:108;s:20:\"cover/editor-rtl.css\";i:109;s:24:\"cover/editor-rtl.min.css\";i:110;s:16:\"cover/editor.css\";i:111;s:20:\"cover/editor.min.css\";i:112;s:19:\"cover/style-rtl.css\";i:113;s:23:\"cover/style-rtl.min.css\";i:114;s:15:\"cover/style.css\";i:115;s:19:\"cover/style.min.css\";i:116;s:22:\"details/editor-rtl.css\";i:117;s:26:\"details/editor-rtl.min.css\";i:118;s:18:\"details/editor.css\";i:119;s:22:\"details/editor.min.css\";i:120;s:21:\"details/style-rtl.css\";i:121;s:25:\"details/style-rtl.min.css\";i:122;s:17:\"details/style.css\";i:123;s:21:\"details/style.min.css\";i:124;s:20:\"embed/editor-rtl.css\";i:125;s:24:\"embed/editor-rtl.min.css\";i:126;s:16:\"embed/editor.css\";i:127;s:20:\"embed/editor.min.css\";i:128;s:19:\"embed/style-rtl.css\";i:129;s:23:\"embed/style-rtl.min.css\";i:130;s:15:\"embed/style.css\";i:131;s:19:\"embed/style.min.css\";i:132;s:19:\"embed/theme-rtl.css\";i:133;s:23:\"embed/theme-rtl.min.css\";i:134;s:15:\"embed/theme.css\";i:135;s:19:\"embed/theme.min.css\";i:136;s:19:\"file/editor-rtl.css\";i:137;s:23:\"file/editor-rtl.min.css\";i:138;s:15:\"file/editor.css\";i:139;s:19:\"file/editor.min.css\";i:140;s:18:\"file/style-rtl.css\";i:141;s:22:\"file/style-rtl.min.css\";i:142;s:14:\"file/style.css\";i:143;s:18:\"file/style.min.css\";i:144;s:23:\"footnotes/style-rtl.css\";i:145;s:27:\"footnotes/style-rtl.min.css\";i:146;s:19:\"footnotes/style.css\";i:147;s:23:\"footnotes/style.min.css\";i:148;s:23:\"freeform/editor-rtl.css\";i:149;s:27:\"freeform/editor-rtl.min.css\";i:150;s:19:\"freeform/editor.css\";i:151;s:23:\"freeform/editor.min.css\";i:152;s:22:\"gallery/editor-rtl.css\";i:153;s:26:\"gallery/editor-rtl.min.css\";i:154;s:18:\"gallery/editor.css\";i:155;s:22:\"gallery/editor.min.css\";i:156;s:21:\"gallery/style-rtl.css\";i:157;s:25:\"gallery/style-rtl.min.css\";i:158;s:17:\"gallery/style.css\";i:159;s:21:\"gallery/style.min.css\";i:160;s:21:\"gallery/theme-rtl.css\";i:161;s:25:\"gallery/theme-rtl.min.css\";i:162;s:17:\"gallery/theme.css\";i:163;s:21:\"gallery/theme.min.css\";i:164;s:20:\"group/editor-rtl.css\";i:165;s:24:\"group/editor-rtl.min.css\";i:166;s:16:\"group/editor.css\";i:167;s:20:\"group/editor.min.css\";i:168;s:19:\"group/style-rtl.css\";i:169;s:23:\"group/style-rtl.min.css\";i:170;s:15:\"group/style.css\";i:171;s:19:\"group/style.min.css\";i:172;s:19:\"group/theme-rtl.css\";i:173;s:23:\"group/theme-rtl.min.css\";i:174;s:15:\"group/theme.css\";i:175;s:19:\"group/theme.min.css\";i:176;s:21:\"heading/style-rtl.css\";i:177;s:25:\"heading/style-rtl.min.css\";i:178;s:17:\"heading/style.css\";i:179;s:21:\"heading/style.min.css\";i:180;s:19:\"html/editor-rtl.css\";i:181;s:23:\"html/editor-rtl.min.css\";i:182;s:15:\"html/editor.css\";i:183;s:19:\"html/editor.min.css\";i:184;s:20:\"image/editor-rtl.css\";i:185;s:24:\"image/editor-rtl.min.css\";i:186;s:16:\"image/editor.css\";i:187;s:20:\"image/editor.min.css\";i:188;s:19:\"image/style-rtl.css\";i:189;s:23:\"image/style-rtl.min.css\";i:190;s:15:\"image/style.css\";i:191;s:19:\"image/style.min.css\";i:192;s:19:\"image/theme-rtl.css\";i:193;s:23:\"image/theme-rtl.min.css\";i:194;s:15:\"image/theme.css\";i:195;s:19:\"image/theme.min.css\";i:196;s:29:\"latest-comments/style-rtl.css\";i:197;s:33:\"latest-comments/style-rtl.min.css\";i:198;s:25:\"latest-comments/style.css\";i:199;s:29:\"latest-comments/style.min.css\";i:200;s:27:\"latest-posts/editor-rtl.css\";i:201;s:31:\"latest-posts/editor-rtl.min.css\";i:202;s:23:\"latest-posts/editor.css\";i:203;s:27:\"latest-posts/editor.min.css\";i:204;s:26:\"latest-posts/style-rtl.css\";i:205;s:30:\"latest-posts/style-rtl.min.css\";i:206;s:22:\"latest-posts/style.css\";i:207;s:26:\"latest-posts/style.min.css\";i:208;s:18:\"list/style-rtl.css\";i:209;s:22:\"list/style-rtl.min.css\";i:210;s:14:\"list/style.css\";i:211;s:18:\"list/style.min.css\";i:212;s:25:\"media-text/editor-rtl.css\";i:213;s:29:\"media-text/editor-rtl.min.css\";i:214;s:21:\"media-text/editor.css\";i:215;s:25:\"media-text/editor.min.css\";i:216;s:24:\"media-text/style-rtl.css\";i:217;s:28:\"media-text/style-rtl.min.css\";i:218;s:20:\"media-text/style.css\";i:219;s:24:\"media-text/style.min.css\";i:220;s:19:\"more/editor-rtl.css\";i:221;s:23:\"more/editor-rtl.min.css\";i:222;s:15:\"more/editor.css\";i:223;s:19:\"more/editor.min.css\";i:224;s:30:\"navigation-link/editor-rtl.css\";i:225;s:34:\"navigation-link/editor-rtl.min.css\";i:226;s:26:\"navigation-link/editor.css\";i:227;s:30:\"navigation-link/editor.min.css\";i:228;s:29:\"navigation-link/style-rtl.css\";i:229;s:33:\"navigation-link/style-rtl.min.css\";i:230;s:25:\"navigation-link/style.css\";i:231;s:29:\"navigation-link/style.min.css\";i:232;s:33:\"navigation-submenu/editor-rtl.css\";i:233;s:37:\"navigation-submenu/editor-rtl.min.css\";i:234;s:29:\"navigation-submenu/editor.css\";i:235;s:33:\"navigation-submenu/editor.min.css\";i:236;s:25:\"navigation/editor-rtl.css\";i:237;s:29:\"navigation/editor-rtl.min.css\";i:238;s:21:\"navigation/editor.css\";i:239;s:25:\"navigation/editor.min.css\";i:240;s:24:\"navigation/style-rtl.css\";i:241;s:28:\"navigation/style-rtl.min.css\";i:242;s:20:\"navigation/style.css\";i:243;s:24:\"navigation/style.min.css\";i:244;s:23:\"nextpage/editor-rtl.css\";i:245;s:27:\"nextpage/editor-rtl.min.css\";i:246;s:19:\"nextpage/editor.css\";i:247;s:23:\"nextpage/editor.min.css\";i:248;s:24:\"page-list/editor-rtl.css\";i:249;s:28:\"page-list/editor-rtl.min.css\";i:250;s:20:\"page-list/editor.css\";i:251;s:24:\"page-list/editor.min.css\";i:252;s:23:\"page-list/style-rtl.css\";i:253;s:27:\"page-list/style-rtl.min.css\";i:254;s:19:\"page-list/style.css\";i:255;s:23:\"page-list/style.min.css\";i:256;s:24:\"paragraph/editor-rtl.css\";i:257;s:28:\"paragraph/editor-rtl.min.css\";i:258;s:20:\"paragraph/editor.css\";i:259;s:24:\"paragraph/editor.min.css\";i:260;s:23:\"paragraph/style-rtl.css\";i:261;s:27:\"paragraph/style-rtl.min.css\";i:262;s:19:\"paragraph/style.css\";i:263;s:23:\"paragraph/style.min.css\";i:264;s:25:\"post-author/style-rtl.css\";i:265;s:29:\"post-author/style-rtl.min.css\";i:266;s:21:\"post-author/style.css\";i:267;s:25:\"post-author/style.min.css\";i:268;s:33:\"post-comments-form/editor-rtl.css\";i:269;s:37:\"post-comments-form/editor-rtl.min.css\";i:270;s:29:\"post-comments-form/editor.css\";i:271;s:33:\"post-comments-form/editor.min.css\";i:272;s:32:\"post-comments-form/style-rtl.css\";i:273;s:36:\"post-comments-form/style-rtl.min.css\";i:274;s:28:\"post-comments-form/style.css\";i:275;s:32:\"post-comments-form/style.min.css\";i:276;s:27:\"post-content/editor-rtl.css\";i:277;s:31:\"post-content/editor-rtl.min.css\";i:278;s:23:\"post-content/editor.css\";i:279;s:27:\"post-content/editor.min.css\";i:280;s:23:\"post-date/style-rtl.css\";i:281;s:27:\"post-date/style-rtl.min.css\";i:282;s:19:\"post-date/style.css\";i:283;s:23:\"post-date/style.min.css\";i:284;s:27:\"post-excerpt/editor-rtl.css\";i:285;s:31:\"post-excerpt/editor-rtl.min.css\";i:286;s:23:\"post-excerpt/editor.css\";i:287;s:27:\"post-excerpt/editor.min.css\";i:288;s:26:\"post-excerpt/style-rtl.css\";i:289;s:30:\"post-excerpt/style-rtl.min.css\";i:290;s:22:\"post-excerpt/style.css\";i:291;s:26:\"post-excerpt/style.min.css\";i:292;s:34:\"post-featured-image/editor-rtl.css\";i:293;s:38:\"post-featured-image/editor-rtl.min.css\";i:294;s:30:\"post-featured-image/editor.css\";i:295;s:34:\"post-featured-image/editor.min.css\";i:296;s:33:\"post-featured-image/style-rtl.css\";i:297;s:37:\"post-featured-image/style-rtl.min.css\";i:298;s:29:\"post-featured-image/style.css\";i:299;s:33:\"post-featured-image/style.min.css\";i:300;s:34:\"post-navigation-link/style-rtl.css\";i:301;s:38:\"post-navigation-link/style-rtl.min.css\";i:302;s:30:\"post-navigation-link/style.css\";i:303;s:34:\"post-navigation-link/style.min.css\";i:304;s:28:\"post-template/editor-rtl.css\";i:305;s:32:\"post-template/editor-rtl.min.css\";i:306;s:24:\"post-template/editor.css\";i:307;s:28:\"post-template/editor.min.css\";i:308;s:27:\"post-template/style-rtl.css\";i:309;s:31:\"post-template/style-rtl.min.css\";i:310;s:23:\"post-template/style.css\";i:311;s:27:\"post-template/style.min.css\";i:312;s:24:\"post-terms/style-rtl.css\";i:313;s:28:\"post-terms/style-rtl.min.css\";i:314;s:20:\"post-terms/style.css\";i:315;s:24:\"post-terms/style.min.css\";i:316;s:24:\"post-title/style-rtl.css\";i:317;s:28:\"post-title/style-rtl.min.css\";i:318;s:20:\"post-title/style.css\";i:319;s:24:\"post-title/style.min.css\";i:320;s:26:\"preformatted/style-rtl.css\";i:321;s:30:\"preformatted/style-rtl.min.css\";i:322;s:22:\"preformatted/style.css\";i:323;s:26:\"preformatted/style.min.css\";i:324;s:24:\"pullquote/editor-rtl.css\";i:325;s:28:\"pullquote/editor-rtl.min.css\";i:326;s:20:\"pullquote/editor.css\";i:327;s:24:\"pullquote/editor.min.css\";i:328;s:23:\"pullquote/style-rtl.css\";i:329;s:27:\"pullquote/style-rtl.min.css\";i:330;s:19:\"pullquote/style.css\";i:331;s:23:\"pullquote/style.min.css\";i:332;s:23:\"pullquote/theme-rtl.css\";i:333;s:27:\"pullquote/theme-rtl.min.css\";i:334;s:19:\"pullquote/theme.css\";i:335;s:23:\"pullquote/theme.min.css\";i:336;s:39:\"query-pagination-numbers/editor-rtl.css\";i:337;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:338;s:35:\"query-pagination-numbers/editor.css\";i:339;s:39:\"query-pagination-numbers/editor.min.css\";i:340;s:31:\"query-pagination/editor-rtl.css\";i:341;s:35:\"query-pagination/editor-rtl.min.css\";i:342;s:27:\"query-pagination/editor.css\";i:343;s:31:\"query-pagination/editor.min.css\";i:344;s:30:\"query-pagination/style-rtl.css\";i:345;s:34:\"query-pagination/style-rtl.min.css\";i:346;s:26:\"query-pagination/style.css\";i:347;s:30:\"query-pagination/style.min.css\";i:348;s:25:\"query-title/style-rtl.css\";i:349;s:29:\"query-title/style-rtl.min.css\";i:350;s:21:\"query-title/style.css\";i:351;s:25:\"query-title/style.min.css\";i:352;s:20:\"query/editor-rtl.css\";i:353;s:24:\"query/editor-rtl.min.css\";i:354;s:16:\"query/editor.css\";i:355;s:20:\"query/editor.min.css\";i:356;s:19:\"quote/style-rtl.css\";i:357;s:23:\"quote/style-rtl.min.css\";i:358;s:15:\"quote/style.css\";i:359;s:19:\"quote/style.min.css\";i:360;s:19:\"quote/theme-rtl.css\";i:361;s:23:\"quote/theme-rtl.min.css\";i:362;s:15:\"quote/theme.css\";i:363;s:19:\"quote/theme.min.css\";i:364;s:23:\"read-more/style-rtl.css\";i:365;s:27:\"read-more/style-rtl.min.css\";i:366;s:19:\"read-more/style.css\";i:367;s:23:\"read-more/style.min.css\";i:368;s:18:\"rss/editor-rtl.css\";i:369;s:22:\"rss/editor-rtl.min.css\";i:370;s:14:\"rss/editor.css\";i:371;s:18:\"rss/editor.min.css\";i:372;s:17:\"rss/style-rtl.css\";i:373;s:21:\"rss/style-rtl.min.css\";i:374;s:13:\"rss/style.css\";i:375;s:17:\"rss/style.min.css\";i:376;s:21:\"search/editor-rtl.css\";i:377;s:25:\"search/editor-rtl.min.css\";i:378;s:17:\"search/editor.css\";i:379;s:21:\"search/editor.min.css\";i:380;s:20:\"search/style-rtl.css\";i:381;s:24:\"search/style-rtl.min.css\";i:382;s:16:\"search/style.css\";i:383;s:20:\"search/style.min.css\";i:384;s:20:\"search/theme-rtl.css\";i:385;s:24:\"search/theme-rtl.min.css\";i:386;s:16:\"search/theme.css\";i:387;s:20:\"search/theme.min.css\";i:388;s:24:\"separator/editor-rtl.css\";i:389;s:28:\"separator/editor-rtl.min.css\";i:390;s:20:\"separator/editor.css\";i:391;s:24:\"separator/editor.min.css\";i:392;s:23:\"separator/style-rtl.css\";i:393;s:27:\"separator/style-rtl.min.css\";i:394;s:19:\"separator/style.css\";i:395;s:23:\"separator/style.min.css\";i:396;s:23:\"separator/theme-rtl.css\";i:397;s:27:\"separator/theme-rtl.min.css\";i:398;s:19:\"separator/theme.css\";i:399;s:23:\"separator/theme.min.css\";i:400;s:24:\"shortcode/editor-rtl.css\";i:401;s:28:\"shortcode/editor-rtl.min.css\";i:402;s:20:\"shortcode/editor.css\";i:403;s:24:\"shortcode/editor.min.css\";i:404;s:24:\"site-logo/editor-rtl.css\";i:405;s:28:\"site-logo/editor-rtl.min.css\";i:406;s:20:\"site-logo/editor.css\";i:407;s:24:\"site-logo/editor.min.css\";i:408;s:23:\"site-logo/style-rtl.css\";i:409;s:27:\"site-logo/style-rtl.min.css\";i:410;s:19:\"site-logo/style.css\";i:411;s:23:\"site-logo/style.min.css\";i:412;s:27:\"site-tagline/editor-rtl.css\";i:413;s:31:\"site-tagline/editor-rtl.min.css\";i:414;s:23:\"site-tagline/editor.css\";i:415;s:27:\"site-tagline/editor.min.css\";i:416;s:25:\"site-title/editor-rtl.css\";i:417;s:29:\"site-title/editor-rtl.min.css\";i:418;s:21:\"site-title/editor.css\";i:419;s:25:\"site-title/editor.min.css\";i:420;s:24:\"site-title/style-rtl.css\";i:421;s:28:\"site-title/style-rtl.min.css\";i:422;s:20:\"site-title/style.css\";i:423;s:24:\"site-title/style.min.css\";i:424;s:26:\"social-link/editor-rtl.css\";i:425;s:30:\"social-link/editor-rtl.min.css\";i:426;s:22:\"social-link/editor.css\";i:427;s:26:\"social-link/editor.min.css\";i:428;s:27:\"social-links/editor-rtl.css\";i:429;s:31:\"social-links/editor-rtl.min.css\";i:430;s:23:\"social-links/editor.css\";i:431;s:27:\"social-links/editor.min.css\";i:432;s:26:\"social-links/style-rtl.css\";i:433;s:30:\"social-links/style-rtl.min.css\";i:434;s:22:\"social-links/style.css\";i:435;s:26:\"social-links/style.min.css\";i:436;s:21:\"spacer/editor-rtl.css\";i:437;s:25:\"spacer/editor-rtl.min.css\";i:438;s:17:\"spacer/editor.css\";i:439;s:21:\"spacer/editor.min.css\";i:440;s:20:\"spacer/style-rtl.css\";i:441;s:24:\"spacer/style-rtl.min.css\";i:442;s:16:\"spacer/style.css\";i:443;s:20:\"spacer/style.min.css\";i:444;s:20:\"table/editor-rtl.css\";i:445;s:24:\"table/editor-rtl.min.css\";i:446;s:16:\"table/editor.css\";i:447;s:20:\"table/editor.min.css\";i:448;s:19:\"table/style-rtl.css\";i:449;s:23:\"table/style-rtl.min.css\";i:450;s:15:\"table/style.css\";i:451;s:19:\"table/style.min.css\";i:452;s:19:\"table/theme-rtl.css\";i:453;s:23:\"table/theme-rtl.min.css\";i:454;s:15:\"table/theme.css\";i:455;s:19:\"table/theme.min.css\";i:456;s:23:\"tag-cloud/style-rtl.css\";i:457;s:27:\"tag-cloud/style-rtl.min.css\";i:458;s:19:\"tag-cloud/style.css\";i:459;s:23:\"tag-cloud/style.min.css\";i:460;s:28:\"template-part/editor-rtl.css\";i:461;s:32:\"template-part/editor-rtl.min.css\";i:462;s:24:\"template-part/editor.css\";i:463;s:28:\"template-part/editor.min.css\";i:464;s:27:\"template-part/theme-rtl.css\";i:465;s:31:\"template-part/theme-rtl.min.css\";i:466;s:23:\"template-part/theme.css\";i:467;s:27:\"template-part/theme.min.css\";i:468;s:30:\"term-description/style-rtl.css\";i:469;s:34:\"term-description/style-rtl.min.css\";i:470;s:26:\"term-description/style.css\";i:471;s:30:\"term-description/style.min.css\";i:472;s:27:\"text-columns/editor-rtl.css\";i:473;s:31:\"text-columns/editor-rtl.min.css\";i:474;s:23:\"text-columns/editor.css\";i:475;s:27:\"text-columns/editor.min.css\";i:476;s:26:\"text-columns/style-rtl.css\";i:477;s:30:\"text-columns/style-rtl.min.css\";i:478;s:22:\"text-columns/style.css\";i:479;s:26:\"text-columns/style.min.css\";i:480;s:19:\"verse/style-rtl.css\";i:481;s:23:\"verse/style-rtl.min.css\";i:482;s:15:\"verse/style.css\";i:483;s:19:\"verse/style.min.css\";i:484;s:20:\"video/editor-rtl.css\";i:485;s:24:\"video/editor-rtl.min.css\";i:486;s:16:\"video/editor.css\";i:487;s:20:\"video/editor.min.css\";i:488;s:19:\"video/style-rtl.css\";i:489;s:23:\"video/style-rtl.min.css\";i:490;s:15:\"video/style.css\";i:491;s:19:\"video/style.min.css\";i:492;s:19:\"video/theme-rtl.css\";i:493;s:23:\"video/theme-rtl.min.css\";i:494;s:15:\"video/theme.css\";i:495;s:19:\"video/theme.min.css\";}}','on'), +(127,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1722802261;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','off'), +(153,'current_theme','','auto'), +(154,'theme_mods_haiku-atelier-2024','a:9:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;s:14:\"lien_instagram\";s:39:\"https://www.instagram.com/haiku.atelier\";s:26:\"texte_conditions_livraison\";s:450:\"Products will be shipped to you within 14 days after the order has been placed, depending on stock and complexity of production. However, we strive to prepare your order for the quickest delivery possible.\n
        \n
      • Belgium and France: free shipping.
      • \n
      • Worldwide: free shipping on orders above 150€.
      • \n
      \nFor return inquiries, please contact us within 14 days after the item\'s reception.\";s:23:\"texte_entretien_produit\";s:404:\"Our jewelry are waterproof but it is preferable to avoid contact with perfume, beauty products, cleaning products, especially for your gold plated pieces.\n\nWipe dry with a soft cloth.\n\nPlease contact us for after sale services. Haiku pieces are guaranteed for a year. We can also repair your pieces after the year guarantee, the cost will depend on each case.\";s:21:\"sample_tinymce_editor\";s:8:\"zozozozo\";s:13:\"lien_facebook\";s:38:\"https://www.facebook.com/haiku.atelier\";s:14:\"lien_pinterest\";s:38:\"https://www.pinterest.com/haikuatelier\";}','on'), +(155,'theme_switched','','auto'), +(163,'finished_updating_comment_type','1','auto'), +(211,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'), +(212,'recently_activated','a:0:{}','off'), +(215,'polylang','a:14:{s:7:\"browser\";b:1;s:7:\"rewrite\";i:1;s:12:\"hide_default\";i:1;s:10:\"force_lang\";i:1;s:13:\"redirect_lang\";i:0;s:13:\"media_support\";b:1;s:9:\"uninstall\";i:0;s:4:\"sync\";a:0:{}s:10:\"post_types\";a:0:{}s:10:\"taxonomies\";a:0:{}s:7:\"domains\";a:0:{}s:7:\"version\";s:5:\"3.6.4\";s:16:\"first_activation\";i:1722863554;s:12:\"default_lang\";s:2:\"en\";}','auto'), +(216,'polylang_wpml_strings','a:0:{}','auto'), +(217,'action_scheduler_hybrid_store_demarkation','6','auto'), +(218,'schema-ActionScheduler_StoreSchema','8.0.1755587404','auto'), +(219,'schema-ActionScheduler_LoggerSchema','3.0.1722863555','auto'), +(222,'woocommerce_newly_installed','no','auto'), +(223,'woocommerce_schema_version','920','auto'), +(224,'woocommerce_store_address','','on'), +(225,'woocommerce_store_address_2','','on'), +(226,'woocommerce_store_city','','on'), +(227,'woocommerce_default_country','BE','on'), +(228,'woocommerce_store_postcode','','on'), +(229,'woocommerce_allowed_countries','all','on'), +(230,'woocommerce_all_except_countries','a:0:{}','on'), +(231,'woocommerce_specific_allowed_countries','a:0:{}','on'), +(232,'woocommerce_ship_to_countries','','on'), +(233,'woocommerce_specific_ship_to_countries','a:0:{}','on'), +(234,'woocommerce_default_customer_address','base','on'), +(235,'woocommerce_calc_taxes','no','on'), +(236,'woocommerce_enable_coupons','yes','on'), +(237,'woocommerce_calc_discounts_sequentially','no','off'), +(238,'woocommerce_currency','EUR','on'), +(239,'woocommerce_currency_pos','left_space','on'), +(240,'woocommerce_price_thousand_sep','.','on'), +(241,'woocommerce_price_decimal_sep',',','on'), +(242,'woocommerce_price_num_decimals','2','on'), +(243,'woocommerce_shop_page_id','14','on'), +(244,'woocommerce_cart_redirect_after_add','no','on'), +(245,'woocommerce_enable_ajax_add_to_cart','yes','on'), +(246,'woocommerce_placeholder_image','1921','on'), +(247,'woocommerce_weight_unit','kg','on'), +(248,'woocommerce_dimension_unit','cm','on'), +(249,'woocommerce_enable_reviews','no','on'), +(250,'woocommerce_review_rating_verification_label','no','off'), +(251,'woocommerce_review_rating_verification_required','no','off'), +(252,'woocommerce_enable_review_rating','no','on'), +(253,'woocommerce_review_rating_required','no','off'), +(254,'woocommerce_manage_stock','yes','on'), +(255,'woocommerce_hold_stock_minutes','60','off'), +(256,'woocommerce_notify_low_stock','yes','off'), +(257,'woocommerce_notify_no_stock','yes','off'), +(258,'woocommerce_stock_email_recipient','contact@gcch.fr','off'), +(259,'woocommerce_notify_low_stock_amount','2','off'), +(260,'woocommerce_notify_no_stock_amount','0','on'), +(261,'woocommerce_hide_out_of_stock_items','no','on'), +(262,'woocommerce_stock_format','','on'), +(263,'woocommerce_file_download_method','force','off'), +(264,'woocommerce_downloads_redirect_fallback_allowed','no','off'), +(265,'woocommerce_downloads_require_login','no','off'), +(266,'woocommerce_downloads_grant_access_after_payment','yes','off'), +(267,'woocommerce_downloads_deliver_inline','','off'), +(268,'woocommerce_downloads_add_hash_to_filename','yes','on'), +(270,'woocommerce_attribute_lookup_direct_updates','no','on'), +(271,'woocommerce_attribute_lookup_optimized_updates','no','on'), +(272,'woocommerce_product_match_featured_image_by_sku','no','on'), +(273,'woocommerce_prices_include_tax','no','on'), +(274,'woocommerce_tax_based_on','shipping','on'), +(275,'woocommerce_shipping_tax_class','inherit','on'), +(276,'woocommerce_tax_round_at_subtotal','no','on'), +(277,'woocommerce_tax_classes','','on'), +(278,'woocommerce_tax_display_shop','excl','on'), +(279,'woocommerce_tax_display_cart','excl','on'), +(280,'woocommerce_price_display_suffix','','on'), +(281,'woocommerce_tax_total_display','itemized','off'), +(282,'woocommerce_enable_shipping_calc','yes','off'), +(283,'woocommerce_shipping_cost_requires_address','no','on'), +(284,'woocommerce_ship_to_destination','shipping','off'), +(285,'woocommerce_shipping_debug_mode','no','on'), +(286,'woocommerce_enable_guest_checkout','yes','off'), +(287,'woocommerce_enable_checkout_login_reminder','yes','off'), +(288,'woocommerce_enable_signup_and_login_from_checkout','no','off'), +(289,'woocommerce_enable_myaccount_registration','no','off'), +(290,'woocommerce_registration_generate_username','no','off'), +(291,'woocommerce_registration_generate_password','no','off'), +(292,'woocommerce_erasure_request_removes_order_data','yes','off'), +(293,'woocommerce_erasure_request_removes_download_data','yes','off'), +(294,'woocommerce_allow_bulk_remove_personal_data','yes','off'), +(295,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','on'), +(296,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','on'), +(297,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'), +(298,'woocommerce_trash_pending_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','off'), +(299,'woocommerce_trash_failed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','off'), +(300,'woocommerce_trash_cancelled_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:4:\"days\";}','off'), +(301,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'), +(302,'woocommerce_email_from_name','Haiku Atelier','off'), +(303,'woocommerce_email_from_address','haiku.atelier@gmail.com','off'), +(304,'woocommerce_email_header_image','','off'), +(305,'woocommerce_email_footer_text','{site_title}','off'), +(306,'woocommerce_email_base_color','#720eec','off'), +(307,'woocommerce_email_background_color','#f7f7f7','off'), +(308,'woocommerce_email_body_background_color','#ffffff','off'), +(309,'woocommerce_email_text_color','#3c3c3c','off'), +(310,'woocommerce_merchant_email_notifications','no','off'), +(311,'woocommerce_cart_page_id','16','on'), +(312,'woocommerce_checkout_page_id','17','on'), +(313,'woocommerce_myaccount_page_id','15','on'), +(314,'woocommerce_terms_page_id','19','on'), +(315,'woocommerce_checkout_pay_endpoint','order-pay','on'), +(316,'woocommerce_checkout_order_received_endpoint','order-received','on'), +(317,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','on'), +(318,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','on'), +(319,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','on'), +(320,'woocommerce_myaccount_orders_endpoint','orders','on'), +(321,'woocommerce_myaccount_view_order_endpoint','view-order','on'), +(322,'woocommerce_myaccount_downloads_endpoint','downloads','on'), +(323,'woocommerce_myaccount_edit_account_endpoint','edit-account','on'), +(324,'woocommerce_myaccount_edit_address_endpoint','edit-address','on'), +(325,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','on'), +(326,'woocommerce_myaccount_lost_password_endpoint','lost-password','on'), +(327,'woocommerce_logout_endpoint','customer-logout','on'), +(328,'woocommerce_api_enabled','no','on'), +(329,'woocommerce_allow_tracking','no','on'), +(330,'woocommerce_show_marketplace_suggestions','no','on'), +(331,'woocommerce_custom_orders_table_enabled','yes','on'), +(332,'woocommerce_analytics_enabled','yes','on'), +(333,'woocommerce_feature_order_attribution_enabled','','on'), +(334,'woocommerce_feature_product_block_editor_enabled','no','on'), +(335,'woocommerce_hpos_fts_index_enabled','no','on'), +(336,'woocommerce_single_image_width','600','on'), +(337,'woocommerce_thumbnail_image_width','300','on'), +(338,'woocommerce_checkout_highlight_required_fields','yes','on'), +(339,'woocommerce_demo_store','no','off'), +(340,'wc_downloads_approved_directories_mode','enabled','auto'), +(341,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','auto'), +(342,'current_theme_supports_woocommerce','yes','auto'), +(343,'woocommerce_queue_flush_rewrite_rules','no','auto'), +(347,'default_product_cat','15','auto'), +(349,'woocommerce_refund_returns_page_id','11','auto'), +(352,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:15:\"contact@gcch.fr\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:15:\"contact@gcch.fr\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','on'), +(353,'woocommerce_version','10.7.0','auto'), +(354,'woocommerce_db_version','10.7.0','auto'), +(355,'woocommerce_store_id','e041283c-a0c6-45fe-8c78-d326f5284551','auto'), +(356,'woocommerce_admin_install_timestamp','1722863556','auto'), +(357,'woocommerce_inbox_variant_assignment','7','auto'), +(358,'woocommerce_remote_variant_assignment','102','auto'), +(363,'_transient_jetpack_autoloader_plugin_paths','a:1:{i:0;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";}','on'), +(364,'action_scheduler_lock_async-request-runner','69fac267710f43.15531832|1778041507','no'), +(365,'woocommerce_admin_notices','a:0:{}','auto'), +(366,'wc_blocks_version','11.8.0-dev','auto'), +(367,'jetpack_connection_active_plugins','a:1:{s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}','auto'), +(368,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"n9PIFnp4zKp5KnjKvWdyoOort7Umdclh\";}','on'), +(369,'_transient_woocommerce_webhook_ids_status_active','a:0:{}','on'), +(370,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(371,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(372,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(373,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(374,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(375,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(376,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(377,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(378,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(379,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(380,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(381,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(382,'widget_polylang','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(391,'wcpay_was_in_use','no','auto'), +(400,'wc_admin_show_legacy_coupon_menu','0','auto'), +(401,'woocommerce_custom_orders_table_created','yes','auto'), +(404,'wc_blocks_db_schema_version','260','auto'), +(405,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}','off'), +(414,'jetpack_options','a:1:{s:14:\"last_heartbeat\";i:1777988550;}','auto'), +(415,'_transient_woocommerce_reports-transient-version','1750690595','on'), +(423,'_transient_product_query-transient-version','1750363871','on'), +(430,'category_children','a:0:{}','auto'), +(433,'pll_dismissed_notices','a:2:{i:0;s:6:\"wizard\";i:1;s:5:\"pllwc\";}','auto'), +(449,'woocommerce_task_list_tracked_completed_tasks','a:5:{i:0;s:17:\"launch-your-store\";i:1;s:8:\"products\";i:2;s:15:\"customize-store\";i:3;s:8:\"shipping\";i:4;s:15:\"review-shipping\";}','auto'), +(450,'woocommerce_onboarding_profile','a:9:{s:15:\"business_choice\";s:18:\"im_already_selling\";s:21:\"selling_online_answer\";s:21:\"yes_im_selling_online\";s:17:\"selling_platforms\";a:1:{i:0;s:3:\"wix\";}s:20:\"is_store_country_set\";b:1;s:8:\"industry\";a:1:{i:0;s:15:\"arts_and_crafts\";}s:18:\"is_agree_marketing\";b:0;s:11:\"store_email\";s:15:\"contact@gcch.fr\";s:9:\"completed\";b:1;s:23:\"is_plugins_page_skipped\";b:1;}','auto'), +(452,'woocommerce_coming_soon','no','auto'), +(453,'woocommerce_store_pages_only','no','auto'), +(454,'woocommerce_private_link','no','auto'), +(455,'woocommerce_share_key','F7pud5vmFEcHk1bhNgS9GiTlfxeNx7K4','auto'), +(479,'falcon','a:3:{s:8:\"features\";a:39:{i:0;s:12:\"no_gutenberg\";i:1;s:9:\"no_embeds\";i:2;s:11:\"no_comments\";i:3;s:14:\"no_comment_url\";i:4;s:12:\"no_revisions\";i:5;s:13:\"no_self_pings\";i:6;s:10:\"no_privacy\";i:7;s:15:\"no_auto_updates\";i:8;s:17:\"search_posts_only\";i:9;s:12:\"no_texturize\";i:10;s:13:\"no_feed_links\";i:11;s:11:\"no_rsd_link\";i:12;s:19:\"no_wlwmanifest_link\";i:13;s:23:\"no_adjacent_posts_links\";i:14;s:15:\"no_wp_generator\";i:15;s:12:\"no_shortlink\";i:16;s:12:\"no_rest_link\";i:17;s:17:\"no_jquery_migrate\";i:18;s:16:\"schema_less_urls\";i:19;s:31:\"no_recent_comments_widget_style\";i:20;s:12:\"cleanup_menu\";i:21;s:9:\"no_emojis\";i:22;s:18:\"no_image_threshold\";i:23;s:14:\"no_exif_rotate\";i:24;s:22:\"no_admin_email_confirm\";i:25;s:16:\"no_update_emails\";i:26;s:18:\"no_new_user_emails\";i:27;s:24:\"no_password_reset_emails\";i:28;s:20:\"change_default_email\";i:29;s:15:\"login_site_icon\";i:30;s:14:\"no_update_nags\";i:31;s:14:\"no_footer_text\";i:32;s:20:\"no_dashboard_widgets\";i:33;s:10:\"no_wp_logo\";i:34;s:24:\"no_application_passwords\";i:35;s:9:\"no_xmlrpc\";i:36;s:15:\"restrict_upload\";i:37;s:15:\"no_login_errors\";i:38;s:13:\"block_ai_bots\";}s:13:\"default_email\";a:2:{s:9:\"from_name\";s:13:\"Haiku Atelier\";s:10:\"from_email\";s:23:\"haiku.atelier@gmail.com\";}s:4:\"smtp\";a:5:{s:4:\"host\";s:15:\"smtp.migadu.com\";s:4:\"port\";s:3:\"465\";s:8:\"username\";s:17:\"admin@minima.haus\";s:8:\"password\";s:32:\"ILDwXJpxhfgc0SfEQIUGhHlGmb7KuGkl\";s:10:\"encryption\";s:3:\"tls\";}}','auto'), +(520,'wcpay_welcome_page_viewed_timestamp','1722865333','auto'), +(521,'wcpay_welcome_page_incentives_dismissed','a:1:{i:0;s:32:\"wcpay-promo-2023-action-discount\";}','auto'), +(565,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":4,\"critical\":1}','on'), +(604,'_transient_product-transient-version','1750363871','on'), +(701,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','auto'), +(706,'_transient_shipping-transient-version','1733267802','on'), +(809,'_transient_pll_languages_list','a:1:{i:0;a:22:{s:4:\"name\";s:7:\"English\";s:4:\"slug\";s:2:\"en\";s:10:\"term_group\";i:0;s:7:\"term_id\";i:16;s:6:\"locale\";s:5:\"en_GB\";s:6:\"is_rtl\";i:0;s:3:\"w3c\";s:5:\"en-GB\";s:8:\"facebook\";s:5:\"en_GB\";s:8:\"home_url\";s:34:\"https://haikuatelier.fr.ddev.site/\";s:10:\"search_url\";s:34:\"https://haikuatelier.fr.ddev.site/\";s:4:\"host\";N;s:13:\"page_on_front\";i:0;s:14:\"page_for_posts\";i:0;s:9:\"flag_code\";s:2:\"gb\";s:8:\"flag_url\";s:67:\"https://haikuatelier.fr.ddev.site/app/plugins/polylang/flags/gb.png\";s:4:\"flag\";s:636:\"\"English\"\";s:15:\"custom_flag_url\";s:0:\"\";s:11:\"custom_flag\";s:0:\"\";s:6:\"active\";b:1;s:9:\"fallbacks\";a:0:{}s:10:\"is_default\";b:1;s:10:\"term_props\";a:2:{s:8:\"language\";a:3:{s:7:\"term_id\";i:16;s:16:\"term_taxonomy_id\";i:16;s:5:\"count\";i:7;}s:13:\"term_language\";a:3:{s:7:\"term_id\";i:17;s:16:\"term_taxonomy_id\";i:17;s:5:\"count\";i:1;}}}}','on'), +(825,'rewrite_rules','a:193:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:15:\"^checkout-link$\";s:28:\"index.php?checkout-link=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"category/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?category_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:44:\"brand/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:39:\"brand/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:20:\"brand/(.+?)/embed/?$\";s:46:\"index.php?product_brand=$matches[1]&embed=true\";s:32:\"brand/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&paged=$matches[2]\";s:14:\"brand/(.+?)/?$\";s:35:\"index.php?product_brand=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"collection/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?taxonomy=collection&term=$matches[1]&feed=$matches[2]\";s:46:\"collection/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:63:\"index.php?taxonomy=collection&term=$matches[1]&feed=$matches[2]\";s:27:\"collection/([^/]+)/embed/?$\";s:57:\"index.php?taxonomy=collection&term=$matches[1]&embed=true\";s:39:\"collection/([^/]+)/page/?([0-9]{1,})/?$\";s:64:\"index.php?taxonomy=collection&term=$matches[1]&paged=$matches[2]\";s:21:\"collection/([^/]+)/?$\";s:46:\"index.php?taxonomy=collection&term=$matches[1]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:23:\"index.php?sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=13&cpage=$matches[1]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:36:\"([^/]+)/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?name=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\"[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','auto'), +(832,'woocommerce_pre_install_woocommerce_payments_promotion_settings','a:1:{s:12:\"is_dismissed\";s:3:\"yes\";}','auto'), +(833,'woocommerce_gateway_order','a:6:{s:19:\"_wc_pes_woopayments\";i:0;s:25:\"_wc_pes_paypal_full_stack\";i:1;s:33:\"_wc_offline_payment_methods_group\";i:2;s:4:\"bacs\";i:3;s:6:\"cheque\";i:4;s:3:\"cod\";i:5;}','auto'), +(840,'_transient_timeout_dirsize_cache','2045680880','off'), +(841,'_transient_dirsize_cache','a:2179:{s:37:\"/var/www/html/web/wp/wp-admin/network\";i:125999;s:40:\"/var/www/html/web/wp/wp-admin/js/widgets\";i:139432;s:32:\"/var/www/html/web/wp/wp-admin/js\";i:1971224;s:34:\"/var/www/html/web/wp/wp-admin/user\";i:3685;s:45:\"/var/www/html/web/wp/wp-admin/css/colors/blue\";i:77778;s:49:\"/var/www/html/web/wp/wp-admin/css/colors/midnight\";i:78486;s:48:\"/var/www/html/web/wp/wp-admin/css/colors/sunrise\";i:78407;s:47:\"/var/www/html/web/wp/wp-admin/css/colors/modern\";i:77989;s:50:\"/var/www/html/web/wp/wp-admin/css/colors/ectoplasm\";i:77742;s:46:\"/var/www/html/web/wp/wp-admin/css/colors/ocean\";i:75229;s:47:\"/var/www/html/web/wp/wp-admin/css/colors/coffee\";i:75892;s:46:\"/var/www/html/web/wp/wp-admin/css/colors/light\";i:78474;s:40:\"/var/www/html/web/wp/wp-admin/css/colors\";i:643556;s:33:\"/var/www/html/web/wp/wp-admin/css\";i:2542173;s:36:\"/var/www/html/web/wp/wp-admin/images\";i:426821;s:35:\"/var/www/html/web/wp/wp-admin/maint\";i:7592;s:38:\"/var/www/html/web/wp/wp-admin/includes\";i:3068919;s:29:\"/var/www/html/web/wp/wp-admin\";i:9070949;s:37:\"/var/www/html/web/wp/wp-includes/l10n\";i:30499;s:42:\"/var/www/html/web/wp/wp-includes/customize\";i:177349;s:47:\"/var/www/html/web/wp/wp-includes/block-patterns\";i:8843;s:36:\"/var/www/html/web/wp/wp-includes/ID3\";i:1160011;s:47:\"/var/www/html/web/wp/wp-includes/js/dist/vendor\";i:2753435;s:52:\"/var/www/html/web/wp/wp-includes/js/dist/development\";i:179848;s:40:\"/var/www/html/web/wp/wp-includes/js/dist\";i:21234878;s:44:\"/var/www/html/web/wp/wp-includes/js/plupload\";i:490468;s:58:\"/var/www/html/web/wp/wp-includes/js/mediaelement/renderers\";i:18880;s:48:\"/var/www/html/web/wp/wp-includes/js/mediaelement\";i:721307;s:45:\"/var/www/html/web/wp/wp-includes/js/swfupload\";i:8715;s:40:\"/var/www/html/web/wp/wp-includes/js/crop\";i:20004;s:49:\"/var/www/html/web/wp/wp-includes/js/tinymce/utils\";i:18826;s:63:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:66:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:65:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:58:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:54:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/hr\";i:1347;s:64:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:60:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:62:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:56:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/link\";i:32949;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/lists\";i:97383;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/paste\";i:113193;s:58:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wplink\";i:26816;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:64:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:60:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/media\";i:57914;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/image\";i:55874;s:63:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:61:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:51:\"/var/www/html/web/wp/wp-includes/js/tinymce/plugins\";i:607301;s:66:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:63:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:65:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:59:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:49:\"/var/www/html/web/wp/wp-includes/js/tinymce/skins\";i:233085;s:49:\"/var/www/html/web/wp/wp-includes/js/tinymce/langs\";i:15529;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/themes/modern\";i:446221;s:57:\"/var/www/html/web/wp/wp-includes/js/tinymce/themes/inlite\";i:452642;s:50:\"/var/www/html/web/wp/wp-includes/js/tinymce/themes\";i:898863;s:43:\"/var/www/html/web/wp/wp-includes/js/tinymce\";i:2854127;s:46:\"/var/www/html/web/wp/wp-includes/js/codemirror\";i:1287141;s:45:\"/var/www/html/web/wp/wp-includes/js/jquery/ui\";i:787634;s:42:\"/var/www/html/web/wp/wp-includes/js/jquery\";i:1305370;s:49:\"/var/www/html/web/wp/wp-includes/js/imgareaselect\";i:49553;s:41:\"/var/www/html/web/wp/wp-includes/js/jcrop\";i:24976;s:44:\"/var/www/html/web/wp/wp-includes/js/thickbox\";i:31323;s:35:\"/var/www/html/web/wp/wp-includes/js\";i:30443441;s:50:\"/var/www/html/web/wp/wp-includes/interactivity-api\";i:55221;s:47:\"/var/www/html/web/wp/wp-includes/block-supports\";i:130165;s:51:\"/var/www/html/web/wp/wp-includes/sitemaps/providers\";i:17593;s:41:\"/var/www/html/web/wp/wp-includes/sitemaps\";i:47491;s:50:\"/var/www/html/web/wp/wp-includes/blocks/post-title\";i:1823;s:49:\"/var/www/html/web/wp/wp-includes/blocks/footnotes\";i:2642;s:47:\"/var/www/html/web/wp/wp-includes/blocks/buttons\";i:11183;s:45:\"/var/www/html/web/wp/wp-includes/blocks/group\";i:9055;s:45:\"/var/www/html/web/wp/wp-includes/blocks/query\";i:14007;s:46:\"/var/www/html/web/wp/wp-includes/blocks/search\";i:19592;s:55:\"/var/www/html/web/wp/wp-includes/blocks/comment-content\";i:1369;s:54:\"/var/www/html/web/wp/wp-includes/blocks/comments-title\";i:1701;s:48:\"/var/www/html/web/wp/wp-includes/blocks/archives\";i:1725;s:46:\"/var/www/html/web/wp/wp-includes/blocks/avatar\";i:2296;s:52:\"/var/www/html/web/wp/wp-includes/blocks/text-columns\";i:3034;s:52:\"/var/www/html/web/wp/wp-includes/blocks/latest-posts\";i:11776;s:54:\"/var/www/html/web/wp/wp-includes/blocks/page-list-item\";i:1109;s:58:\"/var/www/html/web/wp/wp-includes/blocks/navigation-submenu\";i:5842;s:44:\"/var/www/html/web/wp/wp-includes/blocks/file\";i:11514;s:50:\"/var/www/html/web/wp/wp-includes/blocks/categories\";i:2825;s:48:\"/var/www/html/web/wp/wp-includes/blocks/nextpage\";i:3039;s:64:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination-numbers\";i:1942;s:45:\"/var/www/html/web/wp/wp-includes/blocks/video\";i:11619;s:51:\"/var/www/html/web/wp/wp-includes/blocks/social-link\";i:3474;s:49:\"/var/www/html/web/wp/wp-includes/blocks/post-date\";i:1377;s:49:\"/var/www/html/web/wp/wp-includes/blocks/page-list\";i:7663;s:56:\"/var/www/html/web/wp/wp-includes/blocks/post-author-name\";i:1118;s:51:\"/var/www/html/web/wp/wp-includes/blocks/post-author\";i:2895;s:44:\"/var/www/html/web/wp/wp-includes/blocks/more\";i:3770;s:56:\"/var/www/html/web/wp/wp-includes/blocks/query-no-results\";i:899;s:49:\"/var/www/html/web/wp/wp-includes/blocks/home-link\";i:1130;s:50:\"/var/www/html/web/wp/wp-includes/blocks/site-title\";i:2289;s:45:\"/var/www/html/web/wp/wp-includes/blocks/block\";i:587;s:45:\"/var/www/html/web/wp/wp-includes/blocks/embed\";i:11232;s:45:\"/var/www/html/web/wp/wp-includes/blocks/audio\";i:3660;s:47:\"/var/www/html/web/wp/wp-includes/blocks/details\";i:2030;s:47:\"/var/www/html/web/wp/wp-includes/blocks/gallery\";i:80571;s:67:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:49:\"/var/www/html/web/wp/wp-includes/blocks/pullquote\";i:8267;s:49:\"/var/www/html/web/wp/wp-includes/blocks/paragraph\";i:6904;s:49:\"/var/www/html/web/wp/wp-includes/blocks/list-item\";i:1137;s:45:\"/var/www/html/web/wp/wp-includes/blocks/cover\";i:83346;s:50:\"/var/www/html/web/wp/wp-includes/blocks/media-text\";i:14445;s:52:\"/var/www/html/web/wp/wp-includes/blocks/post-content\";i:1389;s:58:\"/var/www/html/web/wp/wp-includes/blocks/comment-reply-link\";i:1001;s:59:\"/var/www/html/web/wp/wp-includes/blocks/comment-author-name\";i:1192;s:49:\"/var/www/html/web/wp/wp-includes/blocks/shortcode\";i:2918;s:45:\"/var/www/html/web/wp/wp-includes/blocks/table\";i:27351;s:56:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination\";i:9403;s:46:\"/var/www/html/web/wp/wp-includes/blocks/button\";i:14416;s:53:\"/var/www/html/web/wp/wp-includes/blocks/legacy-widget\";i:556;s:50:\"/var/www/html/web/wp/wp-includes/blocks/post-terms\";i:1715;s:52:\"/var/www/html/web/wp/wp-includes/blocks/post-excerpt\";i:2925;s:44:\"/var/www/html/web/wp/wp-includes/blocks/list\";i:2173;s:49:\"/var/www/html/web/wp/wp-includes/blocks/read-more\";i:2526;s:56:\"/var/www/html/web/wp/wp-includes/blocks/term-description\";i:1751;s:46:\"/var/www/html/web/wp/wp-includes/blocks/spacer\";i:4737;s:56:\"/var/www/html/web/wp/wp-includes/blocks/comment-template\";i:2910;s:51:\"/var/www/html/web/wp/wp-includes/blocks/query-title\";i:1392;s:48:\"/var/www/html/web/wp/wp-includes/blocks/loginout\";i:1026;s:43:\"/var/www/html/web/wp/wp-includes/blocks/rss\";i:4491;s:52:\"/var/www/html/web/wp/wp-includes/blocks/widget-group\";i:400;s:52:\"/var/www/html/web/wp/wp-includes/blocks/site-tagline\";i:1625;s:48:\"/var/www/html/web/wp/wp-includes/blocks/comments\";i:28882;s:47:\"/var/www/html/web/wp/wp-includes/blocks/heading\";i:5731;s:47:\"/var/www/html/web/wp/wp-includes/blocks/columns\";i:9193;s:59:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination\";i:8628;s:45:\"/var/www/html/web/wp/wp-includes/blocks/quote\";i:6526;s:58:\"/var/www/html/web/wp/wp-includes/blocks/post-comments-form\";i:9737;s:44:\"/var/www/html/web/wp/wp-includes/blocks/html\";i:3770;s:57:\"/var/www/html/web/wp/wp-includes/blocks/comment-edit-link\";i:1213;s:59:\"/var/www/html/web/wp/wp-includes/blocks/post-featured-image\";i:29684;s:49:\"/var/www/html/web/wp/wp-includes/blocks/tag-cloud\";i:3616;s:53:\"/var/www/html/web/wp/wp-includes/blocks/template-part\";i:7986;s:53:\"/var/www/html/web/wp/wp-includes/blocks/post-template\";i:8072;s:52:\"/var/www/html/web/wp/wp-includes/blocks/social-links\";i:58808;s:46:\"/var/www/html/web/wp/wp-includes/blocks/column\";i:1597;s:61:\"/var/www/html/web/wp/wp-includes/blocks/post-author-biography\";i:971;s:45:\"/var/www/html/web/wp/wp-includes/blocks/image\";i:64157;s:49:\"/var/www/html/web/wp/wp-includes/blocks/site-logo\";i:17033;s:65:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination-previous\";i:1051;s:50:\"/var/www/html/web/wp/wp-includes/blocks/navigation\";i:132149;s:68:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination-previous\";i:1023;s:55:\"/var/www/html/web/wp/wp-includes/blocks/latest-comments\";i:6657;s:47:\"/var/www/html/web/wp/wp-includes/blocks/pattern\";i:411;s:48:\"/var/www/html/web/wp/wp-includes/blocks/calendar\";i:3804;s:49:\"/var/www/html/web/wp/wp-includes/blocks/separator\";i:5038;s:45:\"/var/www/html/web/wp/wp-includes/blocks/verse\";i:1860;s:64:\"/var/www/html/web/wp/wp-includes/blocks/comments-pagination-next\";i:1011;s:55:\"/var/www/html/web/wp/wp-includes/blocks/navigation-link\";i:11752;s:52:\"/var/www/html/web/wp/wp-includes/blocks/comment-date\";i:1112;s:47:\"/var/www/html/web/wp/wp-includes/blocks/missing\";i:617;s:52:\"/var/www/html/web/wp/wp-includes/blocks/preformatted\";i:1696;s:61:\"/var/www/html/web/wp/wp-includes/blocks/query-pagination-next\";i:1039;s:48:\"/var/www/html/web/wp/wp-includes/blocks/freeform\";i:41824;s:60:\"/var/www/html/web/wp/wp-includes/blocks/post-navigation-link\";i:4010;s:44:\"/var/www/html/web/wp/wp-includes/blocks/code\";i:2638;s:39:\"/var/www/html/web/wp/wp-includes/blocks\";i:1503913;s:39:\"/var/www/html/web/wp/wp-includes/assets\";i:24990;s:51:\"/var/www/html/web/wp/wp-includes/css/dist/edit-site\";i:337302;s:57:\"/var/www/html/web/wp/wp-includes/css/dist/reusable-blocks\";i:2290;s:57:\"/var/www/html/web/wp/wp-includes/css/dist/block-directory\";i:15116;s:54:\"/var/www/html/web/wp/wp-includes/css/dist/block-editor\";i:617115;s:49:\"/var/www/html/web/wp/wp-includes/css/dist/widgets\";i:23740;s:56:\"/var/www/html/web/wp/wp-includes/css/dist/format-library\";i:5556;s:48:\"/var/www/html/web/wp/wp-includes/css/dist/editor\";i:249100;s:59:\"/var/www/html/web/wp/wp-includes/css/dist/customize-widgets\";i:23886;s:52:\"/var/www/html/web/wp/wp-includes/css/dist/components\";i:357993;s:62:\"/var/www/html/web/wp/wp-includes/css/dist/list-reusable-blocks\";i:17928;s:54:\"/var/www/html/web/wp/wp-includes/css/dist/edit-widgets\";i:95440;s:50:\"/var/www/html/web/wp/wp-includes/css/dist/patterns\";i:7442;s:45:\"/var/www/html/web/wp/wp-includes/css/dist/nux\";i:11624;s:50:\"/var/www/html/web/wp/wp-includes/css/dist/commands\";i:13442;s:53:\"/var/www/html/web/wp/wp-includes/css/dist/preferences\";i:8474;s:55:\"/var/www/html/web/wp/wp-includes/css/dist/block-library\";i:805380;s:51:\"/var/www/html/web/wp/wp-includes/css/dist/edit-post\";i:52240;s:41:\"/var/www/html/web/wp/wp-includes/css/dist\";i:2644068;s:36:\"/var/www/html/web/wp/wp-includes/css\";i:3289825;s:40:\"/var/www/html/web/wp/wp-includes/widgets\";i:158524;s:43:\"/var/www/html/web/wp/wp-includes/php-compat\";i:1253;s:58:\"/var/www/html/web/wp/wp-includes/SimplePie/XML/Declaration\";i:7098;s:46:\"/var/www/html/web/wp/wp-includes/SimplePie/XML\";i:7098;s:48:\"/var/www/html/web/wp/wp-includes/SimplePie/Cache\";i:39607;s:46:\"/var/www/html/web/wp/wp-includes/SimplePie/Net\";i:7493;s:48:\"/var/www/html/web/wp/wp-includes/SimplePie/Parse\";i:20551;s:55:\"/var/www/html/web/wp/wp-includes/SimplePie/Content/Type\";i:8015;s:50:\"/var/www/html/web/wp/wp-includes/SimplePie/Content\";i:8015;s:54:\"/var/www/html/web/wp/wp-includes/SimplePie/Decode/HTML\";i:17241;s:49:\"/var/www/html/web/wp/wp-includes/SimplePie/Decode\";i:17241;s:47:\"/var/www/html/web/wp/wp-includes/SimplePie/HTTP\";i:11487;s:42:\"/var/www/html/web/wp/wp-includes/SimplePie\";i:458625;s:38:\"/var/www/html/web/wp/wp-includes/fonts\";i:326266;s:45:\"/var/www/html/web/wp/wp-includes/images/media\";i:5263;s:47:\"/var/www/html/web/wp/wp-includes/images/crystal\";i:15541;s:47:\"/var/www/html/web/wp/wp-includes/images/smilies\";i:10082;s:39:\"/var/www/html/web/wp/wp-includes/images\";i:102178;s:49:\"/var/www/html/web/wp/wp-includes/Text/Diff/Engine\";i:31802;s:51:\"/var/www/html/web/wp/wp-includes/Text/Diff/Renderer\";i:5528;s:42:\"/var/www/html/web/wp/wp-includes/Text/Diff\";i:44136;s:37:\"/var/www/html/web/wp/wp-includes/Text\";i:57049;s:37:\"/var/www/html/web/wp/wp-includes/pomo\";i:57146;s:45:\"/var/www/html/web/wp/wp-includes/style-engine\";i:47528;s:45:\"/var/www/html/web/wp/wp-includes/theme-compat\";i:15656;s:48:\"/var/www/html/web/wp/wp-includes/rest-api/search\";i:16749;s:48:\"/var/www/html/web/wp/wp-includes/rest-api/fields\";i:22510;s:51:\"/var/www/html/web/wp/wp-includes/rest-api/endpoints\";i:848388;s:41:\"/var/www/html/web/wp/wp-includes/rest-api\";i:977234;s:36:\"/var/www/html/web/wp/wp-includes/IXR\";i:33915;s:45:\"/var/www/html/web/wp/wp-includes/certificates\";i:233231;s:42:\"/var/www/html/web/wp/wp-includes/PHPMailer\";i:233227;s:62:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:64:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:64:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:69:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:66:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:68:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:55:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core\";i:452743;s:66:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:66:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:71:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:68:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:70:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:57:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/Core32\";i:437041;s:56:\"/var/www/html/web/wp/wp-includes/sodium_compat/src/PHP52\";i:4116;s:50:\"/var/www/html/web/wp/wp-includes/sodium_compat/src\";i:1207254;s:50:\"/var/www/html/web/wp/wp-includes/sodium_compat/lib\";i:87360;s:71:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:71:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:76:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:73:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:62:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:57:\"/var/www/html/web/wp/wp-includes/sodium_compat/namespaced\";i:2698;s:46:\"/var/www/html/web/wp/wp-includes/sodium_compat\";i:1303525;s:41:\"/var/www/html/web/wp/wp-includes/html-api\";i:330488;s:47:\"/var/www/html/web/wp/wp-includes/block-bindings\";i:3610;s:60:\"/var/www/html/web/wp/wp-includes/Requests/src/Exception/Http\";i:16715;s:65:\"/var/www/html/web/wp/wp-includes/Requests/src/Exception/Transport\";i:1397;s:55:\"/var/www/html/web/wp/wp-includes/Requests/src/Exception\";i:22464;s:54:\"/var/www/html/web/wp/wp-includes/Requests/src/Response\";i:3101;s:51:\"/var/www/html/web/wp/wp-includes/Requests/src/Proxy\";i:4217;s:53:\"/var/www/html/web/wp/wp-includes/Requests/src/Utility\";i:7176;s:55:\"/var/www/html/web/wp/wp-includes/Requests/src/Transport\";i:35470;s:52:\"/var/www/html/web/wp/wp-includes/Requests/src/Cookie\";i:4363;s:50:\"/var/www/html/web/wp/wp-includes/Requests/src/Auth\";i:2541;s:45:\"/var/www/html/web/wp/wp-includes/Requests/src\";i:214849;s:49:\"/var/www/html/web/wp/wp-includes/Requests/library\";i:261;s:41:\"/var/www/html/web/wp/wp-includes/Requests\";i:215110;s:32:\"/var/www/html/web/wp/wp-includes\";i:48794197;s:20:\"/var/www/html/web/wp\";i:58049099;s:55:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/inc\";i:1242;s:69:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/base/polices\";i:3890;s:70:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/base/elements\";i:3094;s:61:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/base\";i:8317;s:64:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/layouts\";i:5543;s:66:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass/abstracts\";i:261;s:56:\"/var/www/html/web/app/themes/haiku-atelier-2024/src/sass\";i:14611;s:51:\"/var/www/html/web/app/themes/haiku-atelier-2024/src\";i:18883;s:64:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/img/logos\";i:27943;s:64:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/img/icons\";i:643;s:58:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/img\";i:28586;s:58:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/css\";i:34494;s:67:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/fonts/myriad\";i:223544;s:65:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/fonts/lato\";i:775316;s:60:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets/fonts\";i:998860;s:54:\"/var/www/html/web/app/themes/haiku-atelier-2024/assets\";i:1061940;s:59:\"/var/www/html/web/app/themes/haiku-atelier-2024/views/parts\";i:2562;s:53:\"/var/www/html/web/app/themes/haiku-atelier-2024/views\";i:3229;s:47:\"/var/www/html/web/app/themes/haiku-atelier-2024\";i:1087153;s:51:\"/var/www/html/web/app/themes/twentytwentyfour/parts\";i:1473;s:56:\"/var/www/html/web/app/themes/twentytwentyfour/assets/css\";i:357;s:63:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:64:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:74:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:64:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:58:\"/var/www/html/web/app/themes/twentytwentyfour/assets/fonts\";i:1023558;s:59:\"/var/www/html/web/app/themes/twentytwentyfour/assets/images\";i:1152100;s:52:\"/var/www/html/web/app/themes/twentytwentyfour/assets\";i:2176015;s:52:\"/var/www/html/web/app/themes/twentytwentyfour/styles\";i:33892;s:54:\"/var/www/html/web/app/themes/twentytwentyfour/patterns\";i:158957;s:55:\"/var/www/html/web/app/themes/twentytwentyfour/templates\";i:12953;s:45:\"/var/www/html/web/app/themes/twentytwentyfour\";i:3137090;s:28:\"/var/www/html/web/app/themes\";i:4224243;s:51:\"/var/www/html/web/app/plugins/falcon/src/Components\";i:3084;s:40:\"/var/www/html/web/app/plugins/falcon/src\";i:31297;s:52:\"/var/www/html/web/app/plugins/falcon/vendor/composer\";i:37088;s:43:\"/var/www/html/web/app/plugins/falcon/vendor\";i:37859;s:43:\"/var/www/html/web/app/plugins/falcon/assets\";i:6377;s:56:\"/var/www/html/web/app/plugins/falcon/views/settings/tabs\";i:13902;s:51:\"/var/www/html/web/app/plugins/falcon/views/settings\";i:13902;s:42:\"/var/www/html/web/app/plugins/falcon/views\";i:13902;s:36:\"/var/www/html/web/app/plugins/falcon\";i:97092;s:87:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/lib/cron-expression\";i:29942;s:71:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/lib\";i:33750;s:78:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/deprecated\";i:13295;s:85:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/schedules\";i:10785;s:82:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/schema\";i:7801;s:87:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/data-stores\";i:100907;s:82:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI\";i:24146;s:85:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/abstracts\";i:83933;s:83:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/actions\";i:4310;s:85:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes/migration\";i:25699;s:75:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler/classes\";i:354350;s:67:\"/var/www/html/web/app/plugins/woocommerce/packages/action-scheduler\";i:475782;s:68:\"/var/www/html/web/app/plugins/woocommerce/packages/woocommerce-admin\";i:203;s:50:\"/var/www/html/web/app/plugins/woocommerce/packages\";i:475985;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Marketing\";i:28244;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/PluginsProvider\";i:2800;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/DateTimeProvider\";i:885;s:57:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Notes\";i:73813;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Overrides\";i:11224;s:91:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors/Transformers\";i:13683;s:78:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors\";i:62957;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteSpecs\";i:70693;s:66:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/BlockTemplates\";i:6035;s:89:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers\";i:5640;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications\";i:47816;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Schedulers\";i:9968;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Composer\";i:2431;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats\";i:8866;s:69:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock\";i:25560;s:77:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats\";i:31578;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons\";i:57385;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats\";i:69829;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders\";i:113247;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Export\";i:6937;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats\";i:24158;s:69:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes\";i:44181;s:85:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators\";i:18932;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats\";i:22026;s:73:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers\";i:77212;s:77:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats\";i:9963;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue\";i:11562;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Import\";i:8776;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files\";i:594;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats\";i:18406;s:73:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads\";i:47160;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Categories\";i:23874;s:78:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Products/Stats\";i:29657;s:72:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Products\";i:60372;s:80:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats\";i:31208;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations\";i:65298;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Reports\";i:690145;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API/Templates\";i:181;s:55:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/API\";i:1009815;s:87:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions\";i:13900;s:92:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField\";i:2465;s:86:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions\";i:48662;s:96:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates\";i:3606;s:79:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor\";i:43908;s:85:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/MarketingRecommendations\";i:21180;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/Navigation\";i:47117;s:82:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks\";i:57661;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks\";i:101089;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/Features\";i:303951;s:73:\"/var/www/html/web/app/plugins/woocommerce/src/Admin/PluginsInstallLoggers\";i:7021;s:51:\"/var/www/html/web/app/plugins/woocommerce/src/Admin\";i:1668946;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Routes/V1/AI\";i:21817;s:64:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Routes/V1\";i:176197;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Routes\";i:176533;s:64:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Utilities\";i:144845;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Exceptions\";i:7013;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Payments\";i:3857;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Formatters\";i:3796;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1/AI\";i:5159;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1\";i:178544;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi/Schemas\";i:189515;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/StoreApi\";i:566738;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Checkout/Helpers\";i:10471;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/Checkout\";i:10471;s:55:\"/var/www/html/web/app/plugins/woocommerce/src/Utilities\";i:50817;s:53:\"/var/www/html/web/app/plugins/woocommerce/src/Proxies\";i:5575;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/LayoutTemplates\";i:6004;s:82:\"/var/www/html/web/app/plugins/woocommerce/src/Database/Migrations/CustomOrderTable\";i:64889;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Database/Migrations\";i:130927;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/Database\";i:130927;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Settings\";i:1834;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/WCCom\";i:685;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ComingSoon\";i:8936;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Marketing\";i:2591;s:72:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/ProductForm\";i:15057;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Logging/FileV2\";i:50559;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Logging\";i:97298;s:66:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Notes\";i:105527;s:77:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes\";i:24772;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Orders\";i:126187;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/ProductReviews\";i:72648;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions\";i:38047;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/BlockTemplates\";i:40707;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Schedulers\";i:22212;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/Onboarding\";i:47641;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin/WCPayPromotion\";i:8879;s:60:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Admin\";i:764610;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Orders\";i:32575;s:64:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Utilities\";i:74076;s:97:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin\";i:29372;s:91:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories\";i:53710;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductDownloads\";i:53710;s:92:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders\";i:30612;s:75:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DependencyManagement\";i:49112;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Traits\";i:18786;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/CardIcons\";i:44660;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/Templates\";i:3661;s:71:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ReceiptRendering\";i:72833;s:78:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductAttributesLookup\";i:95073;s:69:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/TransientFiles\";i:22612;s:99:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates\";i:63353;s:82:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor\";i:63353;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Features\";i:115099;s:70:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/BatchProcessing\";i:25054;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/ProductImage\";i:1973;s:72:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DataStores/Orders\";i:284749;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/DataStores\";i:291991;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Font\";i:11233;s:67:\"/var/www/html/web/app/plugins/woocommerce/src/Internal/Integrations\";i:2480;s:54:\"/var/www/html/web/app/plugins/woocommerce/src/Internal\";i:1676491;s:53:\"/var/www/html/web/app/plugins/woocommerce/src/Caching\";i:20668;s:52:\"/var/www/html/web/app/plugins/woocommerce/src/Caches\";i:3406;s:58:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Utils\";i:78378;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Assets\";i:25738;s:66:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Interactivity\";i:4382;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Patterns\";i:19338;s:81:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation\";i:52098;s:63:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/BlockTypes\";i:502024;s:55:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/AI\";i:7106;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Payments/Integrations\";i:11314;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Payments\";i:21564;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/AIContent\";i:61720;s:62:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Templates\";i:68111;s:76:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/InteractivityComponents\";i:8901;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Shipping\";i:21953;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Images\";i:8071;s:74:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain/Services/Email\";i:4642;s:84:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain/Services/OnboardingTasks\";i:3094;s:68:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain/Services\";i:101360;s:59:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Domain\";i:122574;s:65:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Integrations\";i:6333;s:61:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks/Registry\";i:5604;s:52:\"/var/www/html/web/app/plugins/woocommerce/src/Blocks\";i:1051533;s:45:\"/var/www/html/web/app/plugins/woocommerce/src\";i:5207127;s:64:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/Detection\";i:79248;s:68:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/Psr/Container\";i:1472;s:58:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/Psr\";i:1472;s:81:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Exception\";i:551;s:82:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Definition\";i:12789;s:81:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Inflector\";i:6143;s:80:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/Argument\";i:6726;s:87:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container/ServiceProvider\";i:6476;s:71:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League/Container\";i:45593;s:61:\"/var/www/html/web/app/plugins/woocommerce/lib/packages/League\";i:45593;s:54:\"/var/www/html/web/app/plugins/woocommerce/lib/packages\";i:126313;s:45:\"/var/www/html/web/app/plugins/woocommerce/lib\";i:126313;s:53:\"/var/www/html/web/app/plugins/woocommerce/sample-data\";i:220042;s:87:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources\";i:2168;s:71:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80\";i:10530;s:79:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Exception\";i:4181;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:85:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser\";i:42755;s:85:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:75:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath\";i:39841;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector/Node\";i:17182;s:69:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony/css-selector\";i:107180;s:56:\"/var/www/html/web/app/plugins/woocommerce/vendor/symfony\";i:117710;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Css\";i:8803;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching\";i:2073;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30875;s:70:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src\";i:93292;s:66:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago/emogrifier\";i:94360;s:55:\"/var/www/html/web/app/plugins/woocommerce/vendor/pelago\";i:94360;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList\";i:29203;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value\";i:33050;s:87:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property\";i:12540;s:83:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule\";i:10160;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing\";i:16119;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:86:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet\";i:41962;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src\";i:161410;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser\";i:162514;s:59:\"/var/www/html/web/app/plugins/woocommerce/vendor/sabberworm\";i:162514;s:84:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src\";i:4364;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats\";i:22780;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src\";i:6664;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui\";i:25080;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-status/src\";i:43599;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-status\";i:62015;s:80:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect/src\";i:2602;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect\";i:21018;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants/src\";i:3414;s:77:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants\";i:21830;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-config/src\";i:11782;s:74:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-config\";i:30198;s:82:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src\";i:81481;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader\";i:99897;s:77:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles/src\";i:1863;s:73:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles\";i:20279;s:83:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/dist\";i:2191;s:91:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks\";i:6218;s:82:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src\";i:262401;s:85:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy\";i:85946;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection\";i:368954;s:59:\"/var/www/html/web/app/plugins/woocommerce/vendor/automattic\";i:672051;s:52:\"/var/www/html/web/app/plugins/woocommerce/vendor/bin\";i:19348;s:92:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:72:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers/src\";i:78080;s:68:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer/installers\";i:79355;s:57:\"/var/www/html/web/app/plugins/woocommerce/vendor/composer\";i:834582;s:67:\"/var/www/html/web/app/plugins/woocommerce/vendor/jetpack-autoloader\";i:51562;s:88:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16839;s:81:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db\";i:29467;s:78:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind\";i:29467;s:70:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src\";i:29467;s:76:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests\";i:709;s:70:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext\";i:31944;s:66:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db/reader\";i:76583;s:59:\"/var/www/html/web/app/plugins/woocommerce/vendor/maxmind-db\";i:76583;s:48:\"/var/www/html/web/app/plugins/woocommerce/vendor\";i:2029798;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/js/flexslider\";i:74711;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/js/selectWoo\";i:463933;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/js/photoswipe\";i:156989;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-tiptip\";i:10303;s:59:\"/var/www/html/web/app/plugins/woocommerce/assets/js/select2\";i:444591;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-payment\";i:26193;s:73:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-ui-touch-punch\";i:6358;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/js/prettyPhoto\";i:56955;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/js/stupidtable\";i:5713;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-cookie\";i:4550;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/js/accounting\";i:16783;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-flot\";i:214183;s:57:\"/var/www/html/web/app/plugins/woocommerce/assets/js/admin\";i:483578;s:57:\"/var/www/html/web/app/plugins/woocommerce/assets/js/round\";i:2271;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-qrcode\";i:45224;s:60:\"/var/www/html/web/app/plugins/woocommerce/assets/js/frontend\";i:203314;s:56:\"/var/www/html/web/app/plugins/woocommerce/assets/js/zoom\";i:8732;s:64:\"/var/www/html/web/app/plugins/woocommerce/assets/js/sourcebuster\";i:46700;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-blockui\";i:29694;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/js/jquery-serializejson\";i:22579;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/js/js-cookie\";i:5532;s:51:\"/var/www/html/web/app/plugins/woocommerce/assets/js\";i:2328886;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/css/photoswipe/default-skin\";i:22461;s:63:\"/var/www/html/web/app/plugins/woocommerce/assets/css/photoswipe\";i:31039;s:69:\"/var/www/html/web/app/plugins/woocommerce/assets/css/jquery-ui/images\";i:19610;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/css/jquery-ui\";i:109637;s:52:\"/var/www/html/web/app/plugins/woocommerce/assets/css\";i:2093041;s:54:\"/var/www/html/web/app/plugins/woocommerce/assets/fonts\";i:552889;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/images/template-placeholders\";i:2886;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/images/pattern-placeholders\";i:9410678;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/images/payment_methods/72x72\";i:35180;s:71:\"/var/www/html/web/app/plugins/woocommerce/assets/images/payment_methods\";i:35180;s:69:\"/var/www/html/web/app/plugins/woocommerce/assets/images/core-profiler\";i:307207;s:64:\"/var/www/html/web/app/plugins/woocommerce/assets/images/previews\";i:522602;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/images/blocks/mini-cart\";i:8753;s:86:\"/var/www/html/web/app/plugins/woocommerce/assets/images/blocks/product-filters-overlay\";i:6825;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/images/blocks\";i:15578;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/images/product_data\";i:1441;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/images/block-placeholders\";i:6496;s:73:\"/var/www/html/web/app/plugins/woocommerce/assets/images/shipping_partners\";i:205509;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/images/icons/credit-cards\";i:36070;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/images/icons\";i:41143;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/images/onboarding\";i:178839;s:67:\"/var/www/html/web/app/plugins/woocommerce/assets/images/admin_notes\";i:30986;s:71:\"/var/www/html/web/app/plugins/woocommerce/assets/images/payment-methods\";i:61832;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/images/marketing\";i:82806;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/images/task_list\";i:99632;s:55:\"/var/www/html/web/app/plugins/woocommerce/assets/images\";i:11811898;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-stock-status\";i:993;s:81:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-collection\";i:1334;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields\";i:927;s:96:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals-wrapper\";i:624;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-rating\";i:782;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/coming-soon\";i:290;s:81:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-categories\";i:1141;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-template\";i:1195;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/single-product\";i:616;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-wrapper\";i:670;s:92:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-collection-no-results\";i:947;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/checkout-blocks\";i:300374;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image\";i:544;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-reviews\";i:431;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/featured-category\";i:1843;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-price\";i:684;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields-wrapper\";i:684;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/active-filters\";i:621;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/products-by-attribute\";i:1564;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/page-content-wrapper\";i:541;s:89:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-summary\";i:1407;s:88:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-status\";i:1262;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/attribute-filter\";i:1117;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads-wrapper\";i:632;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-active\";i:636;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/store-notices\";i:498;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-clear-button\";i:457;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-rating-stars\";i:879;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-address\";i:1364;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/price-filter\";i:852;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/stock-filter\";i:931;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-category\";i:1595;s:82:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/handpicked-products\";i:1422;s:71:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/checkout\";i:1155;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/mini-cart\";i:1212;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery\";i:1590;s:85:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-rating-counter\";i:870;s:91:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads\";i:1511;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/classic-shortcode\";i:612;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/all-products\";i:727;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-top-rated\";i:1581;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-information\";i:955;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-new\";i:1567;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/breadcrumbs\";i:761;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/related-products\";i:432;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter\";i:766;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/rating-filter\";i:865;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-button\";i:1345;s:88:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals\";i:1513;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-details\";i:440;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/filter-wrapper\";i:355;s:85:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-average-rating\";i:462;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-rating\";i:918;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/cart-blocks\";i:193714;s:87:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block\";i:66484;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/customer-account\";i:811;s:87:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filter-attribute\";i:1022;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-best-sellers\";i:1603;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/catalog-sorting\";i:540;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/featured-product\";i:1878;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-image-gallery\";i:461;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filters\";i:785;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-tag\";i:1378;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-meta\";i:470;s:86:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-filters-overlay\";i:813;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-results-count\";i:530;s:84:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-pager\";i:478;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/add-to-cart-form\";i:589;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image-next-previous\";i:750;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-accepted-payment-methods-block\";i:469;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-coupon-form-block\";i:617;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-totals-block\";i:651;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-additional-information-block\";i:663;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-totals-block\";i:662;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-mini-cart-contents-block\";i:616;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-line-items-block\";i:590;s:101:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-note-block\";i:618;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-mini-cart-contents-block\";i:622;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-contact-information-block\";i:612;s:115:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-cart-items-block\";i:628;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-address-block\";i:603;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-fee-block\";i:619;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-label-block\";i:714;s:105:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-pickup-options-block\";i:586;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-shipping-block\";i:581;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-footer-block\";i:617;s:104:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-block\";i:578;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-taxes-block\";i:632;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-taxes-block\";i:624;s:92:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-items-block\";i:566;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-subtotal-block\";i:641;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-coupon-form-block\";i:625;s:101:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/proceed-to-checkout-block\";i:570;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-products-block\";i:660;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-payment-block\";i:583;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-express-payment-block\";i:682;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-checkout-button-block\";i:837;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-items-counter-block\";i:674;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-items-block\";i:633;s:92:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-cart-block\";i:587;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-shopping-button-block\";i:827;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-subtotal-block\";i:633;s:93:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-cart-block\";i:598;s:100:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-block\";i:588;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-cart-button-block\";i:816;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-products-table-block\";i:632;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-method-block\";i:593;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-block\";i:715;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-billing-address-block\";i:600;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-methods-block\";i:612;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-shipping-block\";i:573;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-fields-block\";i:640;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-discount-block\";i:633;s:108:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-heading-block\";i:672;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-discount-block\";i:641;s:108:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-fee-block\";i:627;s:96:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-terms-block\";i:744;s:102:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-express-payment-block\";i:614;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-totals-block\";i:659;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-actions-block\";i:581;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-block\";i:442;s:93:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-totals-block\";i:677;s:75:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks\";i:33477;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-address\";i:1367;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-wrapper\";i:641;s:89:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-thumbnails\";i:641;s:62:\"/var/www/html/web/app/plugins/woocommerce/assets/client/blocks\";i:5183022;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/date\";i:44452;s:80:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/navigation-opt-out\";i:1123;s:66:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/data\";i:148336;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/experimental\";i:86621;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/tracks\";i:8027;s:86:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-category-metabox\";i:4209;s:77:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/block-templates\";i:127309;s:70:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/currency\";i:4673;s:79:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/marketing-coupons\";i:21280;s:65:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/app\";i:784133;s:69:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/notices\";i:1796;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/explat\";i:47344;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/components\";i:1088012;s:74:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/admin-layout\";i:3499;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/onboarding\";i:383066;s:78:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/wp-admin-scripts\";i:161259;s:87:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/payment-method-promotions\";i:2901;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/navigation\";i:44202;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-has-variations-notice\";i:1733;s:133:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-dimensions-fields\";i:2640;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sale-price-field\";i:2158;s:120:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields\";i:572;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/attributes\";i:3422;s:119:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields-toggle\";i:2980;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-quantity\";i:3007;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/name\";i:5594;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list-field\";i:5554;s:119:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-images-field\";i:3205;s:127:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-edit-single-variation\";i:3197;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/downloads-menu\";i:2153;s:122:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/media-library\";i:1612;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/upload-files-menu-item\";i:1800;s:129:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/insert-url-menu-item\";i:2438;s:136:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal/images\";i:2332;s:129:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal\";i:6944;s:108:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads\";i:22908;s:122:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-downloads-field\";i:8741;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variations-options-field\";i:3830;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variation-items-field\";i:2295;s:102:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/tag\";i:2467;s:127:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-class-field\";i:702;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-catalog-visibility-field\";i:727;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary/paragraph-rtl-control\";i:1391;s:106:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary\";i:6632;s:118:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-dimensions\";i:6717;s:133:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields-toggle-field\";i:2058;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/catalog-visibility\";i:2233;s:120:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-summary-field\";i:3397;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sku-field\";i:2093;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-email\";i:3469;s:120:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-has-variations\";i:2395;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-name-field\";i:3197;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields\";i:1978;s:134:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-details-section-description\";i:13811;s:131:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-quantity-field\";i:633;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-class\";i:5244;s:121:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-password-field\";i:622;s:121:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description/components\";i:2931;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description\";i:7250;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-items\";i:7549;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/regular-price\";i:4007;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list\";i:7662;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-attributes-field\";i:1995;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder/imgs\";i:13383;s:118:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder\";i:14896;s:105:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images\";i:21670;s:123:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options/images\";i:2235;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options\";i:8858;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-sku\";i:2471;s:116:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-tag-field\";i:2864;s:127:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-schedule-sale-fields\";i:1652;s:124:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-description-field\";i:572;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/schedule-sale\";i:4850;s:126:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-regular-price-field\";i:2241;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/sale-price\";i:3595;s:130:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-single-variation-notice\";i:1698;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/password\";i:2037;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-email-field\";i:627;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields\";i:211809;s:122:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection-description\";i:604;s:102:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection\";i:2701;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-tab\";i:1762;s:119:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section-description\";i:592;s:117:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-linked-list-field\";i:2123;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-checkbox-field\";i:868;s:128:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-rtl\";i:674;s:134:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-alignment\";i:907;s:109:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar\";i:1581;s:101:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area\";i:7133;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/select\";i:3523;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection-description\";i:2080;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/toggle\";i:4088;s:95:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/tab\";i:3912;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-toggle-field\";i:992;s:113:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-pricing-field\";i:1942;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section-description\";i:2050;s:97:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/radio\";i:2621;s:107:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section\";i:1822;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-field\";i:2244;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-number-field\";i:1858;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/linked-product-list\";i:8184;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section\";i:2674;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-radio-field\";i:832;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/conditional\";i:2531;s:99:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/pricing\";i:3354;s:96:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text\";i:5482;s:111:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-collapsible\";i:617;s:100:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/taxonomy\";i:8852;s:114:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-taxonomy-field\";i:3495;s:100:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/checkbox\";i:2685;s:103:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/collapsible\";i:2072;s:98:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/number\";i:3645;s:110:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection\";i:755;s:112:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-select-field\";i:1165;s:115:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-area-field\";i:1370;s:91:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic\";i:90628;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks\";i:310482;s:76:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/product-editor\";i:1142135;s:72:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/csv-export\";i:4990;s:90:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal\";i:1273;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/number\";i:2243;s:68:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/chunks\";i:1904551;s:83:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/customer-effort-score\";i:30784;s:89:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin/print-shipping-label-banner\";i:6773;s:61:\"/var/www/html/web/app/plugins/woocommerce/assets/client/admin\";i:6622059;s:55:\"/var/www/html/web/app/plugins/woocommerce/assets/client\";i:11805081;s:48:\"/var/www/html/web/app/plugins/woocommerce/assets\";i:28591795;s:61:\"/var/www/html/web/app/plugins/woocommerce/client/admin/config\";i:2299;s:54:\"/var/www/html/web/app/plugins/woocommerce/client/admin\";i:2299;s:48:\"/var/www/html/web/app/plugins/woocommerce/client\";i:2299;s:56:\"/var/www/html/web/app/plugins/woocommerce/i18n/languages\";i:1747540;s:46:\"/var/www/html/web/app/plugins/woocommerce/i18n\";i:2013376;s:50:\"/var/www/html/web/app/plugins/woocommerce/patterns\";i:208652;s:56:\"/var/www/html/web/app/plugins/woocommerce/includes/queue\";i:8898;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/shortcodes\";i:54308;s:54:\"/var/www/html/web/app/plugins/woocommerce/includes/cli\";i:38423;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/tracks/events\";i:51376;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/tracks\";i:75507;s:60:\"/var/www/html/web/app/plugins/woocommerce/includes/libraries\";i:26600;s:58:\"/var/www/html/web/app/plugins/woocommerce/includes/walkers\";i:8177;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/legacy\";i:77989;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/data-stores\";i:346017;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/rest-api/endpoints\";i:11577;s:70:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/rest-api\";i:17839;s:93:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/installation/installation-steps\";i:11303;s:74:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site/installation\";i:27945;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/wccom-site\";i:57477;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/blocks\";i:2122;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/interfaces\";i:35472;s:61:\"/var/www/html/web/app/plugins/woocommerce/includes/customizer\";i:33397;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/reports\";i:167441;s:73:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/meta-boxes/views\";i:128486;s:67:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/meta-boxes\";i:219869;s:71:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/settings/views\";i:54972;s:65:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/settings\";i:172360;s:68:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/list-tables\";i:59028;s:75:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/importers/mappings\";i:9193;s:72:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/importers/views\";i:13062;s:66:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/importers\";i:58181;s:86:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/views\";i:287;s:90:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/templates\";i:1574;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions\";i:10184;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/helper/views\";i:17661;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/helper\";i:148126;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/views\";i:121333;s:77:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/plugin-updates/views\";i:2685;s:71:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/plugin-updates\";i:18386;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/admin/notes\";i:13659;s:56:\"/var/www/html/web/app/plugins/woocommerce/includes/admin\";i:1508682;s:58:\"/var/www/html/web/app/plugins/woocommerce/includes/widgets\";i:61034;s:65:\"/var/www/html/web/app/plugins/woocommerce/includes/payment-tokens\";i:6598;s:89:\"/var/www/html/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation/views\";i:839;s:83:\"/var/www/html/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation\";i:15058;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/integrations\";i:15058;s:66:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/cheque\";i:4736;s:76:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/assets/js\";i:2162;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/assets/images\";i:2454;s:73:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/assets\";i:4616;s:75:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal/includes\";i:54515;s:66:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/paypal\";i:77527;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/bacs\";i:14991;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways/cod\";i:13290;s:59:\"/var/www/html/web/app/plugins/woocommerce/includes/gateways\";i:116815;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/react-admin/emails\";i:3687;s:62:\"/var/www/html/web/app/plugins/woocommerce/includes/react-admin\";i:34566;s:63:\"/var/www/html/web/app/plugins/woocommerce/includes/log-handlers\";i:23124;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Utilities\";i:2852;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version3\";i:365908;s:81:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Telemetry\";i:4679;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1\";i:396739;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version2\";i:453924;s:71:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api/Controllers\";i:1221250;s:59:\"/var/www/html/web/app/plugins/woocommerce/includes/rest-api\";i:1234915;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/export\";i:40330;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/emails\";i:100280;s:64:\"/var/www/html/web/app/plugins/woocommerce/includes/theme-support\";i:26018;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/import\";i:56176;s:60:\"/var/www/html/web/app/plugins/woocommerce/includes/abstracts\";i:267717;s:57:\"/var/www/html/web/app/plugins/woocommerce/includes/traits\";i:2124;s:81:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-local-delivery\";i:6046;s:89:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-international-delivery\";i:2643;s:72:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/local-pickup\";i:4004;s:79:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-local-pickup\";i:6991;s:73:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/free-shipping\";i:8365;s:78:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/flat-rate/includes\";i:4220;s:69:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/flat-rate\";i:12294;s:80:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-free-shipping\";i:7209;s:85:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes\";i:5093;s:76:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate\";i:17337;s:59:\"/var/www/html/web/app/plugins/woocommerce/includes/shipping\";i:64889;s:50:\"/var/www/html/web/app/plugins/woocommerce/includes\";i:6512655;s:56:\"/var/www/html/web/app/plugins/woocommerce/templates/loop\";i:12067;s:71:\"/var/www/html/web/app/plugins/woocommerce/templates/single-product/tabs\";i:3971;s:78:\"/var/www/html/web/app/plugins/woocommerce/templates/single-product/add-to-cart\";i:15543;s:66:\"/var/www/html/web/app/plugins/woocommerce/templates/single-product\";i:42783;s:56:\"/var/www/html/web/app/plugins/woocommerce/templates/auth\";i:7033;s:57:\"/var/www/html/web/app/plugins/woocommerce/templates/parts\";i:10431;s:64:\"/var/www/html/web/app/plugins/woocommerce/templates/product-form\";i:1260;s:59:\"/var/www/html/web/app/plugins/woocommerce/templates/notices\";i:2933;s:60:\"/var/www/html/web/app/plugins/woocommerce/templates/checkout\";i:36481;s:61:\"/var/www/html/web/app/plugins/woocommerce/templates/myaccount\";i:48888;s:56:\"/var/www/html/web/app/plugins/woocommerce/templates/cart\";i:32420;s:65:\"/var/www/html/web/app/plugins/woocommerce/templates/block-notices\";i:4629;s:57:\"/var/www/html/web/app/plugins/woocommerce/templates/order\";i:24189;s:64:\"/var/www/html/web/app/plugins/woocommerce/templates/emails/plain\";i:38216;s:58:\"/var/www/html/web/app/plugins/woocommerce/templates/emails\";i:91533;s:72:\"/var/www/html/web/app/plugins/woocommerce/templates/templates/blockified\";i:18180;s:61:\"/var/www/html/web/app/plugins/woocommerce/templates/templates\";i:23448;s:58:\"/var/www/html/web/app/plugins/woocommerce/templates/global\";i:10121;s:51:\"/var/www/html/web/app/plugins/woocommerce/templates\";i:373790;s:41:\"/var/www/html/web/app/plugins/woocommerce\";i:45825103;s:66:\"/var/www/html/web/app/plugins/polylang/modules/machine-translation\";i:1351;s:55:\"/var/www/html/web/app/plugins/polylang/modules/sitemaps\";i:11332;s:51:\"/var/www/html/web/app/plugins/polylang/modules/sync\";i:44536;s:56:\"/var/www/html/web/app/plugins/polylang/modules/wizard/js\";i:10763;s:57:\"/var/www/html/web/app/plugins/polylang/modules/wizard/css\";i:20078;s:60:\"/var/www/html/web/app/plugins/polylang/modules/wizard/images\";i:50176;s:53:\"/var/www/html/web/app/plugins/polylang/modules/wizard\";i:130236;s:51:\"/var/www/html/web/app/plugins/polylang/modules/wpml\";i:66958;s:57:\"/var/www/html/web/app/plugins/polylang/modules/share-slug\";i:1565;s:58:\"/var/www/html/web/app/plugins/polylang/modules/site-health\";i:14557;s:62:\"/var/www/html/web/app/plugins/polylang/modules/translate-slugs\";i:1590;s:46:\"/var/www/html/web/app/plugins/polylang/modules\";i:272125;s:47:\"/var/www/html/web/app/plugins/polylang/settings\";i:119552;s:46:\"/var/www/html/web/app/plugins/polylang/install\";i:39475;s:47:\"/var/www/html/web/app/plugins/polylang/js/build\";i:103657;s:41:\"/var/www/html/web/app/plugins/polylang/js\";i:103657;s:44:\"/var/www/html/web/app/plugins/polylang/flags\";i:74931;s:54:\"/var/www/html/web/app/plugins/polylang/vendor/composer\";i:58432;s:45:\"/var/www/html/web/app/plugins/polylang/vendor\";i:59203;s:48:\"/var/www/html/web/app/plugins/polylang/css/build\";i:65766;s:42:\"/var/www/html/web/app/plugins/polylang/css\";i:65766;s:44:\"/var/www/html/web/app/plugins/polylang/admin\";i:161850;s:47:\"/var/www/html/web/app/plugins/polylang/frontend\";i:110448;s:73:\"/var/www/html/web/app/plugins/polylang/integrations/custom-field-template\";i:1158;s:66:\"/var/www/html/web/app/plugins/polylang/integrations/duplicate-post\";i:1144;s:60:\"/var/www/html/web/app/plugins/polylang/integrations/wp-sweep\";i:2126;s:57:\"/var/www/html/web/app/plugins/polylang/integrations/wpseo\";i:18480;s:63:\"/var/www/html/web/app/plugins/polylang/integrations/wp-importer\";i:8892;s:59:\"/var/www/html/web/app/plugins/polylang/integrations/jetpack\";i:7768;s:68:\"/var/www/html/web/app/plugins/polylang/integrations/wp-offload-media\";i:2392;s:57:\"/var/www/html/web/app/plugins/polylang/integrations/yarpp\";i:719;s:68:\"/var/www/html/web/app/plugins/polylang/integrations/twenty-seventeen\";i:1120;s:66:\"/var/www/html/web/app/plugins/polylang/integrations/domain-mapping\";i:2590;s:68:\"/var/www/html/web/app/plugins/polylang/integrations/no-category-base\";i:1002;s:57:\"/var/www/html/web/app/plugins/polylang/integrations/cache\";i:3629;s:64:\"/var/www/html/web/app/plugins/polylang/integrations/aqua-resizer\";i:877;s:51:\"/var/www/html/web/app/plugins/polylang/integrations\";i:53022;s:46:\"/var/www/html/web/app/plugins/polylang/include\";i:356041;s:38:\"/var/www/html/web/app/plugins/polylang\";i:1566178;s:29:\"/var/www/html/web/app/plugins\";i:47488373;s:37:\"/var/www/html/web/app/uploads/2024/08\";i:0;s:34:\"/var/www/html/web/app/uploads/2024\";i:0;s:49:\"/var/www/html/web/app/uploads/woocommerce_uploads\";i:13;s:37:\"/var/www/html/web/app/uploads/wc-logs\";i:5283;s:29:\"/var/www/html/web/app/uploads\";i:285118;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/customize\";i:177349;s:45:\"/var/www/haiku-atelier/web/wp/wp-includes/IXR\";i:33915;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/block-supports\";i:130165;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/sitemaps/providers\";i:17593;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/sitemaps\";i:47491;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/theme-compat\";i:15656;s:52:\"/var/www/haiku-atelier/web/wp/wp-includes/php-compat\";i:1253;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/interactivity-api\";i:55295;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Proxy\";i:4217;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Response\";i:3101;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Exception/Http\";i:16715;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Exception/Transport\";i:1397;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Exception\";i:22464;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Utility\";i:7176;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Auth\";i:2541;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Transport\";i:35470;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src/Cookie\";i:4363;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/src\";i:214849;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests/library\";i:261;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/Requests\";i:215110;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/html-api\";i:330662;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/button\";i:14416;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-author-biography\";i:971;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/navigation-submenu\";i:5842;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query\";i:14007;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments\";i:28882;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-content\";i:1389;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/buttons\";i:11183;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/nextpage\";i:3039;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/latest-posts\";i:11776;s:52:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/rss\";i:4491;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/table\";i:27351;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/latest-comments\";i:6657;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/page-list-item\";i:1109;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-date\";i:1377;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/html\";i:3770;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-date\";i:1112;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/search\";i:19592;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-terms\";i:1715;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/tag-cloud\";i:3616;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination-numbers\";i:1942;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/footnotes\";i:2642;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/pattern\";i:411;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/categories\";i:2825;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/list-item\";i:1137;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/file\";i:11514;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/widget-group\";i:400;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/more\";i:3770;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-author-name\";i:1192;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination\";i:8628;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/cover\";i:83346;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/quote\";i:6526;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/site-tagline\";i:1625;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-featured-image\";i:29716;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-excerpt\";i:2925;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/social-link\";i:3474;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/heading\";i:5731;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/paragraph\";i:6904;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/list\";i:2173;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/columns\";i:9193;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/read-more\";i:2526;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/block\";i:587;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/image\";i:64157;s:77:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination-previous\";i:1023;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-edit-link\";i:1213;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-title\";i:1823;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-content\";i:1369;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-reply-link\";i:1001;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/site-logo\";i:17033;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/template-part\";i:7986;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/spacer\";i:4737;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/page-list\";i:7663;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/loginout\";i:1026;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-comments-form\";i:9737;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/preformatted\";i:1696;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/home-link\";i:1130;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-template\";i:8072;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-author-name\";i:1118;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/embed\";i:11232;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/navigation\";i:132149;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/avatar\";i:2296;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-title\";i:1701;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-no-results\";i:899;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/separator\";i:5038;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/legacy-widget\";i:556;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/code\";i:2638;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination\";i:9403;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/site-title\";i:2289;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/gallery\";i:80571;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/missing\";i:617;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination-previous\";i:1051;s:76:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-pagination-next\";i:1039;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/media-text\";i:14445;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/verse\";i:1860;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/shortcode\";i:2918;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/pullquote\";i:8267;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/freeform\";i:41824;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comments-pagination-next\";i:1011;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/navigation-link\";i:11752;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/term-description\";i:1751;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/query-title\";i:1392;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/comment-template\";i:2910;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/details\";i:2030;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/video\";i:11619;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/calendar\";i:3804;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/social-links\";i:58808;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-author\";i:2895;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/audio\";i:3660;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/text-columns\";i:3034;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/archives\";i:1725;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/column\";i:1597;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/post-navigation-link\";i:4010;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks/group\";i:9055;s:48:\"/var/www/haiku-atelier/web/wp/wp-includes/blocks\";i:1503945;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/style-engine\";i:47528;s:46:\"/var/www/haiku-atelier/web/wp/wp-includes/pomo\";i:57146;s:48:\"/var/www/haiku-atelier/web/wp/wp-includes/assets\";i:24990;s:49:\"/var/www/haiku-atelier/web/wp/wp-includes/widgets\";i:158524;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/XML/Declaration\";i:7098;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/XML\";i:7098;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Decode/HTML\";i:17241;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Decode\";i:17241;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Parse\";i:20551;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Net\";i:7493;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Cache\";i:39607;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Content/Type\";i:8015;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/Content\";i:8015;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie/HTTP\";i:11487;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/SimplePie\";i:458625;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/block-bindings\";i:3610;s:47:\"/var/www/haiku-atelier/web/wp/wp-includes/fonts\";i:326266;s:45:\"/var/www/haiku-atelier/web/wp/wp-includes/ID3\";i:1160011;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/PHPMailer\";i:233227;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api/search\";i:16749;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api/endpoints\";i:848388;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api/fields\";i:22510;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/rest-api\";i:977234;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/certificates\";i:233231;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/js/jquery/ui\";i:787634;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/js/jquery\";i:1305370;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/js/thickbox\";i:31323;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/utils\";i:18826;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/themes/inlite\";i:452642;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/themes/modern\";i:446221;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/themes\";i:898863;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/media\";i:57914;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wplink\";i:26816;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/link\";i:32949;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/image\";i:55874;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/lists\";i:97383;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:72:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:72:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/hr\";i:1347;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:69:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:70:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins/paste\";i:113193;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/plugins\";i:607301;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/langs\";i:15529;s:74:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:72:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce/skins\";i:233085;s:52:\"/var/www/haiku-atelier/web/wp/wp-includes/js/tinymce\";i:2854127;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/js/jcrop\";i:24976;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/js/swfupload\";i:8715;s:53:\"/var/www/haiku-atelier/web/wp/wp-includes/js/plupload\";i:490468;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/js/imgareaselect\";i:49553;s:67:\"/var/www/haiku-atelier/web/wp/wp-includes/js/mediaelement/renderers\";i:18880;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/js/mediaelement\";i:721307;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/js/dist/development\";i:179848;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/js/dist/vendor\";i:2753435;s:49:\"/var/www/haiku-atelier/web/wp/wp-includes/js/dist\";i:21236724;s:49:\"/var/www/haiku-atelier/web/wp/wp-includes/js/crop\";i:20004;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/js/codemirror\";i:1287141;s:44:\"/var/www/haiku-atelier/web/wp/wp-includes/js\";i:30445287;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/edit-post\";i:51948;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/patterns\";i:7442;s:57:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/editor\";i:249468;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/edit-widgets\";i:95440;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/commands\";i:13442;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/block-directory\";i:15116;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/block-library\";i:805412;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/widgets\";i:23740;s:63:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/block-editor\";i:617115;s:68:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/customize-widgets\";i:23886;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/format-library\";i:5556;s:62:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/preferences\";i:8474;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/edit-site\";i:337302;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/list-reusable-blocks\";i:17928;s:61:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/components\";i:357993;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/nux\";i:11624;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist/reusable-blocks\";i:2290;s:50:\"/var/www/haiku-atelier/web/wp/wp-includes/css/dist\";i:2644176;s:45:\"/var/www/haiku-atelier/web/wp/wp-includes/css\";i:3289933;s:60:\"/var/www/haiku-atelier/web/wp/wp-includes/Text/Diff/Renderer\";i:5528;s:58:\"/var/www/haiku-atelier/web/wp/wp-includes/Text/Diff/Engine\";i:31802;s:51:\"/var/www/haiku-atelier/web/wp/wp-includes/Text/Diff\";i:44136;s:46:\"/var/www/haiku-atelier/web/wp/wp-includes/Text\";i:57049;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/images/crystal\";i:15541;s:54:\"/var/www/haiku-atelier/web/wp/wp-includes/images/media\";i:5263;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/images/smilies\";i:10082;s:48:\"/var/www/haiku-atelier/web/wp/wp-includes/images\";i:102178;s:56:\"/var/www/haiku-atelier/web/wp/wp-includes/block-patterns\";i:8843;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/lib\";i:87360;s:79:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:80:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:77:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core32\";i:437041;s:77:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:73:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:78:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:75:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:64:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/Core\";i:452743;s:65:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src/PHP52\";i:4116;s:59:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/src\";i:1207254;s:80:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:80:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:85:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:82:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:71:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:66:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat/namespaced\";i:2698;s:55:\"/var/www/haiku-atelier/web/wp/wp-includes/sodium_compat\";i:1303525;s:46:\"/var/www/haiku-atelier/web/wp/wp-includes/l10n\";i:30499;s:41:\"/var/www/haiku-atelier/web/wp/wp-includes\";i:48797833;s:43:\"/var/www/haiku-atelier/web/wp/wp-admin/user\";i:3685;s:46:\"/var/www/haiku-atelier/web/wp/wp-admin/network\";i:125999;s:47:\"/var/www/haiku-atelier/web/wp/wp-admin/includes\";i:3069241;s:44:\"/var/www/haiku-atelier/web/wp/wp-admin/maint\";i:7592;s:49:\"/var/www/haiku-atelier/web/wp/wp-admin/js/widgets\";i:139432;s:41:\"/var/www/haiku-atelier/web/wp/wp-admin/js\";i:1971286;s:55:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/ocean\";i:75229;s:56:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/coffee\";i:75892;s:58:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/midnight\";i:78486;s:55:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/light\";i:78474;s:59:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/ectoplasm\";i:77742;s:57:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/sunrise\";i:78407;s:54:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/blue\";i:77778;s:56:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors/modern\";i:77989;s:49:\"/var/www/haiku-atelier/web/wp/wp-admin/css/colors\";i:643556;s:42:\"/var/www/haiku-atelier/web/wp/wp-admin/css\";i:2542439;s:45:\"/var/www/haiku-atelier/web/wp/wp-admin/images\";i:426821;s:38:\"/var/www/haiku-atelier/web/wp/wp-admin\";i:9072296;s:29:\"/var/www/haiku-atelier/web/wp\";i:58054082;s:64:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/inc\";i:16246;s:87:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/schemas/api/v3\";i:6589;s:84:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/schemas/api\";i:16970;s:80:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/schemas\";i:17870;s:85:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/types/api/v3\";i:383;s:82:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/types/api\";i:2909;s:78:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib/types\";i:4106;s:72:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/lib\";i:42733;s:79:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts/constantes\";i:6552;s:68:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/scripts\";i:99856;s:71:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/pages\";i:9304;s:75:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/abstracts\";i:1400;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/layouts\";i:32926;s:78:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/base/polices\";i:7819;s:79:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/base/elements\";i:6185;s:70:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass/base\";i:16318;s:65:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src/sass\";i:60709;s:60:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/src\";i:182905;s:70:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/vendor\";i:1155;s:74:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/fonts/lato\";i:2681684;s:76:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/fonts/myriad\";i:223544;s:69:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/fonts\";i:2905228;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/logos\";i:27641;s:80:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/storytelling\";i:17708051;s:74:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/paypal\";i:3161;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/about\";i:41602782;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/icons\";i:2965;s:94:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/TAMANORI\";i:28185358;s:94:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/BOROBORO\";i:12198378;s:94:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/TANEMAKI\";i:51708624;s:90:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/KARA\";i:20206872;s:92:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/KISHOU\";i:1117321;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/IKKAN\";i:7522617;s:92:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/MUGURA\";i:48966844;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/ROKKU\";i:30061913;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/KAGUN\";i:39437895;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/PIASU\";i:41429239;s:93:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/HATTARI\";i:11237555;s:91:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS/HADOU\";i:14508333;s:85:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/PRODUCTS\";i:306580949;s:82:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/HADOU\";i:927234;s:86:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products/SIZECHART\";i:60067;s:76:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img/products\";i:308169029;s:67:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/img\";i:367546884;s:72:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/js/.vite\";i:23402;s:66:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/js\";i:187659;s:73:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/css/pages\";i:60815;s:67:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets/css\";i:168929;s:63:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/assets\";i:370810363;s:69:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/macros\";i:696;s:81:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages/panier\";i:13142;s:82:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages/produit\";i:5012;s:79:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages/shop\";i:1199;s:74:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts/pages\";i:19353;s:68:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views/parts\";i:26003;s:62:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024/views\";i:45157;s:56:\"/var/www/haiku-atelier/web/app/themes/haiku-atelier-2024\";i:371054731;s:64:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/templates\";i:12953;s:63:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/patterns\";i:158957;s:73:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/cardo\";i:388180;s:73:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/inter\";i:331004;s:72:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/jost\";i:116852;s:83:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts/instrument-sans\";i:187522;s:67:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/fonts\";i:1023558;s:65:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/css\";i:357;s:68:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets/images\";i:1152100;s:61:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/assets\";i:2176015;s:61:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/styles\";i:33892;s:60:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour/parts\";i:1473;s:54:\"/var/www/haiku-atelier/web/app/themes/twentytwentyfour\";i:3137090;s:37:\"/var/www/haiku-atelier/web/app/themes\";i:374191821;s:60:\"/var/www/haiku-atelier/web/app/plugins/falcon/src/Components\";i:3084;s:49:\"/var/www/haiku-atelier/web/app/plugins/falcon/src\";i:31297;s:52:\"/var/www/haiku-atelier/web/app/plugins/falcon/assets\";i:6377;s:61:\"/var/www/haiku-atelier/web/app/plugins/falcon/vendor/composer\";i:37088;s:52:\"/var/www/haiku-atelier/web/app/plugins/falcon/vendor\";i:37859;s:65:\"/var/www/haiku-atelier/web/app/plugins/falcon/views/settings/tabs\";i:13902;s:60:\"/var/www/haiku-atelier/web/app/plugins/falcon/views/settings\";i:13902;s:51:\"/var/www/haiku-atelier/web/app/plugins/falcon/views\";i:13902;s:45:\"/var/www/haiku-atelier/web/app/plugins/falcon\";i:97092;s:63:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/collectors\";i:146052;s:60:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/classes\";i:98467;s:57:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/data\";i:15807;s:63:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/wp-content\";i:2403;s:64:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output/html\";i:165089;s:63:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output/raw\";i:9533;s:67:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output/headers\";i:4820;s:59:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/output\";i:197727;s:65:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/assets/icons\";i:2156;s:59:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/assets\";i:73257;s:68:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/vendor/composer\";i:26857;s:59:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/vendor\";i:27628;s:64:\"/var/www/haiku-atelier/web/app/plugins/query-monitor/dispatchers\";i:37910;s:52:\"/var/www/haiku-atelier/web/app/plugins/query-monitor\";i:636645;s:55:\"/var/www/haiku-atelier/web/app/plugins/polylang/include\";i:356041;s:65:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard/js\";i:10763;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard/css\";i:20078;s:69:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard/images\";i:50176;s:62:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wizard\";i:130236;s:64:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/sitemaps\";i:11332;s:67:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/site-health\";i:14557;s:71:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/translate-slugs\";i:1590;s:75:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/machine-translation\";i:1351;s:60:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/sync\";i:44536;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/share-slug\";i:1565;s:60:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules/wpml\";i:66958;s:55:\"/var/www/haiku-atelier/web/app/plugins/polylang/modules\";i:272125;s:53:\"/var/www/haiku-atelier/web/app/plugins/polylang/admin\";i:161850;s:56:\"/var/www/haiku-atelier/web/app/plugins/polylang/frontend\";i:110448;s:63:\"/var/www/haiku-atelier/web/app/plugins/polylang/vendor/composer\";i:58432;s:54:\"/var/www/haiku-atelier/web/app/plugins/polylang/vendor\";i:59203;s:73:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/aqua-resizer\";i:877;s:77:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/no-category-base\";i:1002;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/yarpp\";i:719;s:77:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wp-offload-media\";i:2392;s:68:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/jetpack\";i:7768;s:72:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wp-importer\";i:8892;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wpseo\";i:18480;s:82:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/custom-field-template\";i:1158;s:77:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/twenty-seventeen\";i:1120;s:75:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/domain-mapping\";i:2590;s:75:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/duplicate-post\";i:1144;s:69:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/wp-sweep\";i:2126;s:66:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations/cache\";i:3629;s:60:\"/var/www/haiku-atelier/web/app/plugins/polylang/integrations\";i:53022;s:55:\"/var/www/haiku-atelier/web/app/plugins/polylang/install\";i:39475;s:56:\"/var/www/haiku-atelier/web/app/plugins/polylang/js/build\";i:103657;s:50:\"/var/www/haiku-atelier/web/app/plugins/polylang/js\";i:103657;s:57:\"/var/www/haiku-atelier/web/app/plugins/polylang/css/build\";i:65766;s:51:\"/var/www/haiku-atelier/web/app/plugins/polylang/css\";i:65766;s:53:\"/var/www/haiku-atelier/web/app/plugins/polylang/flags\";i:74931;s:56:\"/var/www/haiku-atelier/web/app/plugins/polylang/settings\";i:119552;s:47:\"/var/www/haiku-atelier/web/app/plugins/polylang\";i:1566178;s:73:\"/var/www/haiku-atelier/web/app/plugins/force-regenerate-thumbnails/assets\";i:10275;s:66:\"/var/www/haiku-atelier/web/app/plugins/force-regenerate-thumbnails\";i:55299;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/single-product/add-to-cart\";i:15556;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/single-product/tabs\";i:3971;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/single-product\";i:42878;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/checkout\";i:36451;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/templates/blockified\";i:18180;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/templates\";i:23448;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/emails/plain\";i:38319;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/emails\";i:91920;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/cart\";i:32634;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/myaccount\";i:50782;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/global\";i:10397;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/block-notices\";i:4629;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/order\";i:24189;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/product-form\";i:1260;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/notices\";i:2933;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/auth\";i:7309;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/parts\";i:10043;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates/loop\";i:12321;s:60:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/templates\";i:376768;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/Detection\";i:79248;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/Psr/Container\";i:1472;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/Psr\";i:1472;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Exception\";i:551;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/ServiceProvider\";i:6476;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Definition\";i:12789;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Inflector\";i:6143;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container/Argument\";i:6726;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League/Container\";i:45593;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages/League\";i:45593;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib/packages\";i:126313;s:54:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/lib\";i:126313;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/sample-data\";i:220042;s:59:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/patterns\";i:124277;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Formatters\";i:4658;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Utilities\";i:145254;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1/AI\";i:828;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Schemas/V1\";i:174869;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Schemas\";i:185840;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Routes/V1/AI\";i:5335;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Routes/V1\";i:163674;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Routes\";i:164010;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Exceptions\";i:7013;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi/Payments\";i:3857;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/StoreApi\";i:551266;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/PluginsInstallLoggers\";i:7021;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications/Transformers\";i:5640;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteInboxNotifications\";i:51416;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/BlockTemplates\";i:6035;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Overrides\";i:11224;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/DateTimeProvider\";i:885;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Composer\";i:2431;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Notes\";i:73841;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Marketing\";i:28244;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers/Stats\";i:22904;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Customers\";i:77739;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue/Stats\";i:9309;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Revenue\";i:11036;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Products/Stats\";i:29290;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Products\";i:61183;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Export\";i:6937;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Categories\";i:21403;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders/Stats\";i:62498;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Orders\";i:103155;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock/Stats\";i:8958;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Stock\";i:25687;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations/Stats\";i:30273;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Variations\";i:62825;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Stats\";i:17498;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads/Files\";i:594;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Downloads\";i:44458;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons/Stats\";i:30490;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Coupons\";i:56521;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes/Stats\";i:23175;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Taxes\";i:43714;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/Import\";i:8776;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports/PerformanceIndicators\";i:19096;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Reports\";i:694872;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/Templates\";i:181;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API/AI\";i:16436;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/API\";i:1031204;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Schedulers\";i:9819;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/PluginsProvider\";i:2800;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint/Importers\";i:9932;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint/Exporters\";i:16010;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint/Steps\";i:12826;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Blueprint\";i:47719;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/ShippingPartnerSuggestions\";i:14445;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks\";i:58486;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/OnboardingTasks\";i:102236;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/MarketingRecommendations\";i:21179;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/PaymentGatewaySuggestions\";i:57851;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor/ProductTemplates\";i:3606;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/ProductBlockEditor\";i:43946;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/AsyncProductEditorCategoryField\";i:2465;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features/Navigation\";i:37775;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/Features\";i:354011;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors/Transformers\";i:13683;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteSpecs/RuleProcessors\";i:63415;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin/RemoteSpecs\";i:71728;s:60:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Admin\";i:1747611;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Utilities\";i:53577;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/TransientFiles\";i:22612;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/ImportExport\";i:6146;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/WCPayPromotion\";i:12470;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/BlockTemplates\";i:40707;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Logging/FileV2\";i:50566;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Logging\";i:97520;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Onboarding\";i:47801;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Notes\";i:104650;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Orders/MetaBoxes\";i:24772;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Orders\";i:128350;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Marketing\";i:2591;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/ProductForm\";i:15057;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/Schedulers\";i:22212;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/RemoteFreeExtensions\";i:41004;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin/ProductReviews\";i:72648;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Admin\";i:778158;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Utilities\";i:78473;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ComingSoon\";i:12349;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Logging\";i:15828;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/CardIcons\";i:44660;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ReceiptRendering/Templates\";i:3661;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ReceiptRendering\";i:73593;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Font\";i:11233;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductImage\";i:1973;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DataStores/Orders\";i:285676;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DataStores\";i:292918;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/BatchProcessing\";i:25545;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Traits\";i:18786;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories/Admin\";i:29372;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductDownloads/ApprovedDirectories\";i:53710;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductDownloads\";i:53710;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/ProductAttributesLookup\";i:95406;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Orders\";i:32870;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/WCCom\";i:685;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DependencyManagement/ServiceProviders\";i:32478;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/DependencyManagement\";i:50978;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Settings\";i:1834;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor/ProductTemplates\";i:66833;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Features/ProductBlockEditor\";i:66833;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Features\";i:120939;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal/Integrations\";i:2474;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Internal\";i:1726157;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Database/Migrations/CustomOrderTable\";i:69217;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Database/Migrations\";i:135204;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Database\";i:135204;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain/Services/OnboardingTasks\";i:3094;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain/Services/Email\";i:4642;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain/Services\";i:101382;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Domain\";i:123033;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Images\";i:8071;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Patterns\";i:22111;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/BlockTypes/OrderConfirmation\";i:53330;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/BlockTypes\";i:521539;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/AIContent\";i:68267;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Assets\";i:25904;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Interactivity\";i:4382;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Registry\";i:5604;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Shipping\";i:21953;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Utils\";i:80715;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Templates\";i:69877;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Payments/Integrations\";i:11314;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Payments\";i:21564;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/AI\";i:7106;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/InteractivityComponents\";i:10100;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks/Integrations\";i:6333;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Blocks\";i:1091452;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Caches\";i:3406;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Caching\";i:20668;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Checkout/Helpers\";i:10472;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Checkout\";i:10472;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/LayoutTemplates\";i:6004;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src/Proxies\";i:5575;s:54:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/src\";i:5367285;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/lib/cron-expression\";i:29942;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/lib\";i:33750;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/data-stores\";i:101713;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/migration\";i:25700;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/WP_CLI\";i:24146;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/actions\";i:4310;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/schema\";i:7801;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/schedules\";i:10785;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes/abstracts\";i:83943;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/classes\";i:355164;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler/deprecated\";i:13295;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/action-scheduler\";i:477051;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages/woocommerce-admin\";i:203;s:59:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/packages\";i:477254;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/print-shipping-label-banner\";i:7131;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/explat\";i:47344;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/admin-layout\";i:3499;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/currency\";i:4746;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/csv-export\";i:4990;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/app\";i:722758;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/beta-features-tracking-modal\";i:1273;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/data\";i:148210;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-catalog-visibility-field\";i:750;s:138:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/insert-url-menu-item\";i:2438;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/downloads-menu\";i:2153;s:145:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal/images\";i:2332;s:138:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/edit-downloads-modal\";i:6944;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/upload-files-menu-item\";i:1800;s:131:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads/media-library\";i:1612;s:117:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/downloads\";i:22944;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-name-field\";i:3203;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sku-field\";i:2100;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-class\";i:5296;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/password\";i:2059;s:131:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-downloads-field\";i:8748;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-quantity\";i:3061;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variations-options-field\";i:3839;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-sku\";i:2764;s:133:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-description-field\";i:576;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-sale-price-field\";i:2165;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-email-field\";i:635;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields\";i:2008;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/inventory-email\";i:3517;s:129:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-summary-field\";i:3417;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/schedule-sale\";i:4934;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-items\";i:7590;s:128:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/custom-fields-toggle\";i:3010;s:143:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-details-section-description\";i:13768;s:129:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-has-variations\";i:2496;s:127:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/shipping-dimensions\";i:5766;s:136:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/notice-edit-single-variation\";i:3219;s:136:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-class-field\";i:713;s:129:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields\";i:578;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary/paragraph-rtl-control\";i:1391;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/summary\";i:6722;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/regular-price\";i:4093;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list\";i:7690;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-tag-field\";i:2873;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/catalog-visibility\";i:2333;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-variation-items-field\";i:2302;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-attributes-field\";i:2002;s:142:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-shipping-dimensions-fields\";i:2649;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/attributes\";i:3458;s:135:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-regular-price-field\";i:2248;s:111:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/tag\";i:2511;s:130:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description/components\";i:2931;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/description\";i:7272;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-has-variations-notice\";i:1737;s:128:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-images-field\";i:3216;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/name\";i:5644;s:140:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-inventory-quantity-field\";i:642;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options/images\";i:2235;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/variation-options\";i:8902;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/sale-price\";i:3671;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-list-field\";i:5559;s:132:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder/imgs\";i:13383;s:127:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images/place-holder\";i:14896;s:114:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/images\";i:21738;s:130:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-password-field\";i:626;s:139:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-single-variation-notice\";i:1702;s:142:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-custom-fields-toggle-field\";i:2064;s:136:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields/product-schedule-sale-fields\";i:1661;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/product-fields\";i:212471;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-number-field\";i:1864;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section\";i:2766;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-checkbox-field\";i:877;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/select\";i:3559;s:124:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-area-field\";i:1415;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section\";i:1843;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text\";i:5590;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-pricing-field\";i:1949;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-collapsible\";i:616;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-text-field\";i:2251;s:137:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-rtl\";i:674;s:143:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar/toolbar-button-alignment\";i:907;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area/toolbar\";i:1581;s:110:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/text-area\";i:7325;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection\";i:776;s:104:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/tab\";i:4363;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/linked-product-list\";i:8443;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/collapsible\";i:2072;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-tab\";i:1945;s:126:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-linked-list-field\";i:2134;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-select-field\";i:1172;s:131:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-subsection-description\";i:610;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/pricing\";i:3390;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection-description\";i:2110;s:109:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/taxonomy\";i:9171;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/section-description\";i:2080;s:111:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/subsection\";i:2793;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/radio\";i:2665;s:123:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-taxonomy-field\";i:3809;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/conditional\";i:2531;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-toggle-field\";i:1001;s:128:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-section-description\";i:598;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/toggle\";i:4132;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/product-radio-field\";i:841;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/number\";i:3705;s:109:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic/checkbox\";i:2729;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks/generic\";i:93125;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor/blocks\";i:313641;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-editor\";i:1155516;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/date\";i:44452;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/customer-effort-score\";i:30784;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/experimental\";i:86614;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/navigation\";i:43966;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/onboarding\";i:263375;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/woo-product-usage-notice\";i:6028;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/marketing-coupons\";i:21280;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/tracks\";i:8655;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/chunks\";i:1908969;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/notices\";i:1796;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/payment-method-promotions\";i:2901;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/remote-logging\";i:21615;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/block-templates\";i:127314;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/wp-admin-scripts\";i:333496;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/components\";i:1108294;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/product-category-metabox\";i:4209;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin/number\";i:2243;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/admin\";i:6638361;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/add-to-cart-form\";i:594;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image-next-previous\";i:739;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/single-product\";i:618;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-rating-counter\";i:882;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filters-overlay\";i:1012;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-information\";i:965;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/handpicked-products\";i:1434;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-thumbnails\";i:635;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-large-image\";i:633;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/mini-cart-contents-block\";i:31358;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/checkout\";i:1162;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-wrapper\";i:651;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-template\";i:1147;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/cart-blocks\";i:28151;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/classic-shortcode\";i:625;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-rating\";i:905;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/rating-filter\";i:867;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-meta\";i:479;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals-wrapper\";i:634;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/breadcrumbs\";i:771;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/stock-filter\";i:933;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-active\";i:613;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/featured-category\";i:1842;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-average-rating\";i:446;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/products-by-attribute\";i:1585;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/filter-wrapper\";i:357;s:97:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-totals\";i:1523;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/related-products\";i:441;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-results-count\";i:535;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-category\";i:1605;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-rating-stars\";i:870;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-rating\";i:791;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filters\";i:1467;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery\";i:1596;s:114:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-pickup-options-block\";i:588;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-discount-block\";i:643;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-shipping-block\";i:583;s:125:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-coupon-form-block\";i:627;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-cart-button-block\";i:818;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-block\";i:444;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-shipping-block\";i:575;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-mini-cart-contents-block\";i:624;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-subtotal-block\";i:635;s:105:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-terms-block\";i:746;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-methods-block\";i:614;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-checkout-button-block\";i:836;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-additional-information-block\";i:665;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-fields-block\";i:642;s:110:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/proceed-to-checkout-block\";i:572;s:122:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-subtotal-block\";i:643;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-contact-information-block\";i:614;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-billing-address-block\";i:602;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-address-block\";i:605;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-mini-cart-contents-block\";i:618;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-taxes-block\";i:626;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-block\";i:717;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-actions-block\";i:583;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-totals-block\";i:664;s:118:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-discount-block\";i:635;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-footer-block\";i:619;s:109:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-block\";i:590;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-items-block\";i:635;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-shopping-button-block\";i:829;s:121:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-coupon-form-block\";i:619;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-block\";i:580;s:117:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-fee-block\";i:629;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-cross-sells-products-block\";i:662;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-shipping-method-block\";i:595;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-totals-block\";i:661;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-totals-block\";i:679;s:124:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-cart-items-block\";i:630;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-items-counter-block\";i:676;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/empty-cart-block\";i:594;s:120:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-accepted-payment-methods-block\";i:471;s:119:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-summary-taxes-block\";i:634;s:113:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-fee-block\";i:621;s:111:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-express-payment-block\";i:616;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/filled-cart-block\";i:605;s:117:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-heading-block\";i:674;s:110:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-order-note-block\";i:620;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-title-label-block\";i:716;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-line-items-block\";i:592;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-items-block\";i:568;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-express-payment-block\";i:684;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/cart-order-summary-totals-block\";i:653;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/checkout-payment-block\";i:585;s:115:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks/mini-cart-products-table-block\";i:634;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/inner-blocks\";i:33590;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-attribute\";i:2045;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/attribute-filter\";i:1119;s:116:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields-wrapper\";i:684;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-best-sellers\";i:1613;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-categories\";i:1174;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-stock-status\";i:978;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads-wrapper\";i:642;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-new\";i:1577;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-gallery-pager\";i:546;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/all-products\";i:737;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-collection\";i:1358;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-reviews\";i:436;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-image-gallery\";i:470;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/price-filter\";i:854;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/checkout-blocks\";i:62928;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-button\";i:1365;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-billing-address\";i:1374;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-price\";i:672;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-summary\";i:1417;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/coming-soon\";i:311;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-details\";i:442;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/featured-product\";i:1888;s:108:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-additional-fields\";i:937;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/catalog-sorting\";i:542;s:97:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-status\";i:1272;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/customer-account\";i:815;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/page-content-wrapper\";i:543;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/store-notices\";i:508;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-collection-no-results\";i:947;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-downloads\";i:1521;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-address\";i:1377;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/mini-cart\";i:1304;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter-clear-button\";i:464;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-tag\";i:1388;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/order-confirmation-shipping-wrapper\";i:680;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/active-filters\";i:623;s:106:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filters-overlay-navigation\";i:2137;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-top-rated\";i:1591;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks/product-filter\";i:826;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client/blocks\";i:4700944;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/client\";i:11339305;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/fonts\";i:552889;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-qrcode\";i:45224;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-payment\";i:26193;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/accounting\";i:16783;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-flot\";i:214183;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-serializejson\";i:22579;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/admin\";i:488725;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-ui-touch-punch\";i:6358;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/zoom\";i:8732;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/frontend\";i:209838;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/sourcebuster\";i:46700;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/round\";i:2271;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/stupidtable\";i:5713;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/flexslider\";i:74805;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-blockui\";i:29694;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/select2\";i:444591;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/photoswipe\";i:156989;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/js-cookie\";i:5532;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-tiptip\";i:10303;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/prettyPhoto\";i:56955;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/selectWoo\";i:464613;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js/jquery-cookie\";i:4550;s:60:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/js\";i:2341331;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/jquery-ui/images\";i:19610;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/jquery-ui\";i:109637;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/photoswipe/default-skin\";i:22461;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css/photoswipe\";i:31039;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/css\";i:2096198;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/core-profiler\";i:33862;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/template-placeholders\";i:2886;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/payment_methods/72x72\";i:35180;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/payment_methods\";i:35180;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/task_list\";i:83458;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/product_data\";i:1441;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/previews\";i:413623;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/blocks/product-filters-overlay\";i:6825;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/blocks/mini-cart\";i:8753;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/blocks\";i:15578;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/shipping_partners\";i:205509;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/onboarding\";i:240417;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/payment-methods\";i:67316;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/icons/credit-cards\";i:27486;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/icons\";i:31521;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/pattern-placeholders\";i:4053200;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/marketing\";i:82806;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/block-placeholders\";i:6496;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images/admin_notes\";i:22969;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets/images\";i:5767572;s:57:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/assets\";i:22097295;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/client/admin/config\";i:2432;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/client/admin\";i:2432;s:57:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/client\";i:2432;s:61:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/bin\";i:19348;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath/Extension\";i:29007;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/XPath\";i:39842;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Handler\";i:10164;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Shortcut\";i:5802;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser/Tokenizer\";i:6588;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Parser\";i:42756;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Node\";i:17185;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector/Exception\";i:4181;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/css-selector\";i:107185;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80/Resources\";i:2168;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony/polyfill-php80\";i:10530;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/symfony\";i:117715;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Property\";i:13039;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Rule\";i:10209;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Parsing\";i:17616;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/CSSList\";i:30074;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Comment\";i:1617;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/Value\";i:37869;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src/RuleSet\";i:42613;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser/src\";i:171568;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm/php-css-parser\";i:172672;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/sabberworm\";i:172672;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer/Installers\";i:77612;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers/src/Composer\";i:77612;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers/src\";i:78080;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer/installers\";i:79355;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/composer\";i:986889;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Info\";i:5464;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Formats\";i:9455;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Resolvers\";i:26657;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Schemas\";i:11417;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Filters\";i:14233;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Pragmas\";i:6839;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Keywords\";i:104211;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/Drafts\";i:16672;s:104:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers/KeywordValidators\";i:2046;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Parsers\";i:168548;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Pragmas\";i:9060;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Keywords\";i:149538;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Exceptions\";i:14049;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Errors\";i:19102;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/Variables\";i:6949;s:96:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src/KeywordValidators\";i:4676;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema/src\";i:512100;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/json-schema\";i:523262;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string/src/Exception\";i:3792;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string/src\";i:45510;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string/res\";i:85488;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/string\";i:141477;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/uri/src\";i:50158;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis/uri\";i:61761;s:62:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/opis\";i:726500;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/jetpack-autoloader\";i:51562;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Cli\";i:2787;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/docs/json-examples\";i:578;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/docs\";i:578;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Schemas\";i:3561;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Importers\";i:13706;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Exporters\";i:5124;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/ResultFormatters\";i:2804;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/ResourceStorages\";i:5077;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src/Steps\";i:14199;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/src\";i:87257;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/fixtures\";i:595;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/Unit/Schemas\";i:2144;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/Unit\";i:6049;s:101:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/stubs/Exporters\";i:643;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests/stubs\";i:643;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint/tests\";i:8499;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce/blueprint\";i:96039;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/woocommerce\";i:96039;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Css\";i:8803;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/HtmlProcessor\";i:30875;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Utilities\";i:8638;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src/Caching\";i:2073;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier/src\";i:93292;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago/emogrifier\";i:94360;s:64:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/pelago\";i:94360;s:97:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db/Reader\";i:16839;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind/Db\";i:29467;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src/MaxMind\";i:29467;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/src\";i:29467;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext/tests\";i:709;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader/ext\";i:31944;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db/reader\";i:76583;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/maxmind-db\";i:76583;s:112:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis/_inc\";i:2116;s:107:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/identity-crisis\";i:45720;s:100:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/webhooks\";i:6554;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src/sso\";i:113495;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/src\";i:462283;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/dist\";i:82512;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection/legacy\";i:86764;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-connection\";i:649975;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles/src\";i:1863;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-roles\";i:20279;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants/src\";i:3465;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-constants\";i:21881;s:93:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats/src\";i:4364;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-a8c-mc-stats\";i:22780;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui/src\";i:6809;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-admin-ui\";i:25225;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets/build\";i:8948;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets/src/js\";i:2330;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets/src\";i:40444;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-assets\";i:68778;s:91:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader/src\";i:81481;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-autoloader\";i:99897;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-config/src\";i:11782;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-config\";i:30198;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect/src\";i:2606;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-redirect\";i:21022;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-status/src\";i:50948;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic/jetpack-status\";i:69364;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor/automattic\";i:1029399;s:57:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/vendor\";i:3372155;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/data-stores\";i:354754;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/react-admin/emails\";i:3687;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/react-admin\";i:34639;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/libraries\";i:26600;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/customizer\";i:33397;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/log-handlers\";i:23124;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/walkers\";i:8177;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/product-usage\";i:3082;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/import\";i:56176;s:77:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/list-tables\";i:59028;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/reports\";i:167441;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/notes\";i:13659;s:86:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/plugin-updates/views\";i:2685;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/plugin-updates\";i:18386;s:99:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/templates\";i:1574;s:95:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions/views\";i:287;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/marketplace-suggestions\";i:10184;s:71:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/views\";i:121662;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/importers/mappings\";i:9193;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/importers/views\";i:13062;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/importers\";i:62849;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/meta-boxes/views\";i:131617;s:76:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/meta-boxes\";i:223285;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/settings/views\";i:55620;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/settings\";i:181942;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/helper/views\";i:17661;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin/helper\";i:165129;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/admin\";i:1542031;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/interfaces\";i:35473;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/emails\";i:100280;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/theme-support\";i:26018;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/traits\";i:2124;s:63:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/cli\";i:38423;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/blocks\";i:2122;s:67:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/widgets\";i:61034;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/queue\";i:8898;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-local-delivery\";i:6046;s:87:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/flat-rate/includes\";i:4220;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/flat-rate\";i:12294;s:88:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-local-pickup\";i:6991;s:81:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/local-pickup\";i:4004;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-international-delivery\";i:2643;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/free-shipping\";i:8365;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-free-shipping\";i:7209;s:94:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes\";i:5093;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping/legacy-flat-rate\";i:17337;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shipping\";i:64889;s:74:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/payment-tokens\";i:6598;s:69:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/abstracts\";i:268729;s:98:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation/views\";i:839;s:92:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/integrations/maxmind-geolocation\";i:15058;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/integrations\";i:15058;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/tracks/events\";i:62168;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/tracks\";i:87347;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/export\";i:40330;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version3\";i:373774;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version2\";i:456837;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1\";i:397047;s:90:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers/Telemetry\";i:4679;s:80:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Controllers\";i:1232337;s:78:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api/Utilities\";i:2852;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/rest-api\";i:1246552;s:102:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/installation/installation-steps\";i:11303;s:83:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/installation\";i:27945;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/rest-api/endpoints\";i:11576;s:79:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site/rest-api\";i:17838;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/wccom-site\";i:57476;s:72:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/cod\";i:13290;s:85:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/assets/js\";i:2162;s:89:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/assets/images\";i:2454;s:82:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/assets\";i:4616;s:84:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal/includes\";i:54634;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/paypal\";i:77646;s:75:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/cheque\";i:4736;s:73:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways/bacs\";i:14991;s:68:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/gateways\";i:116934;s:70:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/shortcodes\";i:53973;s:66:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes/legacy\";i:77989;s:59:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/includes\";i:6609222;s:65:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/i18n/languages\";i:1753660;s:55:\"/var/www/haiku-atelier/web/app/plugins/woocommerce/i18n\";i:2019496;s:50:\"/var/www/haiku-atelier/web/app/plugins/woocommerce\";i:40855736;s:73:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build/resources/scripts\";i:2058766;s:69:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build/resources/css\";i:1445;s:65:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build/resources\";i:2060211;s:55:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/build\";i:2060211;s:61:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src/Filters\";i:1300;s:58:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src/Spec\";i:16940;s:57:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src/CLI\";i:2060;s:53:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/src\";i:32330;s:56:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/assets\";i:417779;s:65:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/vendor/composer\";i:36281;s:56:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/vendor\";i:37052;s:67:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/scripts\";i:1193;s:68:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/elements\";i:2149767;s:64:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/sass\";i:401;s:65:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources/views\";i:1979;s:59:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi/resources\";i:2153340;s:49:\"/var/www/haiku-atelier/web/app/plugins/wp-openapi\";i:4718989;s:87:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods/chronopost\";i:21790;s:90:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods/mondial_relay\";i:14027;s:80:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods/ups\";i:14871;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/shipping_methods\";i:55876;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/FPDI/filters\";i:5896;s:68:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/FPDI\";i:100646;s:77:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/include\";i:952612;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/config\";i:1194;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/fonts\";i:2529;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf/tools\";i:7413;s:69:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib/tcpdf\";i:2322586;s:63:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/lib\";i:2426416;s:84:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/chronopost\";i:80783;s:90:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/abstract_classes\";i:69630;s:80:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/config\";i:350;s:87:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/mondial_relay\";i:76867;s:77:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes/ups\";i:70178;s:73:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/classes\";i:299338;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups/openstreetmap\";i:2964;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups/mondial_relay\";i:3251;s:94:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups/google_maps\";i:2540;s:82:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/pickups\";i:9732;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/shipping\";i:6384;s:81:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/config\";i:2233;s:92:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/chronopost\";i:6964;s:98:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/abstract_classes\";i:16698;s:95:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/mondial_relay\";i:5948;s:85:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders/ups\";i:5812;s:81:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/orders\";i:35422;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials/settings\";i:799;s:74:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/partials\";i:54570;s:86:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/chronopost\";i:12119;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups/openstreetmap\";i:15136;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups/mondial_relay\";i:5469;s:95:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups/google_maps\";i:14868;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/pickups\";i:37647;s:89:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/mondial_relay\";i:3080;s:79:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/dhl\";i:1381;s:79:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js/ups\";i:3109;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/js\";i:61179;s:87:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/chronopost\";i:55;s:84:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/pickups\";i:4890;s:90:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/mondial_relay\";i:55;s:80:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css/ups\";i:55;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets/css\";i:5055;s:72:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/assets\";i:66234;s:71:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin/views\";i:254;s:65:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/admin\";i:421863;s:77:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/woocommerce_block\";i:42885;s:85:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/resources/email/templates\";i:1248;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/resources/email\";i:1248;s:69:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/resources\";i:108037;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/chronopost\";i:4973;s:89:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/abstract_classes\";i:12853;s:86:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/mondial_relay\";i:4668;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup/ups\";i:6516;s:72:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/pickup\";i:29010;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups/openstreetmap\";i:3603;s:96:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups/mondial_relay\";i:3812;s:94:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups/google_maps\";i:3461;s:82:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials/pickups\";i:10876;s:74:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/partials\";i:10876;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/openstreetmap\";i:11083;s:97:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/mondial_relay\";i:4894;s:102:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/woocommerce_blocks\";i:2911;s:95:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups/google_maps\";i:11001;s:83:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js/pickups\";i:29889;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/js\";i:29889;s:84:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/css/pickups\";i:3911;s:76:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets/css\";i:3911;s:72:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front/assets\";i:33800;s:65:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/front\";i:75274;s:75:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/helpers/classes\";i:374;s:74:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/helpers/helper\";i:7996;s:67:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc/helpers\";i:10238;s:59:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/inc\";i:3140589;s:71:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/vendor/composer\";i:35612;s:62:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping/vendor\";i:35751;s:55:\"/var/www/haiku-atelier/web/app/plugins/wc-multishipping\";i:3194686;s:38:\"/var/www/haiku-atelier/web/app/plugins\";i:51124625;s:58:\"/var/www/haiku-atelier/web/app/uploads/woocommerce_uploads\";i:14;s:46:\"/var/www/haiku-atelier/web/app/uploads/wc-logs\";i:4441;s:46:\"/var/www/haiku-atelier/web/app/uploads/2024/10\";i:122283131;s:46:\"/var/www/haiku-atelier/web/app/uploads/2024/09\";i:30092056;s:43:\"/var/www/haiku-atelier/web/app/uploads/2024\";i:152375187;s:38:\"/var/www/haiku-atelier/web/app/uploads\";i:152379642;}','off'), +(992,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:9:{s:4:\"slug\";s:24:\"product-edit-automatewoo\";s:7:\"product\";s:11:\"automatewoo\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:23:\"Automate your marketing\";s:4:\"copy\";s:89:\"Win customers and keep them coming back with a nearly endless range of powerful workflows\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/automatewoo/\";}i:12;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:13;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:11:\"WooPayments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";}i:15;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:16;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:18;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:19;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:20;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:21;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:22;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:23;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:24;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:25;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:26;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:27;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1723037545;}','off'), +(1266,'woocommerce_task_list_reminder_bar_hidden','yes','auto'), +(1844,'nonce_key','Qe9)bK=%I]xCh./VgqP J~76af%z[ GJpRMI$H9^BE!rApKAVk}7rw._BQRV:.}4','off'), +(1845,'nonce_salt',' 3%/;I6>tVBcX^+ei0X(f07Fy}xZy9-W4;4Hp]+9c|7Lu9OyH*vDy<$[ ZFupt-K','off'), +(1855,'auth_key','+_xd+>H[lp.sF$h(0~tRw(*Mc3fU~j;oy5**DrV8N`:&oeE`[aW31h{1+sbj%m/9','off'), +(1856,'auth_salt','*g5A.#_L{&a+3G-HjFNXK!,lkIl{fp%Yk!b9LatvPCB_-oCx^?R~k^3X-*wzC T^','off'), +(1865,'secure_auth_key','_OJ{C5_dNeer{F8)-EMc@BG;IG#6FB*f!A=pxe@1kq:jG','off'), +(1866,'secure_auth_salt','0zE{&JkB]rz&F(6gC,sYm42s?Y~I(@wIuB%wVd$!r0IUEf2X|wWAAu,+t?NC[jQ','off'), +(1868,'logged_in_salt','%;$7@^LKY|%V>x95!VT;|+ 6qCn}f2Nxf9~0@ucl:o_B1@mP_KR XTC=lW~sDsX.','off'), +(2018,'woocommerce_downloads_count_partial','yes','on'), +(2230,'wp-openapi-rewrite-flushed','1','auto'), +(2232,'wp-openapi-options','','auto'), +(2594,'woocommerce_email_footer_text_color','#3c3c3c','off'), +(3107,'recovery_keys','a:0:{}','off'), +(5596,'woocommerce_admin_customize_store_completed','yes','auto'), +(6061,'site_logo','','auto'), +(8528,'woocommerce_feature_site_visibility_badge_enabled','yes','on'), +(8589,'woocommerce_admin_created_default_shipping_zones','yes','auto'), +(8590,'woocommerce_admin_reviewed_default_shipping_zones','yes','auto'), +(8603,'_transient_orders-transient-version','1750690587','on'), +(8610,'woocommerce_admin_last_orders_milestone','10','auto'), +(8759,'wc_shop_order_list_table_months_filter_cache_date','1749466779','auto'), +(8760,'wc_shop_order_list_table_months_filter_cache_value','a:8:{i:0;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"6\";}i:1;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"5\";}i:2;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"4\";}i:3;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"3\";}i:4;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"2\";}i:5;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2025\";s:5:\"month\";s:1:\"1\";}i:6;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2024\";s:5:\"month\";s:2:\"12\";}i:7;O:8:\"stdClass\":2:{s:4:\"year\";s:4:\"2024\";s:5:\"month\";s:2:\"11\";}}','auto'), +(9197,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"dd429dffcb518f90fe1f9ce99f485c58\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'), +(9202,'db_upgraded','','on'), +(9217,'woocommerce_task_list_hidden_lists','a:2:{i:0;s:8:\"extended\";i:1;s:5:\"setup\";}','auto'), +(9218,'woocommerce_default_homepage_layout','two_columns','auto'), +(10216,'woocommerce_sales_record_date','2024-11-26','auto'), +(10217,'woocommerce_sales_record_amount','1525','auto'), +(10790,'wpmc_options','a:27:{s:6:\"method\";s:5:\"media\";s:7:\"content\";b:1;s:18:\"filesystem_content\";b:0;s:13:\"media_library\";b:1;s:12:\"live_content\";b:0;s:9:\"debuglogs\";b:0;s:11:\"images_only\";b:0;s:13:\"attach_is_use\";b:0;s:15:\"thumbnails_only\";b:0;s:11:\"dirs_filter\";s:0:\"\";s:12:\"files_filter\";s:0:\"\";s:15:\"hide_thumbnails\";b:0;s:12:\"hide_warning\";b:0;s:10:\"skip_trash\";b:0;s:13:\"medias_buffer\";i:100;s:12:\"posts_buffer\";i:5;s:15:\"analysis_buffer\";i:100;s:14:\"file_op_buffer\";i:20;s:5:\"delay\";i:100;s:19:\"shortcodes_disabled\";b:0;s:31:\"output_buffer_cleaning_disabled\";b:0;s:14:\"php_error_logs\";b:0;s:14:\"posts_per_page\";i:1000;s:15:\"clean_uninstall\";b:0;s:11:\"repair_mode\";b:0;s:11:\"expert_mode\";b:0;s:9:\"logs_path\";N;}','off'), +(10791,'wpmc_rating_date','1732931640','off'), +(10807,'wms_mondial_relay_enable','yes','on'), +(10808,'wms_mondial_relay_customer_code','','on'), +(10809,'wms_mondial_relay_private_key','','on'), +(10810,'wms_mondial_relay_brand_code','','on'), +(10811,'wms_mondial_relay_section_pickup_points_map_type','openstreetmap','on'), +(10812,'wms_mondial_relay_section_pickup_points_google_maps_api_key','','on'), +(10813,'wms_mondial_relay_section_label_generation_status','a:0:{}','on'), +(10814,'wms_mondial_relay_section_label_status_post_generation','','on'), +(10815,'wms_mondial_relay_section_label_send_email','no','on'), +(10816,'wms_mondial_relay_price_before_discount','no','on'), +(10817,'wms_mondial_relay_shipper_civility','MLLE','on'), +(10818,'wms_mondial_relay_shipper_name','','on'), +(10819,'wms_mondial_relay_shipper_name_2','','on'), +(10820,'wms_mondial_relay_shipper_address_1','','on'), +(10821,'wms_mondial_relay_shipper_address_2','','on'), +(10822,'wms_mondial_relay_shipper_zip_code','','on'), +(10823,'wms_mondial_relay_shipper_city','','on'), +(10824,'wms_mondial_relay_shipper_country','AF','on'), +(10825,'wms_mondial_relay_shipper_email','','on'), +(10826,'wms_mondial_relay_shipper_phone','','on'), +(10827,'wms_mondial_relay_shipper_mobile_phone','','on'), +(10828,'wms_mondial_relay_section_parcel_insurance','0','on'), +(10829,'wms_mondial_relay_section_parcel_installation_duration','','on'), +(10830,'wms_mondial_relay_section_parcel_shipping_value','','on'), +(10831,'wms_mondial_relay_debug_mode','1','on'), +(10832,'wms_chronopost_enable','no','on'), +(10833,'wms_chronopost_account_number','','on'), +(10834,'wms_chronopost_account_name','','on'), +(10835,'wms_chronopost_account_password','','on'), +(10836,'wms_chronopost_section_pickup_points_map_type','openstreetmap','on'), +(10837,'wms_chronopost_section_pickup_points_google_maps_api_key','','on'), +(10838,'wms_chronopost_label_format','PDF','on'), +(10839,'wms_chronopost_section_label_generation_status','a:0:{}','on'), +(10840,'wms_chronopost_section_label_status_post_generation','','on'), +(10841,'wms_chronopost_section_label_send_email','no','on'), +(10842,'wms_chronopost_price_before_discount','yes','on'), +(10843,'wms_chronopost_shipper_civility','E','on'), +(10844,'wms_chronopost_shipper_name','','on'), +(10845,'wms_chronopost_shipper_name_2','','on'), +(10846,'wms_chronopost_shipper_address_1','','on'), +(10847,'wms_chronopost_shipper_address_2','','on'), +(10848,'wms_chronopost_shipper_zip_code','','on'), +(10849,'wms_chronopost_shipper_city','','on'), +(10850,'wms_chronopost_shipper_country','AF','on'), +(10851,'wms_chronopost_shipper_contact_name','','on'), +(10852,'wms_chronopost_shipper_email','','on'), +(10853,'wms_chronopost_shipper_phone','','on'), +(10854,'wms_chronopost_shipper_mobile_phone','','on'), +(10855,'wms_chronopost_customer_civility','E','on'), +(10856,'wms_chronopost_customer_name','','on'), +(10857,'wms_chronopost_customer_name_2','','on'), +(10858,'wms_chronopost_customer_address_1','','on'), +(10859,'wms_chronopost_customer_address_2','','on'), +(10860,'wms_chronopost_customer_zip_code','','on'), +(10861,'wms_chronopost_customer_city','','on'), +(10862,'wms_chronopost_customer_country','AF','on'), +(10863,'wms_chronopost_customer_contact_name','','on'), +(10864,'wms_chronopost_customer_email','','on'), +(10865,'wms_chronopost_customer_phone','','on'), +(10866,'wms_chronopost_customer_mobile_phone','','on'), +(10867,'wms_chronopost_section_insurance_ad_valorem_enabled','1','on'), +(10868,'wms_chronopost_section_insurance_ad_valorem_min_amount','0','on'), +(10869,'wms_chronopost_saturday_shipping_start_day','monday','on'), +(10870,'wms_chronopost_saturday_shipping_start_time','0','on'), +(10871,'wms_chronopost_saturday_shipping_end_day','monday','on'), +(10872,'wms_chronopost_saturday_shipping_end_time','0','on'), +(10873,'wms_chronopost_debug_mode','0','on'), +(10874,'wms_ups_enable','yes','on'), +(10875,'wms_ups_account_username','','on'), +(10876,'wms_ups_password','','on'), +(10877,'wms_ups_account_number','','on'), +(10878,'wms_ups_api_access_key','','on'), +(10879,'wms_ups_section_pickup_points_map_type','openstreetmap','on'), +(10880,'wms_ups_section_pickup_points_google_maps_api_key','','on'), +(10881,'wms_ups_section_label_generation_status','a:0:{}','on'), +(10882,'wms_ups_section_label_status_post_generation','','on'), +(10883,'wms_ups_section_label_send_email','no','on'), +(10884,'wms_ups_shipper_civility','MLLE','on'), +(10885,'wms_ups_shipper_name','','on'), +(10886,'wms_ups_shipper_name_2','','on'), +(10887,'wms_ups_shipper_company_name','','on'), +(10888,'wms_ups_shipper_vat_number','','on'), +(10889,'wms_ups_shipper_address_1','','on'), +(10890,'wms_ups_shipper_address_2','','on'), +(10891,'wms_ups_shipper_zip_code','','on'), +(10892,'wms_ups_shipper_city','','on'), +(10893,'wms_ups_shipper_country','AF','on'), +(10894,'wms_ups_shipper_email','','on'), +(10895,'wms_ups_shipper_phone','','on'), +(10896,'wms_ups_shipper_mobile_phone','','on'), +(10897,'wms_ups_debug_mode','1','on'), +(10899,'woocommerce_ups_standard_4_settings','a:8:{s:5:\"title\";s:14:\"UPS - Standard\";s:13:\"title_if_free\";s:13:\"Free Shipping\";s:17:\"pricing_condition\";s:6:\"weight\";s:13:\"free_shipping\";s:2:\"no\";s:23:\"free_shipping_condition\";d:100;s:15:\"management_fees\";s:1:\"0\";s:16:\"packaging_weight\";s:1:\"0\";s:14:\"shipping_rates\";a:1:{i:0;a:4:{s:3:\"min\";d:0;s:3:\"max\";d:100;s:14:\"shipping_class\";a:1:{i:0;s:3:\"all\";}s:5:\"price\";d:12;}}}','on'), +(10900,'woocommerce_mondial_relay_point_relais_5_settings','a:8:{s:5:\"title\";s:26:\"Mondial Relay Point Relais\";s:13:\"title_if_free\";s:33:\"Mondial Relay Point Relais (Free)\";s:17:\"pricing_condition\";s:11:\"cart_amount\";s:13:\"free_shipping\";s:2:\"no\";s:23:\"free_shipping_condition\";d:100;s:15:\"management_fees\";s:1:\"0\";s:16:\"packaging_weight\";s:1:\"0\";s:14:\"shipping_rates\";a:1:{i:0;a:4:{s:3:\"min\";d:0;s:3:\"max\";d:100;s:14:\"shipping_class\";a:1:{i:0;s:3:\"all\";}s:5:\"price\";d:6;}}}','on'), +(10901,'woocommerce_mondial_relay_point_relais_6_settings','a:8:{s:5:\"title\";s:28:\"Mondial Relay - Point Relais\";s:13:\"title_if_free\";s:35:\"Mondial Relay - Point Relais (Free)\";s:17:\"pricing_condition\";s:6:\"weight\";s:13:\"free_shipping\";s:2:\"no\";s:23:\"free_shipping_condition\";d:50;s:15:\"management_fees\";s:1:\"0\";s:16:\"packaging_weight\";s:1:\"0\";s:14:\"shipping_rates\";a:1:{i:0;a:4:{s:3:\"min\";d:0;s:3:\"max\";d:100;s:14:\"shipping_class\";a:1:{i:0;s:3:\"all\";}s:5:\"price\";d:3;}}}','on'), +(12053,'wp_mail_logging_activated_time','1732552283','auto'), +(12054,'wp_mail_logging_db_version','2','off'), +(12055,'WPML_Plugin__version','1.16.0','auto'), +(12059,'wp_mail_logging_user_feedback_notice','a:2:{s:4:\"time\";i:1732552283;s:9:\"dismissed\";b:0;}','auto'), +(12077,'wp_mail_smtp_initial_version','4.2.0','off'), +(12078,'wp_mail_smtp_version','4.2.0','off'), +(12079,'wp_mail_smtp','a:19:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:23:\"haiku.atelier@gmail.com\";s:9:\"from_name\";s:13:\"Haiku Atelier\";s:6:\"mailer\";s:5:\"gmail\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:0;s:15:\"from_name_force\";b:1;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:1;s:4:\"auth\";b:1;s:4:\"host\";s:15:\"smtp.google.com\";s:4:\"port\";i:587;s:10:\"encryption\";s:3:\"tls\";s:4:\"user\";s:23:\"haiku.atelier@gmail.com\";s:4:\"pass\";s:8:\"jD091299\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:1;}s:9:\"sendlayer\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:7:\"mailjet\";a:2:{s:7:\"api_key\";s:0:\"\";s:10:\"secret_key\";s:0:\"\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:7:\"smtp2go\";a:1:{s:7:\"api_key\";s:0:\"\";}s:9:\"sparkpost\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"region\";s:2:\"US\";}s:8:\"postmark\";a:2:{s:16:\"server_api_token\";s:0:\"\";s:14:\"message_stream\";s:0:\"\";}s:9:\"amazonses\";a:3:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"region\";s:9:\"us-east-1\";}s:5:\"gmail\";a:10:{s:9:\"client_id\";s:72:\"402628219773-hl8niqniiiklf15f9biou8g06pbm9sac.apps.googleusercontent.com\";s:13:\"client_secret\";s:35:\"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\";s:12:\"access_token\";a:6:{s:12:\"access_token\";s:256:\"ya29.a0AQvPyIPNqfTi4HDiEAjFrR5KYzdtB0VL1yGnm2w7eUl8XsxTzPYyCuneqGTAKxj53dplVipwb1J9zzt_RCQKs7NnLBe58p5pEvXJIGvRd95eu6rVRfoiXNQ4ZT0GWhbhz-F-9JzIOuEYyTVqF5wlv0hUlic7BGxjfkgcZYPYVQO2EyTHk8R1H07waE5uzJeKYi3ViWdkFgaCgYKAesSARASFQHGX2MiKWJ57vOzGzOWxO0Mhg7TLg0209\";s:10:\"expires_in\";i:3599;s:5:\"scope\";s:24:\"https://mail.google.com/\";s:10:\"token_type\";s:6:\"Bearer\";s:7:\"created\";i:1777454307;s:13:\"refresh_token\";s:103:\"1//03C5NUFaT7UPOCgYIARAAGAMSNwF-L9IrDxhy86bbC5yXLNTnGa5nUHn4qh61Ril_yzrAjpDlxZ0kAkBhkdMAknk9nXhh3luN-GA\";}s:13:\"refresh_token\";s:103:\"1//03C5NUFaT7UPOCgYIARAAGAMSNwF-L9IrDxhy86bbC5yXLNTnGa5nUHn4qh61Ril_yzrAjpDlxZ0kAkBhkdMAknk9nXhh3luN-GA\";s:12:\"user_details\";a:1:{s:5:\"email\";s:23:\"haiku.atelier@gmail.com\";}s:23:\"one_click_setup_enabled\";b:0;s:27:\"one_click_setup_credentials\";a:2:{s:3:\"key\";s:0:\"\";s:5:\"token\";s:0:\"\";}s:28:\"one_click_setup_user_details\";a:1:{s:5:\"email\";s:0:\"\";}s:20:\"is_setup_wizard_auth\";b:0;s:9:\"auth_code\";s:73:\"4/0AeanS0ZUssWZn8hNjBZJEuEFDL9SMb5c1tjzffcTAVb5e2L-B_PRnuKLBa88D022Uumzmw\";}s:7:\"outlook\";a:5:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"zoho\";a:6:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";s:6:\"domain\";s:3:\"com\";s:12:\"access_token\";a:0:{}s:13:\"refresh_token\";s:0:\"\";s:12:\"user_details\";a:1:{s:5:\"email\";s:0:\"\";}}s:4:\"logs\";a:5:{s:7:\"enabled\";b:0;s:17:\"log_email_content\";b:0;s:16:\"save_attachments\";b:0;s:19:\"open_email_tracking\";b:0;s:19:\"click_link_tracking\";b:0;}s:11:\"alert_email\";a:2:{s:7:\"enabled\";b:0;s:11:\"connections\";a:0:{}}s:7:\"license\";a:4:{s:3:\"key\";s:0:\"\";s:10:\"is_expired\";b:0;s:11:\"is_disabled\";b:0;s:10:\"is_invalid\";b:0;}}','off'), +(12080,'wp_mail_smtp_activated_time','1732553202','off'), +(12081,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1732553202;}','auto'), +(12087,'wp_mail_smtp_migration_version','5','on'), +(12088,'wp_mail_smtp_debug_events_db_version','1','on'), +(12089,'wp_mail_smtp_activation_prevent_redirect','1','auto'), +(12090,'wp_mail_smtp_setup_wizard_stats','a:3:{s:13:\"launched_time\";i:1732821999;s:14:\"completed_time\";i:1732822044;s:14:\"was_successful\";b:1;}','off'), +(12092,'wp_mail_smtp_mail_key','b4X/o2Jlr+B6fYssiy4aNvSjL0y5sT0DeDNxw9gANsE=','auto'), +(12094,'wp_mail_smtp_debug','a:0:{}','off'), +(12097,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1733769473;s:9:\"dismissed\";b:1;}','auto'), +(12100,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1778041446;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','auto'), +(12490,'woocommerce_flat_rate_7_settings','a:3:{s:5:\"title\";s:12:\"UPS Standard\";s:10:\"tax_status\";s:4:\"none\";s:4:\"cost\";s:5:\"12,00\";}','on'), +(12492,'woocommerce_free_shipping_8_settings','a:4:{s:5:\"title\";s:19:\"UPS Standard (Free)\";s:8:\"requires\";s:10:\"min_amount\";s:10:\"min_amount\";s:3:\"100\";s:16:\"ignore_discounts\";s:2:\"no\";}','on'), +(12503,'wp_mail_logging_product_education','a:1:{s:9:\"dismissed\";a:1:{s:17:\"email-logs-bottom\";b:1;}}','off'), +(12504,'woocommerce_new_order_settings','a:6:{s:7:\"enabled\";s:3:\"yes\";s:9:\"recipient\";s:39:\"haiku.atelier@gmail.com,contact@gcch.fr\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Congratulations on the sale.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(13305,'woocommerce_revenue_report_date_tour_shown','yes','auto'), +(13521,'wp_mail_smtp_lite_sent_email_counter','207','on'), +(13522,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:51;i:3;s:2:\"03\";i:9;s:2:\"05\";i:3;s:2:\"06\";i:3;s:2:\"07\";i:4;s:2:\"08\";i:3;s:2:\"09\";i:1;i:10;i:6;i:11;i:5;i:14;i:7;i:15;i:1;i:18;i:4;}','on'), +(20569,'woocommerce_clear_ces_tracks_queue_for_page','a:2:{s:7:\"pagenow\";s:25:\"woocommerce_page_wc-admin\";s:9:\"adminpage\";s:25:\"woocommerce_page_wc-admin\";}','auto'), +(20640,'_transient_woocommerce_product_task_product_count_transient','66','on'), +(21366,'woocommerce_customer_on_hold_order_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:46:\"We look forward to fulfilling your order soon.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21367,'woocommerce_customer_processing_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Thanks for using {site_url}!\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21368,'woocommerce_customer_completed_order_settings','a:5:{s:7:\"enabled\";s:3:\"yes\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:28:\"Thanks for shopping with us.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21369,'woocommerce_customer_refunded_order_settings','a:7:{s:7:\"enabled\";s:2:\"no\";s:12:\"subject_full\";s:0:\"\";s:15:\"subject_partial\";s:0:\"\";s:12:\"heading_full\";s:0:\"\";s:15:\"heading_partial\";s:0:\"\";s:18:\"additional_content\";s:30:\"We hope to see you again soon.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21370,'woocommerce_mondial_relay_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','on'), +(21371,'woocommerce_ups_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:0:\"\";s:10:\"email_type\";s:4:\"html\";}','on'), +(25278,'_transient_wc_count_comments','O:8:\"stdClass\":7:{s:14:\"total_comments\";i:1;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:9:\"moderated\";i:0;s:4:\"spam\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}','on'), +(28660,'woocommerce_customer_note_settings','a:5:{s:7:\"enabled\";s:2:\"no\";s:7:\"subject\";s:0:\"\";s:7:\"heading\";s:0:\"\";s:18:\"additional_content\";s:19:\"Thanks for reading.\";s:10:\"email_type\";s:4:\"html\";}','on'), +(30281,'woocommerce_hpos_address_fts_index_created','yes','off'), +(30418,'widget_wc_brands_brand_description','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(30419,'widget_woocommerce_brand_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(30420,'widget_wc_brands_brand_thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','auto'), +(30421,'woocommerce_anonymize_refunded_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'), +(30422,'woocommerce_email_auto_sync_with_theme','no','off'), +(30423,'woocommerce_feature_rate_limit_checkout_enabled','no','on'), +(30424,'woocommerce_feature_remote_logging_enabled','yes','on'), +(30425,'woocommerce_feature_email_improvements_enabled','no','on'), +(30426,'woocommerce_feature_reactify-classic-payments-settings_enabled','yes','on'), +(30427,'woocommerce_feature_cost_of_goods_sold_enabled','no','on'), +(30437,'new_admin_email','haiku.atelier@gmail.com','auto'), +(30451,'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments','no','auto'), +(30480,'woocommerce_shipping_hide_rates_when_free','no','off'), +(30481,'woocommerce_email_header_image_width','120','on'), +(30482,'woocommerce_email_header_alignment','left','on'), +(30483,'woocommerce_email_font_family','Helvetica','on'), +(30484,'woocommerce_feature_blueprint_enabled','yes','on'), +(30485,'woocommerce_hpos_datastore_caching_enabled','no','on'), +(30486,'woocommerce_feature_block_email_editor_enabled','no','on'), +(30853,'_transient_timeout_woocommerce_analytics_orders_statuses_all','1781339871','off'), +(30854,'_transient_woocommerce_analytics_orders_statuses_all','a:4:{i:0;s:10:\"wc-pending\";i:1;s:13:\"wc-processing\";i:2;s:12:\"wc-completed\";i:3;s:11:\"wc-refunded\";}','off'), +(31724,'_transient_filter_data-transient-version','1750363871','on'), +(32731,'_transient_wc_attribute_taxonomies','a:3:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"2\";s:14:\"attribute_name\";s:4:\"side\";s:15:\"attribute_label\";s:4:\"Side\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:1;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:4:\"size\";s:15:\"attribute_label\";s:4:\"Size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:2;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"3\";s:14:\"attribute_name\";s:5:\"stone\";s:15:\"attribute_label\";s:5:\"Stone\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:4:\"name\";s:16:\"attribute_public\";s:1:\"0\";}}','on'), +(32767,'_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/en_GB/wordpress-6.8.1.zip\";s:6:\"locale\";s:5:\"en_GB\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/en_GB/wordpress-6.8.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1750690595;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}','off'), +(32768,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750690595;s:8:\"response\";a:0:{}s:12:\"translations\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"query-monitor\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:6:\"3.18.0\";s:7:\"updated\";s:19:\"2024-04-22 15:16:58\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/query-monitor/3.18.0/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:1;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:13:\"query-monitor\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:6:\"3.18.0\";s:7:\"updated\";s:19:\"2025-02-23 13:55:57\";s:7:\"package\";s:81:\"https://downloads.wordpress.org/translation/plugin/query-monitor/3.18.0/fr_FR.zip\";s:10:\"autoupdate\";b:1;}i:2;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"9.9.4\";s:7:\"updated\";s:19:\"2024-10-02 16:14:23\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/woocommerce/9.9.4/en_GB.zip\";s:10:\"autoupdate\";b:1;}i:3;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"9.9.4\";s:7:\"updated\";s:19:\"2022-05-20 05:27:20\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/woocommerce/9.9.4/fr_BE.zip\";s:10:\"autoupdate\";b:1;}i:4;a:7:{s:4:\"type\";s:6:\"plugin\";s:4:\"slug\";s:11:\"woocommerce\";s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"9.9.4\";s:7:\"updated\";s:19:\"2025-06-20 10:20:52\";s:7:\"package\";s:78:\"https://downloads.wordpress.org/translation/plugin/woocommerce/9.9.4/fr_FR.zip\";s:10:\"autoupdate\";b:1;}}s:9:\"no_update\";a:10:{s:37:\"wc-multishipping/wc-multishipping.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/wc-multishipping\";s:4:\"slug\";s:16:\"wc-multishipping\";s:6:\"plugin\";s:37:\"wc-multishipping/wc-multishipping.php\";s:11:\"new_version\";s:5:\"2.5.7\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wc-multishipping/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wc-multishipping.2.5.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/wc-multishipping/assets/icon-128x128.png?rev=2477036\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:17:\"falcon/falcon.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"w.org/plugins/falcon\";s:4:\"slug\";s:6:\"falcon\";s:6:\"plugin\";s:17:\"falcon/falcon.php\";s:11:\"new_version\";s:5:\"2.8.5\";s:3:\"url\";s:37:\"https://wordpress.org/plugins/falcon/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/falcon.2.8.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:51:\"https://ps.w.org/falcon/assets/icon.svg?rev=3052547\";s:3:\"svg\";s:51:\"https://ps.w.org/falcon/assets/icon.svg?rev=3052547\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/falcon/assets/banner-1544x500.png?rev=3052567\";s:2:\"1x\";s:61:\"https://ps.w.org/falcon/assets/banner-772x250.png?rev=3052567\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.9\";}s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:41:\"w.org/plugins/force-regenerate-thumbnails\";s:4:\"slug\";s:27:\"force-regenerate-thumbnails\";s:6:\"plugin\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.2.2\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/force-regenerate-thumbnails/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/force-regenerate-thumbnails.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/force-regenerate-thumbnails/assets/icon-256x256.jpg?rev=2816275\";s:2:\"1x\";s:80:\"https://ps.w.org/force-regenerate-thumbnails/assets/icon-128x128.jpg?rev=2816275\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:83:\"https://ps.w.org/force-regenerate-thumbnails/assets/banner-1544x500.jpg?rev=2816275\";s:2:\"1x\";s:82:\"https://ps.w.org/force-regenerate-thumbnails/assets/banner-772x250.jpg?rev=2816275\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:49:\"woo-preview-emails/woocommerce-preview-emails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:32:\"w.org/plugins/woo-preview-emails\";s:4:\"slug\";s:18:\"woo-preview-emails\";s:6:\"plugin\";s:49:\"woo-preview-emails/woocommerce-preview-emails.php\";s:11:\"new_version\";s:6:\"2.2.14\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/woo-preview-emails/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/woo-preview-emails.2.2.14.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/woo-preview-emails/assets/icon-256x256.png?rev=3019089\";s:2:\"1x\";s:71:\"https://ps.w.org/woo-preview-emails/assets/icon-256x256.png?rev=3019089\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"6.1.0\";}s:31:\"query-monitor/query-monitor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/query-monitor\";s:4:\"slug\";s:13:\"query-monitor\";s:6:\"plugin\";s:31:\"query-monitor/query-monitor.php\";s:11:\"new_version\";s:6:\"3.18.0\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/query-monitor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/query-monitor.3.18.0.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2994095\";s:3:\"svg\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2994095\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/query-monitor/assets/banner-1544x500.png?rev=2870124\";s:2:\"1x\";s:68:\"https://ps.w.org/query-monitor/assets/banner-772x250.png?rev=2457098\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}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.5.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/redis-cache/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/redis-cache.2.5.4.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:\"4.6\";}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"9.9.4\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.4.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";}s:35:\"wp-mail-logging/wp-mail-logging.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/wp-mail-logging\";s:4:\"slug\";s:15:\"wp-mail-logging\";s:6:\"plugin\";s:35:\"wp-mail-logging/wp-mail-logging.php\";s:11:\"new_version\";s:6:\"1.14.0\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/wp-mail-logging/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wp-mail-logging.1.14.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-logging/assets/icon-256x256.jpg?rev=2562296\";s:2:\"1x\";s:68:\"https://ps.w.org/wp-mail-logging/assets/icon-128x128.jpg?rev=2562296\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/wp-mail-logging/assets/banner-772x250.jpg?rev=2562296\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.5.0\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.5.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=3206423\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=3206423\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:25:\"wp-openapi/wp-openapi.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/wp-openapi\";s:4:\"slug\";s:10:\"wp-openapi\";s:6:\"plugin\";s:25:\"wp-openapi/wp-openapi.php\";s:11:\"new_version\";s:6:\"1.0.20\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-openapi/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-openapi.1.0.20.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:54:\"https://s.w.org/plugins/geopattern-icon/wp-openapi.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";}}s:7:\"checked\";a:10:{s:37:\"wc-multishipping/wc-multishipping.php\";s:5:\"2.5.7\";s:17:\"falcon/falcon.php\";s:5:\"2.8.5\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:5:\"2.2.2\";s:49:\"woo-preview-emails/woocommerce-preview-emails.php\";s:6:\"2.2.14\";s:31:\"query-monitor/query-monitor.php\";s:6:\"3.18.0\";s:27:\"redis-cache/redis-cache.php\";s:5:\"2.5.4\";s:27:\"woocommerce/woocommerce.php\";s:5:\"9.9.5\";s:35:\"wp-mail-logging/wp-mail-logging.php\";s:6:\"1.14.0\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.5.0\";s:25:\"wp-openapi/wp-openapi.php\";s:6:\"1.0.20\";}}','off'), +(32769,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1750690595;s:7:\"checked\";a:2:{s:18:\"haiku-atelier-2024\";s:3:\"1.0\";s:16:\"twentytwentyfour\";s:3:\"1.3\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.3\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.3.zip\";s:8:\"requires\";s:3:\"6.4\";s:12:\"requires_php\";s:3:\"7.0\";}}s:12:\"translations\";a:0:{}}','off'), +(34088,'recovery_mode_email_last_sent','1773245698','auto'), +(34183,'woocommerce_pos_store_name','Haiku Atelier','on'), +(34184,'woocommerce_pos_store_address','','on'), +(34185,'woocommerce_pos_store_phone','','on'), +(34186,'woocommerce_pos_store_email','haiku.atelier@gmail.com','on'), +(34187,'woocommerce_pos_refund_returns_policy','','on'), +(34188,'woocommerce_feature_point_of_sale_enabled','yes','on'), +(34189,'woocommerce_feature_experimental-iapi-mini-cart_enabled','no','on'), +(34250,'woocommerce_address_autocomplete_enabled','no','on'), +(34251,'woocommerce_feature_mcp_integration_enabled','no','on'), +(34253,'woocommerce_feature_destroy-empty-sessions_enabled','no','on'), +(34254,'action_scheduler_migration_status','complete','auto'), +(34255,'as_has_wp_comment_logs','no','on'), +(34262,'woocommerce_analytics_uses_old_full_refund_data','yes','auto'), +(34264,'woocommerce_orders_report_date_tour_shown','yes','auto'), +(34271,'woocommerce_admin_dismissed_try_email_improvements_modal','yes','auto'), +(34298,'wms_customer_email','contact@gcch.fr','auto'), +(34299,'wms_customer_installation_registered','1','auto'), +(34314,'woocommerce_order_stats_has_fulfillment_column','no','off'), +(34315,'wp_notes_notify','1','on'), +(34316,'can_compress_scripts','1','on'), +(34347,'woocommerce_payments_provider_state_snapshots','a:0:{}','off'), +(34404,'woocommerce_feature_rest_api_caching_enabled','no','on'), +(34405,'woocommerce_feature_product_instance_caching_enabled','no','on'), +(34428,'woocommerce_feature_fulfillments_enabled','no','on'), +(34429,'woocommerce_feature_push_notifications_enabled','no','on'), +(34430,'woocommerce_feature_agentic_checkout_enabled','no','on'), +(34431,'woocommerce_feature_cart_checkout_blocks_enabled','no','on'), +(34433,'product_cat_children','a:0:{}','auto'), +(34469,'bedrock_autoloader_new_plugins','a:0:{}','off'), +(34471,'woocommerce_attribute_lookup_enabled','yes','auto'); +/*!40000 ALTER TABLE `haikuwp_options` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_postmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_postmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=21665 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_postmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_postmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_postmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_postmeta` VALUES +(22,13,'_edit_last','1'), +(23,13,'_edit_lock','1746463848:1'), +(24,14,'_edit_last','1'), +(25,14,'_edit_lock','1722975574:1'), +(28,16,'_edit_last','1'), +(29,16,'_edit_lock','1722958355:1'), +(30,17,'_edit_last','1'), +(31,17,'_edit_lock','1731277749:1'), +(32,18,'_wp_page_template','default'), +(33,18,'_edit_last','1'), +(34,18,'_edit_lock','1722864017:1'), +(35,19,'_edit_last','1'), +(36,19,'_edit_lock','1732548394:1'), +(71,22,'_variation_description',''), +(72,22,'total_sales','0'), +(73,22,'_tax_status','taxable'), +(74,22,'_tax_class','parent'), +(75,22,'_manage_stock','no'), +(76,22,'_backorders','no'), +(77,22,'_sold_individually','no'), +(78,22,'_virtual','no'), +(79,22,'_downloadable','no'), +(80,22,'_download_limit','-1'), +(81,22,'_download_expiry','-1'), +(82,22,'_stock',NULL), +(83,22,'_stock_status','instock'), +(84,22,'_wc_average_rating','0'), +(85,22,'_wc_review_count','0'), +(86,22,'attribute_matiere','Or'), +(87,22,'_product_version','9.1.4'), +(88,23,'_variation_description',''), +(89,23,'total_sales','0'), +(90,23,'_tax_status','taxable'), +(91,23,'_tax_class','parent'), +(92,23,'_manage_stock','no'), +(93,23,'_backorders','no'), +(94,23,'_sold_individually','no'), +(95,23,'_virtual','no'), +(96,23,'_downloadable','no'), +(97,23,'_download_limit','-1'), +(98,23,'_download_expiry','-1'), +(99,23,'_stock',NULL), +(100,23,'_stock_status','instock'), +(101,23,'_wc_average_rating','0'), +(102,23,'_wc_review_count','0'), +(103,23,'attribute_matiere','Argent'), +(104,23,'_product_version','9.1.4'), +(147,26,'_edit_last','1'), +(148,26,'_edit_lock','1722975540:1'), +(149,27,'_edit_last','1'), +(150,27,'_edit_lock','1722975561:1'), +(915,81,'_wp_attached_file','2024/09/HADOU-B.jpg'), +(916,81,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:19:\"2024/09/HADOU-B.jpg\";s:8:\"filesize\";i:48647;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"HADOU-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"HADOU-B.jpg\";}'), +(917,81,'_wp_attachment_image_alt','Hadou wavy ring in silver and gold plated silver'), +(1183,100,'_wp_attached_file','2024/09/HADOU-B-mix.jpg'), +(1184,100,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/09/HADOU-B-mix.jpg\";s:8:\"filesize\";i:407899;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HADOU-B-mix-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19330;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:15:\"HADOU-B-mix.jpg\";}'), +(1185,100,'_wp_attachment_image_alt','Hadou wavy silver ring and Kishou signet ring'), +(1194,102,'_sku','IKKAN-B-s'), +(1195,102,'total_sales','0'), +(1196,102,'_tax_status','taxable'), +(1197,102,'_tax_class',''), +(1198,102,'_manage_stock','no'), +(1199,102,'_backorders','no'), +(1200,102,'_sold_individually','no'), +(1201,102,'_virtual','no'), +(1202,102,'_downloadable','no'), +(1203,102,'_download_limit','-1'), +(1204,102,'_download_expiry','-1'), +(1205,102,'_thumbnail_id','1876'), +(1206,102,'_stock',NULL), +(1207,102,'_stock_status','instock'), +(1208,102,'_wc_average_rating','0'), +(1209,102,'_wc_review_count','0'), +(1210,102,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(1211,102,'_product_version','10.6.1'), +(1357,102,'_edit_lock','1777375125:1'), +(1358,110,'_wp_attached_file','2024/09/IKKAN-B2-arg.jpg'), +(1359,110,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:24:\"2024/09/IKKAN-B2-arg.jpg\";s:8:\"filesize\";i:46985;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IKKAN-B2-arg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4489;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:16:\"IKKAN-B2-arg.jpg\";}'), +(1360,110,'_wp_attachment_image_alt','Ikkan silver ring with oversized link on top'), +(1364,112,'_wp_attached_file','2024/09/IKKAN-BaKIGEN-Ba.jpg'), +(1365,112,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2024/09/IKKAN-BaKIGEN-Ba.jpg\";s:8:\"filesize\";i:303997;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IKKAN-BaKIGEN-Ba-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13958;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"IKKAN-BaKIGEN-Ba.jpg\";}'), +(1366,112,'_wp_attachment_image_alt','Ikkan silver ring with oversized link on top'), +(1369,102,'_edit_last','1'), +(1382,113,'_sku','IKKAN-B-g'), +(1383,113,'total_sales','0'), +(1384,113,'_tax_status','taxable'), +(1385,113,'_tax_class',''), +(1386,113,'_manage_stock','no'), +(1387,113,'_backorders','no'), +(1388,113,'_sold_individually','no'), +(1389,113,'_virtual','no'), +(1390,113,'_downloadable','no'), +(1391,113,'_download_limit','-1'), +(1392,113,'_download_expiry','-1'), +(1394,113,'_stock',NULL), +(1395,113,'_stock_status','instock'), +(1396,113,'_wc_average_rating','0'), +(1397,113,'_wc_review_count','0'), +(1398,113,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(1399,113,'_product_version','10.6.1'), +(1545,113,'_edit_lock','1777375061:1'), +(1549,122,'_wp_attached_file','2024/09/IKKAN-B-g.jpg'), +(1550,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/09/IKKAN-B-g.jpg\";s:8:\"filesize\";i:742563;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IKKAN-B-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15637;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(1551,122,'_wp_attachment_image_alt','Ikkan gold plated silver ring with oversized link on top'), +(1554,113,'_edit_last','1'), +(2087,154,'_wp_attached_file','2024/10/KIGEN-BaIKKANBa.jpg'), +(2088,154,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/KIGEN-BaIKKANBa.jpg\";s:8:\"filesize\";i:291559;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"KIGEN-BaIKKANBa-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12679;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:19:\"KIGEN-BaIKKANBa.jpg\";}'), +(2090,154,'_wp_attachment_image_alt','Kishou signet ring in silver, with three engrave lines'), +(2294,168,'_sku','Rokku-B'), +(2295,168,'total_sales','2'), +(2296,168,'_tax_status','taxable'), +(2297,168,'_tax_class',''), +(2298,168,'_manage_stock','yes'), +(2299,168,'_backorders','notify'), +(2300,168,'_sold_individually','no'), +(2301,168,'_virtual','no'), +(2302,168,'_downloadable','no'), +(2303,168,'_download_limit','-1'), +(2304,168,'_download_expiry','-1'), +(2306,168,'_stock','1'), +(2307,168,'_stock_status','instock'), +(2308,168,'_wc_average_rating','0'), +(2309,168,'_wc_review_count','0'), +(2310,168,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2311,168,'_product_version','10.6.1'), +(2457,168,'_edit_lock','1777374095:1'), +(2464,178,'_wp_attached_file','2024/10/ROKKU-B-tigereye.jpg'), +(2465,178,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:28:\"2024/10/ROKKU-B-tigereye.jpg\";s:8:\"filesize\";i:63543;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"ROKKU-B-tigereye-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5412;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"ROKKU-B-tigereye.jpg\";}'), +(2466,178,'_wp_attachment_image_alt','Rokku wide silver ring with tiger eye set in 18k gold'), +(2467,179,'_wp_attached_file','2024/10/ROKKU-B-tigereye-1.jpg'), +(2468,179,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:30:\"2024/10/ROKKU-B-tigereye-1.jpg\";s:8:\"filesize\";i:113807;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ROKKU-B-tigereye-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10681;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:22:\"ROKKU-B-tigereye-1.jpg\";}'), +(2469,179,'_wp_attachment_image_alt','Rokku wide silver ring with tiger eye set in 18k gold'), +(2475,182,'_wp_attached_file','2024/10/DSC9190.jpg'), +(2476,182,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9190.jpg\";s:8:\"filesize\";i:298750;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9190-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9190.jpg\";}'), +(2477,182,'_wp_attachment_image_alt','Rokku wide silver ring with tiger eye set in 18k gold'), +(2480,168,'_edit_last','1'), +(2488,183,'_sku','BOROBORO-BO2-s'), +(2489,183,'total_sales','1'), +(2490,183,'_tax_status','taxable'), +(2491,183,'_tax_class',''), +(2492,183,'_manage_stock','yes'), +(2493,183,'_backorders','notify'), +(2494,183,'_sold_individually','no'), +(2495,183,'_virtual','no'), +(2496,183,'_downloadable','no'), +(2497,183,'_download_limit','-1'), +(2498,183,'_download_expiry','-1'), +(2500,183,'_stock','0'), +(2501,183,'_stock_status','onbackorder'), +(2502,183,'_wc_average_rating','0'), +(2503,183,'_wc_review_count','0'), +(2504,183,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2505,183,'_product_version','10.6.1'), +(2654,183,'_edit_lock','1777055565:1'), +(2790,183,'_edit_last','1'), +(2854,202,'_sku','PIASU-BO2'), +(2855,202,'total_sales','8'), +(2856,202,'_tax_status','taxable'), +(2857,202,'_tax_class',''), +(2858,202,'_manage_stock','yes'), +(2859,202,'_backorders','notify'), +(2860,202,'_sold_individually','no'), +(2861,202,'_virtual','no'), +(2862,202,'_downloadable','no'), +(2863,202,'_download_limit','-1'), +(2864,202,'_download_expiry','-1'), +(2866,202,'_stock','1'), +(2867,202,'_stock_status','instock'), +(2868,202,'_wc_average_rating','0'), +(2869,202,'_wc_review_count','0'), +(2870,202,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2871,202,'_product_version','10.6.1'), +(2941,202,'_edit_lock','1777453211:1'), +(2956,202,'_edit_last','1'), +(2977,213,'_sku','BOROBORO-BO2-g'), +(2978,213,'total_sales','1'), +(2979,213,'_tax_status','taxable'), +(2980,213,'_tax_class',''), +(2981,213,'_manage_stock','yes'), +(2982,213,'_backorders','notify'), +(2983,213,'_sold_individually','no'), +(2984,213,'_virtual','no'), +(2985,213,'_downloadable','no'), +(2986,213,'_download_limit','-1'), +(2987,213,'_download_expiry','-1'), +(2989,213,'_stock','0'), +(2990,213,'_stock_status','onbackorder'), +(2991,213,'_wc_average_rating','0'), +(2992,213,'_wc_review_count','0'), +(2993,213,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(2994,213,'_product_version','10.6.1'), +(3064,213,'_edit_lock','1777055674:1'), +(3070,213,'_edit_last','1'), +(3440,240,'_sku','IKKAN-BR'), +(3441,240,'total_sales','1'), +(3442,240,'_tax_status','taxable'), +(3443,240,'_tax_class',''), +(3444,240,'_manage_stock','yes'), +(3445,240,'_backorders','notify'), +(3446,240,'_sold_individually','no'), +(3447,240,'_virtual','no'), +(3448,240,'_downloadable','no'), +(3449,240,'_download_limit','-1'), +(3450,240,'_download_expiry','-1'), +(3452,240,'_stock','1'), +(3453,240,'_stock_status','instock'), +(3454,240,'_wc_average_rating','0'), +(3455,240,'_wc_review_count','0'), +(3456,240,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(3457,240,'_product_version','10.7.0'), +(3461,241,'_variation_description',''), +(3462,241,'_sku','IKKAN-BR-s-1'), +(3463,241,'_regular_price','120'), +(3464,241,'total_sales','0'), +(3465,241,'_tax_status','taxable'), +(3466,241,'_tax_class','parent'), +(3467,241,'_manage_stock','no'), +(3468,241,'_backorders','no'), +(3469,241,'_sold_individually','no'), +(3470,241,'_virtual','no'), +(3471,241,'_downloadable','no'), +(3472,241,'_download_limit','-1'), +(3473,241,'_download_expiry','-1'), +(3475,241,'_stock','0'), +(3476,241,'_stock_status','instock'), +(3477,241,'_wc_average_rating','0'), +(3478,241,'_wc_review_count','0'), +(3479,241,'attribute_pa_size','size-1'), +(3480,241,'_price','120'), +(3481,241,'_product_version','10.6.1'), +(3482,242,'_variation_description',''), +(3483,242,'_sku','IKKAN-BR-s-2'), +(3484,242,'_regular_price','120'), +(3485,242,'total_sales','0'), +(3486,242,'_tax_status','taxable'), +(3487,242,'_tax_class','parent'), +(3488,242,'_manage_stock','no'), +(3489,242,'_backorders','no'), +(3490,242,'_sold_individually','no'), +(3491,242,'_virtual','no'), +(3492,242,'_downloadable','no'), +(3493,242,'_download_limit','-1'), +(3494,242,'_download_expiry','-1'), +(3496,242,'_stock','0'), +(3497,242,'_stock_status','instock'), +(3498,242,'_wc_average_rating','0'), +(3499,242,'_wc_review_count','0'), +(3500,242,'attribute_pa_size','size-2'), +(3501,242,'_price','120'), +(3502,242,'_product_version','10.6.1'), +(3504,240,'_edit_lock','1777996290:1'), +(3516,240,'_edit_last','1'), +(3713,258,'_sku','FUYOU-BR-s'), +(3714,258,'_regular_price','110'), +(3715,258,'total_sales','1'), +(3716,258,'_tax_status','taxable'), +(3717,258,'_tax_class',''), +(3718,258,'_manage_stock','yes'), +(3719,258,'_backorders','notify'), +(3720,258,'_sold_individually','no'), +(3721,258,'_virtual','no'), +(3722,258,'_downloadable','no'), +(3723,258,'_download_limit','-1'), +(3724,258,'_download_expiry','-1'), +(3726,258,'_stock','1'), +(3727,258,'_stock_status','instock'), +(3728,258,'_wc_average_rating','0'), +(3729,258,'_wc_review_count','0'), +(3730,258,'_product_version','10.6.1'), +(3731,258,'_price','110'), +(3735,258,'_edit_lock','1777375259:1'), +(3742,258,'_edit_last','1'), +(3782,263,'_sku','IKKAN-C'), +(3783,263,'_regular_price','160'), +(3784,263,'total_sales','1'), +(3785,263,'_tax_status','taxable'), +(3786,263,'_tax_class',''), +(3787,263,'_manage_stock','yes'), +(3788,263,'_backorders','notify'), +(3789,263,'_sold_individually','no'), +(3790,263,'_virtual','no'), +(3791,263,'_downloadable','no'), +(3792,263,'_download_limit','-1'), +(3793,263,'_download_expiry','-1'), +(3795,263,'_stock','1'), +(3796,263,'_stock_status','instock'), +(3797,263,'_wc_average_rating','0'), +(3798,263,'_wc_review_count','0'), +(3799,263,'_product_version','10.6.1'), +(3800,263,'_price','160'), +(3804,263,'_edit_lock','1777373742:1'), +(3817,263,'_edit_last','1'), +(3899,274,'_sku','FUYOU-C'), +(3900,274,'_regular_price','180'), +(3901,274,'total_sales','4'), +(3902,274,'_tax_status','taxable'), +(3903,274,'_tax_class',''), +(3904,274,'_manage_stock','yes'), +(3905,274,'_backorders','notify'), +(3906,274,'_sold_individually','no'), +(3907,274,'_virtual','no'), +(3908,274,'_downloadable','no'), +(3909,274,'_download_limit','-1'), +(3910,274,'_download_expiry','-1'), +(3911,274,'_thumbnail_id','1854'), +(3912,274,'_stock','1'), +(3913,274,'_stock_status','instock'), +(3914,274,'_wc_average_rating','0'), +(3915,274,'_wc_review_count','0'), +(3916,274,'_product_version','10.6.1'), +(3917,274,'_price','180'), +(3921,274,'_edit_lock','1777373569:1'), +(3925,274,'_edit_last','1'), +(4071,285,'_sku','HATTARI-CR2-s'), +(4073,285,'total_sales','4'), +(4074,285,'_tax_status','taxable'), +(4075,285,'_tax_class',''), +(4076,285,'_manage_stock','yes'), +(4077,285,'_backorders','notify'), +(4078,285,'_sold_individually','no'), +(4079,285,'_virtual','no'), +(4080,285,'_downloadable','no'), +(4081,285,'_download_limit','-1'), +(4082,285,'_download_expiry','-1'), +(4084,285,'_stock','0'), +(4085,285,'_stock_status','onbackorder'), +(4086,285,'_wc_average_rating','0'), +(4087,285,'_wc_review_count','0'), +(4088,285,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4089,285,'_product_version','10.6.1'), +(4094,285,'_edit_lock','1777055826:1'), +(4101,285,'_edit_last','1'), +(4105,288,'_sku','HATTARI-CR2-g'), +(4107,288,'total_sales','3'), +(4108,288,'_tax_status','taxable'), +(4109,288,'_tax_class',''), +(4110,288,'_manage_stock','yes'), +(4111,288,'_backorders','notify'), +(4112,288,'_sold_individually','no'), +(4113,288,'_virtual','no'), +(4114,288,'_downloadable','no'), +(4115,288,'_download_limit','-1'), +(4116,288,'_download_expiry','-1'), +(4118,288,'_stock','0'), +(4119,288,'_stock_status','onbackorder'), +(4120,288,'_wc_average_rating','0'), +(4121,288,'_wc_review_count','0'), +(4122,288,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4123,288,'_product_version','10.6.1'), +(4128,288,'_edit_lock','1777055835:1'), +(4135,288,'_edit_last','1'), +(4381,306,'_sku','TAMA-CR-s'), +(4382,306,'total_sales','6'), +(4383,306,'_tax_status','taxable'), +(4384,306,'_tax_class',''), +(4385,306,'_manage_stock','yes'), +(4386,306,'_backorders','notify'), +(4387,306,'_sold_individually','no'), +(4388,306,'_virtual','no'), +(4389,306,'_downloadable','no'), +(4390,306,'_download_limit','-1'), +(4391,306,'_download_expiry','-1'), +(4392,306,'_thumbnail_id','1853'), +(4393,306,'_stock','1'), +(4394,306,'_stock_status','instock'), +(4395,306,'_wc_average_rating','0'), +(4396,306,'_wc_review_count','0'), +(4397,306,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4398,306,'_product_version','10.6.1'), +(4467,306,'_edit_lock','1777373534:1'), +(4468,310,'_wp_attached_file','2024/10/TAMANORI-CR2-arg.jpg'), +(4469,310,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:28:\"2024/10/TAMANORI-CR2-arg.jpg\";s:8:\"filesize\";i:39166;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"TAMANORI-CR2-arg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4066;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:20:\"TAMANORI-CR2-arg.jpg\";}'), +(4470,310,'_wp_attachment_image_alt','Tamanori oval silver hoops with dangling chains.'), +(4471,311,'_wp_attached_file','2024/10/DSC9378.jpg'), +(4472,311,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9378.jpg\";s:8:\"filesize\";i:346159;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9378-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13333;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9378.jpg\";}'), +(4473,311,'_wp_attachment_image_alt','Tamanori oval silver hoops with dangling chains.'), +(4477,306,'_edit_last','1'), +(4481,312,'_sku','TAMA-CR-g'), +(4482,312,'total_sales','1'), +(4483,312,'_tax_status','taxable'), +(4484,312,'_tax_class',''), +(4485,312,'_manage_stock','yes'), +(4486,312,'_backorders','notify'), +(4487,312,'_sold_individually','no'), +(4488,312,'_virtual','no'), +(4489,312,'_downloadable','no'), +(4490,312,'_download_limit','-1'), +(4491,312,'_download_expiry','-1'), +(4493,312,'_stock','2'), +(4494,312,'_stock_status','instock'), +(4495,312,'_wc_average_rating','0'), +(4496,312,'_wc_review_count','0'), +(4497,312,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(4498,312,'_product_version','10.6.1'), +(4568,312,'_edit_lock','1777373492:1'), +(4578,312,'_edit_last','1'), +(4585,318,'_sku','FUYOU-CR1'), +(4586,318,'total_sales','3'), +(4587,318,'_tax_status','taxable'), +(4588,318,'_tax_class',''), +(4589,318,'_manage_stock','yes'), +(4590,318,'_backorders','notify'), +(4591,318,'_sold_individually','no'), +(4592,318,'_virtual','no'), +(4593,318,'_downloadable','no'), +(4594,318,'_download_limit','-1'), +(4595,318,'_download_expiry','-1'), +(4597,318,'_stock','1'), +(4598,318,'_stock_status','instock'), +(4599,318,'_wc_average_rating','0'), +(4600,318,'_wc_review_count','0'), +(4602,318,'_product_version','10.6.1'), +(4669,318,'_price','65'), +(4670,318,'_price','65'), +(4671,318,'_price','65'), +(4672,318,'_edit_lock','1777373452:1'), +(4679,324,'_wp_attached_file','2024/10/DSC9542.jpg'), +(4680,324,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9542.jpg\";s:8:\"filesize\";i:556320;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9542-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9542.jpg\";}'), +(4681,324,'_wp_attachment_image_alt','Fuyou solo hoop in sterling silver with 18k gold rings hanging.'), +(4682,318,'_edit_last','1'), +(4683,318,'_regular_price','65'), +(5736,393,'_sku','MUGURA-CR-s'), +(5737,393,'total_sales','0'), +(5738,393,'_tax_status','taxable'), +(5739,393,'_tax_class',''), +(5740,393,'_manage_stock','yes'), +(5741,393,'_backorders','notify'), +(5742,393,'_sold_individually','no'), +(5743,393,'_virtual','no'), +(5744,393,'_downloadable','no'), +(5745,393,'_download_limit','-1'), +(5746,393,'_download_expiry','-1'), +(5748,393,'_stock','1'), +(5749,393,'_stock_status','instock'), +(5750,393,'_wc_average_rating','0'), +(5751,393,'_wc_review_count','0'), +(5753,393,'_product_version','10.6.1'), +(5801,393,'_edit_lock','1777373420:1'), +(5802,396,'_wp_attached_file','2024/10/MUGURA-CR2-arg.jpg'), +(5803,396,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:26:\"2024/10/MUGURA-CR2-arg.jpg\";s:8:\"filesize\";i:39388;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"MUGURA-CR2-arg-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:18:\"MUGURA-CR2-arg.jpg\";}'), +(5804,396,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(5805,397,'_wp_attached_file','2024/10/DSC9733.jpg'), +(5806,397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9733.jpg\";s:8:\"filesize\";i:483823;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9733-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14890;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(5807,397,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(5808,393,'_edit_last','1'), +(5816,398,'_sku','MUGURA-CR-g'), +(5818,398,'total_sales','0'), +(5819,398,'_tax_status','taxable'), +(5820,398,'_tax_class',''), +(5821,398,'_manage_stock','yes'), +(5822,398,'_backorders','notify'), +(5823,398,'_sold_individually','no'), +(5824,398,'_virtual','no'), +(5825,398,'_downloadable','no'), +(5826,398,'_download_limit','-1'), +(5827,398,'_download_expiry','-1'), +(5829,398,'_stock','0'), +(5830,398,'_stock_status','onbackorder'), +(5831,398,'_wc_average_rating','0'), +(5832,398,'_wc_review_count','0'), +(5834,398,'_product_version','10.6.1'), +(5839,398,'_edit_lock','1777373393:1'), +(5843,400,'_wp_attached_file','2024/10/DSC9723.jpg'), +(5844,400,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9723.jpg\";s:8:\"filesize\";i:498794;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9723-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18375;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9723.jpg\";}'), +(5845,400,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(5849,398,'_edit_last','1'), +(6121,424,'_wp_attached_file','2024/10/DSC9376.jpg'), +(6122,424,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9376.jpg\";s:8:\"filesize\";i:399332;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9376-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"DSC9376.jpg\";}'), +(6123,424,'_wp_attachment_image_alt','Tamanori oval silver hoops with dangling chains.'), +(6322,435,'_sku','KARA-EC-s'), +(6323,435,'_regular_price','50'), +(6324,435,'total_sales','4'), +(6325,435,'_tax_status','taxable'), +(6326,435,'_tax_class',''), +(6327,435,'_manage_stock','yes'), +(6328,435,'_backorders','notify'), +(6329,435,'_sold_individually','no'), +(6330,435,'_virtual','no'), +(6331,435,'_downloadable','no'), +(6332,435,'_download_limit','-1'), +(6333,435,'_download_expiry','-1'), +(6335,435,'_stock','2'), +(6336,435,'_stock_status','instock'), +(6337,435,'_wc_average_rating','0'), +(6338,435,'_wc_review_count','0'), +(6339,435,'_product_version','10.4.2'), +(6340,435,'_price','50'), +(6344,435,'_edit_lock','1770815220:1'), +(6351,435,'_edit_last','1'), +(6364,398,'_price','85'), +(6365,398,'_regular_price','85'), +(6501,447,'_sku','KARA-EC-s-1'), +(6502,447,'_regular_price','55'), +(6503,447,'total_sales','3'), +(6504,447,'_tax_status','taxable'), +(6505,447,'_tax_class',''), +(6506,447,'_manage_stock','yes'), +(6507,447,'_backorders','notify'), +(6508,447,'_sold_individually','no'), +(6509,447,'_virtual','no'), +(6510,447,'_downloadable','no'), +(6511,447,'_download_limit','-1'), +(6512,447,'_download_expiry','-1'), +(6514,447,'_stock','4'), +(6515,447,'_stock_status','instock'), +(6516,447,'_wc_average_rating','0'), +(6517,447,'_wc_review_count','0'), +(6518,447,'_product_version','10.4.2'), +(6519,447,'_price','55'), +(6523,447,'_edit_lock','1770815211:1'), +(6530,447,'_edit_last','1'), +(6887,490,'_sku','MUGU-BOP'), +(6889,490,'total_sales','2'), +(6890,490,'_tax_status','taxable'), +(6891,490,'_tax_class',''), +(6892,490,'_manage_stock','yes'), +(6893,490,'_backorders','notify'), +(6894,490,'_sold_individually','no'), +(6895,490,'_virtual','no'), +(6896,490,'_downloadable','no'), +(6897,490,'_download_limit','-1'), +(6898,490,'_download_expiry','-1'), +(6900,490,'_stock','1'), +(6901,490,'_stock_status','instock'), +(6902,490,'_wc_average_rating','0'), +(6903,490,'_wc_review_count','0'), +(6904,490,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(6905,490,'_product_version','10.6.1'), +(6912,490,'_edit_lock','1777373219:1'), +(6919,493,'_variation_description',''), +(6920,493,'total_sales','0'), +(6921,493,'_tax_status','taxable'), +(6922,493,'_tax_class','parent'), +(6923,493,'_manage_stock','no'), +(6924,493,'_backorders','no'), +(6925,493,'_sold_individually','no'), +(6926,493,'_virtual','no'), +(6927,493,'_downloadable','no'), +(6928,493,'_download_limit','-1'), +(6929,493,'_download_expiry','-1'), +(6930,493,'_stock','0'), +(6931,493,'_stock_status','instock'), +(6932,493,'_wc_average_rating','0'), +(6933,493,'_wc_review_count','0'), +(6934,493,'attribute_pa_side','left-side'), +(6935,493,'_product_version','10.6.1'), +(6936,494,'_variation_description',''), +(6937,494,'total_sales','0'), +(6938,494,'_tax_status','taxable'), +(6939,494,'_tax_class','parent'), +(6940,494,'_manage_stock','no'), +(6941,494,'_backorders','no'), +(6942,494,'_sold_individually','no'), +(6943,494,'_virtual','no'), +(6944,494,'_downloadable','no'), +(6945,494,'_download_limit','-1'), +(6946,494,'_download_expiry','-1'), +(6947,494,'_stock','0'), +(6948,494,'_stock_status','instock'), +(6949,494,'_wc_average_rating','0'), +(6950,494,'_wc_review_count','0'), +(6951,494,'attribute_pa_side','pair'), +(6952,494,'_product_version','10.6.1'), +(6953,495,'_variation_description',''), +(6954,495,'total_sales','0'), +(6955,495,'_tax_status','taxable'), +(6956,495,'_tax_class','parent'), +(6957,495,'_manage_stock','no'), +(6958,495,'_backorders','no'), +(6959,495,'_sold_individually','no'), +(6960,495,'_virtual','no'), +(6961,495,'_downloadable','no'), +(6962,495,'_download_limit','-1'), +(6963,495,'_download_expiry','-1'), +(6964,495,'_stock','0'), +(6965,495,'_stock_status','instock'), +(6966,495,'_wc_average_rating','0'), +(6967,495,'_wc_review_count','0'), +(6968,495,'attribute_pa_side','right-side'), +(6969,495,'_product_version','10.6.1'), +(6970,493,'_sku','HADOU-BOP-left'), +(6971,493,'_regular_price','48'), +(6972,493,'_thumbnail_id','0'), +(6973,493,'_price','48'), +(6974,494,'_sku','HADOU-BOP-pair'), +(6975,494,'_regular_price','65'), +(6976,494,'_thumbnail_id','0'), +(6977,494,'_price','65'), +(6978,495,'_sku','HADOU-BOP-right'), +(6979,495,'_regular_price','48'), +(6980,495,'_thumbnail_id','0'), +(6981,495,'_price','48'), +(6984,490,'_edit_last','1'), +(6989,496,'_sku','MUGURA-CR1'), +(6990,496,'total_sales','0'), +(6991,496,'_tax_status','taxable'), +(6992,496,'_tax_class',''), +(6993,496,'_manage_stock','yes'), +(6994,496,'_backorders','notify'), +(6995,496,'_sold_individually','no'), +(6996,496,'_virtual','no'), +(6997,496,'_downloadable','no'), +(6998,496,'_download_limit','-1'), +(6999,496,'_download_expiry','-1'), +(7001,496,'_stock','0'), +(7002,496,'_stock_status','onbackorder'), +(7003,496,'_wc_average_rating','0'), +(7004,496,'_wc_review_count','0'), +(7006,496,'_product_version','10.6.1'), +(7069,496,'_edit_lock','1774883030:1'), +(7079,496,'_edit_last','1'), +(7080,496,'_regular_price','50'), +(7081,496,'_price','50'), +(7111,510,'_edit_last','1'), +(7112,510,'_edit_lock','1731429269:1'), +(7113,511,'_edit_last','1'), +(7114,511,'_edit_lock','1731429286:1'), +(7568,545,'_sku','KARA-CR1-g'), +(7570,545,'total_sales','2'), +(7571,545,'_tax_status','taxable'), +(7572,545,'_tax_class',''), +(7573,545,'_manage_stock','yes'), +(7574,545,'_backorders','notify'), +(7575,545,'_sold_individually','no'), +(7576,545,'_virtual','no'), +(7577,545,'_downloadable','no'), +(7578,545,'_download_limit','-1'), +(7579,545,'_download_expiry','-1'), +(7581,545,'_stock','0'), +(7582,545,'_stock_status','onbackorder'), +(7583,545,'_wc_average_rating','0'), +(7584,545,'_wc_review_count','0'), +(7585,545,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(7586,545,'_product_version','10.6.1'), +(7592,545,'_edit_lock','1774883010:1'), +(7602,545,'_edit_last','1'), +(7681,552,'_variation_description',''), +(7682,552,'total_sales','0'), +(7683,552,'_tax_status','taxable'), +(7684,552,'_tax_class','parent'), +(7685,552,'_manage_stock','no'), +(7686,552,'_backorders','no'), +(7687,552,'_sold_individually','no'), +(7688,552,'_virtual','no'), +(7689,552,'_downloadable','no'), +(7690,552,'_download_limit','-1'), +(7691,552,'_download_expiry','-1'), +(7692,552,'_stock',NULL), +(7693,552,'_stock_status','onbackorder'), +(7694,552,'_wc_average_rating','0'), +(7695,552,'_wc_review_count','0'), +(7696,552,'attribute_pa_side','one'), +(7697,552,'_product_version','10.3.4'), +(7698,553,'_variation_description',''), +(7699,553,'total_sales','0'), +(7700,553,'_tax_status','taxable'), +(7701,553,'_tax_class','parent'), +(7702,553,'_manage_stock','no'), +(7703,553,'_backorders','no'), +(7704,553,'_sold_individually','no'), +(7705,553,'_virtual','no'), +(7706,553,'_downloadable','no'), +(7707,553,'_download_limit','-1'), +(7708,553,'_download_expiry','-1'), +(7709,553,'_stock',NULL), +(7710,553,'_stock_status','onbackorder'), +(7711,553,'_wc_average_rating','0'), +(7712,553,'_wc_review_count','0'), +(7713,553,'attribute_pa_side','pair'), +(7714,553,'_product_version','10.3.4'), +(7715,552,'_sku','KARA-CR-g-one'), +(7716,552,'_regular_price','50'), +(7717,552,'_thumbnail_id','0'), +(7718,552,'_price','50'), +(7719,553,'_sku','KARA-CR-g-pair'), +(7720,553,'_regular_price','75'), +(7721,553,'_thumbnail_id','0'), +(7722,553,'_price','75'), +(7729,554,'_sku','KARA-CR1-s'), +(7730,554,'total_sales','2'), +(7731,554,'_tax_status','taxable'), +(7732,554,'_tax_class',''), +(7733,554,'_manage_stock','yes'), +(7734,554,'_backorders','notify'), +(7735,554,'_sold_individually','no'), +(7736,554,'_virtual','no'), +(7737,554,'_downloadable','no'), +(7738,554,'_download_limit','-1'), +(7739,554,'_download_expiry','-1'), +(7741,554,'_stock','0'), +(7742,554,'_stock_status','onbackorder'), +(7743,554,'_wc_average_rating','0'), +(7744,554,'_wc_review_count','0'), +(7745,554,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(7746,554,'_product_version','10.6.1'), +(7750,555,'_variation_description',''), +(7751,555,'_sku','KARA-CR-s-pair'), +(7752,555,'_regular_price','70'), +(7753,555,'total_sales','0'), +(7754,555,'_tax_status','taxable'), +(7755,555,'_tax_class','parent'), +(7756,555,'_manage_stock','no'), +(7757,555,'_backorders','no'), +(7758,555,'_sold_individually','no'), +(7759,555,'_virtual','no'), +(7760,555,'_downloadable','no'), +(7761,555,'_download_limit','-1'), +(7762,555,'_download_expiry','-1'), +(7763,555,'_thumbnail_id','0'), +(7764,555,'_stock',NULL), +(7765,555,'_stock_status','onbackorder'), +(7766,555,'_wc_average_rating','0'), +(7767,555,'_wc_review_count','0'), +(7768,555,'attribute_pa_side','pair'), +(7769,555,'_price','70'), +(7770,555,'_product_version','10.3.4'), +(7771,556,'_variation_description',''), +(7772,556,'_sku','KARA-CR-s-one'), +(7773,556,'_regular_price','45'), +(7774,556,'total_sales','0'), +(7775,556,'_tax_status','taxable'), +(7776,556,'_tax_class','parent'), +(7777,556,'_manage_stock','no'), +(7778,556,'_backorders','no'), +(7779,556,'_sold_individually','no'), +(7780,556,'_virtual','no'), +(7781,556,'_downloadable','no'), +(7782,556,'_download_limit','-1'), +(7783,556,'_download_expiry','-1'), +(7784,556,'_thumbnail_id','0'), +(7785,556,'_stock',NULL), +(7786,556,'_stock_status','onbackorder'), +(7787,556,'_wc_average_rating','0'), +(7788,556,'_wc_review_count','0'), +(7789,556,'attribute_pa_side','one'), +(7790,556,'_price','45'), +(7791,556,'_product_version','10.3.4'), +(7794,554,'_edit_lock','1774883017:1'), +(7803,554,'_edit_last','1'), +(7909,565,'_variation_description',''), +(7910,565,'total_sales','0'), +(7911,565,'_tax_status','taxable'), +(7912,565,'_tax_class','parent'), +(7913,565,'_manage_stock','no'), +(7914,565,'_backorders','no'), +(7915,565,'_sold_individually','no'), +(7916,565,'_virtual','no'), +(7917,565,'_downloadable','no'), +(7918,565,'_download_limit','-1'), +(7919,565,'_download_expiry','-1'), +(7920,565,'_stock',NULL), +(7921,565,'_stock_status','onbackorder'), +(7922,565,'_wc_average_rating','0'), +(7923,565,'_wc_review_count','0'), +(7924,565,'attribute_pa_side','one-element-side'), +(7925,565,'_product_version','10.3.4'), +(7926,566,'_variation_description',''), +(7927,566,'total_sales','0'), +(7928,566,'_tax_status','taxable'), +(7929,566,'_tax_class','parent'), +(7930,566,'_manage_stock','no'), +(7931,566,'_backorders','no'), +(7932,566,'_sold_individually','no'), +(7933,566,'_virtual','no'), +(7934,566,'_downloadable','no'), +(7935,566,'_download_limit','-1'), +(7936,566,'_download_expiry','-1'), +(7937,566,'_stock',NULL), +(7938,566,'_stock_status','onbackorder'), +(7939,566,'_wc_average_rating','0'), +(7940,566,'_wc_review_count','0'), +(7941,566,'attribute_pa_side','pair'), +(7942,566,'_product_version','10.3.4'), +(7943,567,'_variation_description',''), +(7944,567,'total_sales','0'), +(7945,567,'_tax_status','taxable'), +(7946,567,'_tax_class','parent'), +(7947,567,'_manage_stock','no'), +(7948,567,'_backorders','no'), +(7949,567,'_sold_individually','no'), +(7950,567,'_virtual','no'), +(7951,567,'_downloadable','no'), +(7952,567,'_download_limit','-1'), +(7953,567,'_download_expiry','-1'), +(7954,567,'_stock',NULL), +(7955,567,'_stock_status','onbackorder'), +(7956,567,'_wc_average_rating','0'), +(7957,567,'_wc_review_count','0'), +(7958,567,'attribute_pa_side','two-elements-side'), +(7959,567,'_product_version','10.3.4'), +(7960,565,'_regular_price','50'), +(7962,565,'_price','50'), +(7963,566,'_regular_price','75'), +(7964,566,'_thumbnail_id','0'), +(7965,566,'_price','75'), +(7966,567,'_regular_price','50'), +(7968,567,'_price','50'), +(7980,569,'_variation_description',''), +(7981,569,'total_sales','0'), +(7982,569,'_tax_status','taxable'), +(7983,569,'_tax_class','parent'), +(7984,569,'_manage_stock','no'), +(7985,569,'_backorders','no'), +(7986,569,'_sold_individually','no'), +(7987,569,'_virtual','no'), +(7988,569,'_downloadable','no'), +(7989,569,'_download_limit','-1'), +(7990,569,'_download_expiry','-1'), +(7991,569,'_stock',NULL), +(7992,569,'_stock_status','onbackorder'), +(7993,569,'_wc_average_rating','0'), +(7994,569,'_wc_review_count','0'), +(7995,569,'attribute_pa_side','one-element-side'), +(7996,569,'_product_version','10.3.4'), +(7997,570,'_variation_description',''), +(7998,570,'total_sales','0'), +(7999,570,'_tax_status','taxable'), +(8000,570,'_tax_class','parent'), +(8001,570,'_manage_stock','no'), +(8002,570,'_backorders','no'), +(8003,570,'_sold_individually','no'), +(8004,570,'_virtual','no'), +(8005,570,'_downloadable','no'), +(8006,570,'_download_limit','-1'), +(8007,570,'_download_expiry','-1'), +(8008,570,'_stock',NULL), +(8009,570,'_stock_status','onbackorder'), +(8010,570,'_wc_average_rating','0'), +(8011,570,'_wc_review_count','0'), +(8012,570,'attribute_pa_side','pair'), +(8013,570,'_product_version','10.3.4'), +(8014,571,'_variation_description',''), +(8015,571,'total_sales','0'), +(8016,571,'_tax_status','taxable'), +(8017,571,'_tax_class','parent'), +(8018,571,'_manage_stock','no'), +(8019,571,'_backorders','no'), +(8020,571,'_sold_individually','no'), +(8021,571,'_virtual','no'), +(8022,571,'_downloadable','no'), +(8023,571,'_download_limit','-1'), +(8024,571,'_download_expiry','-1'), +(8025,571,'_stock',NULL), +(8026,571,'_stock_status','onbackorder'), +(8027,571,'_wc_average_rating','0'), +(8028,571,'_wc_review_count','0'), +(8029,571,'attribute_pa_side','two-elements-side'), +(8030,571,'_product_version','10.3.4'), +(8031,569,'_sku','BOROBORO-BO2-g-one'), +(8032,569,'_regular_price','55'), +(8034,569,'_price','55'), +(8035,570,'_sku','BOROBORO-BO2-g-pair'), +(8036,570,'_regular_price','80'), +(8037,570,'_thumbnail_id','0'), +(8038,570,'_price','80'), +(8039,571,'_sku','BOROBORO-BO2-g-two'), +(8040,571,'_regular_price','55'), +(8041,571,'_thumbnail_id','1457'), +(8042,571,'_price','55'), +(8052,566,'_sku','BOROBORO-BO2-s-pair'), +(8053,565,'_sku','BOROBORO-BO2-s-one'), +(8054,567,'_sku','BOROBORO-BO2-s-two'), +(9102,637,'_variation_description',''), +(9103,637,'total_sales','0'), +(9104,637,'_tax_status','taxable'), +(9105,637,'_tax_class','parent'), +(9106,637,'_manage_stock','no'), +(9107,637,'_backorders','no'), +(9108,637,'_sold_individually','no'), +(9109,637,'_virtual','no'), +(9110,637,'_downloadable','no'), +(9111,637,'_download_limit','-1'), +(9112,637,'_download_expiry','-1'), +(9113,637,'_stock','0'), +(9114,637,'_stock_status','instock'), +(9115,637,'_wc_average_rating','0'), +(9116,637,'_wc_review_count','0'), +(9117,637,'attribute_pa_side','left-side'), +(9118,637,'_product_version','10.6.1'), +(9119,638,'_variation_description',''), +(9120,638,'total_sales','0'), +(9121,638,'_tax_status','taxable'), +(9122,638,'_tax_class','parent'), +(9123,638,'_manage_stock','no'), +(9124,638,'_backorders','no'), +(9125,638,'_sold_individually','no'), +(9126,638,'_virtual','no'), +(9127,638,'_downloadable','no'), +(9128,638,'_download_limit','-1'), +(9129,638,'_download_expiry','-1'), +(9130,638,'_stock','0'), +(9131,638,'_stock_status','instock'), +(9132,638,'_wc_average_rating','0'), +(9133,638,'_wc_review_count','0'), +(9134,638,'attribute_pa_side','pair'), +(9135,638,'_product_version','10.6.1'), +(9136,639,'_variation_description',''), +(9137,639,'total_sales','0'), +(9138,639,'_tax_status','taxable'), +(9139,639,'_tax_class','parent'), +(9140,639,'_manage_stock','no'), +(9141,639,'_backorders','no'), +(9142,639,'_sold_individually','no'), +(9143,639,'_virtual','no'), +(9144,639,'_downloadable','no'), +(9145,639,'_download_limit','-1'), +(9146,639,'_download_expiry','-1'), +(9147,639,'_stock','0'), +(9148,639,'_stock_status','instock'), +(9149,639,'_wc_average_rating','0'), +(9150,639,'_wc_review_count','0'), +(9151,639,'attribute_pa_side','right-side'), +(9152,639,'_product_version','10.6.1'), +(9153,637,'_sku','PIASU-BO2-left'), +(9154,637,'_regular_price','105'), +(9155,637,'_thumbnail_id','0'), +(9156,637,'_price','105'), +(9157,638,'_sku','PIASU-BO2-pair'), +(9158,638,'_regular_price','170'), +(9159,638,'_thumbnail_id','0'), +(9160,638,'_price','170'), +(9161,639,'_sku','PIASU-BO2-right'), +(9162,639,'_regular_price','105'), +(9163,639,'_thumbnail_id','0'), +(9164,639,'_price','105'), +(9214,641,'_variation_description',''), +(9215,641,'total_sales','0'), +(9216,641,'_tax_status','taxable'), +(9217,641,'_tax_class','parent'), +(9218,641,'_manage_stock','no'), +(9219,641,'_backorders','no'), +(9220,641,'_sold_individually','no'), +(9221,641,'_virtual','no'), +(9222,641,'_downloadable','no'), +(9223,641,'_download_limit','-1'), +(9224,641,'_download_expiry','-1'), +(9225,641,'_stock',NULL), +(9226,641,'_stock_status','onbackorder'), +(9227,641,'_wc_average_rating','0'), +(9228,641,'_wc_review_count','0'), +(9229,641,'attribute_pa_side','left-side'), +(9230,641,'_product_version','9.8.4'), +(9231,642,'_variation_description',''), +(9232,642,'total_sales','0'), +(9233,642,'_tax_status','taxable'), +(9234,642,'_tax_class','parent'), +(9235,642,'_manage_stock','no'), +(9236,642,'_backorders','no'), +(9237,642,'_sold_individually','no'), +(9238,642,'_virtual','no'), +(9239,642,'_downloadable','no'), +(9240,642,'_download_limit','-1'), +(9241,642,'_download_expiry','-1'), +(9242,642,'_stock',NULL), +(9243,642,'_stock_status','onbackorder'), +(9244,642,'_wc_average_rating','0'), +(9245,642,'_wc_review_count','0'), +(9246,642,'attribute_pa_side','pair'), +(9247,642,'_product_version','9.9.3'), +(9248,643,'_variation_description',''), +(9249,643,'total_sales','0'), +(9250,643,'_tax_status','taxable'), +(9251,643,'_tax_class','parent'), +(9252,643,'_manage_stock','no'), +(9253,643,'_backorders','no'), +(9254,643,'_sold_individually','no'), +(9255,643,'_virtual','no'), +(9256,643,'_downloadable','no'), +(9257,643,'_download_limit','-1'), +(9258,643,'_download_expiry','-1'), +(9259,643,'_stock',NULL), +(9260,643,'_stock_status','onbackorder'), +(9261,643,'_wc_average_rating','0'), +(9262,643,'_wc_review_count','0'), +(9263,643,'attribute_pa_side','right-side'), +(9264,643,'_product_version','9.8.4'), +(9265,641,'_sku','HATTARI-CR1-s-left'), +(9266,641,'_regular_price','55'), +(9267,641,'_thumbnail_id','0'), +(9268,641,'_price','55'), +(9269,642,'_sku','HATTARI-CR1-s-pair'), +(9270,642,'_regular_price','85'), +(9271,642,'_thumbnail_id','0'), +(9272,642,'_price','85'), +(9273,643,'_sku','HATTARI-CR1-s-right'), +(9274,643,'_regular_price','55'), +(9275,643,'_thumbnail_id','0'), +(9276,643,'_price','55'), +(9286,645,'_variation_description',''), +(9287,645,'total_sales','0'), +(9288,645,'_tax_status','taxable'), +(9289,645,'_tax_class','parent'), +(9290,645,'_manage_stock','no'), +(9291,645,'_backorders','no'), +(9292,645,'_sold_individually','no'), +(9293,645,'_virtual','no'), +(9294,645,'_downloadable','no'), +(9295,645,'_download_limit','-1'), +(9296,645,'_download_expiry','-1'), +(9297,645,'_stock',NULL), +(9298,645,'_stock_status','onbackorder'), +(9299,645,'_wc_average_rating','0'), +(9300,645,'_wc_review_count','0'), +(9301,645,'attribute_pa_side','left-side'), +(9302,645,'_product_version','9.8.4'), +(9303,646,'_variation_description',''), +(9304,646,'total_sales','0'), +(9305,646,'_tax_status','taxable'), +(9306,646,'_tax_class','parent'), +(9307,646,'_manage_stock','no'), +(9308,646,'_backorders','no'), +(9309,646,'_sold_individually','no'), +(9310,646,'_virtual','no'), +(9311,646,'_downloadable','no'), +(9312,646,'_download_limit','-1'), +(9313,646,'_download_expiry','-1'), +(9314,646,'_stock',NULL), +(9315,646,'_stock_status','onbackorder'), +(9316,646,'_wc_average_rating','0'), +(9317,646,'_wc_review_count','0'), +(9318,646,'attribute_pa_side','pair'), +(9319,646,'_product_version','9.9.3'), +(9320,647,'_variation_description',''), +(9321,647,'total_sales','0'), +(9322,647,'_tax_status','taxable'), +(9323,647,'_tax_class','parent'), +(9324,647,'_manage_stock','no'), +(9325,647,'_backorders','no'), +(9326,647,'_sold_individually','no'), +(9327,647,'_virtual','no'), +(9328,647,'_downloadable','no'), +(9329,647,'_download_limit','-1'), +(9330,647,'_download_expiry','-1'), +(9331,647,'_stock',NULL), +(9332,647,'_stock_status','onbackorder'), +(9333,647,'_wc_average_rating','0'), +(9334,647,'_wc_review_count','0'), +(9335,647,'attribute_pa_side','right-side'), +(9336,647,'_product_version','9.8.4'), +(9337,645,'_sku','HATTARI-CR1-g-left'), +(9338,645,'_regular_price','60'), +(9339,645,'_thumbnail_id','0'), +(9340,645,'_price','60'), +(9341,646,'_sku','HATTARI-CR1-g-pair'), +(9342,646,'_regular_price','90'), +(9343,646,'_thumbnail_id','0'), +(9344,646,'_price','90'), +(9345,647,'_sku','HATTARI-CR1-g-right'), +(9346,647,'_regular_price','60'), +(9347,647,'_thumbnail_id','0'), +(9348,647,'_price','60'), +(9427,651,'_variation_description',''), +(9428,651,'total_sales','0'), +(9429,651,'_tax_status','taxable'), +(9430,651,'_tax_class','parent'), +(9431,651,'_manage_stock','no'), +(9432,651,'_backorders','no'), +(9433,651,'_sold_individually','no'), +(9434,651,'_virtual','no'), +(9435,651,'_downloadable','no'), +(9436,651,'_download_limit','-1'), +(9437,651,'_download_expiry','-1'), +(9438,651,'_stock','0'), +(9439,651,'_stock_status','instock'), +(9440,651,'_wc_average_rating','0'), +(9441,651,'_wc_review_count','0'), +(9442,651,'attribute_pa_side','long'), +(9443,651,'_product_version','10.6.1'), +(9444,652,'_variation_description',''), +(9445,652,'total_sales','0'), +(9446,652,'_tax_status','taxable'), +(9447,652,'_tax_class','parent'), +(9448,652,'_manage_stock','no'), +(9449,652,'_backorders','no'), +(9450,652,'_sold_individually','no'), +(9451,652,'_virtual','no'), +(9452,652,'_downloadable','no'), +(9453,652,'_download_limit','-1'), +(9454,652,'_download_expiry','-1'), +(9455,652,'_stock','0'), +(9456,652,'_stock_status','instock'), +(9457,652,'_wc_average_rating','0'), +(9458,652,'_wc_review_count','0'), +(9459,652,'attribute_pa_side','pair'), +(9460,652,'_product_version','10.6.1'), +(9461,653,'_variation_description',''), +(9462,653,'total_sales','0'), +(9463,653,'_tax_status','taxable'), +(9464,653,'_tax_class','parent'), +(9465,653,'_manage_stock','no'), +(9466,653,'_backorders','no'), +(9467,653,'_sold_individually','no'), +(9468,653,'_virtual','no'), +(9469,653,'_downloadable','no'), +(9470,653,'_download_limit','-1'), +(9471,653,'_download_expiry','-1'), +(9472,653,'_stock','0'), +(9473,653,'_stock_status','instock'), +(9474,653,'_wc_average_rating','0'), +(9475,653,'_wc_review_count','0'), +(9476,653,'attribute_pa_side','short'), +(9477,653,'_product_version','10.6.1'), +(9478,651,'_sku','TAMANORI-CR-s-long'), +(9479,651,'_regular_price','68'), +(9480,651,'_thumbnail_id','0'), +(9481,651,'_price','68'), +(9482,652,'_sku','TAMANORI-CR-s-pair'), +(9483,652,'_regular_price','80'), +(9484,652,'_thumbnail_id','0'), +(9485,652,'_price','80'), +(9486,653,'_sku','TAMANORI-CR-s-short'), +(9487,653,'_regular_price','65'), +(9488,653,'_thumbnail_id','0'), +(9489,653,'_price','65'), +(9498,654,'_variation_description',''), +(9499,654,'total_sales','0'), +(9500,654,'_tax_status','taxable'), +(9501,654,'_tax_class','parent'), +(9502,654,'_manage_stock','no'), +(9503,654,'_backorders','no'), +(9504,654,'_sold_individually','no'), +(9505,654,'_virtual','no'), +(9506,654,'_downloadable','no'), +(9507,654,'_download_limit','-1'), +(9508,654,'_download_expiry','-1'), +(9509,654,'_stock','0'), +(9510,654,'_stock_status','instock'), +(9511,654,'_wc_average_rating','0'), +(9512,654,'_wc_review_count','0'), +(9513,654,'attribute_pa_side','long'), +(9514,654,'_product_version','10.6.1'), +(9515,655,'_variation_description',''), +(9516,655,'total_sales','0'), +(9517,655,'_tax_status','taxable'), +(9518,655,'_tax_class','parent'), +(9519,655,'_manage_stock','no'), +(9520,655,'_backorders','no'), +(9521,655,'_sold_individually','no'), +(9522,655,'_virtual','no'), +(9523,655,'_downloadable','no'), +(9524,655,'_download_limit','-1'), +(9525,655,'_download_expiry','-1'), +(9526,655,'_stock','0'), +(9527,655,'_stock_status','instock'), +(9528,655,'_wc_average_rating','0'), +(9529,655,'_wc_review_count','0'), +(9530,655,'attribute_pa_side','pair'), +(9531,655,'_product_version','10.6.1'), +(9532,656,'_variation_description',''), +(9533,656,'total_sales','0'), +(9534,656,'_tax_status','taxable'), +(9535,656,'_tax_class','parent'), +(9536,656,'_manage_stock','no'), +(9537,656,'_backorders','no'), +(9538,656,'_sold_individually','no'), +(9539,656,'_virtual','no'), +(9540,656,'_downloadable','no'), +(9541,656,'_download_limit','-1'), +(9542,656,'_download_expiry','-1'), +(9543,656,'_stock','0'), +(9544,656,'_stock_status','instock'), +(9545,656,'_wc_average_rating','0'), +(9546,656,'_wc_review_count','0'), +(9547,656,'attribute_pa_side','short'), +(9548,656,'_product_version','10.6.1'), +(9549,654,'_sku','TAMANORI-CR-g-long'), +(9550,654,'_regular_price','70'), +(9551,654,'_thumbnail_id','0'), +(9552,654,'_price','70'), +(9553,655,'_sku','TAMANORI-CR-g-pair'), +(9554,655,'_regular_price','85'), +(9555,655,'_thumbnail_id','0'), +(9556,655,'_price','85'), +(9557,656,'_sku','TAMANORI-CR-g-short'), +(9558,656,'_regular_price','68'), +(9559,656,'_thumbnail_id','0'), +(9560,656,'_price','68'), +(9575,659,'_wp_attached_file','2024/09/HADOU-B-opti.jpg'), +(9576,659,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2024/09/HADOU-B-opti.jpg\";s:8:\"filesize\";i:249510;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(9577,659,'_wp_attachment_image_alt','Hadou wavy ring mix of silver and gold plated silver.'), +(9584,660,'_wp_attached_file','2024/10/IMG_1442.jpg'), +(9585,660,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1442.jpg\";s:8:\"filesize\";i:1111012;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1442-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19544;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(9586,660,'_wp_attachment_image_alt','Tamanori oval gold plated hoops with dangling chains.'), +(9915,684,'_wp_attached_file','2024/09/IMG_1478.jpg'), +(9916,684,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/09/IMG_1478.jpg\";s:8:\"filesize\";i:935154;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1478-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(9917,684,'_wp_attachment_image_alt','Ikkan gold plated silver ring with oversized link on top.'), +(9991,263,'_thumbnail_id','1814'), +(10089,714,'_wp_attached_file','2024/10/IMG_1651.jpg'), +(10090,714,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1651.jpg\";s:8:\"filesize\";i:699045;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1651-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14367;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10091,714,'_wp_attachment_image_alt','Fuyou solo hoop and Hadou ear cuff in sterling silver'), +(10159,722,'_wp_attached_file','2024/10/MUGURA-CR2-vrm.jpg'), +(10160,722,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:26:\"2024/10/MUGURA-CR2-vrm.jpg\";s:8:\"filesize\";i:299445;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"MUGURA-CR2-vrm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4898;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10161,722,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'), +(10191,726,'_wp_attached_file','2024/10/ROKKU-B-malachite.jpg'), +(10192,726,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:29:\"2024/10/ROKKU-B-malachite.jpg\";s:8:\"filesize\";i:336069;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"ROKKU-B-malachite-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5306;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10193,726,'_wp_attachment_image_alt','Rokku wide silver ring with malachite set in 18k gold'), +(10194,168,'_thumbnail_id','1858'), +(10260,735,'_wp_attached_file','2024/10/TAMANORI-CR2-vrm.jpg'), +(10261,735,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:28:\"2024/10/TAMANORI-CR2-vrm.jpg\";s:8:\"filesize\";i:307164;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"TAMANORI-CR2-vrm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4986;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10262,735,'_wp_attachment_image_alt','Tamanori oval gold plated hoops with dangling chains.'), +(10369,752,'_wp_attached_file','2024/11/HADOU-BOP.jpg'), +(10370,752,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:21:\"2024/11/HADOU-BOP.jpg\";s:8:\"filesize\";i:291186;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"HADOU-BOP-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4596;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(10371,752,'_wp_attachment_image_alt','Hadou wavy stud earrings in silver.'), +(10372,490,'_thumbnail_id','1839'), +(10448,766,'_sku','FUYOU-BO'), +(10449,766,'total_sales','1'), +(10450,766,'_tax_status','taxable'), +(10451,766,'_tax_class',''), +(10452,766,'_manage_stock','yes'), +(10453,766,'_backorders','notify'), +(10454,766,'_sold_individually','no'), +(10455,766,'_virtual','no'), +(10456,766,'_downloadable','no'), +(10457,766,'_download_limit','-1'), +(10458,766,'_download_expiry','-1'), +(10460,766,'_stock','2'), +(10461,766,'_stock_status','instock'), +(10462,766,'_wc_average_rating','0'), +(10463,766,'_wc_review_count','0'), +(10464,766,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(10465,766,'_product_version','10.6.1'), +(10513,766,'_edit_lock','1777373183:1'), +(10559,766,'_edit_last','1'), +(11354,819,'_wp_attached_file','2024/11/HAIKU-ringsizes.jpg'), +(11355,819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:595;s:6:\"height\";i:842;s:4:\"file\";s:27:\"2024/11/HAIKU-ringsizes.jpg\";s:8:\"filesize\";i:42209;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"HAIKU-ringsizes-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(11356,819,'_wp_attachment_image_alt','Ring size guide'), +(11420,820,'_wp_attached_file','2024/09/IKKAN-B-vrm.jpg'), +(11421,820,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1277;s:4:\"file\";s:23:\"2024/09/IKKAN-B-vrm.jpg\";s:8:\"filesize\";i:279839;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IKKAN-B-vrm-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5213;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(11422,820,'_wp_attachment_image_alt','Ikkan gold plated silver ring with oversized link on top.'), +(11423,113,'_thumbnail_id','820'), +(11428,821,'_wp_attached_file','2024/09/KARA-B.jpg'), +(11429,821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:18:\"2024/09/KARA-B.jpg\";s:8:\"filesize\";i:357986;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"KARA-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5575;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(11432,821,'_wp_attachment_image_alt','Kara ring composed of two sterling silver bands linked by a 18k gold thin curb chain'), +(11495,312,'_thumbnail_id','1851'), +(11730,851,'_edit_lock','1733268183:1'), +(11731,851,'_edit_last','1'), +(11732,851,'discount_type','percent'), +(11733,851,'coupon_amount','20'), +(11734,851,'individual_use','no'), +(11735,851,'usage_limit','0'), +(11736,851,'usage_limit_per_user','1'), +(11737,851,'limit_usage_to_x_items','0'), +(11738,851,'usage_count','0'), +(11739,851,'date_expires','1733266800'), +(11740,851,'free_shipping','no'), +(11741,851,'exclude_sale_items','no'), +(12300,934,'_wp_attached_file','2024/11/HADOU-BOP-1.jpg'), +(12301,934,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/11/HADOU-BOP-1.jpg\";s:8:\"filesize\";i:71945;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HADOU-BOP-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(12302,934,'_wp_attachment_image_alt','Hadou wavy stud earrings in silver.'), +(12334,447,'_haiku_details_produit',''), +(12341,435,'_haiku_details_produit',''), +(12342,941,'_edit_lock','1777373134:1'), +(12343,941,'_edit_last','1'), +(12351,941,'total_sales','0'), +(12352,941,'_tax_status','taxable'), +(12353,941,'_tax_class',''), +(12354,941,'_manage_stock','no'), +(12355,941,'_backorders','no'), +(12356,941,'_sold_individually','no'), +(12357,941,'_virtual','no'), +(12358,941,'_downloadable','no'), +(12359,941,'_download_limit','-1'), +(12360,941,'_download_expiry','-1'), +(12361,941,'_stock',NULL), +(12362,941,'_stock_status','instock'), +(12363,941,'_wc_average_rating','0'), +(12364,941,'_wc_review_count','0'), +(12365,941,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(12366,941,'_product_version','10.6.1'), +(12548,953,'total_sales','0'), +(12549,953,'_tax_status','taxable'), +(12550,953,'_tax_class',''), +(12551,953,'_manage_stock','no'), +(12552,953,'_backorders','no'), +(12553,953,'_sold_individually','no'), +(12554,953,'_virtual','no'), +(12555,953,'_downloadable','no'), +(12556,953,'_download_limit','-1'), +(12557,953,'_download_expiry','-1'), +(12558,953,'_thumbnail_id','1837'), +(12559,953,'_stock',NULL), +(12560,953,'_stock_status','instock'), +(12561,953,'_wc_average_rating','0'), +(12562,953,'_wc_review_count','0'), +(12563,953,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(12564,953,'_product_version','10.6.1'), +(12737,953,'_edit_lock','1777373150:1'), +(12738,962,'_wp_attached_file','2025/06/UTEKI-B-g.jpg'), +(12739,962,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/06/UTEKI-B-g.jpg\";s:8:\"filesize\";i:99148;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4053;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(12740,953,'_edit_last','1'), +(12741,962,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated sterling silver'), +(12758,288,'_price','60'), +(12759,288,'_price','90'), +(12764,285,'_price','55'), +(12765,285,'_price','85'), +(12836,982,'total_sales','0'), +(12837,982,'_tax_status','taxable'), +(12838,982,'_tax_class',''), +(12839,982,'_manage_stock','yes'), +(12840,982,'_backorders','notify'), +(12841,982,'_sold_individually','no'), +(12842,982,'_virtual','no'), +(12843,982,'_downloadable','no'), +(12844,982,'_download_limit','-1'), +(12845,982,'_download_expiry','-1'), +(12847,982,'_stock','0'), +(12848,982,'_stock_status','onbackorder'), +(12849,982,'_wc_average_rating','0'), +(12850,982,'_wc_review_count','0'), +(12852,982,'_product_version','10.6.1'), +(13024,982,'_price','115'), +(13025,982,'_edit_lock','1777054465:1'), +(13026,982,'_edit_last','1'), +(13030,992,'_wp_attached_file','2025/06/DSC00689.jpg'), +(13031,992,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1079;s:4:\"file\";s:20:\"2025/06/DSC00689.jpg\";s:8:\"filesize\";i:334396;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00689-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18227;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13032,992,'_wp_attachment_image_alt','Uteki necklaces with a droplet pendant and prehnite oval stone.'), +(13036,982,'_sku','UTEKI-C-s'), +(13037,982,'_regular_price','115'), +(13042,994,'_sku','UTEKI-C-g'), +(13043,994,'_regular_price','120'), +(13044,994,'total_sales','0'), +(13045,994,'_tax_status','taxable'), +(13046,994,'_tax_class',''), +(13047,994,'_manage_stock','yes'), +(13048,994,'_backorders','notify'), +(13049,994,'_sold_individually','no'), +(13050,994,'_virtual','no'), +(13051,994,'_downloadable','no'), +(13052,994,'_download_limit','-1'), +(13053,994,'_download_expiry','-1'), +(13054,994,'_thumbnail_id','1345'), +(13055,994,'_stock','1'), +(13056,994,'_stock_status','instock'), +(13057,994,'_wc_average_rating','0'), +(13058,994,'_wc_review_count','0'), +(13060,994,'_product_version','10.6.1'), +(13061,994,'_price','120'), +(13066,994,'_edit_lock','1777307307:1'), +(13070,994,'_edit_last','1'), +(13071,996,'_wp_attached_file','2025/06/DSC00699.jpg'), +(13072,996,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/06/DSC00699.jpg\";s:8:\"filesize\";i:825370;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00699-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16660;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13073,996,'_wp_attachment_image_alt','Uteki necklace with a droplet pendant and prehnite oval stone.'), +(13078,941,'_sku','UTEKI-B-s'), +(13082,953,'_sku','UTEKI-B-g'), +(13902,1342,'_wp_attached_file','2025/08/UTEKI-B-g.jpg'), +(13903,1342,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2025/08/UTEKI-B-g.jpg\";s:8:\"filesize\";i:313699;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5052;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13904,1342,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated sterling silver'), +(13905,1343,'_wp_attached_file','2025/08/UTEKI-B-s.jpg'), +(13906,1343,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2025/08/UTEKI-B-s.jpg\";s:8:\"filesize\";i:330781;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4372;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13907,1343,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver'), +(13908,941,'_thumbnail_id','1836'), +(13917,1345,'_wp_attached_file','2025/06/UTEKI-C-g-1.jpg'), +(13918,1345,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2025/06/UTEKI-C-g-1.jpg\";s:8:\"filesize\";i:552795;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"UTEKI-C-g-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13919,1345,'_wp_attachment_image_alt','Uteki necklace with a droplet pendant and prehnite oval stone. In gold plated silver'), +(13960,1353,'_wp_attached_file','2024/10/DSC9237-1.jpg'), +(13961,1353,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/10/DSC9237-1.jpg\";s:8:\"filesize\";i:764425;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC9237-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14656;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13962,1354,'_wp_attached_file','2024/10/DSC9240.jpg'), +(13963,1354,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:19:\"2024/10/DSC9240.jpg\";s:8:\"filesize\";i:351862;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9240-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13638;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13964,1355,'_wp_attached_file','2024/10/DSC9242-1.jpg'), +(13965,1355,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2024/10/DSC9242-1.jpg\";s:8:\"filesize\";i:321023;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC9242-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12515;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13966,1353,'_wp_attachment_image_alt','Fuyou sterling silver chain bracelet with fluid element and gold plated details.'), +(13967,1354,'_wp_attachment_image_alt','Fuyou sterling silver chain bracelet with fluid element and gold plated details.'), +(13968,1355,'_wp_attachment_image_alt','Fuyou sterling silver chain bracelet with fluid element and gold plated details.'), +(13969,1356,'_wp_attached_file','2024/10/FUYOU-BR.jpg'), +(13970,1356,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2024/10/FUYOU-BR.jpg\";s:8:\"filesize\";i:286605;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FUYOU-BR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13971,1356,'_wp_attachment_image_alt',''), +(13993,1365,'_wp_attached_file','2024/11/FUYOU-B0.jpg'), +(13994,1365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2024/11/FUYOU-B0.jpg\";s:8:\"filesize\";i:302957;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FUYOU-B0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5490;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(13995,1365,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(14004,766,'_thumbnail_id','1838'), +(14031,285,'_haiku_details_produit',''), +(14057,496,'_haiku_details_produit',''), +(14079,1381,'_wp_attached_file','2024/10/FUYOU-C-2.jpg'), +(14080,1381,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2024/10/FUYOU-C-2.jpg\";s:8:\"filesize\";i:293906;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FUYOU-C-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6044;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14081,1381,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(14082,1382,'_wp_attached_file','2024/10/FUYOU-C-1-1.jpg'), +(14083,1382,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2024/10/FUYOU-C-1-1.jpg\";s:8:\"filesize\";i:403096;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"FUYOU-C-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6160;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14084,1382,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(14085,1382,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(14096,1383,'_wp_attached_file','2024/10/IKKAN-C-1-1.jpg'), +(14097,1383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2024/10/IKKAN-C-1-1.jpg\";s:8:\"filesize\";i:363444;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IKKAN-C-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5784;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14098,1383,'_wp_attachment_image_alt','Ikkan necklace in sterling silver with a mix of links gold plated details.'), +(14099,1384,'_wp_attached_file','2024/10/IKKAN-C-2-1.jpg'), +(14100,1384,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:23:\"2024/10/IKKAN-C-2-1.jpg\";s:8:\"filesize\";i:291861;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IKKAN-C-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5047;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14101,1384,'_wp_attachment_image_alt','Ikkan necklace in sterling silver with a mix of links gold plated details.'), +(14116,1388,'_wp_attached_file','2025/08/FUYOU-CR1.jpg'), +(14117,1388,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2025/08/FUYOU-CR1.jpg\";s:8:\"filesize\";i:285230;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FUYOU-CR1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2968;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14118,1388,'_wp_attachment_image_alt','Fuyou solo hoop in sterling silver with gold plated rings hanging.'), +(14119,318,'_thumbnail_id','1848'), +(14132,1391,'_wp_attached_file','2025/08/MUGURA-CR2-g.jpg'), +(14133,1391,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/08/MUGURA-CR2-g.jpg\";s:8:\"filesize\";i:268267;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"MUGURA-CR2-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4210;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14134,1391,'_wp_attachment_image_alt','Mugura minimalist gold plated silver hoops.'), +(14135,398,'_thumbnail_id','1391'), +(14147,1393,'_wp_attached_file','2025/08/MUGURA-CR2-s.jpg'), +(14148,1393,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/08/MUGURA-CR2-s.jpg\";s:8:\"filesize\";i:256643;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"MUGURA-CR2-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3568;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14149,1393,'_wp_attachment_image_alt','Mugura minimalist sterling silver hoops.'), +(14150,393,'_thumbnail_id','1840'), +(14186,1397,'_wp_attached_file','2024/10/DSCF7880.jpg'), +(14187,1397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF7880.jpg\";s:8:\"filesize\";i:298085;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7880-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14188,1397,'_wp_attachment_image_alt','Ikkan necklace in sterling silver with some gold plated links.'), +(14201,1400,'_photos_colonne_gauche|||0|value','1383'), +(14202,1400,'_photos_colonne_droite|||0|value','1397'), +(14204,1400,'_photos_colonne_droite|||2|value','1384'), +(14206,1400,'_haiku_details_produit',''), +(14213,1401,'_sku','UTEKI-CR-g'), +(14214,1401,'_regular_price','90'), +(14215,1401,'total_sales','0'), +(14216,1401,'_tax_status','taxable'), +(14217,1401,'_tax_class',''), +(14218,1401,'_manage_stock','yes'), +(14219,1401,'_backorders','notify'), +(14220,1401,'_sold_individually','no'), +(14221,1401,'_virtual','no'), +(14222,1401,'_downloadable','no'), +(14223,1401,'_download_limit','-1'), +(14224,1401,'_download_expiry','-1'), +(14226,1401,'_stock','0'), +(14227,1401,'_stock_status','onbackorder'), +(14228,1401,'_wc_average_rating','0'), +(14229,1401,'_wc_review_count','0'), +(14231,1401,'_product_version','10.6.1'), +(14232,1401,'_price','90'), +(14237,1401,'_edit_lock','1777036608:1'), +(14238,1401,'_edit_last','1'), +(14261,1406,'_sku','UTEKI-CR-s'), +(14262,1406,'_regular_price','85'), +(14263,1406,'total_sales','0'), +(14264,1406,'_tax_status','taxable'), +(14265,1406,'_tax_class',''), +(14266,1406,'_manage_stock','yes'), +(14267,1406,'_backorders','notify'), +(14268,1406,'_sold_individually','no'), +(14269,1406,'_virtual','no'), +(14270,1406,'_downloadable','no'), +(14271,1406,'_download_limit','-1'), +(14272,1406,'_download_expiry','-1'), +(14274,1406,'_stock','0'), +(14275,1406,'_stock_status','onbackorder'), +(14276,1406,'_wc_average_rating','0'), +(14277,1406,'_wc_review_count','0'), +(14279,1406,'_product_version','10.6.1'), +(14280,1406,'_price','85'), +(14286,1406,'_edit_lock','1777036591:1'), +(14290,1406,'_edit_last','1'), +(14561,1444,'_sku','PUCHI-BO'), +(14563,1444,'total_sales','1'), +(14564,1444,'_tax_status','taxable'), +(14565,1444,'_tax_class',''), +(14566,1444,'_manage_stock','yes'), +(14567,1444,'_backorders','notify'), +(14568,1444,'_sold_individually','no'), +(14569,1444,'_virtual','no'), +(14570,1444,'_downloadable','no'), +(14571,1444,'_download_limit','-1'), +(14572,1444,'_download_expiry','-1'), +(14573,1444,'_thumbnail_id','1835'), +(14574,1444,'_stock','3'), +(14575,1444,'_stock_status','instock'), +(14576,1444,'_wc_average_rating','0'), +(14577,1444,'_wc_review_count','0'), +(14578,1444,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(14579,1444,'_product_version','10.6.1'), +(14587,1444,'_edit_lock','1777373107:1'), +(14588,1444,'_edit_last','1'), +(14589,1445,'_wp_attached_file','2025/09/PISHI-BO.jpg'), +(14590,1445,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2025/09/PISHI-BO.jpg\";s:8:\"filesize\";i:402990;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PISHI-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7455;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14591,1445,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14592,1446,'_wp_attached_file','2025/09/DSCF8198.jpg'), +(14593,1446,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1585;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF8198.jpg\";s:8:\"filesize\";i:577255;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8198-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14594,1446,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14595,1446,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14596,1447,'_wp_attached_file','2025/09/DSCF8226-e1758365681430.jpg'), +(14597,1447,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1454;s:6:\"height\";i:1920;s:4:\"file\";s:35:\"2025/09/DSCF8226-e1758365681430.jpg\";s:8:\"filesize\";i:508358;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"DSCF8226-e1758365681430-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18334;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14598,1447,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14599,1447,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:3648;s:6:\"height\";i:4560;s:8:\"filesize\";i:1826940;s:4:\"file\";s:12:\"DSCF8226.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:20:\"DSCF8226-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15288;}}'), +(14600,1448,'_wp_attached_file','2025/09/DSCF8277.jpg'), +(14601,1448,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF8277.jpg\";s:8:\"filesize\";i:465121;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8277-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18318;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14602,1448,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(14603,1449,'_variation_description',''), +(14604,1449,'total_sales','0'), +(14605,1449,'_tax_status','taxable'), +(14606,1449,'_tax_class','parent'), +(14607,1449,'_manage_stock','no'), +(14608,1449,'_backorders','no'), +(14609,1449,'_sold_individually','no'), +(14610,1449,'_virtual','no'), +(14611,1449,'_downloadable','no'), +(14612,1449,'_download_limit','-1'), +(14613,1449,'_download_expiry','-1'), +(14614,1449,'_stock','0'), +(14615,1449,'_stock_status','instock'), +(14616,1449,'_wc_average_rating','0'), +(14617,1449,'_wc_review_count','0'), +(14618,1449,'attribute_pa_side','pair'), +(14619,1449,'_product_version','10.6.1'), +(14620,1450,'_variation_description',''), +(14621,1450,'total_sales','0'), +(14622,1450,'_tax_status','taxable'), +(14623,1450,'_tax_class','parent'), +(14624,1450,'_manage_stock','no'), +(14625,1450,'_backorders','no'), +(14626,1450,'_sold_individually','no'), +(14627,1450,'_virtual','no'), +(14628,1450,'_downloadable','no'), +(14629,1450,'_download_limit','-1'), +(14630,1450,'_download_expiry','-1'), +(14631,1450,'_stock','0'), +(14632,1450,'_stock_status','instock'), +(14633,1450,'_wc_average_rating','0'), +(14634,1450,'_wc_review_count','0'), +(14635,1450,'attribute_pa_side','left-side'), +(14636,1450,'_product_version','10.6.1'), +(14637,1451,'_variation_description',''), +(14638,1451,'total_sales','0'), +(14639,1451,'_tax_status','taxable'), +(14640,1451,'_tax_class','parent'), +(14641,1451,'_manage_stock','no'), +(14642,1451,'_backorders','no'), +(14643,1451,'_sold_individually','no'), +(14644,1451,'_virtual','no'), +(14645,1451,'_downloadable','no'), +(14646,1451,'_download_limit','-1'), +(14647,1451,'_download_expiry','-1'), +(14648,1451,'_stock','0'), +(14649,1451,'_stock_status','instock'), +(14650,1451,'_wc_average_rating','0'), +(14651,1451,'_wc_review_count','0'), +(14652,1451,'attribute_pa_side','right-side'), +(14653,1451,'_product_version','10.6.1'), +(14654,1449,'_sku','PUCHI-BO-pair'), +(14655,1449,'_regular_price','130'), +(14656,1449,'_thumbnail_id','0'), +(14657,1449,'_price','130'), +(14658,1450,'_sku','PUCHI-BO-left'), +(14659,1450,'_regular_price','80'), +(14660,1450,'_thumbnail_id','0'), +(14661,1450,'_price','80'), +(14662,1451,'_sku','PUCHI-BO-right'), +(14663,1451,'_regular_price','80'), +(14664,1451,'_thumbnail_id','0'), +(14665,1451,'_price','80'), +(14723,1457,'_wp_attached_file','2024/10/DSCF8676.jpg'), +(14724,1457,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF8676.jpg\";s:8:\"filesize\";i:498799;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8676-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17694;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(14725,1457,'_wp_attachment_image_alt','BoroBoro asymmetrical oval shaped earrings gold plated silver.'), +(14951,1467,'_sku','PIASU-B'), +(14952,1467,'total_sales','3'), +(14953,1467,'_tax_status','taxable'), +(14954,1467,'_tax_class',''), +(14955,1467,'_manage_stock','no'), +(14956,1467,'_backorders','no'), +(14957,1467,'_sold_individually','no'), +(14958,1467,'_virtual','no'), +(14959,1467,'_downloadable','no'), +(14960,1467,'_download_limit','-1'), +(14961,1467,'_download_expiry','-1'), +(14962,1467,'_thumbnail_id','1833'), +(14963,1467,'_stock',NULL), +(14964,1467,'_stock_status','instock'), +(14965,1467,'_wc_average_rating','0'), +(14966,1467,'_wc_review_count','0'), +(14967,1467,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(14968,1467,'_product_version','10.6.1'), +(15134,1467,'_edit_lock','1777373086:1'), +(15135,1467,'_edit_last','1'), +(15136,1476,'_wp_attached_file','2025/09/PIASU-B.jpg'), +(15137,1476,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:19:\"2025/09/PIASU-B.jpg\";s:8:\"filesize\";i:405762;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"PIASU-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3612;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15138,1476,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15139,1477,'_wp_attached_file','2025/09/DSCF7789.jpg'), +(15140,1477,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF7789.jpg\";s:8:\"filesize\";i:304732;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7789-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14487;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15141,1477,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15142,1478,'_wp_attached_file','2025/09/DSCF7842.jpg'), +(15143,1478,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF7842.jpg\";s:8:\"filesize\";i:275134;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7842-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10631;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15144,1478,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15145,1479,'_wp_attached_file','2025/09/DSCF7809.jpg'), +(15146,1479,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/09/DSCF7809.jpg\";s:8:\"filesize\";i:311316;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7809-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15147,1479,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(15191,1482,'_wp_attached_file','2024/10/DSCF8158.jpg'), +(15192,1482,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF8158.jpg\";s:8:\"filesize\";i:398951;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8158-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15193,1482,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15194,1483,'_wp_attached_file','2024/10/DSCF8069.jpg'), +(15195,1483,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1412;s:6:\"height\";i:1765;s:4:\"file\";s:20:\"2024/10/DSCF8069.jpg\";s:8:\"filesize\";i:401974;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8069-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16629;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15196,1483,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15197,1484,'_wp_attached_file','2024/10/DSCF8026.jpg'), +(15198,1484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/DSCF8026.jpg\";s:8:\"filesize\";i:439844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8026-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15199,1484,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15200,1485,'_wp_attached_file','2024/10/PIASU-BO2.jpg'), +(15201,1485,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2024/10/PIASU-BO2.jpg\";s:8:\"filesize\";i:291765;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PIASU-BO2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4173;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"PIASU-BO2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4173;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15202,1485,'_wp_attachment_image_alt','Piasu earrings covering the ear lobe with three hoops hanging on it.'), +(15248,1491,'_edit_lock','1770813423:1'), +(15249,1491,'_edit_last','1'), +(15253,1493,'_wp_attached_file','2025/10/DSCF7652.jpg'), +(15254,1493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/10/DSCF7652.jpg\";s:8:\"filesize\";i:242858;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7652-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11162;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15255,1493,'_wp_attachment_image_alt','Kime solo hoop in gold plated with a marine link element in sterling silver.'), +(15256,1494,'_wp_attached_file','2025/10/DSCF7675.jpg'), +(15257,1494,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1364;s:6:\"height\";i:1706;s:4:\"file\";s:20:\"2025/10/DSCF7675.jpg\";s:8:\"filesize\";i:206485;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7675-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12448;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15258,1494,'_wp_attachment_image_alt',''), +(15259,1495,'_wp_attached_file','2025/10/DSCF7638.jpg'), +(15260,1495,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/10/DSCF7638.jpg\";s:8:\"filesize\";i:260459;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7638-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14813;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15261,1495,'_wp_attachment_image_alt','Kime solo hoop in gold plated with a marine link element in sterling silver.'), +(15263,1491,'_sku','KIME-CR1'), +(15264,1491,'_regular_price','50'), +(15265,1491,'total_sales','0'), +(15266,1491,'_tax_status','taxable'), +(15267,1491,'_tax_class',''), +(15268,1491,'_manage_stock','no'), +(15269,1491,'_backorders','no'), +(15270,1491,'_sold_individually','no'), +(15271,1491,'_virtual','no'), +(15272,1491,'_downloadable','no'), +(15273,1491,'_download_limit','-1'), +(15274,1491,'_download_expiry','-1'), +(15275,1491,'_stock',NULL), +(15276,1491,'_stock_status','instock'), +(15277,1491,'_wc_average_rating','0'), +(15278,1491,'_wc_review_count','0'), +(15279,1491,'_product_version','10.4.2'), +(15280,1491,'_price','50'), +(15293,1499,'_wp_attached_file','2025/11/HAIKU-sizechart.pdf'), +(15294,1499,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:4:\"file\";s:23:\"HAIKU-sizechart-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180761;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"HAIKU-sizechart-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34619;}}s:8:\"filesize\";i:826408;}'), +(15319,1505,'_wp_attached_file','2025/06/2025HAIKU_00079.jpg'), +(15320,1505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00079.jpg\";s:8:\"filesize\";i:822973;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00079-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15321,1505,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver.'), +(15322,1506,'_wp_attached_file','2025/06/2025HAIKU_00050.jpg'), +(15323,1506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00050.jpg\";s:8:\"filesize\";i:539191;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00050-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15324,1507,'_wp_attached_file','2025/06/2025HAIKU_0006.jpg'), +(15325,1507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2025/06/2025HAIKU_0006.jpg\";s:8:\"filesize\";i:453472;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0006-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14267;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15326,1506,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver.'), +(15327,1507,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In sterling silver.'), +(15333,1508,'_wp_attached_file','2025/06/2025HAIKU_0004.jpg'), +(15334,1508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2025/06/2025HAIKU_0004.jpg\";s:8:\"filesize\";i:313174;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0004-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15335,1508,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated silver.'), +(15336,1509,'_wp_attached_file','2025/06/2025HAIKU_00020.jpg'), +(15337,1509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00020.jpg\";s:8:\"filesize\";i:777169;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00020-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23198;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15338,1510,'_wp_attached_file','2025/06/2025HAIKU_00013.jpg'), +(15339,1510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00013.jpg\";s:8:\"filesize\";i:409711;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00013-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13290;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15340,1509,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated silver.'), +(15341,1510,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated silver.'), +(15348,1491,'_photos_colonne_droite|||0|value','1493'), +(15349,1491,'_photos_colonne_droite|||1|value','1494'), +(15350,1491,'_photos_colonne_droite|||2|value','1495'), +(15351,1491,'_haiku_details_produit',''), +(15352,1512,'_sku','PIASU-EC-s'), +(15353,1512,'_regular_price','70'), +(15354,1512,'total_sales','2'), +(15355,1512,'_tax_status','taxable'), +(15356,1512,'_tax_class',''), +(15357,1512,'_manage_stock','yes'), +(15358,1512,'_backorders','notify'), +(15359,1512,'_sold_individually','no'), +(15360,1512,'_virtual','no'), +(15361,1512,'_downloadable','no'), +(15362,1512,'_download_limit','-1'), +(15363,1512,'_download_expiry','-1'), +(15365,1512,'_stock','1'), +(15366,1512,'_stock_status','instock'), +(15367,1512,'_wc_average_rating','0'), +(15368,1512,'_wc_review_count','0'), +(15369,1512,'_product_version','10.6.1'), +(15370,1512,'_price','70'), +(15375,1512,'_edit_lock','1777373059:1'), +(15376,1512,'_edit_last','1'), +(15381,1513,'_wp_attached_file','2025/11/PIASU-EC-s.jpg'), +(15382,1513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2025/11/PIASU-EC-s.jpg\";s:8:\"filesize\";i:468006;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PIASU-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2778;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15383,1513,'_wp_attachment_image_alt','Piasu ear cuff in sterling silver. A statement piece composed of thick wires and silver beads.'), +(15384,1514,'_wp_attached_file','2025/11/DSCF7654.jpg'), +(15385,1514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7654.jpg\";s:8:\"filesize\";i:686255;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7654-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15386,1514,'_wp_attachment_image_alt','Piasu ear cuff in sterling silver. A statement piece composed of thick wires and silver beads.'), +(15387,1515,'_wp_attached_file','2025/11/DSCF7673.jpg'), +(15388,1515,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7673.jpg\";s:8:\"filesize\";i:519515;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7673-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13544;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15389,1515,'_wp_attachment_image_alt','Piasu ear cuff in sterling silver. A statement piece composed of thick wires and silver beads.'), +(15390,1512,'_thumbnail_id','1831'), +(15395,1516,'_sku','PIASU-EC-g'), +(15396,1516,'_regular_price','75'), +(15397,1516,'total_sales','1'), +(15398,1516,'_tax_status','taxable'), +(15399,1516,'_tax_class',''), +(15400,1516,'_manage_stock','yes'), +(15401,1516,'_backorders','notify'), +(15402,1516,'_sold_individually','no'), +(15403,1516,'_virtual','no'), +(15404,1516,'_downloadable','no'), +(15405,1516,'_download_limit','-1'), +(15406,1516,'_download_expiry','-1'), +(15407,1516,'_thumbnail_id','1517'), +(15408,1516,'_stock','0'), +(15409,1516,'_stock_status','onbackorder'), +(15410,1516,'_wc_average_rating','0'), +(15411,1516,'_wc_review_count','0'), +(15412,1516,'_product_version','10.6.1'), +(15413,1516,'_price','75'), +(15418,1516,'_edit_lock','1777098038:1'), +(15419,1517,'_wp_attached_file','2025/11/PIASU-EC-g.jpg'), +(15420,1517,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2025/11/PIASU-EC-g.jpg\";s:8:\"filesize\";i:193517;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PIASU-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3689;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15421,1517,'_wp_attachment_image_alt','Piasu ear cuff in gold plated silver. A statement piece composed of thick wires and silver beads.'), +(15422,1516,'_edit_last','1'), +(15423,1518,'_wp_attached_file','2025/11/2025HAIKU_00010.jpg'), +(15424,1518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00010.jpg\";s:8:\"filesize\";i:1089363;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00010-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23548;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15425,1519,'_wp_attached_file','2025/11/2025HAIKU_00029.jpg'), +(15426,1519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00029.jpg\";s:8:\"filesize\";i:1107575;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00029-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15427,1518,'_wp_attachment_image_alt',''), +(15428,1519,'_wp_attachment_image_alt','PuchiPuchi earrings'), +(15429,1519,'_wp_attachment_image_alt','PuchiPuchi earrings'), +(15578,1526,'_wp_attached_file','2025/11/2025HAIKU_00032.jpg'), +(15579,1526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00032.jpg\";s:8:\"filesize\";i:1075708;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00032-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19984;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15580,1526,'_wp_attachment_image_alt','Piasu ear cuff'), +(15629,1531,'_sku','TAMA-EC-g'), +(15630,1531,'_regular_price','65'), +(15631,1531,'total_sales','1'), +(15632,1531,'_tax_status','taxable'), +(15633,1531,'_tax_class',''), +(15634,1531,'_manage_stock','yes'), +(15635,1531,'_backorders','notify'), +(15636,1531,'_sold_individually','no'), +(15637,1531,'_virtual','no'), +(15638,1531,'_downloadable','no'), +(15639,1531,'_download_limit','-1'), +(15640,1531,'_download_expiry','-1'), +(15641,1531,'_thumbnail_id','1828'), +(15642,1531,'_stock','1'), +(15643,1531,'_stock_status','instock'), +(15644,1531,'_wc_average_rating','0'), +(15645,1531,'_wc_review_count','0'), +(15646,1531,'_product_version','10.6.1'), +(15647,1531,'_price','65'), +(15652,1531,'_edit_lock','1777373018:1'), +(15653,1531,'_edit_last','1'), +(15654,1532,'_wp_attached_file','2025/11/TAMANORI-EC-g.jpg'), +(15655,1532,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/TAMANORI-EC-g.jpg\";s:8:\"filesize\";i:139487;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"TAMANORI-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3659;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15656,1532,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15657,1533,'_wp_attached_file','2025/11/2025HAIKU_00011.jpg'), +(15658,1533,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00011.jpg\";s:8:\"filesize\";i:1260694;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00011-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21459;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15659,1533,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15660,1533,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15661,1534,'_wp_attached_file','2025/11/2025HAIKU_00019.jpg'), +(15662,1534,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00019.jpg\";s:8:\"filesize\";i:1008308;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00019-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21840;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15663,1534,'_wp_attachment_image_alt','Tamanori ear cuff in gold plated silver with dangling chains.'), +(15672,1535,'_sku','TAMA-EC-s'), +(15673,1535,'_regular_price','60'), +(15674,1535,'total_sales','2'), +(15675,1535,'_tax_status','taxable'), +(15676,1535,'_tax_class',''), +(15677,1535,'_manage_stock','yes'), +(15678,1535,'_backorders','notify'), +(15679,1535,'_sold_individually','no'), +(15680,1535,'_virtual','no'), +(15681,1535,'_downloadable','no'), +(15682,1535,'_download_limit','-1'), +(15683,1535,'_download_expiry','-1'), +(15684,1535,'_thumbnail_id','1826'), +(15685,1535,'_stock','1'), +(15686,1535,'_stock_status','instock'), +(15687,1535,'_wc_average_rating','0'), +(15688,1535,'_wc_review_count','0'), +(15689,1535,'_product_version','10.6.1'), +(15690,1535,'_price','60'), +(15695,1535,'_edit_lock','1777372989:1'), +(15696,1536,'_wp_attached_file','2025/11/TAMANORI-EC-s.jpg'), +(15697,1536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/TAMANORI-EC-s.jpg\";s:8:\"filesize\";i:97412;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"TAMANORI-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2886;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15698,1536,'_wp_attachment_image_alt','Tamanori ear cuff in sterling silver with dangling chains.'), +(15699,1535,'_edit_last','1'), +(15700,1537,'_wp_attached_file','2025/11/2025HAIKU_0001.jpg'), +(15701,1537,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2025/11/2025HAIKU_0001.jpg\";s:8:\"filesize\";i:961434;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15702,1537,'_wp_attachment_image_alt','Tamanori ear cuff in sterling silver with dangling chains.'), +(15703,1538,'_wp_attached_file','2025/11/2025HAIKU_00019-1-e1764147483802.jpg'), +(15704,1538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1251;s:6:\"height\";i:1920;s:4:\"file\";s:44:\"2025/11/2025HAIKU_00019-1-e1764147483802.jpg\";s:8:\"filesize\";i:408844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"2025HAIKU_00019-1-e1764147483802-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20837;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15705,1538,'_wp_attachment_image_alt','Tamanori ear cuff in sterling silver with dangling chains.'), +(15706,1538,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1591;s:6:\"height\";i:2385;s:8:\"filesize\";i:1746031;s:4:\"file\";s:21:\"2025HAIKU_00019-1.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:29:\"2025HAIKU_00019-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21874;}}'), +(15723,554,'_price','45'), +(15724,554,'_price','70'), +(15729,554,'_haiku_details_produit',''), +(15730,545,'_price','50'), +(15731,545,'_price','75'), +(15735,545,'_haiku_details_produit',''), +(15744,213,'_price','55'), +(15745,213,'_price','80'), +(15748,213,'_photos_colonne_droite|||1|value','1457'), +(15750,213,'_haiku_details_produit',''), +(15751,183,'_price','50'), +(15752,183,'_price','75'), +(15757,183,'_haiku_details_produit',''), +(15758,1541,'_sku','HATTARI-CR1-s'), +(15759,1541,'total_sales','1'), +(15760,1541,'_tax_status','taxable'), +(15761,1541,'_tax_class',''), +(15762,1541,'_manage_stock','yes'), +(15763,1541,'_backorders','notify'), +(15764,1541,'_sold_individually','no'), +(15765,1541,'_virtual','no'), +(15766,1541,'_downloadable','no'), +(15767,1541,'_download_limit','-1'), +(15768,1541,'_download_expiry','-1'), +(15769,1541,'_thumbnail_id','1825'), +(15770,1541,'_stock','0'), +(15771,1541,'_stock_status','onbackorder'), +(15772,1541,'_wc_average_rating','0'), +(15773,1541,'_wc_review_count','0'), +(15775,1541,'_product_version','10.6.1'), +(15842,1541,'_price','75'), +(15843,1541,'_price','75'), +(15844,1541,'_edit_lock','1777372956:1'), +(15845,1541,'_edit_last','1'), +(15846,1545,'_wp_attached_file','2025/11/HATTARI-CR1-s.jpg'), +(15847,1545,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/HATTARI-CR1-s.jpg\";s:8:\"filesize\";i:199317;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"HATTARI-CR1-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15848,1545,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15849,1546,'_wp_attached_file','2025/11/DSCF7730.jpg'), +(15850,1546,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7730.jpg\";s:8:\"filesize\";i:675593;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7730-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15851,1546,'_wp_attachment_image_alt',''), +(15852,1547,'_wp_attached_file','2025/11/DSCF7724.jpg'), +(15853,1547,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7724.jpg\";s:8:\"filesize\";i:928741;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7724-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13182;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15854,1547,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15855,1547,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15856,1548,'_wp_attached_file','2025/11/DSCF7723.jpg'), +(15857,1548,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7723.jpg\";s:8:\"filesize\";i:914753;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7723-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15172;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15858,1548,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15859,1548,'_wp_attachment_image_alt','Hattari small crossed hoops in sterling silver.'), +(15860,1541,'_regular_price','75'), +(15866,1549,'_sku','HATTARI-CR1-g'), +(15867,1549,'_regular_price','80'), +(15868,1549,'total_sales','1'), +(15869,1549,'_tax_status','taxable'), +(15870,1549,'_tax_class',''), +(15871,1549,'_manage_stock','yes'), +(15872,1549,'_backorders','notify'), +(15873,1549,'_sold_individually','no'), +(15874,1549,'_virtual','no'), +(15875,1549,'_downloadable','no'), +(15876,1549,'_download_limit','-1'), +(15877,1549,'_download_expiry','-1'), +(15878,1549,'_thumbnail_id','1824'), +(15879,1549,'_stock','1'), +(15880,1549,'_stock_status','instock'), +(15881,1549,'_wc_average_rating','0'), +(15882,1549,'_wc_review_count','0'), +(15884,1549,'_product_version','10.6.1'), +(15885,1549,'_price','80'), +(15891,1549,'_edit_lock','1777372784:1'), +(15894,1551,'_wp_attached_file','2025/11/HATTARI-CR1-g.jpg'), +(15895,1551,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:25:\"2025/11/HATTARI-CR1-g.jpg\";s:8:\"filesize\";i:193717;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"HATTARI-CR1-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15896,1551,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15897,1549,'_edit_last','1'), +(15898,1552,'_wp_attached_file','2025/11/DSCF8607.jpg'), +(15899,1552,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8607.jpg\";s:8:\"filesize\";i:678239;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8607-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16512;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15900,1552,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15901,1552,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15902,1553,'_wp_attached_file','2025/11/DSCF8596.jpg'), +(15903,1553,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8596.jpg\";s:8:\"filesize\";i:942844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8596-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19643;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15904,1553,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15905,1554,'_wp_attached_file','2025/11/DSCF8561.jpg'), +(15906,1554,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1505;s:6:\"height\";i:1881;s:4:\"file\";s:20:\"2025/11/DSCF8561.jpg\";s:8:\"filesize\";i:1539204;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8561-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17584;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15907,1554,'_wp_attachment_image_alt','Hattari small crossed hoops in gold plated silver.'), +(15926,288,'_haiku_details_produit',''), +(15932,1555,'_sku','HATTARI-EC-s'), +(15933,1555,'_regular_price','60'), +(15934,1555,'total_sales','0'), +(15935,1555,'_tax_status','taxable'), +(15936,1555,'_tax_class',''), +(15937,1555,'_manage_stock','yes'), +(15938,1555,'_backorders','notify'), +(15939,1555,'_sold_individually','no'), +(15940,1555,'_virtual','no'), +(15941,1555,'_downloadable','no'), +(15942,1555,'_download_limit','-1'), +(15943,1555,'_download_expiry','-1'), +(15944,1555,'_thumbnail_id','1822'), +(15945,1555,'_stock','0'), +(15946,1555,'_stock_status','onbackorder'), +(15947,1555,'_wc_average_rating','0'), +(15948,1555,'_wc_review_count','0'), +(15950,1555,'_product_version','10.6.1'), +(15951,1555,'_price','60'), +(15957,1555,'_edit_lock','1777372756:1'), +(15958,1555,'_edit_last','1'), +(15959,1556,'_wp_attached_file','2025/11/HATTARI-EC-s.jpg'), +(15960,1556,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/11/HATTARI-EC-s.jpg\";s:8:\"filesize\";i:293320;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"HATTARI-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2727;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15961,1556,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15962,1557,'_wp_attached_file','2025/11/DSCF7711.jpg'), +(15963,1557,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7711.jpg\";s:8:\"filesize\";i:660319;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7711-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15265;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15964,1557,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15965,1558,'_wp_attached_file','2025/11/DSCF7713.jpg'), +(15966,1558,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7713.jpg\";s:8:\"filesize\";i:721547;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7713-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16184;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15967,1558,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15968,1559,'_wp_attached_file','2025/11/DSCF7727.jpg'), +(15969,1559,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF7727.jpg\";s:8:\"filesize\";i:991764;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7727-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(15970,1559,'_wp_attachment_image_alt','Hattari ear cuff with intertwined silver wires.'), +(15976,1560,'_sku','HATTARI-EC-g'), +(15977,1560,'_regular_price','65'), +(15978,1560,'total_sales','1'), +(15979,1560,'_tax_status','taxable'), +(15980,1560,'_tax_class',''), +(15981,1560,'_manage_stock','yes'), +(15982,1560,'_backorders','notify'), +(15983,1560,'_sold_individually','no'), +(15984,1560,'_virtual','no'), +(15985,1560,'_downloadable','no'), +(15986,1560,'_download_limit','-1'), +(15987,1560,'_download_expiry','-1'), +(15989,1560,'_stock','1'), +(15990,1560,'_stock_status','instock'), +(15991,1560,'_wc_average_rating','0'), +(15992,1560,'_wc_review_count','0'), +(15994,1560,'_product_version','10.6.1'), +(15995,1560,'_price','65'), +(16001,1560,'_edit_lock','1777372738:1'), +(16002,1561,'_wp_attached_file','2025/11/HATTARI-EC-g.jpg'), +(16003,1561,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:24:\"2025/11/HATTARI-EC-g.jpg\";s:8:\"filesize\";i:92453;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"HATTARI-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3003;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16004,1561,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16005,1560,'_edit_last','1'), +(16006,1562,'_wp_attached_file','2025/11/DSCF8415.jpg'), +(16007,1562,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8415.jpg\";s:8:\"filesize\";i:1190499;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8415-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15450;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16008,1562,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16009,1562,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16010,1563,'_wp_attached_file','2025/11/DSCF8503.jpg'), +(16011,1563,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8503.jpg\";s:8:\"filesize\";i:945875;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8503-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18905;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16012,1563,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16013,1564,'_wp_attached_file','2025/11/DSCF8502.jpg'), +(16014,1564,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/DSCF8502.jpg\";s:8:\"filesize\";i:850647;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8502-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17733;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16015,1564,'_wp_attachment_image_alt','Hattari ear cuff with intertwined gold plated wires.'), +(16021,1565,'_wp_attached_file','2024/10/2025HAIKU_00063.jpg'), +(16022,1565,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00063.jpg\";s:8:\"filesize\";i:1569870;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00063-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18805;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16023,1565,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(16024,1566,'_wp_attached_file','2024/10/2025HAIKU_00049.jpg'), +(16025,1566,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00049.jpg\";s:8:\"filesize\";i:1187416;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00049-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20476;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16026,1566,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(16027,1567,'_wp_attached_file','2024/10/2025HAIKU_00080.jpg'), +(16028,1567,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00080.jpg\";s:8:\"filesize\";i:1718853;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00080-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32024;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16029,1567,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'), +(16040,1568,'_wp_attached_file','2024/11/2025HAIKU_00024.jpg'), +(16041,1568,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00024.jpg\";s:8:\"filesize\";i:1310628;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00024-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21896;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16042,1568,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(16043,1569,'_wp_attached_file','2024/11/2025HAIKU_00022.jpg'), +(16044,1569,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1535;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00022.jpg\";s:8:\"filesize\";i:1212904;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00022-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16045,1569,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(16046,1570,'_wp_attached_file','2024/11/2025HAIKU_00035.jpg'), +(16047,1570,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00035.jpg\";s:8:\"filesize\";i:1186069;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00035-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23338;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16048,1570,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'), +(16055,1574,'_edit_lock','1772703408:1'), +(16056,1574,'_edit_last','1'), +(16057,1575,'_wp_attached_file','2025/12/HK-cartekdo-1.jpg'), +(16058,1575,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1694;s:6:\"height\";i:2116;s:4:\"file\";s:25:\"2025/12/HK-cartekdo-1.jpg\";s:8:\"filesize\";i:1266634;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"HK-cartekdo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7241;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16059,1575,'_wp_attachment_image_alt','Haiku Gift card'), +(16060,1576,'_wp_attached_file','2025/12/HK-cartekdo-2-e1764747369741.jpg'), +(16061,1576,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1100;s:6:\"height\";i:1023;s:4:\"file\";s:40:\"2025/12/HK-cartekdo-2-e1764747369741.jpg\";s:8:\"filesize\";i:84696;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"HK-cartekdo-2-e1764747369741-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8360;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16062,1576,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1101;s:6:\"height\";i:1376;s:8:\"filesize\";i:462163;s:4:\"file\";s:17:\"HK-cartekdo-2.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"HK-cartekdo-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7737;}}'), +(16063,1576,'_wp_attachment_image_alt','Haiku Gift Card'), +(16064,1577,'_wp_attached_file','2025/12/HK-cartekdo-3-e1764747408263.jpg'), +(16065,1577,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:1053;s:4:\"file\";s:40:\"2025/12/HK-cartekdo-3-e1764747408263.jpg\";s:8:\"filesize\";i:105371;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"HK-cartekdo-3-e1764747408263-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10063;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16066,1577,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1232;s:6:\"height\";i:1541;s:8:\"filesize\";i:868801;s:4:\"file\";s:17:\"HK-cartekdo-3.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"HK-cartekdo-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9178;}}'), +(16067,1574,'total_sales','3'), +(16068,1574,'_tax_status','taxable'), +(16069,1574,'_tax_class',''), +(16070,1574,'_manage_stock','no'), +(16071,1574,'_backorders','no'), +(16072,1574,'_sold_individually','no'), +(16073,1574,'_virtual','no'), +(16074,1574,'_downloadable','no'), +(16075,1574,'_download_limit','-1'), +(16076,1574,'_download_expiry','-1'), +(16077,1574,'_stock',NULL), +(16078,1574,'_stock_status','instock'), +(16079,1574,'_wc_average_rating','0'), +(16080,1574,'_wc_review_count','0'), +(16082,1574,'_product_version','10.4.4'), +(16134,1574,'_thumbnail_id','1575'), +(16135,1574,'_sku','GIFTcard'), +(16213,1574,'_product_attributes','a:1:{s:18:\"pa_giftcard-amount\";a:6:{s:4:\"name\";s:18:\"pa_giftcard-amount\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(16214,1585,'_variation_description',''), +(16215,1585,'total_sales','0'), +(16216,1585,'_tax_status','taxable'), +(16217,1585,'_tax_class','parent'), +(16218,1585,'_manage_stock','no'), +(16219,1585,'_backorders','no'), +(16220,1585,'_sold_individually','no'), +(16221,1585,'_virtual','yes'), +(16222,1585,'_downloadable','yes'), +(16223,1585,'_download_limit','-1'), +(16224,1585,'_download_expiry','-1'), +(16225,1585,'_stock',NULL), +(16226,1585,'_stock_status','instock'), +(16227,1585,'_wc_average_rating','0'), +(16228,1585,'_wc_review_count','0'), +(16229,1585,'attribute_pa_giftcard-amount','100e'), +(16230,1585,'_product_version','10.4.4'), +(16231,1586,'_variation_description',''), +(16232,1586,'total_sales','0'), +(16233,1586,'_tax_status','taxable'), +(16234,1586,'_tax_class','parent'), +(16235,1586,'_manage_stock','no'), +(16236,1586,'_backorders','no'), +(16237,1586,'_sold_individually','no'), +(16238,1586,'_virtual','yes'), +(16239,1586,'_downloadable','yes'), +(16240,1586,'_download_limit','-1'), +(16241,1586,'_download_expiry','-1'), +(16242,1586,'_stock',NULL), +(16243,1586,'_stock_status','instock'), +(16244,1586,'_wc_average_rating','0'), +(16245,1586,'_wc_review_count','0'), +(16246,1586,'attribute_pa_giftcard-amount','40e'), +(16247,1586,'_product_version','10.4.4'), +(16248,1587,'_variation_description',''), +(16249,1587,'total_sales','0'), +(16250,1587,'_tax_status','taxable'), +(16251,1587,'_tax_class','parent'), +(16252,1587,'_manage_stock','no'), +(16253,1587,'_backorders','no'), +(16254,1587,'_sold_individually','no'), +(16255,1587,'_virtual','yes'), +(16256,1587,'_downloadable','yes'), +(16257,1587,'_download_limit','-1'), +(16258,1587,'_download_expiry','-1'), +(16259,1587,'_stock',NULL), +(16260,1587,'_stock_status','instock'), +(16261,1587,'_wc_average_rating','0'), +(16262,1587,'_wc_review_count','0'), +(16263,1587,'attribute_pa_giftcard-amount','50e'), +(16264,1587,'_product_version','10.4.4'), +(16265,1588,'_variation_description',''), +(16266,1588,'total_sales','0'), +(16267,1588,'_tax_status','taxable'), +(16268,1588,'_tax_class','parent'), +(16269,1588,'_manage_stock','no'), +(16270,1588,'_backorders','no'), +(16271,1588,'_sold_individually','no'), +(16272,1588,'_virtual','yes'), +(16273,1588,'_downloadable','yes'), +(16274,1588,'_download_limit','-1'), +(16275,1588,'_download_expiry','-1'), +(16276,1588,'_stock',NULL), +(16277,1588,'_stock_status','instock'), +(16278,1588,'_wc_average_rating','0'), +(16279,1588,'_wc_review_count','0'), +(16280,1588,'attribute_pa_giftcard-amount','60e'), +(16281,1588,'_product_version','10.4.4'), +(16282,1589,'_variation_description',''), +(16283,1589,'total_sales','0'), +(16284,1589,'_tax_status','taxable'), +(16285,1589,'_tax_class','parent'), +(16286,1589,'_manage_stock','no'), +(16287,1589,'_backorders','no'), +(16288,1589,'_sold_individually','no'), +(16289,1589,'_virtual','yes'), +(16290,1589,'_downloadable','yes'), +(16291,1589,'_download_limit','-1'), +(16292,1589,'_download_expiry','-1'), +(16293,1589,'_stock',NULL), +(16294,1589,'_stock_status','instock'), +(16295,1589,'_wc_average_rating','0'), +(16296,1589,'_wc_review_count','0'), +(16297,1589,'attribute_pa_giftcard-amount','70e'), +(16298,1589,'_product_version','10.4.4'), +(16299,1590,'_variation_description',''), +(16300,1590,'total_sales','0'), +(16301,1590,'_tax_status','taxable'), +(16302,1590,'_tax_class','parent'), +(16303,1590,'_manage_stock','no'), +(16304,1590,'_backorders','no'), +(16305,1590,'_sold_individually','no'), +(16306,1590,'_virtual','yes'), +(16307,1590,'_downloadable','yes'), +(16308,1590,'_download_limit','-1'), +(16309,1590,'_download_expiry','-1'), +(16310,1590,'_stock',NULL), +(16311,1590,'_stock_status','instock'), +(16312,1590,'_wc_average_rating','0'), +(16313,1590,'_wc_review_count','0'), +(16314,1590,'attribute_pa_giftcard-amount','80e'), +(16315,1590,'_product_version','10.4.4'), +(16316,1591,'_variation_description',''), +(16317,1591,'total_sales','0'), +(16318,1591,'_tax_status','taxable'), +(16319,1591,'_tax_class','parent'), +(16320,1591,'_manage_stock','no'), +(16321,1591,'_backorders','no'), +(16322,1591,'_sold_individually','no'), +(16323,1591,'_virtual','yes'), +(16324,1591,'_downloadable','yes'), +(16325,1591,'_download_limit','-1'), +(16326,1591,'_download_expiry','-1'), +(16327,1591,'_stock',NULL), +(16328,1591,'_stock_status','instock'), +(16329,1591,'_wc_average_rating','0'), +(16330,1591,'_wc_review_count','0'), +(16331,1591,'attribute_pa_giftcard-amount','90e'), +(16332,1591,'_product_version','10.4.4'), +(16333,1592,'_wp_attached_file','woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf'), +(16334,1592,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:4:\"file\";s:37:\"GIFTcard-print-english-7hyvjk-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"GIFTcard-print-english-7hyvjk-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29923;}}s:8:\"filesize\";i:215602;}'), +(16335,1593,'_wp_attached_file','woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf'), +(16336,1593,'_wp_attachment_metadata','a:2:{s:5:\"sizes\";a:2:{s:4:\"full\";a:5:{s:4:\"file\";s:38:\"GIFTcard-print-francais-qvkvsf-pdf.jpg\";s:5:\"width\";i:1058;s:6:\"height\";i:1497;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"GIFTcard-print-francais-qvkvsf-pdf-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25812;}}s:8:\"filesize\";i:209261;}'), +(16337,1585,'_sku','GIFTcard-100'), +(16338,1585,'_thumbnail_id','0'), +(16339,1585,'_downloadable_files','a:2:{s:36:\"ce9ccfa6-ce89-41bd-9bb3-4181ff7ff9e8\";a:4:{s:2:\"id\";s:36:\"ce9ccfa6-ce89-41bd-9bb3-4181ff7ff9e8\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"3bcd25d4-4366-419f-8681-cb1dcf1507ec\";a:4:{s:2:\"id\";s:36:\"3bcd25d4-4366-419f-8681-cb1dcf1507ec\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16340,1586,'_sku','GIFTcard-40'), +(16341,1586,'_thumbnail_id','0'), +(16342,1586,'_downloadable_files','a:2:{s:36:\"bdd544b1-a9cd-4dbf-95af-5c45853dbe36\";a:4:{s:2:\"id\";s:36:\"bdd544b1-a9cd-4dbf-95af-5c45853dbe36\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"fff9a32b-322a-4daf-95f0-7cc491cc58b8\";a:4:{s:2:\"id\";s:36:\"fff9a32b-322a-4daf-95f0-7cc491cc58b8\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16343,1587,'_sku','GIFTcard-50'), +(16344,1587,'_thumbnail_id','0'), +(16345,1587,'_downloadable_files','a:2:{s:36:\"ceb86d6c-4948-429f-9599-d44445860ad1\";a:4:{s:2:\"id\";s:36:\"ceb86d6c-4948-429f-9599-d44445860ad1\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"c6aa6909-f134-4c3c-b239-bcb4a2a92c60\";a:4:{s:2:\"id\";s:36:\"c6aa6909-f134-4c3c-b239-bcb4a2a92c60\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16346,1588,'_sku','GIFTcard-60'), +(16347,1588,'_thumbnail_id','0'), +(16348,1588,'_downloadable_files','a:2:{s:36:\"8c5e4622-5919-4dcd-9f0b-1c944adafb95\";a:4:{s:2:\"id\";s:36:\"8c5e4622-5919-4dcd-9f0b-1c944adafb95\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"67323415-b64c-4793-87d3-4e8b04de96c0\";a:4:{s:2:\"id\";s:36:\"67323415-b64c-4793-87d3-4e8b04de96c0\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16349,1589,'_sku','GIFTcard-70'), +(16350,1589,'_thumbnail_id','0'), +(16351,1589,'_downloadable_files','a:2:{s:36:\"ebed4223-bdb0-4730-b664-e83fb7698c5f\";a:4:{s:2:\"id\";s:36:\"ebed4223-bdb0-4730-b664-e83fb7698c5f\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"7cb861e9-c02b-4528-8cda-91037589ed46\";a:4:{s:2:\"id\";s:36:\"7cb861e9-c02b-4528-8cda-91037589ed46\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16352,1590,'_sku','GIFTcard-80'), +(16353,1590,'_thumbnail_id','0'), +(16354,1590,'_downloadable_files','a:2:{s:36:\"1cc60f67-04d7-4c61-87df-526b8723f141\";a:4:{s:2:\"id\";s:36:\"1cc60f67-04d7-4c61-87df-526b8723f141\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"376471f0-b17a-4917-88e8-5bcb6f8e9fb6\";a:4:{s:2:\"id\";s:36:\"376471f0-b17a-4917-88e8-5bcb6f8e9fb6\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16355,1591,'_sku','GIFTcard-90'), +(16356,1591,'_thumbnail_id','0'), +(16357,1591,'_downloadable_files','a:2:{s:36:\"5d19fba3-0f55-4c2b-ae41-8dad59e1a701\";a:4:{s:2:\"id\";s:36:\"5d19fba3-0f55-4c2b-ae41-8dad59e1a701\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"bd14ca66-6490-4f72-8566-69a7e59939bb\";a:4:{s:2:\"id\";s:36:\"bd14ca66-6490-4f72-8566-69a7e59939bb\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(16550,1586,'_regular_price','40'), +(16551,1586,'_price','40'), +(16552,1587,'_regular_price','50'), +(16553,1587,'_price','50'), +(16554,1588,'_regular_price','60'), +(16555,1588,'_price','60'), +(16556,1589,'_regular_price','70'), +(16557,1589,'_price','70'), +(16558,1590,'_regular_price','80'), +(16559,1590,'_price','80'), +(16560,1591,'_regular_price','90'), +(16561,1591,'_price','90'), +(16562,1585,'_regular_price','100'), +(16563,1585,'_price','100'), +(16592,496,'_wp_old_slug','kagun-hoop'), +(16593,490,'_wp_old_slug','hadou-stud-earrings'), +(16594,1613,'_edit_lock','1767711720:1'), +(16595,1613,'_edit_last','1'), +(16596,1613,'discount_type','fixed_cart'), +(16597,1613,'coupon_amount','50'), +(16598,1613,'individual_use','no'), +(16599,1613,'usage_limit','1'), +(16600,1613,'usage_limit_per_user','0'), +(16601,1613,'limit_usage_to_x_items','0'), +(16602,1613,'usage_count','0'), +(16603,1613,'date_expires',NULL), +(16604,1613,'free_shipping','no'), +(16605,1613,'exclude_sale_items','no'), +(16606,1613,'product_brands','a:0:{}'), +(16607,1613,'exclude_product_brands','a:0:{}'), +(16632,1406,'_haiku_details_produit',''), +(16637,1401,'_haiku_details_produit',''), +(16638,994,'_photos_colonne_gauche|||0|value','1345'), +(16639,994,'_photos_colonne_droite|||0|value','992'), +(16640,994,'_photos_colonne_droite|||1|value','996'), +(16641,994,'_haiku_details_produit',''), +(16644,982,'_photos_colonne_droite|||1|value','992'), +(16646,982,'_haiku_details_produit',''), +(16655,1619,'_variation_description',''), +(16656,1619,'total_sales','0'), +(16657,1619,'_tax_status','taxable'), +(16658,1619,'_tax_class','parent'), +(16659,1619,'_manage_stock','no'), +(16660,1619,'_backorders','no'), +(16661,1619,'_sold_individually','no'), +(16662,1619,'_virtual','no'), +(16663,1619,'_downloadable','no'), +(16664,1619,'_download_limit','-1'), +(16665,1619,'_download_expiry','-1'), +(16666,1619,'_stock','0'), +(16667,1619,'_stock_status','instock'), +(16668,1619,'_wc_average_rating','0'), +(16669,1619,'_wc_review_count','0'), +(16670,1619,'attribute_pa_side','long'), +(16671,1619,'_product_version','10.6.1'), +(16672,1620,'_variation_description',''), +(16673,1620,'total_sales','0'), +(16674,1620,'_tax_status','taxable'), +(16675,1620,'_tax_class','parent'), +(16676,1620,'_manage_stock','no'), +(16677,1620,'_backorders','no'), +(16678,1620,'_sold_individually','no'), +(16679,1620,'_virtual','no'), +(16680,1620,'_downloadable','no'), +(16681,1620,'_download_limit','-1'), +(16682,1620,'_download_expiry','-1'), +(16683,1620,'_stock','0'), +(16684,1620,'_stock_status','instock'), +(16685,1620,'_wc_average_rating','0'), +(16686,1620,'_wc_review_count','0'), +(16687,1620,'attribute_pa_side','medium'), +(16688,1620,'_product_version','10.6.1'), +(16689,1621,'_variation_description',''), +(16690,1621,'total_sales','0'), +(16691,1621,'_tax_status','taxable'), +(16692,1621,'_tax_class','parent'), +(16693,1621,'_manage_stock','no'), +(16694,1621,'_backorders','no'), +(16695,1621,'_sold_individually','no'), +(16696,1621,'_virtual','no'), +(16697,1621,'_downloadable','no'), +(16698,1621,'_download_limit','-1'), +(16699,1621,'_download_expiry','-1'), +(16700,1621,'_stock','0'), +(16701,1621,'_stock_status','instock'), +(16702,1621,'_wc_average_rating','0'), +(16703,1621,'_wc_review_count','0'), +(16704,1621,'attribute_pa_side','pair'), +(16705,1621,'_product_version','10.6.1'), +(16706,1619,'_regular_price','80'), +(16707,1619,'_thumbnail_id','0'), +(16708,1619,'_price','80'), +(16709,1620,'_regular_price','78'), +(16710,1620,'_thumbnail_id','0'), +(16711,1620,'_price','78'), +(16712,1621,'_regular_price','120'), +(16713,1621,'_thumbnail_id','0'), +(16714,1621,'_price','120'), +(16935,1650,'_wp_attached_file','2025/09/2025HAIKU_00068.jpg'), +(16936,1650,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00068.jpg\";s:8:\"filesize\";i:1064438;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00068-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18463;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16937,1650,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(16938,1651,'_wp_attached_file','2025/09/2025HAIKU_00078.jpg'), +(16939,1651,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00078.jpg\";s:8:\"filesize\";i:490857;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00078-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16394;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16940,1651,'_wp_attachment_image_alt','Piasu ring with four silver balls and a mother of pearl detail, in sterling silver.'), +(16947,1444,'_wp_old_slug','pishi-pishi-earrings'), +(16950,1653,'_wp_attached_file','2025/09/2025HAIKU_00056-e1770814490893.jpg'), +(16951,1653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1117;s:6:\"height\";i:1756;s:4:\"file\";s:42:\"2025/09/2025HAIKU_00056-e1770814490893.jpg\";s:8:\"filesize\";i:725796;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"2025HAIKU_00056-e1770814490893-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21759;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16952,1653,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(16953,1653,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1326;s:6:\"height\";i:1988;s:8:\"filesize\";i:1930072;s:4:\"file\";s:19:\"2025HAIKU_00056.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00056-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18843;}}'), +(16954,1654,'_wp_attached_file','2025/09/2025HAIKU_00071.jpg'), +(16955,1654,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00071.jpg\";s:8:\"filesize\";i:924606;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27269;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(16956,1654,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'), +(17118,1657,'_edit_lock','1772093156:1'), +(17119,1657,'_edit_last','1'), +(17120,1657,'discount_type','fixed_cart'), +(17121,1657,'coupon_amount','100'), +(17122,1657,'individual_use','yes'), +(17123,1657,'usage_limit','1'), +(17124,1657,'usage_limit_per_user','1'), +(17125,1657,'limit_usage_to_x_items','0'), +(17126,1657,'usage_count','0'), +(17127,1657,'date_expires','1802559600'), +(17128,1657,'free_shipping','yes'), +(17129,1657,'exclude_sale_items','no'), +(17130,1657,'product_brands','a:0:{}'), +(17131,1657,'exclude_product_brands','a:0:{}'), +(17132,1662,'_variation_description',''), +(17133,1662,'total_sales','0'), +(17134,1662,'_tax_status','taxable'), +(17135,1662,'_tax_class','parent'), +(17136,1662,'_manage_stock','no'), +(17137,1662,'_backorders','no'), +(17138,1662,'_sold_individually','no'), +(17139,1662,'_virtual','yes'), +(17140,1662,'_downloadable','yes'), +(17141,1662,'_download_limit','-1'), +(17142,1662,'_download_expiry','-1'), +(17143,1662,'_stock',NULL), +(17144,1662,'_stock_status','instock'), +(17145,1662,'_wc_average_rating','0'), +(17146,1662,'_wc_review_count','0'), +(17147,1662,'attribute_pa_giftcard-amount','110e'), +(17148,1662,'_product_version','10.4.4'), +(17149,1663,'_variation_description',''), +(17150,1663,'total_sales','0'), +(17151,1663,'_tax_status','taxable'), +(17152,1663,'_tax_class','parent'), +(17153,1663,'_manage_stock','no'), +(17154,1663,'_backorders','no'), +(17155,1663,'_sold_individually','no'), +(17156,1663,'_virtual','yes'), +(17157,1663,'_downloadable','yes'), +(17158,1663,'_download_limit','-1'), +(17159,1663,'_download_expiry','-1'), +(17160,1663,'_stock',NULL), +(17161,1663,'_stock_status','instock'), +(17162,1663,'_wc_average_rating','0'), +(17163,1663,'_wc_review_count','0'), +(17164,1663,'attribute_pa_giftcard-amount','120e'), +(17165,1663,'_product_version','10.4.4'), +(17166,1664,'_variation_description',''), +(17167,1664,'total_sales','0'), +(17168,1664,'_tax_status','taxable'), +(17169,1664,'_tax_class','parent'), +(17170,1664,'_manage_stock','no'), +(17171,1664,'_backorders','no'), +(17172,1664,'_sold_individually','no'), +(17173,1664,'_virtual','yes'), +(17174,1664,'_downloadable','yes'), +(17175,1664,'_download_limit','-1'), +(17176,1664,'_download_expiry','-1'), +(17177,1664,'_stock',NULL), +(17178,1664,'_stock_status','instock'), +(17179,1664,'_wc_average_rating','0'), +(17180,1664,'_wc_review_count','0'), +(17181,1664,'attribute_pa_giftcard-amount','130e'), +(17182,1664,'_product_version','10.4.4'), +(17183,1665,'_variation_description',''), +(17184,1665,'total_sales','0'), +(17185,1665,'_tax_status','taxable'), +(17186,1665,'_tax_class','parent'), +(17187,1665,'_manage_stock','no'), +(17188,1665,'_backorders','no'), +(17189,1665,'_sold_individually','no'), +(17190,1665,'_virtual','yes'), +(17191,1665,'_downloadable','yes'), +(17192,1665,'_download_limit','-1'), +(17193,1665,'_download_expiry','-1'), +(17194,1665,'_stock',NULL), +(17195,1665,'_stock_status','instock'), +(17196,1665,'_wc_average_rating','0'), +(17197,1665,'_wc_review_count','0'), +(17198,1665,'attribute_pa_giftcard-amount','140e'), +(17199,1665,'_product_version','10.4.4'), +(17200,1666,'_variation_description',''), +(17201,1666,'total_sales','0'), +(17202,1666,'_tax_status','taxable'), +(17203,1666,'_tax_class','parent'), +(17204,1666,'_manage_stock','no'), +(17205,1666,'_backorders','no'), +(17206,1666,'_sold_individually','no'), +(17207,1666,'_virtual','yes'), +(17208,1666,'_downloadable','yes'), +(17209,1666,'_download_limit','-1'), +(17210,1666,'_download_expiry','-1'), +(17211,1666,'_stock',NULL), +(17212,1666,'_stock_status','instock'), +(17213,1666,'_wc_average_rating','0'), +(17214,1666,'_wc_review_count','0'), +(17215,1666,'attribute_pa_giftcard-amount','150e'), +(17216,1666,'_product_version','10.4.4'), +(17217,1667,'_variation_description',''), +(17218,1667,'total_sales','0'), +(17219,1667,'_tax_status','taxable'), +(17220,1667,'_tax_class','parent'), +(17221,1667,'_manage_stock','no'), +(17222,1667,'_backorders','no'), +(17223,1667,'_sold_individually','no'), +(17224,1667,'_virtual','yes'), +(17225,1667,'_downloadable','yes'), +(17226,1667,'_download_limit','-1'), +(17227,1667,'_download_expiry','-1'), +(17228,1667,'_stock',NULL), +(17229,1667,'_stock_status','instock'), +(17230,1667,'_wc_average_rating','0'), +(17231,1667,'_wc_review_count','0'), +(17232,1667,'attribute_pa_giftcard-amount','55e'), +(17233,1667,'_product_version','10.4.4'), +(17241,1662,'_sku','GIFTcard-110'), +(17242,1662,'_regular_price','110'), +(17243,1662,'_thumbnail_id','0'), +(17244,1662,'_downloadable_files','a:2:{s:36:\"51327bbd-22bf-49d4-8b21-7de28f240cdd\";a:4:{s:2:\"id\";s:36:\"51327bbd-22bf-49d4-8b21-7de28f240cdd\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"d65a2169-513b-4bc2-b49a-dad561aaa5d8\";a:4:{s:2:\"id\";s:36:\"d65a2169-513b-4bc2-b49a-dad561aaa5d8\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17245,1662,'_price','110'), +(17246,1663,'_sku','GIFTcard-120'), +(17247,1663,'_regular_price','120'), +(17248,1663,'_thumbnail_id','0'), +(17249,1663,'_downloadable_files','a:2:{s:36:\"1601c575-a132-492e-80d3-e0dfd5d6bd32\";a:4:{s:2:\"id\";s:36:\"1601c575-a132-492e-80d3-e0dfd5d6bd32\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"f5a4a07f-d230-43ca-9bb9-bdc5865e1274\";a:4:{s:2:\"id\";s:36:\"f5a4a07f-d230-43ca-9bb9-bdc5865e1274\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17250,1663,'_price','120'), +(17251,1664,'_sku','GIFTcard-130'), +(17252,1664,'_regular_price','130'), +(17253,1664,'_thumbnail_id','0'), +(17254,1664,'_downloadable_files','a:2:{s:36:\"081fa482-ada0-4249-a014-74d088dab38c\";a:4:{s:2:\"id\";s:36:\"081fa482-ada0-4249-a014-74d088dab38c\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"2ebfba89-94d2-441e-a404-ab14967b1f00\";a:4:{s:2:\"id\";s:36:\"2ebfba89-94d2-441e-a404-ab14967b1f00\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17255,1664,'_price','130'), +(17256,1665,'_sku','GIFTcard-140'), +(17257,1665,'_regular_price','140'), +(17258,1665,'_thumbnail_id','0'), +(17259,1665,'_downloadable_files','a:2:{s:36:\"770832d6-fe0b-434b-a9bd-556e76cb6cb5\";a:4:{s:2:\"id\";s:36:\"770832d6-fe0b-434b-a9bd-556e76cb6cb5\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"1dec25c3-7fdf-40a7-ae6e-49759ec99ba5\";a:4:{s:2:\"id\";s:36:\"1dec25c3-7fdf-40a7-ae6e-49759ec99ba5\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17260,1665,'_price','140'), +(17261,1666,'_sku','GIFTcard-150'), +(17262,1666,'_regular_price','150'), +(17263,1666,'_thumbnail_id','0'), +(17264,1666,'_downloadable_files','a:2:{s:36:\"909fb801-f58f-4345-a78b-2423c34d2e07\";a:4:{s:2:\"id\";s:36:\"909fb801-f58f-4345-a78b-2423c34d2e07\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"a1e8fe41-fedf-4c12-a77c-875b50ef3240\";a:4:{s:2:\"id\";s:36:\"a1e8fe41-fedf-4c12-a77c-875b50ef3240\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17265,1666,'_price','150'), +(17266,1667,'_sku','GIFTcard-55'), +(17267,1667,'_regular_price','55'), +(17268,1667,'_thumbnail_id','0'), +(17269,1667,'_downloadable_files','a:2:{s:36:\"e920c9ea-40ef-44cd-a166-ffeab8869448\";a:4:{s:2:\"id\";s:36:\"e920c9ea-40ef-44cd-a166-ffeab8869448\";s:4:\"name\";s:22:\"Haiku-GiftCard-English\";s:4:\"file\";s:98:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf\";s:7:\"enabled\";b:1;}s:36:\"c0759fae-fd4e-442b-b336-bdb7694d2db6\";a:4:{s:2:\"id\";s:36:\"c0759fae-fd4e-442b-b336-bdb7694d2db6\";s:4:\"name\";s:24:\"Haiku-GiftCard-Français\";s:4:\"file\";s:99:\"https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf\";s:7:\"enabled\";b:1;}}'), +(17270,1667,'_price','55'), +(17310,1574,'_price','40'), +(17311,1574,'_price','50'), +(17312,1574,'_price','55'), +(17313,1574,'_price','60'), +(17314,1574,'_price','70'), +(17315,1574,'_price','80'), +(17316,1574,'_price','90'), +(17317,1574,'_price','100'), +(17318,1574,'_price','110'), +(17319,1574,'_price','120'), +(17320,1574,'_price','130'), +(17321,1574,'_price','140'), +(17322,1574,'_price','150'), +(17323,1574,'_photos_colonne_gauche|||0|value','1575'), +(17324,1574,'_photos_colonne_droite|||0|value','1577'), +(17325,1574,'_haiku_details_produit',''), +(17326,1673,'_edit_lock','1777369727:1'), +(17327,1673,'_edit_last','1'), +(17328,1674,'_wp_attached_file','2026/03/004A2444.jpg'), +(17329,1674,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2444.jpg\";s:8:\"filesize\";i:927859;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2444-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28370;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17330,1674,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17331,1675,'_wp_attached_file','2026/03/004A2460.jpg'), +(17332,1675,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2460.jpg\";s:8:\"filesize\";i:967111;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2460-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20973;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17333,1675,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17334,1676,'_wp_attached_file','2026/03/004A2576.jpg'), +(17335,1676,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2576.jpg\";s:8:\"filesize\";i:838847;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2576-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17336,1676,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17337,1677,'_wp_attached_file','2026/03/004A2605.jpg'), +(17338,1677,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2605.jpg\";s:8:\"filesize\";i:791730;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2605-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17339,1677,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17341,1673,'total_sales','0'), +(17342,1673,'_tax_status','taxable'), +(17343,1673,'_tax_class',''), +(17344,1673,'_manage_stock','no'), +(17345,1673,'_backorders','no'), +(17346,1673,'_sold_individually','no'), +(17347,1673,'_virtual','no'), +(17348,1673,'_downloadable','no'), +(17349,1673,'_download_limit','-1'), +(17350,1673,'_download_expiry','-1'), +(17351,1673,'_stock',NULL), +(17352,1673,'_stock_status','instock'), +(17353,1673,'_wc_average_rating','0'), +(17354,1673,'_wc_review_count','0'), +(17355,1673,'_product_version','10.6.1'), +(17362,1673,'_product_attributes','a:1:{s:20:\"pa_material-workshop\";a:6:{s:4:\"name\";s:20:\"pa_material-workshop\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(17363,1678,'_variation_description',''), +(17364,1678,'total_sales','0'), +(17365,1678,'_tax_status','taxable'), +(17366,1678,'_tax_class','parent'), +(17367,1678,'_manage_stock','no'), +(17368,1678,'_backorders','no'), +(17369,1678,'_sold_individually','no'), +(17370,1678,'_virtual','no'), +(17371,1678,'_downloadable','no'), +(17372,1678,'_download_limit','-1'), +(17373,1678,'_download_expiry','-1'), +(17374,1678,'_stock',NULL), +(17375,1678,'_stock_status','instock'), +(17376,1678,'_wc_average_rating','0'), +(17377,1678,'_wc_review_count','0'), +(17378,1678,'attribute_pa_material-workshop','gld-brass'), +(17379,1678,'_product_version','10.6.1'), +(17380,1679,'_variation_description',''), +(17381,1679,'total_sales','0'), +(17382,1679,'_tax_status','taxable'), +(17383,1679,'_tax_class','parent'), +(17384,1679,'_manage_stock','no'), +(17385,1679,'_backorders','no'), +(17386,1679,'_sold_individually','no'), +(17387,1679,'_virtual','no'), +(17388,1679,'_downloadable','no'), +(17389,1679,'_download_limit','-1'), +(17390,1679,'_download_expiry','-1'), +(17391,1679,'_stock',NULL), +(17392,1679,'_stock_status','instock'), +(17393,1679,'_wc_average_rating','0'), +(17394,1679,'_wc_review_count','0'), +(17395,1679,'attribute_pa_material-workshop','slv-brass'), +(17396,1679,'_product_version','10.6.1'), +(17397,1680,'_variation_description',''), +(17398,1680,'total_sales','0'), +(17399,1680,'_tax_status','taxable'), +(17400,1680,'_tax_class','parent'), +(17401,1680,'_manage_stock','no'), +(17402,1680,'_backorders','no'), +(17403,1680,'_sold_individually','no'), +(17404,1680,'_virtual','no'), +(17405,1680,'_downloadable','no'), +(17406,1680,'_download_limit','-1'), +(17407,1680,'_download_expiry','-1'), +(17408,1680,'_stock',NULL), +(17409,1680,'_stock_status','instock'), +(17410,1680,'_wc_average_rating','0'), +(17411,1680,'_wc_review_count','0'), +(17412,1680,'attribute_pa_material-workshop','strl-silver'), +(17413,1680,'_product_version','10.6.1'), +(17414,1678,'_sku','ECworkshop-gb'), +(17415,1678,'_regular_price','85'), +(17416,1678,'_thumbnail_id','0'), +(17417,1678,'_price','85'), +(17418,1679,'_sku','ECworkshop-sb'), +(17419,1679,'_regular_price','80'), +(17420,1679,'_thumbnail_id','0'), +(17421,1679,'_price','80'), +(17422,1680,'_sku','ECworkshop-slv'), +(17423,1680,'_regular_price','95'), +(17424,1680,'_thumbnail_id','0'), +(17425,1680,'_price','95'), +(17432,1673,'_price','80'), +(17433,1673,'_price','85'), +(17434,1673,'_price','95'), +(17435,1681,'total_sales','0'), +(17436,1681,'_tax_status','taxable'), +(17437,1681,'_tax_class',''), +(17438,1681,'_manage_stock','no'), +(17439,1681,'_backorders','no'), +(17440,1681,'_sold_individually','no'), +(17441,1681,'_virtual','no'), +(17442,1681,'_downloadable','no'), +(17443,1681,'_download_limit','-1'), +(17444,1681,'_download_expiry','-1'), +(17445,1681,'_stock',NULL), +(17446,1681,'_stock_status','instock'), +(17447,1681,'_wc_average_rating','0'), +(17448,1681,'_wc_review_count','0'), +(17449,1681,'_product_attributes','a:1:{s:20:\"pa_material-workshop\";a:6:{s:4:\"name\";s:20:\"pa_material-workshop\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(17450,1681,'_product_version','10.6.1'), +(17457,1682,'_variation_description',''), +(17458,1682,'_sku','Cworkshop-sb'), +(17459,1682,'_regular_price','110'), +(17460,1682,'total_sales','0'), +(17461,1682,'_tax_status','taxable'), +(17462,1682,'_tax_class','parent'), +(17463,1682,'_manage_stock','no'), +(17464,1682,'_backorders','no'), +(17465,1682,'_sold_individually','no'), +(17466,1682,'_virtual','no'), +(17467,1682,'_downloadable','no'), +(17468,1682,'_download_limit','-1'), +(17469,1682,'_download_expiry','-1'), +(17470,1682,'_thumbnail_id','0'), +(17471,1682,'_stock',NULL), +(17472,1682,'_stock_status','instock'), +(17473,1682,'_wc_average_rating','0'), +(17474,1682,'_wc_review_count','0'), +(17475,1682,'attribute_pa_material-workshop','slv-brass'), +(17476,1682,'_price','110'), +(17477,1682,'_product_version','10.6.1'), +(17478,1683,'_variation_description',''), +(17479,1683,'_sku','Cworkshop-gb'), +(17480,1683,'_regular_price','115'), +(17481,1683,'total_sales','0'), +(17482,1683,'_tax_status','taxable'), +(17483,1683,'_tax_class','parent'), +(17484,1683,'_manage_stock','no'), +(17485,1683,'_backorders','no'), +(17486,1683,'_sold_individually','no'), +(17487,1683,'_virtual','no'), +(17488,1683,'_downloadable','no'), +(17489,1683,'_download_limit','-1'), +(17490,1683,'_download_expiry','-1'), +(17491,1683,'_thumbnail_id','0'), +(17492,1683,'_stock',NULL), +(17493,1683,'_stock_status','instock'), +(17494,1683,'_wc_average_rating','0'), +(17495,1683,'_wc_review_count','0'), +(17496,1683,'attribute_pa_material-workshop','gld-brass'), +(17497,1683,'_price','115'), +(17498,1683,'_product_version','10.6.1'), +(17499,1684,'_variation_description',''), +(17500,1684,'_sku','Cworkshop-slv'), +(17501,1684,'_regular_price','140'), +(17502,1684,'total_sales','0'), +(17503,1684,'_tax_status','taxable'), +(17504,1684,'_tax_class','parent'), +(17505,1684,'_manage_stock','no'), +(17506,1684,'_backorders','no'), +(17507,1684,'_sold_individually','no'), +(17508,1684,'_virtual','no'), +(17509,1684,'_downloadable','no'), +(17510,1684,'_download_limit','-1'), +(17511,1684,'_download_expiry','-1'), +(17512,1684,'_thumbnail_id','0'), +(17513,1684,'_stock',NULL), +(17514,1684,'_stock_status','instock'), +(17515,1684,'_wc_average_rating','0'), +(17516,1684,'_wc_review_count','0'), +(17517,1684,'attribute_pa_material-workshop','strl-silver'), +(17518,1684,'_price','140'), +(17519,1684,'_product_version','10.6.1'), +(17523,1681,'_edit_lock','1777369773:1'), +(17524,1681,'_edit_last','1'), +(17525,1685,'_wp_attached_file','2026/03/004A2472.jpg'), +(17526,1685,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2472.jpg\";s:8:\"filesize\";i:718758;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2472-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17527,1685,'_wp_attachment_image_alt','workshop create a pendant'), +(17528,1686,'_wp_attached_file','2026/03/004A2361.jpg'), +(17529,1686,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2361.jpg\";s:8:\"filesize\";i:608706;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2361-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20033;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17530,1686,'_wp_attachment_image_alt','workshop create a pendant'), +(17531,1687,'_wp_attached_file','2026/03/004A2430.jpg'), +(17532,1687,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2430.jpg\";s:8:\"filesize\";i:779392;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2430-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15737;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17533,1687,'_wp_attachment_image_alt','workshop create a pendant'), +(17534,1688,'_wp_attached_file','2026/03/004A2464.jpg'), +(17535,1688,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2464.jpg\";s:8:\"filesize\";i:734629;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2464-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18705;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17536,1688,'_wp_attachment_image_alt','workshop create a pendant'), +(17537,1681,'_price','110'), +(17538,1681,'_price','115'), +(17539,1681,'_price','140'), +(17546,1689,'total_sales','0'), +(17547,1689,'_tax_status','taxable'), +(17548,1689,'_tax_class',''), +(17549,1689,'_manage_stock','no'), +(17550,1689,'_backorders','no'), +(17551,1689,'_sold_individually','no'), +(17552,1689,'_virtual','no'), +(17553,1689,'_downloadable','no'), +(17554,1689,'_download_limit','-1'), +(17555,1689,'_download_expiry','-1'), +(17556,1689,'_stock',NULL), +(17557,1689,'_stock_status','instock'), +(17558,1689,'_wc_average_rating','0'), +(17559,1689,'_wc_review_count','0'), +(17560,1689,'_product_attributes','a:1:{s:20:\"pa_material-workshop\";a:6:{s:4:\"name\";s:20:\"pa_material-workshop\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(17561,1689,'_product_version','10.6.1'), +(17568,1690,'_variation_description',''), +(17569,1690,'_sku','Rworkshop-sb'), +(17570,1690,'_regular_price','150'), +(17571,1690,'total_sales','0'), +(17572,1690,'_tax_status','taxable'), +(17573,1690,'_tax_class','parent'), +(17574,1690,'_manage_stock','no'), +(17575,1690,'_backorders','no'), +(17576,1690,'_sold_individually','no'), +(17577,1690,'_virtual','no'), +(17578,1690,'_downloadable','no'), +(17579,1690,'_download_limit','-1'), +(17580,1690,'_download_expiry','-1'), +(17581,1690,'_thumbnail_id','0'), +(17582,1690,'_stock',NULL), +(17583,1690,'_stock_status','instock'), +(17584,1690,'_wc_average_rating','0'), +(17585,1690,'_wc_review_count','0'), +(17586,1690,'attribute_pa_material-workshop','slv-brass'), +(17587,1690,'_price','150'), +(17588,1690,'_product_version','10.6.1'), +(17589,1691,'_variation_description',''), +(17590,1691,'_sku','Rworkshop-gb'), +(17591,1691,'_regular_price','155'), +(17592,1691,'total_sales','0'), +(17593,1691,'_tax_status','taxable'), +(17594,1691,'_tax_class','parent'), +(17595,1691,'_manage_stock','no'), +(17596,1691,'_backorders','no'), +(17597,1691,'_sold_individually','no'), +(17598,1691,'_virtual','no'), +(17599,1691,'_downloadable','no'), +(17600,1691,'_download_limit','-1'), +(17601,1691,'_download_expiry','-1'), +(17602,1691,'_thumbnail_id','0'), +(17603,1691,'_stock',NULL), +(17604,1691,'_stock_status','instock'), +(17605,1691,'_wc_average_rating','0'), +(17606,1691,'_wc_review_count','0'), +(17607,1691,'attribute_pa_material-workshop','gld-brass'), +(17608,1691,'_price','155'), +(17609,1691,'_product_version','10.6.1'), +(17610,1692,'_variation_description',''), +(17611,1692,'_sku','Rworkshop-slv'), +(17612,1692,'_regular_price','180'), +(17613,1692,'total_sales','0'), +(17614,1692,'_tax_status','taxable'), +(17615,1692,'_tax_class','parent'), +(17616,1692,'_manage_stock','no'), +(17617,1692,'_backorders','no'), +(17618,1692,'_sold_individually','no'), +(17619,1692,'_virtual','no'), +(17620,1692,'_downloadable','no'), +(17621,1692,'_download_limit','-1'), +(17622,1692,'_download_expiry','-1'), +(17623,1692,'_thumbnail_id','0'), +(17624,1692,'_stock',NULL), +(17625,1692,'_stock_status','instock'), +(17626,1692,'_wc_average_rating','0'), +(17627,1692,'_wc_review_count','0'), +(17628,1692,'attribute_pa_material-workshop','strl-silver'), +(17629,1692,'_price','180'), +(17630,1692,'_product_version','10.6.1'), +(17634,1689,'_edit_lock','1777369706:1'), +(17635,1689,'_edit_last','1'), +(17636,1693,'_wp_attached_file','2026/03/004A2598.jpg'), +(17637,1693,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2598.jpg\";s:8:\"filesize\";i:716654;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2598-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17638,1693,'_wp_attachment_image_alt','workshop create a ring'), +(17639,1694,'_wp_attached_file','2026/03/004A2592.jpg'), +(17640,1694,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2592.jpg\";s:8:\"filesize\";i:901009;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2592-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23233;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17641,1694,'_wp_attachment_image_alt','workshop create a ring'), +(17642,1695,'_wp_attached_file','2026/03/004A2408.jpg'), +(17643,1695,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2408.jpg\";s:8:\"filesize\";i:585687;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2408-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15492;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17644,1695,'_wp_attachment_image_alt','workshop create a ring'), +(17645,1696,'_wp_attached_file','2026/03/004A2458.jpg'), +(17646,1696,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/03/004A2458.jpg\";s:8:\"filesize\";i:1017458;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"004A2458-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25023;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17647,1696,'_wp_attachment_image_alt','workshop create a ring'), +(17648,1689,'_price','150'), +(17649,1689,'_price','155'), +(17650,1689,'_price','180'), +(17669,1699,'_wp_attached_file','2026/03/DSCF9660.jpg'), +(17670,1699,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2026/03/DSCF9660.jpg\";s:8:\"filesize\";i:423479;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF9660-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17671,1700,'_wp_attached_file','2026/03/DSCF9656.jpg'), +(17672,1700,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2026/03/DSCF9656.jpg\";s:8:\"filesize\";i:506501;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF9656-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10504;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17673,1701,'_wp_attached_file','2026/03/DSCF9673.jpg'), +(17674,1701,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:20:\"2026/03/DSCF9673.jpg\";s:8:\"filesize\";i:426540;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF9673-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7022;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(17675,1699,'_wp_attachment_image_alt','workshop create an ear cuff'), +(17676,1673,'_thumbnail_id','1886'), +(17683,1700,'_wp_attachment_image_alt','workshop create a pendant'), +(17684,1689,'_thumbnail_id','1888'), +(17691,1701,'_wp_attachment_image_alt','workshop create a ring'), +(17698,1681,'_thumbnail_id','1887'), +(17747,240,'_price','120'), +(17752,1491,'_wp_trash_meta_status','publish'), +(17753,1491,'_wp_trash_meta_time','1777035454'), +(17754,1491,'_wp_desired_post_slug','kime-solo-hoop'), +(17764,1704,'_variation_description',''), +(17765,1704,'total_sales','0'), +(17766,1704,'_tax_status','taxable'), +(17767,1704,'_tax_class','parent'), +(17768,1704,'_manage_stock','no'), +(17769,1704,'_backorders','no'), +(17770,1704,'_sold_individually','no'), +(17771,1704,'_virtual','no'), +(17772,1704,'_downloadable','no'), +(17773,1704,'_download_limit','-1'), +(17774,1704,'_download_expiry','-1'), +(17775,1704,'_stock',NULL), +(17776,1704,'_stock_status','instock'), +(17777,1704,'_wc_average_rating','0'), +(17778,1704,'_wc_review_count','0'), +(17779,1704,'attribute_pa_size','48'), +(17780,1704,'_product_version','10.6.1'), +(17781,1705,'_variation_description',''), +(17782,1705,'total_sales','0'), +(17783,1705,'_tax_status','taxable'), +(17784,1705,'_tax_class','parent'), +(17785,1705,'_manage_stock','no'), +(17786,1705,'_backorders','no'), +(17787,1705,'_sold_individually','no'), +(17788,1705,'_virtual','no'), +(17789,1705,'_downloadable','no'), +(17790,1705,'_download_limit','-1'), +(17791,1705,'_download_expiry','-1'), +(17792,1705,'_stock',NULL), +(17793,1705,'_stock_status','instock'), +(17794,1705,'_wc_average_rating','0'), +(17795,1705,'_wc_review_count','0'), +(17796,1705,'attribute_pa_size','49'), +(17797,1705,'_product_version','10.6.1'), +(17798,1706,'_variation_description',''), +(17799,1706,'total_sales','0'), +(17800,1706,'_tax_status','taxable'), +(17801,1706,'_tax_class','parent'), +(17802,1706,'_manage_stock','no'), +(17803,1706,'_backorders','no'), +(17804,1706,'_sold_individually','no'), +(17805,1706,'_virtual','no'), +(17806,1706,'_downloadable','no'), +(17807,1706,'_download_limit','-1'), +(17808,1706,'_download_expiry','-1'), +(17809,1706,'_stock',NULL), +(17810,1706,'_stock_status','instock'), +(17811,1706,'_wc_average_rating','0'), +(17812,1706,'_wc_review_count','0'), +(17813,1706,'attribute_pa_size','50'), +(17814,1706,'_product_version','10.6.1'), +(17815,1707,'_variation_description',''), +(17816,1707,'total_sales','0'), +(17817,1707,'_tax_status','taxable'), +(17818,1707,'_tax_class','parent'), +(17819,1707,'_manage_stock','no'), +(17820,1707,'_backorders','no'), +(17821,1707,'_sold_individually','no'), +(17822,1707,'_virtual','no'), +(17823,1707,'_downloadable','no'), +(17824,1707,'_download_limit','-1'), +(17825,1707,'_download_expiry','-1'), +(17826,1707,'_stock',NULL), +(17827,1707,'_stock_status','instock'), +(17828,1707,'_wc_average_rating','0'), +(17829,1707,'_wc_review_count','0'), +(17830,1707,'attribute_pa_size','51'), +(17831,1707,'_product_version','10.6.1'), +(17832,1708,'_variation_description',''), +(17833,1708,'total_sales','0'), +(17834,1708,'_tax_status','taxable'), +(17835,1708,'_tax_class','parent'), +(17836,1708,'_manage_stock','no'), +(17837,1708,'_backorders','no'), +(17838,1708,'_sold_individually','no'), +(17839,1708,'_virtual','no'), +(17840,1708,'_downloadable','no'), +(17841,1708,'_download_limit','-1'), +(17842,1708,'_download_expiry','-1'), +(17843,1708,'_stock',NULL), +(17844,1708,'_stock_status','instock'), +(17845,1708,'_wc_average_rating','0'), +(17846,1708,'_wc_review_count','0'), +(17847,1708,'attribute_pa_size','52'), +(17848,1708,'_product_version','10.6.1'), +(17849,1709,'_variation_description',''), +(17850,1709,'total_sales','0'), +(17851,1709,'_tax_status','taxable'), +(17852,1709,'_tax_class','parent'), +(17853,1709,'_manage_stock','no'), +(17854,1709,'_backorders','no'), +(17855,1709,'_sold_individually','no'), +(17856,1709,'_virtual','no'), +(17857,1709,'_downloadable','no'), +(17858,1709,'_download_limit','-1'), +(17859,1709,'_download_expiry','-1'), +(17860,1709,'_stock',NULL), +(17861,1709,'_stock_status','instock'), +(17862,1709,'_wc_average_rating','0'), +(17863,1709,'_wc_review_count','0'), +(17864,1709,'attribute_pa_size','53'), +(17865,1709,'_product_version','10.6.1'), +(17866,1710,'_variation_description',''), +(17867,1710,'total_sales','0'), +(17868,1710,'_tax_status','taxable'), +(17869,1710,'_tax_class','parent'), +(17870,1710,'_manage_stock','no'), +(17871,1710,'_backorders','no'), +(17872,1710,'_sold_individually','no'), +(17873,1710,'_virtual','no'), +(17874,1710,'_downloadable','no'), +(17875,1710,'_download_limit','-1'), +(17876,1710,'_download_expiry','-1'), +(17877,1710,'_stock',NULL), +(17878,1710,'_stock_status','instock'), +(17879,1710,'_wc_average_rating','0'), +(17880,1710,'_wc_review_count','0'), +(17881,1710,'attribute_pa_size','54'), +(17882,1710,'_product_version','10.6.1'), +(17883,1711,'_variation_description',''), +(17884,1711,'total_sales','0'), +(17885,1711,'_tax_status','taxable'), +(17886,1711,'_tax_class','parent'), +(17887,1711,'_manage_stock','no'), +(17888,1711,'_backorders','no'), +(17889,1711,'_sold_individually','no'), +(17890,1711,'_virtual','no'), +(17891,1711,'_downloadable','no'), +(17892,1711,'_download_limit','-1'), +(17893,1711,'_download_expiry','-1'), +(17894,1711,'_stock',NULL), +(17895,1711,'_stock_status','instock'), +(17896,1711,'_wc_average_rating','0'), +(17897,1711,'_wc_review_count','0'), +(17898,1711,'attribute_pa_size','55'), +(17899,1711,'_product_version','10.6.1'), +(17900,1712,'_variation_description',''), +(17901,1712,'total_sales','0'), +(17902,1712,'_tax_status','taxable'), +(17903,1712,'_tax_class','parent'), +(17904,1712,'_manage_stock','no'), +(17905,1712,'_backorders','no'), +(17906,1712,'_sold_individually','no'), +(17907,1712,'_virtual','no'), +(17908,1712,'_downloadable','no'), +(17909,1712,'_download_limit','-1'), +(17910,1712,'_download_expiry','-1'), +(17911,1712,'_stock',NULL), +(17912,1712,'_stock_status','instock'), +(17913,1712,'_wc_average_rating','0'), +(17914,1712,'_wc_review_count','0'), +(17915,1712,'attribute_pa_size','56'), +(17916,1712,'_product_version','10.6.1'), +(17917,1713,'_variation_description',''), +(17918,1713,'total_sales','0'), +(17919,1713,'_tax_status','taxable'), +(17920,1713,'_tax_class','parent'), +(17921,1713,'_manage_stock','no'), +(17922,1713,'_backorders','no'), +(17923,1713,'_sold_individually','no'), +(17924,1713,'_virtual','no'), +(17925,1713,'_downloadable','no'), +(17926,1713,'_download_limit','-1'), +(17927,1713,'_download_expiry','-1'), +(17928,1713,'_stock',NULL), +(17929,1713,'_stock_status','instock'), +(17930,1713,'_wc_average_rating','0'), +(17931,1713,'_wc_review_count','0'), +(17932,1713,'attribute_pa_size','57'), +(17933,1713,'_product_version','10.6.1'), +(17934,1714,'_variation_description',''), +(17935,1714,'total_sales','0'), +(17936,1714,'_tax_status','taxable'), +(17937,1714,'_tax_class','parent'), +(17938,1714,'_manage_stock','no'), +(17939,1714,'_backorders','no'), +(17940,1714,'_sold_individually','no'), +(17941,1714,'_virtual','no'), +(17942,1714,'_downloadable','no'), +(17943,1714,'_download_limit','-1'), +(17944,1714,'_download_expiry','-1'), +(17945,1714,'_stock',NULL), +(17946,1714,'_stock_status','instock'), +(17947,1714,'_wc_average_rating','0'), +(17948,1714,'_wc_review_count','0'), +(17949,1714,'attribute_pa_size','58'), +(17950,1714,'_product_version','10.6.1'), +(17951,1715,'_variation_description',''), +(17952,1715,'total_sales','0'), +(17953,1715,'_tax_status','taxable'), +(17954,1715,'_tax_class','parent'), +(17955,1715,'_manage_stock','no'), +(17956,1715,'_backorders','no'), +(17957,1715,'_sold_individually','no'), +(17958,1715,'_virtual','no'), +(17959,1715,'_downloadable','no'), +(17960,1715,'_download_limit','-1'), +(17961,1715,'_download_expiry','-1'), +(17962,1715,'_stock',NULL), +(17963,1715,'_stock_status','instock'), +(17964,1715,'_wc_average_rating','0'), +(17965,1715,'_wc_review_count','0'), +(17966,1715,'attribute_pa_size','59'), +(17967,1715,'_product_version','10.6.1'), +(17968,1716,'_variation_description',''), +(17969,1716,'total_sales','0'), +(17970,1716,'_tax_status','taxable'), +(17971,1716,'_tax_class','parent'), +(17972,1716,'_manage_stock','no'), +(17973,1716,'_backorders','no'), +(17974,1716,'_sold_individually','no'), +(17975,1716,'_virtual','no'), +(17976,1716,'_downloadable','no'), +(17977,1716,'_download_limit','-1'), +(17978,1716,'_download_expiry','-1'), +(17979,1716,'_stock',NULL), +(17980,1716,'_stock_status','instock'), +(17981,1716,'_wc_average_rating','0'), +(17982,1716,'_wc_review_count','0'), +(17983,1716,'attribute_pa_size','60'), +(17984,1716,'_product_version','10.6.1'), +(17985,1717,'_variation_description',''), +(17986,1717,'total_sales','0'), +(17987,1717,'_tax_status','taxable'), +(17988,1717,'_tax_class','parent'), +(17989,1717,'_manage_stock','no'), +(17990,1717,'_backorders','no'), +(17991,1717,'_sold_individually','no'), +(17992,1717,'_virtual','no'), +(17993,1717,'_downloadable','no'), +(17994,1717,'_download_limit','-1'), +(17995,1717,'_download_expiry','-1'), +(17996,1717,'_stock',NULL), +(17997,1717,'_stock_status','instock'), +(17998,1717,'_wc_average_rating','0'), +(17999,1717,'_wc_review_count','0'), +(18000,1717,'attribute_pa_size','61'), +(18001,1717,'_product_version','10.6.1'), +(18002,1718,'_variation_description',''), +(18003,1718,'total_sales','0'), +(18004,1718,'_tax_status','taxable'), +(18005,1718,'_tax_class','parent'), +(18006,1718,'_manage_stock','no'), +(18007,1718,'_backorders','no'), +(18008,1718,'_sold_individually','no'), +(18009,1718,'_virtual','no'), +(18010,1718,'_downloadable','no'), +(18011,1718,'_download_limit','-1'), +(18012,1718,'_download_expiry','-1'), +(18013,1718,'_stock',NULL), +(18014,1718,'_stock_status','instock'), +(18015,1718,'_wc_average_rating','0'), +(18016,1718,'_wc_review_count','0'), +(18017,1718,'attribute_pa_size','62'), +(18018,1718,'_product_version','10.6.1'), +(18019,1719,'_variation_description',''), +(18020,1719,'total_sales','0'), +(18021,1719,'_tax_status','taxable'), +(18022,1719,'_tax_class','parent'), +(18023,1719,'_manage_stock','no'), +(18024,1719,'_backorders','no'), +(18025,1719,'_sold_individually','no'), +(18026,1719,'_virtual','no'), +(18027,1719,'_downloadable','no'), +(18028,1719,'_download_limit','-1'), +(18029,1719,'_download_expiry','-1'), +(18030,1719,'_stock',NULL), +(18031,1719,'_stock_status','instock'), +(18032,1719,'_wc_average_rating','0'), +(18033,1719,'_wc_review_count','0'), +(18034,1719,'attribute_pa_size','63'), +(18035,1719,'_product_version','10.6.1'), +(18036,1720,'_variation_description',''), +(18037,1720,'total_sales','0'), +(18038,1720,'_tax_status','taxable'), +(18039,1720,'_tax_class','parent'), +(18040,1720,'_manage_stock','no'), +(18041,1720,'_backorders','no'), +(18042,1720,'_sold_individually','no'), +(18043,1720,'_virtual','no'), +(18044,1720,'_downloadable','no'), +(18045,1720,'_download_limit','-1'), +(18046,1720,'_download_expiry','-1'), +(18047,1720,'_stock',NULL), +(18048,1720,'_stock_status','instock'), +(18049,1720,'_wc_average_rating','0'), +(18050,1720,'_wc_review_count','0'), +(18051,1720,'attribute_pa_size','64'), +(18052,1720,'_product_version','10.6.1'), +(18053,1720,'_regular_price','150'), +(18054,1720,'_thumbnail_id','0'), +(18055,1720,'_price','150'), +(18056,1719,'_regular_price','150'), +(18057,1719,'_thumbnail_id','0'), +(18058,1719,'_price','150'), +(18059,1718,'_regular_price','150'), +(18060,1718,'_thumbnail_id','0'), +(18061,1718,'_price','150'), +(18062,1717,'_regular_price','150'), +(18063,1717,'_thumbnail_id','0'), +(18064,1717,'_price','150'), +(18065,1716,'_regular_price','150'), +(18066,1716,'_thumbnail_id','0'), +(18067,1716,'_price','150'), +(18068,1715,'_regular_price','150'), +(18069,1715,'_thumbnail_id','0'), +(18070,1715,'_price','150'), +(18071,1714,'_regular_price','150'), +(18072,1714,'_thumbnail_id','0'), +(18073,1714,'_price','150'), +(18074,1713,'_regular_price','150'), +(18075,1713,'_thumbnail_id','0'), +(18076,1713,'_price','150'), +(18077,1712,'_regular_price','150'), +(18078,1712,'_thumbnail_id','0'), +(18079,1712,'_price','150'), +(18080,1711,'_regular_price','150'), +(18081,1711,'_thumbnail_id','0'), +(18082,1711,'_price','150'), +(18083,1710,'_regular_price','150'), +(18084,1710,'_thumbnail_id','0'), +(18085,1710,'_price','150'), +(18086,1709,'_regular_price','150'), +(18087,1709,'_thumbnail_id','0'), +(18088,1709,'_price','150'), +(18089,1708,'_regular_price','150'), +(18090,1708,'_thumbnail_id','0'), +(18091,1708,'_price','150'), +(18092,1707,'_regular_price','150'), +(18093,1707,'_thumbnail_id','0'), +(18094,1707,'_price','150'), +(18095,1706,'_regular_price','150'), +(18096,1706,'_thumbnail_id','0'), +(18097,1706,'_price','150'), +(18098,1705,'_regular_price','150'), +(18099,1705,'_thumbnail_id','0'), +(18100,1705,'_price','150'), +(18101,1704,'_regular_price','150'), +(18102,1704,'_thumbnail_id','0'), +(18103,1704,'_price','150'), +(18105,1467,'_price','150'), +(18112,1444,'_price','80'), +(18113,1444,'_price','130'), +(18381,1734,'_variation_description',''), +(18382,1734,'total_sales','0'), +(18383,1734,'_tax_status','taxable'), +(18384,1734,'_tax_class','parent'), +(18385,1734,'_manage_stock','no'), +(18386,1734,'_backorders','no'), +(18387,1734,'_sold_individually','no'), +(18388,1734,'_virtual','no'), +(18389,1734,'_downloadable','no'), +(18390,1734,'_download_limit','-1'), +(18391,1734,'_download_expiry','-1'), +(18392,1734,'_stock',NULL), +(18393,1734,'_stock_status','instock'), +(18394,1734,'_wc_average_rating','0'), +(18395,1734,'_wc_review_count','0'), +(18396,1734,'attribute_pa_size','48'), +(18397,1734,'_product_version','10.6.1'), +(18398,1735,'_variation_description',''), +(18399,1735,'total_sales','0'), +(18400,1735,'_tax_status','taxable'), +(18401,1735,'_tax_class','parent'), +(18402,1735,'_manage_stock','no'), +(18403,1735,'_backorders','no'), +(18404,1735,'_sold_individually','no'), +(18405,1735,'_virtual','no'), +(18406,1735,'_downloadable','no'), +(18407,1735,'_download_limit','-1'), +(18408,1735,'_download_expiry','-1'), +(18409,1735,'_stock',NULL), +(18410,1735,'_stock_status','instock'), +(18411,1735,'_wc_average_rating','0'), +(18412,1735,'_wc_review_count','0'), +(18413,1735,'attribute_pa_size','49'), +(18414,1735,'_product_version','10.6.1'), +(18415,1736,'_variation_description',''), +(18416,1736,'total_sales','0'), +(18417,1736,'_tax_status','taxable'), +(18418,1736,'_tax_class','parent'), +(18419,1736,'_manage_stock','no'), +(18420,1736,'_backorders','no'), +(18421,1736,'_sold_individually','no'), +(18422,1736,'_virtual','no'), +(18423,1736,'_downloadable','no'), +(18424,1736,'_download_limit','-1'), +(18425,1736,'_download_expiry','-1'), +(18426,1736,'_stock',NULL), +(18427,1736,'_stock_status','instock'), +(18428,1736,'_wc_average_rating','0'), +(18429,1736,'_wc_review_count','0'), +(18430,1736,'attribute_pa_size','50'), +(18431,1736,'_product_version','10.6.1'), +(18432,1737,'_variation_description',''), +(18433,1737,'total_sales','0'), +(18434,1737,'_tax_status','taxable'), +(18435,1737,'_tax_class','parent'), +(18436,1737,'_manage_stock','no'), +(18437,1737,'_backorders','no'), +(18438,1737,'_sold_individually','no'), +(18439,1737,'_virtual','no'), +(18440,1737,'_downloadable','no'), +(18441,1737,'_download_limit','-1'), +(18442,1737,'_download_expiry','-1'), +(18443,1737,'_stock',NULL), +(18444,1737,'_stock_status','instock'), +(18445,1737,'_wc_average_rating','0'), +(18446,1737,'_wc_review_count','0'), +(18447,1737,'attribute_pa_size','51'), +(18448,1737,'_product_version','10.6.1'), +(18449,1738,'_variation_description',''), +(18450,1738,'total_sales','0'), +(18451,1738,'_tax_status','taxable'), +(18452,1738,'_tax_class','parent'), +(18453,1738,'_manage_stock','no'), +(18454,1738,'_backorders','no'), +(18455,1738,'_sold_individually','no'), +(18456,1738,'_virtual','no'), +(18457,1738,'_downloadable','no'), +(18458,1738,'_download_limit','-1'), +(18459,1738,'_download_expiry','-1'), +(18460,1738,'_stock',NULL), +(18461,1738,'_stock_status','instock'), +(18462,1738,'_wc_average_rating','0'), +(18463,1738,'_wc_review_count','0'), +(18464,1738,'attribute_pa_size','52'), +(18465,1738,'_product_version','10.6.1'), +(18466,1739,'_variation_description',''), +(18467,1739,'total_sales','0'), +(18468,1739,'_tax_status','taxable'), +(18469,1739,'_tax_class','parent'), +(18470,1739,'_manage_stock','no'), +(18471,1739,'_backorders','no'), +(18472,1739,'_sold_individually','no'), +(18473,1739,'_virtual','no'), +(18474,1739,'_downloadable','no'), +(18475,1739,'_download_limit','-1'), +(18476,1739,'_download_expiry','-1'), +(18477,1739,'_stock',NULL), +(18478,1739,'_stock_status','instock'), +(18479,1739,'_wc_average_rating','0'), +(18480,1739,'_wc_review_count','0'), +(18481,1739,'attribute_pa_size','53'), +(18482,1739,'_product_version','10.6.1'), +(18483,1740,'_variation_description',''), +(18484,1740,'total_sales','0'), +(18485,1740,'_tax_status','taxable'), +(18486,1740,'_tax_class','parent'), +(18487,1740,'_manage_stock','no'), +(18488,1740,'_backorders','no'), +(18489,1740,'_sold_individually','no'), +(18490,1740,'_virtual','no'), +(18491,1740,'_downloadable','no'), +(18492,1740,'_download_limit','-1'), +(18493,1740,'_download_expiry','-1'), +(18494,1740,'_stock',NULL), +(18495,1740,'_stock_status','instock'), +(18496,1740,'_wc_average_rating','0'), +(18497,1740,'_wc_review_count','0'), +(18498,1740,'attribute_pa_size','54'), +(18499,1740,'_product_version','10.6.1'), +(18500,1741,'_variation_description',''), +(18501,1741,'total_sales','0'), +(18502,1741,'_tax_status','taxable'), +(18503,1741,'_tax_class','parent'), +(18504,1741,'_manage_stock','no'), +(18505,1741,'_backorders','no'), +(18506,1741,'_sold_individually','no'), +(18507,1741,'_virtual','no'), +(18508,1741,'_downloadable','no'), +(18509,1741,'_download_limit','-1'), +(18510,1741,'_download_expiry','-1'), +(18511,1741,'_stock',NULL), +(18512,1741,'_stock_status','instock'), +(18513,1741,'_wc_average_rating','0'), +(18514,1741,'_wc_review_count','0'), +(18515,1741,'attribute_pa_size','55'), +(18516,1741,'_product_version','10.6.1'), +(18517,1742,'_variation_description',''), +(18518,1742,'total_sales','0'), +(18519,1742,'_tax_status','taxable'), +(18520,1742,'_tax_class','parent'), +(18521,1742,'_manage_stock','no'), +(18522,1742,'_backorders','no'), +(18523,1742,'_sold_individually','no'), +(18524,1742,'_virtual','no'), +(18525,1742,'_downloadable','no'), +(18526,1742,'_download_limit','-1'), +(18527,1742,'_download_expiry','-1'), +(18528,1742,'_stock',NULL), +(18529,1742,'_stock_status','instock'), +(18530,1742,'_wc_average_rating','0'), +(18531,1742,'_wc_review_count','0'), +(18532,1742,'attribute_pa_size','56'), +(18533,1742,'_product_version','10.6.1'), +(18534,1743,'_variation_description',''), +(18535,1743,'total_sales','0'), +(18536,1743,'_tax_status','taxable'), +(18537,1743,'_tax_class','parent'), +(18538,1743,'_manage_stock','no'), +(18539,1743,'_backorders','no'), +(18540,1743,'_sold_individually','no'), +(18541,1743,'_virtual','no'), +(18542,1743,'_downloadable','no'), +(18543,1743,'_download_limit','-1'), +(18544,1743,'_download_expiry','-1'), +(18545,1743,'_stock',NULL), +(18546,1743,'_stock_status','instock'), +(18547,1743,'_wc_average_rating','0'), +(18548,1743,'_wc_review_count','0'), +(18549,1743,'attribute_pa_size','57'), +(18550,1743,'_product_version','10.6.1'), +(18551,1744,'_variation_description',''), +(18552,1744,'total_sales','0'), +(18553,1744,'_tax_status','taxable'), +(18554,1744,'_tax_class','parent'), +(18555,1744,'_manage_stock','no'), +(18556,1744,'_backorders','no'), +(18557,1744,'_sold_individually','no'), +(18558,1744,'_virtual','no'), +(18559,1744,'_downloadable','no'), +(18560,1744,'_download_limit','-1'), +(18561,1744,'_download_expiry','-1'), +(18562,1744,'_stock',NULL), +(18563,1744,'_stock_status','instock'), +(18564,1744,'_wc_average_rating','0'), +(18565,1744,'_wc_review_count','0'), +(18566,1744,'attribute_pa_size','58'), +(18567,1744,'_product_version','10.6.1'), +(18568,1745,'_variation_description',''), +(18569,1745,'total_sales','0'), +(18570,1745,'_tax_status','taxable'), +(18571,1745,'_tax_class','parent'), +(18572,1745,'_manage_stock','no'), +(18573,1745,'_backorders','no'), +(18574,1745,'_sold_individually','no'), +(18575,1745,'_virtual','no'), +(18576,1745,'_downloadable','no'), +(18577,1745,'_download_limit','-1'), +(18578,1745,'_download_expiry','-1'), +(18579,1745,'_stock',NULL), +(18580,1745,'_stock_status','instock'), +(18581,1745,'_wc_average_rating','0'), +(18582,1745,'_wc_review_count','0'), +(18583,1745,'attribute_pa_size','59'), +(18584,1745,'_product_version','10.6.1'), +(18585,1746,'_variation_description',''), +(18586,1746,'total_sales','0'), +(18587,1746,'_tax_status','taxable'), +(18588,1746,'_tax_class','parent'), +(18589,1746,'_manage_stock','no'), +(18590,1746,'_backorders','no'), +(18591,1746,'_sold_individually','no'), +(18592,1746,'_virtual','no'), +(18593,1746,'_downloadable','no'), +(18594,1746,'_download_limit','-1'), +(18595,1746,'_download_expiry','-1'), +(18596,1746,'_stock',NULL), +(18597,1746,'_stock_status','instock'), +(18598,1746,'_wc_average_rating','0'), +(18599,1746,'_wc_review_count','0'), +(18600,1746,'attribute_pa_size','60'), +(18601,1746,'_product_version','10.6.1'), +(18602,1747,'_variation_description',''), +(18603,1747,'total_sales','0'), +(18604,1747,'_tax_status','taxable'), +(18605,1747,'_tax_class','parent'), +(18606,1747,'_manage_stock','no'), +(18607,1747,'_backorders','no'), +(18608,1747,'_sold_individually','no'), +(18609,1747,'_virtual','no'), +(18610,1747,'_downloadable','no'), +(18611,1747,'_download_limit','-1'), +(18612,1747,'_download_expiry','-1'), +(18613,1747,'_stock',NULL), +(18614,1747,'_stock_status','instock'), +(18615,1747,'_wc_average_rating','0'), +(18616,1747,'_wc_review_count','0'), +(18617,1747,'attribute_pa_size','61'), +(18618,1747,'_product_version','10.6.1'), +(18619,1748,'_variation_description',''), +(18620,1748,'total_sales','0'), +(18621,1748,'_tax_status','taxable'), +(18622,1748,'_tax_class','parent'), +(18623,1748,'_manage_stock','no'), +(18624,1748,'_backorders','no'), +(18625,1748,'_sold_individually','no'), +(18626,1748,'_virtual','no'), +(18627,1748,'_downloadable','no'), +(18628,1748,'_download_limit','-1'), +(18629,1748,'_download_expiry','-1'), +(18630,1748,'_stock',NULL), +(18631,1748,'_stock_status','instock'), +(18632,1748,'_wc_average_rating','0'), +(18633,1748,'_wc_review_count','0'), +(18634,1748,'attribute_pa_size','62'), +(18635,1748,'_product_version','10.6.1'), +(18636,1749,'_variation_description',''), +(18637,1749,'total_sales','0'), +(18638,1749,'_tax_status','taxable'), +(18639,1749,'_tax_class','parent'), +(18640,1749,'_manage_stock','no'), +(18641,1749,'_backorders','no'), +(18642,1749,'_sold_individually','no'), +(18643,1749,'_virtual','no'), +(18644,1749,'_downloadable','no'), +(18645,1749,'_download_limit','-1'), +(18646,1749,'_download_expiry','-1'), +(18647,1749,'_stock',NULL), +(18648,1749,'_stock_status','instock'), +(18649,1749,'_wc_average_rating','0'), +(18650,1749,'_wc_review_count','0'), +(18651,1749,'attribute_pa_size','63'), +(18652,1749,'_product_version','10.6.1'), +(18653,1750,'_variation_description',''), +(18654,1750,'total_sales','0'), +(18655,1750,'_tax_status','taxable'), +(18656,1750,'_tax_class','parent'), +(18657,1750,'_manage_stock','no'), +(18658,1750,'_backorders','no'), +(18659,1750,'_sold_individually','no'), +(18660,1750,'_virtual','no'), +(18661,1750,'_downloadable','no'), +(18662,1750,'_download_limit','-1'), +(18663,1750,'_download_expiry','-1'), +(18664,1750,'_stock',NULL), +(18665,1750,'_stock_status','instock'), +(18666,1750,'_wc_average_rating','0'), +(18667,1750,'_wc_review_count','0'), +(18668,1750,'attribute_pa_size','64'), +(18669,1750,'_product_version','10.6.1'), +(18670,1750,'_regular_price','165'), +(18671,1750,'_thumbnail_id','0'), +(18672,1750,'_price','165'), +(18673,1749,'_regular_price','165'), +(18674,1749,'_thumbnail_id','0'), +(18675,1749,'_price','165'), +(18676,1748,'_regular_price','165'), +(18677,1748,'_thumbnail_id','0'), +(18678,1748,'_price','165'), +(18679,1747,'_regular_price','165'), +(18680,1747,'_thumbnail_id','0'), +(18681,1747,'_price','165'), +(18682,1746,'_regular_price','165'), +(18683,1746,'_thumbnail_id','0'), +(18684,1746,'_price','165'), +(18685,1745,'_regular_price','165'), +(18686,1745,'_thumbnail_id','0'), +(18687,1745,'_price','165'), +(18688,1744,'_regular_price','165'), +(18689,1744,'_thumbnail_id','0'), +(18690,1744,'_price','165'), +(18691,1743,'_regular_price','165'), +(18692,1743,'_thumbnail_id','0'), +(18693,1743,'_price','165'), +(18694,1742,'_regular_price','165'), +(18695,1742,'_thumbnail_id','0'), +(18696,1742,'_price','165'), +(18697,1741,'_regular_price','165'), +(18698,1741,'_thumbnail_id','0'), +(18699,1741,'_price','165'), +(18700,1740,'_regular_price','165'), +(18701,1740,'_thumbnail_id','0'), +(18702,1740,'_price','165'), +(18703,1739,'_regular_price','165'), +(18704,1739,'_thumbnail_id','0'), +(18705,1739,'_price','165'), +(18706,1738,'_regular_price','165'), +(18707,1738,'_thumbnail_id','0'), +(18708,1738,'_price','165'), +(18709,1737,'_regular_price','165'), +(18710,1737,'_thumbnail_id','0'), +(18711,1737,'_price','165'), +(18712,1736,'_regular_price','165'), +(18713,1736,'_thumbnail_id','0'), +(18714,1736,'_price','165'), +(18715,1735,'_regular_price','165'), +(18716,1735,'_thumbnail_id','0'), +(18717,1735,'_price','165'), +(18718,1734,'_regular_price','165'), +(18719,1734,'_thumbnail_id','0'), +(18720,1734,'_price','165'), +(18722,953,'_price','165'), +(18728,1751,'_variation_description',''), +(18729,1751,'total_sales','0'), +(18730,1751,'_tax_status','taxable'), +(18731,1751,'_tax_class','parent'), +(18732,1751,'_manage_stock','no'), +(18733,1751,'_backorders','no'), +(18734,1751,'_sold_individually','no'), +(18735,1751,'_virtual','no'), +(18736,1751,'_downloadable','no'), +(18737,1751,'_download_limit','-1'), +(18738,1751,'_download_expiry','-1'), +(18739,1751,'_stock',NULL), +(18740,1751,'_stock_status','instock'), +(18741,1751,'_wc_average_rating','0'), +(18742,1751,'_wc_review_count','0'), +(18743,1751,'attribute_pa_size','48'), +(18744,1751,'_product_version','10.6.1'), +(18745,1752,'_variation_description',''), +(18746,1752,'total_sales','0'), +(18747,1752,'_tax_status','taxable'), +(18748,1752,'_tax_class','parent'), +(18749,1752,'_manage_stock','no'), +(18750,1752,'_backorders','no'), +(18751,1752,'_sold_individually','no'), +(18752,1752,'_virtual','no'), +(18753,1752,'_downloadable','no'), +(18754,1752,'_download_limit','-1'), +(18755,1752,'_download_expiry','-1'), +(18756,1752,'_stock',NULL), +(18757,1752,'_stock_status','instock'), +(18758,1752,'_wc_average_rating','0'), +(18759,1752,'_wc_review_count','0'), +(18760,1752,'attribute_pa_size','49'), +(18761,1752,'_product_version','10.6.1'), +(18762,1753,'_variation_description',''), +(18763,1753,'total_sales','0'), +(18764,1753,'_tax_status','taxable'), +(18765,1753,'_tax_class','parent'), +(18766,1753,'_manage_stock','no'), +(18767,1753,'_backorders','no'), +(18768,1753,'_sold_individually','no'), +(18769,1753,'_virtual','no'), +(18770,1753,'_downloadable','no'), +(18771,1753,'_download_limit','-1'), +(18772,1753,'_download_expiry','-1'), +(18773,1753,'_stock',NULL), +(18774,1753,'_stock_status','instock'), +(18775,1753,'_wc_average_rating','0'), +(18776,1753,'_wc_review_count','0'), +(18777,1753,'attribute_pa_size','50'), +(18778,1753,'_product_version','10.6.1'), +(18779,1754,'_variation_description',''), +(18780,1754,'total_sales','0'), +(18781,1754,'_tax_status','taxable'), +(18782,1754,'_tax_class','parent'), +(18783,1754,'_manage_stock','no'), +(18784,1754,'_backorders','no'), +(18785,1754,'_sold_individually','no'), +(18786,1754,'_virtual','no'), +(18787,1754,'_downloadable','no'), +(18788,1754,'_download_limit','-1'), +(18789,1754,'_download_expiry','-1'), +(18790,1754,'_stock',NULL), +(18791,1754,'_stock_status','instock'), +(18792,1754,'_wc_average_rating','0'), +(18793,1754,'_wc_review_count','0'), +(18794,1754,'attribute_pa_size','51'), +(18795,1754,'_product_version','10.6.1'), +(18796,1755,'_variation_description',''), +(18797,1755,'total_sales','0'), +(18798,1755,'_tax_status','taxable'), +(18799,1755,'_tax_class','parent'), +(18800,1755,'_manage_stock','no'), +(18801,1755,'_backorders','no'), +(18802,1755,'_sold_individually','no'), +(18803,1755,'_virtual','no'), +(18804,1755,'_downloadable','no'), +(18805,1755,'_download_limit','-1'), +(18806,1755,'_download_expiry','-1'), +(18807,1755,'_stock',NULL), +(18808,1755,'_stock_status','instock'), +(18809,1755,'_wc_average_rating','0'), +(18810,1755,'_wc_review_count','0'), +(18811,1755,'attribute_pa_size','52'), +(18812,1755,'_product_version','10.6.1'), +(18813,1756,'_variation_description',''), +(18814,1756,'total_sales','0'), +(18815,1756,'_tax_status','taxable'), +(18816,1756,'_tax_class','parent'), +(18817,1756,'_manage_stock','no'), +(18818,1756,'_backorders','no'), +(18819,1756,'_sold_individually','no'), +(18820,1756,'_virtual','no'), +(18821,1756,'_downloadable','no'), +(18822,1756,'_download_limit','-1'), +(18823,1756,'_download_expiry','-1'), +(18824,1756,'_stock',NULL), +(18825,1756,'_stock_status','instock'), +(18826,1756,'_wc_average_rating','0'), +(18827,1756,'_wc_review_count','0'), +(18828,1756,'attribute_pa_size','53'), +(18829,1756,'_product_version','10.6.1'), +(18830,1757,'_variation_description',''), +(18831,1757,'total_sales','0'), +(18832,1757,'_tax_status','taxable'), +(18833,1757,'_tax_class','parent'), +(18834,1757,'_manage_stock','no'), +(18835,1757,'_backorders','no'), +(18836,1757,'_sold_individually','no'), +(18837,1757,'_virtual','no'), +(18838,1757,'_downloadable','no'), +(18839,1757,'_download_limit','-1'), +(18840,1757,'_download_expiry','-1'), +(18841,1757,'_stock',NULL), +(18842,1757,'_stock_status','instock'), +(18843,1757,'_wc_average_rating','0'), +(18844,1757,'_wc_review_count','0'), +(18845,1757,'attribute_pa_size','54'), +(18846,1757,'_product_version','10.6.1'), +(18847,1758,'_variation_description',''), +(18848,1758,'total_sales','0'), +(18849,1758,'_tax_status','taxable'), +(18850,1758,'_tax_class','parent'), +(18851,1758,'_manage_stock','no'), +(18852,1758,'_backorders','no'), +(18853,1758,'_sold_individually','no'), +(18854,1758,'_virtual','no'), +(18855,1758,'_downloadable','no'), +(18856,1758,'_download_limit','-1'), +(18857,1758,'_download_expiry','-1'), +(18858,1758,'_stock',NULL), +(18859,1758,'_stock_status','instock'), +(18860,1758,'_wc_average_rating','0'), +(18861,1758,'_wc_review_count','0'), +(18862,1758,'attribute_pa_size','55'), +(18863,1758,'_product_version','10.6.1'), +(18864,1759,'_variation_description',''), +(18865,1759,'total_sales','0'), +(18866,1759,'_tax_status','taxable'), +(18867,1759,'_tax_class','parent'), +(18868,1759,'_manage_stock','no'), +(18869,1759,'_backorders','no'), +(18870,1759,'_sold_individually','no'), +(18871,1759,'_virtual','no'), +(18872,1759,'_downloadable','no'), +(18873,1759,'_download_limit','-1'), +(18874,1759,'_download_expiry','-1'), +(18875,1759,'_stock',NULL), +(18876,1759,'_stock_status','instock'), +(18877,1759,'_wc_average_rating','0'), +(18878,1759,'_wc_review_count','0'), +(18879,1759,'attribute_pa_size','56'), +(18880,1759,'_product_version','10.6.1'), +(18881,1760,'_variation_description',''), +(18882,1760,'total_sales','0'), +(18883,1760,'_tax_status','taxable'), +(18884,1760,'_tax_class','parent'), +(18885,1760,'_manage_stock','no'), +(18886,1760,'_backorders','no'), +(18887,1760,'_sold_individually','no'), +(18888,1760,'_virtual','no'), +(18889,1760,'_downloadable','no'), +(18890,1760,'_download_limit','-1'), +(18891,1760,'_download_expiry','-1'), +(18892,1760,'_stock',NULL), +(18893,1760,'_stock_status','instock'), +(18894,1760,'_wc_average_rating','0'), +(18895,1760,'_wc_review_count','0'), +(18896,1760,'attribute_pa_size','57'), +(18897,1760,'_product_version','10.6.1'), +(18898,1761,'_variation_description',''), +(18899,1761,'total_sales','0'), +(18900,1761,'_tax_status','taxable'), +(18901,1761,'_tax_class','parent'), +(18902,1761,'_manage_stock','no'), +(18903,1761,'_backorders','no'), +(18904,1761,'_sold_individually','no'), +(18905,1761,'_virtual','no'), +(18906,1761,'_downloadable','no'), +(18907,1761,'_download_limit','-1'), +(18908,1761,'_download_expiry','-1'), +(18909,1761,'_stock',NULL), +(18910,1761,'_stock_status','instock'), +(18911,1761,'_wc_average_rating','0'), +(18912,1761,'_wc_review_count','0'), +(18913,1761,'attribute_pa_size','58'), +(18914,1761,'_product_version','10.6.1'), +(18915,1762,'_variation_description',''), +(18916,1762,'total_sales','0'), +(18917,1762,'_tax_status','taxable'), +(18918,1762,'_tax_class','parent'), +(18919,1762,'_manage_stock','no'), +(18920,1762,'_backorders','no'), +(18921,1762,'_sold_individually','no'), +(18922,1762,'_virtual','no'), +(18923,1762,'_downloadable','no'), +(18924,1762,'_download_limit','-1'), +(18925,1762,'_download_expiry','-1'), +(18926,1762,'_stock',NULL), +(18927,1762,'_stock_status','instock'), +(18928,1762,'_wc_average_rating','0'), +(18929,1762,'_wc_review_count','0'), +(18930,1762,'attribute_pa_size','59'), +(18931,1762,'_product_version','10.6.1'), +(18932,1763,'_variation_description',''), +(18933,1763,'total_sales','0'), +(18934,1763,'_tax_status','taxable'), +(18935,1763,'_tax_class','parent'), +(18936,1763,'_manage_stock','no'), +(18937,1763,'_backorders','no'), +(18938,1763,'_sold_individually','no'), +(18939,1763,'_virtual','no'), +(18940,1763,'_downloadable','no'), +(18941,1763,'_download_limit','-1'), +(18942,1763,'_download_expiry','-1'), +(18943,1763,'_stock',NULL), +(18944,1763,'_stock_status','instock'), +(18945,1763,'_wc_average_rating','0'), +(18946,1763,'_wc_review_count','0'), +(18947,1763,'attribute_pa_size','60'), +(18948,1763,'_product_version','10.6.1'), +(18949,1764,'_variation_description',''), +(18950,1764,'total_sales','0'), +(18951,1764,'_tax_status','taxable'), +(18952,1764,'_tax_class','parent'), +(18953,1764,'_manage_stock','no'), +(18954,1764,'_backorders','no'), +(18955,1764,'_sold_individually','no'), +(18956,1764,'_virtual','no'), +(18957,1764,'_downloadable','no'), +(18958,1764,'_download_limit','-1'), +(18959,1764,'_download_expiry','-1'), +(18960,1764,'_stock',NULL), +(18961,1764,'_stock_status','instock'), +(18962,1764,'_wc_average_rating','0'), +(18963,1764,'_wc_review_count','0'), +(18964,1764,'attribute_pa_size','61'), +(18965,1764,'_product_version','10.6.1'), +(18966,1765,'_variation_description',''), +(18967,1765,'total_sales','0'), +(18968,1765,'_tax_status','taxable'), +(18969,1765,'_tax_class','parent'), +(18970,1765,'_manage_stock','no'), +(18971,1765,'_backorders','no'), +(18972,1765,'_sold_individually','no'), +(18973,1765,'_virtual','no'), +(18974,1765,'_downloadable','no'), +(18975,1765,'_download_limit','-1'), +(18976,1765,'_download_expiry','-1'), +(18977,1765,'_stock',NULL), +(18978,1765,'_stock_status','instock'), +(18979,1765,'_wc_average_rating','0'), +(18980,1765,'_wc_review_count','0'), +(18981,1765,'attribute_pa_size','62'), +(18982,1765,'_product_version','10.6.1'), +(18983,1766,'_variation_description',''), +(18984,1766,'total_sales','0'), +(18985,1766,'_tax_status','taxable'), +(18986,1766,'_tax_class','parent'), +(18987,1766,'_manage_stock','no'), +(18988,1766,'_backorders','no'), +(18989,1766,'_sold_individually','no'), +(18990,1766,'_virtual','no'), +(18991,1766,'_downloadable','no'), +(18992,1766,'_download_limit','-1'), +(18993,1766,'_download_expiry','-1'), +(18994,1766,'_stock',NULL), +(18995,1766,'_stock_status','instock'), +(18996,1766,'_wc_average_rating','0'), +(18997,1766,'_wc_review_count','0'), +(18998,1766,'attribute_pa_size','63'), +(18999,1766,'_product_version','10.6.1'), +(19000,1767,'_variation_description',''), +(19001,1767,'total_sales','0'), +(19002,1767,'_tax_status','taxable'), +(19003,1767,'_tax_class','parent'), +(19004,1767,'_manage_stock','no'), +(19005,1767,'_backorders','no'), +(19006,1767,'_sold_individually','no'), +(19007,1767,'_virtual','no'), +(19008,1767,'_downloadable','no'), +(19009,1767,'_download_limit','-1'), +(19010,1767,'_download_expiry','-1'), +(19011,1767,'_stock',NULL), +(19012,1767,'_stock_status','instock'), +(19013,1767,'_wc_average_rating','0'), +(19014,1767,'_wc_review_count','0'), +(19015,1767,'attribute_pa_size','64'), +(19016,1767,'_product_version','10.6.1'), +(19017,1767,'_regular_price','160'), +(19018,1767,'_thumbnail_id','0'), +(19019,1767,'_price','160'), +(19020,1766,'_regular_price','160'), +(19021,1766,'_thumbnail_id','0'), +(19022,1766,'_price','160'), +(19023,1765,'_regular_price','160'), +(19024,1765,'_thumbnail_id','0'), +(19025,1765,'_price','160'), +(19026,1764,'_regular_price','160'), +(19027,1764,'_thumbnail_id','0'), +(19028,1764,'_price','160'), +(19029,1763,'_regular_price','160'), +(19030,1763,'_thumbnail_id','0'), +(19031,1763,'_price','160'), +(19032,1762,'_regular_price','160'), +(19033,1762,'_thumbnail_id','0'), +(19034,1762,'_price','160'), +(19035,1761,'_regular_price','160'), +(19036,1761,'_thumbnail_id','0'), +(19037,1761,'_price','160'), +(19038,1760,'_regular_price','160'), +(19039,1760,'_thumbnail_id','0'), +(19040,1760,'_price','160'), +(19041,1759,'_regular_price','160'), +(19042,1759,'_thumbnail_id','0'), +(19043,1759,'_price','160'), +(19044,1758,'_regular_price','160'), +(19045,1758,'_thumbnail_id','0'), +(19046,1758,'_price','160'), +(19047,1757,'_regular_price','160'), +(19048,1757,'_thumbnail_id','0'), +(19049,1757,'_price','160'), +(19050,1756,'_regular_price','160'), +(19051,1756,'_thumbnail_id','0'), +(19052,1756,'_price','160'), +(19053,1755,'_regular_price','160'), +(19054,1755,'_thumbnail_id','0'), +(19055,1755,'_price','160'), +(19056,1754,'_regular_price','160'), +(19057,1754,'_thumbnail_id','0'), +(19058,1754,'_price','160'), +(19059,1753,'_regular_price','160'), +(19060,1753,'_thumbnail_id','0'), +(19061,1753,'_price','160'), +(19062,1752,'_regular_price','160'), +(19063,1752,'_thumbnail_id','0'), +(19064,1752,'_price','160'), +(19065,1751,'_regular_price','160'), +(19066,1751,'_thumbnail_id','0'), +(19067,1751,'_price','160'), +(19069,941,'_price','160'), +(19080,766,'_price','78'), +(19081,766,'_price','80'), +(19082,766,'_price','120'), +(19088,1770,'_variation_description',''), +(19089,1770,'total_sales','0'), +(19090,1770,'_tax_status','taxable'), +(19091,1770,'_tax_class','parent'), +(19092,1770,'_manage_stock','no'), +(19093,1770,'_backorders','no'), +(19094,1770,'_sold_individually','no'), +(19095,1770,'_virtual','no'), +(19096,1770,'_downloadable','no'), +(19097,1770,'_download_limit','-1'), +(19098,1770,'_download_expiry','-1'), +(19099,1770,'_stock',NULL), +(19100,1770,'_stock_status','instock'), +(19101,1770,'_wc_average_rating','0'), +(19102,1770,'_wc_review_count','0'), +(19103,1770,'attribute_pa_size','48'), +(19104,1770,'_product_version','10.6.1'), +(19105,1771,'_variation_description',''), +(19106,1771,'total_sales','0'), +(19107,1771,'_tax_status','taxable'), +(19108,1771,'_tax_class','parent'), +(19109,1771,'_manage_stock','no'), +(19110,1771,'_backorders','no'), +(19111,1771,'_sold_individually','no'), +(19112,1771,'_virtual','no'), +(19113,1771,'_downloadable','no'), +(19114,1771,'_download_limit','-1'), +(19115,1771,'_download_expiry','-1'), +(19116,1771,'_stock',NULL), +(19117,1771,'_stock_status','instock'), +(19118,1771,'_wc_average_rating','0'), +(19119,1771,'_wc_review_count','0'), +(19120,1771,'attribute_pa_size','49'), +(19121,1771,'_product_version','10.6.1'), +(19122,1772,'_variation_description',''), +(19123,1772,'total_sales','0'), +(19124,1772,'_tax_status','taxable'), +(19125,1772,'_tax_class','parent'), +(19126,1772,'_manage_stock','no'), +(19127,1772,'_backorders','no'), +(19128,1772,'_sold_individually','no'), +(19129,1772,'_virtual','no'), +(19130,1772,'_downloadable','no'), +(19131,1772,'_download_limit','-1'), +(19132,1772,'_download_expiry','-1'), +(19133,1772,'_stock',NULL), +(19134,1772,'_stock_status','instock'), +(19135,1772,'_wc_average_rating','0'), +(19136,1772,'_wc_review_count','0'), +(19137,1772,'attribute_pa_size','50'), +(19138,1772,'_product_version','10.6.1'), +(19139,1773,'_variation_description',''), +(19140,1773,'total_sales','0'), +(19141,1773,'_tax_status','taxable'), +(19142,1773,'_tax_class','parent'), +(19143,1773,'_manage_stock','no'), +(19144,1773,'_backorders','no'), +(19145,1773,'_sold_individually','no'), +(19146,1773,'_virtual','no'), +(19147,1773,'_downloadable','no'), +(19148,1773,'_download_limit','-1'), +(19149,1773,'_download_expiry','-1'), +(19150,1773,'_stock',NULL), +(19151,1773,'_stock_status','instock'), +(19152,1773,'_wc_average_rating','0'), +(19153,1773,'_wc_review_count','0'), +(19154,1773,'attribute_pa_size','51'), +(19155,1773,'_product_version','10.6.1'), +(19156,1774,'_variation_description',''), +(19157,1774,'total_sales','0'), +(19158,1774,'_tax_status','taxable'), +(19159,1774,'_tax_class','parent'), +(19160,1774,'_manage_stock','no'), +(19161,1774,'_backorders','no'), +(19162,1774,'_sold_individually','no'), +(19163,1774,'_virtual','no'), +(19164,1774,'_downloadable','no'), +(19165,1774,'_download_limit','-1'), +(19166,1774,'_download_expiry','-1'), +(19167,1774,'_stock',NULL), +(19168,1774,'_stock_status','instock'), +(19169,1774,'_wc_average_rating','0'), +(19170,1774,'_wc_review_count','0'), +(19171,1774,'attribute_pa_size','52'), +(19172,1774,'_product_version','10.6.1'), +(19173,1775,'_variation_description',''), +(19174,1775,'total_sales','0'), +(19175,1775,'_tax_status','taxable'), +(19176,1775,'_tax_class','parent'), +(19177,1775,'_manage_stock','no'), +(19178,1775,'_backorders','no'), +(19179,1775,'_sold_individually','no'), +(19180,1775,'_virtual','no'), +(19181,1775,'_downloadable','no'), +(19182,1775,'_download_limit','-1'), +(19183,1775,'_download_expiry','-1'), +(19184,1775,'_stock',NULL), +(19185,1775,'_stock_status','instock'), +(19186,1775,'_wc_average_rating','0'), +(19187,1775,'_wc_review_count','0'), +(19188,1775,'attribute_pa_size','53'), +(19189,1775,'_product_version','10.6.1'), +(19190,1776,'_variation_description',''), +(19191,1776,'total_sales','0'), +(19192,1776,'_tax_status','taxable'), +(19193,1776,'_tax_class','parent'), +(19194,1776,'_manage_stock','no'), +(19195,1776,'_backorders','no'), +(19196,1776,'_sold_individually','no'), +(19197,1776,'_virtual','no'), +(19198,1776,'_downloadable','no'), +(19199,1776,'_download_limit','-1'), +(19200,1776,'_download_expiry','-1'), +(19201,1776,'_stock',NULL), +(19202,1776,'_stock_status','instock'), +(19203,1776,'_wc_average_rating','0'), +(19204,1776,'_wc_review_count','0'), +(19205,1776,'attribute_pa_size','54'), +(19206,1776,'_product_version','10.6.1'), +(19207,1777,'_variation_description',''), +(19208,1777,'total_sales','0'), +(19209,1777,'_tax_status','taxable'), +(19210,1777,'_tax_class','parent'), +(19211,1777,'_manage_stock','no'), +(19212,1777,'_backorders','no'), +(19213,1777,'_sold_individually','no'), +(19214,1777,'_virtual','no'), +(19215,1777,'_downloadable','no'), +(19216,1777,'_download_limit','-1'), +(19217,1777,'_download_expiry','-1'), +(19218,1777,'_stock',NULL), +(19219,1777,'_stock_status','instock'), +(19220,1777,'_wc_average_rating','0'), +(19221,1777,'_wc_review_count','0'), +(19222,1777,'attribute_pa_size','55'), +(19223,1777,'_product_version','10.6.1'), +(19224,1778,'_variation_description',''), +(19225,1778,'total_sales','0'), +(19226,1778,'_tax_status','taxable'), +(19227,1778,'_tax_class','parent'), +(19228,1778,'_manage_stock','no'), +(19229,1778,'_backorders','no'), +(19230,1778,'_sold_individually','no'), +(19231,1778,'_virtual','no'), +(19232,1778,'_downloadable','no'), +(19233,1778,'_download_limit','-1'), +(19234,1778,'_download_expiry','-1'), +(19235,1778,'_stock',NULL), +(19236,1778,'_stock_status','instock'), +(19237,1778,'_wc_average_rating','0'), +(19238,1778,'_wc_review_count','0'), +(19239,1778,'attribute_pa_size','56'), +(19240,1778,'_product_version','10.6.1'), +(19241,1779,'_variation_description',''), +(19242,1779,'total_sales','0'), +(19243,1779,'_tax_status','taxable'), +(19244,1779,'_tax_class','parent'), +(19245,1779,'_manage_stock','no'), +(19246,1779,'_backorders','no'), +(19247,1779,'_sold_individually','no'), +(19248,1779,'_virtual','no'), +(19249,1779,'_downloadable','no'), +(19250,1779,'_download_limit','-1'), +(19251,1779,'_download_expiry','-1'), +(19252,1779,'_stock',NULL), +(19253,1779,'_stock_status','instock'), +(19254,1779,'_wc_average_rating','0'), +(19255,1779,'_wc_review_count','0'), +(19256,1779,'attribute_pa_size','57'), +(19257,1779,'_product_version','10.6.1'), +(19258,1780,'_variation_description',''), +(19259,1780,'total_sales','0'), +(19260,1780,'_tax_status','taxable'), +(19261,1780,'_tax_class','parent'), +(19262,1780,'_manage_stock','no'), +(19263,1780,'_backorders','no'), +(19264,1780,'_sold_individually','no'), +(19265,1780,'_virtual','no'), +(19266,1780,'_downloadable','no'), +(19267,1780,'_download_limit','-1'), +(19268,1780,'_download_expiry','-1'), +(19269,1780,'_stock',NULL), +(19270,1780,'_stock_status','instock'), +(19271,1780,'_wc_average_rating','0'), +(19272,1780,'_wc_review_count','0'), +(19273,1780,'attribute_pa_size','58'), +(19274,1780,'_product_version','10.6.1'), +(19275,1781,'_variation_description',''), +(19276,1781,'total_sales','0'), +(19277,1781,'_tax_status','taxable'), +(19278,1781,'_tax_class','parent'), +(19279,1781,'_manage_stock','no'), +(19280,1781,'_backorders','no'), +(19281,1781,'_sold_individually','no'), +(19282,1781,'_virtual','no'), +(19283,1781,'_downloadable','no'), +(19284,1781,'_download_limit','-1'), +(19285,1781,'_download_expiry','-1'), +(19286,1781,'_stock',NULL), +(19287,1781,'_stock_status','instock'), +(19288,1781,'_wc_average_rating','0'), +(19289,1781,'_wc_review_count','0'), +(19290,1781,'attribute_pa_size','59'), +(19291,1781,'_product_version','10.6.1'), +(19292,1782,'_variation_description',''), +(19293,1782,'total_sales','0'), +(19294,1782,'_tax_status','taxable'), +(19295,1782,'_tax_class','parent'), +(19296,1782,'_manage_stock','no'), +(19297,1782,'_backorders','no'), +(19298,1782,'_sold_individually','no'), +(19299,1782,'_virtual','no'), +(19300,1782,'_downloadable','no'), +(19301,1782,'_download_limit','-1'), +(19302,1782,'_download_expiry','-1'), +(19303,1782,'_stock',NULL), +(19304,1782,'_stock_status','instock'), +(19305,1782,'_wc_average_rating','0'), +(19306,1782,'_wc_review_count','0'), +(19307,1782,'attribute_pa_size','60'), +(19308,1782,'_product_version','10.6.1'), +(19309,1783,'_variation_description',''), +(19310,1783,'total_sales','0'), +(19311,1783,'_tax_status','taxable'), +(19312,1783,'_tax_class','parent'), +(19313,1783,'_manage_stock','no'), +(19314,1783,'_backorders','no'), +(19315,1783,'_sold_individually','no'), +(19316,1783,'_virtual','no'), +(19317,1783,'_downloadable','no'), +(19318,1783,'_download_limit','-1'), +(19319,1783,'_download_expiry','-1'), +(19320,1783,'_stock',NULL), +(19321,1783,'_stock_status','instock'), +(19322,1783,'_wc_average_rating','0'), +(19323,1783,'_wc_review_count','0'), +(19324,1783,'attribute_pa_size','61'), +(19325,1783,'_product_version','10.6.1'), +(19326,1784,'_variation_description',''), +(19327,1784,'total_sales','0'), +(19328,1784,'_tax_status','taxable'), +(19329,1784,'_tax_class','parent'), +(19330,1784,'_manage_stock','no'), +(19331,1784,'_backorders','no'), +(19332,1784,'_sold_individually','no'), +(19333,1784,'_virtual','no'), +(19334,1784,'_downloadable','no'), +(19335,1784,'_download_limit','-1'), +(19336,1784,'_download_expiry','-1'), +(19337,1784,'_stock',NULL), +(19338,1784,'_stock_status','instock'), +(19339,1784,'_wc_average_rating','0'), +(19340,1784,'_wc_review_count','0'), +(19341,1784,'attribute_pa_size','62'), +(19342,1784,'_product_version','10.6.1'), +(19343,1785,'_variation_description',''), +(19344,1785,'total_sales','0'), +(19345,1785,'_tax_status','taxable'), +(19346,1785,'_tax_class','parent'), +(19347,1785,'_manage_stock','no'), +(19348,1785,'_backorders','no'), +(19349,1785,'_sold_individually','no'), +(19350,1785,'_virtual','no'), +(19351,1785,'_downloadable','no'), +(19352,1785,'_download_limit','-1'), +(19353,1785,'_download_expiry','-1'), +(19354,1785,'_stock',NULL), +(19355,1785,'_stock_status','instock'), +(19356,1785,'_wc_average_rating','0'), +(19357,1785,'_wc_review_count','0'), +(19358,1785,'attribute_pa_size','63'), +(19359,1785,'_product_version','10.6.1'), +(19360,1786,'_variation_description',''), +(19361,1786,'total_sales','0'), +(19362,1786,'_tax_status','taxable'), +(19363,1786,'_tax_class','parent'), +(19364,1786,'_manage_stock','no'), +(19365,1786,'_backorders','no'), +(19366,1786,'_sold_individually','no'), +(19367,1786,'_virtual','no'), +(19368,1786,'_downloadable','no'), +(19369,1786,'_download_limit','-1'), +(19370,1786,'_download_expiry','-1'), +(19371,1786,'_stock',NULL), +(19372,1786,'_stock_status','instock'), +(19373,1786,'_wc_average_rating','0'), +(19374,1786,'_wc_review_count','0'), +(19375,1786,'attribute_pa_size','64'), +(19376,1786,'_product_version','10.6.1'), +(19377,1786,'_regular_price','120'), +(19378,1786,'_thumbnail_id','0'), +(19379,1786,'_price','120'), +(19380,1785,'_regular_price','120'), +(19381,1785,'_thumbnail_id','0'), +(19382,1785,'_price','120'), +(19383,1784,'_regular_price','120'), +(19384,1784,'_thumbnail_id','0'), +(19385,1784,'_price','120'), +(19386,1783,'_regular_price','120'), +(19387,1783,'_thumbnail_id','0'), +(19388,1783,'_price','120'), +(19389,1782,'_regular_price','120'), +(19390,1782,'_thumbnail_id','0'), +(19391,1782,'_price','120'), +(19392,1781,'_regular_price','120'), +(19393,1781,'_thumbnail_id','0'), +(19394,1781,'_price','120'), +(19395,1780,'_regular_price','120'), +(19396,1780,'_thumbnail_id','0'), +(19397,1780,'_price','120'), +(19398,1779,'_regular_price','120'), +(19399,1779,'_thumbnail_id','0'), +(19400,1779,'_price','120'), +(19401,1778,'_regular_price','120'), +(19402,1778,'_thumbnail_id','0'), +(19403,1778,'_price','120'), +(19404,1777,'_regular_price','120'), +(19405,1777,'_thumbnail_id','0'), +(19406,1777,'_price','120'), +(19407,1776,'_regular_price','120'), +(19408,1776,'_thumbnail_id','0'), +(19409,1776,'_price','120'), +(19410,1775,'_regular_price','120'), +(19411,1775,'_thumbnail_id','0'), +(19412,1775,'_price','120'), +(19413,1774,'_regular_price','120'), +(19414,1774,'_thumbnail_id','0'), +(19415,1774,'_price','120'), +(19416,1773,'_regular_price','120'), +(19417,1773,'_thumbnail_id','0'), +(19418,1773,'_price','120'), +(19419,1772,'_regular_price','120'), +(19420,1772,'_thumbnail_id','0'), +(19421,1772,'_price','120'), +(19422,1771,'_regular_price','120'), +(19423,1771,'_thumbnail_id','0'), +(19424,1771,'_price','120'), +(19425,1770,'_regular_price','120'), +(19426,1770,'_thumbnail_id','0'), +(19427,1770,'_price','120'), +(19429,102,'_price','120'), +(19438,1788,'_variation_description',''), +(19439,1788,'total_sales','0'), +(19440,1788,'_tax_status','taxable'), +(19441,1788,'_tax_class','parent'), +(19442,1788,'_manage_stock','no'), +(19443,1788,'_backorders','no'), +(19444,1788,'_sold_individually','no'), +(19445,1788,'_virtual','no'), +(19446,1788,'_downloadable','no'), +(19447,1788,'_download_limit','-1'), +(19448,1788,'_download_expiry','-1'), +(19449,1788,'_stock',NULL), +(19450,1788,'_stock_status','instock'), +(19451,1788,'_wc_average_rating','0'), +(19452,1788,'_wc_review_count','0'), +(19453,1788,'attribute_pa_size','48'), +(19454,1788,'_product_version','10.6.1'), +(19455,1789,'_variation_description',''), +(19456,1789,'total_sales','0'), +(19457,1789,'_tax_status','taxable'), +(19458,1789,'_tax_class','parent'), +(19459,1789,'_manage_stock','no'), +(19460,1789,'_backorders','no'), +(19461,1789,'_sold_individually','no'), +(19462,1789,'_virtual','no'), +(19463,1789,'_downloadable','no'), +(19464,1789,'_download_limit','-1'), +(19465,1789,'_download_expiry','-1'), +(19466,1789,'_stock',NULL), +(19467,1789,'_stock_status','instock'), +(19468,1789,'_wc_average_rating','0'), +(19469,1789,'_wc_review_count','0'), +(19470,1789,'attribute_pa_size','49'), +(19471,1789,'_product_version','10.6.1'), +(19472,1790,'_variation_description',''), +(19473,1790,'total_sales','0'), +(19474,1790,'_tax_status','taxable'), +(19475,1790,'_tax_class','parent'), +(19476,1790,'_manage_stock','no'), +(19477,1790,'_backorders','no'), +(19478,1790,'_sold_individually','no'), +(19479,1790,'_virtual','no'), +(19480,1790,'_downloadable','no'), +(19481,1790,'_download_limit','-1'), +(19482,1790,'_download_expiry','-1'), +(19483,1790,'_stock',NULL), +(19484,1790,'_stock_status','instock'), +(19485,1790,'_wc_average_rating','0'), +(19486,1790,'_wc_review_count','0'), +(19487,1790,'attribute_pa_size','50'), +(19488,1790,'_product_version','10.6.1'), +(19489,1791,'_variation_description',''), +(19490,1791,'total_sales','0'), +(19491,1791,'_tax_status','taxable'), +(19492,1791,'_tax_class','parent'), +(19493,1791,'_manage_stock','no'), +(19494,1791,'_backorders','no'), +(19495,1791,'_sold_individually','no'), +(19496,1791,'_virtual','no'), +(19497,1791,'_downloadable','no'), +(19498,1791,'_download_limit','-1'), +(19499,1791,'_download_expiry','-1'), +(19500,1791,'_stock',NULL), +(19501,1791,'_stock_status','instock'), +(19502,1791,'_wc_average_rating','0'), +(19503,1791,'_wc_review_count','0'), +(19504,1791,'attribute_pa_size','51'), +(19505,1791,'_product_version','10.6.1'), +(19506,1792,'_variation_description',''), +(19507,1792,'total_sales','0'), +(19508,1792,'_tax_status','taxable'), +(19509,1792,'_tax_class','parent'), +(19510,1792,'_manage_stock','no'), +(19511,1792,'_backorders','no'), +(19512,1792,'_sold_individually','no'), +(19513,1792,'_virtual','no'), +(19514,1792,'_downloadable','no'), +(19515,1792,'_download_limit','-1'), +(19516,1792,'_download_expiry','-1'), +(19517,1792,'_stock',NULL), +(19518,1792,'_stock_status','instock'), +(19519,1792,'_wc_average_rating','0'), +(19520,1792,'_wc_review_count','0'), +(19521,1792,'attribute_pa_size','52'), +(19522,1792,'_product_version','10.6.1'), +(19523,1793,'_variation_description',''), +(19524,1793,'total_sales','0'), +(19525,1793,'_tax_status','taxable'), +(19526,1793,'_tax_class','parent'), +(19527,1793,'_manage_stock','no'), +(19528,1793,'_backorders','no'), +(19529,1793,'_sold_individually','no'), +(19530,1793,'_virtual','no'), +(19531,1793,'_downloadable','no'), +(19532,1793,'_download_limit','-1'), +(19533,1793,'_download_expiry','-1'), +(19534,1793,'_stock',NULL), +(19535,1793,'_stock_status','instock'), +(19536,1793,'_wc_average_rating','0'), +(19537,1793,'_wc_review_count','0'), +(19538,1793,'attribute_pa_size','53'), +(19539,1793,'_product_version','10.6.1'), +(19540,1794,'_variation_description',''), +(19541,1794,'total_sales','0'), +(19542,1794,'_tax_status','taxable'), +(19543,1794,'_tax_class','parent'), +(19544,1794,'_manage_stock','no'), +(19545,1794,'_backorders','no'), +(19546,1794,'_sold_individually','no'), +(19547,1794,'_virtual','no'), +(19548,1794,'_downloadable','no'), +(19549,1794,'_download_limit','-1'), +(19550,1794,'_download_expiry','-1'), +(19551,1794,'_stock',NULL), +(19552,1794,'_stock_status','instock'), +(19553,1794,'_wc_average_rating','0'), +(19554,1794,'_wc_review_count','0'), +(19555,1794,'attribute_pa_size','54'), +(19556,1794,'_product_version','10.6.1'), +(19557,1795,'_variation_description',''), +(19558,1795,'total_sales','0'), +(19559,1795,'_tax_status','taxable'), +(19560,1795,'_tax_class','parent'), +(19561,1795,'_manage_stock','no'), +(19562,1795,'_backorders','no'), +(19563,1795,'_sold_individually','no'), +(19564,1795,'_virtual','no'), +(19565,1795,'_downloadable','no'), +(19566,1795,'_download_limit','-1'), +(19567,1795,'_download_expiry','-1'), +(19568,1795,'_stock',NULL), +(19569,1795,'_stock_status','instock'), +(19570,1795,'_wc_average_rating','0'), +(19571,1795,'_wc_review_count','0'), +(19572,1795,'attribute_pa_size','55'), +(19573,1795,'_product_version','10.6.1'), +(19574,1796,'_variation_description',''), +(19575,1796,'total_sales','0'), +(19576,1796,'_tax_status','taxable'), +(19577,1796,'_tax_class','parent'), +(19578,1796,'_manage_stock','no'), +(19579,1796,'_backorders','no'), +(19580,1796,'_sold_individually','no'), +(19581,1796,'_virtual','no'), +(19582,1796,'_downloadable','no'), +(19583,1796,'_download_limit','-1'), +(19584,1796,'_download_expiry','-1'), +(19585,1796,'_stock',NULL), +(19586,1796,'_stock_status','instock'), +(19587,1796,'_wc_average_rating','0'), +(19588,1796,'_wc_review_count','0'), +(19589,1796,'attribute_pa_size','56'), +(19590,1796,'_product_version','10.6.1'), +(19591,1797,'_variation_description',''), +(19592,1797,'total_sales','0'), +(19593,1797,'_tax_status','taxable'), +(19594,1797,'_tax_class','parent'), +(19595,1797,'_manage_stock','no'), +(19596,1797,'_backorders','no'), +(19597,1797,'_sold_individually','no'), +(19598,1797,'_virtual','no'), +(19599,1797,'_downloadable','no'), +(19600,1797,'_download_limit','-1'), +(19601,1797,'_download_expiry','-1'), +(19602,1797,'_stock',NULL), +(19603,1797,'_stock_status','instock'), +(19604,1797,'_wc_average_rating','0'), +(19605,1797,'_wc_review_count','0'), +(19606,1797,'attribute_pa_size','57'), +(19607,1797,'_product_version','10.6.1'), +(19608,1798,'_variation_description',''), +(19609,1798,'total_sales','0'), +(19610,1798,'_tax_status','taxable'), +(19611,1798,'_tax_class','parent'), +(19612,1798,'_manage_stock','no'), +(19613,1798,'_backorders','no'), +(19614,1798,'_sold_individually','no'), +(19615,1798,'_virtual','no'), +(19616,1798,'_downloadable','no'), +(19617,1798,'_download_limit','-1'), +(19618,1798,'_download_expiry','-1'), +(19619,1798,'_stock',NULL), +(19620,1798,'_stock_status','instock'), +(19621,1798,'_wc_average_rating','0'), +(19622,1798,'_wc_review_count','0'), +(19623,1798,'attribute_pa_size','58'), +(19624,1798,'_product_version','10.6.1'), +(19625,1799,'_variation_description',''), +(19626,1799,'total_sales','0'), +(19627,1799,'_tax_status','taxable'), +(19628,1799,'_tax_class','parent'), +(19629,1799,'_manage_stock','no'), +(19630,1799,'_backorders','no'), +(19631,1799,'_sold_individually','no'), +(19632,1799,'_virtual','no'), +(19633,1799,'_downloadable','no'), +(19634,1799,'_download_limit','-1'), +(19635,1799,'_download_expiry','-1'), +(19636,1799,'_stock',NULL), +(19637,1799,'_stock_status','instock'), +(19638,1799,'_wc_average_rating','0'), +(19639,1799,'_wc_review_count','0'), +(19640,1799,'attribute_pa_size','59'), +(19641,1799,'_product_version','10.6.1'), +(19642,1800,'_variation_description',''), +(19643,1800,'total_sales','0'), +(19644,1800,'_tax_status','taxable'), +(19645,1800,'_tax_class','parent'), +(19646,1800,'_manage_stock','no'), +(19647,1800,'_backorders','no'), +(19648,1800,'_sold_individually','no'), +(19649,1800,'_virtual','no'), +(19650,1800,'_downloadable','no'), +(19651,1800,'_download_limit','-1'), +(19652,1800,'_download_expiry','-1'), +(19653,1800,'_stock',NULL), +(19654,1800,'_stock_status','instock'), +(19655,1800,'_wc_average_rating','0'), +(19656,1800,'_wc_review_count','0'), +(19657,1800,'attribute_pa_size','60'), +(19658,1800,'_product_version','10.6.1'), +(19659,1801,'_variation_description',''), +(19660,1801,'total_sales','0'), +(19661,1801,'_tax_status','taxable'), +(19662,1801,'_tax_class','parent'), +(19663,1801,'_manage_stock','no'), +(19664,1801,'_backorders','no'), +(19665,1801,'_sold_individually','no'), +(19666,1801,'_virtual','no'), +(19667,1801,'_downloadable','no'), +(19668,1801,'_download_limit','-1'), +(19669,1801,'_download_expiry','-1'), +(19670,1801,'_stock',NULL), +(19671,1801,'_stock_status','instock'), +(19672,1801,'_wc_average_rating','0'), +(19673,1801,'_wc_review_count','0'), +(19674,1801,'attribute_pa_size','61'), +(19675,1801,'_product_version','10.6.1'), +(19676,1802,'_variation_description',''), +(19677,1802,'total_sales','0'), +(19678,1802,'_tax_status','taxable'), +(19679,1802,'_tax_class','parent'), +(19680,1802,'_manage_stock','no'), +(19681,1802,'_backorders','no'), +(19682,1802,'_sold_individually','no'), +(19683,1802,'_virtual','no'), +(19684,1802,'_downloadable','no'), +(19685,1802,'_download_limit','-1'), +(19686,1802,'_download_expiry','-1'), +(19687,1802,'_stock',NULL), +(19688,1802,'_stock_status','instock'), +(19689,1802,'_wc_average_rating','0'), +(19690,1802,'_wc_review_count','0'), +(19691,1802,'attribute_pa_size','62'), +(19692,1802,'_product_version','10.6.1'), +(19693,1803,'_variation_description',''), +(19694,1803,'total_sales','0'), +(19695,1803,'_tax_status','taxable'), +(19696,1803,'_tax_class','parent'), +(19697,1803,'_manage_stock','no'), +(19698,1803,'_backorders','no'), +(19699,1803,'_sold_individually','no'), +(19700,1803,'_virtual','no'), +(19701,1803,'_downloadable','no'), +(19702,1803,'_download_limit','-1'), +(19703,1803,'_download_expiry','-1'), +(19704,1803,'_stock',NULL), +(19705,1803,'_stock_status','instock'), +(19706,1803,'_wc_average_rating','0'), +(19707,1803,'_wc_review_count','0'), +(19708,1803,'attribute_pa_size','63'), +(19709,1803,'_product_version','10.6.1'), +(19710,1804,'_variation_description',''), +(19711,1804,'total_sales','0'), +(19712,1804,'_tax_status','taxable'), +(19713,1804,'_tax_class','parent'), +(19714,1804,'_manage_stock','no'), +(19715,1804,'_backorders','no'), +(19716,1804,'_sold_individually','no'), +(19717,1804,'_virtual','no'), +(19718,1804,'_downloadable','no'), +(19719,1804,'_download_limit','-1'), +(19720,1804,'_download_expiry','-1'), +(19721,1804,'_stock',NULL), +(19722,1804,'_stock_status','instock'), +(19723,1804,'_wc_average_rating','0'), +(19724,1804,'_wc_review_count','0'), +(19725,1804,'attribute_pa_size','64'), +(19726,1804,'_product_version','10.6.1'), +(19727,1804,'_regular_price','125'), +(19728,1804,'_thumbnail_id','0'), +(19729,1804,'_price','125'), +(19730,1803,'_regular_price','125'), +(19731,1803,'_thumbnail_id','0'), +(19732,1803,'_price','125'), +(19733,1802,'_regular_price','125'), +(19734,1802,'_thumbnail_id','0'), +(19735,1802,'_price','125'), +(19736,1801,'_regular_price','125'), +(19737,1801,'_thumbnail_id','0'), +(19738,1801,'_price','125'), +(19739,1800,'_regular_price','125'), +(19740,1800,'_thumbnail_id','0'), +(19741,1800,'_price','125'), +(19742,1799,'_regular_price','125'), +(19743,1799,'_thumbnail_id','0'), +(19744,1799,'_price','125'), +(19745,1798,'_regular_price','125'), +(19746,1798,'_thumbnail_id','0'), +(19747,1798,'_price','125'), +(19748,1797,'_regular_price','125'), +(19749,1797,'_thumbnail_id','0'), +(19750,1797,'_price','125'), +(19751,1796,'_regular_price','125'), +(19752,1796,'_thumbnail_id','0'), +(19753,1796,'_price','125'), +(19754,1795,'_regular_price','125'), +(19755,1795,'_thumbnail_id','0'), +(19756,1795,'_price','125'), +(19757,1794,'_regular_price','125'), +(19758,1794,'_thumbnail_id','0'), +(19759,1794,'_price','125'), +(19760,1793,'_regular_price','125'), +(19761,1793,'_thumbnail_id','0'), +(19762,1793,'_price','125'), +(19763,1792,'_regular_price','125'), +(19764,1792,'_thumbnail_id','0'), +(19765,1792,'_price','125'), +(19766,1791,'_regular_price','125'), +(19767,1791,'_thumbnail_id','0'), +(19768,1791,'_price','125'), +(19769,1790,'_regular_price','125'), +(19770,1790,'_thumbnail_id','0'), +(19771,1790,'_price','125'), +(19772,1789,'_regular_price','125'), +(19773,1789,'_thumbnail_id','0'), +(19774,1789,'_price','125'), +(19775,1788,'_regular_price','125'), +(19776,1788,'_thumbnail_id','0'), +(19777,1788,'_price','125'), +(19794,202,'_price','105'), +(19795,202,'_price','170'), +(19810,306,'_price','65'), +(19811,306,'_price','68'), +(19812,306,'_price','80'), +(19817,312,'_price','68'), +(19818,312,'_price','70'), +(19819,312,'_price','85'), +(19824,393,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(19903,1516,'_photos_colonne_gauche|||0|value','1517'), +(19904,1516,'_photos_colonne_droite|||0|value','1518'), +(19905,1516,'_photos_colonne_droite|||1|value','1519'), +(19906,1516,'_haiku_details_produit',''), +(19916,1516,'_wp_trash_meta_status','publish'), +(19917,1516,'_wp_trash_meta_time','1777098268'), +(19918,1516,'_wp_desired_post_slug','piasu-ear-cuff-gold-plated'), +(19919,1406,'_wp_trash_meta_status','draft'), +(19920,1406,'_wp_trash_meta_time','1777098315'), +(19921,1406,'_wp_desired_post_slug','uteki-hoops-silver'), +(19922,1401,'_wp_trash_meta_status','draft'), +(19923,1401,'_wp_trash_meta_time','1777098346'), +(19924,1401,'_wp_desired_post_slug','uteki-hoops-gold-plated'), +(19936,982,'_wp_trash_meta_status','publish'), +(19937,982,'_wp_trash_meta_time','1777098703'), +(19938,982,'_wp_desired_post_slug','uteki-necklace-silver'), +(19949,555,'_wp_trash_meta_status','publish'), +(19950,555,'_wp_trash_meta_time','1777098813'), +(19951,555,'_wp_desired_post_slug','kara-hoops-gold-plated-pair-2'), +(19952,556,'_wp_trash_meta_status','publish'), +(19953,556,'_wp_trash_meta_time','1777098813'), +(19954,556,'_wp_desired_post_slug','kara-hoops-gold-plated-one-earring-2'), +(19955,554,'_wp_trash_meta_status','publish'), +(19956,554,'_wp_trash_meta_time','1777098813'), +(19957,554,'_wp_desired_post_slug','kara-hoops-silver'), +(19958,552,'_wp_trash_meta_status','publish'), +(19959,552,'_wp_trash_meta_time','1777098820'), +(19960,552,'_wp_desired_post_slug','kara-hoops-gold-plated-one-earring'), +(19961,553,'_wp_trash_meta_status','publish'), +(19962,553,'_wp_trash_meta_time','1777098820'), +(19963,553,'_wp_desired_post_slug','kara-hoops-gold-plated-pair'), +(19964,545,'_wp_trash_meta_status','publish'), +(19965,545,'_wp_trash_meta_time','1777098820'), +(19966,545,'_wp_desired_post_slug','kara-hoops-gold-plated'), +(19967,496,'_wp_trash_meta_status','publish'), +(19968,496,'_wp_trash_meta_time','1777098828'), +(19969,496,'_wp_desired_post_slug','mugu-hoop'), +(19970,447,'_wp_trash_meta_status','publish'), +(19971,447,'_wp_trash_meta_time','1777098850'), +(19972,447,'_wp_desired_post_slug','kara-ear-cuff-gold-plated'), +(19973,435,'_wp_trash_meta_status','publish'), +(19974,435,'_wp_trash_meta_time','1777098860'), +(19975,435,'_wp_desired_post_slug','kara-earcuff-silver'), +(19984,490,'_price','48'), +(19985,490,'_price','65'), +(20007,645,'_wp_trash_meta_status','publish'), +(20008,645,'_wp_trash_meta_time','1777099190'), +(20009,645,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated-left-side'), +(20010,646,'_wp_trash_meta_status','publish'), +(20011,646,'_wp_trash_meta_time','1777099190'), +(20012,646,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated-pair'), +(20013,647,'_wp_trash_meta_status','publish'), +(20014,647,'_wp_trash_meta_time','1777099190'), +(20015,647,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated-right-side'), +(20016,288,'_wp_trash_meta_status','draft'), +(20017,288,'_wp_trash_meta_time','1777099190'), +(20018,288,'_wp_desired_post_slug','hattari-stacked-hoops-gold-plated'), +(20019,641,'_wp_trash_meta_status','publish'), +(20020,641,'_wp_trash_meta_time','1777099199'), +(20021,641,'_wp_desired_post_slug','hattari-stacked-hoops-silver-left-side'), +(20022,642,'_wp_trash_meta_status','publish'), +(20023,642,'_wp_trash_meta_time','1777099199'), +(20024,642,'_wp_desired_post_slug','hattari-stacked-hoops-silver-pair'), +(20025,643,'_wp_trash_meta_status','publish'), +(20026,643,'_wp_trash_meta_time','1777099199'), +(20027,643,'_wp_desired_post_slug','hattari-stacked-hoops-silver-right-side'), +(20028,285,'_wp_trash_meta_status','draft'), +(20029,285,'_wp_trash_meta_time','1777099199'), +(20030,285,'_wp_desired_post_slug','hattari-stacked-hoops-silver'), +(20050,569,'_wp_trash_meta_status','publish'), +(20051,569,'_wp_trash_meta_time','1777099332'), +(20052,569,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated-one-element-side'), +(20053,570,'_wp_trash_meta_status','publish'), +(20054,570,'_wp_trash_meta_time','1777099332'), +(20055,570,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated-pair'), +(20056,571,'_wp_trash_meta_status','publish'), +(20057,571,'_wp_trash_meta_time','1777099332'), +(20058,571,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated-two-elements-side'), +(20059,213,'_wp_trash_meta_status','draft'), +(20060,213,'_wp_trash_meta_time','1777099332'), +(20061,213,'_wp_desired_post_slug','boroboro-long-earrings-gold-plated'), +(20067,565,'_wp_trash_meta_status','publish'), +(20068,565,'_wp_trash_meta_time','1777099356'), +(20069,565,'_wp_desired_post_slug','boroboro-long-earrings-silver-one-element-side'), +(20070,566,'_wp_trash_meta_status','publish'), +(20071,566,'_wp_trash_meta_time','1777099356'), +(20072,566,'_wp_desired_post_slug','boroboro-long-earrings-silver-pair'), +(20073,567,'_wp_trash_meta_status','publish'), +(20074,567,'_wp_trash_meta_time','1777099356'), +(20075,567,'_wp_desired_post_slug','boroboro-long-earrings-silver-two-elements-side'), +(20076,183,'_wp_trash_meta_status','draft'), +(20077,183,'_wp_trash_meta_time','1777099356'), +(20078,183,'_wp_desired_post_slug','boroboro-long-earrings-silver'), +(20098,113,'_price','125'), +(20099,1809,'_sku','IKKAN-BR-3'), +(20100,1809,'total_sales','0'), +(20101,1809,'_tax_status','taxable'), +(20102,1809,'_tax_class',''), +(20103,1809,'_manage_stock','yes'), +(20104,1809,'_backorders','notify'), +(20105,1809,'_sold_individually','no'), +(20106,1809,'_virtual','no'), +(20107,1809,'_downloadable','no'), +(20108,1809,'_download_limit','-1'), +(20109,1809,'_download_expiry','-1'), +(20110,1809,'_thumbnail_id','1812'), +(20111,1809,'_stock','1'), +(20112,1809,'_stock_status','instock'), +(20113,1809,'_wc_average_rating','0'), +(20114,1809,'_wc_review_count','0'), +(20115,1809,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(20116,1809,'_product_version','10.6.1'), +(20121,1810,'_variation_description',''), +(20122,1810,'_sku','IKKAN-BR-s-3'), +(20123,1810,'_regular_price','120'), +(20124,1810,'total_sales','0'), +(20125,1810,'_tax_status','taxable'), +(20126,1810,'_tax_class','parent'), +(20127,1810,'_manage_stock','no'), +(20128,1810,'_backorders','no'), +(20129,1810,'_sold_individually','no'), +(20130,1810,'_virtual','no'), +(20131,1810,'_downloadable','no'), +(20132,1810,'_download_limit','-1'), +(20133,1810,'_download_expiry','-1'), +(20135,1810,'_stock','0'), +(20136,1810,'_stock_status','instock'), +(20137,1810,'_wc_average_rating','0'), +(20138,1810,'_wc_review_count','0'), +(20139,1810,'attribute_pa_size','size-1'), +(20140,1810,'_price','120'), +(20141,1810,'_product_version','10.6.1'), +(20142,1811,'_variation_description',''), +(20143,1811,'_sku','IKKAN-BR-s-4'), +(20144,1811,'_regular_price','120'), +(20145,1811,'total_sales','0'), +(20146,1811,'_tax_status','taxable'), +(20147,1811,'_tax_class','parent'), +(20148,1811,'_manage_stock','no'), +(20149,1811,'_backorders','no'), +(20150,1811,'_sold_individually','no'), +(20151,1811,'_virtual','no'), +(20152,1811,'_downloadable','no'), +(20153,1811,'_download_limit','-1'), +(20154,1811,'_download_expiry','-1'), +(20156,1811,'_stock','0'), +(20157,1811,'_stock_status','instock'), +(20158,1811,'_wc_average_rating','0'), +(20159,1811,'_wc_review_count','0'), +(20160,1811,'attribute_pa_size','size-2'), +(20161,1811,'_price','120'), +(20162,1811,'_product_version','10.6.1'), +(20163,1809,'_price','120'), +(20164,1809,'_edit_lock','1777213543:1'), +(20165,1809,'_edit_last','1'), +(20166,1812,'_wp_attached_file','2026/04/PUCHI-BR.jpg'), +(20167,1812,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2026/04/PUCHI-BR.jpg\";s:8:\"filesize\";i:343446;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PUCHI-BR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5917;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20168,1813,'_wp_attached_file','2026/04/©Clelia.Odette-2-76-e1777214935433.jpg'), +(20169,1813,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1245;s:4:\"file\";s:47:\"2026/04/©Clelia.Odette-2-76-e1777214935433.jpg\";s:8:\"filesize\";i:680429;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"©Clelia.Odette-2-76-e1777214935433-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18142;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20170,1809,'_photos_colonne_gauche|||0|value','1812'), +(20171,1809,'_photos_colonne_droite|||0|value','1813'), +(20172,1809,'_haiku_details_produit',''), +(20173,1813,'_wp_attachment_image_alt','Puchi bracelet, Puchi brooch'), +(20174,1813,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:3052;s:6:\"height\";i:2015;s:8:\"filesize\";i:1772073;s:4:\"file\";s:24:\"©Clelia.Odette-2-76.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-76-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17178;}}'), +(20175,1814,'_wp_attached_file','2024/10/IKKAN-C.jpg'), +(20176,1814,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/IKKAN-C.jpg\";s:8:\"filesize\";i:399878;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IKKAN-C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6670;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20177,1814,'_wp_attachment_image_alt','Ikkan necklace'), +(20178,1815,'_wp_attached_file','2024/10/©Clelia.Odette-4477-copie.jpg'), +(20179,1815,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2024/10/©Clelia.Odette-4477-copie.jpg\";s:8:\"filesize\";i:668674;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-4477-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20180,1815,'_wp_attachment_image_alt',''), +(20191,1816,'_wp_attached_file','2024/10/IKKAN-BR.jpg'), +(20192,1816,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IKKAN-BR.jpg\";s:8:\"filesize\";i:606109;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IKKAN-BR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6536;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20193,1816,'_wp_attachment_image_alt','Ikkan bracelet'), +(20194,1817,'_wp_attached_file','2024/10/©Clelia.Odette-4332.jpg'), +(20195,1817,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4332.jpg\";s:8:\"filesize\";i:498241;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4332-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20196,1817,'_wp_attachment_image_alt','Ikkan bracelet'), +(20212,1819,'_wp_attached_file','2024/10/2025HAIKU_0003.jpg'), +(20213,1819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2024/10/2025HAIKU_0003.jpg\";s:8:\"filesize\";i:709272;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"2025HAIKU_0003-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17804;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20214,1819,'_wp_attachment_image_alt','Fuyou bracelet'), +(20223,1821,'_wp_attached_file','2025/11/HATTA-EC-g.jpg'), +(20224,1821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1919;s:4:\"file\";s:22:\"2025/11/HATTA-EC-g.jpg\";s:8:\"filesize\";i:974709;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HATTA-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4715;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20225,1821,'_wp_attachment_image_alt','Hattari ear cuff gold plated'), +(20230,1560,'_thumbnail_id','1821'), +(20235,1822,'_wp_attached_file','2025/11/HATTA-EC-s.jpg'), +(20236,1822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1919;s:4:\"file\";s:22:\"2025/11/HATTA-EC-s.jpg\";s:8:\"filesize\";i:958689;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HATTA-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4892;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20237,1822,'_wp_attachment_image_alt','Hattari ear cuff silver'), +(20245,1824,'_wp_attached_file','2025/11/HATTA-CR-g.jpg'), +(20246,1824,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2025/11/HATTA-CR-g.jpg\";s:8:\"filesize\";i:953416;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HATTA-CR-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5928;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20247,1824,'_wp_attachment_image_alt','Hattari hoops gold plated'), +(20253,1825,'_wp_attached_file','2025/11/HATTA-CR1-s.jpg'), +(20254,1825,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2025/11/HATTA-CR1-s.jpg\";s:8:\"filesize\";i:646915;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"HATTA-CR1-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4940;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20255,1825,'_wp_attachment_image_alt','Hattari hoops silver'), +(20261,1826,'_wp_attached_file','2025/11/TAMA-EC-s.jpg'), +(20262,1826,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/11/TAMA-EC-s.jpg\";s:8:\"filesize\";i:716947;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5107;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20263,1826,'_wp_attachment_image_alt','Tama ear cuff silver'), +(20276,1828,'_wp_attached_file','2025/11/TAMA-EC-g.jpg'), +(20277,1828,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2025/11/TAMA-EC-g.jpg\";s:8:\"filesize\";i:714866;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5276;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20278,1828,'_wp_attachment_image_alt','Tama ear cuff gold plated'), +(20283,1831,'_wp_attached_file','2025/11/PIASU-EC.jpg'), +(20284,1831,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1919;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/11/PIASU-EC.jpg\";s:8:\"filesize\";i:829178;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PIASU-EC-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4429;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20285,1831,'_wp_attachment_image_alt','Piasu ear cuff'), +(20286,1832,'_wp_attached_file','2025/11/2025HAIKU_00010-1.jpg'), +(20287,1832,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1281;s:6:\"height\";i:1920;s:4:\"file\";s:29:\"2025/11/2025HAIKU_00010-1.jpg\";s:8:\"filesize\";i:942960;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"2025HAIKU_00010-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24325;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20288,1832,'_wp_attachment_image_alt','Piasu ear cuff, Piasu ring'), +(20293,1833,'_wp_attached_file','2025/09/PIASU-B-1.jpg'), +(20294,1833,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2700;s:6:\"height\";i:2701;s:4:\"file\";s:21:\"2025/09/PIASU-B-1.jpg\";s:8:\"filesize\";i:1931488;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PIASU-B-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4786;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20295,1833,'_wp_attachment_image_alt','Piasu ring'), +(20296,1834,'_wp_attached_file','2025/09/©Clelia.Odette-2-113-copie.jpg'), +(20297,1834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2390;s:6:\"height\";i:3363;s:4:\"file\";s:39:\"2025/09/©Clelia.Odette-2-113-copie.jpg\";s:8:\"filesize\";i:2028590;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"©Clelia.Odette-2-113-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16282;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20298,1834,'_wp_attachment_image_alt','Piasu ring'), +(20304,1835,'_wp_attached_file','2025/09/PUCHI-BO.jpg'), +(20305,1835,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3250;s:6:\"height\";i:3250;s:4:\"file\";s:20:\"2025/09/PUCHI-BO.jpg\";s:8:\"filesize\";i:2036293;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PUCHI-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7769;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20306,1835,'_wp_attachment_image_alt','PuchiPuchi earrings'), +(20307,1444,'_photos_colonne_gauche|||0|value','1835'), +(20308,1444,'_photos_colonne_droite|||0|value','1653'), +(20309,1444,'_photos_colonne_droite|||1|value','1519'), +(20310,1444,'_photos_colonne_droite|||2|value','1654'), +(20311,1444,'_photos_colonne_droite|||3|value','1448'), +(20312,1444,'_haiku_details_produit',''), +(20313,1836,'_wp_attached_file','2025/06/UTEKI-B-s.jpg'), +(20314,1836,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2851;s:6:\"height\";i:2851;s:4:\"file\";s:21:\"2025/06/UTEKI-B-s.jpg\";s:8:\"filesize\";i:1887122;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"UTEKI-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20315,1836,'_wp_attachment_image_alt','Uteki ring silver'), +(20316,941,'_photos_colonne_gauche|||0|value','1836'), +(20317,941,'_photos_colonne_droite|||0|value','1507'), +(20318,941,'_photos_colonne_droite|||1|value','1506'), +(20319,941,'_photos_colonne_droite|||2|value','1505'), +(20320,941,'_haiku_details_produit',''), +(20321,1837,'_wp_attached_file','2025/06/UTEKI-B-g-1.jpg'), +(20322,1837,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3117;s:6:\"height\";i:3117;s:4:\"file\";s:23:\"2025/06/UTEKI-B-g-1.jpg\";s:8:\"filesize\";i:1627074;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"UTEKI-B-g-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20323,1837,'_wp_attachment_image_alt','Uteki ring gold plated'), +(20324,953,'_photos_colonne_gauche|||0|value','1837'), +(20325,953,'_photos_colonne_droite|||0|value','1508'), +(20326,953,'_photos_colonne_droite|||1|value','1509'), +(20327,953,'_photos_colonne_droite|||2|value','1510'), +(20328,953,'_haiku_details_produit',''), +(20329,1838,'_wp_attached_file','2024/11/FUYOU-BO.jpg'), +(20330,1838,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3058;s:6:\"height\";i:3058;s:4:\"file\";s:20:\"2024/11/FUYOU-BO.jpg\";s:8:\"filesize\";i:2005904;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FUYOU-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6938;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20331,1838,'_wp_attachment_image_alt','Fuyou earrings'), +(20337,1839,'_wp_attached_file','2024/11/MUGU-BOP.jpg'), +(20338,1839,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2672;s:6:\"height\";i:2672;s:4:\"file\";s:20:\"2024/11/MUGU-BOP.jpg\";s:8:\"filesize\";i:1086224;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"MUGU-BOP-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4010;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20339,1839,'_wp_attachment_image_alt','Mugura stud earrings'), +(20344,1840,'_wp_attached_file','2024/10/MUGU-CR-s.jpg'), +(20345,1840,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2961;s:6:\"height\";i:2962;s:4:\"file\";s:21:\"2024/10/MUGU-CR-s.jpg\";s:8:\"filesize\";i:1931541;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"MUGU-CR-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7495;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20346,1840,'_wp_attachment_image_alt','Mugura hoops'), +(20347,1841,'_wp_attached_file','2024/10/©Clelia.Odette-4306.jpg'), +(20348,1841,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2330;s:6:\"height\";i:1553;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4306.jpg\";s:8:\"filesize\";i:1725407;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4306-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21423;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20349,1841,'_wp_attachment_image_alt','Mugura hoops silver, Fuyou single hoop'), +(20350,1842,'_wp_attached_file','2024/10/©Clelia.Odette-4619-copie.jpg'), +(20351,1842,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2593;s:6:\"height\";i:1729;s:4:\"file\";s:38:\"2024/10/©Clelia.Odette-4619-copie.jpg\";s:8:\"filesize\";i:1789987;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-4619-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20352,1842,'_wp_attachment_image_alt','Mugura hoops silver'), +(20360,1843,'_variation_description',''), +(20361,1843,'total_sales','0'), +(20362,1843,'_tax_status','taxable'), +(20363,1843,'_tax_class','parent'), +(20364,1843,'_manage_stock','no'), +(20365,1843,'_backorders','no'), +(20366,1843,'_sold_individually','no'), +(20367,1843,'_virtual','no'), +(20368,1843,'_downloadable','no'), +(20369,1843,'_download_limit','-1'), +(20370,1843,'_download_expiry','-1'), +(20371,1843,'_stock','0'), +(20372,1843,'_stock_status','instock'), +(20373,1843,'_wc_average_rating','0'), +(20374,1843,'_wc_review_count','0'), +(20375,1843,'attribute_pa_side','all'), +(20376,1843,'_product_version','10.6.1'), +(20411,1846,'_variation_description',''), +(20412,1846,'total_sales','0'), +(20413,1846,'_tax_status','taxable'), +(20414,1846,'_tax_class','parent'), +(20415,1846,'_manage_stock','no'), +(20416,1846,'_backorders','no'), +(20417,1846,'_sold_individually','no'), +(20418,1846,'_virtual','no'), +(20419,1846,'_downloadable','no'), +(20420,1846,'_download_limit','-1'), +(20421,1846,'_download_expiry','-1'), +(20422,1846,'_stock','0'), +(20423,1846,'_stock_status','instock'), +(20424,1846,'_wc_average_rating','0'), +(20425,1846,'_wc_review_count','0'), +(20426,1846,'attribute_pa_side','pair-big-hoops'), +(20427,1846,'_product_version','10.6.1'), +(20428,1847,'_variation_description',''), +(20429,1847,'total_sales','0'), +(20430,1847,'_tax_status','taxable'), +(20431,1847,'_tax_class','parent'), +(20432,1847,'_manage_stock','no'), +(20433,1847,'_backorders','no'), +(20434,1847,'_sold_individually','no'), +(20435,1847,'_virtual','no'), +(20436,1847,'_downloadable','no'), +(20437,1847,'_download_limit','-1'), +(20438,1847,'_download_expiry','-1'), +(20439,1847,'_stock','0'), +(20440,1847,'_stock_status','instock'), +(20441,1847,'_wc_average_rating','0'), +(20442,1847,'_wc_review_count','0'), +(20443,1847,'attribute_pa_side','pair-small-hoops'), +(20444,1847,'_product_version','10.6.1'), +(20445,1843,'_regular_price','120'), +(20446,1843,'_thumbnail_id','0'), +(20447,1843,'_price','120'), +(20450,1846,'_regular_price','80'), +(20451,1846,'_thumbnail_id','0'), +(20452,1846,'_price','80'), +(20453,1847,'_regular_price','68'), +(20454,1847,'_thumbnail_id','0'), +(20455,1847,'_price','68'), +(20462,393,'_price','68'), +(20463,393,'_price','80'), +(20464,393,'_price','120'), +(20477,1848,'_wp_attached_file','2024/10/FUYOU-CR1.jpg'), +(20478,1848,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2586;s:6:\"height\";i:2587;s:4:\"file\";s:21:\"2024/10/FUYOU-CR1.jpg\";s:8:\"filesize\";i:2011747;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"FUYOU-CR1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4129;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20479,1848,'_wp_attachment_image_alt','Fuyou single hoop'), +(20480,1849,'_wp_attached_file','2024/10/©Clelia.Odette-4158.jpg'), +(20481,1849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3078;s:6:\"height\";i:2052;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4158.jpg\";s:8:\"filesize\";i:1890736;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4158-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19051;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20482,1849,'_wp_attachment_image_alt','Fuyou single hoop'), +(20483,1850,'_wp_attached_file','2024/10/©Clelia.Odette-4167.jpg'), +(20484,1850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3199;s:6:\"height\";i:2133;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-4167.jpg\";s:8:\"filesize\";i:1792424;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4167-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20485,1850,'_wp_attachment_image_alt','Fuyou single hoop'), +(20491,1851,'_wp_attached_file','2024/10/TAMA-CR-g.jpg'), +(20492,1851,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2826;s:6:\"height\";i:2826;s:4:\"file\";s:21:\"2024/10/TAMA-CR-g.jpg\";s:8:\"filesize\";i:1982336;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-CR-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6588;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20493,1851,'_wp_attachment_image_alt','Tama hoops gold plated'), +(20498,1853,'_wp_attached_file','2024/10/TAMA-CR-s.jpg'), +(20499,1853,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2879;s:6:\"height\";i:2879;s:4:\"file\";s:21:\"2024/10/TAMA-CR-s.jpg\";s:8:\"filesize\";i:1946227;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"TAMA-CR-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6030;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20500,1853,'_wp_attachment_image_alt','Tama hoops silver'), +(20510,1854,'_wp_attached_file','2024/10/FUYOU-C.jpg'), +(20511,1854,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3473;s:6:\"height\";i:3473;s:4:\"file\";s:19:\"2024/10/FUYOU-C.jpg\";s:8:\"filesize\";i:1910875;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"FUYOU-C-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7514;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20512,1854,'_wp_attachment_image_alt','Fuyou necklace'), +(20513,1855,'_wp_attached_file','2024/10/2025HAIKU_00061.jpg'), +(20514,1855,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1975;s:6:\"height\";i:2961;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00061.jpg\";s:8:\"filesize\";i:2027192;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00061-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24302;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:11:\"Fiona Forte\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20515,1855,'_wp_attachment_image_alt','Fuyou necklace'), +(20522,1856,'_wp_attached_file','2024/10/FUYOU-BR-1.jpg'), +(20523,1856,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3694;s:6:\"height\";i:3694;s:4:\"file\";s:22:\"2024/10/FUYOU-BR-1.jpg\";s:8:\"filesize\";i:2054944;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"FUYOU-BR-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5252;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20524,1856,'_wp_attachment_image_alt','Fuyou bracelet'), +(20525,258,'_thumbnail_id','1856'), +(20530,240,'_thumbnail_id','1816'), +(20537,1858,'_wp_attached_file','2024/10/ROKKU-B.jpg'), +(20538,1858,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/ROKKU-B.jpg\";s:8:\"filesize\";i:1051011;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"ROKKU-B-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5405;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20539,1858,'_wp_attachment_image_alt','Rokku ring silver'), +(20541,1859,'_variation_description',''), +(20542,1859,'total_sales','0'), +(20543,1859,'_tax_status','taxable'), +(20544,1859,'_tax_class','parent'), +(20545,1859,'_manage_stock','no'), +(20546,1859,'_backorders','no'), +(20547,1859,'_sold_individually','no'), +(20548,1859,'_virtual','no'), +(20549,1859,'_downloadable','no'), +(20550,1859,'_download_limit','-1'), +(20551,1859,'_download_expiry','-1'), +(20552,1859,'_stock',NULL), +(20553,1859,'_stock_status','instock'), +(20554,1859,'_wc_average_rating','0'), +(20555,1859,'_wc_review_count','0'), +(20556,1859,'attribute_pa_size','48'), +(20557,1859,'_product_version','10.6.1'), +(20558,1860,'_variation_description',''), +(20559,1860,'total_sales','0'), +(20560,1860,'_tax_status','taxable'), +(20561,1860,'_tax_class','parent'), +(20562,1860,'_manage_stock','no'), +(20563,1860,'_backorders','no'), +(20564,1860,'_sold_individually','no'), +(20565,1860,'_virtual','no'), +(20566,1860,'_downloadable','no'), +(20567,1860,'_download_limit','-1'), +(20568,1860,'_download_expiry','-1'), +(20569,1860,'_stock',NULL), +(20570,1860,'_stock_status','instock'), +(20571,1860,'_wc_average_rating','0'), +(20572,1860,'_wc_review_count','0'), +(20573,1860,'attribute_pa_size','49'), +(20574,1860,'_product_version','10.6.1'), +(20575,1861,'_variation_description',''), +(20576,1861,'total_sales','0'), +(20577,1861,'_tax_status','taxable'), +(20578,1861,'_tax_class','parent'), +(20579,1861,'_manage_stock','no'), +(20580,1861,'_backorders','no'), +(20581,1861,'_sold_individually','no'), +(20582,1861,'_virtual','no'), +(20583,1861,'_downloadable','no'), +(20584,1861,'_download_limit','-1'), +(20585,1861,'_download_expiry','-1'), +(20586,1861,'_stock',NULL), +(20587,1861,'_stock_status','instock'), +(20588,1861,'_wc_average_rating','0'), +(20589,1861,'_wc_review_count','0'), +(20590,1861,'attribute_pa_size','50'), +(20591,1861,'_product_version','10.6.1'), +(20592,1862,'_variation_description',''), +(20593,1862,'total_sales','0'), +(20594,1862,'_tax_status','taxable'), +(20595,1862,'_tax_class','parent'), +(20596,1862,'_manage_stock','no'), +(20597,1862,'_backorders','no'), +(20598,1862,'_sold_individually','no'), +(20599,1862,'_virtual','no'), +(20600,1862,'_downloadable','no'), +(20601,1862,'_download_limit','-1'), +(20602,1862,'_download_expiry','-1'), +(20603,1862,'_stock',NULL), +(20604,1862,'_stock_status','instock'), +(20605,1862,'_wc_average_rating','0'), +(20606,1862,'_wc_review_count','0'), +(20607,1862,'attribute_pa_size','51'), +(20608,1862,'_product_version','10.6.1'), +(20609,1863,'_variation_description',''), +(20610,1863,'total_sales','0'), +(20611,1863,'_tax_status','taxable'), +(20612,1863,'_tax_class','parent'), +(20613,1863,'_manage_stock','no'), +(20614,1863,'_backorders','no'), +(20615,1863,'_sold_individually','no'), +(20616,1863,'_virtual','no'), +(20617,1863,'_downloadable','no'), +(20618,1863,'_download_limit','-1'), +(20619,1863,'_download_expiry','-1'), +(20620,1863,'_stock',NULL), +(20621,1863,'_stock_status','instock'), +(20622,1863,'_wc_average_rating','0'), +(20623,1863,'_wc_review_count','0'), +(20624,1863,'attribute_pa_size','52'), +(20625,1863,'_product_version','10.6.1'), +(20626,1864,'_variation_description',''), +(20627,1864,'total_sales','0'), +(20628,1864,'_tax_status','taxable'), +(20629,1864,'_tax_class','parent'), +(20630,1864,'_manage_stock','no'), +(20631,1864,'_backorders','no'), +(20632,1864,'_sold_individually','no'), +(20633,1864,'_virtual','no'), +(20634,1864,'_downloadable','no'), +(20635,1864,'_download_limit','-1'), +(20636,1864,'_download_expiry','-1'), +(20637,1864,'_stock',NULL), +(20638,1864,'_stock_status','instock'), +(20639,1864,'_wc_average_rating','0'), +(20640,1864,'_wc_review_count','0'), +(20641,1864,'attribute_pa_size','53'), +(20642,1864,'_product_version','10.6.1'), +(20643,1865,'_variation_description',''), +(20644,1865,'total_sales','0'), +(20645,1865,'_tax_status','taxable'), +(20646,1865,'_tax_class','parent'), +(20647,1865,'_manage_stock','no'), +(20648,1865,'_backorders','no'), +(20649,1865,'_sold_individually','no'), +(20650,1865,'_virtual','no'), +(20651,1865,'_downloadable','no'), +(20652,1865,'_download_limit','-1'), +(20653,1865,'_download_expiry','-1'), +(20654,1865,'_stock',NULL), +(20655,1865,'_stock_status','instock'), +(20656,1865,'_wc_average_rating','0'), +(20657,1865,'_wc_review_count','0'), +(20658,1865,'attribute_pa_size','54'), +(20659,1865,'_product_version','10.6.1'), +(20660,1866,'_variation_description',''), +(20661,1866,'total_sales','0'), +(20662,1866,'_tax_status','taxable'), +(20663,1866,'_tax_class','parent'), +(20664,1866,'_manage_stock','no'), +(20665,1866,'_backorders','no'), +(20666,1866,'_sold_individually','no'), +(20667,1866,'_virtual','no'), +(20668,1866,'_downloadable','no'), +(20669,1866,'_download_limit','-1'), +(20670,1866,'_download_expiry','-1'), +(20671,1866,'_stock',NULL), +(20672,1866,'_stock_status','instock'), +(20673,1866,'_wc_average_rating','0'), +(20674,1866,'_wc_review_count','0'), +(20675,1866,'attribute_pa_size','55'), +(20676,1866,'_product_version','10.6.1'), +(20677,1867,'_variation_description',''), +(20678,1867,'total_sales','0'), +(20679,1867,'_tax_status','taxable'), +(20680,1867,'_tax_class','parent'), +(20681,1867,'_manage_stock','no'), +(20682,1867,'_backorders','no'), +(20683,1867,'_sold_individually','no'), +(20684,1867,'_virtual','no'), +(20685,1867,'_downloadable','no'), +(20686,1867,'_download_limit','-1'), +(20687,1867,'_download_expiry','-1'), +(20688,1867,'_stock',NULL), +(20689,1867,'_stock_status','instock'), +(20690,1867,'_wc_average_rating','0'), +(20691,1867,'_wc_review_count','0'), +(20692,1867,'attribute_pa_size','56'), +(20693,1867,'_product_version','10.6.1'), +(20694,1868,'_variation_description',''), +(20695,1868,'total_sales','0'), +(20696,1868,'_tax_status','taxable'), +(20697,1868,'_tax_class','parent'), +(20698,1868,'_manage_stock','no'), +(20699,1868,'_backorders','no'), +(20700,1868,'_sold_individually','no'), +(20701,1868,'_virtual','no'), +(20702,1868,'_downloadable','no'), +(20703,1868,'_download_limit','-1'), +(20704,1868,'_download_expiry','-1'), +(20705,1868,'_stock',NULL), +(20706,1868,'_stock_status','instock'), +(20707,1868,'_wc_average_rating','0'), +(20708,1868,'_wc_review_count','0'), +(20709,1868,'attribute_pa_size','57'), +(20710,1868,'_product_version','10.6.1'), +(20711,1869,'_variation_description',''), +(20712,1869,'total_sales','0'), +(20713,1869,'_tax_status','taxable'), +(20714,1869,'_tax_class','parent'), +(20715,1869,'_manage_stock','no'), +(20716,1869,'_backorders','no'), +(20717,1869,'_sold_individually','no'), +(20718,1869,'_virtual','no'), +(20719,1869,'_downloadable','no'), +(20720,1869,'_download_limit','-1'), +(20721,1869,'_download_expiry','-1'), +(20722,1869,'_stock',NULL), +(20723,1869,'_stock_status','instock'), +(20724,1869,'_wc_average_rating','0'), +(20725,1869,'_wc_review_count','0'), +(20726,1869,'attribute_pa_size','58'), +(20727,1869,'_product_version','10.6.1'), +(20728,1870,'_variation_description',''), +(20729,1870,'total_sales','0'), +(20730,1870,'_tax_status','taxable'), +(20731,1870,'_tax_class','parent'), +(20732,1870,'_manage_stock','no'), +(20733,1870,'_backorders','no'), +(20734,1870,'_sold_individually','no'), +(20735,1870,'_virtual','no'), +(20736,1870,'_downloadable','no'), +(20737,1870,'_download_limit','-1'), +(20738,1870,'_download_expiry','-1'), +(20739,1870,'_stock',NULL), +(20740,1870,'_stock_status','instock'), +(20741,1870,'_wc_average_rating','0'), +(20742,1870,'_wc_review_count','0'), +(20743,1870,'attribute_pa_size','59'), +(20744,1870,'_product_version','10.6.1'), +(20745,1871,'_variation_description',''), +(20746,1871,'total_sales','0'), +(20747,1871,'_tax_status','taxable'), +(20748,1871,'_tax_class','parent'), +(20749,1871,'_manage_stock','no'), +(20750,1871,'_backorders','no'), +(20751,1871,'_sold_individually','no'), +(20752,1871,'_virtual','no'), +(20753,1871,'_downloadable','no'), +(20754,1871,'_download_limit','-1'), +(20755,1871,'_download_expiry','-1'), +(20756,1871,'_stock',NULL), +(20757,1871,'_stock_status','instock'), +(20758,1871,'_wc_average_rating','0'), +(20759,1871,'_wc_review_count','0'), +(20760,1871,'attribute_pa_size','60'), +(20761,1871,'_product_version','10.6.1'), +(20762,1872,'_variation_description',''), +(20763,1872,'total_sales','0'), +(20764,1872,'_tax_status','taxable'), +(20765,1872,'_tax_class','parent'), +(20766,1872,'_manage_stock','no'), +(20767,1872,'_backorders','no'), +(20768,1872,'_sold_individually','no'), +(20769,1872,'_virtual','no'), +(20770,1872,'_downloadable','no'), +(20771,1872,'_download_limit','-1'), +(20772,1872,'_download_expiry','-1'), +(20773,1872,'_stock',NULL), +(20774,1872,'_stock_status','instock'), +(20775,1872,'_wc_average_rating','0'), +(20776,1872,'_wc_review_count','0'), +(20777,1872,'attribute_pa_size','61'), +(20778,1872,'_product_version','10.6.1'), +(20779,1873,'_variation_description',''), +(20780,1873,'total_sales','0'), +(20781,1873,'_tax_status','taxable'), +(20782,1873,'_tax_class','parent'), +(20783,1873,'_manage_stock','no'), +(20784,1873,'_backorders','no'), +(20785,1873,'_sold_individually','no'), +(20786,1873,'_virtual','no'), +(20787,1873,'_downloadable','no'), +(20788,1873,'_download_limit','-1'), +(20789,1873,'_download_expiry','-1'), +(20790,1873,'_stock',NULL), +(20791,1873,'_stock_status','instock'), +(20792,1873,'_wc_average_rating','0'), +(20793,1873,'_wc_review_count','0'), +(20794,1873,'attribute_pa_size','62'), +(20795,1873,'_product_version','10.6.1'), +(20796,1874,'_variation_description',''), +(20797,1874,'total_sales','0'), +(20798,1874,'_tax_status','taxable'), +(20799,1874,'_tax_class','parent'), +(20800,1874,'_manage_stock','no'), +(20801,1874,'_backorders','no'), +(20802,1874,'_sold_individually','no'), +(20803,1874,'_virtual','no'), +(20804,1874,'_downloadable','no'), +(20805,1874,'_download_limit','-1'), +(20806,1874,'_download_expiry','-1'), +(20807,1874,'_stock',NULL), +(20808,1874,'_stock_status','instock'), +(20809,1874,'_wc_average_rating','0'), +(20810,1874,'_wc_review_count','0'), +(20811,1874,'attribute_pa_size','63'), +(20812,1874,'_product_version','10.6.1'), +(20813,1875,'_variation_description',''), +(20814,1875,'total_sales','0'), +(20815,1875,'_tax_status','taxable'), +(20816,1875,'_tax_class','parent'), +(20817,1875,'_manage_stock','no'), +(20818,1875,'_backorders','no'), +(20819,1875,'_sold_individually','no'), +(20820,1875,'_virtual','no'), +(20821,1875,'_downloadable','no'), +(20822,1875,'_download_limit','-1'), +(20823,1875,'_download_expiry','-1'), +(20824,1875,'_stock',NULL), +(20825,1875,'_stock_status','instock'), +(20826,1875,'_wc_average_rating','0'), +(20827,1875,'_wc_review_count','0'), +(20828,1875,'attribute_pa_size','64'), +(20829,1875,'_product_version','10.6.1'), +(20830,1875,'_regular_price','160'), +(20831,1875,'_thumbnail_id','0'), +(20832,1875,'_price','160'), +(20833,1874,'_regular_price','160'), +(20834,1874,'_thumbnail_id','0'), +(20835,1874,'_price','160'), +(20836,1873,'_regular_price','160'), +(20837,1873,'_thumbnail_id','0'), +(20838,1873,'_price','160'), +(20839,1872,'_regular_price','160'), +(20840,1872,'_thumbnail_id','0'), +(20841,1872,'_price','160'), +(20842,1871,'_regular_price','160'), +(20843,1871,'_thumbnail_id','0'), +(20844,1871,'_price','160'), +(20845,1870,'_regular_price','160'), +(20846,1870,'_thumbnail_id','0'), +(20847,1870,'_price','160'), +(20848,1869,'_regular_price','160'), +(20849,1869,'_thumbnail_id','0'), +(20850,1869,'_price','160'), +(20851,1868,'_regular_price','160'), +(20852,1868,'_thumbnail_id','0'), +(20853,1868,'_price','160'), +(20854,1867,'_regular_price','160'), +(20855,1867,'_thumbnail_id','0'), +(20856,1867,'_price','160'), +(20857,1866,'_regular_price','160'), +(20858,1866,'_thumbnail_id','0'), +(20859,1866,'_price','160'), +(20860,1865,'_regular_price','160'), +(20861,1865,'_thumbnail_id','0'), +(20862,1865,'_price','160'), +(20863,1864,'_regular_price','160'), +(20864,1864,'_thumbnail_id','0'), +(20865,1864,'_price','160'), +(20866,1863,'_regular_price','160'), +(20867,1863,'_thumbnail_id','0'), +(20868,1863,'_price','160'), +(20869,1862,'_regular_price','160'), +(20870,1862,'_thumbnail_id','0'), +(20871,1862,'_price','160'), +(20872,1861,'_regular_price','160'), +(20873,1861,'_thumbnail_id','0'), +(20874,1861,'_price','160'), +(20875,1860,'_regular_price','160'), +(20876,1860,'_thumbnail_id','0'), +(20877,1860,'_price','160'), +(20878,1859,'_regular_price','160'), +(20879,1859,'_thumbnail_id','0'), +(20880,1859,'_price','160'), +(20882,168,'_price','160'), +(20888,1876,'_wp_attached_file','2024/09/IKKAN-B-s.jpg'), +(20889,1876,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/09/IKKAN-B-s.jpg\";s:8:\"filesize\";i:784141;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IKKAN-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4292;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20890,1876,'_wp_attachment_image_alt','Ikkan ring silver'), +(20891,1877,'_wp_attached_file','2024/09/©Clelia.Odette-2-41-copie.jpg'), +(20892,1877,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2024/09/©Clelia.Odette-2-41-copie.jpg\";s:8:\"filesize\";i:801782;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-41-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17251;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20893,1877,'_wp_attachment_image_alt','Ikkan ring silver'), +(20899,1878,'_sku','UTEKI-EC-s'), +(20900,1878,'_regular_price','70'), +(20901,1878,'total_sales','0'), +(20902,1878,'_tax_status','taxable'), +(20903,1878,'_tax_class',''), +(20904,1878,'_manage_stock','yes'), +(20905,1878,'_backorders','notify'), +(20906,1878,'_sold_individually','no'), +(20907,1878,'_virtual','no'), +(20908,1878,'_downloadable','no'), +(20909,1878,'_download_limit','-1'), +(20910,1878,'_download_expiry','-1'), +(20911,1878,'_thumbnail_id','1879'), +(20912,1878,'_stock','1'), +(20913,1878,'_stock_status','instock'), +(20914,1878,'_wc_average_rating','0'), +(20915,1878,'_wc_review_count','0'), +(20916,1878,'_product_version','10.6.1'), +(20917,1878,'_price','70'), +(20923,1878,'_edit_lock','1777369995:1'), +(20924,1878,'_edit_last','1'), +(20925,1879,'_wp_attached_file','2026/04/UTEKI-EC-s.jpg'), +(20926,1879,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2026/04/UTEKI-EC-s.jpg\";s:8:\"filesize\";i:1181058;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"UTEKI-EC-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20927,1879,'_wp_attachment_image_alt','Uteki ear cuff silver'), +(20928,1880,'_wp_attached_file','2026/04/©Clelia.Odette-2-77.jpg'), +(20929,1880,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1222;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-2-77.jpg\";s:8:\"filesize\";i:704129;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-77-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19494;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20930,1880,'_wp_attachment_image_alt','Uteki ear cuff silver, Mugura hoops silver, PuchiPuchi bracelet'), +(20931,1881,'_wp_attached_file','2026/04/©Clelia.Odette-2-84-copie.jpg'), +(20932,1881,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1843;s:6:\"height\";i:1111;s:4:\"file\";s:38:\"2026/04/©Clelia.Odette-2-84-copie.jpg\";s:8:\"filesize\";i:689469;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-84-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21597;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20933,1881,'_wp_attachment_image_alt',''), +(20938,1882,'_sku','UTEKI-EC-g'), +(20939,1882,'_regular_price','75'), +(20940,1882,'total_sales','0'), +(20941,1882,'_tax_status','taxable'), +(20942,1882,'_tax_class',''), +(20943,1882,'_manage_stock','yes'), +(20944,1882,'_backorders','notify'), +(20945,1882,'_sold_individually','no'), +(20946,1882,'_virtual','no'), +(20947,1882,'_downloadable','no'), +(20948,1882,'_download_limit','-1'), +(20949,1882,'_download_expiry','-1'), +(20950,1882,'_thumbnail_id','1883'), +(20951,1882,'_stock','1'), +(20952,1882,'_stock_status','instock'), +(20953,1882,'_wc_average_rating','0'), +(20954,1882,'_wc_review_count','0'), +(20955,1882,'_product_version','10.6.1'), +(20956,1882,'_price','75'), +(20961,1882,'_edit_lock','1777366600:1'), +(20962,1882,'_edit_last','1'), +(20963,1883,'_wp_attached_file','2026/04/UTEKI-EC-g.jpg'), +(20964,1883,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2026/04/UTEKI-EC-g.jpg\";s:8:\"filesize\";i:1180446;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"UTEKI-EC-g-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7446;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20965,1883,'_wp_attachment_image_alt','Uteki ear cuff gold plated'), +(20966,1884,'_wp_attached_file','2026/04/©Clelia.Odette-2-21.jpg'), +(20967,1884,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1296;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-2-21.jpg\";s:8:\"filesize\";i:904562;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20067;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20968,1884,'_wp_attachment_image_alt','Uteki ear cuff gold plated'), +(20969,1885,'_wp_attached_file','2026/04/©Clelia.Odette-2-70-copie.jpg'), +(20970,1885,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:38:\"2026/04/©Clelia.Odette-2-70-copie.jpg\";s:8:\"filesize\";i:636544;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-70-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20971,1885,'_wp_attachment_image_alt','Uteki ear cuff gold plated'), +(20972,1882,'_photos_colonne_gauche|||0|value','1883'), +(20973,1882,'_photos_colonne_droite|||0|value','1884'), +(20974,1882,'_photos_colonne_droite|||1|value','1885'), +(20975,1882,'_haiku_details_produit',''), +(20976,1886,'_wp_attached_file','2026/04/Workshop-earcuff-e1777369687916.jpg'), +(20977,1886,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2240;s:6:\"height\";i:1920;s:4:\"file\";s:43:\"2026/04/Workshop-earcuff-e1777369687916.jpg\";s:8:\"filesize\";i:635282;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Workshop-earcuff-e1777369687916-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14868;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"Workshop-earcuff-e1777369687916-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14835;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20978,1887,'_wp_attached_file','2026/04/Workshop-pendant.jpg'), +(20979,1887,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2687;s:6:\"height\";i:2146;s:4:\"file\";s:28:\"2026/04/Workshop-pendant.jpg\";s:8:\"filesize\";i:2042103;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Workshop-pendant-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20980,1888,'_wp_attached_file','2026/04/Workshop-ring-e1777369812204.jpg'), +(20981,1888,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2185;s:6:\"height\";i:1988;s:4:\"file\";s:40:\"2026/04/Workshop-ring-e1777369812204.jpg\";s:8:\"filesize\";i:663933;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Workshop-ring-e1777369812204-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14737;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"Workshop-ring-e1777369812204-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14731;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(20982,1886,'_wp_attachment_image_alt','Workshop ear cuff'), +(20983,1887,'_wp_attachment_image_alt','workshop pendant'), +(20984,1888,'_wp_attachment_image_alt','workshop ring'), +(20985,1886,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:2687;s:6:\"height\";i:2146;s:8:\"filesize\";i:1990682;s:4:\"file\";s:20:\"Workshop-earcuff.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:28:\"Workshop-earcuff-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13022;}}'), +(20986,1673,'_sku','WORKSHOP-EC'), +(20993,1888,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:2687;s:6:\"height\";i:2146;s:8:\"filesize\";i:2025720;s:4:\"file\";s:17:\"Workshop-ring.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:25:\"Workshop-ring-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13366;}}'), +(20994,1689,'_sku','WORKSHOP-B'), +(20995,1689,'_photos_colonne_gauche|||0|value','1888'), +(20996,1689,'_photos_colonne_droite|||0|value','1693'), +(20997,1689,'_photos_colonne_droite|||1|value','1695'), +(20998,1689,'_photos_colonne_droite|||2|value','1694'), +(20999,1689,'_photos_colonne_droite|||3|value','1696'), +(21000,1689,'_haiku_details_produit',''), +(21001,1673,'_photos_colonne_gauche|||0|value','1886'), +(21002,1673,'_photos_colonne_droite|||0|value','1674'), +(21003,1673,'_photos_colonne_droite|||1|value','1675'), +(21004,1673,'_photos_colonne_droite|||2|value','1676'), +(21005,1673,'_photos_colonne_droite|||3|value','1677'), +(21006,1673,'_haiku_details_produit',''), +(21007,1681,'_sku','WORKSHOP-C'), +(21008,1681,'_photos_colonne_gauche|||0|value','1887'), +(21009,1681,'_photos_colonne_droite|||0|value','1685'), +(21010,1681,'_photos_colonne_droite|||1|value','1686'), +(21011,1681,'_photos_colonne_droite|||2|value','1687'), +(21012,1681,'_photos_colonne_droite|||3|value','1688'), +(21013,1681,'_haiku_details_produit',''), +(21014,1878,'_photos_colonne_gauche|||0|value','1879'), +(21015,1878,'_photos_colonne_droite|||0|value','1880'), +(21016,1878,'_photos_colonne_droite|||1|value','1881'), +(21017,1878,'_haiku_details_produit',''), +(21018,1889,'_sku','HATTA-B-s'), +(21019,1889,'total_sales','0'), +(21020,1889,'_tax_status','taxable'), +(21021,1889,'_tax_class',''), +(21022,1889,'_manage_stock','no'), +(21023,1889,'_backorders','no'), +(21024,1889,'_sold_individually','no'), +(21025,1889,'_virtual','no'), +(21026,1889,'_downloadable','no'), +(21027,1889,'_download_limit','-1'), +(21028,1889,'_download_expiry','-1'), +(21029,1889,'_thumbnail_id','1907'), +(21030,1889,'_stock',NULL), +(21031,1889,'_stock_status','instock'), +(21032,1889,'_wc_average_rating','0'), +(21033,1889,'_wc_review_count','0'), +(21034,1889,'_product_attributes','a:1:{s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(21035,1889,'_product_version','10.6.1'), +(21041,1890,'_variation_description',''), +(21042,1890,'_regular_price','150'), +(21043,1890,'total_sales','0'), +(21044,1890,'_tax_status','taxable'), +(21045,1890,'_tax_class','parent'), +(21046,1890,'_manage_stock','no'), +(21047,1890,'_backorders','no'), +(21048,1890,'_sold_individually','no'), +(21049,1890,'_virtual','no'), +(21050,1890,'_downloadable','no'), +(21051,1890,'_download_limit','-1'), +(21052,1890,'_download_expiry','-1'), +(21053,1890,'_thumbnail_id','0'), +(21054,1890,'_stock',NULL), +(21055,1890,'_stock_status','instock'), +(21056,1890,'_wc_average_rating','0'), +(21057,1890,'_wc_review_count','0'), +(21058,1890,'attribute_pa_size','48'), +(21059,1890,'_price','150'), +(21060,1890,'_product_version','10.6.1'), +(21061,1891,'_variation_description',''), +(21062,1891,'_regular_price','150'), +(21063,1891,'total_sales','0'), +(21064,1891,'_tax_status','taxable'), +(21065,1891,'_tax_class','parent'), +(21066,1891,'_manage_stock','no'), +(21067,1891,'_backorders','no'), +(21068,1891,'_sold_individually','no'), +(21069,1891,'_virtual','no'), +(21070,1891,'_downloadable','no'), +(21071,1891,'_download_limit','-1'), +(21072,1891,'_download_expiry','-1'), +(21073,1891,'_thumbnail_id','0'), +(21074,1891,'_stock',NULL), +(21075,1891,'_stock_status','instock'), +(21076,1891,'_wc_average_rating','0'), +(21077,1891,'_wc_review_count','0'), +(21078,1891,'attribute_pa_size','49'), +(21079,1891,'_price','150'), +(21080,1891,'_product_version','10.6.1'), +(21081,1892,'_variation_description',''), +(21082,1892,'_regular_price','150'), +(21083,1892,'total_sales','0'), +(21084,1892,'_tax_status','taxable'), +(21085,1892,'_tax_class','parent'), +(21086,1892,'_manage_stock','no'), +(21087,1892,'_backorders','no'), +(21088,1892,'_sold_individually','no'), +(21089,1892,'_virtual','no'), +(21090,1892,'_downloadable','no'), +(21091,1892,'_download_limit','-1'), +(21092,1892,'_download_expiry','-1'), +(21093,1892,'_thumbnail_id','0'), +(21094,1892,'_stock',NULL), +(21095,1892,'_stock_status','instock'), +(21096,1892,'_wc_average_rating','0'), +(21097,1892,'_wc_review_count','0'), +(21098,1892,'attribute_pa_size','50'), +(21099,1892,'_price','150'), +(21100,1892,'_product_version','10.6.1'), +(21101,1893,'_variation_description',''), +(21102,1893,'_regular_price','150'), +(21103,1893,'total_sales','0'), +(21104,1893,'_tax_status','taxable'), +(21105,1893,'_tax_class','parent'), +(21106,1893,'_manage_stock','no'), +(21107,1893,'_backorders','no'), +(21108,1893,'_sold_individually','no'), +(21109,1893,'_virtual','no'), +(21110,1893,'_downloadable','no'), +(21111,1893,'_download_limit','-1'), +(21112,1893,'_download_expiry','-1'), +(21113,1893,'_thumbnail_id','0'), +(21114,1893,'_stock',NULL), +(21115,1893,'_stock_status','instock'), +(21116,1893,'_wc_average_rating','0'), +(21117,1893,'_wc_review_count','0'), +(21118,1893,'attribute_pa_size','51'), +(21119,1893,'_price','150'), +(21120,1893,'_product_version','10.6.1'), +(21121,1894,'_variation_description',''), +(21122,1894,'_regular_price','150'), +(21123,1894,'total_sales','0'), +(21124,1894,'_tax_status','taxable'), +(21125,1894,'_tax_class','parent'), +(21126,1894,'_manage_stock','no'), +(21127,1894,'_backorders','no'), +(21128,1894,'_sold_individually','no'), +(21129,1894,'_virtual','no'), +(21130,1894,'_downloadable','no'), +(21131,1894,'_download_limit','-1'), +(21132,1894,'_download_expiry','-1'), +(21133,1894,'_thumbnail_id','0'), +(21134,1894,'_stock',NULL), +(21135,1894,'_stock_status','instock'), +(21136,1894,'_wc_average_rating','0'), +(21137,1894,'_wc_review_count','0'), +(21138,1894,'attribute_pa_size','52'), +(21139,1894,'_price','150'), +(21140,1894,'_product_version','10.6.1'), +(21141,1895,'_variation_description',''), +(21142,1895,'_regular_price','150'), +(21143,1895,'total_sales','0'), +(21144,1895,'_tax_status','taxable'), +(21145,1895,'_tax_class','parent'), +(21146,1895,'_manage_stock','no'), +(21147,1895,'_backorders','no'), +(21148,1895,'_sold_individually','no'), +(21149,1895,'_virtual','no'), +(21150,1895,'_downloadable','no'), +(21151,1895,'_download_limit','-1'), +(21152,1895,'_download_expiry','-1'), +(21153,1895,'_thumbnail_id','0'), +(21154,1895,'_stock',NULL), +(21155,1895,'_stock_status','instock'), +(21156,1895,'_wc_average_rating','0'), +(21157,1895,'_wc_review_count','0'), +(21158,1895,'attribute_pa_size','53'), +(21159,1895,'_price','150'), +(21160,1895,'_product_version','10.6.1'), +(21161,1896,'_variation_description',''), +(21162,1896,'_regular_price','150'), +(21163,1896,'total_sales','0'), +(21164,1896,'_tax_status','taxable'), +(21165,1896,'_tax_class','parent'), +(21166,1896,'_manage_stock','no'), +(21167,1896,'_backorders','no'), +(21168,1896,'_sold_individually','no'), +(21169,1896,'_virtual','no'), +(21170,1896,'_downloadable','no'), +(21171,1896,'_download_limit','-1'), +(21172,1896,'_download_expiry','-1'), +(21173,1896,'_thumbnail_id','0'), +(21174,1896,'_stock',NULL), +(21175,1896,'_stock_status','instock'), +(21176,1896,'_wc_average_rating','0'), +(21177,1896,'_wc_review_count','0'), +(21178,1896,'attribute_pa_size','54'), +(21179,1896,'_price','150'), +(21180,1896,'_product_version','10.6.1'), +(21181,1897,'_variation_description',''), +(21182,1897,'_regular_price','150'), +(21183,1897,'total_sales','0'), +(21184,1897,'_tax_status','taxable'), +(21185,1897,'_tax_class','parent'), +(21186,1897,'_manage_stock','no'), +(21187,1897,'_backorders','no'), +(21188,1897,'_sold_individually','no'), +(21189,1897,'_virtual','no'), +(21190,1897,'_downloadable','no'), +(21191,1897,'_download_limit','-1'), +(21192,1897,'_download_expiry','-1'), +(21193,1897,'_thumbnail_id','0'), +(21194,1897,'_stock',NULL), +(21195,1897,'_stock_status','instock'), +(21196,1897,'_wc_average_rating','0'), +(21197,1897,'_wc_review_count','0'), +(21198,1897,'attribute_pa_size','55'), +(21199,1897,'_price','150'), +(21200,1897,'_product_version','10.6.1'), +(21201,1898,'_variation_description',''), +(21202,1898,'_regular_price','150'), +(21203,1898,'total_sales','0'), +(21204,1898,'_tax_status','taxable'), +(21205,1898,'_tax_class','parent'), +(21206,1898,'_manage_stock','no'), +(21207,1898,'_backorders','no'), +(21208,1898,'_sold_individually','no'), +(21209,1898,'_virtual','no'), +(21210,1898,'_downloadable','no'), +(21211,1898,'_download_limit','-1'), +(21212,1898,'_download_expiry','-1'), +(21213,1898,'_thumbnail_id','0'), +(21214,1898,'_stock',NULL), +(21215,1898,'_stock_status','instock'), +(21216,1898,'_wc_average_rating','0'), +(21217,1898,'_wc_review_count','0'), +(21218,1898,'attribute_pa_size','56'), +(21219,1898,'_price','150'), +(21220,1898,'_product_version','10.6.1'), +(21221,1899,'_variation_description',''), +(21222,1899,'_regular_price','150'), +(21223,1899,'total_sales','0'), +(21224,1899,'_tax_status','taxable'), +(21225,1899,'_tax_class','parent'), +(21226,1899,'_manage_stock','no'), +(21227,1899,'_backorders','no'), +(21228,1899,'_sold_individually','no'), +(21229,1899,'_virtual','no'), +(21230,1899,'_downloadable','no'), +(21231,1899,'_download_limit','-1'), +(21232,1899,'_download_expiry','-1'), +(21233,1899,'_thumbnail_id','0'), +(21234,1899,'_stock',NULL), +(21235,1899,'_stock_status','instock'), +(21236,1899,'_wc_average_rating','0'), +(21237,1899,'_wc_review_count','0'), +(21238,1899,'attribute_pa_size','57'), +(21239,1899,'_price','150'), +(21240,1899,'_product_version','10.6.1'), +(21241,1900,'_variation_description',''), +(21242,1900,'_regular_price','150'), +(21243,1900,'total_sales','0'), +(21244,1900,'_tax_status','taxable'), +(21245,1900,'_tax_class','parent'), +(21246,1900,'_manage_stock','no'), +(21247,1900,'_backorders','no'), +(21248,1900,'_sold_individually','no'), +(21249,1900,'_virtual','no'), +(21250,1900,'_downloadable','no'), +(21251,1900,'_download_limit','-1'), +(21252,1900,'_download_expiry','-1'), +(21253,1900,'_thumbnail_id','0'), +(21254,1900,'_stock',NULL), +(21255,1900,'_stock_status','instock'), +(21256,1900,'_wc_average_rating','0'), +(21257,1900,'_wc_review_count','0'), +(21258,1900,'attribute_pa_size','58'), +(21259,1900,'_price','150'), +(21260,1900,'_product_version','10.6.1'), +(21261,1901,'_variation_description',''), +(21262,1901,'_regular_price','150'), +(21263,1901,'total_sales','0'), +(21264,1901,'_tax_status','taxable'), +(21265,1901,'_tax_class','parent'), +(21266,1901,'_manage_stock','no'), +(21267,1901,'_backorders','no'), +(21268,1901,'_sold_individually','no'), +(21269,1901,'_virtual','no'), +(21270,1901,'_downloadable','no'), +(21271,1901,'_download_limit','-1'), +(21272,1901,'_download_expiry','-1'), +(21273,1901,'_thumbnail_id','0'), +(21274,1901,'_stock',NULL), +(21275,1901,'_stock_status','instock'), +(21276,1901,'_wc_average_rating','0'), +(21277,1901,'_wc_review_count','0'), +(21278,1901,'attribute_pa_size','59'), +(21279,1901,'_price','150'), +(21280,1901,'_product_version','10.6.1'), +(21281,1902,'_variation_description',''), +(21282,1902,'_regular_price','150'), +(21283,1902,'total_sales','0'), +(21284,1902,'_tax_status','taxable'), +(21285,1902,'_tax_class','parent'), +(21286,1902,'_manage_stock','no'), +(21287,1902,'_backorders','no'), +(21288,1902,'_sold_individually','no'), +(21289,1902,'_virtual','no'), +(21290,1902,'_downloadable','no'), +(21291,1902,'_download_limit','-1'), +(21292,1902,'_download_expiry','-1'), +(21293,1902,'_thumbnail_id','0'), +(21294,1902,'_stock',NULL), +(21295,1902,'_stock_status','instock'), +(21296,1902,'_wc_average_rating','0'), +(21297,1902,'_wc_review_count','0'), +(21298,1902,'attribute_pa_size','60'), +(21299,1902,'_price','150'), +(21300,1902,'_product_version','10.6.1'), +(21301,1903,'_variation_description',''), +(21302,1903,'_regular_price','150'), +(21303,1903,'total_sales','0'), +(21304,1903,'_tax_status','taxable'), +(21305,1903,'_tax_class','parent'), +(21306,1903,'_manage_stock','no'), +(21307,1903,'_backorders','no'), +(21308,1903,'_sold_individually','no'), +(21309,1903,'_virtual','no'), +(21310,1903,'_downloadable','no'), +(21311,1903,'_download_limit','-1'), +(21312,1903,'_download_expiry','-1'), +(21313,1903,'_thumbnail_id','0'), +(21314,1903,'_stock',NULL), +(21315,1903,'_stock_status','instock'), +(21316,1903,'_wc_average_rating','0'), +(21317,1903,'_wc_review_count','0'), +(21318,1903,'attribute_pa_size','61'), +(21319,1903,'_price','150'), +(21320,1903,'_product_version','10.6.1'), +(21321,1904,'_variation_description',''), +(21322,1904,'_regular_price','150'), +(21323,1904,'total_sales','0'), +(21324,1904,'_tax_status','taxable'), +(21325,1904,'_tax_class','parent'), +(21326,1904,'_manage_stock','no'), +(21327,1904,'_backorders','no'), +(21328,1904,'_sold_individually','no'), +(21329,1904,'_virtual','no'), +(21330,1904,'_downloadable','no'), +(21331,1904,'_download_limit','-1'), +(21332,1904,'_download_expiry','-1'), +(21333,1904,'_thumbnail_id','0'), +(21334,1904,'_stock',NULL), +(21335,1904,'_stock_status','instock'), +(21336,1904,'_wc_average_rating','0'), +(21337,1904,'_wc_review_count','0'), +(21338,1904,'attribute_pa_size','62'), +(21339,1904,'_price','150'), +(21340,1904,'_product_version','10.6.1'), +(21341,1905,'_variation_description',''), +(21342,1905,'_regular_price','150'), +(21343,1905,'total_sales','0'), +(21344,1905,'_tax_status','taxable'), +(21345,1905,'_tax_class','parent'), +(21346,1905,'_manage_stock','no'), +(21347,1905,'_backorders','no'), +(21348,1905,'_sold_individually','no'), +(21349,1905,'_virtual','no'), +(21350,1905,'_downloadable','no'), +(21351,1905,'_download_limit','-1'), +(21352,1905,'_download_expiry','-1'), +(21353,1905,'_thumbnail_id','0'), +(21354,1905,'_stock',NULL), +(21355,1905,'_stock_status','instock'), +(21356,1905,'_wc_average_rating','0'), +(21357,1905,'_wc_review_count','0'), +(21358,1905,'attribute_pa_size','63'), +(21359,1905,'_price','150'), +(21360,1905,'_product_version','10.6.1'), +(21361,1906,'_variation_description',''), +(21362,1906,'_regular_price','150'), +(21363,1906,'total_sales','0'), +(21364,1906,'_tax_status','taxable'), +(21365,1906,'_tax_class','parent'), +(21366,1906,'_manage_stock','no'), +(21367,1906,'_backorders','no'), +(21368,1906,'_sold_individually','no'), +(21369,1906,'_virtual','no'), +(21370,1906,'_downloadable','no'), +(21371,1906,'_download_limit','-1'), +(21372,1906,'_download_expiry','-1'), +(21373,1906,'_thumbnail_id','0'), +(21374,1906,'_stock',NULL), +(21375,1906,'_stock_status','instock'), +(21376,1906,'_wc_average_rating','0'), +(21377,1906,'_wc_review_count','0'), +(21378,1906,'attribute_pa_size','64'), +(21379,1906,'_price','150'), +(21380,1906,'_product_version','10.6.1'), +(21382,1889,'_edit_lock','1777372662:1'), +(21383,1889,'_edit_last','1'), +(21394,1907,'_wp_attached_file','2026/04/HATTA-B-s.jpg'), +(21395,1907,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2777;s:6:\"height\";i:2777;s:4:\"file\";s:21:\"2026/04/HATTA-B-s.jpg\";s:8:\"filesize\";i:840700;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"HATTA-B-s-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3811;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21396,1907,'_wp_attachment_image_alt','Hattari ring silver'), +(21398,1889,'_price','150'), +(21399,1908,'_wp_attached_file','2026/04/©Clelia.Odette-4001.jpg'), +(21400,1908,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3469;s:6:\"height\";i:2312;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-4001.jpg\";s:8:\"filesize\";i:2070130;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11939;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21401,1909,'_wp_attached_file','2026/04/©Clelia.Odette-2-57-copie.jpg'), +(21402,1909,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2735;s:6:\"height\";i:1823;s:4:\"file\";s:38:\"2026/04/©Clelia.Odette-2-57-copie.jpg\";s:8:\"filesize\";i:1859083;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"©Clelia.Odette-2-57-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16734;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21403,1910,'_wp_attached_file','2026/04/©Clelia.Odette-4116.jpg'), +(21404,1910,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2024;s:6:\"height\";i:1349;s:4:\"file\";s:32:\"2026/04/©Clelia.Odette-4116.jpg\";s:8:\"filesize\";i:1646421;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-4116-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19475;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21405,1911,'_wp_attached_file','2026/04/©Clelia.Odette-2-4.jpg'), +(21406,1911,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1616;s:6:\"height\";i:1078;s:4:\"file\";s:31:\"2026/04/©Clelia.Odette-2-4.jpg\";s:8:\"filesize\";i:1034609;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"©Clelia.Odette-2-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16911;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21407,1908,'_wp_attachment_image_alt','Hattari ring silver'), +(21408,1911,'_wp_attachment_image_alt','Hattari ring silver'), +(21409,1910,'_wp_attachment_image_alt','Hattari ring silver'), +(21410,1909,'_wp_attachment_image_alt','Hattari ring silver'), +(21411,1889,'_photos_colonne_gauche|||0|value','1907'), +(21412,1889,'_photos_colonne_droite|||0|value','1909'), +(21413,1889,'_photos_colonne_droite|||1|value','1910'), +(21414,1889,'_photos_colonne_droite|||2|value','1911'), +(21415,1889,'_photos_colonne_droite|||3|value','1908'), +(21416,1889,'_haiku_details_produit',''), +(21422,1560,'_photos_colonne_gauche|||0|value','1821'), +(21423,1560,'_photos_colonne_droite|||0|value','1563'), +(21424,1560,'_photos_colonne_droite|||1|value','1564'), +(21425,1560,'_haiku_details_produit',''), +(21426,1555,'_photos_colonne_gauche|||0|value','1822'), +(21427,1555,'_photos_colonne_droite|||0|value','1557'), +(21428,1555,'_photos_colonne_droite|||1|value','1559'), +(21429,1555,'_photos_colonne_droite|||2|value','1558'), +(21430,1555,'_haiku_details_produit',''), +(21431,1549,'_photos_colonne_gauche|||0|value','1824'), +(21432,1549,'_photos_colonne_droite|||0|value','1554'), +(21433,1549,'_photos_colonne_droite|||1|value','1553'), +(21434,1549,'_photos_colonne_droite|||2|value','1552'), +(21435,1549,'_haiku_details_produit',''), +(21441,1541,'_photos_colonne_gauche|||0|value','1825'), +(21442,1541,'_photos_colonne_droite|||0|value','1546'), +(21443,1541,'_photos_colonne_droite|||1|value','1547'), +(21444,1541,'_photos_colonne_droite|||2|value','1548'), +(21445,1541,'_haiku_details_produit',''), +(21446,1535,'_photos_colonne_gauche|||0|value','1826'), +(21447,1535,'_photos_colonne_droite|||0|value','1537'), +(21448,1535,'_photos_colonne_droite|||1|value','1538'), +(21449,1535,'_haiku_details_produit',''), +(21450,1531,'_photos_colonne_gauche|||0|value','1828'), +(21451,1531,'_photos_colonne_droite|||0|value','1533'), +(21452,1531,'_photos_colonne_droite|||1|value','1534'), +(21453,1531,'_haiku_details_produit',''), +(21454,1512,'_photos_colonne_gauche|||0|value','1831'), +(21455,1512,'_photos_colonne_droite|||0|value','1526'), +(21456,1512,'_photos_colonne_droite|||1|value','1832'), +(21457,1512,'_haiku_details_produit',''), +(21458,1467,'_photos_colonne_gauche|||0|value','1833'), +(21459,1467,'_photos_colonne_droite|||0|value','1834'), +(21460,1467,'_photos_colonne_droite|||1|value','1651'), +(21461,1467,'_photos_colonne_droite|||2|value','1650'), +(21462,1467,'_haiku_details_produit',''), +(21463,766,'_photos_colonne_gauche|||0|value','1838'), +(21464,766,'_photos_colonne_droite|||0|value','1569'), +(21465,766,'_photos_colonne_droite|||1|value','1568'), +(21466,766,'_photos_colonne_droite|||2|value','1570'), +(21467,766,'_haiku_details_produit',''), +(21468,490,'_photos_colonne_gauche|||0|value','1839'), +(21470,490,'_photos_colonne_droite|||1|value','752'), +(21471,490,'_haiku_details_produit',''), +(21472,393,'_photos_colonne_gauche|||0|value','1840'), +(21473,393,'_photos_colonne_droite|||0|value','1841'), +(21474,393,'_photos_colonne_droite|||1|value','1842'), +(21475,393,'_photos_colonne_droite|||2|value','397'), +(21477,393,'_haiku_details_produit',''), +(21482,398,'_photos_colonne_gauche|||0|value','1391'), +(21483,398,'_photos_colonne_droite|||0|value','400'), +(21485,398,'_haiku_details_produit',''), +(21486,318,'_photos_colonne_gauche|||0|value','1848'), +(21487,318,'_photos_colonne_droite|||0|value','1849'), +(21488,318,'_photos_colonne_droite|||1|value','1850'), +(21490,318,'_haiku_details_produit',''), +(21491,312,'_photos_colonne_gauche|||0|value','1851'), +(21492,312,'_photos_colonne_droite|||0|value','660'), +(21494,312,'_haiku_details_produit',''), +(21495,306,'_photos_colonne_gauche|||0|value','1853'), +(21496,306,'_photos_colonne_droite|||0|value','311'), +(21497,306,'_photos_colonne_droite|||1|value','424'), +(21498,306,'_haiku_details_produit',''), +(21499,274,'_photos_colonne_gauche|||0|value','1854'), +(21500,274,'_photos_colonne_droite|||0|value','1565'), +(21501,274,'_photos_colonne_droite|||1|value','1566'), +(21502,274,'_photos_colonne_droite|||2|value','1855'), +(21503,274,'_photos_colonne_droite|||3|value','1567'), +(21504,274,'_haiku_details_produit',''), +(21505,263,'_photos_colonne_gauche|||0|value','1814'), +(21508,263,'_photos_colonne_droite|||2|value','1815'), +(21509,263,'_haiku_details_produit',''), +(21510,258,'_photos_colonne_gauche|||0|value','1856'), +(21511,258,'_photos_colonne_droite|||0|value','1819'), +(21512,258,'_photos_colonne_droite|||1|value','1353'), +(21513,258,'_haiku_details_produit',''), +(21525,168,'_photos_colonne_gauche|||0|value','1858'), +(21526,168,'_photos_colonne_droite|||0|value','182'), +(21527,168,'_photos_colonne_droite|||1|value','179'), +(21529,168,'_haiku_details_produit',''), +(21530,113,'_photos_colonne_gauche|||0|value','820'), +(21531,113,'_photos_colonne_droite|||0|value','122'), +(21532,113,'_photos_colonne_droite|||1|value','684'), +(21533,113,'_haiku_details_produit',''), +(21534,102,'_photos_colonne_gauche|||0|value','1876'), +(21535,102,'_photos_colonne_droite|||0|value','1877'), +(21536,102,'_photos_colonne_droite|||1|value','112'), +(21538,102,'_haiku_details_produit',''), +(21539,1912,'_sku','IKKAN-BO'), +(21540,1912,'total_sales','0'), +(21541,1912,'_tax_status','taxable'), +(21542,1912,'_tax_class',''), +(21543,1912,'_manage_stock','yes'), +(21544,1912,'_backorders','notify'), +(21545,1912,'_sold_individually','no'), +(21546,1912,'_virtual','no'), +(21547,1912,'_downloadable','no'), +(21548,1912,'_download_limit','-1'), +(21549,1912,'_download_expiry','-1'), +(21550,1912,'_thumbnail_id','1916'), +(21551,1912,'_stock','4'), +(21552,1912,'_stock_status','instock'), +(21553,1912,'_wc_average_rating','0'), +(21554,1912,'_wc_review_count','0'), +(21555,1912,'_product_attributes','a:1:{s:7:\"pa_side\";a:6:{s:4:\"name\";s:7:\"pa_side\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:1;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'), +(21556,1912,'_product_version','10.6.1'), +(21563,1913,'_variation_description',''), +(21564,1913,'_sku','PUCHI-BO-pair-1'), +(21565,1913,'_regular_price','130'), +(21566,1913,'total_sales','0'), +(21567,1913,'_tax_status','taxable'), +(21568,1913,'_tax_class','parent'), +(21569,1913,'_manage_stock','no'), +(21570,1913,'_backorders','no'), +(21571,1913,'_sold_individually','no'), +(21572,1913,'_virtual','no'), +(21573,1913,'_downloadable','no'), +(21574,1913,'_download_limit','-1'), +(21575,1913,'_download_expiry','-1'), +(21576,1913,'_thumbnail_id','0'), +(21577,1913,'_stock','0'), +(21578,1913,'_stock_status','instock'), +(21579,1913,'_wc_average_rating','0'), +(21580,1913,'_wc_review_count','0'), +(21581,1913,'attribute_pa_side','pair'), +(21582,1913,'_price','130'), +(21583,1913,'_product_version','10.6.1'), +(21584,1914,'_variation_description',''), +(21585,1914,'_sku','PUCHI-BO-left-1'), +(21586,1914,'_regular_price','80'), +(21587,1914,'total_sales','0'), +(21588,1914,'_tax_status','taxable'), +(21589,1914,'_tax_class','parent'), +(21590,1914,'_manage_stock','no'), +(21591,1914,'_backorders','no'), +(21592,1914,'_sold_individually','no'), +(21593,1914,'_virtual','no'), +(21594,1914,'_downloadable','no'), +(21595,1914,'_download_limit','-1'), +(21596,1914,'_download_expiry','-1'), +(21597,1914,'_thumbnail_id','0'), +(21598,1914,'_stock','0'), +(21599,1914,'_stock_status','instock'), +(21600,1914,'_wc_average_rating','0'), +(21601,1914,'_wc_review_count','0'), +(21602,1914,'attribute_pa_side','left-side'), +(21603,1914,'_price','80'), +(21604,1914,'_product_version','10.6.1'), +(21605,1915,'_variation_description',''), +(21606,1915,'_sku','PUCHI-BO-right-1'), +(21607,1915,'_regular_price','80'), +(21608,1915,'total_sales','0'), +(21609,1915,'_tax_status','taxable'), +(21610,1915,'_tax_class','parent'), +(21611,1915,'_manage_stock','no'), +(21612,1915,'_backorders','no'), +(21613,1915,'_sold_individually','no'), +(21614,1915,'_virtual','no'), +(21615,1915,'_downloadable','no'), +(21616,1915,'_download_limit','-1'), +(21617,1915,'_download_expiry','-1'), +(21618,1915,'_thumbnail_id','0'), +(21619,1915,'_stock','0'), +(21620,1915,'_stock_status','instock'), +(21621,1915,'_wc_average_rating','0'), +(21622,1915,'_wc_review_count','0'), +(21623,1915,'attribute_pa_side','right-side'), +(21624,1915,'_price','80'), +(21625,1915,'_product_version','10.6.1'), +(21626,1912,'_price','80'), +(21627,1912,'_price','130'), +(21628,1912,'_edit_lock','1777375249:1'), +(21629,1912,'_edit_last','1'), +(21630,1916,'_wp_attached_file','2026/04/IKKAN-BO.jpg'), +(21631,1916,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3044;s:6:\"height\";i:3044;s:4:\"file\";s:20:\"2026/04/IKKAN-BO.jpg\";s:8:\"filesize\";i:1096737;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IKKAN-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21632,1916,'_wp_attachment_image_alt','Ikkan earrings'), +(21633,1912,'_photos_colonne_gauche|||0|value','1916'), +(21635,1912,'_haiku_details_produit',''), +(21636,1917,'_wp_attached_file','2024/10/PIASU-BO.jpg'), +(21637,1917,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3355;s:6:\"height\";i:3356;s:4:\"file\";s:20:\"2024/10/PIASU-BO.jpg\";s:8:\"filesize\";i:1561347;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PIASU-BO-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5761;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21638,1917,'_wp_attachment_image_alt','Piasu earrings'), +(21639,1918,'_wp_attached_file','2024/10/©Clelia.Odette-2-32.jpg'), +(21640,1918,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3209;s:6:\"height\";i:1978;s:4:\"file\";s:32:\"2024/10/©Clelia.Odette-2-32.jpg\";s:8:\"filesize\";i:2007930;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21641,1918,'_wp_attachment_image_alt','Piasu earrings'), +(21642,1919,'_wp_attached_file','2024/10/©Clelia.Odette-2-125-copie.jpg'), +(21643,1919,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2685;s:6:\"height\";i:1722;s:4:\"file\";s:39:\"2024/10/©Clelia.Odette-2-125-copie.jpg\";s:8:\"filesize\";i:2030296;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"©Clelia.Odette-2-125-copie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21729;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21644,1919,'_wp_attachment_image_alt','Piasu earrings'), +(21645,1920,'_wp_attached_file','2024/10/©Clelia.Odette-2-31-e1777453313198.jpg'), +(21646,1920,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2084;s:6:\"height\";i:1322;s:4:\"file\";s:47:\"2024/10/©Clelia.Odette-2-31-e1777453313198.jpg\";s:8:\"filesize\";i:582400;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"©Clelia.Odette-2-31-e1777453313198-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22313;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21647,1920,'_wp_attachment_image_alt','Piasu earrings'), +(21648,1920,'_wp_attachment_backup_sizes','a:4:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:3042;s:6:\"height\";i:2028;s:8:\"filesize\";i:1857394;s:4:\"file\";s:24:\"©Clelia.Odette-2-31.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:32:\"©Clelia.Odette-2-31-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21140;}s:18:\"full-1777453313198\";a:4:{s:5:\"width\";i:2418;s:6:\"height\";i:1520;s:8:\"filesize\";i:753446;s:4:\"file\";s:39:\"©Clelia.Odette-2-31-e1777453234292.jpg\";}s:23:\"thumbnail-1777453313198\";a:5:{s:4:\"file\";s:47:\"©Clelia.Odette-2-31-e1777453234292-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22766;}}'), +(21654,202,'_thumbnail_id','1917'), +(21655,202,'_photos_colonne_gauche|||0|value','1917'), +(21656,202,'_photos_colonne_droite|||0|value','1918'), +(21657,202,'_photos_colonne_droite|||1|value','1919'), +(21658,202,'_photos_colonne_droite|||2|value','1920'), +(21659,202,'_haiku_details_produit',''), +(21660,1921,'_wp_attached_file','woocommerce-placeholder.webp'), +(21661,1921,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:28:\"woocommerce-placeholder.webp\";s:8:\"filesize\";i:9892;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1760;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'), +(21662,240,'_photos_colonne_gauche|||0|value','1816'), +(21663,240,'_photos_colonne_droite|||0|value','1817'), +(21664,240,'_haiku_details_produit',''); +/*!40000 ALTER TABLE `haikuwp_postmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_posts` +-- + +DROP TABLE IF EXISTS `haikuwp_posts`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_posts` ( + `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, + `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_content` longtext NOT NULL, + `post_title` text NOT NULL, + `post_excerpt` text NOT NULL, + `post_status` varchar(20) NOT NULL DEFAULT 'publish', + `comment_status` varchar(20) NOT NULL DEFAULT 'open', + `ping_status` varchar(20) NOT NULL DEFAULT 'open', + `post_password` varchar(255) NOT NULL DEFAULT '', + `post_name` varchar(200) NOT NULL DEFAULT '', + `to_ping` text NOT NULL, + `pinged` text NOT NULL, + `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `post_content_filtered` longtext NOT NULL, + `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, + `guid` varchar(255) NOT NULL DEFAULT '', + `menu_order` int(11) NOT NULL DEFAULT 0, + `post_type` varchar(20) NOT NULL DEFAULT 'post', + `post_mime_type` varchar(100) NOT NULL DEFAULT '', + `comment_count` bigint(20) NOT NULL DEFAULT 0, + PRIMARY KEY (`ID`), + KEY `post_name` (`post_name`(191)), + KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), + KEY `post_parent` (`post_parent`), + KEY `post_author` (`post_author`), + KEY `type_status_author` (`post_type`,`post_status`,`post_author`) +) ENGINE=InnoDB AUTO_INCREMENT=1922 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_posts` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_posts` WRITE; +/*!40000 ALTER TABLE `haikuwp_posts` DISABLE KEYS */; +INSERT INTO `haikuwp_posts` VALUES +(1,1,'2024-08-04 22:10:39','2024-08-04 20:10:39','\n

      Bienvenue sur WordPress. Ceci est votre premier article. Modifiez-le ou supprimez-le, puis commencez à écrire !

      \n','Bonjour tout le monde !','','publish','open','open','','bonjour-tout-le-monde','','','2024-08-04 22:10:39','2024-08-04 20:10:39','',0,'https://haikuatelier.fr.ddev.site/?p=1',0,'post','',1), +(4,0,'2024-08-04 22:10:39','2024-08-04 20:10:39','','Navigation','','publish','closed','closed','','navigation','','','2024-08-04 22:10:39','2024-08-04 20:10:39','',0,'https://haikuatelier.fr.ddev.site/2024/08/04/navigation/',0,'wp_navigation','',0), +(13,1,'2024-08-05 15:21:14','2024-08-05 13:21:14','','Home','','publish','closed','closed','','home','','','2024-08-05 15:21:14','2024-08-05 13:21:14','',0,'https://haikuatelier.fr.ddev.site/?page_id=13',0,'page','',0), +(14,1,'2024-08-05 15:21:25','2024-08-05 13:21:25','','E-Shop','','publish','closed','closed','','shop','','','2024-08-06 22:21:51','2024-08-06 20:21:51','',0,'https://haikuatelier.fr.ddev.site/?page_id=14',0,'page','',0), +(16,1,'2024-08-05 15:22:02','2024-08-05 13:22:02','','Cart','','publish','closed','closed','','cart','','','2024-08-05 15:22:02','2024-08-05 13:22:02','',0,'https://haikuatelier.fr.ddev.site/?page_id=16',0,'page','',0), +(17,1,'2024-08-05 15:22:18','2024-08-05 13:22:18','','Checkout','','publish','closed','closed','','checkout','','','2024-08-05 15:22:18','2024-08-05 13:22:18','',0,'https://haikuatelier.fr.ddev.site/?page_id=17',0,'page','',0), +(18,1,'2024-08-05 15:22:40','2024-08-05 13:22:40','','Privacy policy','','publish','closed','closed','','privacy-policy','','','2024-08-05 15:22:40','2024-08-05 13:22:40','',0,'https://haikuatelier.fr.ddev.site/?page_id=18',0,'page','',0), +(19,1,'2024-08-05 15:23:03','2024-08-05 13:23:03','','Terms & Conditions','','publish','closed','closed','','terms-and-conditions','','','2024-11-25 16:28:57','2024-11-25 15:28:57','',0,'https://haikuatelier.fr.ddev.site/?page_id=19',0,'page','',0), +(26,1,'2024-08-06 22:21:23','2024-08-06 20:21:23','','Contact','','publish','closed','closed','','contact','','','2024-08-06 22:21:23','2024-08-06 20:21:23','',0,'https://haikuatelier.fr.ddev.site/?page_id=26',0,'page','',0), +(27,1,'2024-08-06 22:21:30','2024-08-06 20:21:30','','About','','publish','closed','closed','','about','','','2024-08-06 22:21:30','2024-08-06 20:21:30','',0,'https://haikuatelier.fr.ddev.site/?page_id=27',0,'page','',0), +(81,2,'2024-09-30 17:22:16','2024-09-30 15:22:16','','Hadou Ring','','inherit','closed','closed','','sony-dsc','','','2024-09-30 17:26:53','2024-09-30 15:26:53','',0,'https://haiku.gcch.fr/app/uploads/2024/09/HADOU-B.jpg',0,'attachment','image/jpeg',0), +(100,2,'2024-09-30 18:51:37','2024-09-30 16:51:37','','Hadou ring','','inherit','closed','closed','','hadou-b-mix','','','2024-09-30 18:51:55','2024-09-30 16:51:55','',0,'https://haiku.gcch.fr/app/uploads/2024/09/HADOU-B-mix.jpg',0,'attachment','image/jpeg',0), +(102,2,'2024-09-30 18:54:28','2024-09-30 16:54:28','IKKAN : link\r\n\r\nA piece made of an oversized link thread into a D-shaped sterling silver band ring.\r\n
        \r\n
      • • link caliber 1cm
      • \r\n
      • • band diameter 2mm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Ring silver','','publish','closed','closed','','ikkan-ring-silver','','','2026-04-28 13:02:36','2026-04-28 11:02:36','',0,'https://haiku.gcch.fr/?post_type=product&p=102',16,'product','',0), +(110,2,'2024-09-30 18:56:37','2024-09-30 16:56:37','','Ikkan silver Ring','','inherit','closed','closed','','sony-dsc-3','','','2024-09-30 18:58:06','2024-09-30 16:58:06','',102,'https://haiku.gcch.fr/app/uploads/2024/09/IKKAN-B2-arg.jpg',0,'attachment','image/jpeg',0), +(112,2,'2024-09-30 18:59:53','2024-09-30 16:59:53','','Ikkan silver ring + Kishou ring','','inherit','closed','closed','','ikkan-bakigen-ba','','','2024-09-30 19:00:36','2024-09-30 17:00:36','',102,'https://haiku.gcch.fr/app/uploads/2024/09/IKKAN-BaKIGEN-Ba.jpg',0,'attachment','image/jpeg',0), +(113,2,'2024-09-30 21:12:33','2024-09-30 19:12:33','IKKAN: link\r\n\r\nA piece made of an oversized link thread into a D-shaped gold plated silver band ring.\r\n
        \r\n
      • • link caliber 1cm
      • \r\n
      • • band diameter 2mm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Ring gold plated','','draft','closed','closed','','ikkan-ring-gold-plated','','','2026-04-28 13:17:41','2026-04-28 11:17:41','',0,'https://haiku.gcch.fr/?post_type=product&p=113',15,'product','',0), +(122,2,'2024-09-30 21:19:26','2024-09-30 19:19:26','','Ikkan gold plated ring','','inherit','closed','closed','','ikkan-b-g','','','2024-11-07 23:57:12','2024-11-07 22:57:12','',113,'https://haiku.gcch.fr/app/uploads/2024/09/IKKAN-B-g.jpg',0,'attachment','image/jpeg',0), +(154,2,'2024-10-01 08:28:27','2024-10-01 06:28:27','','Kishou silver ring','','inherit','closed','closed','','kigen-baikkanba','','','2024-10-01 08:29:30','2024-10-01 06:29:30','',0,'https://haiku.gcch.fr/app/uploads/2024/10/KIGEN-BaIKKANBa.jpg',0,'attachment','image/jpeg',0), +(168,2,'2024-10-01 08:42:52','2024-10-01 06:42:52','ROKKU: pebble\r\n\r\nLarge wavy ring in sterling silver with a semi precious oval stone in the center set in silver.\r\n
        \r\n
      • • height 2cm
      • \r\n
      • • tiger\'s eye stone
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Rokku Ring','','publish','closed','closed','','rokku-ring','','','2026-04-28 13:01:34','2026-04-28 11:01:34','',0,'https://haiku.gcch.fr/?post_type=product&p=168',31,'product','',0), +(178,2,'2024-10-01 09:13:13','2024-10-01 07:13:13','','Rokku ring tiger eye','','inherit','closed','closed','','sony-dsc-9','','','2024-10-01 09:13:48','2024-10-01 07:13:48','',168,'https://haiku.gcch.fr/app/uploads/2024/10/ROKKU-B-tigereye.jpg',0,'attachment','image/jpeg',0), +(179,2,'2024-10-01 09:14:04','2024-10-01 07:14:04','','Rokku ring tiger eye','','inherit','closed','closed','','rokku-b-tigereye','','','2024-10-01 09:14:34','2024-10-01 07:14:34','',168,'https://haiku.gcch.fr/app/uploads/2024/10/ROKKU-B-tigereye-1.jpg',0,'attachment','image/jpeg',0), +(182,2,'2024-10-01 09:26:24','2024-10-01 07:26:24','','Rokku ring tiger eye','','inherit','closed','closed','','_dsc9190','','','2024-10-01 09:26:54','2024-10-01 07:26:54','',168,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9190.jpg',0,'attachment','image/jpeg',0), +(183,2,'2024-10-01 11:31:42','2024-10-01 09:31:42','BOROBORO: the sound of something crumbling \r\n\r\nLong asymmetrical earrings with oval shapes made of sterling silver.\r\n
        \r\n
      • wire diameter 12mm
      • \r\n
      • height 4cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings silver','','trash','closed','closed','','boroboro-long-earrings-silver__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',0,'https://haiku.gcch.fr/?post_type=product&p=183',2,'product','',0), +(202,2,'2024-10-01 18:14:00','2024-10-01 16:14:00','PIASU: piercing\r\n\r\nLarge earrings covering the lobe with three hoops hanging to it, with a small gold plated bead on each side.\r\n
        \r\n
      • • height 3cm
      • \r\n
      • • width 2cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Piasu Earrings','','publish','closed','closed','','piasu-earrings','','','2026-04-29 11:02:32','2026-04-29 09:02:32','',0,'https://haiku.gcch.fr/?post_type=product&p=202',28,'product','',0), +(213,2,'2024-10-01 19:52:06','2024-10-01 17:52:06','BOROBORO: the sound of something crumbling \r\n\r\nLong asymmetrical earrings with oval shapes made of gold plated silver.\r\n
        \r\n
      • wire diameter 12mm
      • \r\n
      • height 4cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings gold plated','','trash','closed','closed','','boroboro-long-earrings-gold-plated__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',0,'https://haiku.gcch.fr/?post_type=product&p=213',1,'product','',0), +(240,2,'2024-10-02 23:21:37','2024-10-02 21:21:37','IKKAN : link\r\n\r\nA bracelet mixing a rigid band and a loose mix of chains in sterling silver and gold plated silver.\r\n
        \r\n
      • • size 1: 6cm diameter / size 2: 7cm diameter
      • \r\n
      • • wire thickness 2,5mm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Bracelet','','publish','closed','closed','','ikkan-bracelet-silver','','','2026-05-05 17:53:52','2026-05-05 15:53:52','',0,'https://haiku.gcch.fr/?post_type=product&p=240',14,'product','',0), +(241,2,'2024-10-02 23:21:37','2024-10-02 21:21:37','','Ikkan Bracelet - Size 1','Size: Size 1','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-3','','','2026-04-24 14:50:43','2026-04-24 12:50:43','',240,'https://haiku.gcch.fr/?post_type=product_variation&p=241',1,'product_variation','',0), +(242,2,'2024-10-02 23:21:37','2024-10-02 21:21:37','','Ikkan Bracelet - Size 2','Size: Size 2','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-4','','','2026-04-24 14:50:43','2026-04-24 12:50:43','',240,'https://haiku.gcch.fr/?post_type=product_variation&p=242',2,'product_variation','',0), +(258,2,'2024-10-03 22:02:26','2024-10-03 20:02:26','Fuyou: floating leave on water\r\n\r\nRectangular trace chain bracelet in sterling silver with a fluid oval shape element in the center and gold plated details.\r\n
        \r\n
      • • adjustable in between 15 and 18cm
      • \r\n
      • • oval center shape 2cm caliber
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Fuyou Bracelet','','publish','closed','closed','','fuyou-bracelet-silver','','','2026-04-28 12:58:58','2026-04-28 10:58:58','',0,'https://haiku.gcch.fr/?post_type=product&p=258',3,'product','',0), +(263,2,'2024-10-03 22:17:11','2024-10-03 20:17:11','IKKAN: link \r\n\r\nShort necklace with a mix of different links combining sterling silver and gold plated silver.\r\n
        \r\n
      • • length 38 to 45cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Necklace','','publish','closed','closed','','ikkan-necklace','','','2026-04-28 12:58:03','2026-04-28 10:58:03','',0,'https://haiku.gcch.fr/?post_type=product&p=263',17,'product','',0), +(274,2,'2024-10-04 08:33:31','2024-10-04 06:33:31','FUYOU: floating leave on water\r\n\r\nA necklace with thin rectangular trace chain and oval fluid elements in sterling silver, with a dangling gold plated detail.\r\n
        \r\n
      • • total length 50cm, adjustable at your convenience
      • \r\n
      • • oval shapes caliber between 3cm and 1cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Fuyou Necklace','','publish','closed','closed','','fuyou-necklace','','','2026-04-28 12:55:09','2026-04-28 10:55:09','',0,'https://haiku.gcch.fr/?post_type=product&p=274',6,'product','',0), +(285,2,'2024-10-04 08:55:02','2024-10-04 06:55:02','HATTARI: bluff\r\n\r\nMultiple hoops in various sizes giving the illusion of stacked hoop earrings, in sterling silver.\r\n
        \r\n
      • hoops diameter 3cm to 1cm
      • \r\n
      • d-shape wires
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Stacked Hoops silver','','trash','closed','closed','','hattari-stacked-hoops-silver__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',0,'https://haiku.gcch.fr/?post_type=product&p=285',13,'product','',0), +(288,2,'2024-10-04 09:10:01','2024-10-04 07:10:01','HATTARI: bluff\r\n\r\nMultiple hoops in various sizes giving the illusion of stacked hoop earrings, in gold plated silver.\r\n
        \r\n
      • hoops diameter 3cm to 1cm
      • \r\n
      • d-shape wires
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Stacked Hoops gold plated','','trash','closed','closed','','hattari-stacked-hoops-gold-plated__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',0,'https://haiku.gcch.fr/?post_type=product&p=288',12,'product','',0), +(306,2,'2024-10-07 08:18:28','2024-10-07 06:18:28','TAMA: soul, spirit\r\n\r\nOval sterling silver hoops lined with dangling box chains of two different length.\r\n
        \r\n
      • • hoops height 2cm
      • \r\n
      • • chain length 5cm and 3,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Tama Hoops silver','','publish','closed','closed','','tamanori-hoops','','','2026-04-28 12:54:34','2026-04-28 10:54:34','',0,'https://haiku.gcch.fr/?post_type=product&p=306',35,'product','',0), +(310,2,'2024-10-07 08:20:16','2024-10-07 06:20:16','','Tamanori Hoops silver','','inherit','closed','closed','','sony-dsc-31','','','2024-10-07 08:20:55','2024-10-07 06:20:55','',306,'https://haiku.gcch.fr/app/uploads/2024/10/TAMANORI-CR2-arg.jpg',0,'attachment','image/jpeg',0), +(311,2,'2024-10-07 08:22:26','2024-10-07 06:22:26','','Tamanori Hoops silver','','inherit','closed','closed','','_dsc9378','','','2024-10-07 08:22:48','2024-10-07 06:22:48','',306,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9378.jpg',0,'attachment','image/jpeg',0), +(312,2,'2024-10-07 08:33:26','2024-10-07 06:33:26','TAMA: soul, spirit\r\n\r\nOval gold plated silver hoops lined with dangling box chains of two different length.\r\n
        \r\n
      • • hoops height 2cm
      • \r\n
      • • chain length 5cm and 3,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycles sterling silver and 18ct gold plated silver.','Tama Hoops gold plated','','publish','closed','closed','','tamanori-hoops-gold-plated','','','2026-04-28 12:53:52','2026-04-28 10:53:52','',0,'https://haiku.gcch.fr/?post_type=product&p=312',34,'product','',0), +(318,2,'2024-10-07 08:40:26','2024-10-07 06:40:26','FUYOU: floating leave on water\r\n\r\nSolo hoop in sterling silver with a mix of small rings in gold plated silver hanging on it.\r\n
        \r\n
      • • hoop diameter 13mm
      • \r\n
      • • small rings diameter around 5mm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Fuyou Hoop','','publish','closed','closed','','fuyou-hoop','','','2026-04-28 12:53:12','2026-04-28 10:53:12','',0,'https://haiku.gcch.fr/?post_type=product&p=318',4,'product','',0), +(324,2,'2024-10-07 08:55:07','2024-10-07 06:55:07','','Fuyou Hoops silver and gold','','inherit','closed','closed','','_dsc9542','','','2024-10-07 08:55:26','2024-10-07 06:55:26','',318,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9542.jpg',0,'attachment','image/jpeg',0), +(393,2,'2024-10-18 08:48:05','2024-10-18 06:48:05','MUGURA: vine\r\n\r\nMinimalist hoop earrings, big and small version, with thin ends going up on the lobes and smoked quartz detail. In sterling silver.\r\n
        \r\n
      • • wire thickness 25mm & 20mm
      • \r\n
      • • height 4cm & 2,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Mugura Hoops silver','','publish','closed','closed','','mugura-hoops-silver','','','2026-04-28 12:50:26','2026-04-28 10:50:26','',0,'https://haiku.gcch.fr/?post_type=product&p=393',24,'product','',0), +(396,2,'2024-10-18 08:51:31','2024-10-18 06:51:31','','Mugura hoops silver','','inherit','closed','closed','','sony-dsc-46','','','2024-10-18 08:59:25','2024-10-18 06:59:25','',393,'https://haiku.gcch.fr/app/uploads/2024/10/MUGURA-CR2-arg.jpg',0,'attachment','image/jpeg',0), +(397,2,'2024-10-18 08:59:16','2024-10-18 06:59:16','','Mugura hoops silver','','inherit','closed','closed','','_dsc9733','','','2024-11-08 00:27:40','2024-11-07 23:27:40','',393,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9733.jpg',0,'attachment','image/jpeg',0), +(398,2,'2024-10-18 09:00:33','2024-10-18 07:00:33','MUGURA: vine\r\n\r\nMinimalist hoop earrings, big and small version, with thin ends going up on the lobes and smoked quartz detail. In gold plated silver.\r\n
        \r\n
      • • wire thickness 2,5mm & 2mm
      • \r\n
      • • height 4cm & 2,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Mugura Hoops gold plated','','draft','closed','closed','','mugura-hoops-gold-plated','','','2026-04-28 12:52:13','2026-04-28 10:52:13','',0,'https://haiku.gcch.fr/?post_type=product&p=398',23,'product','',0), +(400,2,'2024-10-18 09:21:51','2024-10-18 07:21:51','','Mugura hoops silver','','inherit','closed','closed','','_dsc9723','','','2024-10-18 09:22:07','2024-10-18 07:22:07','',398,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9723.jpg',0,'attachment','image/jpeg',0), +(424,1,'2024-10-30 22:08:13','2024-10-30 21:08:13','','Tamanori Hoops silver','','inherit','closed','closed','','_dsc9376','','','2024-10-30 22:08:31','2024-10-30 21:08:31','',306,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9376.jpg',0,'attachment','image/jpeg',0), +(435,1,'2024-10-30 22:36:02','2024-10-30 21:36:02','KARA: hull, shell\r\n\r\nTextured ear cuff in sterling silver.\r\n
        \r\n
      • width 0,5cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 24K gold plated silver.','Kara Ear Cuff silver','','trash','closed','closed','','kara-earcuff-silver__trashed','','','2026-04-25 08:34:20','2026-04-25 06:34:20','',0,'https://haiku.gcch.fr/?post_type=product&p=435',19,'product','',0), +(447,1,'2024-11-07 23:51:25','2024-11-07 22:51:25','KARA: hull, shell\r\n\r\nTextured ear cuff in sterling gold plated silver.\r\n
        \r\n
      • width 0,5cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our products are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Ear Cuff gold plated','','trash','closed','closed','','kara-ear-cuff-gold-plated__trashed','','','2026-04-25 08:34:10','2026-04-25 06:34:10','',0,'https://haikuatelier.com/?post_type=product&p=447',18,'product','',0), +(490,1,'2024-11-10 12:47:12','2024-11-10 11:47:12','Hadou: wave\r\n\r\nStud earrings with 2 wavy lines, one in sterling silver, the other in gold plated silver.\r\n
        \r\n
      • • height 1cm
      • \r\n
      • • wire thickness 1,5mm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our products are made in 80% recycled silver and 18ct gold plated silver.','Mugura Stud Earrings','','publish','closed','closed','','mugura-stud-earrings','','','2026-04-28 12:49:20','2026-04-28 10:49:20','',0,'https://haikuatelier.com/?post_type=product&p=490',7,'product','',0), +(493,1,'2024-11-10 12:59:05','2024-11-10 11:59:05','','Mugura Stud Earrings - left side','Side: left side','publish','closed','closed','','hattari-double-hoops-copy-left-side','','','2026-04-25 08:36:58','2026-04-25 06:36:58','',490,'https://haikuatelier.com/?post_type=product_variation&p=493',2,'product_variation','',0), +(494,1,'2024-11-10 12:59:05','2024-11-10 11:59:05','','Mugura Stud Earrings - pair','Side: pair','publish','closed','closed','','hattari-double-hoops-copy-pair','','','2026-04-25 08:36:58','2026-04-25 06:36:58','',490,'https://haikuatelier.com/?post_type=product_variation&p=494',1,'product_variation','',0), +(495,1,'2024-11-10 12:59:05','2024-11-10 11:59:05','','Mugura Stud Earrings - right side','Side: right side','publish','closed','closed','','hattari-double-hoops-copy-right-side','','','2026-04-25 08:36:58','2026-04-25 06:36:58','',490,'https://haikuatelier.com/?post_type=product_variation&p=495',3,'product_variation','',0), +(496,1,'2024-11-10 13:07:31','2024-11-10 12:07:31','Mugura: vine\r\n\r\nSmall solo hoop in sterling silver with a wavy dangling element in gold plated silver.\r\n
        \r\n
      • hoop diameter 13mm
      • \r\n
      • total height 3cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our jewelry are made in 80% recycled silver and 18K gold plated silver.','Mugura Solo Hoop','','trash','closed','closed','','mugu-hoop__trashed','','','2026-04-25 08:33:48','2026-04-25 06:33:48','',0,'https://haikuatelier.com/?post_type=product&p=496',25,'product','',0), +(510,1,'2024-11-12 17:15:05','2024-11-12 16:15:05','','Successful Order','','publish','closed','closed','','successful-order','','','2024-11-12 17:34:29','2024-11-12 16:34:29','',0,'https://haiku.gcch.fr/?page_id=510',0,'page','',0), +(511,1,'2024-11-12 17:15:13','2024-11-12 16:15:13','','Failed Order','','publish','closed','closed','','failed-order','','','2024-11-12 17:34:46','2024-11-12 16:34:46','',0,'https://haiku.gcch.fr/?page_id=511',0,'page','',0), +(545,1,'2024-11-13 13:56:53','2024-11-13 12:56:53','KARA: hull, shell\r\n\r\nSmall textured gold plated silver hoops.\r\n
        \r\n
      • 1cm diameter
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Hoops gold plated','','trash','closed','closed','','kara-hoops-gold-plated__trashed','','','2026-04-25 08:33:40','2026-04-25 06:33:40','',0,'https://haikuatelier.com/?post_type=product&p=545',20,'product','',0), +(552,1,'2024-11-13 14:51:15','2024-11-13 13:51:15','','Kara Hoops gold plated - one earring','Side: one earring','trash','closed','closed','','kara-hoops-gold-plated-one-earring__trashed','','','2026-04-25 08:33:40','2026-04-25 06:33:40','',545,'https://haikuatelier.com/?post_type=product_variation&p=552',2,'product_variation','',0), +(553,1,'2024-11-13 14:51:15','2024-11-13 13:51:15','','Kara Hoops gold plated - pair','Side: pair','trash','closed','closed','','kara-hoops-gold-plated-pair__trashed','','','2026-04-25 08:33:40','2026-04-25 06:33:40','',545,'https://haikuatelier.com/?post_type=product_variation&p=553',1,'product_variation','',0), +(554,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','KARA: hull, shell\r\n\r\nSmall textured sterling silver hoops.\r\n
        \r\n
      • 1cm diameter
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Hoops silver','','trash','closed','closed','','kara-hoops-silver__trashed','','','2026-04-25 08:33:33','2026-04-25 06:33:33','',0,'https://haikuatelier.com/?post_type=product&p=554',21,'product','',0), +(555,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','','Kara Hoops silver - pair','Side: pair','trash','closed','closed','','kara-hoops-gold-plated-pair-2__trashed','','','2026-04-25 08:33:33','2026-04-25 06:33:33','',554,'https://haikuatelier.com/?post_type=product_variation&p=555',1,'product_variation','',0), +(556,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','','Kara Hoops silver - one earring','Side: one earring','trash','closed','closed','','kara-hoops-gold-plated-one-earring-2__trashed','','','2026-04-25 08:33:33','2026-04-25 06:33:33','',554,'https://haikuatelier.com/?post_type=product_variation&p=556',2,'product_variation','',0), +(565,1,'2024-11-13 15:42:44','2024-11-13 14:42:44','','BoroBoro Long Earrings silver - one element earring','Side: one element earring','trash','closed','closed','','boroboro-long-earrings-silver-one-element-side__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',183,'https://haikuatelier.com/?post_type=product_variation&p=565',2,'product_variation','',0), +(566,1,'2024-11-13 15:42:44','2024-11-13 14:42:44','','BoroBoro Long Earrings silver - pair','Side: pair','trash','closed','closed','','boroboro-long-earrings-silver-pair__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',183,'https://haikuatelier.com/?post_type=product_variation&p=566',1,'product_variation','',0), +(567,1,'2024-11-13 15:42:44','2024-11-13 14:42:44','','BoroBoro Long Earrings silver - two elements earring','Side: two elements earring','trash','closed','closed','','boroboro-long-earrings-silver-two-elements-side__trashed','','','2026-04-25 08:42:36','2026-04-25 06:42:36','',183,'https://haikuatelier.com/?post_type=product_variation&p=567',3,'product_variation','',0), +(569,1,'2024-11-13 15:46:14','2024-11-13 14:46:14','','BoroBoro Long Earrings gold plated - one element earring','Side: one element earring','trash','closed','closed','','boroboro-long-earrings-gold-plated-one-element-side__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',213,'https://haikuatelier.com/?post_type=product_variation&p=569',2,'product_variation','',0), +(570,1,'2024-11-13 15:46:14','2024-11-13 14:46:14','','BoroBoro Long Earrings gold plated - pair','Side: pair','trash','closed','closed','','boroboro-long-earrings-gold-plated-pair__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',213,'https://haikuatelier.com/?post_type=product_variation&p=570',1,'product_variation','',0), +(571,1,'2024-11-13 15:46:14','2024-11-13 14:46:14','','BoroBoro Long Earrings gold plated - two elements earring','Side: two elements earring','trash','closed','closed','','boroboro-long-earrings-gold-plated-two-elements-side__trashed','','','2026-04-25 08:42:12','2026-04-25 06:42:12','',213,'https://haikuatelier.com/?post_type=product_variation&p=571',3,'product_variation','',0), +(637,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings - left side','Side: left side','publish','closed','closed','','piasu-earrings-left-side','','','2026-04-24 20:34:10','2026-04-24 18:34:10','',202,'https://haikuatelier.com/?post_type=product_variation&p=637',2,'product_variation','',0), +(638,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings - pair','Side: pair','publish','closed','closed','','piasu-earrings-pair','','','2026-04-24 20:34:10','2026-04-24 18:34:10','',202,'https://haikuatelier.com/?post_type=product_variation&p=638',1,'product_variation','',0), +(639,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings - right side','Side: right side','publish','closed','closed','','piasu-earrings-right-side','','','2026-04-24 20:34:10','2026-04-24 18:34:10','',202,'https://haikuatelier.com/?post_type=product_variation&p=639',3,'product_variation','',0), +(641,1,'2024-11-13 19:47:48','2024-11-13 18:47:48','','Hattari Stacked Hoops silver - left side','Side: left side','trash','closed','closed','','hattari-stacked-hoops-silver-left-side__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',285,'https://haikuatelier.com/?post_type=product_variation&p=641',2,'product_variation','',0), +(642,1,'2024-11-13 19:47:48','2024-11-13 18:47:48','','Hattari Stacked Hoops silver - pair','Side: pair','trash','closed','closed','','hattari-stacked-hoops-silver-pair__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',285,'https://haikuatelier.com/?post_type=product_variation&p=642',1,'product_variation','',0), +(643,1,'2024-11-13 19:47:48','2024-11-13 18:47:48','','Hattari Stacked Hoops silver - right side','Side: right side','trash','closed','closed','','hattari-stacked-hoops-silver-right-side__trashed','','','2026-04-25 08:39:59','2026-04-25 06:39:59','',285,'https://haikuatelier.com/?post_type=product_variation&p=643',3,'product_variation','',0), +(645,1,'2024-11-13 19:54:04','2024-11-13 18:54:04','','Hattari Stacked Hoops gold plated - left side','Side: left side','trash','closed','closed','','hattari-stacked-hoops-gold-plated-left-side__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',288,'https://haikuatelier.com/?post_type=product_variation&p=645',2,'product_variation','',0), +(646,1,'2024-11-13 19:54:04','2024-11-13 18:54:04','','Hattari Stacked Hoops gold plated - pair','Side: pair','trash','closed','closed','','hattari-stacked-hoops-gold-plated-pair__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',288,'https://haikuatelier.com/?post_type=product_variation&p=646',1,'product_variation','',0), +(647,1,'2024-11-13 19:54:04','2024-11-13 18:54:04','','Hattari Stacked Hoops gold plated - right side','Side: right side','trash','closed','closed','','hattari-stacked-hoops-gold-plated-right-side__trashed','','','2026-04-25 08:39:50','2026-04-25 06:39:50','',288,'https://haikuatelier.com/?post_type=product_variation&p=647',3,'product_variation','',0), +(651,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tama Hoops silver - long','Side: long','publish','closed','closed','','tamanori-hoops-silver-long','','','2026-04-24 20:38:57','2026-04-24 18:38:57','',306,'https://haikuatelier.com/?post_type=product_variation&p=651',2,'product_variation','',0), +(652,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tama Hoops silver - pair','Side: pair','publish','closed','closed','','tamanori-hoops-silver-pair','','','2026-04-24 20:38:57','2026-04-24 18:38:57','',306,'https://haikuatelier.com/?post_type=product_variation&p=652',1,'product_variation','',0), +(653,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tama Hoops silver - short','Side: short','publish','closed','closed','','tamanori-hoops-silver-short','','','2026-04-24 20:38:57','2026-04-24 18:38:57','',306,'https://haikuatelier.com/?post_type=product_variation&p=653',3,'product_variation','',0), +(654,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tama Hoops gold plated - long','Side: long','publish','closed','closed','','tamanori-hoops-gold-plated-long','','','2026-04-24 20:40:06','2026-04-24 18:40:06','',312,'https://haikuatelier.com/?post_type=product_variation&p=654',2,'product_variation','',0), +(655,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tama Hoops gold plated - pair','Side: pair','publish','closed','closed','','tamanori-hoops-gold-plated-pair','','','2026-04-24 15:15:56','2026-04-24 13:15:56','',312,'https://haikuatelier.com/?post_type=product_variation&p=655',1,'product_variation','',0), +(656,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tama Hoops gold plated - short','Side: short','publish','closed','closed','','tamanori-hoops-gold-plated-short','','','2026-04-24 20:40:06','2026-04-24 18:40:06','',312,'https://haikuatelier.com/?post_type=product_variation&p=656',3,'product_variation','',0), +(659,1,'2024-11-15 12:26:34','2024-11-15 11:26:34','','Hadou wavy ring silver and gold','','inherit','closed','closed','','hadou-b-opti','','','2024-11-15 17:20:07','2024-11-15 16:20:07','',72,'https://haikuatelier.com/app/uploads/2024/09/HADOU-B-opti.jpg',0,'wmpc-trash','image/jpeg',0), +(660,1,'2024-11-15 12:30:13','2024-11-15 11:30:13','','Tamanori hoops gold plated','','inherit','closed','closed','','img_1442','','','2024-11-15 12:30:25','2024-11-15 11:30:25','',312,'https://haikuatelier.com/app/uploads/2024/10/IMG_1442.jpg',0,'attachment','image/jpeg',0), +(684,1,'2024-11-17 10:35:57','2024-11-17 09:35:57','','Ikkan ring gold plated','','inherit','closed','closed','','img_1478','','','2024-11-17 10:36:09','2024-11-17 09:36:09','',113,'https://haikuatelier.com/app/uploads/2024/09/IMG_1478.jpg',0,'attachment','image/jpeg',0), +(714,1,'2024-11-17 11:42:07','2024-11-17 10:42:07','','Fuyou solo hoop','','inherit','closed','closed','','img_1651','','','2024-11-17 11:42:18','2024-11-17 10:42:18','',318,'https://haikuatelier.com/app/uploads/2024/10/IMG_1651.jpg',0,'attachment','image/jpeg',0), +(722,1,'2024-11-17 17:29:17','2024-11-17 16:29:17','','Mugura hoops gold plated','','inherit','closed','closed','','sony-dsc-39','','','2024-11-17 17:29:34','2024-11-17 16:29:34','',398,'https://haikuatelier.com/app/uploads/2024/10/MUGURA-CR2-vrm.jpg',0,'attachment','image/jpeg',0), +(726,1,'2024-11-17 17:39:44','2024-11-17 16:39:44','','Rokku ring silver and malachite','','inherit','closed','closed','','rokku-b-malachite','','','2024-11-17 17:40:01','2024-11-17 16:40:01','',168,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-B-malachite.jpg',0,'attachment','image/jpeg',0), +(735,1,'2024-11-17 18:03:32','2024-11-17 17:03:32','','Tamanori hoops gold plated','','inherit','closed','closed','','sony-dsc-32','','','2024-11-17 18:03:50','2024-11-17 17:03:50','',312,'https://haikuatelier.com/app/uploads/2024/10/TAMANORI-CR2-vrm.jpg',0,'attachment','image/jpeg',0), +(752,1,'2024-11-17 18:35:52','2024-11-17 17:35:52','','Hadou stud earrings','','inherit','closed','closed','','sony-dsc-60','','','2024-11-17 18:37:25','2024-11-17 17:37:25','',490,'https://haikuatelier.com/app/uploads/2024/11/HADOU-BOP.jpg',0,'attachment','image/jpeg',0), +(766,1,'2024-11-20 16:00:37','2024-11-20 15:00:37','Fuyou : floating leave on water\r\n\r\nLong dangling earrings in sterling silver. Composed of fluid oval shapes and rectangular chains with gold plated details.\r\n\r\n
        \r\n
      • • total length 5cm
      • \r\n
      • • oval length 2,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.','Fuyou Long Earrings','','publish','closed','closed','','fuyou-long-earrings-silver','','','2026-04-28 12:48:44','2026-04-28 10:48:44','',0,'https://haikuatelier.com/?post_type=product&p=766',5,'product','',0), +(819,1,'2024-11-24 11:42:38','2024-11-24 10:42:38','','Haiku size guide','','inherit','closed','closed','','haiku-ringsizes','','','2024-11-24 11:42:57','2024-11-24 10:42:57','',0,'https://haikuatelier.com/app/uploads/2024/11/HAIKU-ringsizes.jpg',0,'attachment','image/jpeg',0), +(820,1,'2024-11-24 11:53:29','2024-11-24 10:53:29','','Ikkan ring gold plated','','inherit','closed','closed','','sony-dsc-4','','','2024-11-24 11:53:45','2024-11-24 10:53:45','',113,'https://haikuatelier.com/app/uploads/2024/09/IKKAN-B-vrm.jpg',0,'attachment','image/jpeg',0), +(821,1,'2024-11-24 11:55:38','2024-11-24 10:55:38','','Kara ring silver and 18k gold','','inherit','closed','closed','','sony-dsc-6','','','2024-11-24 11:55:59','2024-11-24 10:55:59','',0,'https://haikuatelier.com/app/uploads/2024/09/KARA-B.jpg',0,'attachment','image/jpeg',0), +(851,1,'2024-11-25 16:26:31','2024-11-25 15:26:31','','NEWSHOP20','Code promo pour l\'ouverture du site.','publish','closed','closed','','newshop20','','','2024-12-04 00:23:03','2024-12-03 23:23:03','',0,'https://haikuatelier.com/?post_type=shop_coupon&p=851',0,'shop_coupon','',0), +(862,1,'2024-11-28 16:40:46','2024-11-28 15:40:46','','','','draft','closed','closed','','','','','2024-11-28 16:40:46','2024-11-28 15:40:46','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=862',0,'shop_order_placehold','',1), +(866,1,'2024-11-29 10:05:49','2024-11-29 09:05:49','','','','draft','closed','closed','','','','','2024-11-29 10:05:49','2024-11-29 09:05:49','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=866',0,'shop_order_placehold','',1), +(868,1,'2024-11-29 18:22:16','2024-11-29 17:22:16','','','','draft','closed','closed','','','','','2024-11-29 18:22:16','2024-11-29 17:22:16','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=868',0,'shop_order_placehold','',1), +(869,1,'2024-12-02 11:05:43','2024-12-02 10:05:43','','','','draft','closed','closed','','','','','2024-12-02 11:05:43','2024-12-02 10:05:43','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=869',0,'shop_order_placehold','',1), +(871,1,'2024-12-02 17:33:11','2024-12-02 16:33:11','','','','draft','closed','closed','','','','','2024-12-02 17:33:11','2024-12-02 16:33:11','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=871',0,'shop_order_placehold','',1), +(872,1,'2024-12-03 18:03:18','2024-12-03 17:03:18','','','','draft','closed','closed','','','','','2024-12-03 18:03:18','2024-12-03 17:03:18','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=872',0,'shop_order_placehold','',1), +(873,1,'2024-12-03 23:53:41','2024-12-03 22:53:41','','','','draft','closed','closed','','','','','2024-12-03 23:53:41','2024-12-03 22:53:41','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=873',0,'shop_order_placehold','',1), +(878,1,'2024-12-06 14:08:34','2024-12-06 13:08:34','','','','draft','closed','closed','','','','','2024-12-06 14:08:34','2024-12-06 13:08:34','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=878',0,'shop_order_placehold','',3), +(879,1,'2024-12-06 15:04:22','2024-12-06 14:04:22','','','','draft','closed','closed','','','','','2024-12-06 15:04:22','2024-12-06 14:04:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=879',0,'shop_order_placehold','',2), +(880,1,'2024-12-12 17:55:38','2024-12-12 16:55:38','','','','draft','closed','closed','','','','','2024-12-12 17:55:38','2024-12-12 16:55:38','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=880',0,'shop_order_placehold','',3), +(881,1,'2024-12-13 09:37:26','2024-12-13 08:37:26','','','','draft','closed','closed','','','','','2024-12-13 09:37:26','2024-12-13 08:37:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=881',0,'shop_order_placehold','',2), +(884,1,'2024-12-14 11:10:01','2024-12-14 10:10:01','','','','draft','closed','closed','','','','','2024-12-14 11:10:01','2024-12-14 10:10:01','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=884',0,'shop_order_placehold','',3), +(885,1,'2024-12-16 10:16:07','2024-12-16 09:16:07','','','','draft','closed','closed','','','','','2024-12-16 10:16:07','2024-12-16 09:16:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=885',0,'shop_order_placehold','',2), +(886,1,'2024-12-17 09:40:04','2024-12-17 08:40:04','','','','draft','closed','closed','','','','','2024-12-17 09:40:04','2024-12-17 08:40:04','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=886',0,'shop_order_placehold','',2), +(887,1,'2024-12-18 16:13:28','2024-12-18 15:13:28','','','','draft','closed','closed','','','','','2024-12-18 16:13:28','2024-12-18 15:13:28','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=887',0,'shop_order_placehold','',2), +(888,1,'2024-12-19 10:08:20','2024-12-19 09:08:20','','','','draft','closed','closed','','','','','2024-12-19 10:08:20','2024-12-19 09:08:20','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=888',0,'shop_order_placehold','',2), +(889,1,'2024-12-26 13:37:45','2024-12-26 12:37:45','','','','draft','closed','closed','','','','','2024-12-26 13:37:45','2024-12-26 12:37:45','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=889',0,'shop_order_placehold','',2), +(890,1,'2024-12-29 15:53:20','2024-12-29 14:53:20','','','','draft','closed','closed','','','','','2024-12-29 15:53:20','2024-12-29 14:53:20','',888,'https://haikuatelier.com/?post_type=shop_order_placehold&p=890',0,'shop_order_placehold','',0), +(891,1,'2024-12-30 11:40:43','2024-12-30 10:40:43','','','','draft','closed','closed','','','','','2024-12-30 11:40:43','2024-12-30 10:40:43','',880,'https://haikuatelier.com/?post_type=shop_order_placehold&p=891',0,'shop_order_placehold','',0), +(894,1,'2025-01-03 10:04:01','2025-01-03 09:04:01','','','','draft','closed','closed','','','','','2025-01-03 10:04:01','2025-01-03 09:04:01','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=894',0,'shop_order_placehold','',2), +(895,1,'2025-01-09 13:01:26','2025-01-09 12:01:26','','','','draft','closed','closed','','','','','2025-01-09 13:01:26','2025-01-09 12:01:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=895',0,'shop_order_placehold','',2), +(896,1,'2025-01-23 22:51:50','2025-01-23 21:51:50','','','','draft','closed','closed','','','','','2025-01-23 22:51:50','2025-01-23 21:51:50','',884,'https://haikuatelier.com/?post_type=shop_order_placehold&p=896',0,'shop_order_placehold','',0), +(897,1,'2025-01-29 11:32:07','2025-01-29 10:32:07','','','','draft','closed','closed','','','','','2025-01-29 11:32:07','2025-01-29 10:32:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=897',0,'shop_order_placehold','',2), +(899,1,'2025-01-30 09:57:12','2025-01-30 08:57:12','','','','draft','closed','closed','','','','','2025-01-30 09:57:12','2025-01-30 08:57:12','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=899',0,'shop_order_placehold','',2), +(901,1,'2025-02-23 18:08:07','2025-02-23 17:08:07','','','','draft','closed','closed','','','','','2025-02-23 18:08:07','2025-02-23 17:08:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=901',0,'shop_order_placehold','',1), +(903,1,'2025-02-26 13:51:16','2025-02-26 12:51:16','','','','draft','closed','closed','','','','','2025-02-26 13:51:16','2025-02-26 12:51:16','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=903',0,'shop_order_placehold','',2), +(905,1,'2025-03-03 11:45:26','2025-03-03 10:45:26','','','','draft','closed','closed','','','','','2025-03-03 11:45:26','2025-03-03 10:45:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=905',0,'shop_order_placehold','',2), +(906,1,'2025-03-03 12:10:15','2025-03-03 11:10:15','','','','draft','closed','closed','','','','','2025-03-03 12:10:15','2025-03-03 11:10:15','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=906',0,'shop_order_placehold','',2), +(907,1,'2025-03-05 12:04:07','2025-03-05 11:04:07','','','','draft','closed','closed','','','','','2025-03-05 12:04:07','2025-03-05 11:04:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=907',0,'shop_order_placehold','',2), +(908,1,'2025-03-23 22:39:51','2025-03-23 21:39:51','','','','draft','closed','closed','','','','','2025-03-23 22:39:51','2025-03-23 21:39:51','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=908',0,'shop_order_placehold','',2), +(910,1,'2025-04-08 13:44:22','2025-04-08 11:44:22','','','','draft','closed','closed','','','','','2025-04-08 13:44:22','2025-04-08 11:44:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=910',0,'shop_order_placehold','',2), +(912,1,'2025-05-09 11:49:40','2025-05-09 09:49:40','','','','draft','closed','closed','','','','','2025-05-09 11:49:40','2025-05-09 09:49:40','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=912',0,'shop_order_placehold','',2), +(913,1,'2026-04-28 10:01:29','2026-04-28 08:01:29','ROKKU: pebble\n\nLarge wavy ring in sterling silver with a semi precious oval stone in the center set in silver.\n
        \n
      • height 2cm
      • \n
      • tiger\'s eye stone
      • \n
      • handcrafted in Brussels
      • \n
      \nRings are made on demand. Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Rokku Ring','','inherit','closed','closed','','168-autosave-v1','','','2026-04-28 10:01:29','2026-04-28 08:01:29','',168,'https://haikuatelier.com/?p=913',0,'revision','',0), +(921,1,'2025-05-09 21:56:27','2025-05-09 19:56:27','','','','draft','closed','closed','','','','','2025-05-09 21:56:27','2025-05-09 19:56:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=921',0,'shop_order_placehold','',2), +(922,1,'2025-05-09 21:56:28','2025-05-09 19:56:28','','','','draft','closed','closed','','','','','2025-05-09 21:56:28','2025-05-09 19:56:28','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=922',0,'shop_order_placehold','',2), +(924,1,'2025-06-05 09:44:45','2025-06-05 07:44:45','','','','draft','closed','closed','','','','','2025-06-05 09:44:45','2025-06-05 07:44:45','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=924',0,'shop_order_placehold','',2), +(930,1,'2025-08-19 09:39:07','2025-08-19 07:39:07','Mugura: vine\n\nSmall solo hoop in sterling silver with a wavy dangling element in gold plated silver.\n
        \n
      • hoop diameter 13mm
      • \n
      • total height 3cm
      • \n
      • handcrafted in Brussels
      • \n
      \nAll our jewelry are made in 80% recycled silver and 18K gold plated silver.','Mugura Solo Hoop','','inherit','closed','closed','','496-autosave-v1','','','2025-08-19 09:39:07','2025-08-19 07:39:07','',496,'https://haikuatelier.com/?p=930',0,'revision','',0), +(934,1,'2025-06-17 09:45:51','2025-06-17 07:45:51','','Hadou stud earrings','','inherit','closed','closed','','hadou-bop-1','','','2025-06-17 09:46:12','2025-06-17 07:46:12','',490,'https://haikuatelier.com/app/uploads/2024/11/HADOU-BOP-1.jpg',0,'attachment','image/jpeg',0), +(941,1,'2025-06-20 19:22:20','2025-06-20 17:22:20','Uteki : raindrop\r\n\r\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in sterling silver.\r\n
    \r\n
  • • wire thickness 3mm
  • \r\n
  • • stone 10x8cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Uteki Ring silver','','publish','closed','closed','','uteki-ring-silver','','','2026-04-27 13:54:34','2026-04-27 11:54:34','',0,'https://haikuatelier.com/?post_type=product&p=941',41,'product','',0), +(953,1,'2025-06-18 22:19:47','2025-06-18 20:19:47','Uteki : raindrop\r\n\r\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in gold plated sterling silver.\r\n\r\n
  • • wire thickness 3mm
  • \r\n
  • • stone 10x8cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.\r\n\r\n','Uteki Ring gold plated','','publish','closed','closed','','uteki-ring-gold-plated','','','2026-04-27 14:04:24','2026-04-27 12:04:24','',0,'https://haikuatelier.com/?post_type=product&p=953',39,'product','',0), +(962,1,'2025-06-18 22:20:23','2025-06-18 20:20:23','','Uteki ring in gold plated','','inherit','closed','closed','','uteki-b-g','','','2025-06-18 22:22:37','2025-06-18 20:22:37','',953,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-B-g.jpg',0,'attachment','image/jpeg',0), +(967,1,'2025-06-18 22:38:10','2025-06-18 20:38:10','BOROBORO: the sound of something crumbling \n\nLong asymmetrical earrings with oval shapes made of sterling silver.\n
      \n
    • wire diameter 12mm
    • \n
    • height 4cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings silver','','inherit','closed','closed','','183-autosave-v1','','','2025-06-18 22:38:10','2025-06-18 20:38:10','',183,'https://haikuatelier.com/?p=967',0,'revision','',0), +(977,1,'2025-06-19 16:20:10','2025-06-19 14:20:10','KARA: hull, shell\n\nTextured ear cuff in sterling gold plated silver.\n
      \n
    • width 0,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our products are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Ear Cuff gold plated','','inherit','closed','closed','','447-autosave-v1','','','2025-06-19 16:20:10','2025-06-19 14:20:10','',447,'https://haikuatelier.com/?p=977',0,'revision','',0), +(982,1,'2025-06-20 18:59:01','2025-06-20 16:59:01','Uteki : raindrop\r\n\r\nSnake chain necklace with a droplet shaped pendant swirling around a prehnite stone. Made in sterling silver.\r\n\r\n• total length 45cm\r\n• stone 10x8cm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Necklace silver','','trash','closed','closed','','uteki-necklace-silver__trashed','','','2026-04-25 08:31:43','2026-04-25 06:31:43','',0,'https://haikuatelier.com/?post_type=product&p=982',39,'product','',0), +(992,1,'2025-06-20 19:05:42','2025-06-20 17:05:42','','Uteki necklaces','','inherit','closed','closed','','dsc00689','','','2025-06-20 19:06:07','2025-06-20 17:06:07','',982,'https://haikuatelier.com/app/uploads/2025/06/DSC00689.jpg',0,'attachment','image/jpeg',0), +(994,1,'2025-06-20 19:07:53','2025-06-20 17:07:53','Uteki : raindrop\r\n\r\nSnake chain necklace with a droplet shaped pendant swirling around a prehnite stone. In gold plated silver.\r\n\r\n• total length 45cm\r\n• stone 10x8cm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Necklace gold plated','','draft','closed','closed','','uteki-necklace-gold-plated','','','2026-04-27 18:28:27','2026-04-27 16:28:27','',0,'https://haikuatelier.com/?post_type=product&p=994',38,'product','',0), +(996,1,'2025-06-20 19:09:52','2025-06-20 17:09:52','','Uteki necklace in gold plated silver','','inherit','closed','closed','','sony-dsc-19','','','2025-06-20 19:10:52','2025-06-20 17:10:52','',994,'https://haikuatelier.com/app/uploads/2025/06/DSC00699.jpg',0,'attachment','image/jpeg',0), +(997,1,'2025-06-21 11:54:31','2025-06-21 09:54:31','','','','draft','closed','closed','','','','','2025-06-21 11:54:31','2025-06-21 09:54:31','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=997',0,'shop_order_placehold','',2), +(1013,1,'2025-07-14 14:37:48','2025-07-14 12:37:48','','','','draft','closed','closed','','','','','2025-07-14 14:37:48','2025-07-14 12:37:48','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1013',0,'shop_order_placehold','',2), +(1342,1,'2025-08-17 18:01:35','2025-08-17 16:01:35','','Uteki ring in gold plated','','inherit','closed','closed','','uteki-b-g-2','','','2025-08-17 18:01:59','2025-08-17 16:01:59','',0,'https://haikuatelier.com/app/uploads/2025/08/UTEKI-B-g.jpg',0,'attachment','image/jpeg',0), +(1343,1,'2025-08-17 18:02:22','2025-08-17 16:02:22','','Uteki ring in sterling silver','','inherit','closed','closed','','uteki-b-s','','','2025-08-17 18:02:52','2025-08-17 16:02:52','',0,'https://haikuatelier.com/app/uploads/2025/08/UTEKI-B-s.jpg',0,'attachment','image/jpeg',0), +(1345,1,'2025-08-17 18:08:47','2025-08-17 16:08:47','','Uteki necklace gold plated','','inherit','closed','closed','','uteki-c-g-2','','','2025-08-17 18:09:07','2025-08-17 16:09:07','',994,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-C-g-1.jpg',0,'attachment','image/jpeg',0), +(1353,1,'2025-08-17 18:58:30','2025-08-17 16:58:30','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','_dsc9237-2','','','2025-08-17 19:00:27','2025-08-17 17:00:27','',258,'https://haikuatelier.com/app/uploads/2024/10/DSC9237-1.jpg',0,'attachment','image/jpeg',0), +(1354,1,'2025-08-17 18:58:41','2025-08-17 16:58:41','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','_dsc9240','','','2025-08-17 19:00:40','2025-08-17 17:00:40','',258,'https://haikuatelier.com/app/uploads/2024/10/DSC9240.jpg',0,'attachment','image/jpeg',0), +(1355,1,'2025-08-17 18:58:47','2025-08-17 16:58:47','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','_dsc9242-2','','','2025-08-17 19:00:43','2025-08-17 17:00:43','',258,'https://haikuatelier.com/app/uploads/2024/10/DSC9242-1.jpg',0,'attachment','image/jpeg',0), +(1356,1,'2025-08-17 19:02:14','2025-08-17 17:02:14','','Fuyou bracelet silver and gold plated','','inherit','closed','closed','','fuyou-br','','','2025-08-17 19:02:41','2025-08-17 17:02:41','',258,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-BR.jpg',0,'attachment','image/jpeg',0), +(1364,1,'2026-04-24 20:22:15','2026-04-24 18:22:15','Fuyou : floating leave on water\n\nLong dangling earrings in sterling silver. Composed of fluid oval shapes and rectangular chains with gold plated details.\n\n
      \n
    • total length 5cm
    • \n
    • oval length 2,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \n\nAll our products are made in 80% recycled sterling silver and 18k gold plated silver.\n\n ','Fuyou Long Earrings','','inherit','closed','closed','','766-autosave-v1','','','2026-04-24 20:22:15','2026-04-24 18:22:15','',766,'https://haikuatelier.com/?p=1364',0,'revision','',0), +(1365,1,'2025-08-18 13:31:39','2025-08-18 11:31:39','','Fuyou long earrings silver','','inherit','closed','closed','','fuyou-b0','','','2025-08-18 13:32:12','2025-08-18 11:32:12','',766,'https://haikuatelier.com/app/uploads/2024/11/FUYOU-B0.jpg',0,'attachment','image/jpeg',0), +(1381,1,'2025-08-20 10:53:27','2025-08-20 08:53:27','','Fuyou necklace','','inherit','closed','closed','','fuyou-c-2','','','2025-08-20 10:53:47','2025-08-20 08:53:47','',274,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-C-2.jpg',0,'attachment','image/jpeg',0), +(1382,1,'2025-08-20 11:00:25','2025-08-20 09:00:25','','Fuyou necklace','','inherit','closed','closed','','fuyou-c-1','','','2025-08-20 11:00:41','2025-08-20 09:00:41','',274,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-C-1-1.jpg',0,'attachment','image/jpeg',0), +(1383,1,'2025-08-22 11:08:49','2025-08-22 09:08:49','','Ikkan necklace','','inherit','closed','closed','','ikkan-c-1','','','2025-08-22 11:09:39','2025-08-22 09:09:39','',263,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-C-1-1.jpg',0,'attachment','image/jpeg',0), +(1384,1,'2025-08-22 11:09:54','2025-08-22 09:09:54','','Ikkan necklace','','inherit','closed','closed','','ikkan-c-2-2','','','2025-08-22 11:10:05','2025-08-22 09:10:05','',263,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-C-2-1.jpg',0,'attachment','image/jpeg',0), +(1385,1,'2025-08-22 11:16:41','2025-08-22 09:16:41','FUYOU: floating leave on water\n\nSolo hoop in sterling silver with a mix of small rings in gold plated silver hanging on it.\n
      \n
    • hoop diameter 13mm
    • \n
    • small rings diameter around 5mm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled silver and 18k gold plated silver.','Fuyou Hoop','','inherit','closed','closed','','318-autosave-v1','','','2025-08-22 11:16:41','2025-08-22 09:16:41','',318,'https://haikuatelier.com/?p=1385',0,'revision','',0), +(1388,1,'2025-08-22 11:18:18','2025-08-22 09:18:18','','Fuyou solo hoop','','inherit','closed','closed','','fuyou-cr1','','','2025-08-22 11:18:35','2025-08-22 09:18:35','',0,'https://haikuatelier.com/app/uploads/2025/08/FUYOU-CR1.jpg',0,'attachment','image/jpeg',0), +(1389,1,'2025-08-31 09:10:58','2025-08-31 07:10:58','MUGURA: vine\n\nMinimalist hoop earrings with thin ends going up on the lobes. In gold plated silver.\n
      \n
    • wire thickness 2mm
    • \n
    • total diametre 3cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Mugura Hoops gold plated','','inherit','closed','closed','','398-autosave-v1','','','2025-08-31 09:10:58','2025-08-31 07:10:58','',398,'https://haikuatelier.com/?p=1389',0,'revision','',0), +(1391,1,'2025-08-31 09:18:07','2025-08-31 07:18:07','','Mugura minimalist hoops gold plated','','inherit','closed','closed','','mugura-cr2-g','','','2025-08-31 09:18:44','2025-08-31 07:18:44','',0,'https://haikuatelier.com/app/uploads/2025/08/MUGURA-CR2-g.jpg',0,'attachment','image/jpeg',0), +(1393,1,'2025-08-31 09:20:52','2025-08-31 07:20:52','','Mugura minimalist silver hoops','','inherit','closed','closed','','mugura-cr2-s','','','2025-08-31 09:21:19','2025-08-31 07:21:19','',0,'https://haikuatelier.com/app/uploads/2025/08/MUGURA-CR2-s.jpg',0,'attachment','image/jpeg',0), +(1397,1,'2025-09-02 09:02:42','2025-09-02 07:02:42','','Ikkan necklace silver and gold','','inherit','closed','closed','','dscf7880','','','2025-09-02 09:03:42','2025-09-02 07:03:42','',263,'https://haikuatelier.com/app/uploads/2024/10/DSCF7880.jpg',0,'attachment','image/jpeg',0), +(1400,1,'2026-04-28 12:57:38','2026-04-28 10:57:38','IKKAN: link \n\nNecklace with a mix of different links combining sterling silver and gold plated silver.\n
      \n
    • • length 38 to 54cm
    • \n
    • • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Necklace','','inherit','closed','closed','','263-autosave-v1','','','2026-04-28 12:57:38','2026-04-28 10:57:38','',263,'https://haikuatelier.com/?p=1400',0,'revision','',0), +(1401,1,'2025-09-06 10:07:55','2025-09-06 08:07:55','Uteki : raindrop\r\n\r\nMedium hoops with a droplet shape intertwined around a thick silver wire. In gold plated silver.\r\n\r\n• diametre 3cm\r\n• wire thickness 25mm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Hoops gold plated','','trash','closed','closed','','uteki-hoops-gold-plated__trashed','','','2026-04-25 08:25:46','2026-04-25 06:25:46','',0,'https://haikuatelier.com/?post_type=product&p=1401',36,'product','',0), +(1406,1,'2025-09-06 15:00:33','2025-09-06 13:00:33','Uteki : raindrop\r\n\r\nMedium hoops with a droplet shape intertwined around a thick silver wire. In sterling silver.\r\n\r\n• diametre 3cm\r\n• wire thickness 25mm\r\n• handcrafted in Brussels\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','Uteki Hoops silver','','trash','closed','closed','','uteki-hoops-silver__trashed','','','2026-04-25 08:25:15','2026-04-25 06:25:15','',0,'https://haikuatelier.com/?post_type=product&p=1406',37,'product','',0), +(1443,1,'2025-09-17 20:11:56','2025-09-17 18:11:56','','','','draft','closed','closed','','','','','2025-09-17 20:11:56','2025-09-17 18:11:56','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1443',0,'shop_order_placehold','',2), +(1444,1,'2025-09-20 12:44:44','2025-09-20 10:44:44','PuchiPuchi : the sound of something splashing\r\n\r\nDangling earrings composed of tied ball chains.\r\n
      \r\n
    • • total length 6,5cm
    • \r\n
    • • ball chain diameter 3mm
    • \r\n
    • • handcrafted in Brussels
    • \r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.','PuchiPuchi Earrings','','publish','closed','closed','','puchi-puchi-earrings','','','2026-04-27 13:41:25','2026-04-27 11:41:25','',0,'https://haikuatelier.com/?post_type=product&p=1444',30,'product','',0), +(1445,1,'2025-09-20 12:50:00','2025-09-20 10:50:00','','Puchi earrings in silver','','inherit','closed','closed','','pishi-bo','','','2026-02-11 13:53:55','2026-02-11 12:53:55','',1444,'https://haikuatelier.com/app/uploads/2025/09/PISHI-BO.jpg',0,'attachment','image/jpeg',0), +(1446,1,'2025-09-20 12:51:05','2025-09-20 10:51:05','','PuchiPuchi earrings in silver','','inherit','closed','closed','','dscf8198','','','2026-02-11 13:53:31','2026-02-11 12:53:31','',1444,'https://haikuatelier.com/app/uploads/2025/09/DSCF8198.jpg',0,'attachment','image/jpeg',0), +(1447,1,'2025-09-20 12:52:02','2025-09-20 10:52:02','','Puchi earrings in silver','','inherit','closed','closed','','dscf8226','','','2026-02-11 13:53:41','2026-02-11 12:53:41','',1444,'https://haikuatelier.com/app/uploads/2025/09/DSCF8226.jpg',0,'attachment','image/jpeg',0), +(1448,1,'2025-09-20 12:54:50','2025-09-20 10:54:50','','Puchi earrings in silver','','inherit','closed','closed','','dscf8277','','','2026-02-11 13:53:49','2026-02-11 12:53:49','',1444,'https://haikuatelier.com/app/uploads/2025/09/DSCF8277.jpg',0,'attachment','image/jpeg',0), +(1449,1,'2025-09-20 12:57:48','2025-09-20 10:57:48','','PuchiPuchi Earrings - pair','Side: pair','publish','closed','closed','','pishi-pishi-earrings-all','','','2026-04-24 15:11:20','2026-04-24 13:11:20','',1444,'https://haikuatelier.com/?post_type=product_variation&p=1449',1,'product_variation','',0), +(1450,1,'2025-09-20 12:57:48','2025-09-20 10:57:48','','PuchiPuchi Earrings - left side','Side: left side','publish','closed','closed','','pishi-pishi-earrings-left-side','','','2026-04-24 15:11:20','2026-04-24 13:11:20','',1444,'https://haikuatelier.com/?post_type=product_variation&p=1450',2,'product_variation','',0), +(1451,1,'2025-09-20 12:57:48','2025-09-20 10:57:48','','PuchiPuchi Earrings - right side','Side: right side','publish','closed','closed','','pishi-pishi-earrings-right-side','','','2026-04-24 15:11:20','2026-04-24 13:11:20','',1444,'https://haikuatelier.com/?post_type=product_variation&p=1451',3,'product_variation','',0), +(1457,1,'2025-09-24 15:09:50','2025-09-24 13:09:50','','DSBoroBoro asymmetrical earrings gold platedCF8676','','inherit','closed','closed','','dscf8676','','','2025-09-24 15:10:06','2025-09-24 13:10:06','',213,'https://haikuatelier.com/app/uploads/2024/10/DSCF8676.jpg',0,'attachment','image/jpeg',0), +(1467,1,'2025-09-27 15:52:58','2025-09-27 13:52:58','PIASU : piercing\r\n\r\nWide ring open on top with four silver balls and a mother of pearl detail.\r\n
        \r\n
      • • silver balls diameter 8mm
      • \r\n
      • • height 1,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Piasu Ring','','publish','closed','closed','','piasu-ring','','','2026-04-28 12:47:05','2026-04-28 10:47:05','',0,'https://haikuatelier.com/?post_type=product&p=1467',29,'product','',0), +(1476,1,'2025-09-27 15:55:19','2025-09-27 13:55:19','','Piasu ring with silver balls','','inherit','closed','closed','','piasu-b','','','2025-09-27 15:57:46','2025-09-27 13:57:46','',1467,'https://haikuatelier.com/app/uploads/2025/09/PIASU-B.jpg',0,'attachment','image/jpeg',0), +(1477,1,'2025-09-27 15:57:01','2025-09-27 13:57:01','','Piasu ring silver','','inherit','closed','closed','','dscf7789','','','2026-02-11 13:44:14','2026-02-11 12:44:14','',1467,'https://haikuatelier.com/app/uploads/2025/09/DSCF7789.jpg',0,'attachment','image/jpeg',0), +(1478,1,'2025-09-27 15:57:25','2025-09-27 13:57:25','','Piasu ring silver','','inherit','closed','closed','','dscf7842','','','2026-02-11 13:43:36','2026-02-11 12:43:36','',1467,'https://haikuatelier.com/app/uploads/2025/09/DSCF7842.jpg',0,'attachment','image/jpeg',0), +(1479,1,'2025-09-27 15:57:55','2025-09-27 13:57:55','','Piasu ring silver','','inherit','closed','closed','','dscf7809','','','2026-02-11 13:44:07','2026-02-11 12:44:07','',1467,'https://haikuatelier.com/app/uploads/2025/09/DSCF7809.jpg',0,'attachment','image/jpeg',0), +(1480,1,'2025-10-02 06:39:01','2025-10-02 04:39:01','','','','draft','closed','closed','','','','','2025-10-02 06:39:01','2025-10-02 04:39:01','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1480',0,'shop_order_placehold','',2), +(1481,1,'2026-04-24 20:33:55','2026-04-24 18:33:55','PIASU: piercing\n\nLarge earrings covering the lobe with three hoops hanging to it, with a small gold plated bead on each side.\n
        \n
      • height 3cm
      • \n
      • width 2cm
      • \n
      • handcrafted in Brussels
      • \n
      \nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Piasu Earrings with Hoops','','inherit','closed','closed','','202-autosave-v1','','','2026-04-24 20:33:55','2026-04-24 18:33:55','',202,'https://haikuatelier.com/?p=1481',0,'revision','',0), +(1482,1,'2025-10-06 14:42:44','2025-10-06 12:42:44','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','dscf8158','','','2025-10-06 14:43:37','2025-10-06 12:43:37','',202,'https://haikuatelier.com/app/uploads/2024/10/DSCF8158.jpg',0,'attachment','image/jpeg',0), +(1483,1,'2025-10-06 14:43:56','2025-10-06 12:43:56','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','dscf8069','','','2025-10-06 14:44:05','2025-10-06 12:44:05','',202,'https://haikuatelier.com/app/uploads/2024/10/DSCF8069.jpg',0,'attachment','image/jpeg',0), +(1484,1,'2025-10-06 14:44:27','2025-10-06 12:44:27','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','dscf8026','','','2025-10-06 14:44:50','2025-10-06 12:44:50','',202,'https://haikuatelier.com/app/uploads/2024/10/DSCF8026.jpg',0,'attachment','image/jpeg',0), +(1485,1,'2025-10-06 14:45:25','2025-10-06 12:45:25','','Piasu earrings in silver and gold plated details','','inherit','closed','closed','','piasu-bo2','','','2025-10-06 14:45:38','2025-10-06 12:45:38','',202,'https://haikuatelier.com/app/uploads/2024/10/PIASU-BO2.jpg',0,'attachment','image/jpeg',0), +(1486,1,'2025-10-10 17:55:22','2025-10-10 15:55:22','','','','draft','closed','closed','','','','','2025-10-10 17:55:22','2025-10-10 15:55:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1486',0,'shop_order_placehold','',2), +(1487,1,'2025-10-11 17:06:39','2025-10-11 15:06:39','','','','draft','closed','closed','','','','','2025-10-11 17:06:39','2025-10-11 15:06:39','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1487',0,'shop_order_placehold','',2), +(1488,1,'2025-10-12 16:50:06','2025-10-12 14:50:06','','','','draft','closed','closed','','','','','2025-10-12 16:50:06','2025-10-12 14:50:06','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1488',0,'shop_order_placehold','',2), +(1489,1,'2025-10-12 23:03:18','2025-10-12 21:03:18','','','','draft','closed','closed','','','','','2025-10-12 23:03:18','2025-10-12 21:03:18','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1489',0,'shop_order_placehold','',2), +(1490,1,'2025-10-18 15:34:26','2025-10-18 13:34:26','','','','draft','closed','closed','','','','','2025-10-18 15:34:26','2025-10-18 13:34:26','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1490',0,'shop_order_placehold','',2), +(1491,1,'2025-10-29 10:26:12','2025-10-29 09:26:12','Kime: grain, texture, feeling to touch\r\n\r\nSmall gold plated solo hoop with a marine link element in sterling silver.\r\n
        \r\n
      • hoop diameter 13mm
      • \r\n
      • total height 2cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our jewelry are made in 80% recycled silver and 18K gold plated silver.','Kime Solo Hoop','','trash','closed','closed','','kime-solo-hoop__trashed','','','2026-04-24 14:57:34','2026-04-24 12:57:34','',0,'https://haikuatelier.com/?post_type=product&p=1491',22,'product','',0), +(1493,1,'2025-10-29 10:24:32','2025-10-29 09:24:32','','Kime solo hoop mixing gold and silver','','inherit','closed','closed','','dscf7652','','','2025-10-29 10:24:46','2025-10-29 09:24:46','',1491,'https://haikuatelier.com/app/uploads/2025/10/DSCF7652.jpg',0,'attachment','image/jpeg',0), +(1494,1,'2025-10-29 10:24:54','2025-10-29 09:24:54','','Kime solo hoop mixing gold and silver','','inherit','closed','closed','','dscf7675','','','2025-10-29 10:25:04','2025-10-29 09:25:04','',1491,'https://haikuatelier.com/app/uploads/2025/10/DSCF7675.jpg',0,'attachment','image/jpeg',0), +(1495,1,'2025-10-29 10:25:18','2025-10-29 09:25:18','','Kime solo hoop mixing gold and silver','','inherit','closed','closed','','dscf7638','','','2025-10-29 10:25:28','2025-10-29 09:25:28','',1491,'https://haikuatelier.com/app/uploads/2025/10/DSCF7638.jpg',0,'attachment','image/jpeg',0), +(1496,1,'2025-11-02 20:39:02','2025-11-02 19:39:02','','','','draft','closed','closed','','','','','2025-11-02 20:39:02','2025-11-02 19:39:02','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1496',0,'shop_order_placehold','',2), +(1498,1,'2025-11-03 22:05:37','2025-11-03 21:05:37','','','','draft','closed','closed','','','','','2025-11-03 22:05:37','2025-11-03 21:05:37','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1498',0,'shop_order_placehold','',2), +(1499,1,'2025-11-04 16:34:44','2025-11-04 15:34:44','','HAIKU-sizechart','','inherit','closed','closed','','haiku-sizechart','','','2025-11-04 16:34:44','2025-11-04 15:34:44','',0,'https://haikuatelier.com/app/uploads/2025/11/HAIKU-sizechart.pdf',0,'attachment','application/pdf',0), +(1505,1,'2025-11-10 14:00:49','2025-11-10 13:00:49','','Uteki silver ring','','inherit','closed','closed','','2025haiku_00079','','','2025-11-10 14:01:25','2025-11-10 13:01:25','',941,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00079.jpg',0,'attachment','image/jpeg',0), +(1506,1,'2025-11-10 14:02:29','2025-11-10 13:02:29','','Uteki silver ring','','inherit','closed','closed','','2025haiku_00050','','','2025-11-10 14:02:56','2025-11-10 13:02:56','',941,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00050.jpg',0,'attachment','image/jpeg',0), +(1507,1,'2025-11-10 14:02:38','2025-11-10 13:02:38','','Uteki silver ring','','inherit','closed','closed','','2025haiku_0006','','','2025-11-10 14:03:00','2025-11-10 13:03:00','',941,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_0006.jpg',0,'attachment','image/jpeg',0), +(1508,1,'2025-11-10 14:05:10','2025-11-10 13:05:10','','Uteki gold plated ring','','inherit','closed','closed','','2025haiku_0004','','','2025-11-10 14:05:36','2025-11-10 13:05:36','',953,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_0004.jpg',0,'attachment','image/jpeg',0), +(1509,1,'2025-11-10 14:05:49','2025-11-10 13:05:49','','Uteki gold plated ring','','inherit','closed','closed','','2025haiku_00020','','','2025-11-10 14:06:14','2025-11-10 13:06:14','',953,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00020.jpg',0,'attachment','image/jpeg',0), +(1510,1,'2025-11-10 14:05:55','2025-11-10 13:05:55','','Uteki gold plated ring','','inherit','closed','closed','','2025haiku_00013','','','2025-11-10 14:06:16','2025-11-10 13:06:16','',953,'https://haikuatelier.com/app/uploads/2025/06/2025HAIKU_00013.jpg',0,'attachment','image/jpeg',0), +(1511,1,'2025-11-18 09:29:10','2025-11-18 08:29:10','','','','draft','closed','closed','','','','','2025-11-18 09:29:10','2025-11-18 08:29:10','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1511',0,'shop_order_placehold','',2), +(1512,1,'2025-11-18 10:47:45','2025-11-18 09:47:45','PIASU: piercing\r\n\r\nStatement ear cuff made of thick wires and silver beads. In sterling silver\r\n
        \r\n
      • total height 1,5cm
      • \r\n
      • wire width 2,5cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Piasu Ear Cuff silver','','publish','closed','closed','','piasu-ear-cuff-silver','','','2026-04-28 12:46:41','2026-04-28 10:46:41','',0,'https://haikuatelier.com/?post_type=product&p=1512',27,'product','',0), +(1513,1,'2025-11-18 11:20:58','2025-11-18 10:20:58','','Piasu ear cuff in sterling silver','','inherit','closed','closed','','piasu-ec-s','','','2025-11-18 11:22:14','2025-11-18 10:22:14','',0,'https://haikuatelier.com/app/uploads/2025/11/PIASU-EC-s.jpg',0,'attachment','image/jpeg',0), +(1514,1,'2025-11-18 11:23:11','2025-11-18 10:23:11','','Piasu ear cuff in sterling silver','','inherit','closed','closed','','dscf7654','','','2025-11-18 11:23:26','2025-11-18 10:23:26','',1512,'https://haikuatelier.com/app/uploads/2025/11/DSCF7654.jpg',0,'attachment','image/jpeg',0), +(1515,1,'2025-11-18 11:23:34','2025-11-18 10:23:34','','Piasu ear cuff in sterling silver','','inherit','closed','closed','','dscf7673','','','2025-11-18 11:23:46','2025-11-18 10:23:46','',1512,'https://haikuatelier.com/app/uploads/2025/11/DSCF7673.jpg',0,'attachment','image/jpeg',0), +(1516,1,'2025-11-19 08:01:23','2025-11-19 07:01:23','PIASU: piercing\r\n\r\nStatement ear cuff made of thick wires and silver beads. In gold plated silver\r\n
        \r\n
      • total height 1,5cm
      • \r\n
      • wire width 2,5cm
      • \r\n
      • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Piasu Ear Cuff gold plated','','trash','closed','closed','','piasu-ear-cuff-gold-plated__trashed','','','2026-04-25 08:24:28','2026-04-25 06:24:28','',0,'https://haikuatelier.com/?post_type=product&p=1516',26,'product','',0), +(1517,1,'2025-11-19 08:02:08','2025-11-19 07:02:08','','Piasu ear cuff in gold plated silver','','inherit','closed','closed','','piasu-ec-g','','','2025-11-19 08:02:43','2025-11-19 07:02:43','',1516,'https://haikuatelier.com/app/uploads/2025/11/PIASU-EC-g.jpg',0,'attachment','image/jpeg',0), +(1518,1,'2025-11-19 08:03:13','2025-11-19 07:03:13','','Piasu ear cuff in gold plated silver','','inherit','closed','closed','','2025haiku_00010','','','2025-11-19 08:03:45','2025-11-19 07:03:45','',1516,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00010.jpg',0,'attachment','image/jpeg',0), +(1519,1,'2025-11-19 08:03:24','2025-11-19 07:03:24','','','','inherit','closed','closed','','2025haiku_00029','','','2026-04-27 13:41:08','2026-04-27 11:41:08','',1516,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00029.jpg',0,'attachment','image/jpeg',0), +(1526,1,'2025-11-19 11:07:28','2025-11-19 10:07:28','','','','inherit','closed','closed','','2025haiku_00032','','','2026-04-27 11:37:40','2026-04-27 09:37:40','',1520,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00032.jpg',0,'attachment','image/jpeg',0), +(1528,1,'2025-11-20 15:49:47','2025-11-20 14:49:47','','','','draft','closed','closed','','','','','2025-11-20 15:49:47','2025-11-20 14:49:47','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1528',0,'shop_order_placehold','',2), +(1529,1,'2025-11-24 10:50:48','2025-11-24 09:50:48','','','','draft','closed','closed','','','','','2025-11-24 10:50:48','2025-11-24 09:50:48','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1529',0,'shop_order_placehold','',2), +(1530,1,'2025-11-24 18:43:34','2025-11-24 17:43:34','','','','draft','closed','closed','','','','','2025-11-24 18:43:34','2025-11-24 17:43:34','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1530',0,'shop_order_placehold','',2), +(1531,1,'2025-11-26 09:42:15','2025-11-26 08:42:15','TAMA: soul, spirit\r\n\r\nA delicate ear cuff with dangling box chains. In gold plated silver.\r\n
        \r\n
      • • total height 4,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tamanori Ear Cuff gold plated','','publish','closed','closed','','tamanori-ear-cuff-gold-plated','','','2026-04-28 12:45:59','2026-04-28 10:45:59','',0,'https://haikuatelier.com/?post_type=product&p=1531',32,'product','',0), +(1532,1,'2025-11-26 09:43:54','2025-11-26 08:43:54','','Tamanori dangling ear cuff gold plated','','inherit','closed','closed','','tamanori-ec-g','','','2025-11-26 09:44:43','2025-11-26 08:44:43','',1531,'https://haikuatelier.com/app/uploads/2025/11/TAMANORI-EC-g.jpg',0,'attachment','image/jpeg',0), +(1533,1,'2025-11-26 09:52:13','2025-11-26 08:52:13','','Tamanori dangling ear cuff gold plated','','inherit','closed','closed','','2025haiku_00011','','','2025-11-26 09:52:48','2025-11-26 08:52:48','',1531,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00011.jpg',0,'attachment','image/jpeg',0), +(1534,1,'2025-11-26 09:52:34','2025-11-26 08:52:34','','Tamanori dangling ear cuff gold plated','','inherit','closed','closed','','2025haiku_00019','','','2025-11-26 09:52:51','2025-11-26 08:52:51','',1531,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00019.jpg',0,'attachment','image/jpeg',0), +(1535,1,'2025-11-26 09:54:24','2025-11-26 08:54:24','TAMA: soul, spirit\r\n\r\nA delicate ear cuff with dangling box chains. In sterling silver.\r\n
        \r\n
      • • total height 4,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tama Ear Cuff silver','','publish','closed','closed','','tamanori-ear-cuff-silver','','','2026-04-28 12:45:31','2026-04-28 10:45:31','',0,'https://haikuatelier.com/?post_type=product&p=1535',33,'product','',0), +(1536,1,'2025-11-26 09:55:11','2025-11-26 08:55:11','','Tamanori dangling ear cuff in sterling silver','','inherit','closed','closed','','tamanori-ec-s','','','2025-11-26 09:55:51','2025-11-26 08:55:51','',1535,'https://haikuatelier.com/app/uploads/2025/11/TAMANORI-EC-s.jpg',0,'attachment','image/jpeg',0), +(1537,1,'2025-11-26 09:56:25','2025-11-26 08:56:25','','Tamanori dangling ear cuff in sterling silver','','inherit','closed','closed','','2025haiku_0001','','','2025-11-26 09:56:39','2025-11-26 08:56:39','',1535,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_0001.jpg',0,'attachment','image/jpeg',0), +(1538,1,'2025-11-26 09:57:14','2025-11-26 08:57:14','','Tamanori dangling ear cuff in sterling silver','','inherit','closed','closed','','2025haiku_00019-2','','','2025-11-26 09:58:12','2025-11-26 08:58:12','',1535,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00019-1.jpg',0,'attachment','image/jpeg',0), +(1540,1,'2025-11-30 22:29:07','2025-11-30 21:29:07','','','','draft','closed','closed','','','','','2025-11-30 22:29:07','2025-11-30 21:29:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1540',0,'shop_order_placehold','',2), +(1541,1,'2025-11-30 23:31:12','2025-11-30 22:31:12','HATTARI: bluff\r\n\r\nSmall crossed hoops giving the illusion of having twoo hoops on the earlobe. In sterling silver.\r\n
        \r\n
      • • hoops diameter 1,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Small Hoops silver','','publish','closed','closed','','hattari-small-hoops-silver','','','2026-04-28 12:44:58','2026-04-28 10:44:58','',0,'https://haikuatelier.com/?post_type=product&p=1541',11,'product','',0), +(1545,1,'2025-11-30 23:34:06','2025-11-30 22:34:06','','Harrari small crossed hoops in silver','','inherit','closed','closed','','hattari-cr1-s-2','','','2025-11-30 23:34:41','2025-11-30 22:34:41','',1541,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-CR1-s.jpg',0,'attachment','image/jpeg',0), +(1546,1,'2025-11-30 23:35:58','2025-11-30 22:35:58','','Harrari small crossed hoops in silver','','inherit','closed','closed','','dscf7730','','','2025-11-30 23:36:13','2025-11-30 22:36:13','',1541,'https://haikuatelier.com/app/uploads/2025/11/DSCF7730.jpg',0,'attachment','image/jpeg',0), +(1547,1,'2025-11-30 23:36:40','2025-11-30 22:36:40','','Harrari small crossed hoops in silver','','inherit','closed','closed','','dscf7724','','','2025-11-30 23:36:52','2025-11-30 22:36:52','',1541,'https://haikuatelier.com/app/uploads/2025/11/DSCF7724.jpg',0,'attachment','image/jpeg',0), +(1548,1,'2025-11-30 23:38:07','2025-11-30 22:38:07','','Harrari small crossed hoops in silver','','inherit','closed','closed','','dscf7723','','','2025-11-30 23:38:17','2025-11-30 22:38:17','',1541,'https://haikuatelier.com/app/uploads/2025/11/DSCF7723.jpg',0,'attachment','image/jpeg',0), +(1549,1,'2025-11-30 23:39:16','2025-11-30 22:39:16','HATTARI: bluff\r\n\r\nSmall crossed hoops giving the illusion of having twoo hoops on the earlobe. In gold plated silver.\r\n
        \r\n
      • • hoops diameter 1,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Small Hoops gold plated','','publish','closed','closed','','hattari-small-hoops-gold-plated','','','2026-04-28 12:42:04','2026-04-28 10:42:04','',0,'https://haikuatelier.com/?post_type=product&p=1549',10,'product','',0), +(1551,1,'2025-11-30 23:40:04','2025-11-30 22:40:04','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','hattari-cr1-g','','','2025-11-30 23:40:26','2025-11-30 22:40:26','',1549,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-CR1-g.jpg',0,'attachment','image/jpeg',0), +(1552,1,'2025-11-30 23:42:28','2025-11-30 22:42:28','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','dscf8607','','','2025-11-30 23:42:48','2025-11-30 22:42:48','',1549,'https://haikuatelier.com/app/uploads/2025/11/DSCF8607.jpg',0,'attachment','image/jpeg',0), +(1553,1,'2025-11-30 23:43:04','2025-11-30 22:43:04','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','dscf8596','','','2025-11-30 23:43:13','2025-11-30 22:43:13','',1549,'https://haikuatelier.com/app/uploads/2025/11/DSCF8596.jpg',0,'attachment','image/jpeg',0), +(1554,1,'2025-11-30 23:43:28','2025-11-30 22:43:28','','Harrari small crossed hoops in gold plated','','inherit','closed','closed','','dscf8561','','','2025-11-30 23:43:37','2025-11-30 22:43:37','',1549,'https://haikuatelier.com/app/uploads/2025/11/DSCF8561.jpg',0,'attachment','image/jpeg',0), +(1555,1,'2025-11-30 23:46:57','2025-11-30 22:46:57','HATTARI: bluff\r\n\r\nAn ear cuff composed of intertwined wires. In sterling silver.\r\n
        \r\n
      • • hoops diameter 1cm
      • \r\n
      • • height 0,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Ear Cuff silver','','publish','closed','closed','','hattari-ear-cuff-silver','','','2026-04-28 12:41:37','2026-04-28 10:41:37','',0,'https://haikuatelier.com/?post_type=product&p=1555',9,'product','',0), +(1556,1,'2025-11-30 23:49:13','2025-11-30 22:49:13','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','hattari-ec-s','','','2025-11-30 23:49:55','2025-11-30 22:49:55','',1555,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-EC-s.jpg',0,'attachment','image/jpeg',0), +(1557,1,'2025-11-30 23:50:15','2025-11-30 22:50:15','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','dscf7711','','','2025-11-30 23:50:27','2025-11-30 22:50:27','',1555,'https://haikuatelier.com/app/uploads/2025/11/DSCF7711.jpg',0,'attachment','image/jpeg',0), +(1558,1,'2025-11-30 23:50:46','2025-11-30 22:50:46','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','dscf7713','','','2025-11-30 23:51:01','2025-11-30 22:51:01','',1555,'https://haikuatelier.com/app/uploads/2025/11/DSCF7713.jpg',0,'attachment','image/jpeg',0), +(1559,1,'2025-11-30 23:51:13','2025-11-30 22:51:13','','Hattari ear cuff in sterling silver','','inherit','closed','closed','','dscf7727','','','2025-11-30 23:51:27','2025-11-30 22:51:27','',1555,'https://haikuatelier.com/app/uploads/2025/11/DSCF7727.jpg',0,'attachment','image/jpeg',0), +(1560,1,'2025-11-30 23:52:17','2025-11-30 22:52:17','HATTARI: bluff\r\n\r\nAn ear cuff composed of intertwined wires. In gold plated silver.\r\n
        \r\n
      • • hoops diameter 1cm
      • \r\n
      • • height 0,5cm
      • \r\n
      • • handcrafted in Brussels
      • \r\n
      \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Ear Cuff gold plated','','publish','closed','closed','','hattari-ear-cuff-gold-plated','','','2026-04-28 12:41:15','2026-04-28 10:41:15','',0,'https://haikuatelier.com/?post_type=product&p=1560',8,'product','',0), +(1561,1,'2025-11-30 23:52:41','2025-11-30 22:52:41','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','hattari-ec-g','','','2025-11-30 23:53:09','2025-11-30 22:53:09','',1560,'https://haikuatelier.com/app/uploads/2025/11/HATTARI-EC-g.jpg',0,'attachment','image/jpeg',0), +(1562,1,'2025-11-30 23:53:46','2025-11-30 22:53:46','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','dscf8415','','','2025-11-30 23:53:58','2025-11-30 22:53:58','',1560,'https://haikuatelier.com/app/uploads/2025/11/DSCF8415.jpg',0,'attachment','image/jpeg',0), +(1563,1,'2025-11-30 23:54:04','2025-11-30 22:54:04','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','dscf8503','','','2025-11-30 23:54:14','2025-11-30 22:54:14','',1560,'https://haikuatelier.com/app/uploads/2025/11/DSCF8503.jpg',0,'attachment','image/jpeg',0), +(1564,1,'2025-11-30 23:54:28','2025-11-30 22:54:28','','Hattari ear cuff in gold plated silver','','inherit','closed','closed','','dscf8502','','','2025-11-30 23:54:42','2025-11-30 22:54:42','',1560,'https://haikuatelier.com/app/uploads/2025/11/DSCF8502.jpg',0,'attachment','image/jpeg',0), +(1565,1,'2025-12-01 00:06:41','2025-11-30 23:06:41','','Fuyou necklace in sterling silver','','inherit','closed','closed','','2025haiku_00063','','','2025-12-01 00:07:09','2025-11-30 23:07:09','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00063.jpg',0,'attachment','image/jpeg',0), +(1566,1,'2025-12-01 00:07:24','2025-11-30 23:07:24','','Fuyou necklace in sterling silver','','inherit','closed','closed','','2025haiku_00049','','','2025-12-01 00:07:45','2025-11-30 23:07:45','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00049.jpg',0,'attachment','image/jpeg',0), +(1567,1,'2025-12-01 00:07:58','2025-11-30 23:07:58','','Fuyou necklace in sterling silver','','inherit','closed','closed','','2025haiku_00080','','','2025-12-01 00:08:15','2025-11-30 23:08:15','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00080.jpg',0,'attachment','image/jpeg',0), +(1568,1,'2025-12-01 00:17:43','2025-11-30 23:17:43','','Fuyou long earrings silver','','inherit','closed','closed','','2025haiku_00024','','','2025-12-01 00:18:10','2025-11-30 23:18:10','',766,'https://haikuatelier.com/app/uploads/2024/11/2025HAIKU_00024.jpg',0,'attachment','image/jpeg',0), +(1569,1,'2025-12-01 00:18:34','2025-11-30 23:18:34','','Fuyou long earrings silver','','inherit','closed','closed','','2025haiku_00022','','','2025-12-01 00:18:45','2025-11-30 23:18:45','',766,'https://haikuatelier.com/app/uploads/2024/11/2025HAIKU_00022.jpg',0,'attachment','image/jpeg',0), +(1570,1,'2025-12-01 00:18:53','2025-11-30 23:18:53','','Fuyou long earrings silver','','inherit','closed','closed','','2025haiku_00035','','','2025-12-01 00:19:08','2025-11-30 23:19:08','',766,'https://haikuatelier.com/app/uploads/2024/11/2025HAIKU_00035.jpg',0,'attachment','image/jpeg',0), +(1571,1,'2025-12-02 10:20:29','2025-12-02 09:20:29','','','','draft','closed','closed','','','','','2025-12-02 10:20:29','2025-12-02 09:20:29','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1571',0,'shop_order_placehold','',2), +(1573,1,'2025-12-02 21:47:29','2025-12-02 20:47:29','','','','draft','closed','closed','','','','','2025-12-02 21:47:29','2025-12-02 20:47:29','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1573',0,'shop_order_placehold','',2), +(1574,1,'2025-12-03 14:22:51','2025-12-03 13:22:51','Surprise your loved ones without risking any \"faux pas\" with our gift card. \r\nThis e-gift card is printable at home via a pdf. Simply choose the amount you want to gift and you\'ll receive an email with a unique code usable at checkout on haikuatelier.com.\r\n\r\nFaites plaisir à vos proches sans risquer le \"flop\" avec notre carte cadeau.\r\nCette carte cadeau dématérialisée peut être imprimée chez vous via un PDF. Choisissez le montant à offrir et vous recevrez par mail un code unique à appliquer lors du paiement sur haikuatelier.com.\r\n','Haiku e-Gift Card','','publish','closed','closed','','haiku-e-gift-card','','','2026-03-05 10:39:10','2026-03-05 09:39:10','',0,'https://haikuatelier.com/?post_type=product&p=1574',45,'product','',0), +(1575,1,'2025-12-03 08:34:37','2025-12-03 07:34:37','','Gift card','','inherit','closed','closed','','hk-cartekdo-1','','','2025-12-03 08:34:53','2025-12-03 07:34:53','',1574,'https://haikuatelier.com/app/uploads/2025/12/HK-cartekdo-1.jpg',0,'attachment','image/jpeg',0), +(1576,1,'2025-12-03 08:35:27','2025-12-03 07:35:27','','Gift card','','inherit','closed','closed','','hk-cartekdo-2','','','2025-12-03 08:36:26','2025-12-03 07:36:26','',1574,'https://haikuatelier.com/app/uploads/2025/12/HK-cartekdo-2.jpg',0,'attachment','image/jpeg',0), +(1577,1,'2025-12-03 08:36:31','2025-12-03 07:36:31','','HK-cartekdo-3','','inherit','closed','closed','','hk-cartekdo-3','','','2025-12-03 08:36:49','2025-12-03 07:36:49','',1574,'https://haikuatelier.com/app/uploads/2025/12/HK-cartekdo-3.jpg',0,'attachment','image/jpeg',0), +(1585,1,'2025-12-03 09:03:29','2025-12-03 08:03:29','','Haiku e-Gift Card - 100€','Amount: 100€','publish','closed','closed','','haiku-e-gift-card-100e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1585',8,'product_variation','',0), +(1586,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 40€','Amount: 40€','publish','closed','closed','','haiku-e-gift-card-40e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1586',1,'product_variation','',0), +(1587,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 50€','Amount: 50€','publish','closed','closed','','haiku-e-gift-card-50e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1587',2,'product_variation','',0), +(1588,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 60€','Amount: 60€','publish','closed','closed','','haiku-e-gift-card-60e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1588',4,'product_variation','',0), +(1589,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 70€','Amount: 70€','publish','closed','closed','','haiku-e-gift-card-70e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1589',5,'product_variation','',0), +(1590,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 80€','Amount: 80€','publish','closed','closed','','haiku-e-gift-card-80e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1590',6,'product_variation','',0), +(1591,1,'2025-12-03 09:03:30','2025-12-03 08:03:30','','Haiku e-Gift Card - 90€','Amount: 90€','publish','closed','closed','','haiku-e-gift-card-90e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1591',7,'product_variation','',0), +(1592,1,'2025-12-03 09:24:33','2025-12-03 08:24:33','','GIFTcard-print-english','','inherit','closed','closed','','giftcard-print-english','','','2025-12-03 09:24:33','2025-12-03 08:24:33','',1574,'https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-english-7hyvjk.pdf',0,'attachment','application/pdf',0), +(1593,1,'2025-12-03 09:24:57','2025-12-03 08:24:57','','GIFTcard-print-français','','inherit','closed','closed','','giftcard-print-francais','','','2025-12-03 09:24:57','2025-12-03 08:24:57','',1574,'https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/GIFTcard-print-francais-qvkvsf.pdf',0,'attachment','application/pdf',0), +(1604,1,'2025-12-03 18:43:23','2025-12-03 17:43:23','','','','draft','closed','closed','','','','','2025-12-03 18:43:23','2025-12-03 17:43:23','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1604',0,'shop_order_placehold','',0), +(1605,1,'2025-12-03 18:44:40','2025-12-03 17:44:40','','','','draft','closed','closed','','','','','2025-12-03 18:44:40','2025-12-03 17:44:40','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1605',0,'shop_order_placehold','',2), +(1606,1,'2025-12-07 22:49:42','2025-12-07 21:49:42','','','','draft','closed','closed','','','','','2025-12-07 22:49:42','2025-12-07 21:49:42','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1606',0,'shop_order_placehold','',2), +(1607,1,'2025-12-10 14:39:45','2025-12-10 13:39:45','','','','draft','closed','closed','','','','','2025-12-10 14:39:45','2025-12-10 13:39:45','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1607',0,'shop_order_placehold','',0), +(1608,1,'2025-12-10 16:29:50','2025-12-10 15:29:50','','','','draft','closed','closed','','','','','2025-12-10 16:29:50','2025-12-10 15:29:50','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1608',0,'shop_order_placehold','',0), +(1609,1,'2025-12-10 16:54:38','2025-12-10 15:54:38','','','','draft','closed','closed','','','','','2025-12-10 16:54:38','2025-12-10 15:54:38','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1609',0,'shop_order_placehold','',2), +(1610,1,'2025-12-11 16:25:35','2025-12-11 15:25:35','','','','draft','closed','closed','','','','','2025-12-11 16:25:35','2025-12-11 15:25:35','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1610',0,'shop_order_placehold','',4), +(1611,1,'2025-12-14 09:05:42','2025-12-14 08:05:42','','','','draft','closed','closed','','','','','2025-12-14 09:05:42','2025-12-14 08:05:42','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1611',0,'shop_order_placehold','',0), +(1612,1,'2025-12-14 16:18:16','2025-12-14 15:18:16','','','','draft','closed','closed','','','','','2025-12-14 16:18:16','2025-12-14 15:18:16','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1612',0,'shop_order_placehold','',1), +(1613,1,'2025-12-15 09:36:56','2025-12-15 08:36:56','','hklaura50','','publish','closed','closed','','hklaura50','','','2026-01-06 16:04:01','2026-01-06 15:04:01','',0,'https://haikuatelier.com/?post_type=shop_coupon&p=1613',0,'shop_coupon','',0), +(1615,1,'2025-12-15 23:27:22','2025-12-15 22:27:22','','','','draft','closed','closed','','','','','2025-12-15 23:27:22','2025-12-15 22:27:22','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1615',0,'shop_order_placehold','',0), +(1616,1,'2025-12-15 23:43:29','2025-12-15 22:43:29','','','','draft','closed','closed','','','','','2025-12-15 23:43:29','2025-12-15 22:43:29','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1616',0,'shop_order_placehold','',0), +(1617,1,'2025-12-15 23:45:37','2025-12-15 22:45:37','','','','draft','closed','closed','','','','','2025-12-15 23:45:37','2025-12-15 22:45:37','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1617',0,'shop_order_placehold','',3), +(1618,1,'2025-12-17 07:51:16','2025-12-17 06:51:16','','','','draft','closed','closed','','','','','2025-12-17 07:51:16','2025-12-17 06:51:16','',1617,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1618',0,'shop_order_placehold','',0), +(1619,1,'2025-12-17 17:17:31','2025-12-17 16:17:31','','Fuyou Long Earrings - long','Side: long','publish','closed','closed','','fuyou-long-earrings-silver-long','','','2026-04-24 20:22:41','2026-04-24 18:22:41','',766,'https://haikuatelier.com/?post_type=product_variation&p=1619',2,'product_variation','',0), +(1620,1,'2025-12-17 17:17:31','2025-12-17 16:17:31','','Fuyou Long Earrings - medium','Side: medium','publish','closed','closed','','fuyou-long-earrings-silver-medium','','','2026-04-24 20:22:41','2026-04-24 18:22:41','',766,'https://haikuatelier.com/?post_type=product_variation&p=1620',3,'product_variation','',0), +(1621,1,'2025-12-17 17:17:31','2025-12-17 16:17:31','','Fuyou Long Earrings - pair','Side: pair','publish','closed','closed','','fuyou-long-earrings-silver-pair','','','2026-04-24 20:22:41','2026-04-24 18:22:41','',766,'https://haikuatelier.com/?post_type=product_variation&p=1621',1,'product_variation','',0), +(1628,1,'2025-12-18 23:39:56','2025-12-18 22:39:56','','','','draft','closed','closed','','','','','2025-12-18 23:39:56','2025-12-18 22:39:56','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1628',0,'shop_order_placehold','',0), +(1629,1,'2025-12-18 23:40:36','2025-12-18 22:40:36','','','','draft','closed','closed','','','','','2025-12-18 23:40:36','2025-12-18 22:40:36','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1629',0,'shop_order_placehold','',0), +(1630,1,'2025-12-21 21:44:25','2025-12-21 20:44:25','','','','draft','closed','closed','','','','','2025-12-21 21:44:25','2025-12-21 20:44:25','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1630',0,'shop_order_placehold','',0), +(1643,1,'2026-01-13 16:58:24','2026-01-13 15:58:24','','','','draft','closed','closed','','','','','2026-01-13 16:58:24','2026-01-13 15:58:24','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1643',0,'shop_order_placehold','',3), +(1644,1,'2026-01-13 17:01:21','2026-01-13 16:01:21','','','','draft','closed','closed','','','','','2026-01-13 17:01:21','2026-01-13 16:01:21','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1644',0,'shop_order_placehold','',0), +(1645,1,'2026-01-13 17:03:07','2026-01-13 16:03:07','','','','draft','closed','closed','','','','','2026-01-13 17:03:07','2026-01-13 16:03:07','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1645',0,'shop_order_placehold','',3), +(1646,1,'2026-01-14 21:45:29','2026-01-14 20:45:29','','','','draft','closed','closed','','','','','2026-01-14 21:45:29','2026-01-14 20:45:29','',1610,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1646',0,'shop_order_placehold','',0), +(1647,1,'2026-02-01 21:14:25','2026-02-01 20:14:25','','','','draft','closed','closed','','','','','2026-02-01 21:14:25','2026-02-01 20:14:25','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1647',0,'shop_order_placehold','',3), +(1649,1,'2026-02-05 20:10:25','2026-02-05 19:10:25','','','','draft','closed','closed','','','','','2026-02-05 20:10:25','2026-02-05 19:10:25','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1649',0,'shop_order_placehold','',3), +(1650,1,'2026-02-11 13:43:18','2026-02-11 12:43:18','','Piasu ring silver','','inherit','closed','closed','','2025haiku_00068','','','2026-02-11 13:44:53','2026-02-11 12:44:53','',1467,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00068.jpg',0,'attachment','image/jpeg',0), +(1651,1,'2026-02-11 13:45:20','2026-02-11 12:45:20','','Piasu ring silver','','inherit','closed','closed','','2025haiku_00078','','','2026-02-11 13:45:32','2026-02-11 12:45:32','',1467,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00078.jpg',0,'attachment','image/jpeg',0), +(1652,1,'2026-04-25 08:28:02','2026-04-25 06:28:02','PuchiPuchi : the sound of something splashing\n\nDangling earrings composed of tied ball chains.\n
        \n
      • • total length 6,5cm
      • \n
      • • ball chain diameter 3mm\n• handcrafted in Brussels\n\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.','PuchiPuchi Earrings','','inherit','closed','closed','','1444-autosave-v1','','','2026-04-25 08:28:02','2026-04-25 06:28:02','',1444,'https://haikuatelier.com/?p=1652',0,'revision','',0), +(1653,1,'2026-02-11 13:52:39','2026-02-11 12:52:39','','Puchi earrings in silver','','inherit','closed','closed','','2025haiku_00056','','','2026-02-11 13:54:10','2026-02-11 12:54:10','',1444,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00056.jpg',0,'attachment','image/jpeg',0), +(1654,1,'2026-02-11 13:55:08','2026-02-11 12:55:08','','Puchi earrings in silver','','inherit','closed','closed','','2025haiku_00071','','','2026-02-11 13:55:18','2026-02-11 12:55:18','',1444,'https://haikuatelier.com/app/uploads/2025/09/2025HAIKU_00071.jpg',0,'attachment','image/jpeg',0), +(1655,1,'2026-04-28 13:00:12','2026-04-28 11:00:12','IKKAN : link\n\nA bracelet in sterling silver mixing a rigid band and a loose mix of chains in sterling silver and gold plated silve\n
          \n
        • • size 1: 6cm diameter / size 2: 7cm diameter
        • \n
        • • wire thickness 2,5mm
        • \n
        • • handcrafted in Brussels
        • \n
        \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Bracelet','','inherit','closed','closed','','240-autosave-v1','','','2026-04-28 13:00:12','2026-04-28 11:00:12','',240,'https://haikuatelier.com/?p=1655',0,'revision','',0), +(1656,1,'2026-02-11 19:47:27','2026-02-11 18:47:27','','','','draft','closed','closed','','','','','2026-02-11 19:47:27','2026-02-11 18:47:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1656',0,'shop_order_placehold','',1), +(1657,1,'2026-02-14 16:19:34','2026-02-14 15:19:34','','HKlouise100','','publish','closed','closed','','hklouise100','','','2026-02-14 16:19:34','2026-02-14 15:19:34','',0,'https://haikuatelier.com/?post_type=shop_coupon&p=1657',0,'shop_coupon','',0), +(1658,1,'2026-02-16 16:38:24','2026-02-16 15:38:24','','','','draft','closed','closed','','','','','2026-02-16 16:38:24','2026-02-16 15:38:24','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1658',0,'shop_order_placehold','',3), +(1659,1,'2026-02-16 16:57:03','2026-02-16 15:57:03','','','','draft','closed','closed','','','','','2026-02-16 16:57:03','2026-02-16 15:57:03','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1659',0,'shop_order_placehold','',0), +(1660,1,'2026-02-25 22:15:31','2026-02-25 21:15:31','','','','draft','closed','closed','','','','','2026-02-25 22:15:31','2026-02-25 21:15:31','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1660',0,'shop_order_placehold','',0), +(1661,1,'2026-02-25 22:19:14','2026-02-25 21:19:14','','','','draft','closed','closed','','','','','2026-02-25 22:19:14','2026-02-25 21:19:14','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1661',0,'shop_order_placehold','',0), +(1662,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 110€','Amount: 110€','publish','closed','closed','','haiku-e-gift-card-110e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1662',9,'product_variation','',0), +(1663,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 120€','Amount: 120€','publish','closed','closed','','haiku-e-gift-card-120e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1663',10,'product_variation','',0), +(1664,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 130€','Amount: 130€','publish','closed','closed','','haiku-e-gift-card-130e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1664',11,'product_variation','',0), +(1665,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 140€','Amount: 140€','publish','closed','closed','','haiku-e-gift-card-140e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1665',12,'product_variation','',0), +(1666,1,'2026-03-05 10:33:54','2026-03-05 09:33:54','','Haiku e-Gift Card - 150€','Amount: 150€','publish','closed','closed','','haiku-e-gift-card-150e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1666',13,'product_variation','',0), +(1667,1,'2026-03-05 10:33:55','2026-03-05 09:33:55','','Haiku e-Gift Card - 55€','Amount: 55€','publish','closed','closed','','haiku-e-gift-card-55e','','','2026-03-05 10:38:52','2026-03-05 09:38:52','',1574,'https://haikuatelier.com/?post_type=product_variation&p=1667',3,'product_variation','',0), +(1668,1,'2026-03-06 12:16:35','2026-03-06 11:16:35','','','','draft','closed','closed','','','','','2026-03-06 12:16:35','2026-03-06 11:16:35','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1668',0,'shop_order_placehold','',0), +(1669,1,'2026-03-06 12:17:23','2026-03-06 11:17:23','','','','draft','closed','closed','','','','','2026-03-06 12:17:23','2026-03-06 11:17:23','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1669',0,'shop_order_placehold','',3), +(1670,1,'2026-03-07 17:40:02','2026-03-07 16:40:02','','','','draft','closed','closed','','','','','2026-03-07 17:40:02','2026-03-07 16:40:02','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1670',0,'shop_order_placehold','',3), +(1671,1,'2026-03-08 14:10:27','2026-03-08 13:10:27','','','','draft','closed','closed','','','','','2026-03-08 14:10:27','2026-03-08 13:10:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1671',0,'shop_order_placehold','',0), +(1672,1,'2026-03-09 19:09:15','2026-03-09 18:09:15','','','','draft','closed','closed','','','','','2026-03-09 19:09:15','2026-03-09 18:09:15','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1672',0,'shop_order_placehold','',1), +(1673,1,'2026-04-06 11:49:09','2026-04-06 09:49:09','A workshop to create your very own ear cuff, using metalsmith techniques and workbench methods. \r\nFrom sketchs to metal, you\'ll discover the process of jewelry making (sawing, filing, soldering, polishing...) and get the chance to make your dream piece. \r\n\r\nThis course can host 3 person at a time maximum, so that you can get the best out of this experience. \r\nDrinks and snack will be provided. \r\n\r\nThis workshop session will last around 2h.\r\nIt can be given in French or in English. \r\nAt the moment, all workshops take place at De Niche studio, in Brussels. \r\n\r\nA link to choose your date will be send to your email address once you proceed to check out. \r\n\r\n','Workshop Ear Cuff','','publish','closed','closed','','workshop-ear-cuff','','','2026-04-28 11:51:07','2026-04-28 09:51:07','',0,'https://haikuatelier.com/?post_type=product&p=1673',43,'product','',0), +(1674,1,'2026-03-30 18:55:11','2026-03-30 16:55:11','','workshop ear cuff','','inherit','closed','closed','','004a2444','','','2026-03-30 18:55:43','2026-03-30 16:55:43','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2444.jpg',0,'attachment','image/jpeg',0), +(1675,1,'2026-03-30 18:55:51','2026-03-30 16:55:51','','workshop ear cuff','','inherit','closed','closed','','004a2460','','','2026-03-30 18:56:10','2026-03-30 16:56:10','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2460.jpg',0,'attachment','image/jpeg',0), +(1676,1,'2026-03-30 18:56:16','2026-03-30 16:56:16','','workshop ear cuff','','inherit','closed','closed','','004a2576','','','2026-03-30 18:56:25','2026-03-30 16:56:25','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2576.jpg',0,'attachment','image/jpeg',0), +(1677,1,'2026-03-30 18:56:33','2026-03-30 16:56:33','','workshop ear cuff','','inherit','closed','closed','','004a2605','','','2026-03-30 18:56:48','2026-03-30 16:56:48','',1673,'https://haikuatelier.com/app/uploads/2026/03/004A2605.jpg',0,'attachment','image/jpeg',0), +(1678,1,'2026-03-30 19:05:08','2026-03-30 17:05:08','','Workshop Ear Cuff - Gold plated brass','Material: Gold plated brass','publish','closed','closed','','workshop-ear-cuff-goldplated-brass','','','2026-03-30 19:08:43','2026-03-30 17:08:43','',1673,'https://haikuatelier.com/?post_type=product_variation&p=1678',2,'product_variation','',0), +(1679,1,'2026-03-30 19:05:09','2026-03-30 17:05:09','','Workshop Ear Cuff - Silver plated brass','Material: Silver plated brass','publish','closed','closed','','workshop-ear-cuff-silverplated-brass','','','2026-03-30 19:08:43','2026-03-30 17:08:43','',1673,'https://haikuatelier.com/?post_type=product_variation&p=1679',1,'product_variation','',0), +(1680,1,'2026-03-30 19:05:09','2026-03-30 17:05:09','','Workshop Ear Cuff - Sterling silver','Material: Sterling silver','publish','closed','closed','','workshop-ear-cuff-sterling-silver','','','2026-03-30 19:08:43','2026-03-30 17:08:43','',1673,'https://haikuatelier.com/?post_type=product_variation&p=1680',3,'product_variation','',0), +(1681,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','A workshop to create your very own pendant, using metalsmith techniques and workbench methods. \r\nFrom sketchs to metal, you\'ll discover the process of jewelry making (sawing, filing, soldering, polishing...) and get the chance to make your dream piece. \r\n\r\nThis course can host 3 person at a time maximum, so that you can get the best out of this experience. \r\nDrinks and snack will be provided. \r\n\r\nA workshop session last around 3h.\r\nIt can be given in French or in English. \r\nAt the moment, all workshops take place at De Niche studio in Brussels. \r\n\r\nA link to choose your date will be sent at your email address after the check out. \r\n\r\n','Workshop Pendant','','publish','closed','closed','','workshop-pendant','','','2026-04-28 11:51:54','2026-04-28 09:51:54','',0,'https://haikuatelier.com/?post_type=product&p=1681',42,'product','',0), +(1682,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','','Workshop Pendant - Silver plated brass','Material: Silver plated brass','publish','closed','closed','','workshop-ear-cuff-silverplated-brass-2','','','2026-03-30 19:17:08','2026-03-30 17:17:08','',1681,'https://haikuatelier.com/?post_type=product_variation&p=1682',1,'product_variation','',0), +(1683,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','','Workshop Pendant - Gold plated brass','Material: Gold plated brass','publish','closed','closed','','workshop-ear-cuff-goldplated-brass-2','','','2026-03-30 19:17:08','2026-03-30 17:17:08','',1681,'https://haikuatelier.com/?post_type=product_variation&p=1683',2,'product_variation','',0), +(1684,1,'2026-03-30 19:08:57','2026-03-30 17:08:57','','Workshop Pendant - Sterling silver','Material: Sterling silver','publish','closed','closed','','workshop-ear-cuff-sterling-silver-2','','','2026-03-30 19:17:08','2026-03-30 17:17:08','',1681,'https://haikuatelier.com/?post_type=product_variation&p=1684',3,'product_variation','',0), +(1685,1,'2026-03-30 19:14:26','2026-03-30 17:14:26','','workshop pendant','','inherit','closed','closed','','004a2472','','','2026-03-30 19:14:52','2026-03-30 17:14:52','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2472.jpg',0,'attachment','image/jpeg',0), +(1686,1,'2026-03-30 19:15:10','2026-03-30 17:15:10','','workshop pendant','','inherit','closed','closed','','004a2361','','','2026-03-30 19:15:22','2026-03-30 17:15:22','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2361.jpg',0,'attachment','image/jpeg',0), +(1687,1,'2026-03-30 19:15:30','2026-03-30 17:15:30','','workshop pendant','','inherit','closed','closed','','004a2430','','','2026-03-30 19:15:52','2026-03-30 17:15:52','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2430.jpg',0,'attachment','image/jpeg',0), +(1688,1,'2026-03-30 19:16:01','2026-03-30 17:16:01','','workshop pendant','','inherit','closed','closed','','004a2464','','','2026-03-30 19:16:10','2026-03-30 17:16:10','',1681,'https://haikuatelier.com/app/uploads/2026/03/004A2464.jpg',0,'attachment','image/jpeg',0), +(1689,1,'2026-03-30 19:17:33','2026-03-30 17:17:33','A workshop to create your very own ring, using metalsmith techniques and workbench methods. \r\nFrom sketchs to metal, you\'ll discover the process of jewelry making (sawing, filing, soldering, polishing...) and get the chance to make your dream piece. \r\n\r\nThis course can host 3 person at a time maximum, so that you can get the best out of this experience. \r\nDrinks and snack will be provided. \r\n\r\nThis workshop session will last around 3h30.\r\nIt can be given in French or in English. \r\nAt the moment, all workshops take place at De Niche studio, in Brussels. \r\n\r\nA link to choose your date will be send to your email address once you proceed to check out. ','Workshop Ring','','publish','closed','closed','','workshop-ring','','','2026-04-28 11:50:48','2026-04-28 09:50:48','',0,'https://haikuatelier.com/?post_type=product&p=1689',44,'product','',0), +(1690,1,'2026-03-30 19:17:34','2026-03-30 17:17:34','','Workshop Ring - Silver plated brass','Material: Silver plated brass','publish','closed','closed','','workshop-ear-cuff-silverplated-brass-3','','','2026-03-30 19:30:58','2026-03-30 17:30:58','',1689,'https://haikuatelier.com/?post_type=product_variation&p=1690',1,'product_variation','',0), +(1691,1,'2026-03-30 19:17:34','2026-03-30 17:17:34','','Workshop Ring - Gold plated brass','Material: Gold plated brass','publish','closed','closed','','workshop-ear-cuff-goldplated-brass-3','','','2026-03-30 19:30:58','2026-03-30 17:30:58','',1689,'https://haikuatelier.com/?post_type=product_variation&p=1691',2,'product_variation','',0), +(1692,1,'2026-03-30 19:17:34','2026-03-30 17:17:34','','Workshop Ring - Sterling silver','Material: Sterling silver','publish','closed','closed','','workshop-ear-cuff-sterling-silver-3','','','2026-03-30 19:30:58','2026-03-30 17:30:58','',1689,'https://haikuatelier.com/?post_type=product_variation&p=1692',3,'product_variation','',0), +(1693,1,'2026-03-30 19:27:09','2026-03-30 17:27:09','','workshop ring','','inherit','closed','closed','','004a2598','','','2026-03-30 19:27:25','2026-03-30 17:27:25','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2598.jpg',0,'attachment','image/jpeg',0), +(1694,1,'2026-03-30 19:27:35','2026-03-30 17:27:35','','workshop ring','','inherit','closed','closed','','004a2592','','','2026-03-30 19:28:04','2026-03-30 17:28:04','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2592.jpg',0,'attachment','image/jpeg',0), +(1695,1,'2026-03-30 19:28:33','2026-03-30 17:28:33','','workshop ring','','inherit','closed','closed','','004a2408','','','2026-03-30 19:28:40','2026-03-30 17:28:40','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2408.jpg',0,'attachment','image/jpeg',0), +(1696,1,'2026-03-30 19:29:54','2026-03-30 17:29:54','','workshop ring','','inherit','closed','closed','','004a2458','','','2026-03-30 19:30:04','2026-03-30 17:30:04','',1689,'https://haikuatelier.com/app/uploads/2026/03/004A2458.jpg',0,'attachment','image/jpeg',0), +(1697,1,'2026-04-02 11:45:50','2026-04-02 09:45:50','','','','draft','closed','closed','','','','','2026-04-02 11:45:50','2026-04-02 09:45:50','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1697',0,'shop_order_placehold','',3), +(1698,1,'2026-04-03 23:36:58','2026-04-03 21:36:58','','','','draft','closed','closed','','','','','2026-04-03 23:36:58','2026-04-03 21:36:58','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1698',0,'shop_order_placehold','',3), +(1699,1,'2026-04-06 09:47:45','2026-04-06 07:47:45','','workshop ear cuff','','inherit','closed','closed','','dscf9660','','','2026-04-06 09:48:27','2026-04-06 07:48:27','',1673,'https://haikuatelier.com/app/uploads/2026/03/DSCF9660.jpg',0,'attachment','image/jpeg',0), +(1700,1,'2026-04-06 09:47:59','2026-04-06 07:47:59','','workshop pendant','','inherit','closed','closed','','dscf9656','','','2026-04-06 09:49:09','2026-04-06 07:49:09','',1673,'https://haikuatelier.com/app/uploads/2026/03/DSCF9656.jpg',0,'attachment','image/jpeg',0), +(1701,1,'2026-04-06 09:48:04','2026-04-06 07:48:04','','workshop ring','','inherit','closed','closed','','dscf9673','','','2026-04-06 09:49:52','2026-04-06 07:49:52','',1673,'https://haikuatelier.com/app/uploads/2026/03/DSCF9673.jpg',0,'attachment','image/jpeg',0), +(1702,1,'2026-04-12 15:55:27','2026-04-12 13:55:27','','','','draft','closed','closed','','','','','2026-04-12 15:55:27','2026-04-12 13:55:27','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1702',0,'shop_order_placehold','',0), +(1703,1,'2026-04-24 15:01:31','2026-04-24 13:01:31','PIASU : piercing\n\nWide ring open on top with four silver balls and a mother of pearl detail.\n
          \n
        • silver balls diameter 8mm
        • \n
        • height 1,5cm
        • \n
        • handcrafted in Brussels
        • \n
        \nRings Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver.','Piasu Ring','','inherit','closed','closed','','1467-autosave-v1','','','2026-04-24 15:01:31','2026-04-24 13:01:31','',1467,'https://haikuatelier.com/?p=1703',0,'revision','',0), +(1704,1,'2026-04-24 15:08:27','2026-04-24 13:08:27','','Piasu Ring - 48','Size: 48','publish','closed','closed','','piasu-ring-48','','','2026-04-24 15:08:52','2026-04-24 13:08:52','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1704',1,'product_variation','',0), +(1705,1,'2026-04-24 15:08:27','2026-04-24 13:08:27','','Piasu Ring - 49','Size: 49','publish','closed','closed','','piasu-ring-49','','','2026-04-24 15:08:52','2026-04-24 13:08:52','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1705',2,'product_variation','',0), +(1706,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 50','Size: 50','publish','closed','closed','','piasu-ring-50','','','2026-04-24 15:08:52','2026-04-24 13:08:52','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1706',3,'product_variation','',0), +(1707,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 51','Size: 51','publish','closed','closed','','piasu-ring-51','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1707',4,'product_variation','',0), +(1708,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 52','Size: 52','publish','closed','closed','','piasu-ring-52','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1708',5,'product_variation','',0), +(1709,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 53','Size: 53','publish','closed','closed','','piasu-ring-53','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1709',6,'product_variation','',0), +(1710,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 54','Size: 54','publish','closed','closed','','piasu-ring-54','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1710',7,'product_variation','',0), +(1711,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 55','Size: 55','publish','closed','closed','','piasu-ring-55','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1711',8,'product_variation','',0), +(1712,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 56','Size: 56','publish','closed','closed','','piasu-ring-56','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1712',9,'product_variation','',0), +(1713,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 57','Size: 57','publish','closed','closed','','piasu-ring-57','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1713',10,'product_variation','',0), +(1714,1,'2026-04-24 15:08:28','2026-04-24 13:08:28','','Piasu Ring - 58','Size: 58','publish','closed','closed','','piasu-ring-58','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1714',11,'product_variation','',0), +(1715,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 59','Size: 59','publish','closed','closed','','piasu-ring-59','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1715',12,'product_variation','',0), +(1716,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 60','Size: 60','publish','closed','closed','','piasu-ring-60','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1716',13,'product_variation','',0), +(1717,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 61','Size: 61','publish','closed','closed','','piasu-ring-61','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1717',14,'product_variation','',0), +(1718,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 62','Size: 62','publish','closed','closed','','piasu-ring-62','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1718',15,'product_variation','',0), +(1719,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 63','Size: 63','publish','closed','closed','','piasu-ring-63','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1719',16,'product_variation','',0), +(1720,1,'2026-04-24 15:08:29','2026-04-24 13:08:29','','Piasu Ring - 64','Size: 64','publish','closed','closed','','piasu-ring-64','','','2026-04-24 15:08:51','2026-04-24 13:08:51','',1467,'https://haikuatelier.com/?post_type=product_variation&p=1720',17,'product_variation','',0), +(1733,1,'2026-04-24 20:17:41','2026-04-24 18:17:41','Uteki : raindrop\n\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in gold plated sterling silver.\n
      \n• wire thickness 3mm\n• stone 10x8cm\n• handcrafted in Brussels\n
    \nAll our products are made in 80% recycled sterling silver and 18k gold plated silver.\n\n','Uteki Ring gold plated','','inherit','closed','closed','','953-autosave-v1','','','2026-04-24 20:17:41','2026-04-24 18:17:41','',953,'https://haikuatelier.com/?p=1733',0,'revision','',0), +(1734,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 48','Size: 48','publish','closed','closed','','uteki-ring-gold-plated-48','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1734',1,'product_variation','',0), +(1735,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 49','Size: 49','publish','closed','closed','','uteki-ring-gold-plated-49','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1735',2,'product_variation','',0), +(1736,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 50','Size: 50','publish','closed','closed','','uteki-ring-gold-plated-50','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1736',3,'product_variation','',0), +(1737,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 51','Size: 51','publish','closed','closed','','uteki-ring-gold-plated-51','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1737',4,'product_variation','',0), +(1738,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 52','Size: 52','publish','closed','closed','','uteki-ring-gold-plated-52','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1738',5,'product_variation','',0), +(1739,1,'2026-04-24 20:18:16','2026-04-24 18:18:16','','Uteki Ring gold plated - 53','Size: 53','publish','closed','closed','','uteki-ring-gold-plated-53','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1739',6,'product_variation','',0), +(1740,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 54','Size: 54','publish','closed','closed','','uteki-ring-gold-plated-54','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1740',7,'product_variation','',0), +(1741,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 55','Size: 55','publish','closed','closed','','uteki-ring-gold-plated-55','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1741',8,'product_variation','',0), +(1742,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 56','Size: 56','publish','closed','closed','','uteki-ring-gold-plated-56','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1742',9,'product_variation','',0), +(1743,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 57','Size: 57','publish','closed','closed','','uteki-ring-gold-plated-57','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1743',10,'product_variation','',0), +(1744,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 58','Size: 58','publish','closed','closed','','uteki-ring-gold-plated-58','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1744',11,'product_variation','',0), +(1745,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 59','Size: 59','publish','closed','closed','','uteki-ring-gold-plated-59','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1745',12,'product_variation','',0), +(1746,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 60','Size: 60','publish','closed','closed','','uteki-ring-gold-plated-60','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1746',13,'product_variation','',0), +(1747,1,'2026-04-24 20:18:17','2026-04-24 18:18:17','','Uteki Ring gold plated - 61','Size: 61','publish','closed','closed','','uteki-ring-gold-plated-61','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1747',14,'product_variation','',0), +(1748,1,'2026-04-24 20:18:18','2026-04-24 18:18:18','','Uteki Ring gold plated - 62','Size: 62','publish','closed','closed','','uteki-ring-gold-plated-62','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1748',15,'product_variation','',0), +(1749,1,'2026-04-24 20:18:18','2026-04-24 18:18:18','','Uteki Ring gold plated - 63','Size: 63','publish','closed','closed','','uteki-ring-gold-plated-63','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1749',16,'product_variation','',0), +(1750,1,'2026-04-24 20:18:18','2026-04-24 18:18:18','','Uteki Ring gold plated - 64','Size: 64','publish','closed','closed','','uteki-ring-gold-plated-64','','','2026-04-24 20:18:45','2026-04-24 18:18:45','',953,'https://haikuatelier.com/?post_type=product_variation&p=1750',17,'product_variation','',0), +(1751,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 48','Size: 48','publish','closed','closed','','uteki-ring-silver-48','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1751',1,'product_variation','',0), +(1752,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 49','Size: 49','publish','closed','closed','','uteki-ring-silver-49','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1752',2,'product_variation','',0), +(1753,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 50','Size: 50','publish','closed','closed','','uteki-ring-silver-50','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1753',3,'product_variation','',0), +(1754,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 51','Size: 51','publish','closed','closed','','uteki-ring-silver-51','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1754',4,'product_variation','',0), +(1755,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 52','Size: 52','publish','closed','closed','','uteki-ring-silver-52','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1755',5,'product_variation','',0), +(1756,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 53','Size: 53','publish','closed','closed','','uteki-ring-silver-53','','','2026-04-24 20:20:09','2026-04-24 18:20:09','',941,'https://haikuatelier.com/?post_type=product_variation&p=1756',6,'product_variation','',0), +(1757,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 54','Size: 54','publish','closed','closed','','uteki-ring-silver-54','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1757',7,'product_variation','',0), +(1758,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 55','Size: 55','publish','closed','closed','','uteki-ring-silver-55','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1758',8,'product_variation','',0), +(1759,1,'2026-04-24 20:19:58','2026-04-24 18:19:58','','Uteki Ring silver - 56','Size: 56','publish','closed','closed','','uteki-ring-silver-56','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1759',9,'product_variation','',0), +(1760,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 57','Size: 57','publish','closed','closed','','uteki-ring-silver-57','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1760',10,'product_variation','',0), +(1761,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 58','Size: 58','publish','closed','closed','','uteki-ring-silver-58','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1761',11,'product_variation','',0), +(1762,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 59','Size: 59','publish','closed','closed','','uteki-ring-silver-59','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1762',12,'product_variation','',0), +(1763,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 60','Size: 60','publish','closed','closed','','uteki-ring-silver-60','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1763',13,'product_variation','',0), +(1764,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 61','Size: 61','publish','closed','closed','','uteki-ring-silver-61','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1764',14,'product_variation','',0), +(1765,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 62','Size: 62','publish','closed','closed','','uteki-ring-silver-62','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1765',15,'product_variation','',0), +(1766,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 63','Size: 63','publish','closed','closed','','uteki-ring-silver-63','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1766',16,'product_variation','',0), +(1767,1,'2026-04-24 20:19:59','2026-04-24 18:19:59','','Uteki Ring silver - 64','Size: 64','publish','closed','closed','','uteki-ring-silver-64','','','2026-04-24 20:20:08','2026-04-24 18:20:08','',941,'https://haikuatelier.com/?post_type=product_variation&p=1767',17,'product_variation','',0), +(1768,1,'2026-04-24 20:20:14','2026-04-24 18:20:14','Uteki : raindrop\n\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in sterling silver.\n\n• wire thickness 3mm\n• stone 10x8cm\n• handcrafted in Brussels\n\nRings are made on demand. Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Uteki Ring silver','','inherit','closed','closed','','941-autosave-v1','','','2026-04-24 20:20:14','2026-04-24 18:20:14','',941,'https://haikuatelier.com/?p=1768',0,'revision','',0), +(1769,1,'2026-04-24 20:26:26','2026-04-24 18:26:26','IKKAN : link\n\nA piece made of an oversized link thread into a D-shaped sterling silver band ring.\n
      \n
    • link caliber 1cm
    • \n
    • band diameter 2mm
    • \n
    • handcrafted in Brussels
    • \n
    \nRings are made on demandFind some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Ikkan Ring silver','','inherit','closed','closed','','102-autosave-v1','','','2026-04-24 20:26:26','2026-04-24 18:26:26','',102,'https://haikuatelier.com/?p=1769',0,'revision','',0), +(1770,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 48','Size: 48','publish','closed','closed','','ikkan-ring-silver-48','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1770',1,'product_variation','',0), +(1771,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 49','Size: 49','publish','closed','closed','','ikkan-ring-silver-49','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1771',2,'product_variation','',0), +(1772,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 50','Size: 50','publish','closed','closed','','ikkan-ring-silver-50','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1772',3,'product_variation','',0), +(1773,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 51','Size: 51','publish','closed','closed','','ikkan-ring-silver-51','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1773',4,'product_variation','',0), +(1774,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 52','Size: 52','publish','closed','closed','','ikkan-ring-silver-52','','','2026-04-24 20:25:06','2026-04-24 18:25:06','',102,'https://haikuatelier.com/?post_type=product_variation&p=1774',5,'product_variation','',0), +(1775,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 53','Size: 53','publish','closed','closed','','ikkan-ring-silver-53','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1775',6,'product_variation','',0), +(1776,1,'2026-04-24 20:24:53','2026-04-24 18:24:53','','Ikkan Ring silver - 54','Size: 54','publish','closed','closed','','ikkan-ring-silver-54','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1776',7,'product_variation','',0), +(1777,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 55','Size: 55','publish','closed','closed','','ikkan-ring-silver-55','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1777',8,'product_variation','',0), +(1778,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 56','Size: 56','publish','closed','closed','','ikkan-ring-silver-56','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1778',9,'product_variation','',0), +(1779,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 57','Size: 57','publish','closed','closed','','ikkan-ring-silver-57','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1779',10,'product_variation','',0), +(1780,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 58','Size: 58','publish','closed','closed','','ikkan-ring-silver-58','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1780',11,'product_variation','',0), +(1781,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 59','Size: 59','publish','closed','closed','','ikkan-ring-silver-59','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1781',12,'product_variation','',0), +(1782,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 60','Size: 60','publish','closed','closed','','ikkan-ring-silver-60','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1782',13,'product_variation','',0), +(1783,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 61','Size: 61','publish','closed','closed','','ikkan-ring-silver-61','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1783',14,'product_variation','',0), +(1784,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 62','Size: 62','publish','closed','closed','','ikkan-ring-silver-62','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1784',15,'product_variation','',0), +(1785,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 63','Size: 63','publish','closed','closed','','ikkan-ring-silver-63','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1785',16,'product_variation','',0), +(1786,1,'2026-04-24 20:24:54','2026-04-24 18:24:54','','Ikkan Ring silver - 64','Size: 64','publish','closed','closed','','ikkan-ring-silver-64','','','2026-04-24 20:25:05','2026-04-24 18:25:05','',102,'https://haikuatelier.com/?post_type=product_variation&p=1786',17,'product_variation','',0), +(1787,1,'2026-04-24 20:27:52','2026-04-24 18:27:52','IKKAN: link\n\nA piece made of an oversized link thread into a D-shaped gold plated silver band ring.\n
      \n
    • link caliber 1cm
    • \n
    • band diameter 2mm
    • \n
    • handcrafted in Brussels
    • \n
    \nRings are made on demand. Find some help to chose your ring size here.\n\nAll our pieces are made in 80% recycled sterling silver and 18k gold plated silver.','Ikkan Ring gold plated','','inherit','closed','closed','','113-autosave-v1','','','2026-04-24 20:27:52','2026-04-24 18:27:52','',113,'https://haikuatelier.com/?p=1787',0,'revision','',0), +(1788,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 48','Size: 48','publish','closed','closed','','ikkan-ring-gold-plated-48','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1788',1,'product_variation','',0), +(1789,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 49','Size: 49','publish','closed','closed','','ikkan-ring-gold-plated-49','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1789',2,'product_variation','',0), +(1790,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 50','Size: 50','publish','closed','closed','','ikkan-ring-gold-plated-50','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1790',3,'product_variation','',0), +(1791,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 51','Size: 51','publish','closed','closed','','ikkan-ring-gold-plated-51','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1791',4,'product_variation','',0), +(1792,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 52','Size: 52','publish','closed','closed','','ikkan-ring-gold-plated-52','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1792',5,'product_variation','',0), +(1793,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 53','Size: 53','publish','closed','closed','','ikkan-ring-gold-plated-53','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1793',6,'product_variation','',0), +(1794,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 54','Size: 54','publish','closed','closed','','ikkan-ring-gold-plated-54','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1794',7,'product_variation','',0), +(1795,1,'2026-04-24 20:28:28','2026-04-24 18:28:28','','Ikkan Ring gold plated - 55','Size: 55','publish','closed','closed','','ikkan-ring-gold-plated-55','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1795',8,'product_variation','',0), +(1796,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 56','Size: 56','publish','closed','closed','','ikkan-ring-gold-plated-56','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1796',9,'product_variation','',0), +(1797,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 57','Size: 57','publish','closed','closed','','ikkan-ring-gold-plated-57','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1797',10,'product_variation','',0), +(1798,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 58','Size: 58','publish','closed','closed','','ikkan-ring-gold-plated-58','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1798',11,'product_variation','',0), +(1799,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 59','Size: 59','publish','closed','closed','','ikkan-ring-gold-plated-59','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1799',12,'product_variation','',0), +(1800,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 60','Size: 60','publish','closed','closed','','ikkan-ring-gold-plated-60','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1800',13,'product_variation','',0), +(1801,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 61','Size: 61','publish','closed','closed','','ikkan-ring-gold-plated-61','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1801',14,'product_variation','',0), +(1802,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 62','Size: 62','publish','closed','closed','','ikkan-ring-gold-plated-62','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1802',15,'product_variation','',0), +(1803,1,'2026-04-24 20:28:29','2026-04-24 18:28:29','','Ikkan Ring gold plated - 63','Size: 63','publish','closed','closed','','ikkan-ring-gold-plated-63','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1803',16,'product_variation','',0), +(1804,1,'2026-04-24 20:28:30','2026-04-24 18:28:30','','Ikkan Ring gold plated - 64','Size: 64','publish','closed','closed','','ikkan-ring-gold-plated-64','','','2026-04-25 08:44:18','2026-04-25 06:44:18','',113,'https://haikuatelier.com/?post_type=product_variation&p=1804',17,'product_variation','',0), +(1805,1,'2026-04-27 18:01:53','2026-04-27 16:01:53','TAMA: soul, spirit\n\nOval sterling silver hoops lined with dangling box chains of two different length.\n
      \n
    • hoops height 2cm
    • \n
    • chain length 5cm and 3,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Tama Hoops silver','','inherit','closed','closed','','306-autosave-v1','','','2026-04-27 18:01:53','2026-04-27 16:01:53','',306,'https://haikuatelier.com/?p=1805',0,'revision','',0), +(1806,1,'2026-04-27 15:19:34','2026-04-27 13:19:34','MUGURA: vine\n\nMinimalist hoop earrings, big and small version, with thin ends going up on the lobes and smoked quartz detail. In sterling silver.\n
      \n
    • wire thickness 2mm
    • \n
    • height 4cm & 2,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Mugura Hoops silver','','inherit','closed','closed','','393-autosave-v1','','','2026-04-27 15:19:34','2026-04-27 13:19:34','',393,'https://haikuatelier.com/?p=1806',0,'revision','',0), +(1809,1,'2026-04-26 15:42:31','2026-04-26 13:42:31','IKKAN : link\r\n\r\nA bracelet in sterling silver mixing a rigid band and loose curb chain\r\n
      \r\n
    • size 1: 6cm diameter / size 2: 7cm diameter
    • \r\n
    • wire thickness 2,5mm
    • \r\n
    • handcrafted in Brussels
    • \r\n
    \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Puchi Bracelet','','draft','closed','closed','','','','','2026-04-26 15:45:31','2026-04-26 13:45:31','',0,'https://haikuatelier.com/?post_type=product&p=1809',14,'product','',0), +(1810,1,'2026-04-26 15:42:31','2026-04-26 13:42:31','','Puchi Bracelet - Size 1','Size: Size 1','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-5','','','2026-04-26 15:42:31','2026-04-26 13:42:31','',1809,'https://haikuatelier.com/?post_type=product_variation&p=1810',1,'product_variation','',0), +(1811,1,'2026-04-26 15:42:31','2026-04-26 13:42:31','','Puchi Bracelet - Size 2','Size: Size 2','publish','closed','closed','','tamanori-earrings-gold-plated-copy-size-6','','','2026-04-26 15:42:31','2026-04-26 13:42:31','',1809,'https://haikuatelier.com/?post_type=product_variation&p=1811',2,'product_variation','',0), +(1812,1,'2026-04-26 15:43:42','2026-04-26 13:43:42','','PUCHI-BR','','inherit','closed','closed','','puchi-br','','','2026-04-26 15:43:42','2026-04-26 13:43:42','',1809,'https://haikuatelier.com/app/uploads/2026/04/PUCHI-BR.jpg',0,'attachment','image/jpeg',0), +(1813,1,'2026-04-26 15:45:04','2026-04-26 13:45:04','','','','inherit','closed','closed','','_clelia-odette-2-76','','','2026-04-26 16:48:08','2026-04-26 14:48:08','',1809,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-76.jpg',0,'attachment','image/jpeg',0), +(1814,1,'2026-04-26 16:53:36','2026-04-26 14:53:36','','','','inherit','closed','closed','','ikkan-c','','','2026-04-26 16:53:47','2026-04-26 14:53:47','',263,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-C.jpg',0,'attachment','image/jpeg',0), +(1815,1,'2026-04-26 16:58:04','2026-04-26 14:58:04','','_©Clelia.Odette-4477-copie','','inherit','closed','closed','','_clelia-odette-4477-copie','','','2026-04-26 16:58:25','2026-04-26 14:58:25','',263,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4477-copie.jpg',0,'attachment','image/jpeg',0), +(1816,1,'2026-04-26 17:17:17','2026-04-26 15:17:17','','','','inherit','closed','closed','','ikkan-br','','','2026-04-26 17:17:33','2026-04-26 15:17:33','',240,'https://haikuatelier.com/app/uploads/2024/10/IKKAN-BR.jpg',0,'attachment','image/jpeg',0), +(1817,1,'2026-04-26 17:19:51','2026-04-26 15:19:51','','','','inherit','closed','closed','','_clelia-odette-4332','','','2026-04-26 17:20:04','2026-04-26 15:20:04','',240,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4332.jpg',0,'attachment','image/jpeg',0), +(1819,1,'2026-04-27 10:03:11','2026-04-27 08:03:11','','','','inherit','closed','closed','','2025haiku_0003','','','2026-04-27 10:03:24','2026-04-27 08:03:24','',258,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_0003.jpg',0,'attachment','image/jpeg',0), +(1821,1,'2026-04-27 10:17:07','2026-04-27 08:17:07','','','','inherit','closed','closed','','hatta-ec-g','','','2026-04-27 10:17:29','2026-04-27 08:17:29','',1560,'https://haikuatelier.com/app/uploads/2025/11/HATTA-EC-g.jpg',0,'attachment','image/jpeg',0), +(1822,1,'2026-04-27 10:29:47','2026-04-27 08:29:47','','','','inherit','closed','closed','','hatta-ec-s','','','2026-04-27 10:30:00','2026-04-27 08:30:00','',1555,'https://haikuatelier.com/app/uploads/2025/11/HATTA-EC-s.jpg',0,'attachment','image/jpeg',0), +(1824,1,'2026-04-27 10:41:08','2026-04-27 08:41:08','','','','inherit','closed','closed','','hatta-cr-g','','','2026-04-27 10:41:26','2026-04-27 08:41:26','',1549,'https://haikuatelier.com/app/uploads/2025/11/HATTA-CR-g.jpg',0,'attachment','image/jpeg',0), +(1825,1,'2026-04-27 11:07:26','2026-04-27 09:07:26','','','','inherit','closed','closed','','hatta-cr1-s','','','2026-04-27 11:07:38','2026-04-27 09:07:38','',1541,'https://haikuatelier.com/app/uploads/2025/11/HATTA-CR1-s.jpg',0,'attachment','image/jpeg',0), +(1826,1,'2026-04-27 11:15:33','2026-04-27 09:15:33','','','','inherit','closed','closed','','tama-ec-s','','','2026-04-27 11:17:12','2026-04-27 09:17:12','',1535,'https://haikuatelier.com/app/uploads/2025/11/TAMA-EC-s.jpg',0,'attachment','image/jpeg',0), +(1827,1,'2026-04-27 11:17:16','2026-04-27 09:17:16','TAMA: soul, spirit\n\nA delicate ear cuff with dangling box chains. In sterling silver.\n
      \n
    • total height 4,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tamanori Ear Cuff silver','','inherit','closed','closed','','1535-autosave-v1','','','2026-04-27 11:17:16','2026-04-27 09:17:16','',1535,'https://haikuatelier.com/?p=1827',0,'revision','',0), +(1828,1,'2026-04-27 11:22:34','2026-04-27 09:22:34','','','','inherit','closed','closed','','tama-ec-g','','','2026-04-27 11:22:53','2026-04-27 09:22:53','',1531,'https://haikuatelier.com/app/uploads/2025/11/TAMA-EC-g.jpg',0,'attachment','image/jpeg',0), +(1829,1,'2026-04-27 11:23:07','2026-04-27 09:23:07','TAMA: in balance on a ball\n\nA delicate ear cuff with dangling box chains. In gold plated silver.\n
      \n
    • total height 4,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycled silver and 18ct gold plated silver.','Tamanori Ear Cuff gold plated','','inherit','closed','closed','','1531-autosave-v1','','','2026-04-27 11:23:07','2026-04-27 09:23:07','',1531,'https://haikuatelier.com/?p=1829',0,'revision','',0), +(1831,1,'2026-04-27 11:35:28','2026-04-27 09:35:28','','','','inherit','closed','closed','','piasu-ec','','','2026-04-27 11:35:36','2026-04-27 09:35:36','',1512,'https://haikuatelier.com/app/uploads/2025/11/PIASU-EC.jpg',0,'attachment','image/jpeg',0), +(1832,1,'2026-04-27 11:42:14','2026-04-27 09:42:14','','2025HAIKU_00010','','inherit','closed','closed','','2025haiku_00010-2','','','2026-04-27 11:42:32','2026-04-27 09:42:32','',1512,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00010-1.jpg',0,'attachment','image/jpeg',0), +(1833,1,'2026-04-27 11:51:46','2026-04-27 09:51:46','','','','inherit','closed','closed','','piasu-b-2','','','2026-04-27 11:51:55','2026-04-27 09:51:55','',1467,'https://haikuatelier.com/app/uploads/2025/09/PIASU-B-1.jpg',0,'attachment','image/jpeg',0), +(1834,1,'2026-04-27 13:14:50','2026-04-27 11:14:50','','','','inherit','closed','closed','','_clelia-odette-2-113-copie','','','2026-04-27 13:15:02','2026-04-27 11:15:02','',1467,'https://haikuatelier.com/app/uploads/2025/09/©Clelia.Odette-2-113-copie.jpg',0,'attachment','image/jpeg',0), +(1835,1,'2026-04-27 13:38:04','2026-04-27 11:38:04','','','','inherit','closed','closed','','puchi-bo','','','2026-04-27 13:38:18','2026-04-27 11:38:18','',1444,'https://haikuatelier.com/app/uploads/2025/09/PUCHI-BO.jpg',0,'attachment','image/jpeg',0), +(1836,1,'2026-04-27 13:54:04','2026-04-27 11:54:04','','','','inherit','closed','closed','','uteki-b-s-2','','','2026-04-27 13:54:19','2026-04-27 11:54:19','',941,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-B-s.jpg',0,'attachment','image/jpeg',0), +(1837,1,'2026-04-27 14:04:02','2026-04-27 12:04:02','','','','inherit','closed','closed','','uteki-b-g-3','','','2026-04-27 14:04:16','2026-04-27 12:04:16','',953,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-B-g-1.jpg',0,'attachment','image/jpeg',0), +(1838,1,'2026-04-27 14:17:33','2026-04-27 12:17:33','','','','inherit','closed','closed','','fuyou-bo','','','2026-04-27 14:17:49','2026-04-27 12:17:49','',766,'https://haikuatelier.com/app/uploads/2024/11/FUYOU-BO.jpg',0,'attachment','image/jpeg',0), +(1839,1,'2026-04-27 14:53:27','2026-04-27 12:53:27','','','','inherit','closed','closed','','mugu-bop','','','2026-04-27 14:53:43','2026-04-27 12:53:43','',490,'https://haikuatelier.com/app/uploads/2024/11/MUGU-BOP.jpg',0,'attachment','image/jpeg',0), +(1840,1,'2026-04-27 15:18:52','2026-04-27 13:18:52','','','','inherit','closed','closed','','mugu-cr-s','','','2026-04-27 15:19:04','2026-04-27 13:19:04','',393,'https://haikuatelier.com/app/uploads/2024/10/MUGU-CR-s.jpg',0,'attachment','image/jpeg',0), +(1841,1,'2026-04-27 15:24:51','2026-04-27 13:24:51','','','','inherit','closed','closed','','_clelia-odette-4306','','','2026-04-27 15:25:16','2026-04-27 13:25:16','',393,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4306.jpg',0,'attachment','image/jpeg',0), +(1842,1,'2026-04-27 15:25:36','2026-04-27 13:25:36','','','','inherit','closed','closed','','_clelia-odette-4619-copie','','','2026-04-27 15:25:58','2026-04-27 13:25:58','',393,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4619-copie.jpg',0,'attachment','image/jpeg',0), +(1843,1,'2026-04-27 15:29:59','2026-04-27 13:29:59','','Mugura Hoops silver - all','Side: all','publish','closed','closed','','mugura-hoops-silver-all','','','2026-04-27 15:33:27','2026-04-27 13:33:27','',393,'https://haikuatelier.com/?post_type=product_variation&p=1843',1,'product_variation','',0), +(1846,1,'2026-04-27 15:30:00','2026-04-27 13:30:00','','Mugura Hoops silver - pair big hoops','Side: pair big hoops','publish','closed','closed','','mugura-hoops-silver-pair-big-hoops','','','2026-04-27 15:33:27','2026-04-27 13:33:27','',393,'https://haikuatelier.com/?post_type=product_variation&p=1846',2,'product_variation','',0), +(1847,1,'2026-04-27 15:30:00','2026-04-27 13:30:00','','Mugura Hoops silver - pair small hoops','Side: pair small hoops','publish','closed','closed','','mugura-hoops-silver-pair-small-hoops','','','2026-04-27 15:33:27','2026-04-27 13:33:27','',393,'https://haikuatelier.com/?post_type=product_variation&p=1847',3,'product_variation','',0), +(1848,1,'2026-04-27 17:40:05','2026-04-27 15:40:05','','','','inherit','closed','closed','','fuyou-cr1-2','','','2026-04-27 17:40:21','2026-04-27 15:40:21','',318,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-CR1.jpg',0,'attachment','image/jpeg',0), +(1849,1,'2026-04-27 17:46:50','2026-04-27 15:46:50','','','','inherit','closed','closed','','_clelia-odette-4158','','','2026-04-27 17:47:05','2026-04-27 15:47:05','',318,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4158.jpg',0,'attachment','image/jpeg',0), +(1850,1,'2026-04-27 17:47:25','2026-04-27 15:47:25','','_©Clelia.Odette-4167','','inherit','closed','closed','','_clelia-odette-4167','','','2026-04-27 17:47:33','2026-04-27 15:47:33','',318,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-4167.jpg',0,'attachment','image/jpeg',0), +(1851,1,'2026-04-27 17:57:35','2026-04-27 15:57:35','','','','inherit','closed','closed','','tama-cr-g','','','2026-04-27 17:58:06','2026-04-27 15:58:06','',312,'https://haikuatelier.com/app/uploads/2024/10/TAMA-CR-g.jpg',0,'attachment','image/jpeg',0), +(1852,1,'2026-04-27 17:58:02','2026-04-27 15:58:02','TAMA: soul, spirit\n\nOval gold plated silver hoops lined with dangling box chains of two different length.\n
      \n
    • hoops height 2cm
    • \n
    • chain length 5cm and 3,5cm
    • \n
    • handcrafted in Brussels
    • \n
    \nAll our pieces are made in 80% recycles sterling silver and 18ct gold plated silver.','Tama Hoops gold plated','','inherit','closed','closed','','312-autosave-v1','','','2026-04-27 17:58:02','2026-04-27 15:58:02','',312,'https://haikuatelier.com/?p=1852',0,'revision','',0), +(1853,1,'2026-04-27 18:04:32','2026-04-27 16:04:32','','','','inherit','closed','closed','','tama-cr-s','','','2026-04-27 18:04:44','2026-04-27 16:04:44','',306,'https://haikuatelier.com/app/uploads/2024/10/TAMA-CR-s.jpg',0,'attachment','image/jpeg',0), +(1854,1,'2026-04-27 18:29:00','2026-04-27 16:29:00','','','','inherit','closed','closed','','fuyou-c','','','2026-04-27 18:29:11','2026-04-27 16:29:11','',274,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-C.jpg',0,'attachment','image/jpeg',0), +(1855,1,'2026-04-27 18:31:30','2026-04-27 16:31:30','','','','inherit','closed','closed','','2025haiku_00061','','','2026-04-27 18:31:41','2026-04-27 16:31:41','',274,'https://haikuatelier.com/app/uploads/2024/10/2025HAIKU_00061.jpg',0,'attachment','image/jpeg',0), +(1856,1,'2026-04-27 18:42:05','2026-04-27 16:42:05','','','','inherit','closed','closed','','fuyou-br-2','','','2026-04-27 18:42:17','2026-04-27 16:42:17','',258,'https://haikuatelier.com/app/uploads/2024/10/FUYOU-BR-1.jpg',0,'attachment','image/jpeg',0), +(1857,1,'2026-04-28 01:02:04','2026-04-27 23:02:04','','','','draft','closed','closed','','','','','2026-04-28 01:02:04','2026-04-27 23:02:04','',0,'https://haikuatelier.com/?post_type=shop_order_placehold&p=1857',0,'shop_order_placehold','',3), +(1858,1,'2026-04-28 10:07:47','2026-04-28 08:07:47','','','','inherit','closed','closed','','rokku-b','','','2026-04-28 10:08:00','2026-04-28 08:08:00','',168,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-B.jpg',0,'attachment','image/jpeg',0), +(1859,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 48','Size: 48','publish','closed','closed','','rokku-ring-48','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1859',1,'product_variation','',0), +(1860,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 49','Size: 49','publish','closed','closed','','rokku-ring-49','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1860',2,'product_variation','',0), +(1861,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 50','Size: 50','publish','closed','closed','','rokku-ring-50','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1861',3,'product_variation','',0), +(1862,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 51','Size: 51','publish','closed','closed','','rokku-ring-51','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1862',4,'product_variation','',0), +(1863,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 52','Size: 52','publish','closed','closed','','rokku-ring-52','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1863',5,'product_variation','',0), +(1864,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 53','Size: 53','publish','closed','closed','','rokku-ring-53','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1864',6,'product_variation','',0), +(1865,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 54','Size: 54','publish','closed','closed','','rokku-ring-54','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1865',7,'product_variation','',0), +(1866,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 55','Size: 55','publish','closed','closed','','rokku-ring-55','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1866',8,'product_variation','',0), +(1867,1,'2026-04-28 10:08:40','2026-04-28 08:08:40','','Rokku Ring - 56','Size: 56','publish','closed','closed','','rokku-ring-56','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1867',9,'product_variation','',0), +(1868,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 57','Size: 57','publish','closed','closed','','rokku-ring-57','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1868',10,'product_variation','',0), +(1869,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 58','Size: 58','publish','closed','closed','','rokku-ring-58','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1869',11,'product_variation','',0), +(1870,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 59','Size: 59','publish','closed','closed','','rokku-ring-59','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1870',12,'product_variation','',0), +(1871,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 60','Size: 60','publish','closed','closed','','rokku-ring-60','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1871',13,'product_variation','',0), +(1872,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 61','Size: 61','publish','closed','closed','','rokku-ring-61','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1872',14,'product_variation','',0), +(1873,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 62','Size: 62','publish','closed','closed','','rokku-ring-62','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1873',15,'product_variation','',0), +(1874,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 63','Size: 63','publish','closed','closed','','rokku-ring-63','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1874',16,'product_variation','',0), +(1875,1,'2026-04-28 10:08:41','2026-04-28 08:08:41','','Rokku Ring - 64','Size: 64','publish','closed','closed','','rokku-ring-64','','','2026-04-28 10:08:52','2026-04-28 08:08:52','',168,'https://haikuatelier.com/?post_type=product_variation&p=1875',17,'product_variation','',0), +(1876,1,'2026-04-28 10:15:25','2026-04-28 08:15:25','','','','inherit','closed','closed','','ikkan-b-s','','','2026-04-28 10:15:37','2026-04-28 08:15:37','',102,'https://haikuatelier.com/app/uploads/2024/09/IKKAN-B-s.jpg',0,'attachment','image/jpeg',0), +(1877,1,'2026-04-28 10:23:12','2026-04-28 08:23:12','','','','inherit','closed','closed','','_clelia-odette-2-41-copie','','','2026-04-28 10:23:25','2026-04-28 08:23:25','',102,'https://haikuatelier.com/app/uploads/2024/09/©Clelia.Odette-2-41-copie.jpg',0,'attachment','image/jpeg',0), +(1878,1,'2026-04-28 10:24:42','2026-04-28 08:24:42','UTEKI: droplet\r\n\r\nAn ear cuff convering the ear with a minimalist droplet shaped wire. In sterling silver.\r\n
      \r\n
    • height 2cm
    • \r\n
    • wire thickness 25mm
    • \r\n
    • handcrafted in Brussels
    • \r\n
    \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Uteki Ear Cuff silver','','publish','closed','closed','','uteki-ear-cuff-silver','','','2026-04-28 11:52:08','2026-04-28 09:52:08','',0,'https://haikuatelier.com/?post_type=product&p=1878',9,'product','',0), +(1879,1,'2026-04-28 10:31:55','2026-04-28 08:31:55','','','','inherit','closed','closed','','uteki-ec-s','','','2026-04-28 10:32:12','2026-04-28 08:32:12','',1878,'https://haikuatelier.com/app/uploads/2026/04/UTEKI-EC-s.jpg',0,'attachment','image/jpeg',0), +(1880,1,'2026-04-28 10:38:21','2026-04-28 08:38:21','','_©Clelia.Odette-2-77','','inherit','closed','closed','','_clelia-odette-2-77','','','2026-04-28 10:38:53','2026-04-28 08:38:53','',1878,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-77.jpg',0,'attachment','image/jpeg',0), +(1881,1,'2026-04-28 10:39:11','2026-04-28 08:39:11','','_©Clelia.Odette-2-84-copie','','inherit','closed','closed','','_clelia-odette-2-84-copie','','','2026-04-28 10:39:24','2026-04-28 08:39:24','',1878,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-84-copie.jpg',0,'attachment','image/jpeg',0), +(1882,1,'2026-04-28 10:40:44','2026-04-28 08:40:44','UTEKI: droplet\r\n\r\nAn ear cuff covering the ear with a minimalist droplet shaped wire. In gold plated silver.\r\n
      \r\n
    • height 2cm
    • \r\n
    • wire thickness 25mm
    • \r\n
    • handcrafted in Brussels
    • \r\n
    \r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Uteki Ear Cuff gold plated','','publish','closed','closed','','uteki-ear-cuff-gold-plated','','','2026-04-28 10:59:00','2026-04-28 08:59:00','',0,'https://haikuatelier.com/?post_type=product&p=1882',9,'product','',0), +(1883,1,'2026-04-28 10:51:35','2026-04-28 08:51:35','','','','inherit','closed','closed','','uteki-ec-g','','','2026-04-28 10:51:45','2026-04-28 08:51:45','',1882,'https://haikuatelier.com/app/uploads/2026/04/UTEKI-EC-g.jpg',0,'attachment','image/jpeg',0), +(1884,1,'2026-04-28 10:58:05','2026-04-28 08:58:05','','','','inherit','closed','closed','','_clelia-odette-2-21','','','2026-04-28 10:58:20','2026-04-28 08:58:20','',1882,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-21.jpg',0,'attachment','image/jpeg',0), +(1885,1,'2026-04-28 10:58:33','2026-04-28 08:58:33','','','','inherit','closed','closed','','_clelia-odette-2-70-copie','','','2026-04-28 10:58:47','2026-04-28 08:58:47','',1882,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-70-copie.jpg',0,'attachment','image/jpeg',0), +(1886,1,'2026-04-28 11:46:41','2026-04-28 09:46:41','','','','inherit','closed','closed','','workshop-earcuff','','','2026-04-28 11:46:54','2026-04-28 09:46:54','',1673,'https://haikuatelier.com/app/uploads/2026/04/Workshop-earcuff.jpg',0,'attachment','image/jpeg',0), +(1887,1,'2026-04-28 11:46:44','2026-04-28 09:46:44','','','','inherit','closed','closed','','workshop-pendant-2','','','2026-04-28 11:47:16','2026-04-28 09:47:16','',1673,'https://haikuatelier.com/app/uploads/2026/04/Workshop-pendant.jpg',0,'attachment','image/jpeg',0), +(1888,1,'2026-04-28 11:46:46','2026-04-28 09:46:46','','','','inherit','closed','closed','','workshop-ring-2','','','2026-04-28 11:47:12','2026-04-28 09:47:12','',1673,'https://haikuatelier.com/app/uploads/2026/04/Workshop-ring.jpg',0,'attachment','image/jpeg',0), +(1889,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','HATTARI : bluff\r\n\r\nThis statement piece is composed of intertwined rings encircling an ovoid shape that circle the finger. One of the ring connects two fingers. We recommend wearing this ring on the middle finger and ring. \r\n\r\n
  • • wires thickness 5mm, 3mm, 2mm
  • \r\n
  • • total height 2,5cm
  • \r\n
  • • handcrafted in Brussels
  • \r\n\r\nRings are made on demand. Find some help to chose your ring size here.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 18ct gold plated silver.','Hattari Ring silver','','publish','closed','closed','','hattari-ring-silver','','','2026-04-28 12:40:04','2026-04-28 10:40:04','',0,'https://haikuatelier.com/?post_type=product&p=1889',41,'product','',0), +(1890,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 48','Size: 48','publish','closed','closed','','uteki-ring-silver-65','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1890',1,'product_variation','',0), +(1891,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 49','Size: 49','publish','closed','closed','','uteki-ring-silver-66','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1891',2,'product_variation','',0), +(1892,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 50','Size: 50','publish','closed','closed','','uteki-ring-silver-67','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1892',3,'product_variation','',0), +(1893,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 51','Size: 51','publish','closed','closed','','uteki-ring-silver-68','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1893',4,'product_variation','',0), +(1894,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 52','Size: 52','publish','closed','closed','','uteki-ring-silver-69','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1894',5,'product_variation','',0), +(1895,1,'2026-04-28 12:03:21','2026-04-28 10:03:21','','Hattari Ring silver - 53','Size: 53','publish','closed','closed','','uteki-ring-silver-70','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1895',6,'product_variation','',0), +(1896,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 54','Size: 54','publish','closed','closed','','uteki-ring-silver-71','','','2026-04-28 12:30:51','2026-04-28 10:30:51','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1896',7,'product_variation','',0), +(1897,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 55','Size: 55','publish','closed','closed','','uteki-ring-silver-72','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1897',8,'product_variation','',0), +(1898,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 56','Size: 56','publish','closed','closed','','uteki-ring-silver-73','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1898',9,'product_variation','',0), +(1899,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 57','Size: 57','publish','closed','closed','','uteki-ring-silver-74','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1899',10,'product_variation','',0), +(1900,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 58','Size: 58','publish','closed','closed','','uteki-ring-silver-75','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1900',11,'product_variation','',0), +(1901,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 59','Size: 59','publish','closed','closed','','uteki-ring-silver-76','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1901',12,'product_variation','',0), +(1902,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 60','Size: 60','publish','closed','closed','','uteki-ring-silver-77','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1902',13,'product_variation','',0), +(1903,1,'2026-04-28 12:03:22','2026-04-28 10:03:22','','Hattari Ring silver - 61','Size: 61','publish','closed','closed','','uteki-ring-silver-78','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1903',14,'product_variation','',0), +(1904,1,'2026-04-28 12:03:23','2026-04-28 10:03:23','','Hattari Ring silver - 62','Size: 62','publish','closed','closed','','uteki-ring-silver-79','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1904',15,'product_variation','',0), +(1905,1,'2026-04-28 12:03:23','2026-04-28 10:03:23','','Hattari Ring silver - 63','Size: 63','publish','closed','closed','','uteki-ring-silver-80','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1905',16,'product_variation','',0), +(1906,1,'2026-04-28 12:03:23','2026-04-28 10:03:23','','Hattari Ring silver - 64','Size: 64','publish','closed','closed','','uteki-ring-silver-81','','','2026-04-28 12:30:50','2026-04-28 10:30:50','',1889,'https://haikuatelier.com/?post_type=product_variation&p=1906',17,'product_variation','',0), +(1907,1,'2026-04-28 12:29:38','2026-04-28 10:29:38','','','','inherit','closed','closed','','hatta-b-s','','','2026-04-28 12:30:07','2026-04-28 10:30:07','',1889,'https://haikuatelier.com/app/uploads/2026/04/HATTA-B-s.jpg',0,'attachment','image/jpeg',0), +(1908,1,'2026-04-28 12:37:47','2026-04-28 10:37:47','','','','inherit','closed','closed','','_clelia-odette-4001','','','2026-04-28 12:38:24','2026-04-28 10:38:24','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-4001.jpg',0,'attachment','image/jpeg',0), +(1909,1,'2026-04-28 12:37:55','2026-04-28 10:37:55','','','','inherit','closed','closed','','_clelia-odette-2-57-copie','','','2026-04-28 12:38:52','2026-04-28 10:38:52','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-57-copie.jpg',0,'attachment','image/jpeg',0), +(1910,1,'2026-04-28 12:38:05','2026-04-28 10:38:05','','','','inherit','closed','closed','','_clelia-odette-4116','','','2026-04-28 12:38:42','2026-04-28 10:38:42','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-4116.jpg',0,'attachment','image/jpeg',0), +(1911,1,'2026-04-28 12:38:10','2026-04-28 10:38:10','','','','inherit','closed','closed','','_clelia-odette-2-4','','','2026-04-28 12:38:34','2026-04-28 10:38:34','',1889,'https://haikuatelier.com/app/uploads/2026/04/©Clelia.Odette-2-4.jpg',0,'attachment','image/jpeg',0), +(1912,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','IKKAN : link\r\n\r\nShort pendant earrings composed of a mix of chains in sterling silver and gold plated silver.\r\n
      \r\n
    • • total length 3,5cm & 3cm
    • \r\n
    • • handcrafted in Brussels
    • \r\n\r\nAll our products are made in 80% recycled sterling silver and 18ct gold plated silver.','Ikkan Earrings','','draft','closed','closed','','','','','2026-04-28 13:20:49','2026-04-28 11:20:49','',0,'https://haikuatelier.com/?post_type=product&p=1912',30,'product','',0), +(1913,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','','Ikkan Earrings - pair','Side: pair','publish','closed','closed','','pishi-pishi-earrings-all-2','','','2026-04-28 13:18:07','2026-04-28 11:18:07','',1912,'https://haikuatelier.com/?post_type=product_variation&p=1913',1,'product_variation','',0), +(1914,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','','Ikkan Earrings - left side','Side: left side','publish','closed','closed','','pishi-pishi-earrings-left-side-2','','','2026-04-28 13:18:07','2026-04-28 11:18:07','',1912,'https://haikuatelier.com/?post_type=product_variation&p=1914',2,'product_variation','',0), +(1915,1,'2026-04-28 13:18:07','2026-04-28 11:18:07','','Ikkan Earrings - right side','Side: right side','publish','closed','closed','','pishi-pishi-earrings-right-side-2','','','2026-04-28 13:18:07','2026-04-28 11:18:07','',1912,'https://haikuatelier.com/?post_type=product_variation&p=1915',3,'product_variation','',0), +(1916,1,'2026-04-28 13:20:13','2026-04-28 11:20:13','','','','inherit','closed','closed','','ikkan-bo','','','2026-04-28 13:20:23','2026-04-28 11:20:23','',1912,'https://haikuatelier.com/app/uploads/2026/04/IKKAN-BO.jpg',0,'attachment','image/jpeg',0), +(1917,1,'2026-04-29 10:51:23','2026-04-29 08:51:23','','','','inherit','closed','closed','','piasu-bo','','','2026-04-29 10:51:35','2026-04-29 08:51:35','',202,'https://haikuatelier.com/app/uploads/2024/10/PIASU-BO.jpg',0,'attachment','image/jpeg',0), +(1918,1,'2026-04-29 10:58:36','2026-04-29 08:58:36','','','','inherit','closed','closed','','_clelia-odette-2-32','','','2026-04-29 10:58:57','2026-04-29 08:58:57','',202,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-2-32.jpg',0,'attachment','image/jpeg',0), +(1919,1,'2026-04-29 10:59:12','2026-04-29 08:59:12','','','','inherit','closed','closed','','_clelia-odette-2-125-copie','','','2026-04-29 10:59:24','2026-04-29 08:59:24','',202,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-2-125-copie.jpg',0,'attachment','image/jpeg',0), +(1920,1,'2026-04-29 10:59:40','2026-04-29 08:59:40','','','','inherit','closed','closed','','_clelia-odette-2-31','','','2026-04-29 10:59:49','2026-04-29 08:59:49','',202,'https://haikuatelier.com/app/uploads/2024/10/©Clelia.Odette-2-31.jpg',0,'attachment','image/jpeg',0), +(1921,0,'2026-05-03 15:33:05','2026-05-03 13:33:05','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2026-05-03 15:33:05','2026-05-03 13:33:05','',0,'https://haikuatelier.com/app/uploads/2026/05/woocommerce-placeholder.webp',0,'attachment','image/webp',0); +/*!40000 ALTER TABLE `haikuwp_posts` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_term_relationships` +-- + +DROP TABLE IF EXISTS `haikuwp_term_relationships`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 `haikuwp_term_relationships` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_term_relationships` WRITE; +/*!40000 ALTER TABLE `haikuwp_term_relationships` DISABLE KEYS */; +INSERT INTO `haikuwp_term_relationships` VALUES +(1,1,0), +(1,17,0), +(1,18,0), +(13,16,0), +(13,23,0), +(14,16,0), +(14,24,0), +(15,16,0), +(15,25,0), +(16,16,0), +(16,26,0), +(17,16,0), +(17,27,0), +(18,16,0), +(18,28,0), +(19,16,0), +(19,29,0), +(102,4,0), +(102,31,0), +(102,37,0), +(102,38,0), +(102,39,0), +(102,40,0), +(102,41,0), +(102,42,0), +(102,43,0), +(102,44,0), +(102,51,0), +(102,105,0), +(102,106,0), +(102,107,0), +(102,108,0), +(102,109,0), +(102,110,0), +(102,111,0), +(102,112,0), +(102,113,0), +(113,4,0), +(113,31,0), +(113,37,0), +(113,38,0), +(113,39,0), +(113,40,0), +(113,41,0), +(113,42,0), +(113,43,0), +(113,44,0), +(113,51,0), +(113,105,0), +(113,106,0), +(113,107,0), +(113,108,0), +(113,109,0), +(113,110,0), +(113,111,0), +(113,112,0), +(113,113,0), +(168,4,0), +(168,31,0), +(168,37,0), +(168,38,0), +(168,39,0), +(168,40,0), +(168,41,0), +(168,42,0), +(168,43,0), +(168,44,0), +(168,54,0), +(168,105,0), +(168,106,0), +(168,107,0), +(168,108,0), +(168,109,0), +(168,110,0), +(168,111,0), +(168,112,0), +(168,113,0), +(183,4,0), +(183,30,0), +(183,45,0), +(183,55,0), +(183,71,0), +(183,72,0), +(202,4,0), +(202,30,0), +(202,45,0), +(202,56,0), +(202,77,0), +(202,78,0), +(213,4,0), +(213,30,0), +(213,45,0), +(213,55,0), +(213,71,0), +(213,72,0), +(240,4,0), +(240,33,0), +(240,51,0), +(240,58,0), +(240,59,0), +(258,2,0), +(258,33,0), +(258,61,0), +(263,2,0), +(263,32,0), +(263,51,0), +(274,2,0), +(274,32,0), +(274,61,0), +(285,4,0), +(285,30,0), +(285,45,0), +(285,50,0), +(285,77,0), +(285,78,0), +(288,4,0), +(288,30,0), +(288,45,0), +(288,50,0), +(288,77,0), +(288,78,0), +(306,4,0), +(306,30,0), +(306,45,0), +(306,62,0), +(306,64,0), +(306,119,0), +(312,4,0), +(312,30,0), +(312,45,0), +(312,62,0), +(312,64,0), +(312,119,0), +(318,2,0), +(318,30,0), +(318,61,0), +(393,4,0), +(393,30,0), +(393,67,0), +(393,76,0), +(393,114,0), +(393,115,0), +(393,116,0), +(393,117,0), +(398,2,0), +(398,30,0), +(398,67,0), +(435,2,0), +(435,30,0), +(435,52,0), +(447,2,0), +(447,30,0), +(447,52,0), +(490,4,0), +(490,30,0), +(490,45,0), +(490,67,0), +(490,77,0), +(490,78,0), +(496,2,0), +(496,30,0), +(496,67,0), +(545,4,0), +(545,30,0), +(545,45,0), +(545,52,0), +(545,66,0), +(554,4,0), +(554,30,0), +(554,45,0), +(554,52,0), +(554,66,0), +(766,4,0), +(766,30,0), +(766,45,0), +(766,61,0), +(766,62,0), +(766,63,0), +(941,4,0), +(941,31,0), +(941,37,0), +(941,38,0), +(941,39,0), +(941,40,0), +(941,41,0), +(941,42,0), +(941,43,0), +(941,44,0), +(941,80,0), +(941,81,0), +(941,105,0), +(941,106,0), +(941,107,0), +(941,108,0), +(941,109,0), +(941,110,0), +(941,111,0), +(941,112,0), +(941,113,0), +(953,4,0), +(953,31,0), +(953,37,0), +(953,38,0), +(953,39,0), +(953,40,0), +(953,41,0), +(953,42,0), +(953,43,0), +(953,44,0), +(953,80,0), +(953,105,0), +(953,106,0), +(953,107,0), +(953,108,0), +(953,109,0), +(953,110,0), +(953,111,0), +(953,112,0), +(953,113,0), +(982,2,0), +(982,32,0), +(982,80,0), +(994,2,0), +(994,32,0), +(994,80,0), +(1401,2,0), +(1401,30,0), +(1401,80,0), +(1406,2,0), +(1406,30,0), +(1406,80,0), +(1444,4,0), +(1444,30,0), +(1444,45,0), +(1444,77,0), +(1444,78,0), +(1444,93,0), +(1467,4,0), +(1467,31,0), +(1467,37,0), +(1467,38,0), +(1467,39,0), +(1467,40,0), +(1467,41,0), +(1467,42,0), +(1467,43,0), +(1467,44,0), +(1467,56,0), +(1467,105,0), +(1467,106,0), +(1467,107,0), +(1467,108,0), +(1467,109,0), +(1467,110,0), +(1467,111,0), +(1467,112,0), +(1467,113,0), +(1491,2,0), +(1491,30,0), +(1491,83,0), +(1512,2,0), +(1512,30,0), +(1512,56,0), +(1516,2,0), +(1516,30,0), +(1516,56,0), +(1531,2,0), +(1531,30,0), +(1531,119,0), +(1535,2,0), +(1535,30,0), +(1535,119,0), +(1541,2,0), +(1541,30,0), +(1541,50,0), +(1549,2,0), +(1549,30,0), +(1549,50,0), +(1555,2,0), +(1555,30,0), +(1555,50,0), +(1560,2,0), +(1560,30,0), +(1560,50,0), +(1574,4,0), +(1574,15,0), +(1574,86,0), +(1574,87,0), +(1574,88,0), +(1574,89,0), +(1574,90,0), +(1574,91,0), +(1574,92,0), +(1574,95,0), +(1574,96,0), +(1574,97,0), +(1574,98,0), +(1574,99,0), +(1574,100,0), +(1673,4,0), +(1673,101,0), +(1673,102,0), +(1673,103,0), +(1673,104,0), +(1673,118,0), +(1681,4,0), +(1681,101,0), +(1681,102,0), +(1681,103,0), +(1681,104,0), +(1681,118,0), +(1689,4,0), +(1689,101,0), +(1689,102,0), +(1689,103,0), +(1689,104,0), +(1689,118,0), +(1809,4,0), +(1809,33,0), +(1809,58,0), +(1809,59,0), +(1878,2,0), +(1878,30,0), +(1878,80,0), +(1882,2,0), +(1882,30,0), +(1889,4,0), +(1889,31,0), +(1889,37,0), +(1889,38,0), +(1889,39,0), +(1889,40,0), +(1889,41,0), +(1889,42,0), +(1889,43,0), +(1889,44,0), +(1889,50,0), +(1889,105,0), +(1889,106,0), +(1889,107,0), +(1889,108,0), +(1889,109,0), +(1889,110,0), +(1889,111,0), +(1889,112,0), +(1889,113,0), +(1912,4,0), +(1912,30,0), +(1912,45,0), +(1912,51,0), +(1912,77,0), +(1912,78,0); +/*!40000 ALTER TABLE `haikuwp_term_relationships` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_term_taxonomy` +-- + +DROP TABLE IF EXISTS `haikuwp_term_taxonomy`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_term_taxonomy` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_term_taxonomy` WRITE; +/*!40000 ALTER TABLE `haikuwp_term_taxonomy` DISABLE KEYS */; +INSERT INTO `haikuwp_term_taxonomy` VALUES +(1,1,'category','',0,1), +(2,2,'product_type','',0,13), +(3,3,'product_type','',0,0), +(4,4,'product_type','',0,18), +(5,5,'product_type','',0,0), +(6,6,'product_visibility','',0,0), +(7,7,'product_visibility','',0,0), +(8,8,'product_visibility','',0,0), +(9,9,'product_visibility','',0,0), +(10,10,'product_visibility','',0,0), +(11,11,'product_visibility','',0,0), +(12,12,'product_visibility','',0,0), +(13,13,'product_visibility','',0,0), +(14,14,'product_visibility','',0,0), +(15,15,'product_cat','',0,1), +(16,16,'language','a:3:{s:6:\"locale\";s:5:\"en_GB\";s:3:\"rtl\";i:0;s:9:\"flag_code\";s:2:\"gb\";}',0,7), +(17,17,'term_language','',0,1), +(21,21,'category','',0,0), +(30,30,'product_cat','',0,17), +(31,31,'product_cat','',0,6), +(32,32,'product_cat','',0,2), +(33,33,'product_cat','',0,2), +(36,36,'collection','',0,0), +(37,37,'pa_size','',0,6), +(38,38,'pa_size','',0,6), +(39,39,'pa_size','',0,6), +(40,40,'pa_size','',0,6), +(41,41,'pa_size','',0,6), +(42,42,'pa_size','',0,6), +(43,43,'pa_size','',0,6), +(44,44,'pa_size','',0,6), +(45,45,'pa_side','',0,6), +(48,48,'pa_stone','',0,0), +(49,49,'pa_stone','',0,0), +(50,50,'collection','',0,5), +(51,51,'collection','',0,3), +(52,52,'collection','',0,0), +(53,53,'collection','',0,0), +(54,54,'collection','',0,1), +(55,55,'collection','',0,0), +(56,56,'collection','',0,3), +(57,57,'collection','',0,0), +(58,58,'pa_size','',0,1), +(59,59,'pa_size','',0,1), +(60,60,'collection','',0,0), +(61,61,'collection','',0,4), +(62,62,'pa_side','',0,3), +(63,63,'pa_side','',0,1), +(64,64,'pa_side','',0,2), +(65,65,'collection','',0,0), +(66,66,'pa_side','',0,0), +(67,67,'collection','',0,2), +(68,68,'pa_stone','',0,0), +(69,69,'pa_stone','',0,0), +(70,70,'pa_stone','',0,0), +(71,71,'pa_side','',0,0), +(72,72,'pa_side','',0,0), +(73,73,'pa_stone','',0,0), +(74,74,'pa_stone','',0,0), +(75,75,'pa_stone','',0,0), +(76,76,'pa_side','',0,1), +(77,77,'pa_side','',0,3), +(78,78,'pa_side','',0,3), +(79,79,'pa_stone','',0,0), +(80,80,'collection','',0,3), +(81,81,'product_tag','',0,1), +(82,82,'collection','',0,0), +(83,83,'collection','',0,0), +(86,86,'pa_giftcard-amount','',0,1), +(87,87,'pa_giftcard-amount','',0,1), +(88,88,'pa_giftcard-amount','',0,1), +(89,89,'pa_giftcard-amount','',0,1), +(90,90,'pa_giftcard-amount','',0,1), +(91,91,'pa_giftcard-amount','',0,1), +(92,92,'pa_giftcard-amount','',0,1), +(93,93,'collection','',0,1), +(94,94,'pa_giftcard-amount','',0,0), +(95,95,'pa_giftcard-amount','',0,1), +(96,96,'pa_giftcard-amount','',0,1), +(97,97,'pa_giftcard-amount','',0,1), +(98,98,'pa_giftcard-amount','',0,1), +(99,99,'pa_giftcard-amount','',0,1), +(100,100,'pa_giftcard-amount','',0,1), +(101,101,'product_cat','',0,3), +(102,102,'pa_material-workshop','',0,3), +(103,103,'pa_material-workshop','',0,3), +(104,104,'pa_material-workshop','',0,3), +(105,105,'pa_size','',0,6), +(106,106,'pa_size','',0,6), +(107,107,'pa_size','',0,6), +(108,108,'pa_size','',0,6), +(109,109,'pa_size','',0,6), +(110,110,'pa_size','',0,6), +(111,111,'pa_size','',0,6), +(112,112,'pa_size','',0,6), +(113,113,'pa_size','',0,6), +(114,114,'pa_side','',0,1), +(115,115,'pa_side','',0,1), +(116,116,'pa_side','',0,1), +(117,117,'pa_side','',0,1), +(118,118,'collection','',0,3), +(119,119,'collection','',0,4); +/*!40000 ALTER TABLE `haikuwp_term_taxonomy` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_termmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_termmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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 AUTO_INCREMENT=96 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_termmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_termmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_termmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_termmeta` VALUES +(1,16,'_pll_strings_translations','a:2:{i:0;a:2:{i:0;s:5:\"Y-m-d\";i:1;s:5:\"Y-m-d\";}i:1;a:2:{i:0;s:3:\"H:i\";i:1;s:3:\"H:i\";}}'), +(3,15,'display_type',''), +(4,15,'thumbnail_id','0'), +(5,30,'order','1'), +(6,30,'display_type',''), +(7,30,'thumbnail_id','0'), +(8,31,'order','2'), +(9,31,'display_type',''), +(10,31,'thumbnail_id','0'), +(11,32,'order','3'), +(12,32,'display_type',''), +(13,32,'thumbnail_id','0'), +(14,33,'order','4'), +(15,33,'display_type',''), +(16,33,'thumbnail_id','0'), +(20,15,'order','6'), +(21,30,'product_count_product_cat','17'), +(22,31,'product_count_product_cat','6'), +(23,32,'product_count_product_cat','2'), +(24,33,'product_count_product_cat','2'), +(25,15,'product_count_product_cat','1'), +(28,37,'order','3'), +(29,38,'order','5'), +(30,39,'order','7'), +(31,40,'order','9'), +(32,41,'order','11'), +(33,42,'order','13'), +(34,43,'order','15'), +(35,44,'order','17'), +(36,45,'order','0'), +(39,48,'order','0'), +(40,49,'order','0'), +(41,58,'order','18'), +(42,59,'order','19'), +(43,62,'order','0'), +(44,63,'order','0'), +(45,64,'order','0'), +(46,66,'order','0'), +(47,68,'order','0'), +(48,69,'order','0'), +(49,70,'order','0'), +(50,71,'order','0'), +(51,72,'order','0'), +(52,73,'order','0'), +(53,74,'order','0'), +(54,75,'order','0'), +(55,76,'order','0'), +(56,77,'order','0'), +(57,78,'order','0'), +(58,79,'order','0'), +(59,81,'product_count_product_tag','1'), +(62,86,'order','0'), +(63,87,'order','0'), +(64,88,'order','0'), +(65,89,'order','0'), +(66,90,'order','0'), +(67,91,'order','0'), +(68,92,'order','0'), +(69,94,'order','0'), +(70,95,'order','0'), +(71,96,'order','0'), +(72,97,'order','0'), +(73,98,'order','0'), +(74,99,'order','0'), +(75,100,'order','0'), +(76,101,'order','5'), +(77,101,'thumbnail_id','0'), +(78,101,'display_type',''), +(79,102,'order','0'), +(80,103,'order','0'), +(81,104,'order','0'), +(82,101,'product_count_product_cat','3'), +(83,105,'order','1'), +(84,106,'order','2'), +(85,107,'order','4'), +(86,108,'order','6'), +(87,109,'order','8'), +(88,110,'order','10'), +(89,111,'order','12'), +(90,112,'order','14'), +(91,113,'order','16'), +(92,114,'order','0'), +(93,115,'order','0'), +(94,116,'order','0'), +(95,117,'order','0'); +/*!40000 ALTER TABLE `haikuwp_termmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_terms` +-- + +DROP TABLE IF EXISTS `haikuwp_terms`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_terms` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_terms` WRITE; +/*!40000 ALTER TABLE `haikuwp_terms` DISABLE KEYS */; +INSERT INTO `haikuwp_terms` VALUES +(1,'Non classé','non-classe',0), +(2,'simple','simple',0), +(3,'grouped','grouped',0), +(4,'variable','variable',0), +(5,'external','external',0), +(6,'exclude-from-search','exclude-from-search',0), +(7,'exclude-from-catalog','exclude-from-catalog',0), +(8,'featured','featured',0), +(9,'outofstock','outofstock',0), +(10,'rated-1','rated-1',0), +(11,'rated-2','rated-2',0), +(12,'rated-3','rated-3',0), +(13,'rated-4','rated-4',0), +(14,'rated-5','rated-5',0), +(15,'Others','others',0), +(16,'English','en',0), +(17,'English','pll_en',0), +(21,'Uncategorized','uncategorized-fr',0), +(30,'Earrings','earrings',0), +(31,'Rings','rings',0), +(32,'Necklaces','necklaces',0), +(33,'Bracelets','bracelets',0), +(36,'Hadou','hadou',0), +(37,'50','50',0), +(38,'52','52',0), +(39,'54','54',0), +(40,'56','56',0), +(41,'58','58',0), +(42,'60','60',0), +(43,'62','62',0), +(44,'64','64',0), +(45,'pair','pair',0), +(48,'Tiger\'s Eye','tiger-eye',0), +(49,'Malachite','malachite',0), +(50,'Hattari','hattari',0), +(51,'Ikkan','ikkan',0), +(52,'Kara','kara',0), +(53,'Kishou','kishou',0), +(54,'Rokku','rokku',0), +(55,'BoroBoro','boroboro',0), +(56,'Piasu','piasu',0), +(57,'Tamanori','tamanori',0), +(58,'Size 1','size-1',0), +(59,'Size 2','size-2',0), +(60,'Tanemaki','tanemaki',0), +(61,'Fuyou','fuyou',0), +(62,'long','long',0), +(63,'medium','medium',0), +(64,'short','short',0), +(65,'Kagun','kagun',0), +(66,'one earring','one',0), +(67,'Mugura','mugura',0), +(68,'Lapis Lazuli','lapis-lazuli',0), +(69,'Green Jaspe','green-jaspe',0), +(70,'Hawk\'s Eye','hawk-eye',0), +(71,'one element earring','one-element-side',0), +(72,'two elements earring','two-elements-side',0), +(73,'Green Aventurine','green-aventurine',0), +(74,'Crystal','crystal',0), +(75,'Jade','jade',0), +(76,'all','all',0), +(77,'left side','left-side',0), +(78,'right side','right-side',0), +(79,'Honey Jade','honey-jade',0), +(80,'Uteki','uteki',0), +(81,'Uteki','uteki',0), +(82,'PISHI','pishi',0), +(83,'Kime','kime',0), +(86,'40€','40e',0), +(87,'50€','50e',0), +(88,'60€','60e',0), +(89,'70€','70e',0), +(90,'80€','80e',0), +(91,'90€','90e',0), +(92,'100€','100e',0), +(93,'PUCHI','puchi',0), +(94,'55','55',0), +(95,'55€','55e',0), +(96,'110€','110e',0), +(97,'120€','120e',0), +(98,'130€','130e',0), +(99,'140€','140e',0), +(100,'150€','150e',0), +(101,'Workshops','workshops',0), +(102,'Silver plated brass','slv-brass',0), +(103,'Gold plated brass','gld-brass',0), +(104,'Sterling silver','strl-silver',0), +(105,'48','48',0), +(106,'49','49',0), +(107,'51','51',0), +(108,'53','53',0), +(109,'55','55',0), +(110,'57','57',0), +(111,'59','59',0), +(112,'61','61',0), +(113,'63','63',0), +(114,'pair big hoops','pair-big-hoops',0), +(115,'pair small hoops','pair-small-hoops',0), +(116,'one big hoop','one-big-hoop',0), +(117,'one small hoop','one-small-hoop',0), +(118,'Workshop','workshop',0), +(119,'Tama','tama',0); +/*!40000 ALTER TABLE `haikuwp_terms` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_usermeta` +-- + +DROP TABLE IF EXISTS `haikuwp_usermeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=335 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_usermeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_usermeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_usermeta` DISABLE KEYS */; +INSERT INTO `haikuwp_usermeta` VALUES +(1,1,'nickname','gcch'), +(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','blue'), +(9,1,'use_ssl','0'), +(10,1,'show_admin_bar_front','false'), +(11,1,'locale','en_GB'), +(12,1,'haikuwp_capabilities','a:1:{s:13:\"administrator\";b:1;}'), +(13,1,'haikuwp_user_level','10'), +(14,1,'dismissed_wp_pointers',''), +(15,1,'show_welcome_panel','1'), +(17,1,'haikuwp_dashboard_quick_press_last_post_id','5'), +(18,1,'community-events-location','a:1:{s:2:\"ip\";s:13:\"169.155.241.0\";}'), +(19,1,'_woocommerce_tracks_anon_id','woo:d4XJVDeUWJmLLIBoynrGwlsO'), +(21,1,'last_update','1746806847'), +(22,1,'woocommerce_admin_task_list_tracked_started_tasks','{\"customize-store\":1,\"products\":1}'), +(23,1,'wc_last_active','1777996375'), +(24,1,'meta-box-order_product','a:4:{s:25:\"carbon_fields_after_title\";s:0:\"\";s:4:\"side\";s:101:\"submitdiv,slugdiv,postimagediv,product_catdiv,tagsdiv-collection,tagsdiv-product_tag,product_branddiv\";s:6:\"normal\";s:63:\"postexcerpt,postcustom,carbon_fields_container_products_details\";s:8:\"advanced\";s:25:\"woocommerce-product-data,\";}'), +(25,1,'edit_page_per_page','20'), +(26,1,'haikuwp_user-settings','posts_list_mode=excerpt&libraryContent=browse&editor=html&hidetb=0'), +(27,1,'haikuwp_user-settings-time','1732442434'), +(30,1,'woocommerce_admin_variable_product_tour_shown','\"yes\"'), +(34,1,'billing_first_name',''), +(35,1,'billing_last_name',''), +(36,1,'billing_company',''), +(37,1,'billing_address_1',''), +(38,1,'billing_address_2',''), +(39,1,'billing_city',''), +(40,1,'billing_postcode',''), +(41,1,'billing_country',''), +(42,1,'billing_state',''), +(43,1,'billing_phone',''), +(44,1,'billing_email','g7c'), +(45,1,'shipping_first_name',''), +(46,1,'shipping_last_name',''), +(47,1,'shipping_company',''), +(48,1,'shipping_address_1',''), +(49,1,'shipping_address_2',''), +(50,1,'shipping_city',''), +(51,1,'shipping_postcode',''), +(52,1,'shipping_country',''), +(53,1,'shipping_state',''), +(54,1,'shipping_phone',''), +(57,1,'wc_marketplace_suggestions_dismissed_suggestions','a:4:{i:0;s:28:\"product-edit-name-your-price\";i:1;s:31:\"product-edit-min-max-quantities\";i:2;s:42:\"product-edit-woocommerce-one-page-checkout\";i:3;s:29:\"product-edit-variation-images\";}'), +(58,1,'closedpostboxes_product','a:1:{i:0;s:11:\"postexcerpt\";}'), +(59,1,'metaboxhidden_product','a:2:{i:0;s:11:\"postexcerpt\";i:1;s:10:\"postcustom\";}'), +(61,1,'screen_layout_product','2'), +(63,1,'manageedit-productcolumnshidden','a:2:{i:0;s:11:\"product_tag\";i:1;s:8:\"featured\";}'), +(64,1,'edit_product_per_page','100'), +(68,1,'dismissed_uploads_directory_is_unprotected_notice','1'), +(69,1,'dismissed_update_notice','1'), +(81,2,'nickname','manon'), +(82,2,'first_name','Manon'), +(83,2,'last_name','DÉSIGNÈRE'), +(84,2,'description',''), +(85,2,'rich_editing','true'), +(86,2,'syntax_highlighting','true'), +(87,2,'comment_shortcuts','false'), +(88,2,'admin_color','fresh'), +(89,2,'use_ssl','0'), +(90,2,'show_admin_bar_front','true'), +(91,2,'locale','en_GB'), +(92,2,'haikuwp_capabilities','a:1:{s:13:\"administrator\";b:1;}'), +(93,2,'haikuwp_user_level','10'), +(94,2,'dismissed_wp_pointers',''), +(95,2,'session_tokens','a:1:{s:64:\"1ad366a00acd8c673142409995104b04727c5eb911714d647d4d47faedf10564\";a:4:{s:10:\"expiration\";i:1730208242;s:2:\"ip\";s:13:\"81.164.20.154\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36\";s:5:\"login\";i:1728998642;}}'), +(96,2,'wc_last_active','1730160000'), +(98,2,'_woocommerce_tracks_anon_id','woo:tTnslNIiEvD9zC3nQTmFxTO7'), +(99,2,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'), +(102,2,'haikuwp_user-settings','editor=tinymce&libraryContent=browse'), +(103,2,'haikuwp_user-settings-time','1727711511'), +(104,2,'closedpostboxes_product','a:1:{i:0;s:19:\"tagsdiv-product_tag\";}'), +(105,2,'metaboxhidden_product','a:4:{i:0;s:40:\"carbon_fields_container_products_details\";i:1;s:10:\"postcustom\";i:2;s:7:\"slugdiv\";i:3;s:11:\"postexcerpt\";}'), +(106,2,'last_update','1728072417'), +(107,2,'woocommerce_admin_variable_product_tour_shown','yes'), +(110,1,'session_tokens','a:2:{s:64:\"e5adab48d5fed7e72ff8cbf75068c8c9c97ca66d319a1781399e8a886a12a3d0\";a:4:{s:10:\"expiration\";i:1778226245;s:2:\"ip\";s:14:\"169.155.241.39\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36\";s:5:\"login\";i:1777016645;}s:64:\"8df7652ed842bafe259f3e00335162e0e8471e9c4414685d7c0077df48cb7b96\";a:4:{s:10:\"expiration\";i:1778169174;s:2:\"ip\";s:13:\"169.155.241.3\";s:2:\"ua\";s:70:\"Mozilla/5.0 (X11; Linux x86_64; rv:150.0) Gecko/20100101 Firefox/150.0\";s:5:\"login\";i:1777996374;}}'), +(126,1,'woocommerce_admin_homepage_stats','{\"installJetpackDismissed\":true}'), +(128,1,'managewoocommerce_page_wc-orderscolumnshidden','a:0:{}'), +(129,1,'edit_shop_order_per_page','20'), +(132,1,'roc_dismissed_wc_pro_notice','1'), +(146,1,'closedpostboxes_woocommerce_page_wc-orders','a:1:{i:0;s:12:\"wms_meta_box\";}'), +(147,1,'metaboxhidden_woocommerce_page_wc-orders','a:0:{}'), +(155,1,'wp_mail_smtp_pro_banner_dismissed','1'), +(165,1,'_new_email','a:2:{s:4:\"hash\";s:32:\"bb75df9dea643dd96634d2474f715f58\";s:8:\"newemail\";s:17:\"g7colin@gmail.com\";}'), +(168,1,'closedpostboxes_dashboard','a:1:{i:0;s:32:\"wp_mail_smtp_reports_widget_lite\";}'), +(169,1,'metaboxhidden_dashboard','a:0:{}'), +(184,1,'roc_dismissed_pro_release_notice','1'), +(220,1,'woocommerce_admin_dashboard_chart_interval','month'), +(222,1,'meta-box-order_woocommerce_page_wc-orders','a:3:{s:4:\"side\";s:62:\"woocommerce-order-notes,woocommerce-order-actions,wms_meta_box\";s:6:\"normal\";s:87:\"woocommerce-order-data,woocommerce-order-items,woocommerce-order-downloads,order_custom\";s:8:\"advanced\";s:0:\"\";}'), +(291,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'), +(318,1,'tools_page_action_scheduler_per_page','500'); +/*!40000 ALTER TABLE `haikuwp_usermeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_users` +-- + +DROP TABLE IF EXISTS `haikuwp_users`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_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=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_users` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_users` WRITE; +/*!40000 ALTER TABLE `haikuwp_users` DISABLE KEYS */; +INSERT INTO `haikuwp_users` VALUES +(1,'gcch','$wp$2y$12$UHovdPRrIRD8n3ACEcH.V.8UX8wJB0FodP4UGcDlNU9PNZSy32K/i','gcch','contact@gcch.fr','https://haikuatelier.fr.ddev.site/wp','2024-08-04 20:10:39','',0,'gcch'), +(2,'manon','$2y$10$PQ3e05y6ZdzN40jk.1DHBuQeRiN5nw9QA0pghx6/AeJJfhqv1AcRy','manon','haiku.atelier@gmail.com','https://haikuatelier.com','2024-09-25 06:10:56','',0,'Manon DÉSIGNÈRE'); +/*!40000 ALTER TABLE `haikuwp_users` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_admin_note_actions` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_admin_note_actions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_admin_note_actions` ( + `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `note_id` bigint(20) unsigned NOT NULL, + `name` varchar(255) NOT NULL, + `label` varchar(255) NOT NULL, + `query` longtext NOT NULL, + `status` varchar(255) NOT NULL, + `actioned_text` varchar(255) NOT NULL, + `nonce_action` varchar(255) DEFAULT NULL, + `nonce_name` varchar(255) DEFAULT NULL, + PRIMARY KEY (`action_id`), + KEY `note_id` (`note_id`) +) ENGINE=InnoDB AUTO_INCREMENT=582 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_admin_note_actions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_admin_note_actions` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_admin_note_actions` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_admin_note_actions` VALUES +(1,1,'notify-refund-returns-page','Edit page','https://haikuatelier.fr.ddev.site/wp/wp-admin/post.php?post=11&action=edit','actioned','',NULL,NULL), +(86,59,'connect','Connecter','?page=wc-addons§ion=helper','unactioned','',NULL,NULL), +(424,61,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_medium=product','actioned','',NULL,NULL), +(428,4,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned','',NULL,NULL), +(429,5,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL), +(430,6,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned','',NULL,NULL), +(431,7,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/wc-pay-new','actioned','',NULL,NULL), +(432,8,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL), +(434,10,'update-wc-subscriptions-3-0-15','View latest version','https://haikuatelier.fr.ddev.site/wp/wp-admin/&page=wc-addons§ion=helper','actioned','',NULL,NULL), +(435,11,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL), +(436,14,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL), +(437,15,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL), +(438,16,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(439,16,'dismiss','Dismiss','','actioned','',NULL,NULL), +(440,17,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(441,17,'dismiss','Dismiss','','actioned','',NULL,NULL), +(442,18,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(443,18,'dismiss','Dismiss','','actioned','',NULL,NULL), +(444,19,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL), +(445,19,'dismiss','Dismiss','','actioned','',NULL,NULL), +(447,21,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL), +(448,21,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL), +(449,22,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL), +(450,22,'dismiss','Dismiss','','actioned','',NULL,NULL), +(452,24,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL), +(453,25,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(454,25,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL), +(455,26,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(456,26,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL), +(457,27,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned','',NULL,NULL), +(458,28,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(459,28,'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','unactioned','',NULL,NULL), +(460,29,'woocommerce-wcpay-march-2023-update-needed-button','See Blog Post','https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know','unactioned','',NULL,NULL), +(461,29,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned','',NULL,NULL), +(463,31,'extension-settings','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(464,31,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(465,32,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(466,32,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(467,33,'woopay-beta-existingmerchants-noaction-documentation-27APR23','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23','actioned','',NULL,NULL), +(468,34,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL), +(469,35,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(470,35,'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','actioned','',NULL,NULL), +(471,36,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(472,36,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL), +(473,37,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(474,37,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL), +(475,38,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(476,38,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL), +(477,39,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(478,39,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','unactioned','',NULL,NULL), +(479,40,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(480,40,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','unactioned','',NULL,NULL), +(481,41,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(482,41,'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','unactioned','',NULL,NULL), +(483,42,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(484,42,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&tab=checkout§ion=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL), +(487,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(488,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned','',NULL,NULL), +(489,45,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL), +(490,45,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://haikuatelier.fr.ddev.site/wp/wp-admin/#','actioned','',NULL,NULL), +(491,46,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(492,46,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned','',NULL,NULL), +(493,47,'learn-more','Learn more','https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage','unactioned','',NULL,NULL), +(494,48,'plugin-list','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL), +(495,48,'dismiss','Dismiss','https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-admin','actioned','',NULL,NULL), +(496,49,'woocommerce-WCStripe-Aug-2023-update-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php?','unactioned','',NULL,NULL), +(497,49,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(498,50,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(499,51,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(501,53,'woo-activation-survey-blockers-survey-button-22AUG23','Take our short survey','https://woocommerce.survey.fm/getting-started-with-woo','unactioned','',NULL,NULL), +(502,54,'woocommerce-usermeta-Sept2023-productvendors','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/plugins.php','unactioned','',NULL,NULL), +(503,54,'dismiss','Dismiss','https://haikuatelier.fr.ddev.site/wp/wp-admin/#','actioned','',NULL,NULL), +(504,55,'woocommerce-STRIPE-Oct-2023-update-needed','See available updates','https://haikuatelier.fr.ddev.site/wp/wp-admin/update-core.php','unactioned','',NULL,NULL), +(505,55,'dismiss','Dismiss','#','actioned','',NULL,NULL), +(509,62,'day-after-first-product','Learn more','https://woocommerce.com/document/woocommerce-customizer/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(510,63,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=product','actioned','',NULL,NULL), +(511,64,'tracking-opt-in','Activate usage tracking','','actioned','',NULL,NULL), +(542,66,'learn-more','Learn more','https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(543,67,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(553,69,'browse','Browse','https://woocommerce.com/success-stories/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(554,70,'view-report','View report','?page=wc-admin&path=/analytics/revenue&period=custom&compare=previous_year&after=2024-11-26&before=2024-11-26','actioned','',NULL,NULL), +(555,71,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(568,72,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(578,65,'update-db_done','Thanks!','https://haikuatelier.com/wp/wp-admin/admin.php?page=wc-status&status=failed&tab=action-scheduler&s&bulk_action=Apply&paged=1&wc-hide-notice=update','actioned','woocommerce_hide_notices_nonce','woocommerce_hide_notices_nonce','_wc_notice_nonce'), +(579,73,'try-the-new-templates','Try the new templates','?page=wc-settings&tab=email&try-new-templates','actioned','',NULL,NULL), +(580,74,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL), +(581,75,'scheduled-updates-enable','Enable','https://haikuatelier.com/wp/wp-admin/admin.php?page=wc-admin','actioned','Scheduled updates enabled',NULL,NULL); +/*!40000 ALTER TABLE `haikuwp_wc_admin_note_actions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_admin_notes` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_admin_notes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_admin_notes` ( + `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(255) NOT NULL, + `type` varchar(20) NOT NULL, + `locale` varchar(20) NOT NULL, + `title` longtext NOT NULL, + `content` longtext NOT NULL, + `content_data` longtext DEFAULT NULL, + `status` varchar(200) NOT NULL, + `source` varchar(200) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_reminder` datetime DEFAULT NULL, + `is_snoozable` tinyint(1) NOT NULL DEFAULT 0, + `layout` varchar(20) NOT NULL DEFAULT '', + `image` varchar(200) DEFAULT NULL, + `is_deleted` tinyint(1) NOT NULL DEFAULT 0, + `is_read` tinyint(1) NOT NULL DEFAULT 0, + `icon` varchar(200) NOT NULL DEFAULT 'info', + PRIMARY KEY (`note_id`) +) ENGINE=InnoDB AUTO_INCREMENT=76 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_admin_notes` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_admin_notes` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_admin_notes` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_admin_notes` VALUES +(1,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','actioned','woocommerce-core','2024-08-05 13:12:38',NULL,0,'plain','',0,1,'info'), +(4,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping & Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(5,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.

      Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with WooCommerce Shipping.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(6,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(7,'wc-payments-qualitative-feedback','info','en_US','WooCommerce Payments setup - let us know what you think','Congrats on enabling WooCommerce Payments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(8,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(10,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade WooCommerce Subscriptions to version 3.0.15 or later.

      Click the button below to view and update to the latest Subscriptions version, or log in to WooCommerce.com Dashboard and navigate to your Downloads page.

      We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.

      If you have any questions we are here to help — just open a ticket.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(11,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(14,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!

      Now is a great time to upgrade to our latest PayPal extension to continue to receive support and updates with PayPal.

      Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(15,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.

      Start using our latest PayPal today to continue to receive support and updates.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(16,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Our investigation into this vulnerability is ongoing, but we wanted to let you know now about the importance of updating immediately.

      For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(17,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Our investigation into this vulnerability is ongoing, but we wanted to let you know now about the importance of updating immediately.

      For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(18,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Your store has been updated to the latest secure version(s). For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(19,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).

      Your store has been updated to the latest secure version(s). For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(21,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','Your store has been updated to the latest secure version of WooCommerce. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use PayPal Payments to accept PayPal.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(22,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','Your store has been updated to the latest secure version of WooCommerce. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(24,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(25,'needs-update-eway-payment-gateway-rin-2022-12-20','update','en_US','Security vulnerability patched in WooCommerce Eway Gateway','In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(26,'updated-eway-payment-gateway-rin-2022-12-20','update','en_US','WooCommerce Eway Gateway has been automatically updated','Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(27,'ecomm-wc-navigation-survey-2023','info','en_US','Navigating WooCommerce on WordPress.com','We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(28,'woopay-beta-merchantrecruitment-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n

      \r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n

      \r\nGet started in seconds.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(29,'woocommerce-wcpay-march-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Payments','Your store requires a security update for WooCommerce Payments. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(31,'woocommerce-WCPreOrders-april-2023-update-needed','update','en_US','Action required: Security update of WooCommerce Pre-Orders extension','Your store requires a security update for the WooCommerce Pre-Orders extension. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(32,'woopay-beta-merchantrecruitment-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n

      \r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n

      \r\nUpdate WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(33,'woopay-beta-existingmerchants-noaction-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n

      \r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(34,'woopay-beta-existingmerchants-update-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n

      \r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(35,'woopay-beta-merchantrecruitment-short-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(36,'woopay-beta-merchantrecruitment-short-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature.
      Boost conversions by letting customers pay with a single click.

      Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(37,'woopay-beta-merchantrecruitment-short-06MAY23-TESTA','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(38,'woopay-beta-merchantrecruitment-short-06MAY23-TESTB','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(39,'woopay-beta-merchantrecruitment-short-06MAY23-TESTC','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(40,'woopay-beta-merchantrecruitment-short-06MAY23-TESTD','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(41,'woopay-beta-merchantrecruitment-short-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n

      \r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(42,'woopay-beta-merchantrecruitment-short-update-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature.
      Boost conversions by letting customers pay with a single click.

      Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Returns and Warranty Requests extension','Your store requires a security update for the Returns and Warranty Requests extension. Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(45,'woocommerce-WCOPC-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce One Page Checkout','Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(46,'woocommerce-WCGC-July-2023-update-needed','update','en_US','Action required: Security update of WooCommerce GoCardless Extension','Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension. The fix for this vulnerability was released on July 4th. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(47,'woocommerce-shipping-fedex-api-outage-2023-07-16','warning','en_US','Scheduled FedEx API outage — July 2023','On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(48,'wcship-2023-07-hazmat-update-needed','update','en_US','Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension','Your store requires an update for the WooCommerce Shipping extension. Please update to the latest version of the WooCommerce Shipping & Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(49,'woocommerce-WCStripe-Aug-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe plugin','Your shop requires an important security update for the WooCommerce Stripe plugin. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(50,'woocommerce-WCStripe-Aug-2023-security-updated','update','en_US','Security update of WooCommerce Stripe plugin','Your store has been updated to the latest secure version of the WooCommerce Stripe plugin. This update was released on July 31.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(51,'woocommerce-WooPayments-Aug-2023-security-updated','update','en_US','Security update of WooPayments (WooCommerce Payments) plugin','Your store has been updated to the more secure version of WooPayments (WooCommerce Payments). This update was released on July 31.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(53,'woo-activation-survey-blockers-22AUG23','info','en_US','How can we help you get that first sale?','Your feedback is vital. Please take a minute to share your experience of setting up your new store and whether anything is preventing you from making those first few sales. Together, we can make Woo even better!','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(54,'woocommerce-usermeta-Sept2023-productvendors','update','en_US','Your store requires a security update','Your shop needs an update to address a vulnerability in WooCommerce. The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. Read our developer update for more information.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(55,'woocommerce-STRIPE-Oct-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe Gateway','Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway. The fix for this vulnerability was released on October 17. Please update immediately.','{}','pending','woocommerce.com','2024-08-05 13:12:38',NULL,0,'plain','',0,0,'info'), +(59,'wc-admin-wc-helper-connection','info','en_US','Se connecter à WooCommerce.com','Connectez-vous pour obtenir des notifications et des mises à jour importantes sur les produits.','{}','unactioned','woocommerce-admin','2024-08-05 13:13:55',NULL,0,'plain','',1,1,'info'), +(61,'wc-admin-mobile-app','info','en_US','Install Woo mobile app','Install the WooCommerce mobile app to manage orders, receive sales notifications, and view key metrics – wherever you are.','{}','unactioned','woocommerce-admin','2024-08-07 13:30:14',NULL,0,'plain','',1,1,'info'), +(62,'wc-admin-customizing-product-catalog','info','en_US','How to customise your product catalogue','You want your product catalogue and images to look great and align with your brand. This guide will give you all the tips you need to get your products looking great in your store.','{}','unactioned','woocommerce-admin','2024-08-08 16:35:00',NULL,0,'plain','',1,1,'info'), +(63,'wc-admin-onboarding-payments-reminder','info','en_US','Start accepting payments on your store!','Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.','{}','unactioned','woocommerce-admin','2024-08-10 13:35:49',NULL,0,'plain','',1,1,'info'), +(64,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the Settings and choose to stop sharing data. Read more about what data we collect.','{}','unactioned','woocommerce-admin','2024-08-12 15:54:19',NULL,0,'plain','',1,1,'info'), +(65,'wc-update-db-reminder','update','en_US','WooCommerce database update done','WooCommerce database update complete. Thank you for updating to the latest version!','{}','actioned','woocommerce-core','2024-08-22 14:16:51',NULL,0,'plain','',0,1,'info'), +(66,'wc-admin-launch-checklist','info','en_US','Ready to launch your store?','To make sure you never get that sinking \"what did I forget\" feeling, we\'ve put together the essential pre-launch checklist.','{}','unactioned','woocommerce-admin','2024-10-31 13:30:48',NULL,0,'plain','',1,1,'info'), +(67,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','unactioned','woocommerce-admin','2024-11-03 13:16:04',NULL,0,'plain','',1,1,'info'), +(69,'wc-admin-orders-milestone','info','en_US','Congratulations on processing 10 orders!','You\'ve hit the 10 orders milestone! Look at you go. Browse some WooCommerce success stories for inspiration.','{\"current_milestone\":10}','unactioned','woocommerce-admin','2024-11-21 16:12:57',NULL,0,'plain','',0,1,'info'), +(70,'wc-admin-new-sales-record','info','en_US','New sales record!','Woohoo, November 26th was your record day for sales! Net sales was € 1.525,00 beating the previous record of € 1.390,00 set on November 13th.','{\"old_record_date\":\"2024-11-13\",\"old_record_amt\":1390,\"new_record_date\":\"2024-11-26\",\"new_record_amt\":1525}','unactioned','woocommerce-admin','2024-11-27 13:20:42',NULL,0,'plain','',0,1,'info'), +(71,'wc-admin-manage-orders-on-the-go','info','en_US','Manage your orders on the go','Look for orders, customer info, and process refunds in one click with the Woo app.','{}','unactioned','woocommerce-admin','2025-02-01 14:43:19',NULL,0,'plain','',0,1,'info'), +(72,'wc-admin-performance-on-mobile','info','en_US','Track your store performance on mobile','Monitor your sales and high performing products with the Woo app.','{}','unactioned','woocommerce-admin','2025-05-02 13:13:21',NULL,0,'plain','',0,1,'info'), +(73,'wc-admin-email-improvements','info','en_US','Store emails have had an upgrade!','We’ve made some exciting improvements to our email templates, including modern, shopper-friendly designs and new customization options. And if you’re using a block theme, you can automatically sync your theme styles! Head to your email settings to explore the new features.','{}','unactioned','woocommerce-admin','2025-06-13 13:13:15',NULL,0,'plain','',0,1,'info'), +(74,'wc-admin-edit-products-on-the-move','info','en_US','Edit products on the move','Edit and create new products from your mobile devices with the Woo app','{}','unactioned','woocommerce-admin','2025-08-05 13:12:43',NULL,0,'plain','',0,1,'info'), +(75,'wc-admin-scheduled-updates-promotion','info','en_US','Analytics now supports scheduled updates','This provides improved performance to your store, enable it in Analytics > Settings.','{}','unactioned','woocommerce-admin','2026-03-11 16:21:04',NULL,0,'plain','',0,1,'info'); +/*!40000 ALTER TABLE `haikuwp_wc_admin_notes` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_category_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_category_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_category_lookup` ( + `category_tree_id` bigint(20) unsigned NOT NULL, + `category_id` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`category_tree_id`,`category_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_category_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_category_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_category_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_category_lookup` VALUES +(15,15), +(30,30), +(31,31), +(32,32), +(33,33), +(101,101); +/*!40000 ALTER TABLE `haikuwp_wc_category_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_customer_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_customer_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_customer_lookup` ( + `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned DEFAULT NULL, + `username` varchar(60) NOT NULL DEFAULT '', + `first_name` varchar(255) NOT NULL, + `last_name` varchar(255) NOT NULL, + `email` varchar(100) DEFAULT NULL, + `date_last_active` timestamp NULL DEFAULT NULL, + `date_registered` timestamp NULL DEFAULT NULL, + `country` char(2) NOT NULL DEFAULT '', + `postcode` varchar(20) NOT NULL DEFAULT '', + `city` varchar(100) NOT NULL DEFAULT '', + `state` varchar(100) NOT NULL DEFAULT '', + PRIMARY KEY (`customer_id`), + UNIQUE KEY `user_id` (`user_id`), + KEY `email` (`email`) +) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_customer_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_customer_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_customer_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_customer_lookup` VALUES +(7,NULL,'','Sofia','Balducci','sofia.balducci99@gmail.com','2025-10-12 19:03:18',NULL,'FR','75007','Paris',''), +(8,NULL,'','Claudia','Van Vynckt - WIPLAW','claudia.vanvynckt@hotmail.fr','2024-11-29 08:05:49',NULL,'BE','1050','Bruxelles',''), +(9,NULL,'','Lucie','Leiner','lucie.leiner@gmail.com','2024-11-29 16:22:16',NULL,'BE','1630','Linkebeek',''), +(10,NULL,'','CLAIRE','MAROUFIN','maroufin.claire@gmail.com','2025-12-02 08:20:29',NULL,'FR','94270','Le Kremlin-Bicêtre',''), +(12,NULL,'','Violette','Cubier','v.cubier@gmail.com','2024-12-02 15:33:11',NULL,'FR','92320','Chatillon',''), +(13,NULL,'','Elise','Colson','choploone@gmail.com','2024-12-03 16:03:18',NULL,'BE','4420','Saint-Nicolas','Liège'), +(14,NULL,'','Maren','Sigge','maren.sigge@gmail.com','2024-12-03 21:53:41',NULL,'BE','1160','Auderghem','Belgium'), +(15,NULL,'','Perrine','Vincent','perrinevincent90@gmail.com','2024-12-06 12:08:34',NULL,'BE','5150','Floreffe','Namur'), +(16,NULL,'','Julien','Martial','julien.martial@hotmail.com','2024-12-06 13:04:22',NULL,'BE','1150','Woluwe St Pierre',''), +(17,NULL,'','christine','Saquet Bossu','c.saquetbossu@orange.fr','2024-12-12 15:55:38',NULL,'FR','35660','Renac',''), +(18,NULL,'','Nathalie','Chabin','lili.chabin@gmail.com','2024-12-19 08:08:20',NULL,'CH','1046','Rueyres - Suisse','vaud'), +(19,NULL,'','Veronique','Marchand','vsmarchand24@gmail.com','2024-12-14 09:10:01',NULL,'FR','89000','AUXERRE',''), +(20,NULL,'','Antoine','Deroisy','antoine.der92@gmail.com','2024-12-16 08:16:07',NULL,'BE','1050','Bruxelles',''), +(21,NULL,'','Ella','Richard','ella_cherry@hotmail.fr','2024-12-17 07:40:04',NULL,'FR','93310','Le Pre Saint Gervais',''), +(22,NULL,'','Elsa','Dumontel','elsa.dumontel@gmail.com','2024-12-18 14:13:28',NULL,'FR','15130','Arpajon Sur Cere','France'), +(23,NULL,'','Magali','Jacob','melian.jacob@free.fr','2024-12-26 11:37:45',NULL,'FR','67800','Hœnheim',''), +(25,NULL,'','Margot','BRISOUX','margot.brisoux@hotmail.fr','2025-01-03 08:04:01',NULL,'FR','75011','Paris',''), +(26,NULL,'','Marine','TIBERI','tiberi.marine@gmail.com','2025-01-09 11:01:26',NULL,'FR','31400','Toulouse',''), +(27,NULL,'','Alice','Tabernat','alicetabernat@yahoo.fr','2025-01-29 09:32:07',NULL,'FR','93100','Montreuil',''), +(28,NULL,'','Aïn-Establet','Manon','manon.ainest@gmail.com','2025-01-30 07:57:12',NULL,'FR','75020','Paris',''), +(30,NULL,'','Owen Andrew','O\'Neill','owenoneill2727@gmail.com','2025-02-23 16:08:07',NULL,'BE','1060','Saint-Gilles','Brussel'), +(31,NULL,'','Julie','Soulie','julie.soulie96@yahoo.fr','2025-02-26 11:51:16',NULL,'FR','75019','Paris','Ile de France'), +(32,NULL,'','Charles','Stoop','charles.stoop@gmail.com','2025-03-03 10:10:15',NULL,'BE','1170','Watermael-Boitsfort','Bruxelles'), +(33,NULL,'','Amélie','Graux','amelie.grx@gmail.com','2025-03-03 09:45:26',NULL,'FR','75020','Paris',''), +(34,NULL,'','Raphael','Kuder','raphael.kuderpro@gmail.com','2025-03-05 10:04:07',NULL,'FR','75020','Paris','IDF'), +(35,NULL,'','Eve marie','REDOUIN','evemarie.redouin@gmail.com','2025-03-23 20:39:51',NULL,'FR','91140','Villebon-sur-Yvette',''), +(36,NULL,'','Arnau','Oliver Antich','isoliverantich1@gmail.com','2025-04-08 09:44:22',NULL,'BE','1060','Saint-Gilles','Belgium'), +(38,NULL,'','Jérôme','Laurent','crack_one@hotmail.fr','2025-05-09 07:49:40',NULL,'FR','10500','BRIENNE LE CHATEAU','Aube'), +(39,NULL,'','Anne sophie','Mabi','annesophiemabi@gmail.com','2025-05-09 17:56:28',NULL,'FR','93110','Rosny sous bois',''), +(40,NULL,'','Zafiria','Efstratiadi','zafiria.efstratiadi@hotmail.com','2026-04-03 19:36:58',NULL,'BE','1080','Bruxelles','Bruxelles'), +(41,NULL,'','Laurent','CAPELO','laurentpvcapelo@gmail.com','2025-06-05 05:44:45',NULL,'FR','92130','Issy-les-Moulineaux',''), +(43,NULL,'','','','','2025-06-21 07:54:31',NULL,'','','',''), +(49,NULL,'','Mia','Mueller','mia.mueller07@gmail.com','2025-07-14 10:37:48',NULL,'BE','1000','Brussels',''), +(53,NULL,'','Myrthe','Meylaerts','myrthe.meylaerts@gmail.com','2025-09-17 16:11:56',NULL,'BE','1070','Anderlecht',''), +(54,NULL,'','Alexandra','Maillot','alexandraboubou2@gmail.com','2025-10-02 02:39:01',NULL,'FR','78500','Sartrouville',''), +(55,NULL,'','Théo','Huchet','theohuchet@laposte.net','2025-10-11 13:06:39',NULL,'FR','02000','Laon',''), +(56,NULL,'','Pauline','Dubois','pauline.duboi96@gmail.com','2025-10-12 12:50:06',NULL,'BE','1060','Saint-Gilles','Brussel-Hoofdstad'), +(57,NULL,'','Bram','De Gieter','bram.degieter@telenet.be','2025-10-18 11:34:26',NULL,'BE','9000','Gent','Oost-Vlaanderen'), +(58,NULL,'','Charlotte','Chabin','charlotte.chabin@gmail.com','2025-11-02 18:39:02',NULL,'CH','1004','Lausanne',''), +(59,NULL,'','Daphné','Thomas','daphnethomass@hotmail.com','2025-11-03 20:05:37',NULL,'FR','69600','Oullins',''), +(62,NULL,'','Paul','AMICEL','paulamicel@gmail.com','2025-11-18 07:29:10',NULL,'FR','35000','Rennes',''), +(63,NULL,'','marianne','pignot','mapignot@gmail.com','2025-11-20 13:49:47',NULL,'FR','93100','Montreuil',''), +(64,NULL,'','Anabela','Angeiras','anabela_angeiras@yahoo.fr','2025-11-24 08:50:48',NULL,'BE','1325','Chaumont Gistoux',''), +(65,NULL,'','Karen','Plasschaert','karen.plasschaert@gmail.com','2025-11-24 16:43:34',NULL,'BE','2820','Bonheiden (regio)',''), +(66,NULL,'','Annaé','Bosson','annaebosson@gmail.com','2025-11-30 20:29:07',NULL,'FR','75020','Paris',''), +(67,NULL,'','Penelope','Jourdain','penelope.jourdain@gmail.com','2025-12-02 19:47:29',NULL,'FR','94130','Nogent sur Marne','Île de France'), +(69,NULL,'','Rosa','Bamelis','annvanderschrick@telenet.be','2025-12-03 16:44:40',NULL,'BE','1701','Itterbeek','vlaams brabant'), +(70,NULL,'','Ronan','Zeegers (Dside)','perso@ronanzeegers.com','2025-12-07 20:49:42',NULL,'BE','1140','Evere',''), +(71,NULL,'','CLEMENT','ARNAUD','clement.arnaud1993@gmail.com','2025-12-10 14:54:38',NULL,'DE','18057','rostock',''), +(72,NULL,'','Géraldine','Maincent','g.maincent@gmail.com','2025-12-11 14:25:35',NULL,'FR','93500','Pantin',''), +(73,NULL,'','Louis','Poitevin','louispoitevin31@gmail.com','2025-12-14 07:05:42',NULL,'FR','56600','Lanester',''), +(74,NULL,'','Laura','FOLLI','laura.folli@laposte.net','2025-12-14 14:18:16',NULL,'FR','69004','Lyon',''), +(75,NULL,'','Thomas','MEtivier','thomasmetivier@gmail.com','2025-12-15 21:45:37',NULL,'FR','94300','Vincennes',''), +(76,NULL,'','Klëpta','FANTOZZI','kleptaschwarz@gmail.com','2025-12-18 21:40:36',NULL,'FR','69004','Lyon',''), +(77,NULL,'','Louise','Roberfroid','lou.roberfroid@gmail.com','2025-12-21 19:44:25',NULL,'BE','1060','Bruxelles',''), +(78,NULL,'','Marielaure','Gressin','marielaure.gressin@free.fr','2026-01-13 14:58:24',NULL,'FR','13850','Greasque',''), +(79,NULL,'','Laure','Chaslin','laurechaslin@gmail.com','2026-01-13 15:03:07',NULL,'FR','75018','Paris',''), +(80,NULL,'','Luna','Cornet','lunacornet@icloud.com','2026-02-01 19:14:25',NULL,'BE','1180','Uccle',''), +(81,NULL,'','Karlyne','Malonga','karlyne.malonga@gmail.com','2026-02-05 18:10:25',NULL,'FR','35000','RENNES','Bretagne'), +(82,NULL,'','Louise','Mongeau','louise.mongeau@gmail.com','2026-02-11 17:47:27',NULL,'BE','1060','Saint-Gilles',''), +(83,NULL,'','Samira','Maalmi','samira.maalmi@proton.me','2026-02-16 14:38:24',NULL,'FR','93100','Montreuil',''), +(84,NULL,'','Noelle','Starliper','noellemstarliper@gmail.com','2026-02-25 20:19:14',NULL,'NL','1013 BD','Amsterdam',''), +(85,NULL,'','Stéphanie','Van Doosselaere','steph_vandoo@hotmail.com','2026-03-06 10:17:23',NULL,'BE','4020','Liège','liège'), +(86,NULL,'','Zéphyr','MARTIN','z.martin.zephyr@gmail.com','2026-03-07 15:40:02',NULL,'FR','93130','Noisy Le Sec','Seine St denis'), +(87,NULL,'','Anaïs','Mariot','mariot.anais@gmail.com','2026-03-08 12:10:27',NULL,'FR','94700','Maisons-Alfort',''), +(88,NULL,'','Anne-Laure','Terrade','al.terrade@gmail.com','2026-03-09 17:09:15',NULL,'BE','1050','Ixelles',''), +(89,NULL,'','Tsira','Bolkvadze','btsira@gmail.com','2026-04-02 07:45:50',NULL,'FR','69003','Lyon',''), +(90,NULL,'','Constance','Villain-Lesavre','constancevillain22@gmail.com','2026-04-12 11:55:27',NULL,'FR','92240','Malakoff',''), +(91,NULL,'','Mattijs','Quartier','mattijsquartier@live.nl','2026-04-27 21:02:04',NULL,'BE','1030','Schaarbeek',''); +/*!40000 ALTER TABLE `haikuwp_wc_customer_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_download_log` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_download_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_download_log` ( + `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `timestamp` datetime NOT NULL, + `permission_id` bigint(20) unsigned NOT NULL, + `user_id` bigint(20) unsigned DEFAULT NULL, + `user_ip_address` varchar(100) DEFAULT '', + PRIMARY KEY (`download_log_id`), + KEY `permission_id` (`permission_id`), + KEY `timestamp` (`timestamp`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_download_log` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_download_log` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_download_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_download_log` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_addresses` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_addresses`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_addresses` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_id` bigint(20) unsigned NOT NULL, + `address_type` varchar(20) DEFAULT NULL, + `first_name` text DEFAULT NULL, + `last_name` text DEFAULT NULL, + `company` text DEFAULT NULL, + `address_1` text DEFAULT NULL, + `address_2` text DEFAULT NULL, + `city` text DEFAULT NULL, + `state` text DEFAULT NULL, + `postcode` text DEFAULT NULL, + `country` text DEFAULT NULL, + `email` varchar(320) DEFAULT NULL, + `phone` varchar(100) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`), + KEY `order_id` (`order_id`), + KEY `email` (`email`(191)), + KEY `phone` (`phone`), + FULLTEXT KEY `order_addresses_fts` (`first_name`,`last_name`,`company`,`address_1`,`address_2`,`city`,`state`,`postcode`,`country`,`email`,`phone`) +) ENGINE=InnoDB AUTO_INCREMENT=379 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_addresses` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_addresses` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_addresses` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_addresses` VALUES +(95,862,'billing','Roberto','Ruggeri NW Groupe',NULL,'31 avenue bosquet',NULL,'Paris',NULL,'75007','FR','sofia.balducci99@gmail.com','+393470972182'), +(96,862,'shipping','Roberto','Ruggeri NW Groupe',NULL,'31 avenue bosquet',NULL,'Paris',NULL,'75007','FR',NULL,'+393470972182'), +(103,866,'billing','Claudia','Van Vynckt - WIPLAW',NULL,'279, avenue louise',NULL,'Bruxelles',NULL,'1050','BE','claudia.vanvynckt@hotmail.fr','0478183560'), +(104,866,'shipping','Claudia','Van Vynckt - WIPLAW',NULL,'279, avenue louise',NULL,'Bruxelles',NULL,'1050','BE',NULL,'0478183560'), +(107,868,'billing','Lucie','Leiner',NULL,'Vijversdreef 10',NULL,'Linkebeek',NULL,'1630','BE','lucie.leiner@gmail.com','+32489578514'), +(108,868,'shipping','Lucie','Leiner',NULL,'Vijversdreef 10',NULL,'Linkebeek',NULL,'1630','BE',NULL,'+32489578514'), +(109,869,'billing','Claire','Maroufin',NULL,'26 avenue Eugène Thomas',NULL,'Le Kremlin Bicetre',NULL,'94270','FR','maroufin.claire@gmail.com','+33681223295'), +(110,869,'shipping','Claire','Maroufin',NULL,'26 avenue Eugène Thomas',NULL,'Le Kremlin Bicetre',NULL,'94270','FR',NULL,'+33681223295'), +(113,871,'billing','Violette','Cubier',NULL,'5 rue Andre Gide',NULL,'Chatillon',NULL,'92320','FR','v.cubier@gmail.com','0616154243'), +(114,871,'shipping','Violette','Cubier',NULL,'5 rue Andre Gide',NULL,'Chatillon',NULL,'92320','FR',NULL,'0616154243'), +(115,872,'billing','Elise','Colson',NULL,'Rue des grands champs 119',NULL,'Saint-Nicolas','Liège','4420','BE','choploone@gmail.com','0498508266'), +(116,872,'shipping','Elise','Colson',NULL,'Rue des grands champs 119',NULL,'Saint-Nicolas','Liège','4420','BE',NULL,'0498508266'), +(117,873,'billing','Maren','Sigge',NULL,'Av. G. E. Lebon, 24, BP 3',NULL,'Auderghem','Belgium','1160','BE','maren.sigge@gmail.com','+32489439874'), +(118,873,'shipping','Viviane','Antoine',NULL,'Chaussée de Givet 33',NULL,'Mariembourg','Belgium','5660','BE',NULL,'+32489439874'), +(125,878,'billing','Perrine','Vincent',NULL,'Rue de la Basse-Sambre 8',NULL,'Floreffe','Namur','5150','BE','perrinevincent90@gmail.com','00 32 472 24 97 14'), +(126,878,'shipping','Perrine','Vincent',NULL,'Rue de la Basse-Sambre 8',NULL,'Floreffe','Namur','5150','BE',NULL,'00 32 472 24 97 14'), +(127,879,'billing','Julien','Martial',NULL,'Rue François Gay, 225',NULL,'Woluwe St Pierre',NULL,'1150','BE','julien.martial@hotmail.com','0472585911'), +(128,879,'shipping','Julien','Martial',NULL,'Rue François Gay, 225',NULL,'Woluwe St Pierre',NULL,'1150','BE',NULL,'0472585911'), +(129,880,'billing','christine','Saquet Bossu',NULL,'33 rue du Colonel du Halgouêt',NULL,'Renac',NULL,'35660','FR','c.saquetbossu@orange.fr','0685532210'), +(130,880,'shipping','christine','Saquet Bossu',NULL,'33 rue du Colonel du Halgouêt',NULL,'Renac',NULL,'35660','FR',NULL,'0685532210'), +(131,881,'billing','Nathalie','Chabin',NULL,'chemin de Rossy 1, 1',NULL,'Rueyres - Suisse',NULL,'1046','CH','lili.chabin@gmail.com','+41786229221'), +(132,881,'shipping','Nathalie','Chabin',NULL,'chemin de Rossy 1, 1',NULL,'Rueyres - Suisse',NULL,'1046','CH',NULL,'+41786229221'), +(137,884,'billing','Veronique','Marchand',NULL,'5 bis impasse de la Noue',NULL,'AUXERRE',NULL,'89000','FR','vsmarchand24@gmail.com','+33612102273'), +(138,884,'shipping','Veronique','Marchand',NULL,'5 bis impasse de la Noue',NULL,'AUXERRE',NULL,'89000','FR',NULL,'+33612102273'), +(139,885,'billing','Antoine','Deroisy',NULL,'389 chaussée de waterloo',NULL,'Bruxelles',NULL,'1050','BE','antoine.der92@gmail.com','0474183450'), +(140,885,'shipping','Antoine','Deroisy',NULL,'389 chaussée de waterloo',NULL,'Bruxelles',NULL,'1050','BE',NULL,'0474183450'), +(141,886,'billing','Ella','Richard',NULL,'44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France',NULL,'Le Pre Saint Gervais',NULL,'93310','FR','ella_cherry@hotmail.fr','06 77 32 66 50'), +(142,886,'shipping','Ella','Richard',NULL,'44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France',NULL,'Le Pre Saint Gervais',NULL,'93310','FR',NULL,'06 77 32 66 50'), +(143,887,'billing','Elsa','Dumontel',NULL,'29 Route Des Chenes',NULL,'Arpajon Sur Cere','France','15130','FR','elsa.dumontel@gmail.com','0642985078'), +(144,887,'shipping','Elsa','Dumontel',NULL,'29 Route Des Chenes',NULL,'Arpajon Sur Cere','France','15130','FR',NULL,'0642985078'), +(145,888,'billing','Nathalie','Chabin',NULL,'chemin de Rossy 1',NULL,'Rueyres - Suisse','vaud','1046','CH','lili.chabin@gmail.com','+41786229221'), +(146,888,'shipping','Nathalie','Chabin',NULL,'chemin de Rossy 1',NULL,'Rueyres - Suisse','vaud','1046','CH',NULL,'+41786229221'), +(147,889,'billing','Magali','Jacob',NULL,'1 Rue du Limousin',NULL,'Hœnheim',NULL,'67800','FR','melian.jacob@free.fr','0670745455'), +(148,889,'shipping','Magali','Jacob',NULL,'1 Rue du Limousin',NULL,'Hœnheim',NULL,'67800','FR',NULL,'0670745455'), +(153,894,'billing','Margot','BRISOUX',NULL,'13 rue Camille Desmoulins',NULL,'Paris',NULL,'75011','FR','margot.brisoux@hotmail.fr','0679481991'), +(154,894,'shipping','Margot','BRISOUX',NULL,'13 rue Camille Desmoulins',NULL,'Paris',NULL,'75011','FR',NULL,'0679481991'), +(155,895,'billing','Marine','TIBERI',NULL,'50 rue Jules Clarétie',NULL,'Toulouse',NULL,'31400','FR','tiberi.marine@gmail.com','+33602079136'), +(156,895,'shipping','Marine','TIBERI',NULL,'50 rue Jules Clarétie',NULL,'Toulouse',NULL,'31400','FR',NULL,'+33602079136'), +(157,897,'billing','Alice','Tabernat',NULL,'88 boulevard Aristide Briand',NULL,'Montreuil',NULL,'93100','FR','alicetabernat@yahoo.fr','0770426206'), +(158,897,'shipping','Alice','Tabernat',NULL,'88 boulevard Aristide Briand',NULL,'Montreuil',NULL,'93100','FR',NULL,'0770426206'), +(161,899,'billing','Aïn-Establet','Manon',NULL,'140, boulevard de Menilmontant',NULL,'Paris',NULL,'75020','FR','manon.ainest@gmail.com','0612109541'), +(162,899,'shipping','Aïn-Establet','Manon',NULL,'140, boulevard de Menilmontant',NULL,'Paris',NULL,'75020','FR',NULL,'0612109541'), +(165,901,'billing','Owen Andrew','O\'Neill',NULL,'Rue Bosquet, 25',NULL,'Saint-Gilles','Brussel','1060','BE','owenoneill2727@gmail.com','+353852179564'), +(166,901,'shipping','Owen Andrew','O\'Neill',NULL,'Rue Bosquet, 25',NULL,'Saint-Gilles','Brussel','1060','BE',NULL,'+353852179564'), +(169,903,'billing','Julie','Soulie',NULL,'17/19 rue de l\'Atlas',NULL,'Paris','Ile de France','75019','FR','julie.soulie96@yahoo.fr','0643105822'), +(170,903,'shipping','Julie','Soulie',NULL,'17/19 rue de l\'Atlas',NULL,'Paris','Ile de France','75019','FR',NULL,'0643105822'), +(173,905,'billing','Amélie','Graux',NULL,'15 rue du Capitaine Ferber',NULL,'Paris',NULL,'75020','FR','amelie.grx@gmail.com','0667102260'), +(174,905,'shipping','Amélie','Graux',NULL,'15 rue du Capitaine Ferber',NULL,'Paris',NULL,'75020','FR',NULL,'0667102260'), +(175,906,'billing','Charles','Stoop',NULL,'Rue Edouard Olivier 27',NULL,'Watermael-Boitsfort','Bruxelles','1170','BE','charles.stoop@gmail.com','0493566360'), +(176,906,'shipping','Charles','Stoop',NULL,'Rue Edouard Olivier 27',NULL,'Watermael-Boitsfort','Bruxelles','1170','BE',NULL,'0493566360'), +(177,907,'billing','Raphael','Kuder',NULL,'140 boulevard de Ménilmontant',NULL,'Paris','IDF','75020','FR','raphael.kuderpro@gmail.com','0783260894'), +(178,907,'shipping','Raphael','Kuder',NULL,'140 boulevard de Ménilmontant',NULL,'Paris','IDF','75020','FR',NULL,'0783260894'), +(179,908,'billing','Eve marie','REDOUIN',NULL,'3 Rue des Hortensias',NULL,'Villebon-sur-Yvette',NULL,'91140','FR','evemarie.redouin@gmail.com','0642769155'), +(180,908,'shipping','Eve marie','REDOUIN',NULL,'3 Rue des Hortensias',NULL,'Villebon-sur-Yvette',NULL,'91140','FR',NULL,'0642769155'), +(183,910,'billing','Arnau','Oliver Antich',NULL,'Rue du Mont-Blanc 57, R.D.C.',NULL,'Saint-Gilles','Belgium','1060','BE','isoliverantich1@gmail.com','+34 648761712'), +(184,910,'shipping','Arnau','Oliver Antich',NULL,'Rue du Mont-Blanc 57, R.D.C.',NULL,'Saint-Gilles','Belgium','1060','BE',NULL,'+34 648761712'), +(187,912,'billing','Jérôme','Laurent',NULL,'5 place de la république',NULL,'BRIENNE LE CHATEAU','Aube','10500','FR','crack_one@hotmail.fr','+33695854956'), +(188,912,'shipping','Jérôme','Laurent',NULL,'5 place de la république',NULL,'BRIENNE LE CHATEAU','Aube','10500','FR',NULL,'+33695854956'), +(193,921,'billing','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR','annesophiemabi@gmail.com','+33678454888'), +(194,921,'shipping','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR',NULL,'+33678454888'), +(195,922,'billing','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR','annesophiemabi@gmail.com','+33678454888'), +(196,922,'shipping','Anne sophie','Mabi',NULL,'4 rue des tulipiers',NULL,'Rosny sous bois',NULL,'93110','FR',NULL,'+33678454888'), +(199,924,'billing','Laurent','CAPELO',NULL,'24 Avenue Bourgain',NULL,'Issy-les-Moulineaux',NULL,'92130','FR','laurentpvcapelo@gmail.com','+33646234205'), +(200,924,'shipping','Laurent','CAPELO',NULL,'24 Avenue Bourgain',NULL,'Issy-les-Moulineaux',NULL,'92130','FR',NULL,'+33646234205'), +(205,1013,'billing','Mia','Mueller',NULL,'Chaussee de Vleurgat 172',NULL,'Brussels',NULL,'1000','BE','mia.mueller07@gmail.com','0474470271'), +(206,1013,'shipping','Mia','Mueller',NULL,'Chaussee de Vleurgat 172',NULL,'Brussels',NULL,'1000','BE',NULL,'0474470271'), +(249,1443,'billing','Myrthe','Meylaerts',NULL,'Demosthenesstraat 242',NULL,'Anderlecht',NULL,'1070','BE','myrthe.meylaerts@gmail.com','0499089766'), +(250,1443,'shipping','Myrthe','Meylaerts',NULL,'Demosthenesstraat 242',NULL,'Anderlecht',NULL,'1070','BE',NULL,'0499089766'), +(251,1480,'billing','Alexandra','Maillot',NULL,'26 rue de Stalingrad',NULL,'Sartrouville',NULL,'78500','FR','alexandraboubou2@gmail.com','0663463354'), +(252,1480,'shipping','Alexandra','Maillot',NULL,'26 rue de Stalingrad',NULL,'Sartrouville',NULL,'78500','FR',NULL,'0663463354'), +(253,1486,'billing','Théo','Huchet',NULL,'58 Rue Châtelaine',NULL,'Laon',NULL,'02000','FR','theohuchet@laposte.net','+33628751554'), +(254,1486,'shipping','Théo','Huchet',NULL,'58 Rue Châtelaine',NULL,'Laon',NULL,'02000','FR',NULL,'+33628751554'), +(255,1487,'billing','Théo','Huchet',NULL,'58 rue châtelaine',NULL,'Laon',NULL,'02000','FR','theohuchet@laposte.net','0628751554'), +(256,1487,'shipping','Théo','Huchet',NULL,'58 rue châtelaine',NULL,'Laon',NULL,'02000','FR',NULL,'0628751554'), +(257,1488,'billing','Pauline','Dubois',NULL,'Rue Maurice Wilmotte, 25',NULL,'Saint-Gilles','Brussel-Hoofdstad','1060','BE','pauline.duboi96@gmail.com','+32473119568'), +(258,1488,'shipping','Pauline','Dubois',NULL,'Rue Maurice Wilmotte, 25',NULL,'Saint-Gilles','Brussel-Hoofdstad','1060','BE',NULL,'+32473119568'), +(259,1489,'billing','Sofia','Balducci',NULL,'156 Rue de l’Université (MAIF)',NULL,'Paris',NULL,'75007','FR','sofia.balducci99@gmail.com','+393470972182'), +(260,1489,'shipping','Sofia','Balducci',NULL,'156 Rue de l’Université (MAIF)',NULL,'Paris',NULL,'75007','FR',NULL,'+393470972182'), +(261,1490,'billing','Bram','De Gieter',NULL,'Gasmeterlaan 44',NULL,'Gent','Oost-Vlaanderen','9000','BE','bram.degieter@telenet.be','0474177921'), +(262,1490,'shipping','Bram','De Gieter',NULL,'Gasmeterlaan 44',NULL,'Gent','Oost-Vlaanderen','9000','BE',NULL,'0474177921'), +(263,1496,'billing','Charlotte','Chabin',NULL,'Chemin de Pierrefleur 88',NULL,'Lausanne',NULL,'1004','CH','charlotte.chabin@gmail.com','+41799475008'), +(264,1496,'shipping','Charlotte','Chabin',NULL,'Chemin de Pierrefleur 88',NULL,'Lausanne',NULL,'1004','CH',NULL,'+41799475008'), +(265,1498,'billing','Daphné','Thomas',NULL,'4 Impasse Charles Fourier',NULL,'Oullins',NULL,'69600','FR','daphnethomass@hotmail.com','+33603264984'), +(266,1498,'shipping','Daphné','Thomas',NULL,'4 Impasse Charles Fourier',NULL,'Oullins',NULL,'69600','FR',NULL,'+33603264984'), +(271,1511,'billing','Paul','AMICEL',NULL,'1 rue Saint-Alphonse',NULL,'Rennes',NULL,'35000','FR','paulamicel@gmail.com','0618192731'), +(272,1511,'shipping','Paul','AMICEL',NULL,'1 rue Saint-Alphonse',NULL,'Rennes',NULL,'35000','FR',NULL,'0618192731'), +(273,1528,'billing','marianne','pignot',NULL,'12 Villa De La Seigneurie',NULL,'Montreuil',NULL,'93100','FR','mapignot@gmail.com','0660688244'), +(274,1528,'shipping','marianne','pignot',NULL,'12 Villa De La Seigneurie',NULL,'Montreuil',NULL,'93100','FR',NULL,'0660688244'), +(275,1529,'billing','Anabela','Angeiras',NULL,'Rue du brocsous 66',NULL,'Chaumont Gistoux',NULL,'1325','BE','anabela_angeiras@yahoo.fr','0032477286532'), +(276,1529,'shipping','Anabela','Angeiras',NULL,'Rue du brocsous 66',NULL,'Chaumont Gistoux',NULL,'1325','BE',NULL,'0032477286532'), +(277,1530,'billing','Karen','Plasschaert',NULL,'Berlaarbaan 102',NULL,'Bonheiden (regio)',NULL,'2820','BE','karen.plasschaert@gmail.com','+32473534936'), +(278,1530,'shipping','Karen','Plasschaert',NULL,'Berlaarbaan 102',NULL,'Bonheiden (regio)',NULL,'2820','BE',NULL,'+32473534936'), +(279,1540,'billing','Annaé','Bosson',NULL,'1 rue de la cour des noues',NULL,'Paris',NULL,'75020','FR','annaebosson@gmail.com','+33646032641'), +(280,1540,'shipping','Annaé','Bosson',NULL,'1 rue de la cour des noues',NULL,'Paris',NULL,'75020','FR',NULL,'+33646032641'), +(281,1571,'billing','CLAIRE','MAROUFIN',NULL,'26 avenue Eugene Thomas',NULL,'Le Kremlin-Bicêtre',NULL,'94270','FR','maroufin.claire@gmail.com','+33681223295'), +(282,1571,'shipping','CLAIRE','MAROUFIN',NULL,'26 avenue Eugene Thomas',NULL,'Le Kremlin-Bicêtre',NULL,'94270','FR',NULL,'+33681223295'), +(285,1573,'billing','Penelope','Jourdain',NULL,'42 rue Jacques Kablé',NULL,'Nogent sur Marne','Île de France','94130','FR','penelope.jourdain@gmail.com','0687878933'), +(286,1573,'shipping','Penelope','Jourdain',NULL,'42 rue Jacques Kablé',NULL,'Nogent sur Marne','Île de France','94130','FR',NULL,'0687878933'), +(291,1604,'billing','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek',NULL,'1701','BE','annvanderschrick@telenet.be','+32475737595'), +(292,1604,'shipping','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek',NULL,'1701','BE',NULL,'+32475737595'), +(293,1605,'billing','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek','vlaams brabant','1701','BE','annvanderschrick@telenet.be','+32475737595'), +(294,1605,'shipping','Rosa','Bamelis',NULL,'Plankenstraat 123',NULL,'Itterbeek','vlaams brabant','1701','BE',NULL,'+32475737595'), +(295,1606,'billing','Ronan','Zeegers (Dside)',NULL,'Avenue Léonard Mommaerts 24',NULL,'Evere',NULL,'1140','BE','perso@ronanzeegers.com','+32473452043'), +(296,1606,'shipping','Ronan','Zeegers (Dside)',NULL,'Avenue Léonard Mommaerts 24',NULL,'Evere',NULL,'1140','BE',NULL,'+32473452043'), +(297,1607,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(298,1607,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE',NULL,'0474918430'), +(299,1608,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(300,1608,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445',NULL,'Bruxelles','Bruxelles','1080','BE',NULL,'0474918430'), +(301,1609,'billing','CLEMENT','ARNAUD',NULL,'neubramowstrabe 17',NULL,'rostock',NULL,'18057','DE','clement.arnaud1993@gmail.com','+49679883271'), +(302,1609,'shipping','CLEMENT','ARNAUD',NULL,'neubramowstrabe 17',NULL,'rostock',NULL,'18057','DE',NULL,'+49679883271'), +(303,1610,'billing','Géraldine','Maincent',NULL,'3 place Cécile Brunschvicg',NULL,'Pantin',NULL,'93500','FR','g.maincent@gmail.com','+33664976050'), +(304,1610,'shipping','Géraldine','Maincent',NULL,'3 place Cécile Brunschvicg',NULL,'Pantin',NULL,'93500','FR',NULL,'+33664976050'), +(305,1611,'billing','Louis','Poitevin',NULL,'12 Rue des Lavoirs',NULL,'Lanester',NULL,'56600','FR','louispoitevin31@gmail.com','0777845512'), +(306,1611,'shipping','Louis','Poitevin',NULL,'12 Rue des Lavoirs',NULL,'Lanester',NULL,'56600','FR',NULL,'0777845512'), +(307,1612,'billing','Laura','FOLLI',NULL,'23 Rue Philippe de Lassalle',NULL,'Lyon',NULL,'69004','FR','laura.folli@laposte.net','+33674370813'), +(308,1612,'shipping','Laura','FOLLI',NULL,'23 Rue Philippe de Lassalle',NULL,'Lyon',NULL,'69004','FR',NULL,'+33674370813'), +(311,1615,'billing','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR','thomasmetivier@gmail.com','+33768133255'), +(312,1615,'shipping','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR',NULL,'+33768133255'), +(313,1616,'billing','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR','thomasmetivier@gmail.com','+33768133255'), +(314,1616,'shipping','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR',NULL,'+33768133255'), +(315,1617,'billing','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR','thomasmetivier@gmail.com','+33768133255'), +(316,1617,'shipping','Thomas','MEtivier',NULL,'78 Rue De La Jarry',NULL,'Vincennes',NULL,'94300','FR',NULL,'+33768133255'), +(317,1628,'billing','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR','kleptaschwarz@gmail.com','+33616138481'), +(318,1628,'shipping','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR',NULL,'+33616138481'), +(319,1629,'billing','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR','kleptaschwarz@gmail.com','+33616138481'), +(320,1629,'shipping','Klëpta','FANTOZZI',NULL,'13 rue Hénon',NULL,'Lyon',NULL,'69004','FR',NULL,'+33616138481'), +(321,1630,'billing','Louise','Roberfroid',NULL,'Rue Jean Robie',NULL,'Bruxelles',NULL,'1060','BE','lou.roberfroid@gmail.com','0496903459'), +(322,1630,'shipping','Louise','Roberfroid',NULL,'Rue Jean Robie',NULL,'Bruxelles',NULL,'1060','BE',NULL,'0496903459'), +(341,1643,'billing','Marielaure','Gressin',NULL,'9 Chemin Lou Valadet',NULL,'Greasque',NULL,'13850','FR','marielaure.gressin@free.fr','0670153153'), +(342,1643,'shipping','Marielaure','Gressin',NULL,'9 Chemin Lou Valadet',NULL,'Greasque',NULL,'13850','FR',NULL,'0670153153'), +(343,1644,'billing','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR','laurechaslin@gmail.com','+33689717962'), +(344,1644,'shipping','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR',NULL,'+33689717962'), +(345,1645,'billing','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR','laurechaslin@gmail.com','+33689717962'), +(346,1645,'shipping','Laure','Chaslin',NULL,'145 rue du Mont-Cenis',NULL,'Paris',NULL,'75018','FR',NULL,'+33689717962'), +(347,1647,'billing','Luna','Cornet',NULL,'Rue Edith Cavell',NULL,'Uccle',NULL,'1180','BE','lunacornet@icloud.com','0471760867'), +(348,1647,'shipping','Luna','Cornet',NULL,'Rue Edith Cavell',NULL,'Uccle',NULL,'1180','BE',NULL,'0471760867'), +(349,1649,'billing','Karlyne','Malonga',NULL,'69 Rue D’Inkermann',NULL,'RENNES','Bretagne','35000','FR','karlyne.malonga@gmail.com','06 0703 3147'), +(350,1649,'shipping','Karlyne','Malonga',NULL,'69 Rue D’Inkermann',NULL,'RENNES','Bretagne','35000','FR',NULL,'06 0703 3147'), +(351,1656,'billing','Louise','Mongeau',NULL,'159 rue Antoine Breart',NULL,'Saint-Gilles',NULL,'1060','BE','louise.mongeau@gmail.com','+32485283177'), +(352,1656,'shipping','Louise','Mongeau',NULL,'159 rue Antoine Breart',NULL,'Saint-Gilles',NULL,'1060','BE',NULL,'+32485283177'), +(353,1658,'billing','Samira','Maalmi',NULL,'5 rue Denis Couturier',NULL,'Montreuil',NULL,'93100','FR','samira.maalmi@proton.me','0626282738'), +(354,1658,'shipping','Samira','Maalmi',NULL,'5 rue Denis Couturier',NULL,'Montreuil',NULL,'93100','FR',NULL,'0626282738'), +(355,1659,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boîte 6',NULL,'Bruxelles','Molenbeek-Saint-Jean','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(356,1659,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boîte 6',NULL,'Bruxelles','Molenbeek-Saint-Jean','1080','BE',NULL,'0474918430'), +(357,1660,'billing','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013bd','NL','noellemstarliper@gmail.com','0638446442'), +(358,1660,'shipping','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013bd','NL',NULL,'0638446442'), +(359,1661,'billing','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013 BD','NL','noellemstarliper@gmail.com','0638446442'), +(360,1661,'shipping','Noelle','Starliper',NULL,'Haparandaweg 218',NULL,'Amsterdam',NULL,'1013 BD','NL',NULL,'0638446442'), +(361,1668,'billing','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE','steph_vandoo@hotmail.com','0032479603633'), +(362,1668,'shipping','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE',NULL,'0032479603633'), +(363,1669,'billing','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE','steph_vandoo@hotmail.com','0479603633'), +(364,1669,'shipping','Stéphanie','Van Doosselaere',NULL,'Quai Mativa, 21',NULL,'Liège','liège','4020','BE',NULL,'0479603633'), +(365,1670,'billing','Zéphyr','MARTIN',NULL,'120 rue de brément',NULL,'Noisy Le Sec','Seine St denis','93130','FR','z.martin.zephyr@gmail.com','+33687358739'), +(366,1670,'shipping','Zéphyr','MARTIN',NULL,'120 rue de brément',NULL,'Noisy Le Sec','Seine St denis','93130','FR',NULL,'+33687358739'), +(367,1671,'billing','Anaïs','Mariot',NULL,'150 rue Roger François',NULL,'Maisons-Alfort',NULL,'94700','FR','mariot.anais@gmail.com','+33614423158'), +(368,1671,'shipping','Anaïs','Mariot',NULL,'150 rue Roger François',NULL,'Maisons-Alfort',NULL,'94700','FR',NULL,'+33614423158'), +(369,1672,'billing','Anne-Laure','Terrade',NULL,'Rue de Theux 63',NULL,'Ixelles',NULL,'1050','BE','al.terrade@gmail.com','+33659425266'), +(370,1672,'shipping','Anne-Laure','Terrade',NULL,'Rue de Theux 63',NULL,'Ixelles',NULL,'1050','BE',NULL,'+33659425266'), +(371,1697,'billing','Tsira','Bolkvadze',NULL,'76 cours de la liberté',NULL,'Lyon',NULL,'69003','FR','btsira@gmail.com','0615796565'), +(372,1697,'shipping','Tsira','Bolkvadze',NULL,'76 cours de la liberté',NULL,'Lyon',NULL,'69003','FR',NULL,'0615796565'), +(373,1698,'billing','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boite 6',NULL,'Bruxelles','Bruxelles','1080','BE','zafiria.efstratiadi@hotmail.com','0474918430'), +(374,1698,'shipping','Zafiria','Efstratiadi',NULL,'Boulvard louis mettewie 445,boite 6',NULL,'Bruxelles','Bruxelles','1080','BE',NULL,'0474918430'), +(375,1702,'billing','Constance','Villain-Lesavre',NULL,'2 avenue augustin dumont',NULL,'Malakoff',NULL,'92240','FR','constancevillain22@gmail.com','+33783946016'), +(376,1702,'shipping','Constance','Villain-Lesavre',NULL,'2 avenue augustin dumont',NULL,'Malakoff',NULL,'92240','FR',NULL,'+33783946016'), +(377,1857,'billing','Mattijs','Quartier',NULL,'Rubensstraat 118',NULL,'Schaarbeek',NULL,'1030','BE','mattijsquartier@live.nl','+32476829508'), +(378,1857,'shipping','Mattijs','Quartier',NULL,'Rubensstraat 118',NULL,'Schaarbeek',NULL,'1030','BE',NULL,'+32476829508'); +/*!40000 ALTER TABLE `haikuwp_wc_order_addresses` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_coupon_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_coupon_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_coupon_lookup` ( + `order_id` bigint(20) unsigned NOT NULL, + `coupon_id` bigint(20) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `discount_amount` double NOT NULL DEFAULT 0, + PRIMARY KEY (`order_id`,`coupon_id`), + KEY `coupon_id` (`coupon_id`), + KEY `date_created` (`date_created`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_coupon_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_coupon_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_coupon_lookup` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_order_coupon_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_operational_data` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_operational_data`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_operational_data` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_id` bigint(20) unsigned DEFAULT NULL, + `created_via` varchar(100) DEFAULT NULL, + `woocommerce_version` varchar(20) DEFAULT NULL, + `prices_include_tax` tinyint(1) DEFAULT NULL, + `coupon_usages_are_counted` tinyint(1) DEFAULT NULL, + `download_permission_granted` tinyint(1) DEFAULT NULL, + `cart_hash` varchar(100) DEFAULT NULL, + `new_order_email_sent` tinyint(1) DEFAULT NULL, + `order_key` varchar(100) DEFAULT NULL, + `order_stock_reduced` tinyint(1) DEFAULT NULL, + `date_paid_gmt` datetime DEFAULT NULL, + `date_completed_gmt` datetime DEFAULT NULL, + `shipping_tax_amount` decimal(26,8) DEFAULT NULL, + `shipping_total_amount` decimal(26,8) DEFAULT NULL, + `discount_tax_amount` decimal(26,8) DEFAULT NULL, + `discount_total_amount` decimal(26,8) DEFAULT NULL, + `recorded_sales` tinyint(1) DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `order_id` (`order_id`), + KEY `order_key` (`order_key`) +) ENGINE=InnoDB AUTO_INCREMENT=1230 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_operational_data` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_operational_data` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_operational_data` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_operational_data` VALUES +(278,862,'rest-api','9.4.2',0,1,1,'',1,'wc_order_g6qGGwFmCLhG4',1,'2024-11-28 15:42:54',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(315,866,'rest-api','9.4.2',0,1,1,'',1,'wc_order_GfVnri1zucEHV',1,'2024-11-29 09:07:39',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(327,868,'rest-api','9.4.2',0,1,1,'',1,'wc_order_LbjBOTM6Pg4Y8',1,'2024-11-29 17:26:38',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(336,869,'rest-api','9.4.2',0,1,1,'',1,'wc_order_ZpJT7n8ezcpc5',1,'2024-12-02 10:06:46',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(348,871,'rest-api','9.4.2',0,1,1,'',1,'wc_order_14ze4V3I7fPgF',1,'2024-12-02 16:34:12',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(357,872,'rest-api','9.4.2',0,1,1,'',1,'wc_order_DpCz0MofHOMDQ',1,'2024-12-03 17:04:43',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(366,873,'rest-api','9.4.2',0,1,1,'',1,'wc_order_sAvbLtrCudWx8',1,'2024-12-03 22:55:58',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(387,878,'rest-api','9.4.3',0,1,1,'',1,'wc_order_FErghd9o15Mhi',1,'2024-12-06 13:10:02','2024-12-12 22:07:33',0.00000000,0.00000000,0.00000000,0.00000000,1), +(396,879,'rest-api','9.4.3',0,1,1,'',1,'wc_order_uzC3Ve7jqfc8V',1,'2024-12-06 14:22:12','2024-12-12 21:43:42',0.00000000,0.00000000,0.00000000,0.00000000,1), +(405,880,'rest-api','9.4.3',0,1,1,'',1,'wc_order_HQOvW1OdAL776',1,'2024-12-12 16:59:06','2024-12-15 09:59:40',0.00000000,0.00000000,0.00000000,0.00000000,1), +(416,881,'rest-api','9.4.3',0,1,1,'',1,'wc_order_WWQmiUtXyzFol',1,'2024-12-13 08:39:25','2024-12-16 14:13:34',0.00000000,1200.00000000,0.00000000,0.00000000,1), +(431,884,'rest-api','9.4.3',0,1,1,'',1,'wc_order_E7TjpmjrlfgqK',1,'2024-12-14 10:10:27','2024-12-16 14:13:01',0.00000000,0.00000000,0.00000000,0.00000000,1), +(441,885,'rest-api','9.4.3',0,1,1,'',1,'wc_order_dRRIRApWpQVvv',1,'2024-12-16 09:17:25','2024-12-18 17:19:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(452,886,'rest-api','9.4.3',0,1,1,'',1,'wc_order_j7Ko64S7WIAGg',1,'2024-12-17 08:40:36','2024-12-18 17:16:40',0.00000000,0.00000000,0.00000000,0.00000000,1), +(461,887,'rest-api','9.4.3',0,1,1,'',1,'wc_order_cxY5Hd9F3yfSx',1,'2024-12-18 15:14:07','2024-12-31 11:59:52',0.00000000,0.00000000,0.00000000,0.00000000,1), +(472,888,'rest-api','9.4.3',0,1,1,'',1,'wc_order_EWQEpfmuwjvdy',1,'2024-12-19 09:09:28','2024-12-20 18:55:34',0.00000000,12.00000000,0.00000000,0.00000000,1), +(482,889,'rest-api','9.4.3',0,1,1,'',1,'wc_order_C8HPkCjTn8qGF',1,'2024-12-26 12:41:16','2024-12-31 11:59:03',0.00000000,0.00000000,0.00000000,0.00000000,1), +(491,890,NULL,'9.4.3',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(494,891,NULL,'9.4.3',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(505,894,'rest-api','9.4.3',0,1,1,'',1,'wc_order_BlQYC36BaeTyn',1,'2025-01-03 09:04:36','2025-01-07 14:56:35',0.00000000,3.00000000,0.00000000,0.00000000,1), +(515,895,'rest-api','9.4.3',0,1,1,'',1,'wc_order_2xSBNPp21uZ5r',1,'2025-01-09 12:03:17','2025-01-14 19:47:45',0.00000000,0.00000000,0.00000000,0.00000000,1), +(525,896,NULL,'9.4.3',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(528,897,'rest-api','9.4.3',0,1,1,'',1,'wc_order_nvCeSzsnDrcfh',1,'2025-01-29 10:33:02','2025-02-03 17:36:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(540,899,'rest-api','9.4.3',0,1,1,'',1,'wc_order_y7Idk0wZ92Kf0',1,'2025-01-30 08:57:26','2025-02-03 17:37:02',0.00000000,3.00000000,0.00000000,0.00000000,1), +(554,901,'rest-api','9.4.3',0,1,1,'',1,'wc_order_EUV5aiBi07rzG',1,'2025-02-23 17:08:48',NULL,0.00000000,3.00000000,0.00000000,0.00000000,1), +(566,903,'rest-api','9.4.3',0,1,1,'',1,'wc_order_vAtkq8RMPMGTb',1,'2025-02-26 12:53:34','2025-03-01 08:14:27',0.00000000,0.00000000,0.00000000,0.00000000,1), +(579,905,'rest-api','9.4.3',0,1,1,'',1,'wc_order_LMPM4pRGwA2nd',1,'2025-03-03 10:46:58','2025-03-06 08:24:33',0.00000000,0.00000000,0.00000000,0.00000000,1), +(588,906,'rest-api','9.4.3',0,1,1,'',1,'wc_order_hU6nJ5TqPP2wT',1,'2025-03-03 11:11:31','2025-03-06 08:25:36',0.00000000,0.00000000,0.00000000,0.00000000,1), +(597,907,'rest-api','9.4.3',0,1,1,'',1,'wc_order_DCBDWc0ZYTU0z',1,'2025-03-05 11:05:44','2025-03-18 09:40:39',0.00000000,0.00000000,0.00000000,0.00000000,1), +(609,908,'rest-api','9.4.3',0,1,1,'',1,'wc_order_hRtZ57XslBZT7',1,'2025-03-23 21:41:40','2025-04-04 06:41:39',0.00000000,0.00000000,0.00000000,0.00000000,1), +(622,910,'rest-api','9.8.4',0,1,1,'',1,'wc_order_kXbYV8JWxxFPV',1,'2025-04-08 11:45:10','2025-05-11 13:35:32',0.00000000,3.00000000,0.00000000,0.00000000,1), +(634,912,'rest-api','9.8.5',0,1,1,'',1,'wc_order_ffo5RfplSyEWZ',1,'2025-05-09 09:50:57','2025-05-16 05:54:00',0.00000000,3.00000000,0.00000000,0.00000000,1), +(649,921,'rest-api','9.8.5',0,1,1,'',1,'wc_order_SJg4VAI3wKTkp',1,'2025-05-09 19:57:36','2025-05-16 05:54:26',0.00000000,0.00000000,0.00000000,0.00000000,1), +(652,922,'rest-api','9.8.5',0,1,1,'',1,'wc_order_i4LpjO4IGhJql',1,'2025-05-16 05:54:37','2025-05-16 05:55:04',0.00000000,0.00000000,0.00000000,0.00000000,1), +(677,924,'rest-api','9.8.5',0,1,1,'',1,'wc_order_CtkYhNBPJqYg1',1,'2025-06-05 07:45:48','2025-06-09 10:59:56',0.00000000,0.00000000,0.00000000,0.00000000,1), +(690,997,'rest-api','9.9.5',0,1,1,'',1,'wc_order_PE3U54MIfW9x8',1,'2025-06-21 09:56:06','2025-06-28 14:32:24',0.00000000,0.00000000,0.00000000,0.00000000,1), +(719,1013,'rest-api','9.9.5',0,1,1,'',1,'wc_order_jloBYCPPNUESP',1,'2025-07-14 12:39:22','2025-07-16 08:59:09',0.00000000,0.00000000,0.00000000,0.00000000,1), +(792,1443,'rest-api','10.1.2',0,1,1,'',1,'wc_order_5WBwz6DJvd4kA',1,'2025-09-17 18:13:40','2025-09-23 09:29:46',0.00000000,0.00000000,0.00000000,0.00000000,1), +(802,1480,'rest-api','10.1.2',0,1,1,'',1,'wc_order_iXxg020I4MFYI',1,'2025-10-02 04:41:49','2025-10-03 19:49:56',0.00000000,0.00000000,0.00000000,0.00000000,1), +(812,1486,'rest-api','10.1.2',0,1,1,'',1,'wc_order_FDTK1LLFc0mQH',1,'2025-10-10 15:55:44','2025-10-16 11:02:40',0.00000000,0.00000000,0.00000000,0.00000000,1), +(821,1487,'rest-api','10.1.2',0,1,1,'',1,'wc_order_Mm0VszuGSBc1z',1,'2025-10-11 15:07:01','2025-10-16 11:02:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(830,1488,'rest-api','10.1.2',0,1,1,'',1,'wc_order_lJCicZuDoxLoU',1,'2025-10-12 14:50:29','2025-10-24 06:59:46',0.00000000,0.00000000,0.00000000,0.00000000,1), +(839,1489,'rest-api','10.1.2',0,1,1,'',1,'wc_order_rtSvHoOyNUO4z',1,'2025-10-12 21:04:26','2025-10-16 11:01:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(851,1490,'rest-api','10.1.2',0,1,1,'',1,'wc_order_v5sCoMUx7M0XR',1,'2025-10-18 13:36:45','2025-10-24 17:36:03',0.00000000,0.00000000,0.00000000,0.00000000,1), +(862,1496,'rest-api','10.3.4',0,1,1,'',1,'wc_order_ho6fTgA2QvT1H',1,'2025-11-02 19:40:07','2025-11-06 13:50:59',0.00000000,0.00000000,0.00000000,0.00000000,1), +(871,1498,'rest-api','10.3.4',0,1,1,'',1,'wc_order_QQyBWNoRZDeJ3',1,'2025-11-03 21:07:02','2025-11-06 13:52:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(889,1511,'rest-api','10.3.4',0,1,1,'',1,'wc_order_1X0jbGfBTomn8',1,'2025-11-18 08:30:08','2025-11-24 18:30:32',0.00000000,0.00000000,0.00000000,0.00000000,1), +(898,1528,'rest-api','10.3.4',0,1,1,'',1,'wc_order_FDR4L7qSC2m0O',1,'2025-11-20 14:51:33','2025-11-24 18:30:04',0.00000000,0.00000000,0.00000000,0.00000000,1), +(907,1529,'rest-api','10.3.4',0,1,1,'',1,'wc_order_O530ZmwGlTVhU',1,'2025-11-24 09:53:37','2025-11-27 13:03:07',0.00000000,0.00000000,0.00000000,0.00000000,1), +(916,1530,'rest-api','10.3.4',0,1,1,'',1,'wc_order_r2kCMDrpxrJCS',1,'2025-11-24 17:44:42','2025-11-27 13:01:45',0.00000000,0.00000000,0.00000000,0.00000000,1), +(929,1540,'rest-api','10.3.4',0,1,1,'',1,'wc_order_gbPEi8vG9H6cf',1,'2025-11-30 21:33:39','2025-12-03 18:55:57',0.00000000,3.00000000,0.00000000,0.00000000,1), +(938,1571,'rest-api','10.3.4',0,1,1,'',1,'wc_order_q2ZGlFt4jvMRD',1,'2025-12-02 09:21:54','2025-12-03 18:55:31',0.00000000,0.00000000,0.00000000,0.00000000,1), +(950,1573,'rest-api','10.3.4',0,1,1,'',1,'wc_order_7l9zzRralyXHU',1,'2025-12-02 20:47:47','2025-12-03 18:55:00',0.00000000,0.00000000,0.00000000,0.00000000,1), +(967,1604,'rest-api','10.3.4',0,0,0,'',0,'wc_order_DRVeyeiolHNXS',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(970,1605,'rest-api','10.3.4',0,1,1,'',1,'wc_order_KFzqVPjQjegNP',1,'2025-12-03 17:45:52','2025-12-10 17:59:08',0.00000000,0.00000000,0.00000000,0.00000000,1), +(982,1606,'rest-api','10.3.4',0,1,1,'',1,'wc_order_2JgPQ9MUPWvrc',1,'2025-12-07 21:50:51','2025-12-10 18:00:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(991,1607,'rest-api','10.3.4',0,0,0,'',0,'wc_order_Nj2uBF1x7R21v',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(994,1608,'rest-api','10.3.4',0,0,0,'',0,'wc_order_qNDt8N2TmfgPC',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(997,1609,'rest-api','10.3.4',0,1,1,'',1,'wc_order_mNO3D160GaILl',1,'2025-12-10 15:55:33','2025-12-10 17:56:08',0.00000000,6.00000000,0.00000000,0.00000000,1), +(1009,1610,'rest-api','10.4.2',0,1,1,'',1,'wc_order_6jnvdNUI7fxGV',1,'2025-12-11 15:26:18',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(1018,1611,'rest-api','10.3.4',0,0,0,'',0,'wc_order_3lT2iUpYxnpMJ',0,NULL,NULL,0.00000000,3.00000000,0.00000000,0.00000000,0), +(1021,1612,'rest-api','10.3.4',0,1,1,'',1,'wc_order_HkwS6DwyNbAPZ',1,'2025-12-14 15:19:45','2025-12-14 15:19:45',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1033,1615,'rest-api','10.3.4',0,0,0,'',0,'wc_order_GmlG3pG7Hi6tT',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1036,1616,'rest-api','10.3.4',0,0,0,'',0,'wc_order_ramQyWbgWHk4R',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1039,1617,'rest-api','10.3.4',0,1,1,'',1,'wc_order_FVhujewhnjFcW',1,'2025-12-15 22:46:02',NULL,0.00000000,0.00000000,0.00000000,0.00000000,1), +(1048,1618,NULL,'10.3.4',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(1050,1628,'rest-api','10.4.2',0,0,0,'',0,'wc_order_YYvDJGdpY0BiX',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1053,1629,'rest-api','10.4.2',0,0,0,'',0,'wc_order_af4np21ncvUIs',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1056,1630,'rest-api','10.4.2',0,0,0,'',0,'wc_order_FVXswSi6w0nKQ',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1086,1643,'rest-api','10.4.2',0,1,1,'',1,'wc_order_Y8gDmWah13myK',1,'2026-01-13 15:59:05','2026-01-17 07:14:47',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1095,1644,'rest-api','10.4.2',0,0,0,'',0,'wc_order_pWeQkzOu6bGLJ',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1098,1645,'rest-api','10.4.2',0,1,1,'',1,'wc_order_282ZgnsYMbxRY',1,'2026-01-13 16:08:01','2026-01-17 07:14:19',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1108,1646,NULL,'10.4.2',0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,NULL), +(1112,1647,'rest-api','10.4.2',0,1,1,'',1,'wc_order_Ae8ohQJpTppgy',1,'2026-02-01 20:19:07','2026-02-11 08:59:12',0.00000000,3.00000000,0.00000000,0.00000000,1), +(1121,1649,'rest-api','10.4.2',0,1,1,'',1,'wc_order_Cjn5cKiBccbjB',1,'2026-02-05 19:11:11','2026-02-11 08:58:48',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1132,1656,'rest-api','10.4.2',0,1,1,'',1,'wc_order_wJW3yI8MzgMt2',1,'2026-02-11 18:50:16','2026-02-11 18:50:16',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1141,1658,'rest-api','10.4.2',0,1,1,'',1,'wc_order_6c7AhbpC79wBy',1,'2026-02-16 15:38:52','2026-02-27 19:49:28',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1150,1659,'rest-api','10.4.2',0,0,0,'',0,'wc_order_6yu1wRRxid66r',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1153,1660,'rest-api','10.4.2',0,0,0,'',0,'wc_order_qTSPCsfUyX161',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1156,1661,'rest-api','10.4.2',0,0,0,'',0,'wc_order_4fSWY7Ipq2wCF',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1160,1668,'rest-api','10.4.4',0,0,0,'',0,'wc_order_skArnuTKUGzxw',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1163,1669,'rest-api','10.6.0',0,1,1,'',1,'wc_order_yKVEXddJAk9NW',1,'2026-03-06 11:18:14','2026-03-13 08:15:51',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1172,1670,'rest-api','10.6.0',0,1,1,'',1,'wc_order_sRw1P4X6sOtOo',1,'2026-03-07 16:41:00','2026-03-13 08:15:29',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1181,1671,'rest-api','10.4.4',0,0,0,'',0,'wc_order_RcOtjT4Bz8IpS',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1184,1672,'rest-api','10.4.4',0,1,1,'',1,'wc_order_ppwhaf0Y9yxYO',1,'2026-03-09 18:10:00','2026-03-09 18:10:00',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1197,1697,'rest-api','10.6.1',0,1,1,'',1,'wc_order_ywYBUjI31UahT',1,'2026-04-02 09:46:22','2026-04-04 05:13:48',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1206,1698,'rest-api','10.6.1',0,1,1,'',1,'wc_order_cSpYnEgI3QwiZ',1,'2026-04-03 21:37:30','2026-04-07 08:42:23',0.00000000,0.00000000,0.00000000,0.00000000,1), +(1217,1702,'rest-api','10.6.1',0,0,0,'',0,'wc_order_7FF8Bbm5VG61D',0,NULL,NULL,0.00000000,0.00000000,0.00000000,0.00000000,0), +(1220,1857,'rest-api','10.6.1',0,1,1,'',1,'wc_order_5M2DZ9Ul6cIiP',1,'2026-04-27 23:03:44','2026-04-29 09:18:27',0.00000000,0.00000000,0.00000000,0.00000000,1); +/*!40000 ALTER TABLE `haikuwp_wc_order_operational_data` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_product_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_product_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_product_lookup` ( + `order_item_id` bigint(20) unsigned NOT NULL, + `order_id` bigint(20) unsigned NOT NULL, + `product_id` bigint(20) unsigned NOT NULL, + `variation_id` bigint(20) unsigned NOT NULL, + `customer_id` bigint(20) unsigned DEFAULT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `product_qty` int(11) NOT NULL, + `product_net_revenue` double NOT NULL DEFAULT 0, + `product_gross_revenue` double NOT NULL DEFAULT 0, + `coupon_amount` double NOT NULL DEFAULT 0, + `tax_amount` double NOT NULL DEFAULT 0, + `shipping_amount` double NOT NULL DEFAULT 0, + `shipping_tax_amount` double NOT NULL DEFAULT 0, + PRIMARY KEY (`order_item_id`,`order_id`), + KEY `order_id` (`order_id`), + KEY `product_id` (`product_id`), + KEY `customer_id` (`customer_id`), + KEY `date_created` (`date_created`), + KEY `customer_product_date` (`customer_id`,`product_id`,`date_created`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_product_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_product_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_product_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_product_lookup` VALUES +(138,862,288,646,7,'2024-11-28 16:40:46',1,80,80,0,0,0,0), +(147,866,251,0,8,'2024-11-29 10:05:49',1,65,65,0,0,0,0), +(151,868,251,0,9,'2024-11-29 18:22:16',1,65,65,0,0,0,0), +(152,868,271,0,9,'2024-11-29 18:22:16',1,95,95,0,0,0,0), +(154,869,202,637,10,'2024-12-02 11:05:43',1,50,50,0,0,0,0), +(155,869,291,649,10,'2024-12-02 11:05:43',1,70,70,0,0,0,0), +(159,871,521,523,12,'2024-12-02 17:33:11',1,60,60,0,0,0,0), +(160,871,342,563,12,'2024-12-02 17:33:11',1,25,25,0,0,0,0), +(161,871,342,560,12,'2024-12-02 17:33:11',1,58,58,0,0,0,0), +(163,872,263,0,13,'2024-12-03 18:03:18',1,90,90,0,0,0,0), +(165,873,306,652,14,'2024-12-03 23:53:41',1,70,70,0,0,0,0), +(166,873,183,566,14,'2024-12-03 23:53:41',1,70,70,0,0,0,0), +(167,873,274,0,14,'2024-12-03 23:53:41',1,95,95,0,0,0,0), +(177,878,288,646,15,'2024-12-06 14:08:34',1,80,80,0,0,0,0), +(178,878,285,642,15,'2024-12-06 14:08:34',1,75,75,0,0,0,0), +(180,879,312,655,16,'2024-12-06 15:04:22',1,75,75,0,0,0,0), +(182,880,335,0,17,'2024-12-12 17:55:38',1,40,40,0,0,0,0), +(183,880,545,553,17,'2024-12-12 17:55:38',1,60,60,0,0,0,0), +(185,881,306,653,18,'2024-12-13 09:37:26',1,48,1248,0,0,1200,0), +(193,884,271,0,19,'2024-12-14 11:10:01',1,95,95,0,0,0,0), +(195,885,288,646,20,'2024-12-16 10:16:07',1,80,80,0,0,0,0), +(197,886,545,553,21,'2024-12-17 09:40:04',1,60,60,0,0,0,0), +(198,886,490,494,21,'2024-12-17 09:40:04',1,45,45,0,0,0,0), +(200,887,365,677,22,'2024-12-18 16:13:28',1,60,60,0,0,0,0), +(202,888,306,651,18,'2024-12-19 10:08:20',1,50,62,0,0,12,0), +(204,889,325,0,23,'2024-12-26 13:37:45',1,35,35,0,0,0,0), +(205,889,554,555,23,'2024-12-26 13:37:45',1,55,55,0,0,0,0), +(206,889,435,0,23,'2024-12-26 13:37:45',1,35,35,0,0,0,0), +(207,889,521,523,23,'2024-12-26 13:37:45',1,60,60,0,0,0,0), +(208,889,251,0,23,'2024-12-26 13:37:45',1,65,65,0,0,0,0), +(214,894,331,0,25,'2025-01-03 10:04:01',1,35,38,0,0,3,0), +(216,895,202,638,26,'2025-01-09 13:01:26',1,85,85,0,0,0,0), +(217,895,306,652,26,'2025-01-09 13:01:26',1,70,70,0,0,0,0), +(219,897,291,649,27,'2025-01-29 11:32:07',1,70,70,0,0,0,0), +(223,899,435,0,28,'2025-01-30 09:57:12',1,35,38,0,0,3,0), +(227,901,430,845,30,'2025-02-23 18:08:07',1,45,48,0,0,3,0), +(231,903,271,0,31,'2025-02-26 13:51:16',1,95,95,0,0,0,0), +(235,905,274,0,33,'2025-03-03 11:45:26',1,95,95,0,0,0,0), +(237,906,168,200,32,'2025-03-03 12:10:15',1,150,150,0,0,0,0), +(239,907,168,200,34,'2025-03-05 12:04:07',1,150,150,0,0,0,0), +(240,907,447,0,34,'2025-03-05 12:04:07',1,40,40,0,0,0,0), +(242,908,342,560,35,'2025-03-23 22:39:51',1,58,58,0,0,0,0), +(243,908,433,478,35,'2025-03-23 22:39:51',1,48,48,0,0,0,0), +(247,910,328,0,36,'2025-04-08 13:44:22',1,40,43,0,0,3,0), +(251,912,318,0,38,'2025-05-09 11:49:40',1,40,43,0,0,3,0), +(258,921,342,563,39,'2025-05-09 21:56:27',2,60,60,0,0,0,0), +(260,922,342,563,39,'2025-05-09 21:56:28',2,60,60,0,0,0,0), +(264,924,447,0,41,'2025-06-05 09:44:45',1,45,45,0,0,0,0), +(265,924,435,0,41,'2025-06-05 09:44:45',1,40,40,0,0,0,0), +(266,924,328,0,41,'2025-06-05 09:44:45',1,45,45,0,0,0,0), +(270,997,447,0,43,'2025-06-21 11:54:31',1,45,45,0,0,0,0), +(271,997,202,638,43,'2025-06-21 11:54:31',1,85,85,0,0,0,0), +(287,1013,1004,1005,49,'2025-07-14 14:37:48',1,70,70,0,0,0,0), +(288,1013,202,638,49,'2025-07-14 14:37:48',1,85,85,0,0,0,0), +(343,1443,554,555,53,'2025-09-17 20:11:56',1,65,65,0,0,0,0), +(344,1443,318,0,53,'2025-09-17 20:11:56',1,45,45,0,0,0,0), +(346,1480,1467,1468,54,'2025-10-02 06:39:01',1,120,120,0,0,0,0), +(348,1486,213,570,55,'2025-10-10 17:55:22',1,75,75,0,0,0,0), +(350,1487,342,560,55,'2025-10-11 17:06:39',1,55,55,0,0,0,0), +(352,1488,202,638,56,'2025-10-12 16:50:06',1,85,85,0,0,0,0), +(354,1489,202,638,7,'2025-10-12 23:03:18',1,85,85,0,0,0,0), +(356,1490,274,0,57,'2025-10-18 15:34:26',1,120,120,0,0,0,0), +(358,1496,306,651,58,'2025-11-02 20:39:02',1,50,50,0,0,0,0), +(359,1496,306,653,58,'2025-11-02 20:39:02',1,48,48,0,0,0,0), +(360,1496,285,642,58,'2025-11-02 20:39:02',1,85,85,0,0,0,0), +(362,1498,285,642,59,'2025-11-03 22:05:37',1,85,85,0,0,0,0), +(473,1511,1467,1469,62,'2025-11-18 09:29:10',1,120,120,0,0,0,0), +(475,1528,1516,0,63,'2025-11-20 15:49:47',1,50,50,0,0,0,0), +(477,1529,766,0,64,'2025-11-24 10:50:48',1,85,85,0,0,0,0), +(479,1530,202,638,65,'2025-11-24 18:43:34',1,85,85,0,0,0,0), +(481,1540,435,0,66,'2025-11-30 22:29:07',1,40,43,0,0,3,0), +(483,1571,1512,0,10,'2025-12-02 10:20:29',1,50,50,0,0,0,0), +(484,1571,318,0,10,'2025-12-02 10:20:29',1,45,45,0,0,0,0), +(488,1573,1512,0,67,'2025-12-02 21:47:29',1,50,50,0,0,0,0), +(493,1604,1531,0,69,'2025-12-03 18:43:23',1,50,50,0,0,0,0), +(495,1605,1531,0,69,'2025-12-03 18:44:40',1,50,50,0,0,0,0), +(497,1606,1549,0,70,'2025-12-07 22:49:42',1,75,75,0,0,0,0), +(499,1607,1520,0,40,'2025-12-10 14:39:45',1,75,75,0,0,0,0), +(500,1607,1512,0,40,'2025-12-10 14:39:45',1,50,50,0,0,0,0), +(502,1608,1520,0,40,'2025-12-10 16:29:50',1,75,75,0,0,0,0), +(503,1608,1512,0,40,'2025-12-10 16:29:50',1,50,50,0,0,0,0), +(505,1609,1412,1414,71,'2025-12-10 16:54:38',1,65,71,0,0,6,0), +(507,1610,240,242,72,'2025-12-11 16:25:35',1,80,80,0,0,0,0), +(509,1611,318,0,73,'2025-12-14 09:05:42',1,45,48,0,0,3,0), +(511,1612,1574,1587,74,'2025-12-14 16:18:16',1,50,50,0,0,0,0), +(514,1615,274,0,75,'2025-12-15 23:27:22',1,125,125,0,0,0,0), +(516,1616,274,0,75,'2025-12-15 23:43:29',1,125,125,0,0,0,0), +(518,1617,274,0,75,'2025-12-15 23:45:37',1,125,125,0,0,0,0), +(520,1628,1531,0,76,'2025-12-18 23:39:56',1,50,50,0,0,0,0), +(522,1629,1531,0,76,'2025-12-18 23:40:36',1,50,50,0,0,0,0), +(524,1630,398,0,77,'2025-12-21 21:44:25',1,75,75,0,0,0,0), +(544,1643,1520,1627,78,'2026-01-13 16:58:24',1,75,75,0,0,0,0), +(545,1643,1467,1470,78,'2026-01-13 16:58:24',1,120,120,0,0,0,0), +(547,1644,1444,1449,79,'2026-01-13 17:01:21',1,85,85,0,0,0,0), +(548,1644,268,0,79,'2026-01-13 17:01:21',1,90,90,0,0,0,0), +(550,1645,1444,1449,79,'2026-01-13 17:03:07',1,85,85,0,0,0,0), +(551,1645,268,0,79,'2026-01-13 17:03:07',1,90,90,0,0,0,0), +(553,1647,1535,0,80,'2026-02-01 21:14:25',1,45,48,0,0,3,0), +(555,1649,202,638,81,'2026-02-05 20:10:25',1,90,90,0,0,0,0), +(557,1656,1574,1585,82,'2026-02-11 19:47:27',1,100,100,0,0,0,0), +(558,1658,285,642,83,'2026-02-16 16:38:24',1,85,85,0,0,0,0), +(560,1659,1535,0,40,'2026-02-16 16:57:03',1,50,50,0,0,0,0), +(561,1659,306,652,40,'2026-02-16 16:57:03',1,75,75,0,0,0,0), +(563,1660,1574,1586,84,'2026-02-25 22:15:31',1,40,40,0,0,0,0), +(564,1660,202,638,84,'2026-02-25 22:15:31',1,130,130,0,0,0,0), +(565,1661,202,638,84,'2026-02-25 22:19:14',1,130,130,0,0,0,0), +(566,1668,490,494,85,'2026-03-06 12:16:35',1,55,55,0,0,0,0), +(568,1669,490,494,85,'2026-03-06 12:17:23',1,55,55,0,0,0,0), +(570,1670,258,0,86,'2026-03-07 17:40:02',1,95,95,0,0,0,0), +(572,1671,113,114,87,'2026-03-08 14:10:27',1,90,90,0,0,0,0), +(574,1672,1574,1667,88,'2026-03-09 19:09:15',1,55,55,0,0,0,0), +(575,1697,1560,0,89,'2026-04-02 11:45:50',1,55,55,0,0,0,0), +(577,1698,1535,0,40,'2026-04-03 23:36:58',1,50,50,0,0,0,0), +(579,1702,274,0,90,'2026-04-12 15:55:27',1,170,170,0,0,0,0), +(581,1857,1541,0,91,'2026-04-28 01:02:04',1,75,75,0,0,0,0); +/*!40000 ALTER TABLE `haikuwp_wc_order_product_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_stats` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_stats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_stats` ( + `order_id` bigint(20) unsigned NOT NULL, + `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_paid` datetime DEFAULT '0000-00-00 00:00:00', + `date_completed` datetime DEFAULT '0000-00-00 00:00:00', + `num_items_sold` int(11) NOT NULL DEFAULT 0, + `total_sales` double NOT NULL DEFAULT 0, + `tax_total` double NOT NULL DEFAULT 0, + `shipping_total` double NOT NULL DEFAULT 0, + `net_total` double NOT NULL DEFAULT 0, + `returning_customer` tinyint(1) DEFAULT NULL, + `status` varchar(20) NOT NULL, + `customer_id` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`order_id`), + KEY `date_created` (`date_created`), + KEY `customer_id` (`customer_id`), + KEY `status` (`status`), + KEY `idx_date_paid_status_parent` (`date_paid`,`status`,`parent_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_stats` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_stats` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_stats` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_order_stats` VALUES +(862,0,'2024-11-28 16:40:46','2024-11-28 15:40:46','2024-11-28 16:42:54',NULL,1,80,0,0,80,0,'wc-processing',7), +(866,0,'2024-11-29 10:05:49','2024-11-29 09:05:49','2024-11-29 10:07:39',NULL,1,65,0,0,65,0,'wc-processing',8), +(868,0,'2024-11-29 18:22:16','2024-11-29 17:22:16','2024-11-29 18:26:38',NULL,2,160,0,0,160,0,'wc-processing',9), +(869,0,'2024-12-02 11:05:43','2024-12-02 10:05:43','2024-12-02 11:06:46',NULL,2,120,0,0,120,0,'wc-processing',10), +(871,0,'2024-12-02 17:33:11','2024-12-02 16:33:11','2024-12-02 17:34:12',NULL,3,143,0,0,143,0,'wc-processing',12), +(872,0,'2024-12-03 18:03:18','2024-12-03 17:03:18','2024-12-03 18:04:43',NULL,1,90,0,0,90,0,'wc-processing',13), +(873,0,'2024-12-03 23:53:41','2024-12-03 22:53:41','2024-12-03 23:55:58',NULL,3,235,0,0,235,0,'wc-processing',14), +(878,0,'2024-12-06 14:08:34','2024-12-06 13:08:34','2024-12-06 14:10:02','2024-12-12 23:07:33',2,155,0,0,155,0,'wc-completed',15), +(879,0,'2024-12-06 15:04:22','2024-12-06 14:04:22','2024-12-06 15:22:12','2024-12-12 22:43:42',1,75,0,0,75,0,'wc-completed',16), +(880,0,'2024-12-12 17:55:38','2024-12-12 16:55:38','2024-12-12 17:59:06','2024-12-15 10:59:40',2,100,0,0,100,0,'wc-refunded',17), +(881,0,'2024-12-13 09:37:26','2024-12-13 08:37:26','2024-12-13 09:39:25','2024-12-16 15:13:34',1,1248,0,1200,48,0,'wc-completed',18), +(884,0,'2024-12-14 11:10:01','2024-12-14 10:10:01','2024-12-14 11:10:27','2024-12-16 15:13:01',1,95,0,0,95,0,'wc-refunded',19), +(885,0,'2024-12-16 10:16:07','2024-12-16 09:16:07','2024-12-16 10:17:25','2024-12-18 18:19:19',1,80,0,0,80,0,'wc-completed',20), +(886,0,'2024-12-17 09:40:04','2024-12-17 08:40:04','2024-12-17 09:40:36','2024-12-18 18:16:40',2,105,0,0,105,0,'wc-completed',21), +(887,0,'2024-12-18 16:13:28','2024-12-18 15:13:28','2024-12-18 16:14:07','2024-12-31 12:59:52',1,60,0,0,60,0,'wc-completed',22), +(888,0,'2024-12-19 10:08:20','2024-12-19 09:08:20','2024-12-19 10:09:28','2024-12-20 19:55:34',1,62,0,12,50,1,'wc-completed',18), +(889,0,'2024-12-26 13:37:45','2024-12-26 12:37:45','2024-12-26 13:41:16','2024-12-31 12:59:03',5,250,0,0,250,0,'wc-completed',23), +(890,888,'2024-12-29 15:53:20','2024-12-29 14:53:20','2024-12-29 15:53:20','2024-12-29 15:53:20',0,-12,0,0,-12,NULL,'wc-completed',18), +(891,880,'2024-12-30 11:40:43','2024-12-30 10:40:43','2024-12-30 11:40:43','2024-12-30 11:40:43',0,-100,0,0,-100,NULL,'wc-refunded',17), +(894,0,'2025-01-03 10:04:01','2025-01-03 09:04:01','2025-01-03 10:04:36','2025-01-07 15:56:35',1,38,0,3,35,0,'wc-completed',25), +(895,0,'2025-01-09 13:01:26','2025-01-09 12:01:26','2025-01-09 13:03:17','2025-01-14 20:47:45',2,155,0,0,155,0,'wc-completed',26), +(896,884,'2025-01-23 22:51:50','2025-01-23 21:51:50','2025-01-23 22:51:50','2025-01-23 22:51:50',0,-95,0,0,-95,NULL,'wc-refunded',19), +(897,0,'2025-01-29 11:32:07','2025-01-29 10:32:07','2025-01-29 11:33:02','2025-02-03 18:36:19',1,70,0,0,70,0,'wc-completed',27), +(899,0,'2025-01-30 09:57:12','2025-01-30 08:57:12','2025-01-30 09:57:26','2025-02-03 18:37:02',1,38,0,3,35,0,'wc-completed',28), +(901,0,'2025-02-23 18:08:07','2025-02-23 17:08:07','2025-02-23 18:08:48',NULL,1,48,0,3,45,0,'wc-processing',30), +(903,0,'2025-02-26 13:51:16','2025-02-26 12:51:16','2025-02-26 13:53:34','2025-03-01 09:14:27',1,95,0,0,95,0,'wc-completed',31), +(905,0,'2025-03-03 11:45:26','2025-03-03 10:45:26','2025-03-03 11:46:58','2025-03-06 09:24:33',1,95,0,0,95,0,'wc-completed',33), +(906,0,'2025-03-03 12:10:15','2025-03-03 11:10:15','2025-03-03 12:11:31','2025-03-06 09:25:36',1,150,0,0,150,0,'wc-completed',32), +(907,0,'2025-03-05 12:04:07','2025-03-05 11:04:07','2025-03-05 12:05:44','2025-03-18 10:40:39',2,190,0,0,190,0,'wc-completed',34), +(908,0,'2025-03-23 22:39:51','2025-03-23 21:39:51','2025-03-23 22:41:40','2025-04-04 08:41:39',2,106,0,0,106,0,'wc-completed',35), +(910,0,'2025-04-08 13:44:22','2025-04-08 11:44:22','2025-04-08 13:45:10','2025-05-11 15:35:32',1,43,0,3,40,0,'wc-completed',36), +(912,0,'2025-05-09 11:49:40','2025-05-09 09:49:40','2025-05-09 11:50:57','2025-05-16 07:54:00',1,43,0,3,40,0,'wc-completed',38), +(921,0,'2025-05-09 21:56:27','2025-05-09 19:56:27','2025-05-09 21:57:36','2025-05-16 07:54:26',2,60,0,0,60,0,'wc-completed',39), +(922,0,'2025-05-09 21:56:28','2025-05-09 19:56:28','2025-05-16 07:54:37','2025-05-16 07:55:04',2,60,0,0,60,1,'wc-completed',39), +(924,0,'2025-06-05 09:44:45','2025-06-05 07:44:45','2025-06-05 09:45:48','2025-06-09 12:59:56',3,130,0,0,130,0,'wc-completed',41), +(997,0,'2025-06-21 11:54:31','2025-06-21 09:54:31','2025-06-21 11:56:06','2025-06-28 16:32:24',2,130,0,0,130,0,'wc-completed',43), +(1013,0,'2025-07-14 14:37:48','2025-07-14 12:37:48','2025-07-14 14:39:22','2025-07-16 10:59:09',2,155,0,0,155,0,'wc-completed',49), +(1443,0,'2025-09-17 20:11:56','2025-09-17 18:11:56','2025-09-17 20:13:40','2025-09-23 11:29:46',2,110,0,0,110,0,'wc-completed',53), +(1480,0,'2025-10-02 06:39:01','2025-10-02 04:39:01','2025-10-02 06:41:49','2025-10-03 21:49:56',1,120,0,0,120,0,'wc-completed',54), +(1486,0,'2025-10-10 17:55:22','2025-10-10 15:55:22','2025-10-10 17:55:44','2025-10-16 13:02:40',1,75,0,0,75,0,'wc-completed',55), +(1487,0,'2025-10-11 17:06:39','2025-10-11 15:06:39','2025-10-11 17:07:01','2025-10-16 13:02:19',1,55,0,0,55,1,'wc-completed',55), +(1488,0,'2025-10-12 16:50:06','2025-10-12 14:50:06','2025-10-12 16:50:29','2025-10-24 08:59:46',1,85,0,0,85,0,'wc-completed',56), +(1489,0,'2025-10-12 23:03:18','2025-10-12 21:03:18','2025-10-12 23:04:26','2025-10-16 13:01:51',1,85,0,0,85,1,'wc-completed',7), +(1490,0,'2025-10-18 15:34:26','2025-10-18 13:34:26','2025-10-18 15:36:45','2025-10-24 19:36:03',1,120,0,0,120,0,'wc-completed',57), +(1496,0,'2025-11-02 20:39:02','2025-11-02 19:39:02','2025-11-02 20:40:07','2025-11-06 14:50:59',3,183,0,0,183,0,'wc-completed',58), +(1498,0,'2025-11-03 22:05:37','2025-11-03 21:05:37','2025-11-03 22:07:02','2025-11-06 14:52:51',1,85,0,0,85,0,'wc-completed',59), +(1511,0,'2025-11-18 09:29:10','2025-11-18 08:29:10','2025-11-18 09:30:08','2025-11-24 19:30:32',1,120,0,0,120,0,'wc-completed',62), +(1528,0,'2025-11-20 15:49:47','2025-11-20 14:49:47','2025-11-20 15:51:33','2025-11-24 19:30:04',1,50,0,0,50,0,'wc-completed',63), +(1529,0,'2025-11-24 10:50:48','2025-11-24 09:50:48','2025-11-24 10:53:37','2025-11-27 14:03:07',1,85,0,0,85,0,'wc-completed',64), +(1530,0,'2025-11-24 18:43:34','2025-11-24 17:43:34','2025-11-24 18:44:42','2025-11-27 14:01:45',1,85,0,0,85,0,'wc-completed',65), +(1540,0,'2025-11-30 22:29:07','2025-11-30 21:29:07','2025-11-30 22:33:39','2025-12-03 19:55:57',1,43,0,3,40,0,'wc-completed',66), +(1571,0,'2025-12-02 10:20:29','2025-12-02 09:20:29','2025-12-02 10:21:54','2025-12-03 19:55:31',2,95,0,0,95,1,'wc-completed',10), +(1573,0,'2025-12-02 21:47:29','2025-12-02 20:47:29','2025-12-02 21:47:47','2025-12-03 19:55:00',1,50,0,0,50,0,'wc-completed',67), +(1604,0,'2025-12-03 18:43:23','2025-12-03 17:43:23',NULL,NULL,1,50,0,0,50,0,'wc-pending',69), +(1605,0,'2025-12-03 18:44:40','2025-12-03 17:44:40','2025-12-03 18:45:52','2025-12-10 18:59:08',1,50,0,0,50,0,'wc-completed',69), +(1606,0,'2025-12-07 22:49:42','2025-12-07 21:49:42','2025-12-07 22:50:51','2025-12-10 19:00:51',1,75,0,0,75,0,'wc-completed',70), +(1607,0,'2025-12-10 14:39:45','2025-12-10 13:39:45',NULL,NULL,2,125,0,0,125,0,'wc-pending',40), +(1608,0,'2025-12-10 16:29:50','2025-12-10 15:29:50',NULL,NULL,2,125,0,0,125,0,'wc-pending',40), +(1609,0,'2025-12-10 16:54:38','2025-12-10 15:54:38','2025-12-10 16:55:33','2025-12-10 18:56:08',1,71,0,6,65,0,'wc-completed',71), +(1610,0,'2025-12-11 16:25:35','2025-12-11 15:25:35','2025-12-11 16:26:18',NULL,1,80,0,0,80,0,'wc-refunded',72), +(1611,0,'2025-12-14 09:05:42','2025-12-14 08:05:42',NULL,NULL,1,48,0,3,45,0,'wc-pending',73), +(1612,0,'2025-12-14 16:18:16','2025-12-14 15:18:16','2025-12-14 16:19:45','2025-12-14 16:19:45',1,50,0,0,50,0,'wc-completed',74), +(1615,0,'2025-12-15 23:27:22','2025-12-15 22:27:22',NULL,NULL,1,125,0,0,125,0,'wc-pending',75), +(1616,0,'2025-12-15 23:43:29','2025-12-15 22:43:29',NULL,NULL,1,125,0,0,125,0,'wc-pending',75), +(1617,0,'2025-12-15 23:45:37','2025-12-15 22:45:37','2025-12-15 23:46:02',NULL,1,125,0,0,125,0,'wc-refunded',75), +(1618,1617,'2025-12-17 07:51:16','2025-12-17 06:51:16','2025-12-17 07:51:16','2025-12-17 07:51:16',0,-125,0,0,-125,NULL,'wc-refunded',75), +(1628,0,'2025-12-18 23:39:56','2025-12-18 22:39:56',NULL,NULL,1,50,0,0,50,0,'wc-pending',76), +(1629,0,'2025-12-18 23:40:36','2025-12-18 22:40:36',NULL,NULL,1,50,0,0,50,0,'wc-pending',76), +(1630,0,'2025-12-21 21:44:25','2025-12-21 20:44:25',NULL,NULL,1,75,0,0,75,0,'wc-pending',77), +(1643,0,'2026-01-13 16:58:24','2026-01-13 15:58:24','2026-01-13 16:59:05','2026-01-17 08:14:47',2,195,0,0,195,0,'wc-completed',78), +(1644,0,'2026-01-13 17:01:21','2026-01-13 16:01:21',NULL,NULL,2,175,0,0,175,0,'wc-pending',79), +(1645,0,'2026-01-13 17:03:07','2026-01-13 16:03:07','2026-01-13 17:08:01','2026-01-17 08:14:19',2,175,0,0,175,0,'wc-completed',79), +(1646,1610,'2026-01-14 21:45:29','2026-01-14 20:45:29','2026-01-14 21:45:29','2026-01-14 21:45:29',0,-80,0,0,-80,NULL,'wc-refunded',72), +(1647,0,'2026-02-01 21:14:25','2026-02-01 20:14:25','2026-02-01 21:19:07','2026-02-11 09:59:12',1,48,0,3,45,0,'wc-completed',80), +(1649,0,'2026-02-05 20:10:25','2026-02-05 19:10:25','2026-02-05 20:11:11','2026-02-11 09:58:48',1,90,0,0,90,0,'wc-completed',81), +(1656,0,'2026-02-11 19:47:27','2026-02-11 18:47:27','2026-02-11 19:50:16','2026-02-11 19:50:16',1,100,0,0,100,0,'wc-completed',82), +(1658,0,'2026-02-16 16:38:24','2026-02-16 15:38:24','2026-02-16 16:38:52','2026-02-27 20:49:28',1,85,0,0,85,0,'wc-completed',83), +(1659,0,'2026-02-16 16:57:03','2026-02-16 15:57:03',NULL,NULL,2,125,0,0,125,0,'wc-pending',40), +(1660,0,'2026-02-25 22:15:31','2026-02-25 21:15:31',NULL,NULL,2,170,0,0,170,0,'wc-pending',84), +(1661,0,'2026-02-25 22:19:14','2026-02-25 21:19:14',NULL,NULL,1,130,0,0,130,0,'wc-pending',84), +(1668,0,'2026-03-06 12:16:35','2026-03-06 11:16:35',NULL,NULL,1,55,0,0,55,0,'wc-pending',85), +(1669,0,'2026-03-06 12:17:23','2026-03-06 11:17:23','2026-03-06 12:18:14','2026-03-13 09:15:51',1,55,0,0,55,0,'wc-completed',85), +(1670,0,'2026-03-07 17:40:02','2026-03-07 16:40:02','2026-03-07 17:41:00','2026-03-13 09:15:29',1,95,0,0,95,0,'wc-completed',86), +(1671,0,'2026-03-08 14:10:27','2026-03-08 13:10:27',NULL,NULL,1,90,0,0,90,0,'wc-pending',87), +(1672,0,'2026-03-09 19:09:15','2026-03-09 18:09:15','2026-03-09 19:10:00','2026-03-09 19:10:00',1,55,0,0,55,0,'wc-completed',88), +(1697,0,'2026-04-02 11:45:50','2026-04-02 09:45:50','2026-04-02 11:46:22','2026-04-04 07:13:48',1,55,0,0,55,0,'wc-completed',89), +(1698,0,'2026-04-03 23:36:58','2026-04-03 21:36:58','2026-04-03 23:37:30','2026-04-07 10:42:23',1,50,0,0,50,0,'wc-completed',40), +(1702,0,'2026-04-12 15:55:27','2026-04-12 13:55:27',NULL,NULL,1,170,0,0,170,0,'wc-pending',90), +(1857,0,'2026-04-28 01:02:04','2026-04-27 23:02:04','2026-04-28 01:03:44','2026-04-29 11:18:27',1,75,0,0,75,0,'wc-completed',91); +/*!40000 ALTER TABLE `haikuwp_wc_order_stats` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_order_tax_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_order_tax_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_order_tax_lookup` ( + `order_id` bigint(20) unsigned NOT NULL, + `tax_rate_id` bigint(20) unsigned NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `shipping_tax` double NOT NULL DEFAULT 0, + `order_tax` double NOT NULL DEFAULT 0, + `total_tax` double NOT NULL DEFAULT 0, + PRIMARY KEY (`order_id`,`tax_rate_id`), + KEY `tax_rate_id` (`tax_rate_id`), + KEY `date_created` (`date_created`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_order_tax_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_order_tax_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_order_tax_lookup` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_order_tax_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_orders` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_orders`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_orders` ( + `id` bigint(20) unsigned NOT NULL, + `status` varchar(20) DEFAULT NULL, + `currency` varchar(10) DEFAULT NULL, + `type` varchar(20) DEFAULT NULL, + `tax_amount` decimal(26,8) DEFAULT NULL, + `total_amount` decimal(26,8) DEFAULT NULL, + `customer_id` bigint(20) unsigned DEFAULT NULL, + `billing_email` varchar(320) DEFAULT NULL, + `date_created_gmt` datetime DEFAULT NULL, + `date_updated_gmt` datetime DEFAULT NULL, + `parent_order_id` bigint(20) unsigned DEFAULT NULL, + `payment_method` varchar(100) DEFAULT NULL, + `payment_method_title` text DEFAULT NULL, + `transaction_id` varchar(100) DEFAULT NULL, + `ip_address` varchar(100) DEFAULT NULL, + `user_agent` text DEFAULT NULL, + `customer_note` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `status` (`status`), + KEY `date_created` (`date_created_gmt`), + KEY `customer_id_billing_email` (`customer_id`,`billing_email`(171)), + KEY `billing_email` (`billing_email`(191)), + KEY `type_status_date` (`type`,`status`,`date_created_gmt`), + KEY `parent_order_id` (`parent_order_id`), + KEY `date_updated` (`date_updated_gmt`), + KEY `customer_id_status` (`customer_id`,`status`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_orders` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_orders` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_orders` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_orders` VALUES +(862,'wc-processing','EUR','shop_order',0.00000000,80.00000000,0,'sofia.balducci99@gmail.com','2024-11-28 15:40:46','2024-12-04 08:33:07',0,'','','cs_live_a1svQoVpQTAiSee2hdTTRsnPYQaQXDq7RNxaNg90PXi3YyGZtLHzO34Ci0','','',''), +(866,'wc-processing','EUR','shop_order',0.00000000,65.00000000,0,'claudia.vanvynckt@hotmail.fr','2024-11-29 09:05:49','2024-11-29 09:07:40',0,'','','cs_live_a1d08FUjZ9BRf9odbxjxgKnG6B1B6qh8sXCNcDnQ4iYPYGuJO0eDUYFPza','','',''), +(868,'wc-processing','EUR','shop_order',0.00000000,160.00000000,0,'lucie.leiner@gmail.com','2024-11-29 17:22:16','2024-11-29 17:26:38',0,'','','cs_live_b1rl5EdRJzCtNzMlKISIV6pLx1QoXSQKMRMJLT0kSRouevb2zQ23nyaBQb','','',''), +(869,'wc-processing','EUR','shop_order',0.00000000,120.00000000,0,'maroufin.claire@gmail.com','2024-12-02 10:05:43','2024-12-02 10:06:46',0,'','','cs_live_b10JaBeyOWGNedl3gG765YEShS8lZHA9A4aKS95LgAKh6qZXQnCIVSljQS','','',''), +(871,'wc-processing','EUR','shop_order',0.00000000,143.00000000,0,'v.cubier@gmail.com','2024-12-02 16:33:11','2024-12-02 16:34:13',0,'','','cs_live_b1NkHwimGQsZ4QkEAqe9CDnUr1DXp6W3PJtiypSTl7tbdlpNdixwfKayy5','','',''), +(872,'wc-processing','EUR','shop_order',0.00000000,90.00000000,0,'choploone@gmail.com','2024-12-03 17:03:18','2024-12-03 17:04:44',0,'','','cs_live_a1N24p77v8EyXK9ZJym9WKpN0L9d7nn8TKiG51ukP3wcHGOIEEO7JVRYkc','','',''), +(873,'wc-processing','EUR','shop_order',0.00000000,235.00000000,0,'maren.sigge@gmail.com','2024-12-03 22:53:41','2024-12-03 22:55:59',0,'','','cs_live_b1d2FCt4FYyGLsCPq20mViayd4OQXAn1eBfe3z3UOZQbCZk02byhZw8uRp','','',''), +(878,'wc-completed','EUR','shop_order',0.00000000,155.00000000,0,'perrinevincent90@gmail.com','2024-12-06 13:08:34','2024-12-15 09:35:41',0,'','','cs_live_a12SLRUpoI738BH0BJvY39tzXRBmbhmx4dty8MkdfmxlOrSNwqzi0LIs0w','','',''), +(879,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'julien.martial@hotmail.com','2024-12-06 14:04:22','2024-12-12 21:48:29',0,'','','cs_live_a10cY6oxXXTqiNMNGXdIqBStIF4rxjTJ4nFAApF14ug4df1ubvsJBCkEnB','','',''), +(880,'wc-refunded','EUR','shop_order',0.00000000,100.00000000,0,'c.saquetbossu@orange.fr','2024-12-12 16:55:38','2024-12-30 10:40:50',0,'','','cs_live_b1rQKvEwBHzNanBG70EG9Xg1BMcfxjxlsIKvnNwLHSGcMeRRVFusIv82xu','','',''), +(881,'wc-completed','EUR','shop_order',0.00000000,1248.00000000,0,'lili.chabin@gmail.com','2024-12-13 08:37:26','2024-12-16 14:13:34',0,'','','cs_live_a1QOrbZvz7NPHCy1AONKDEPoNfNniuLqi8S8mO1So5xlfcxP3s7A8u1saJ','','',''), +(884,'wc-refunded','EUR','shop_order',0.00000000,95.00000000,0,'vsmarchand24@gmail.com','2024-12-14 10:10:01','2025-01-23 21:51:50',0,'','','cs_live_a1KhJ0JraBn277imcg61syatlwfwXUqRSgH0si1UywNXQnnaaPQUXCb6Ye','','',''), +(885,'wc-completed','EUR','shop_order',0.00000000,80.00000000,0,'antoine.der92@gmail.com','2024-12-16 09:16:07','2024-12-18 17:19:19',0,'','','cs_live_a15teMmPCgaffuRSOljLOuFl7R0GhHVDHuyCLh83Exs5EGs76RhR2Z6slN','','',''), +(886,'wc-completed','EUR','shop_order',0.00000000,105.00000000,0,'ella_cherry@hotmail.fr','2024-12-17 08:40:04','2024-12-18 17:16:40',0,'','','cs_live_b10gtoDEAZtugeUUybNRQU286vrPQm9SKRxovq17jyT5JSibTAZI8TyH9b','','',''), +(887,'wc-completed','EUR','shop_order',0.00000000,60.00000000,0,'elsa.dumontel@gmail.com','2024-12-18 15:13:28','2024-12-31 11:59:52',0,'','','cs_live_a1kBdlYdcEX5glITE5cxLtkjEsemFaIVNJZDW641JlnkljMEjyrssTNJXo','','',''), +(888,'wc-completed','EUR','shop_order',0.00000000,62.00000000,0,'lili.chabin@gmail.com','2024-12-19 09:08:20','2024-12-29 14:53:29',0,'','','cs_live_a1ktP4tLyzgYY305YJGum3L8hu9N9qrPbOfeswgsBRyMSSge3yTL8atXEg','','',''), +(889,'wc-completed','EUR','shop_order',0.00000000,250.00000000,0,'melian.jacob@free.fr','2024-12-26 12:37:45','2024-12-31 11:59:03',0,'','','cs_live_b1sWkcR5ha10Ro3rgV3FqEQxvD40aB2mbqw6Plaq8I6nrBx1xYUPN6URYb','','',''), +(890,'wc-completed','EUR','shop_order_refund',0.00000000,-12.00000000,NULL,NULL,'2024-12-29 14:53:20','2025-11-03 09:34:42',888,NULL,NULL,NULL,NULL,NULL,NULL), +(891,'wc-completed','EUR','shop_order_refund',0.00000000,-100.00000000,NULL,NULL,'2024-12-30 10:40:43','2025-11-03 09:34:42',880,NULL,NULL,NULL,NULL,NULL,NULL), +(894,'wc-completed','EUR','shop_order',0.00000000,38.00000000,0,'margot.brisoux@hotmail.fr','2025-01-03 09:04:01','2025-01-07 14:56:35',0,'','','cs_live_a1bOBwoGtGQUtjrFiFgIaZqD3pvXjvB1bCVVa63MDqORXOtYmWf5qsFFCy','','',''), +(895,'wc-completed','EUR','shop_order',0.00000000,155.00000000,0,'tiberi.marine@gmail.com','2025-01-09 12:01:26','2025-01-14 19:47:45',0,'','','cs_live_b1qXQzunVuNopx9KHrAAgcQpNKmmLwshMwKQgiK94CJpAC1peepjzzgw88','','',''), +(896,'wc-completed','EUR','shop_order_refund',0.00000000,-95.00000000,NULL,NULL,'2025-01-23 21:51:50','2025-11-03 09:34:42',884,NULL,NULL,NULL,NULL,NULL,NULL), +(897,'wc-completed','EUR','shop_order',0.00000000,70.00000000,0,'alicetabernat@yahoo.fr','2025-01-29 10:32:07','2025-02-03 17:36:19',0,'','','cs_live_a11g0bnfWPAfwbgPcGsp2nFjPkaTqz9TKjUKCgkotTDle31gqp2t5DIFXr','','',''), +(899,'wc-completed','EUR','shop_order',0.00000000,38.00000000,0,'manon.ainest@gmail.com','2025-01-30 08:57:12','2025-02-03 17:37:02',0,'','','cs_live_a1QPvqbvcYzHtXWCvDchaoX8yKphpHA8aFUvZtEC5wxfw1C2SX0RI7XmOB','','',''), +(901,'wc-processing','EUR','shop_order',0.00000000,48.00000000,0,'owenoneill2727@gmail.com','2025-02-23 17:08:07','2025-02-23 17:08:49',0,'','','cs_live_a1GFHeWtsHUJuYz6QaJ9ys4MjurDGI6i43iKN9eG0SnFqknxjaMSLGJOez','','',''), +(903,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'julie.soulie96@yahoo.fr','2025-02-26 12:51:16','2025-03-01 08:14:27',0,'','','cs_live_a1mFOyZPMm14pK57DdGIKZwTO4W8ZCatZvZWCNpF5xUC4ycLVAmKhDUrsA','','',''), +(905,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'amelie.grx@gmail.com','2025-03-03 10:45:26','2025-03-06 08:24:33',0,'','','cs_live_a1aPByBFzbZyfbQTxL6nzu92j7iKkvl5if69zqaMEp5QJrQGPHjEimbMoK','','',''), +(906,'wc-completed','EUR','shop_order',0.00000000,150.00000000,0,'charles.stoop@gmail.com','2025-03-03 11:10:15','2025-03-06 08:25:36',0,'','','cs_live_a1LEJpJwearhfR2b7iPVKdUfymrbDp00VvSuR9qqkFdxuoo1TseDdGWSsj','','',''), +(907,'wc-completed','EUR','shop_order',0.00000000,190.00000000,0,'raphael.kuderpro@gmail.com','2025-03-05 11:04:07','2025-03-18 09:40:39',0,'','','cs_live_b11qrZzpZitWqhRsaz4pR9avf8eXD1nF5lEZ31cfuXZWYMn1ucJOUZL2tc','','',''), +(908,'wc-completed','EUR','shop_order',0.00000000,106.00000000,0,'evemarie.redouin@gmail.com','2025-03-23 21:39:51','2025-04-04 06:41:39',0,'','','cs_live_b1YqdwNaPbu9CWfGSQrpINirWmEMehRQzmYRJ3xJ0DCu8Tpmftcvyrx4My','','',''), +(910,'wc-completed','EUR','shop_order',0.00000000,43.00000000,0,'isoliverantich1@gmail.com','2025-04-08 11:44:22','2025-05-11 13:35:32',0,'','','cs_live_a1M1AbVhpNayddsFHKmFfBx4whULHHouxQwRAvpuYm1sIXUlKfd0GItHWH','','',''), +(912,'wc-completed','EUR','shop_order',0.00000000,43.00000000,0,'crack_one@hotmail.fr','2025-05-09 09:49:40','2025-05-16 05:54:00',0,'','','cs_live_a1H92o6VYyvx7aHJeAQmk1Pmd0IRjxqiuCRVy9CJKOHwNgUajseeOZV5GJ','','',''), +(921,'wc-completed','EUR','shop_order',0.00000000,60.00000000,0,'annesophiemabi@gmail.com','2025-05-09 19:56:27','2025-05-16 05:54:26',0,'','','cs_live_a1BfsTQJFzp4sAD4M7ttoO0LVJLncUDjxVj0jfYnFYqfjvJfHKLu3aFhIm','','',''), +(922,'wc-completed','EUR','shop_order',0.00000000,60.00000000,0,'annesophiemabi@gmail.com','2025-05-09 19:56:28','2025-05-16 05:55:04',0,'','','','','',''), +(924,'wc-completed','EUR','shop_order',0.00000000,130.00000000,0,'laurentpvcapelo@gmail.com','2025-06-05 07:44:45','2025-06-09 10:59:56',0,'','','cs_live_b1PVvGzhCZzxaRp4uSOYQcsRnC1RuZlyZoFqK0LZJQo2zkoU41vdXerJkw','','',''), +(997,'wc-completed','EUR','shop_order',0.00000000,130.00000000,0,NULL,'2025-06-21 09:54:31','2025-06-28 14:32:24',0,'','','cs_live_b1sjjD9YUm2JJIRUEYnmIQVeqq5HJg4fA08WLC163mheZO7PdHRO2Po4qk','','',''), +(1013,'wc-completed','EUR','shop_order',0.00000000,155.00000000,0,'mia.mueller07@gmail.com','2025-07-14 12:37:48','2025-07-16 08:59:09',0,'','','cs_live_b1rGXdBJzH9twzs4r6WMVuyBsDfN31w9pvSivz4cUCWoaNJaVOkOVQq1ON','','',''), +(1443,'wc-completed','EUR','shop_order',0.00000000,110.00000000,0,'myrthe.meylaerts@gmail.com','2025-09-17 18:11:56','2025-09-23 09:29:46',0,'','','cs_live_b1dZqZWJT6QIwtLXz6zpijqnSbNi7AyJuStnsm0MJcg5wjD0lj21JIT58L','','',''), +(1480,'wc-completed','EUR','shop_order',0.00000000,120.00000000,0,'alexandraboubou2@gmail.com','2025-10-02 04:39:01','2025-10-03 19:49:56',0,'','','cs_live_a1d6tAIVld1UYClogv9eoWtMDgFprofFxy7hFFzPqYYEIRgMNzS5TSVNHu','','',''), +(1486,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'theohuchet@laposte.net','2025-10-10 15:55:22','2025-10-16 11:02:40',0,'','','cs_live_a1FEU0ujTPYMTO7dbmdNn2ns42qUWEdUMrRmp1SpOqAbt1iCyxeW16FoPt','','',''), +(1487,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'theohuchet@laposte.net','2025-10-11 15:06:39','2025-10-16 11:02:19',0,'','','cs_live_a1fbvWNWr3eWEXIZj3pfOYvj8MaJb9B9DEeFK2acqbidq0lPFKr1YWIEcW','','',''), +(1488,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'pauline.duboi96@gmail.com','2025-10-12 14:50:06','2025-10-24 06:59:46',0,'','','cs_live_a1cyRwsxqirnyEQ8iZ9Yp1IGumAj1dM91sUnYSxXzsYbt5XiBmXiQtokHf','','',''), +(1489,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'sofia.balducci99@gmail.com','2025-10-12 21:03:18','2025-10-16 11:01:51',0,'','','cs_live_a1xBKNpPKVffrCrl7tDwQQD3viFuqzwqUAXqMXBLWakGH0ipiOnzHn0IrK','','',''), +(1490,'wc-completed','EUR','shop_order',0.00000000,120.00000000,0,'bram.degieter@telenet.be','2025-10-18 13:34:26','2025-10-24 17:36:03',0,'','','cs_live_a1L9LCv7lSYX1gsY7oQbVrGqJN2AZLyjChZRdRK7ku4oI4EW5vZmxCTaqk','','','The necklace is a gift, so it would be nice that it is wrapped :)'), +(1496,'wc-completed','EUR','shop_order',0.00000000,183.00000000,0,'charlotte.chabin@gmail.com','2025-11-02 19:39:02','2025-11-06 13:50:59',0,'','','cs_live_b1zZOIKIH0LygTv6CVhy3lB7qEvG4ElbmDH5GlOOX1ltN9RGkAEH5JF6tw','','',''), +(1498,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'daphnethomass@hotmail.com','2025-11-03 21:05:37','2025-11-06 13:52:51',0,'','','cs_live_a13EaeLRtyYNbrUEtXGYMgeINXdEG2hMCr9ixQnxZoJwUeawVYRxzqNyoQ','','',''), +(1511,'wc-completed','EUR','shop_order',0.00000000,120.00000000,0,'paulamicel@gmail.com','2025-11-18 08:29:10','2025-11-24 18:30:32',0,'','','cs_live_a1Pm9zC1mhHI7I4LNvZ6yFzcvpvVaIyS7Jkd4JZrIecG1Dkg4z6svhlS2h','','',''), +(1528,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'mapignot@gmail.com','2025-11-20 14:49:47','2025-11-24 18:30:04',0,'','','cs_live_a1hapGkZPSNBAWHRmKKZZFkDl5YhqVgHa3Fzw2eXWTkkAl6sL1Uh6WBTVJ','','',''), +(1529,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'anabela_angeiras@yahoo.fr','2025-11-24 09:50:48','2025-11-27 13:03:07',0,'','','cs_live_a1J504iPrDlASS5uwlconlGf3AVh9Q2dPHiiTrGs0l2dzwAdNj58EGVBvy','','',''), +(1530,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'karen.plasschaert@gmail.com','2025-11-24 17:43:34','2025-11-27 13:01:45',0,'','','cs_live_a1tFACy2vzenqHAewzINizSqm7dHV48jGiw2KUi0Q2BwC6MWX42eMyWgTs','','',''), +(1540,'wc-completed','EUR','shop_order',0.00000000,43.00000000,0,'annaebosson@gmail.com','2025-11-30 21:29:07','2025-12-03 18:55:57',0,'','','cs_live_a1G1fFWG7YCRyRJaM7FujXYcPSWyK9ztjPsLp7h3qR4yLKvGmbuVUhhFc3','','',''), +(1571,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'maroufin.claire@gmail.com','2025-12-02 09:20:29','2025-12-03 18:55:31',0,'','','cs_live_b1k7BygV2uFnEclXsyniRFFpONoaG7UqkmtGMXRmc5gUc0upLUjPMfbP3D','','',''), +(1573,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'penelope.jourdain@gmail.com','2025-12-02 20:47:29','2025-12-03 18:55:00',0,'','','cs_live_a1nDEiC2YJyqQy1PhaDuHkLQt277WyvtIbtOZMfNhEwjO3CugA1NewrUro','','',''), +(1604,'wc-pending','EUR','shop_order',0.00000000,50.00000000,0,'annvanderschrick@telenet.be','2025-12-03 17:43:23','2025-12-03 17:43:23',0,'','','','','',''), +(1605,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'annvanderschrick@telenet.be','2025-12-03 17:44:40','2025-12-10 17:59:08',0,'','','cs_live_a1kJnF7Dh7Koqbvp2pDahVg1ZsS1Ez4rwgq922MzfmtmxET4qqYzaGW72E','','',''), +(1606,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'perso@ronanzeegers.com','2025-12-07 21:49:42','2025-12-10 18:00:51',0,'','','cs_live_a1YqktJANJ3NQrr52Xz3ixm0PItKcfD3wfNjheS5bXdDOl8ih74oMDecJe','','',''), +(1607,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'zafiria.efstratiadi@hotmail.com','2025-12-10 13:39:45','2025-12-10 13:39:45',0,'','','','','',''), +(1608,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'zafiria.efstratiadi@hotmail.com','2025-12-10 15:29:50','2025-12-10 15:29:50',0,'','','','','',''), +(1609,'wc-completed','EUR','shop_order',0.00000000,71.00000000,0,'clement.arnaud1993@gmail.com','2025-12-10 15:54:38','2025-12-10 17:56:08',0,'','','cs_live_a12eIU0AdK7UzdH91l30cOov0hhCDnvqJZWJg1ejjLNP4UCi2hxIPd6ac5','','',''), +(1610,'wc-refunded','EUR','shop_order',0.00000000,80.00000000,0,'g.maincent@gmail.com','2025-12-11 15:25:35','2026-01-14 20:45:29',0,'','','cs_live_a1fvsx0OUZLAoa0tWNcLbyvWDZoLW7geHGcrzJNrb1pnteQeV2QNHSmaEN','','',''), +(1611,'wc-pending','EUR','shop_order',0.00000000,48.00000000,0,'louispoitevin31@gmail.com','2025-12-14 08:05:42','2025-12-14 08:05:42',0,'','','','','',''), +(1612,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'laura.folli@laposte.net','2025-12-14 15:18:16','2025-12-14 15:19:46',0,'','','cs_live_a1dc48l5VnaIPc5dBDwhXAf0WJ5ZkY569mkcUVLj5Fk0tSq7VIzyaRQrbX','','',''), +(1615,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'thomasmetivier@gmail.com','2025-12-15 22:27:22','2025-12-15 22:27:22',0,'','','','','',''), +(1616,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'thomasmetivier@gmail.com','2025-12-15 22:43:29','2025-12-15 22:43:29',0,'','','','','',''), +(1617,'wc-refunded','EUR','shop_order',0.00000000,125.00000000,0,'thomasmetivier@gmail.com','2025-12-15 22:45:37','2025-12-17 06:51:34',0,'','','cs_live_a1qVP8cfEza2h4MEHXNE1DziPqCBPVN0UwJVPYRUCO3ZZazuafUnxYa9iQ','','',''), +(1618,'wc-completed','EUR','shop_order_refund',0.00000000,-125.00000000,NULL,NULL,'2025-12-17 06:51:16','2025-12-17 06:51:16',1617,NULL,NULL,NULL,NULL,NULL,NULL), +(1628,'wc-pending','EUR','shop_order',0.00000000,50.00000000,0,'kleptaschwarz@gmail.com','2025-12-18 22:39:56','2025-12-18 22:39:56',0,'','','','','',''), +(1629,'wc-pending','EUR','shop_order',0.00000000,50.00000000,0,'kleptaschwarz@gmail.com','2025-12-18 22:40:36','2025-12-18 22:40:36',0,'','','','','',''), +(1630,'wc-pending','EUR','shop_order',0.00000000,75.00000000,0,'lou.roberfroid@gmail.com','2025-12-21 20:44:25','2025-12-21 20:44:25',0,'','','','','',''), +(1643,'wc-completed','EUR','shop_order',0.00000000,195.00000000,0,'marielaure.gressin@free.fr','2026-01-13 15:58:24','2026-01-17 07:14:47',0,'','','cs_live_b12gj4XEEAbMYroEOPOq8CqyDiQ1dwSNBYAZoOWjjSvq1ORZtYl4W1MbYl','','',''), +(1644,'wc-pending','EUR','shop_order',0.00000000,175.00000000,0,'laurechaslin@gmail.com','2026-01-13 16:01:21','2026-01-13 16:01:21',0,'','','','','',''), +(1645,'wc-completed','EUR','shop_order',0.00000000,175.00000000,0,'laurechaslin@gmail.com','2026-01-13 16:03:07','2026-01-17 07:14:19',0,'','','cs_live_b1TYFxwi4DBNtURYmNjJLpvME8qcqmmLcsMlek96gMVQTOqCaYDwXyzw56','','','Comme vu par mail, pourrais-tu rajouter dans la commande la petite chaîne et la boucle qui vont sur le bas du collier Fuyou ? En argenté. Merciii'), +(1646,'wc-completed','EUR','shop_order_refund',0.00000000,-80.00000000,NULL,NULL,'2026-01-14 20:45:29','2026-01-14 20:45:29',1610,NULL,NULL,NULL,NULL,NULL,NULL), +(1647,'wc-completed','EUR','shop_order',0.00000000,48.00000000,0,'lunacornet@icloud.com','2026-02-01 20:14:25','2026-02-11 08:59:12',0,'','','cs_live_a170HmKu7PK2eBrbx3mirAluoh0W7iWzgo3HEq7KKE6zOB5JXdvUELGMIH','','',''), +(1649,'wc-completed','EUR','shop_order',0.00000000,90.00000000,0,'karlyne.malonga@gmail.com','2026-02-05 19:10:25','2026-02-11 08:58:48',0,'','','cs_live_a1lAVt8A3st7ZZKs5AjIEclmkQahYiEc9vCusk5V60IFI3ARb974kfMpGI','','',''), +(1656,'wc-completed','EUR','shop_order',0.00000000,100.00000000,0,'louise.mongeau@gmail.com','2026-02-11 18:47:27','2026-02-11 18:50:17',0,'','','cs_live_a1Y78vDL0hnBUcBwjQuebxIF6nfLdEmdz9p7n1qvSAUcgKEHzIv7EWMIVf','','',''), +(1658,'wc-completed','EUR','shop_order',0.00000000,85.00000000,0,'samira.maalmi@proton.me','2026-02-16 15:38:24','2026-02-27 19:49:28',0,'','','cs_live_a156BtrCZrpdOa0wgaUD69YlLgfecu6JIbwYPfJRJ8srKxHdDxVm5YxPnk','','',''), +(1659,'wc-pending','EUR','shop_order',0.00000000,125.00000000,0,'zafiria.efstratiadi@hotmail.com','2026-02-16 15:57:03','2026-02-16 15:57:03',0,'','','','','',''), +(1660,'wc-pending','EUR','shop_order',0.00000000,170.00000000,0,'noellemstarliper@gmail.com','2026-02-25 21:15:31','2026-02-25 21:15:31',0,'','','','','',''), +(1661,'wc-pending','EUR','shop_order',0.00000000,130.00000000,0,'noellemstarliper@gmail.com','2026-02-25 21:19:14','2026-02-25 21:19:14',0,'','','','','',''), +(1668,'wc-pending','EUR','shop_order',0.00000000,55.00000000,0,'steph_vandoo@hotmail.com','2026-03-06 11:16:35','2026-03-06 11:16:35',0,'','','','','',''), +(1669,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'steph_vandoo@hotmail.com','2026-03-06 11:17:23','2026-03-13 08:15:51',0,'','','cs_live_a1VLeSUtem88dxO6uu83MMk8os16zJfEHel3fxhg32SarhzN1ik7NbQx5U','','',''), +(1670,'wc-completed','EUR','shop_order',0.00000000,95.00000000,0,'z.martin.zephyr@gmail.com','2026-03-07 16:40:02','2026-03-13 08:15:29',0,'','','cs_live_a1be4UPpEzzorc8FkoEZ6T6Hgt9yhm9e0SoKdlWSvk0aAkSuzb6Donk2SV','','',''), +(1671,'wc-pending','EUR','shop_order',0.00000000,90.00000000,0,'mariot.anais@gmail.com','2026-03-08 13:10:27','2026-03-08 13:10:27',0,'','','','','','Bonjour ! \nSerait-il possible de l’avoir en 49 plutôt, s’il vous plaît ?\nAnaïs :)'), +(1672,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'al.terrade@gmail.com','2026-03-09 18:09:15','2026-03-09 18:10:02',0,'','','cs_live_a1HyyjDihYcj41yu2rPbdixPL6dW028CnPHLIvKgbdPoGit1uedElkv41g','','',''), +(1697,'wc-completed','EUR','shop_order',0.00000000,55.00000000,0,'btsira@gmail.com','2026-04-02 09:45:50','2026-04-04 05:13:48',0,'','','cs_live_a1XXuwbGwD2hdIGMQgR5yxF9l4h6u1rvc71xrlHV00PzHV2K8av9Vda6vO','','',''), +(1698,'wc-completed','EUR','shop_order',0.00000000,50.00000000,0,'zafiria.efstratiadi@hotmail.com','2026-04-03 21:36:58','2026-04-07 08:42:23',0,'','','cs_live_a1Z68MTQIfoi05b03hUjrZNHf9mAdOvMTmaKZOATLj3yRCwjKZVXdfRvBN','','',''), +(1702,'wc-pending','EUR','shop_order',0.00000000,170.00000000,0,'constancevillain22@gmail.com','2026-04-12 13:55:27','2026-04-12 13:55:27',0,'','','','','',''), +(1857,'wc-completed','EUR','shop_order',0.00000000,75.00000000,0,'mattijsquartier@live.nl','2026-04-27 23:02:04','2026-04-29 09:18:27',0,'','','cs_live_a1Z2Xk9xnCcMLubCoFoXdX6wSTzTCYHO39kCeLWG4S2AeYFVTDPjZ7PB4K','','',''); +/*!40000 ALTER TABLE `haikuwp_wc_orders` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_orders_meta` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_orders_meta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_orders_meta` ( + `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_id` bigint(20) unsigned DEFAULT NULL, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` text DEFAULT NULL, + PRIMARY KEY (`id`), + KEY `meta_key_value` (`meta_key`(100),`meta_value`(82)), + KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`(100),`meta_value`(82)) +) ENGINE=InnoDB AUTO_INCREMENT=785 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_orders_meta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_orders_meta` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_orders_meta` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_orders_meta` VALUES +(192,862,'_billing_address_index','Roberto Ruggeri NW Groupe 31 avenue bosquet Paris 75007 FR sofia.balducci99@gmail.com +393470972182'), +(193,862,'_shipping_address_index','Roberto Ruggeri NW Groupe 31 avenue bosquet Paris 75007 FR +393470972182'), +(204,862,'_edit_lock','1733301301:1'), +(212,866,'_billing_address_index','Claudia Van Vynckt - WIPLAW 279, avenue louise Bruxelles 1050 BE claudia.vanvynckt@hotmail.fr 0478183560'), +(213,866,'_shipping_address_index','Claudia Van Vynckt - WIPLAW 279, avenue louise Bruxelles 1050 BE 0478183560'), +(216,868,'_billing_address_index','Lucie Leiner Vijversdreef 10 Linkebeek 1630 BE lucie.leiner@gmail.com +32489578514'), +(217,868,'_shipping_address_index','Lucie Leiner Vijversdreef 10 Linkebeek 1630 BE +32489578514'), +(218,866,'_edit_lock','1732990774:1'), +(219,868,'_edit_lock','1741777158:1'), +(220,869,'_billing_address_index','Claire Maroufin 26 avenue Eugène Thomas Le Kremlin Bicetre 94270 FR maroufin.claire@gmail.com +33681223295'), +(221,869,'_shipping_address_index','Claire Maroufin 26 avenue Eugène Thomas Le Kremlin Bicetre 94270 FR +33681223295'), +(224,871,'_billing_address_index','Violette Cubier 5 rue Andre Gide Chatillon 92320 FR v.cubier@gmail.com 0616154243'), +(225,871,'_shipping_address_index','Violette Cubier 5 rue Andre Gide Chatillon 92320 FR 0616154243'), +(226,871,'_edit_lock','1733427652:1'), +(227,872,'_billing_address_index','Elise Colson Rue des grands champs 119 Saint-Nicolas Liège 4420 BE choploone@gmail.com 0498508266'), +(228,872,'_shipping_address_index','Elise Colson Rue des grands champs 119 Saint-Nicolas Liège 4420 BE 0498508266'), +(229,872,'_edit_lock','1733769475:1'), +(230,873,'_billing_address_index','Maren Sigge Av. G. E. Lebon, 24, BP 3 Auderghem Belgium 1160 BE maren.sigge@gmail.com +32489439874'), +(231,873,'_shipping_address_index','Viviane Antoine Chaussée de Givet 33 Mariembourg Belgium 5660 BE +32489439874'), +(232,869,'_edit_lock','1734160497:1'), +(233,873,'_edit_lock','1733386487:1'), +(243,878,'_billing_address_index','Perrine Vincent Rue de la Basse-Sambre 8 Floreffe Namur 5150 BE perrinevincent90@gmail.com 00 32 472 24 97 14'), +(244,878,'_shipping_address_index','Perrine Vincent Rue de la Basse-Sambre 8 Floreffe Namur 5150 BE 00 32 472 24 97 14'), +(245,879,'_billing_address_index','Julien Martial Rue François Gay, 225 Woluwe St Pierre 1150 BE julien.martial@hotmail.com 0472585911'), +(246,879,'_shipping_address_index','Julien Martial Rue François Gay, 225 Woluwe St Pierre 1150 BE 0472585911'), +(247,879,'_edit_lock','1734041227:1'), +(248,880,'_billing_address_index','christine Saquet Bossu 33 rue du Colonel du Halgouêt Renac 35660 FR c.saquetbossu@orange.fr 0685532210'), +(249,880,'_shipping_address_index','christine Saquet Bossu 33 rue du Colonel du Halgouêt Renac 35660 FR 0685532210'), +(250,879,'tracking_number','10622472'), +(251,878,'_edit_lock','1734256732:1'), +(252,878,'tracking_number','10622471'), +(253,881,'_billing_address_index','Nathalie Chabin chemin de Rossy 1, 1 Rueyres - Suisse 1046 CH lili.chabin@gmail.com +41786229221'), +(254,881,'_shipping_address_index','Nathalie Chabin chemin de Rossy 1, 1 Rueyres - Suisse 1046 CH +41786229221'), +(255,881,'_edit_lock','1734817565:1'), +(266,880,'_edit_lock','1740486386:1'), +(267,884,'_billing_address_index','Veronique Marchand 5 bis impasse de la Noue AUXERRE 89000 FR vsmarchand24@gmail.com +33612102273'), +(268,884,'_shipping_address_index','Veronique Marchand 5 bis impasse de la Noue AUXERRE 89000 FR +33612102273'), +(270,880,'tracking_number','10727218'), +(271,884,'_edit_lock','1738615854:1'), +(272,885,'_billing_address_index','Antoine Deroisy 389 chaussée de waterloo Bruxelles 1050 BE antoine.der92@gmail.com 0474183450'), +(273,885,'_shipping_address_index','Antoine Deroisy 389 chaussée de waterloo Bruxelles 1050 BE 0474183450'), +(274,884,'tracking_number','10776780'), +(275,881,'tracking_number',''), +(276,886,'_billing_address_index','Ella Richard 44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France Le Pre Saint Gervais 93310 FR ella_cherry@hotmail.fr 06 77 32 66 50'), +(277,886,'_shipping_address_index','Ella Richard 44 Rue Gutenberg, 93310 Le Pre Saint Gervais, France Le Pre Saint Gervais 93310 FR 06 77 32 66 50'), +(278,886,'_edit_lock','1734542336:1'), +(279,887,'_billing_address_index','Elsa Dumontel 29 Route Des Chenes Arpajon Sur Cere France 15130 FR elsa.dumontel@gmail.com 0642985078'), +(280,887,'_shipping_address_index','Elsa Dumontel 29 Route Des Chenes Arpajon Sur Cere France 15130 FR 0642985078'), +(281,886,'tracking_number','10831148'), +(282,885,'_edit_lock','1734545250:1'), +(283,885,'tracking_number',''), +(284,887,'_edit_lock','1736762840:1'), +(285,888,'_billing_address_index','Nathalie Chabin chemin de Rossy 1 Rueyres - Suisse vaud 1046 CH lili.chabin@gmail.com +41786229221'), +(286,888,'_shipping_address_index','Nathalie Chabin chemin de Rossy 1 Rueyres - Suisse vaud 1046 CH +41786229221'), +(287,888,'_edit_lock','1735490132:1'), +(288,888,'tracking_number','RN600242900BE'), +(289,889,'_billing_address_index','Magali Jacob 1 Rue du Limousin Hœnheim 67800 FR melian.jacob@free.fr 0670745455'), +(290,889,'_shipping_address_index','Magali Jacob 1 Rue du Limousin Hœnheim 67800 FR 0670745455'), +(291,889,'_edit_lock','1735646345:1'), +(292,890,'_refund_amount','12.00'), +(293,890,'_refunded_by','1'), +(294,890,'_refunded_payment',''), +(295,890,'_refund_reason','Free shipping'), +(296,891,'_refund_amount','100.00'), +(297,891,'_refunded_by','1'), +(298,891,'_refunded_payment',''), +(299,891,'_refund_reason',''), +(302,889,'tracking_number','10996113'), +(303,887,'tracking_number','10851363'), +(306,894,'_billing_address_index','Margot BRISOUX 13 rue Camille Desmoulins Paris 75011 FR margot.brisoux@hotmail.fr 0679481991'), +(307,894,'_shipping_address_index','Margot BRISOUX 13 rue Camille Desmoulins Paris 75011 FR 0679481991'), +(308,894,'_edit_lock','1767793895:1'), +(309,894,'tracking_number','11114755'), +(310,895,'_billing_address_index','Marine TIBERI 50 rue Jules Clarétie Toulouse 31400 FR tiberi.marine@gmail.com +33602079136'), +(311,895,'_shipping_address_index','Marine TIBERI 50 rue Jules Clarétie Toulouse 31400 FR +33602079136'), +(312,895,'_edit_lock','1767793874:1'), +(313,895,'tracking_number','11206531'), +(314,896,'_refund_amount','95.00'), +(315,896,'_refunded_by','1'), +(316,896,'_refunded_payment',''), +(317,896,'_refund_reason',''), +(318,897,'_billing_address_index','Alice Tabernat 88 boulevard Aristide Briand Montreuil 93100 FR alicetabernat@yahoo.fr 0770426206'), +(319,897,'_shipping_address_index','Alice Tabernat 88 boulevard Aristide Briand Montreuil 93100 FR 0770426206'), +(322,899,'_billing_address_index','Aïn-Establet Manon 140, boulevard de Menilmontant Paris 75020 FR manon.ainest@gmail.com 0612109541'), +(323,899,'_shipping_address_index','Aïn-Establet Manon 140, boulevard de Menilmontant Paris 75020 FR 0612109541'), +(324,897,'_edit_lock','1767793855:1'), +(325,899,'_edit_lock','1767793835:1'), +(326,897,'tracking_number','11516644'), +(327,899,'tracking_number','11516643'), +(330,901,'_billing_address_index','Owen Andrew O\'Neill Rue Bosquet, 25 Saint-Gilles Brussel 1060 BE owenoneill2727@gmail.com +353852179564'), +(331,901,'_shipping_address_index','Owen Andrew O\'Neill Rue Bosquet, 25 Saint-Gilles Brussel 1060 BE +353852179564'), +(332,901,'_edit_lock','1740762785:1'), +(335,903,'_billing_address_index','Julie Soulie 17/19 rue de l\'Atlas Paris Ile de France 75019 FR julie.soulie96@yahoo.fr 0643105822'), +(336,903,'_shipping_address_index','Julie Soulie 17/19 rue de l\'Atlas Paris Ile de France 75019 FR 0643105822'), +(337,903,'_edit_lock','1767793820:1'), +(338,903,'tracking_number','11864885'), +(341,905,'_billing_address_index','Amélie Graux 15 rue du Capitaine Ferber Paris 75020 FR amelie.grx@gmail.com 0667102260'), +(342,905,'_shipping_address_index','Amélie Graux 15 rue du Capitaine Ferber Paris 75020 FR 0667102260'), +(343,906,'_billing_address_index','Charles Stoop Rue Edouard Olivier 27 Watermael-Boitsfort Bruxelles 1170 BE charles.stoop@gmail.com 0493566360'), +(344,906,'_shipping_address_index','Charles Stoop Rue Edouard Olivier 27 Watermael-Boitsfort Bruxelles 1170 BE 0493566360'), +(345,907,'_billing_address_index','Raphael Kuder 140 boulevard de Ménilmontant Paris IDF 75020 FR raphael.kuderpro@gmail.com 0783260894'), +(346,907,'_shipping_address_index','Raphael Kuder 140 boulevard de Ménilmontant Paris IDF 75020 FR 0783260894'), +(347,905,'_edit_lock','1767793812:1'), +(348,905,'tracking_number','11941129'), +(349,906,'_edit_lock','1767793806:1'), +(350,906,'tracking_number','11941130'), +(351,907,'_edit_lock','1767793792:1'), +(352,907,'tracking_number','12069441'), +(353,908,'_billing_address_index','Eve marie REDOUIN 3 Rue des Hortensias Villebon-sur-Yvette 91140 FR evemarie.redouin@gmail.com 0642769155'), +(354,908,'_shipping_address_index','Eve marie REDOUIN 3 Rue des Hortensias Villebon-sur-Yvette 91140 FR 0642769155'), +(355,908,'_edit_lock','1767793785:1'), +(356,908,'tracking_number','12337845'), +(359,910,'_billing_address_index','Arnau Oliver Antich Rue du Mont-Blanc 57, R.D.C. Saint-Gilles Belgium 1060 BE isoliverantich1@gmail.com +34 648761712'), +(360,910,'_shipping_address_index','Arnau Oliver Antich Rue du Mont-Blanc 57, R.D.C. Saint-Gilles Belgium 1060 BE +34 648761712'), +(363,912,'_billing_address_index','Jérôme Laurent 5 place de la république BRIENNE LE CHATEAU Aube 10500 FR crack_one@hotmail.fr +33695854956'), +(364,912,'_shipping_address_index','Jérôme Laurent 5 place de la république BRIENNE LE CHATEAU Aube 10500 FR +33695854956'), +(369,921,'_billing_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR annesophiemabi@gmail.com +33678454888'), +(370,921,'_shipping_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR +33678454888'), +(371,922,'_billing_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR annesophiemabi@gmail.com +33678454888'), +(372,922,'_shipping_address_index','Anne sophie Mabi 4 rue des tulipiers Rosny sous bois 93110 FR +33678454888'), +(373,910,'_edit_lock','1767793778:1'), +(374,910,'tracking_number',''), +(375,921,'_edit_lock','1767793771:1'), +(376,912,'_edit_lock','1767793759:1'), +(377,912,'tracking_number','12910308'), +(378,921,'tracking_number','12910309'), +(381,924,'_billing_address_index','Laurent CAPELO 24 Avenue Bourgain Issy-les-Moulineaux 92130 FR laurentpvcapelo@gmail.com +33646234205'), +(382,924,'_shipping_address_index','Laurent CAPELO 24 Avenue Bourgain Issy-les-Moulineaux 92130 FR +33646234205'), +(383,924,'_edit_lock','1767793742:1'), +(384,924,'tracking_number','13228029'), +(387,997,'_billing_address_index',' '), +(388,997,'_shipping_address_index',' '), +(389,997,'_edit_lock','1767793719:1'), +(417,997,'tracking_number','13488164'), +(420,1013,'_billing_address_index','Mia Mueller Chaussee de Vleurgat 172 Brussels 1000 BE mia.mueller07@gmail.com 0474470271'), +(421,1013,'_shipping_address_index','Mia Mueller Chaussee de Vleurgat 172 Brussels 1000 BE 0474470271'), +(422,1013,'_edit_lock','1767793699:1'), +(423,1013,'tracking_number','13721043'), +(513,1443,'_billing_address_index','Myrthe Meylaerts Demosthenesstraat 242 Anderlecht 1070 BE myrthe.meylaerts@gmail.com 0499089766'), +(514,1443,'_shipping_address_index','Myrthe Meylaerts Demosthenesstraat 242 Anderlecht 1070 BE 0499089766'), +(515,1443,'_edit_lock','1767793679:1'), +(516,1443,'tracking_number','14584108'), +(517,1480,'_billing_address_index','Alexandra Maillot 26 rue de Stalingrad Sartrouville 78500 FR alexandraboubou2@gmail.com 0663463354'), +(518,1480,'_shipping_address_index','Alexandra Maillot 26 rue de Stalingrad Sartrouville 78500 FR 0663463354'), +(519,1480,'_edit_lock','1767793648:1'), +(520,1480,'tracking_number','14744669'), +(521,1486,'_billing_address_index','Théo Huchet 58 Rue Châtelaine Laon 02000 FR theohuchet@laposte.net +33628751554'), +(522,1486,'_shipping_address_index','Théo Huchet 58 Rue Châtelaine Laon 02000 FR +33628751554'), +(523,1487,'_billing_address_index','Théo Huchet 58 rue châtelaine Laon 02000 FR theohuchet@laposte.net 0628751554'), +(524,1487,'_shipping_address_index','Théo Huchet 58 rue châtelaine Laon 02000 FR 0628751554'), +(525,1488,'_billing_address_index','Pauline Dubois Rue Maurice Wilmotte, 25 Saint-Gilles Brussel-Hoofdstad 1060 BE pauline.duboi96@gmail.com +32473119568'), +(526,1488,'_shipping_address_index','Pauline Dubois Rue Maurice Wilmotte, 25 Saint-Gilles Brussel-Hoofdstad 1060 BE +32473119568'), +(527,1489,'_billing_address_index','Sofia Balducci 156 Rue de l’Université (MAIF) Paris 75007 FR sofia.balducci99@gmail.com +393470972182'), +(528,1489,'_shipping_address_index','Sofia Balducci 156 Rue de l’Université (MAIF) Paris 75007 FR +393470972182'), +(529,1486,'_edit_lock','1760612561:1'), +(530,1487,'_edit_lock','1767793641:1'), +(531,1488,'_edit_lock','1767793627:1'), +(532,1489,'_edit_lock','1767793633:1'), +(533,1489,'tracking_number','14913747'), +(534,1487,'tracking_number','14913746'), +(535,1486,'tracking_number','14913746'), +(536,1490,'_billing_address_index','Bram De Gieter Gasmeterlaan 44 Gent Oost-Vlaanderen 9000 BE bram.degieter@telenet.be 0474177921'), +(537,1490,'_shipping_address_index','Bram De Gieter Gasmeterlaan 44 Gent Oost-Vlaanderen 9000 BE 0474177921'), +(538,1488,'tracking_number',''), +(539,1490,'_edit_lock','1767793603:1'), +(540,1490,'tracking_number','323255091208881000'), +(541,1496,'_billing_address_index','Charlotte Chabin Chemin de Pierrefleur 88 Lausanne 1004 CH charlotte.chabin@gmail.com +41799475008'), +(542,1496,'_shipping_address_index','Charlotte Chabin Chemin de Pierrefleur 88 Lausanne 1004 CH +41799475008'), +(543,890,'_refund_type','full'), +(544,891,'_refund_type','full'), +(545,896,'_refund_type','full'), +(546,1496,'_edit_lock','1767793586:1'), +(547,1498,'_billing_address_index','Daphné Thomas 4 Impasse Charles Fourier Oullins 69600 FR daphnethomass@hotmail.com +33603264984'), +(548,1498,'_shipping_address_index','Daphné Thomas 4 Impasse Charles Fourier Oullins 69600 FR +33603264984'), +(557,1498,'_edit_lock','1767793563:1'), +(558,1496,'tracking_number','2110500310000518'), +(559,1498,'tracking_number','15226074'), +(560,1511,'_billing_address_index','Paul AMICEL 1 rue Saint-Alphonse Rennes 35000 FR paulamicel@gmail.com 0618192731'), +(561,1511,'_shipping_address_index','Paul AMICEL 1 rue Saint-Alphonse Rennes 35000 FR 0618192731'), +(562,1528,'_billing_address_index','marianne pignot 12 Villa De La Seigneurie Montreuil 93100 FR mapignot@gmail.com 0660688244'), +(563,1528,'_shipping_address_index','marianne pignot 12 Villa De La Seigneurie Montreuil 93100 FR 0660688244'), +(564,1511,'_edit_lock','1767793556:1'), +(565,1529,'_billing_address_index','Anabela Angeiras Rue du brocsous 66 Chaumont Gistoux 1325 BE anabela_angeiras@yahoo.fr 0032477286532'), +(566,1529,'_shipping_address_index','Anabela Angeiras Rue du brocsous 66 Chaumont Gistoux 1325 BE 0032477286532'), +(567,1528,'_edit_lock','1768476497:1'), +(568,1529,'_edit_lock','1767793517:1'), +(569,1530,'_billing_address_index','Karen Plasschaert Berlaarbaan 102 Bonheiden (regio) 2820 BE karen.plasschaert@gmail.com +32473534936'), +(570,1530,'_shipping_address_index','Karen Plasschaert Berlaarbaan 102 Bonheiden (regio) 2820 BE +32473534936'), +(571,1528,'tracking_number','REL24RT05BEFR'), +(572,1511,'tracking_number','REL24RT05BEFR'), +(573,1530,'_edit_lock','1767793507:1'), +(574,1530,'tracking_number','323255093128441000'), +(575,1529,'tracking_number','323255093128431006'), +(576,1540,'_billing_address_index','Annaé Bosson 1 rue de la cour des noues Paris 75020 FR annaebosson@gmail.com +33646032641'), +(577,1540,'_shipping_address_index','Annaé Bosson 1 rue de la cour des noues Paris 75020 FR +33646032641'), +(578,1571,'_billing_address_index','CLAIRE MAROUFIN 26 avenue Eugene Thomas Le Kremlin-Bicêtre 94270 FR maroufin.claire@gmail.com +33681223295'), +(579,1571,'_shipping_address_index','CLAIRE MAROUFIN 26 avenue Eugene Thomas Le Kremlin-Bicêtre 94270 FR +33681223295'), +(582,1573,'_billing_address_index','Penelope Jourdain 42 rue Jacques Kablé Nogent sur Marne Île de France 94130 FR penelope.jourdain@gmail.com 0687878933'), +(583,1573,'_shipping_address_index','Penelope Jourdain 42 rue Jacques Kablé Nogent sur Marne Île de France 94130 FR 0687878933'), +(624,1540,'_edit_lock','1767793496:1'), +(625,1571,'_edit_lock','1767793485:1'), +(626,1573,'_edit_lock','1767793464:1'), +(627,1604,'_billing_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek 1701 BE annvanderschrick@telenet.be +32475737595'), +(628,1604,'_shipping_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek 1701 BE +32475737595'), +(629,1605,'_billing_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek vlaams brabant 1701 BE annvanderschrick@telenet.be +32475737595'), +(630,1605,'_shipping_address_index','Rosa Bamelis Plankenstraat 123 Itterbeek vlaams brabant 1701 BE +32475737595'), +(631,1573,'tracking_number','REL24RT05BEFR'), +(632,1571,'tracking_number','REL24RT05BEFR'), +(633,1540,'tracking_number','REL24RT05BEFR'), +(634,1605,'_edit_lock','1767793459:1'), +(635,1606,'_billing_address_index','Ronan Zeegers (Dside) Avenue Léonard Mommaerts 24 Evere 1140 BE perso@ronanzeegers.com +32473452043'), +(636,1606,'_shipping_address_index','Ronan Zeegers (Dside) Avenue Léonard Mommaerts 24 Evere 1140 BE +32473452043'), +(637,1607,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(638,1607,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE 0474918430'), +(639,1608,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(640,1608,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445 Bruxelles Bruxelles 1080 BE 0474918430'), +(641,1609,'_billing_address_index','CLEMENT ARNAUD neubramowstrabe 17 rostock 18057 DE clement.arnaud1993@gmail.com +49679883271'), +(642,1609,'_shipping_address_index','CLEMENT ARNAUD neubramowstrabe 17 rostock 18057 DE +49679883271'), +(643,1609,'_edit_lock','1767793417:1'), +(644,1609,'tracking_number','15855758'), +(645,1606,'_edit_lock','1767793425:1'), +(646,1605,'tracking_number','323255093980891004'), +(647,1606,'tracking_number','323255093980881002'), +(648,1607,'_edit_lock','1765392806:1'), +(649,1610,'_billing_address_index','Géraldine Maincent 3 place Cécile Brunschvicg Pantin 93500 FR g.maincent@gmail.com +33664976050'), +(650,1610,'_shipping_address_index','Géraldine Maincent 3 place Cécile Brunschvicg Pantin 93500 FR +33664976050'), +(651,1611,'_billing_address_index','Louis Poitevin 12 Rue des Lavoirs Lanester 56600 FR louispoitevin31@gmail.com 0777845512'), +(652,1611,'_shipping_address_index','Louis Poitevin 12 Rue des Lavoirs Lanester 56600 FR 0777845512'), +(653,1612,'_billing_address_index','Laura FOLLI 23 Rue Philippe de Lassalle Lyon 69004 FR laura.folli@laposte.net +33674370813'), +(654,1612,'_shipping_address_index','Laura FOLLI 23 Rue Philippe de Lassalle Lyon 69004 FR +33674370813'), +(655,1612,'_edit_lock','1767793390:1'), +(656,1610,'_edit_lock','1768423531:1'), +(659,1615,'_billing_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR thomasmetivier@gmail.com +33768133255'), +(660,1615,'_shipping_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR +33768133255'), +(661,1616,'_billing_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR thomasmetivier@gmail.com +33768133255'), +(662,1616,'_shipping_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR +33768133255'), +(663,1617,'_billing_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR thomasmetivier@gmail.com +33768133255'), +(664,1617,'_shipping_address_index','Thomas MEtivier 78 Rue De La Jarry Vincennes 94300 FR +33768133255'), +(665,1617,'_edit_lock','1765954305:1'), +(666,1618,'_refund_amount','125.00'), +(667,1618,'_refunded_by','1'), +(668,1618,'_refunded_payment',''), +(669,1618,'_refund_reason',''), +(670,1618,'_refund_type','full'), +(671,1617,'tracking_number',''), +(672,1628,'_billing_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR kleptaschwarz@gmail.com +33616138481'), +(673,1628,'_shipping_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR +33616138481'), +(674,1629,'_billing_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR kleptaschwarz@gmail.com +33616138481'), +(675,1629,'_shipping_address_index','Klëpta FANTOZZI 13 rue Hénon Lyon 69004 FR +33616138481'), +(676,1630,'_billing_address_index','Louise Roberfroid Rue Jean Robie Bruxelles 1060 BE lou.roberfroid@gmail.com 0496903459'), +(677,1630,'_shipping_address_index','Louise Roberfroid Rue Jean Robie Bruxelles 1060 BE 0496903459'), +(718,1608,'_edit_lock','1767793411:1'), +(719,922,'_edit_lock','1767793750:1'), +(720,1643,'_billing_address_index','Marielaure Gressin 9 Chemin Lou Valadet Greasque 13850 FR marielaure.gressin@free.fr 0670153153'), +(721,1643,'_shipping_address_index','Marielaure Gressin 9 Chemin Lou Valadet Greasque 13850 FR 0670153153'), +(722,1644,'_billing_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR laurechaslin@gmail.com +33689717962'), +(723,1644,'_shipping_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR +33689717962'), +(724,1645,'_billing_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR laurechaslin@gmail.com +33689717962'), +(725,1645,'_shipping_address_index','Laure Chaslin 145 rue du Mont-Cenis Paris 75018 FR +33689717962'), +(726,1610,'tracking_number',''), +(727,1646,'_refund_amount','80'), +(728,1646,'_refunded_by','1'), +(729,1646,'_refunded_payment',''), +(730,1646,'_refund_reason','Order fully refunded.'), +(731,1646,'_refund_type','full'), +(732,1643,'_edit_lock','1769003481:1'), +(733,1645,'_edit_lock','1768634061:1'), +(734,1645,'tracking_number','16527421'), +(735,1643,'tracking_number','16527420'), +(736,1647,'_billing_address_index','Luna Cornet Rue Edith Cavell Uccle 1180 BE lunacornet@icloud.com 0471760867'), +(737,1647,'_shipping_address_index','Luna Cornet Rue Edith Cavell Uccle 1180 BE 0471760867'), +(738,1649,'_billing_address_index','Karlyne Malonga 69 Rue D’Inkermann RENNES Bretagne 35000 FR karlyne.malonga@gmail.com 06 0703 3147'), +(739,1649,'_shipping_address_index','Karlyne Malonga 69 Rue D’Inkermann RENNES Bretagne 35000 FR 06 0703 3147'), +(740,1647,'_edit_lock','1771926565:1'), +(741,1649,'_edit_lock','1770802544:1'), +(742,1649,'tracking_number','16935777'), +(743,1647,'tracking_number','16935776'), +(744,1656,'_billing_address_index','Louise Mongeau 159 rue Antoine Breart Saint-Gilles 1060 BE louise.mongeau@gmail.com +32485283177'), +(745,1656,'_shipping_address_index','Louise Mongeau 159 rue Antoine Breart Saint-Gilles 1060 BE +32485283177'), +(746,1658,'_billing_address_index','Samira Maalmi 5 rue Denis Couturier Montreuil 93100 FR samira.maalmi@proton.me 0626282738'), +(747,1658,'_shipping_address_index','Samira Maalmi 5 rue Denis Couturier Montreuil 93100 FR 0626282738'), +(748,1659,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boîte 6 Bruxelles Molenbeek-Saint-Jean 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(749,1659,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boîte 6 Bruxelles Molenbeek-Saint-Jean 1080 BE 0474918430'), +(750,1658,'_edit_lock','1774882894:1'), +(751,1660,'_billing_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013bd NL noellemstarliper@gmail.com 0638446442'), +(752,1660,'_shipping_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013bd NL 0638446442'), +(753,1661,'_billing_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013 BD NL noellemstarliper@gmail.com 0638446442'), +(754,1661,'_shipping_address_index','Noelle Starliper Haparandaweg 218 Amsterdam 1013 BD NL 0638446442'), +(755,1658,'tracking_number','17150646'), +(756,1668,'_billing_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE steph_vandoo@hotmail.com 0032479603633'), +(757,1668,'_shipping_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE 0032479603633'), +(758,1669,'_billing_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE steph_vandoo@hotmail.com 0479603633'), +(759,1669,'_shipping_address_index','Stéphanie Van Doosselaere Quai Mativa, 21 Liège liège 4020 BE 0479603633'), +(760,1670,'_billing_address_index','Zéphyr MARTIN 120 rue de brément Noisy Le Sec Seine St denis 93130 FR z.martin.zephyr@gmail.com +33687358739'), +(761,1670,'_shipping_address_index','Zéphyr MARTIN 120 rue de brément Noisy Le Sec Seine St denis 93130 FR +33687358739'), +(762,1671,'_billing_address_index','Anaïs Mariot 150 rue Roger François Maisons-Alfort 94700 FR mariot.anais@gmail.com +33614423158'), +(763,1671,'_shipping_address_index','Anaïs Mariot 150 rue Roger François Maisons-Alfort 94700 FR +33614423158'), +(764,1672,'_billing_address_index','Anne-Laure Terrade Rue de Theux 63 Ixelles 1050 BE al.terrade@gmail.com +33659425266'), +(765,1672,'_shipping_address_index','Anne-Laure Terrade Rue de Theux 63 Ixelles 1050 BE +33659425266'), +(766,1669,'_edit_lock','1775200154:1'), +(767,1670,'_edit_lock','1773389730:1'), +(768,1668,'_edit_lock','1773306180:1'), +(769,1670,'tracking_number','17366710'), +(770,1669,'tracking_number','17366709'), +(771,1697,'_billing_address_index','Tsira Bolkvadze 76 cours de la liberté Lyon 69003 FR btsira@gmail.com 0615796565'), +(772,1697,'_shipping_address_index','Tsira Bolkvadze 76 cours de la liberté Lyon 69003 FR 0615796565'), +(773,1697,'_edit_lock','1775279640:1'), +(774,1698,'_billing_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boite 6 Bruxelles Bruxelles 1080 BE zafiria.efstratiadi@hotmail.com 0474918430'), +(775,1698,'_shipping_address_index','Zafiria Efstratiadi Boulvard louis mettewie 445,boite 6 Bruxelles Bruxelles 1080 BE 0474918430'), +(776,1697,'tracking_number','17684358'), +(777,1698,'_edit_lock','1776160306:1'), +(778,1698,'tracking_number','17726362'), +(779,1702,'_billing_address_index','Constance Villain-Lesavre 2 avenue augustin dumont Malakoff 92240 FR constancevillain22@gmail.com +33783946016'), +(780,1702,'_shipping_address_index','Constance Villain-Lesavre 2 avenue augustin dumont Malakoff 92240 FR +33783946016'), +(781,1857,'_billing_address_index','Mattijs Quartier Rubensstraat 118 Schaarbeek 1030 BE mattijsquartier@live.nl +32476829508'), +(782,1857,'_shipping_address_index','Mattijs Quartier Rubensstraat 118 Schaarbeek 1030 BE +32476829508'), +(783,1857,'_edit_lock','1777454310:1'), +(784,1857,'tracking_number','18010679'); +/*!40000 ALTER TABLE `haikuwp_wc_orders_meta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_product_attributes_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_product_attributes_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_product_attributes_lookup` ( + `product_id` bigint(20) NOT NULL, + `product_or_parent_id` bigint(20) NOT NULL, + `taxonomy` varchar(32) NOT NULL, + `term_id` bigint(20) NOT NULL, + `is_variation_attribute` tinyint(1) NOT NULL, + `in_stock` tinyint(1) NOT NULL, + PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`), + KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`), + KEY `product_id` (`product_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_product_attributes_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_product_attributes_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_product_attributes_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_product_attributes_lookup` VALUES +(1772,102,'pa_size',37,1,1), +(1774,102,'pa_size',38,1,1), +(1776,102,'pa_size',39,1,1), +(1778,102,'pa_size',40,1,1), +(1780,102,'pa_size',41,1,1), +(1782,102,'pa_size',42,1,1), +(1784,102,'pa_size',43,1,1), +(1786,102,'pa_size',44,1,1), +(1770,102,'pa_size',105,1,1), +(1771,102,'pa_size',106,1,1), +(1773,102,'pa_size',107,1,1), +(1775,102,'pa_size',108,1,1), +(1777,102,'pa_size',109,1,1), +(1779,102,'pa_size',110,1,1), +(1781,102,'pa_size',111,1,1), +(1783,102,'pa_size',112,1,1), +(1785,102,'pa_size',113,1,1), +(1790,113,'pa_size',37,1,1), +(1792,113,'pa_size',38,1,1), +(1794,113,'pa_size',39,1,1), +(1796,113,'pa_size',40,1,1), +(1798,113,'pa_size',41,1,1), +(1800,113,'pa_size',42,1,1), +(1802,113,'pa_size',43,1,1), +(1804,113,'pa_size',44,1,1), +(1788,113,'pa_size',105,1,1), +(1789,113,'pa_size',106,1,1), +(1791,113,'pa_size',107,1,1), +(1793,113,'pa_size',108,1,1), +(1795,113,'pa_size',109,1,1), +(1797,113,'pa_size',110,1,1), +(1799,113,'pa_size',111,1,1), +(1801,113,'pa_size',112,1,1), +(1803,113,'pa_size',113,1,1), +(1861,168,'pa_size',37,1,1), +(1863,168,'pa_size',38,1,1), +(1865,168,'pa_size',39,1,1), +(1867,168,'pa_size',40,1,1), +(1869,168,'pa_size',41,1,1), +(1871,168,'pa_size',42,1,1), +(1873,168,'pa_size',43,1,1), +(1875,168,'pa_size',44,1,1), +(1859,168,'pa_size',105,1,1), +(1860,168,'pa_size',106,1,1), +(1862,168,'pa_size',107,1,1), +(1864,168,'pa_size',108,1,1), +(1866,168,'pa_size',109,1,1), +(1868,168,'pa_size',110,1,1), +(1870,168,'pa_size',111,1,1), +(1872,168,'pa_size',112,1,1), +(1874,168,'pa_size',113,1,1), +(638,202,'pa_side',45,1,1), +(637,202,'pa_side',77,1,1), +(639,202,'pa_side',78,1,1), +(241,240,'pa_size',58,1,1), +(242,240,'pa_size',59,1,1), +(652,306,'pa_side',45,1,1), +(651,306,'pa_side',62,1,1), +(653,306,'pa_side',64,1,1), +(655,312,'pa_side',45,1,1), +(654,312,'pa_side',62,1,1), +(656,312,'pa_side',64,1,1), +(1843,393,'pa_side',76,1,1), +(1846,393,'pa_side',114,1,1), +(1847,393,'pa_side',115,1,1), +(494,490,'pa_side',45,1,1), +(493,490,'pa_side',77,1,1), +(495,490,'pa_side',78,1,1), +(1621,766,'pa_side',45,1,1), +(1619,766,'pa_side',62,1,1), +(1620,766,'pa_side',63,1,1), +(1753,941,'pa_size',37,1,1), +(1755,941,'pa_size',38,1,1), +(1757,941,'pa_size',39,1,1), +(1759,941,'pa_size',40,1,1), +(1761,941,'pa_size',41,1,1), +(1763,941,'pa_size',42,1,1), +(1765,941,'pa_size',43,1,1), +(1767,941,'pa_size',44,1,1), +(1751,941,'pa_size',105,1,1), +(1752,941,'pa_size',106,1,1), +(1754,941,'pa_size',107,1,1), +(1756,941,'pa_size',108,1,1), +(1758,941,'pa_size',109,1,1), +(1760,941,'pa_size',110,1,1), +(1762,941,'pa_size',111,1,1), +(1764,941,'pa_size',112,1,1), +(1766,941,'pa_size',113,1,1), +(1736,953,'pa_size',37,1,1), +(1738,953,'pa_size',38,1,1), +(1740,953,'pa_size',39,1,1), +(1742,953,'pa_size',40,1,1), +(1744,953,'pa_size',41,1,1), +(1746,953,'pa_size',42,1,1), +(1748,953,'pa_size',43,1,1), +(1750,953,'pa_size',44,1,1), +(1734,953,'pa_size',105,1,1), +(1735,953,'pa_size',106,1,1), +(1737,953,'pa_size',107,1,1), +(1739,953,'pa_size',108,1,1), +(1741,953,'pa_size',109,1,1), +(1743,953,'pa_size',110,1,1), +(1745,953,'pa_size',111,1,1), +(1747,953,'pa_size',112,1,1), +(1749,953,'pa_size',113,1,1), +(1449,1444,'pa_side',45,1,1), +(1450,1444,'pa_side',77,1,1), +(1451,1444,'pa_side',78,1,1), +(1706,1467,'pa_size',37,1,1), +(1708,1467,'pa_size',38,1,1), +(1710,1467,'pa_size',39,1,1), +(1712,1467,'pa_size',40,1,1), +(1714,1467,'pa_size',41,1,1), +(1716,1467,'pa_size',42,1,1), +(1718,1467,'pa_size',43,1,1), +(1720,1467,'pa_size',44,1,1), +(1704,1467,'pa_size',105,1,1), +(1705,1467,'pa_size',106,1,1), +(1707,1467,'pa_size',107,1,1), +(1709,1467,'pa_size',108,1,1), +(1711,1467,'pa_size',109,1,1), +(1713,1467,'pa_size',110,1,1), +(1715,1467,'pa_size',111,1,1), +(1717,1467,'pa_size',112,1,1), +(1719,1467,'pa_size',113,1,1), +(1586,1574,'pa_giftcard-amount',86,1,1), +(1587,1574,'pa_giftcard-amount',87,1,1), +(1588,1574,'pa_giftcard-amount',88,1,1), +(1589,1574,'pa_giftcard-amount',89,1,1), +(1590,1574,'pa_giftcard-amount',90,1,1), +(1591,1574,'pa_giftcard-amount',91,1,1), +(1585,1574,'pa_giftcard-amount',92,1,1), +(1667,1574,'pa_giftcard-amount',95,1,1), +(1662,1574,'pa_giftcard-amount',96,1,1), +(1663,1574,'pa_giftcard-amount',97,1,1), +(1664,1574,'pa_giftcard-amount',98,1,1), +(1665,1574,'pa_giftcard-amount',99,1,1), +(1666,1574,'pa_giftcard-amount',100,1,1), +(1679,1673,'pa_material-workshop',102,1,1), +(1678,1673,'pa_material-workshop',103,1,1), +(1680,1673,'pa_material-workshop',104,1,1), +(1682,1681,'pa_material-workshop',102,1,1), +(1683,1681,'pa_material-workshop',103,1,1), +(1684,1681,'pa_material-workshop',104,1,1), +(1690,1689,'pa_material-workshop',102,1,1), +(1691,1689,'pa_material-workshop',103,1,1), +(1692,1689,'pa_material-workshop',104,1,1), +(1810,1809,'pa_size',58,1,1), +(1811,1809,'pa_size',59,1,1), +(1892,1889,'pa_size',37,1,1), +(1894,1889,'pa_size',38,1,1), +(1896,1889,'pa_size',39,1,1), +(1898,1889,'pa_size',40,1,1), +(1900,1889,'pa_size',41,1,1), +(1902,1889,'pa_size',42,1,1), +(1904,1889,'pa_size',43,1,1), +(1906,1889,'pa_size',44,1,1), +(1890,1889,'pa_size',105,1,1), +(1891,1889,'pa_size',106,1,1), +(1893,1889,'pa_size',107,1,1), +(1895,1889,'pa_size',108,1,1), +(1897,1889,'pa_size',109,1,1), +(1899,1889,'pa_size',110,1,1), +(1901,1889,'pa_size',111,1,1), +(1903,1889,'pa_size',112,1,1), +(1905,1889,'pa_size',113,1,1), +(1913,1912,'pa_side',45,1,1), +(1914,1912,'pa_side',77,1,1), +(1915,1912,'pa_side',78,1,1); +/*!40000 ALTER TABLE `haikuwp_wc_product_attributes_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_product_download_directories` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_product_download_directories`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_product_download_directories` ( + `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `url` varchar(256) NOT NULL, + `enabled` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`url_id`), + KEY `url` (`url`(191)) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_product_download_directories` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_product_download_directories` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_product_download_directories` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_product_download_directories` VALUES +(3,'https://haikuatelier.com/app/uploads/woocommerce_uploads/2025/12/',1); +/*!40000 ALTER TABLE `haikuwp_wc_product_download_directories` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_product_meta_lookup` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_product_meta_lookup`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_product_meta_lookup` ( + `product_id` bigint(20) NOT NULL, + `sku` varchar(100) DEFAULT '', + `virtual` tinyint(1) DEFAULT 0, + `downloadable` tinyint(1) DEFAULT 0, + `min_price` decimal(19,4) DEFAULT NULL, + `max_price` decimal(19,4) DEFAULT NULL, + `onsale` tinyint(1) DEFAULT 0, + `stock_quantity` double DEFAULT NULL, + `stock_status` varchar(100) DEFAULT 'instock', + `rating_count` bigint(20) DEFAULT 0, + `average_rating` decimal(3,2) DEFAULT 0.00, + `total_sales` bigint(20) DEFAULT 0, + `tax_status` varchar(100) DEFAULT 'taxable', + `tax_class` varchar(100) DEFAULT '', + `global_unique_id` varchar(100) DEFAULT '', + PRIMARY KEY (`product_id`), + KEY `virtual` (`virtual`), + KEY `downloadable` (`downloadable`), + KEY `stock_status` (`stock_status`), + KEY `stock_quantity` (`stock_quantity`), + KEY `onsale` (`onsale`), + KEY `min_max_price` (`min_price`,`max_price`), + KEY `sku` (`sku`(50)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_product_meta_lookup` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_product_meta_lookup` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_product_meta_lookup` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_product_meta_lookup` VALUES +(20,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(22,NULL,0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',NULL), +(23,NULL,0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',NULL), +(25,NULL,0,0,20.0000,20.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(28,NULL,0,0,65.0000,69.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(29,NULL,0,0,69.0000,69.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(30,NULL,0,0,65.0000,65.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(35,NULL,0,0,62.0000,68.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(36,NULL,0,0,68.0000,68.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(37,NULL,0,0,62.0000,62.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(41,NULL,0,0,72.0000,72.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(50,NULL,0,0,69.0000,69.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(56,NULL,0,0,35.0000,35.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(60,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(65,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(66,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(67,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(68,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(69,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(70,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(71,NULL,0,0,38.0000,38.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(102,'IKKAN-B-s',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(113,'IKKAN-B-g',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(168,'Rokku-B',0,0,160.0000,160.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(183,'BOROBORO-BO2-s',0,0,50.0000,75.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(202,'PIASU-BO2',0,0,105.0000,170.0000,0,1,'instock',0,0.00,8,'taxable','',''), +(213,'BOROBORO-BO2-g',0,0,55.0000,80.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(240,'IKKAN-BR',0,0,120.0000,120.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(241,'IKKAN-BR-s-1',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(242,'IKKAN-BR-s-2',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(258,'FUYOU-BR-s',0,0,110.0000,110.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(263,'IKKAN-C',0,0,160.0000,160.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(274,'FUYOU-C',0,0,180.0000,180.0000,0,1,'instock',0,0.00,4,'taxable','',''), +(285,'HATTARI-CR2-s',0,0,55.0000,85.0000,0,0,'onbackorder',0,0.00,4,'taxable','',''), +(288,'HATTARI-CR2-g',0,0,60.0000,90.0000,0,0,'onbackorder',0,0.00,3,'taxable','',''), +(306,'TAMA-CR-s',0,0,65.0000,80.0000,0,1,'instock',0,0.00,6,'taxable','',''), +(312,'TAMA-CR-g',0,0,68.0000,85.0000,0,2,'instock',0,0.00,1,'taxable','',''), +(318,'FUYOU-CR1',0,0,65.0000,65.0000,0,1,'instock',0,0.00,3,'taxable','',''), +(393,'MUGURA-CR-s',0,0,68.0000,120.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(398,'MUGURA-CR-g',0,0,85.0000,85.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(435,'KARA-EC-s',0,0,50.0000,50.0000,0,2,'instock',0,0.00,4,'taxable','',''), +(447,'KARA-EC-s-1',0,0,55.0000,55.0000,0,4,'instock',0,0.00,3,'taxable','',''), +(490,'MUGU-BOP',0,0,48.0000,65.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(493,'HADOU-BOP-left',0,0,48.0000,48.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(494,'HADOU-BOP-pair',0,0,65.0000,65.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(495,'HADOU-BOP-right',0,0,48.0000,48.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(496,'MUGURA-CR1',0,0,50.0000,50.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(545,'KARA-CR1-g',0,0,50.0000,75.0000,0,0,'onbackorder',0,0.00,2,'taxable','',''), +(552,'KARA-CR-g-one',0,0,50.0000,50.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(553,'KARA-CR-g-pair',0,0,75.0000,75.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(554,'KARA-CR1-s',0,0,45.0000,70.0000,0,0,'onbackorder',0,0.00,2,'taxable','',''), +(555,'KARA-CR-s-pair',0,0,70.0000,70.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(556,'KARA-CR-s-one',0,0,45.0000,45.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(565,'BOROBORO-BO2-s-one',0,0,50.0000,50.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(566,'BOROBORO-BO2-s-pair',0,0,75.0000,75.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(567,'BOROBORO-BO2-s-two',0,0,50.0000,50.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(569,'BOROBORO-BO2-g-one',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(570,'BOROBORO-BO2-g-pair',0,0,80.0000,80.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(571,'BOROBORO-BO2-g-two',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(637,'PIASU-BO2-left',0,0,105.0000,105.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(638,'PIASU-BO2-pair',0,0,170.0000,170.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(639,'PIASU-BO2-right',0,0,105.0000,105.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(641,'HATTARI-CR1-s-left',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(642,'HATTARI-CR1-s-pair',0,0,85.0000,85.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(643,'HATTARI-CR1-s-right',0,0,55.0000,55.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(645,'HATTARI-CR1-g-left',0,0,60.0000,60.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(646,'HATTARI-CR1-g-pair',0,0,90.0000,90.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(647,'HATTARI-CR1-g-right',0,0,60.0000,60.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''), +(651,'TAMANORI-CR-s-long',0,0,68.0000,68.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(652,'TAMANORI-CR-s-pair',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(653,'TAMANORI-CR-s-short',0,0,65.0000,65.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(654,'TAMANORI-CR-g-long',0,0,70.0000,70.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(655,'TAMANORI-CR-g-pair',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(656,'TAMANORI-CR-g-short',0,0,68.0000,68.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(766,'FUYOU-BO',0,0,78.0000,120.0000,0,2,'instock',0,0.00,1,'taxable','',''), +(787,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(790,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(791,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(792,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(793,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(794,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(795,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(796,NULL,0,0,85.0000,85.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(798,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(799,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(800,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(801,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(802,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(803,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(804,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(805,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(806,NULL,0,0,75.0000,75.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(807,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(808,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(809,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(810,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(811,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(812,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(813,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(814,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(815,NULL,0,0,0.0000,0.0000,0,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL), +(941,'UTEKI-B-s',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(953,'UTEKI-B-g',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(982,'UTEKI-C-s',0,0,115.0000,115.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(994,'UTEKI-C-g',0,0,120.0000,120.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1401,'UTEKI-CR-g',0,0,90.0000,90.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(1406,'UTEKI-CR-s',0,0,85.0000,85.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(1444,'PUCHI-BO',0,0,80.0000,130.0000,0,3,'instock',0,0.00,1,'taxable','',''), +(1449,'PUCHI-BO-pair',0,0,130.0000,130.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1450,'PUCHI-BO-left',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1451,'PUCHI-BO-right',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1467,'PIASU-B',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,3,'taxable','',''), +(1491,'KIME-CR1',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1512,'PIASU-EC-s',0,0,70.0000,70.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(1516,'PIASU-EC-g',0,0,75.0000,75.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(1531,'TAMA-EC-g',0,0,65.0000,65.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(1535,'TAMA-EC-s',0,0,60.0000,60.0000,0,1,'instock',0,0.00,2,'taxable','',''), +(1541,'HATTARI-CR1-s',0,0,75.0000,75.0000,0,0,'onbackorder',0,0.00,1,'taxable','',''), +(1549,'HATTARI-CR1-g',0,0,80.0000,80.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(1555,'HATTARI-EC-s',0,0,60.0000,60.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''), +(1560,'HATTARI-EC-g',0,0,65.0000,65.0000,0,1,'instock',0,0.00,1,'taxable','',''), +(1574,'GIFTcard',0,0,40.0000,150.0000,0,NULL,'instock',0,0.00,3,'taxable','',''), +(1585,'GIFTcard-100',1,1,100.0000,100.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1586,'GIFTcard-40',1,1,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1587,'GIFTcard-50',1,1,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1588,'GIFTcard-60',1,1,60.0000,60.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1589,'GIFTcard-70',1,1,70.0000,70.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1590,'GIFTcard-80',1,1,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1591,'GIFTcard-90',1,1,90.0000,90.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1619,'',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1620,'',0,0,78.0000,78.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1621,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1662,'GIFTcard-110',1,1,110.0000,110.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1663,'GIFTcard-120',1,1,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1664,'GIFTcard-130',1,1,130.0000,130.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1665,'GIFTcard-140',1,1,140.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1666,'GIFTcard-150',1,1,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1667,'GIFTcard-55',1,1,55.0000,55.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1673,'WORKSHOP-EC',0,0,80.0000,95.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1678,'ECworkshop-gb',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1679,'ECworkshop-sb',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1680,'ECworkshop-slv',0,0,95.0000,95.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1681,'WORKSHOP-C',0,0,110.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1682,'Cworkshop-sb',0,0,110.0000,110.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1683,'Cworkshop-gb',0,0,115.0000,115.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1684,'Cworkshop-slv',0,0,140.0000,140.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1689,'WORKSHOP-B',0,0,150.0000,180.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1690,'Rworkshop-sb',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1691,'Rworkshop-gb',0,0,155.0000,155.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1692,'Rworkshop-slv',0,0,180.0000,180.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1704,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1705,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1706,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1707,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1708,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1709,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1710,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1711,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1712,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1713,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1714,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1715,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1716,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1717,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1718,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1719,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1720,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1734,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1735,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1736,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1737,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1738,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1739,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1740,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1741,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1742,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1743,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1744,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1745,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1746,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1747,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1748,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1749,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1750,'',0,0,165.0000,165.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1751,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1752,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1753,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1754,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1755,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1756,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1757,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1758,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1759,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1760,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1761,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1762,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1763,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1764,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1765,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1766,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1767,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1770,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1771,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1772,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1773,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1774,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1775,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1776,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1777,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1778,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1779,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1780,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1781,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1782,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1783,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1784,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1785,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1786,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1788,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1789,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1790,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1791,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1792,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1793,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1794,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1795,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1796,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1797,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1798,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1799,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1800,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1801,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1802,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1803,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1804,'',0,0,125.0000,125.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1809,'IKKAN-BR-3',0,0,120.0000,120.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1810,'IKKAN-BR-s-3',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1811,'IKKAN-BR-s-4',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1843,'',0,0,120.0000,120.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1846,'',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1847,'',0,0,68.0000,68.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1859,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1860,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1861,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1862,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1863,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1864,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1865,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1866,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1867,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1868,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1869,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1870,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1871,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1872,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1873,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1874,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1875,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1878,'UTEKI-EC-s',0,0,70.0000,70.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1882,'UTEKI-EC-g',0,0,75.0000,75.0000,0,1,'instock',0,0.00,0,'taxable','',''), +(1889,'HATTA-B-s',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','',''), +(1890,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1891,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1892,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1893,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1894,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1895,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1896,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1897,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1898,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1899,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1900,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1901,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1902,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1903,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1904,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1905,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1906,'',0,0,150.0000,150.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1912,'IKKAN-BO',0,0,80.0000,130.0000,0,4,'instock',0,0.00,0,'taxable','',''), +(1913,'PUCHI-BO-pair-1',0,0,130.0000,130.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1914,'PUCHI-BO-left-1',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''), +(1915,'PUCHI-BO-right-1',0,0,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''); +/*!40000 ALTER TABLE `haikuwp_wc_product_meta_lookup` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_rate_limits` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_rate_limits`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_rate_limits` ( + `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `rate_limit_key` varchar(200) NOT NULL, + `rate_limit_expiry` bigint(20) unsigned NOT NULL, + `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0, + PRIMARY KEY (`rate_limit_id`), + UNIQUE KEY `rate_limit_key` (`rate_limit_key`(191)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_rate_limits` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_rate_limits` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_rate_limits` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_rate_limits` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_reserved_stock` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_reserved_stock`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_reserved_stock` ( + `order_id` bigint(20) NOT NULL, + `product_id` bigint(20) NOT NULL, + `stock_quantity` double NOT NULL DEFAULT 0, + `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + PRIMARY KEY (`order_id`,`product_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_reserved_stock` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_reserved_stock` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_reserved_stock` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_reserved_stock` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_tax_rate_classes` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_tax_rate_classes`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_tax_rate_classes` ( + `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(200) NOT NULL DEFAULT '', + `slug` varchar(200) NOT NULL DEFAULT '', + PRIMARY KEY (`tax_rate_class_id`), + UNIQUE KEY `slug` (`slug`(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 `haikuwp_wc_tax_rate_classes` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_tax_rate_classes` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_tax_rate_classes` DISABLE KEYS */; +INSERT INTO `haikuwp_wc_tax_rate_classes` VALUES +(1,'Reduced rate','reduced-rate'), +(2,'Zero rate','zero-rate'); +/*!40000 ALTER TABLE `haikuwp_wc_tax_rate_classes` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wc_webhooks` +-- + +DROP TABLE IF EXISTS `haikuwp_wc_webhooks`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wc_webhooks` ( + `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `status` varchar(200) NOT NULL, + `name` text NOT NULL, + `user_id` bigint(20) unsigned NOT NULL, + `delivery_url` text NOT NULL, + `secret` text NOT NULL, + `topic` varchar(200) NOT NULL, + `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `api_version` smallint(4) NOT NULL, + `failure_count` smallint(10) NOT NULL DEFAULT 0, + `pending_delivery` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`webhook_id`), + KEY `user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wc_webhooks` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wc_webhooks` WRITE; +/*!40000 ALTER TABLE `haikuwp_wc_webhooks` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wc_webhooks` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_api_keys` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_api_keys`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_api_keys` ( + `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `user_id` bigint(20) unsigned NOT NULL, + `description` varchar(200) DEFAULT NULL, + `permissions` varchar(10) NOT NULL, + `consumer_key` char(64) NOT NULL, + `consumer_secret` char(43) NOT NULL, + `nonces` longtext DEFAULT NULL, + `truncated_key` char(7) NOT NULL, + `last_access` datetime DEFAULT NULL, + PRIMARY KEY (`key_id`), + KEY `consumer_key` (`consumer_key`), + KEY `consumer_secret` (`consumer_secret`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_api_keys` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_api_keys` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_api_keys` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_api_keys` VALUES +(3,1,'lecture-clients','read_write','5d6090d73adb9034e3ece67a7e0394110a40dc8da3d59244bc4e916e8fd16533','cs_e213979ea3d1490b275dd75c8d53d05c82853119',NULL,'3606954','2026-05-06 10:24:37'); +/*!40000 ALTER TABLE `haikuwp_woocommerce_api_keys` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_attribute_taxonomies` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_attribute_taxonomies`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_attribute_taxonomies` ( + `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `attribute_name` varchar(200) NOT NULL, + `attribute_label` varchar(200) DEFAULT NULL, + `attribute_type` varchar(20) NOT NULL, + `attribute_orderby` varchar(20) NOT NULL, + `attribute_public` int(1) NOT NULL DEFAULT 1, + PRIMARY KEY (`attribute_id`), + KEY `attribute_name` (`attribute_name`(20)) +) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_attribute_taxonomies` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_attribute_taxonomies` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_attribute_taxonomies` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_attribute_taxonomies` VALUES +(1,'size','Size','select','menu_order',0), +(2,'side','Side','select','menu_order',0), +(3,'stone','Stone','select','name',0), +(4,'giftcard-amount','Amount','select','menu_order',0), +(5,'material-workshop','Material','select','menu_order',0); +/*!40000 ALTER TABLE `haikuwp_woocommerce_attribute_taxonomies` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_downloadable_product_permissions` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_downloadable_product_permissions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_downloadable_product_permissions` ( + `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `download_id` varchar(36) NOT NULL, + `product_id` bigint(20) unsigned NOT NULL, + `order_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `order_key` varchar(200) NOT NULL, + `user_email` varchar(200) NOT NULL, + `user_id` bigint(20) unsigned DEFAULT NULL, + `downloads_remaining` varchar(9) DEFAULT NULL, + `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', + `access_expires` datetime DEFAULT NULL, + `download_count` bigint(20) unsigned NOT NULL DEFAULT 0, + PRIMARY KEY (`permission_id`), + KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`), + KEY `download_order_product` (`download_id`,`order_id`,`product_id`), + KEY `order_id` (`order_id`), + KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`), + KEY `idx_user_email` (`user_email`(100)) +) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_downloadable_product_permissions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_downloadable_product_permissions` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_downloadable_product_permissions` VALUES +(1,'ceb86d6c-4948-429f-9599-d44445860ad1',1587,1612,'wc_order_HkwS6DwyNbAPZ','laura.folli@laposte.net',0,'','2025-12-14 00:00:00',NULL,0), +(2,'c6aa6909-f134-4c3c-b239-bcb4a2a92c60',1587,1612,'wc_order_HkwS6DwyNbAPZ','laura.folli@laposte.net',0,'','2025-12-14 00:00:00',NULL,0), +(3,'ce9ccfa6-ce89-41bd-9bb3-4181ff7ff9e8',1585,1656,'wc_order_wJW3yI8MzgMt2','louise.mongeau@gmail.com',0,'','2026-02-11 00:00:00',NULL,0), +(4,'3bcd25d4-4366-419f-8681-cb1dcf1507ec',1585,1656,'wc_order_wJW3yI8MzgMt2','louise.mongeau@gmail.com',0,'','2026-02-11 00:00:00',NULL,0), +(5,'e920c9ea-40ef-44cd-a166-ffeab8869448',1667,1672,'wc_order_ppwhaf0Y9yxYO','al.terrade@gmail.com',0,'','2026-03-09 00:00:00',NULL,0), +(6,'c0759fae-fd4e-442b-b336-bdb7694d2db6',1667,1672,'wc_order_ppwhaf0Y9yxYO','al.terrade@gmail.com',0,'','2026-03-09 00:00:00',NULL,0); +/*!40000 ALTER TABLE `haikuwp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_log` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_log`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_log` ( + `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `timestamp` datetime NOT NULL, + `level` smallint(4) NOT NULL, + `source` varchar(200) NOT NULL, + `message` longtext NOT NULL, + `context` longtext DEFAULT NULL, + PRIMARY KEY (`log_id`), + KEY `level` (`level`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_log` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_log` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_log` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_log` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_order_itemmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_order_itemmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_order_itemmeta` ( + `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_item_id` bigint(20) unsigned NOT NULL, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL, + PRIMARY KEY (`meta_id`), + KEY `order_item_id` (`order_item_id`), + KEY `meta_key` (`meta_key`(32)) +) ENGINE=InnoDB AUTO_INCREMENT=4760 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_order_itemmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_order_itemmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_itemmeta` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_order_itemmeta` VALUES +(1125,138,'_product_id','288'), +(1126,138,'_variation_id','646'), +(1127,138,'_qty','1'), +(1128,138,'_tax_class',''), +(1129,138,'_line_subtotal','80'), +(1130,138,'_line_subtotal_tax','0'), +(1131,138,'_line_total','80'), +(1132,138,'_line_tax','0'), +(1133,138,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1134,138,'pa_side','pair'), +(1135,139,'method_id','mondial_relay_point_relais'), +(1136,139,'instance_id',''), +(1137,139,'cost','0'), +(1138,139,'total_tax','0'), +(1139,139,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1195,147,'_product_id','251'), +(1196,147,'_variation_id','0'), +(1197,147,'_qty','1'), +(1198,147,'_tax_class',''), +(1199,147,'_line_subtotal','65'), +(1200,147,'_line_subtotal_tax','0'), +(1201,147,'_line_total','65'), +(1202,147,'_line_tax','0'), +(1203,147,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1204,148,'method_id','mondial_relay_point_relais'), +(1205,148,'instance_id',''), +(1206,148,'cost','0'), +(1207,148,'total_tax','0'), +(1208,148,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1223,151,'_product_id','251'), +(1224,151,'_variation_id','0'), +(1225,151,'_qty','1'), +(1226,151,'_tax_class',''), +(1227,151,'_line_subtotal','65'), +(1228,151,'_line_subtotal_tax','0'), +(1229,151,'_line_total','65'), +(1230,151,'_line_tax','0'), +(1231,151,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1232,152,'_product_id','271'), +(1233,152,'_variation_id','0'), +(1234,152,'_qty','1'), +(1235,152,'_tax_class',''), +(1236,152,'_line_subtotal','95'), +(1237,152,'_line_subtotal_tax','0'), +(1238,152,'_line_total','95'), +(1239,152,'_line_tax','0'), +(1240,152,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1241,153,'method_id','mondial_relay_point_relais'), +(1242,153,'instance_id',''), +(1243,153,'cost','0'), +(1244,153,'total_tax','0'), +(1245,153,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1246,154,'_product_id','202'), +(1247,154,'_variation_id','637'), +(1248,154,'_qty','1'), +(1249,154,'_tax_class',''), +(1250,154,'_line_subtotal','50'), +(1251,154,'_line_subtotal_tax','0'), +(1252,154,'_line_total','50'), +(1253,154,'_line_tax','0'), +(1254,154,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1255,154,'pa_side','left-side'), +(1256,155,'_product_id','291'), +(1257,155,'_variation_id','649'), +(1258,155,'_qty','1'), +(1259,155,'_tax_class',''), +(1260,155,'_line_subtotal','70'), +(1261,155,'_line_subtotal_tax','0'), +(1262,155,'_line_total','70'), +(1263,155,'_line_tax','0'), +(1264,155,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1265,155,'pa_side','pair'), +(1266,156,'method_id','mondial_relay_point_relais'), +(1267,156,'instance_id',''), +(1268,156,'cost','0'), +(1269,156,'total_tax','0'), +(1270,156,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1285,159,'_product_id','521'), +(1286,159,'_variation_id','523'), +(1287,159,'_qty','1'), +(1288,159,'_tax_class',''), +(1289,159,'_line_subtotal','60'), +(1290,159,'_line_subtotal_tax','0'), +(1291,159,'_line_total','60'), +(1292,159,'_line_tax','0'), +(1293,159,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1294,159,'pa_stone','tiger-eye'), +(1295,160,'_product_id','342'), +(1296,160,'_variation_id','563'), +(1297,160,'_qty','1'), +(1298,160,'_tax_class',''), +(1299,160,'_line_subtotal','25'), +(1300,160,'_line_subtotal_tax','0'), +(1301,160,'_line_total','25'), +(1302,160,'_line_tax','0'), +(1303,160,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1304,160,'pa_side','short'), +(1305,161,'_product_id','342'), +(1306,161,'_variation_id','560'), +(1307,161,'_qty','1'), +(1308,161,'_tax_class',''), +(1309,161,'_line_subtotal','58'), +(1310,161,'_line_subtotal_tax','0'), +(1311,161,'_line_total','58'), +(1312,161,'_line_tax','0'), +(1313,161,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1314,161,'pa_side','all'), +(1315,162,'method_id','mondial_relay_point_relais'), +(1316,162,'instance_id',''), +(1317,162,'cost','0'), +(1318,162,'total_tax','0'), +(1319,162,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1320,163,'_product_id','263'), +(1321,163,'_variation_id','0'), +(1322,163,'_qty','1'), +(1323,163,'_tax_class',''), +(1324,163,'_line_subtotal','90'), +(1325,163,'_line_subtotal_tax','0'), +(1326,163,'_line_total','90'), +(1327,163,'_line_tax','0'), +(1328,163,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1329,164,'method_id','mondial_relay_point_relais'), +(1330,164,'instance_id',''), +(1331,164,'cost','0'), +(1332,164,'total_tax','0'), +(1333,164,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1334,165,'_product_id','306'), +(1335,165,'_variation_id','652'), +(1336,165,'_qty','1'), +(1337,165,'_tax_class',''), +(1338,165,'_line_subtotal','70'), +(1339,165,'_line_subtotal_tax','0'), +(1340,165,'_line_total','70'), +(1341,165,'_line_tax','0'), +(1342,165,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1343,165,'pa_side','pair'), +(1344,166,'_product_id','183'), +(1345,166,'_variation_id','566'), +(1346,166,'_qty','1'), +(1347,166,'_tax_class',''), +(1348,166,'_line_subtotal','70'), +(1349,166,'_line_subtotal_tax','0'), +(1350,166,'_line_total','70'), +(1351,166,'_line_tax','0'), +(1352,166,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1353,166,'pa_side','pair'), +(1354,167,'_product_id','274'), +(1355,167,'_variation_id','0'), +(1356,167,'_qty','1'), +(1357,167,'_tax_class',''), +(1358,167,'_line_subtotal','95'), +(1359,167,'_line_subtotal_tax','0'), +(1360,167,'_line_total','95'), +(1361,167,'_line_tax','0'), +(1362,167,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1363,168,'method_id','mondial_relay_point_relais'), +(1364,168,'instance_id',''), +(1365,168,'cost','0'), +(1366,168,'total_tax','0'), +(1367,168,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1426,177,'_product_id','288'), +(1427,177,'_variation_id','646'), +(1428,177,'_qty','1'), +(1429,177,'_tax_class',''), +(1430,177,'_line_subtotal','80'), +(1431,177,'_line_subtotal_tax','0'), +(1432,177,'_line_total','80'), +(1433,177,'_line_tax','0'), +(1434,177,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1435,177,'pa_side','pair'), +(1436,178,'_product_id','285'), +(1437,178,'_variation_id','642'), +(1438,178,'_qty','1'), +(1439,178,'_tax_class',''), +(1440,178,'_line_subtotal','75'), +(1441,178,'_line_subtotal_tax','0'), +(1442,178,'_line_total','75'), +(1443,178,'_line_tax','0'), +(1444,178,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1445,178,'pa_side','pair'), +(1446,179,'method_id','mondial_relay_point_relais'), +(1447,179,'instance_id',''), +(1448,179,'cost','0'), +(1449,179,'total_tax','0'), +(1450,179,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1451,180,'_product_id','312'), +(1452,180,'_variation_id','655'), +(1453,180,'_qty','1'), +(1454,180,'_tax_class',''), +(1455,180,'_line_subtotal','75'), +(1456,180,'_line_subtotal_tax','0'), +(1457,180,'_line_total','75'), +(1458,180,'_line_tax','0'), +(1459,180,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1460,180,'pa_side','pair'), +(1461,181,'method_id','mondial_relay_point_relais'), +(1462,181,'instance_id',''), +(1463,181,'cost','0'), +(1464,181,'total_tax','0'), +(1465,181,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1466,182,'_product_id','335'), +(1467,182,'_variation_id','0'), +(1468,182,'_qty','1'), +(1469,182,'_tax_class',''), +(1470,182,'_line_subtotal','40'), +(1471,182,'_line_subtotal_tax','0'), +(1472,182,'_line_total','40'), +(1473,182,'_line_tax','0'), +(1474,182,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1475,183,'_product_id','545'), +(1476,183,'_variation_id','553'), +(1477,183,'_qty','1'), +(1478,183,'_tax_class',''), +(1479,183,'_line_subtotal','60'), +(1480,183,'_line_subtotal_tax','0'), +(1481,183,'_line_total','60'), +(1482,183,'_line_tax','0'), +(1483,183,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1484,183,'pa_side','pair'), +(1485,184,'method_id','mondial_relay_point_relais'), +(1486,184,'instance_id',''), +(1487,184,'cost','0'), +(1488,184,'total_tax','0'), +(1489,184,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1490,185,'_product_id','306'), +(1491,185,'_variation_id','653'), +(1492,185,'_qty','1'), +(1493,185,'_tax_class',''), +(1494,185,'_line_subtotal','48'), +(1495,185,'_line_subtotal_tax','0'), +(1496,185,'_line_total','48'), +(1497,185,'_line_tax','0'), +(1498,185,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1499,185,'pa_side','short'), +(1500,186,'method_id','flat_rate'), +(1501,186,'instance_id',''), +(1502,186,'cost','1200'), +(1503,186,'total_tax','0'), +(1504,186,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1555,193,'_product_id','271'), +(1556,193,'_variation_id','0'), +(1557,193,'_qty','1'), +(1558,193,'_tax_class',''), +(1559,193,'_line_subtotal','95'), +(1560,193,'_line_subtotal_tax','0'), +(1561,193,'_line_total','95'), +(1562,193,'_line_tax','0'), +(1563,193,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1564,194,'method_id','mondial_relay_point_relais'), +(1565,194,'instance_id',''), +(1566,194,'cost','0'), +(1567,194,'total_tax','0'), +(1568,194,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1569,195,'_product_id','288'), +(1570,195,'_variation_id','646'), +(1571,195,'_qty','1'), +(1572,195,'_tax_class',''), +(1573,195,'_line_subtotal','80'), +(1574,195,'_line_subtotal_tax','0'), +(1575,195,'_line_total','80'), +(1576,195,'_line_tax','0'), +(1577,195,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1578,195,'pa_side','pair'), +(1579,196,'method_id','mondial_relay_point_relais'), +(1580,196,'instance_id',''), +(1581,196,'cost','0'), +(1582,196,'total_tax','0'), +(1583,196,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1584,197,'_product_id','545'), +(1585,197,'_variation_id','553'), +(1586,197,'_qty','1'), +(1587,197,'_tax_class',''), +(1588,197,'_line_subtotal','60'), +(1589,197,'_line_subtotal_tax','0'), +(1590,197,'_line_total','60'), +(1591,197,'_line_tax','0'), +(1592,197,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1593,197,'pa_side','pair'), +(1594,198,'_product_id','490'), +(1595,198,'_variation_id','494'), +(1596,198,'_qty','1'), +(1597,198,'_tax_class',''), +(1598,198,'_line_subtotal','45'), +(1599,198,'_line_subtotal_tax','0'), +(1600,198,'_line_total','45'), +(1601,198,'_line_tax','0'), +(1602,198,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1603,198,'pa_side','pair'), +(1604,199,'method_id','mondial_relay_point_relais'), +(1605,199,'instance_id',''), +(1606,199,'cost','0'), +(1607,199,'total_tax','0'), +(1608,199,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1609,200,'_product_id','365'), +(1610,200,'_variation_id','677'), +(1611,200,'_qty','1'), +(1612,200,'_tax_class',''), +(1613,200,'_line_subtotal','60'), +(1614,200,'_line_subtotal_tax','0'), +(1615,200,'_line_total','60'), +(1616,200,'_line_tax','0'), +(1617,200,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1618,200,'pa_side','pair'), +(1619,201,'method_id','mondial_relay_point_relais'), +(1620,201,'instance_id',''), +(1621,201,'cost','0'), +(1622,201,'total_tax','0'), +(1623,201,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1624,202,'_product_id','306'), +(1625,202,'_variation_id','651'), +(1626,202,'_qty','1'), +(1627,202,'_tax_class',''), +(1628,202,'_line_subtotal','50'), +(1629,202,'_line_subtotal_tax','0'), +(1630,202,'_line_total','50'), +(1631,202,'_line_tax','0'), +(1632,202,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1633,202,'pa_side','long'), +(1634,203,'method_id','flat_rate'), +(1635,203,'instance_id',''), +(1636,203,'cost','12'), +(1637,203,'total_tax','0'), +(1638,203,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1639,204,'_product_id','325'), +(1640,204,'_variation_id','0'), +(1641,204,'_qty','1'), +(1642,204,'_tax_class',''), +(1643,204,'_line_subtotal','35'), +(1644,204,'_line_subtotal_tax','0'), +(1645,204,'_line_total','35'), +(1646,204,'_line_tax','0'), +(1647,204,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1648,205,'_product_id','554'), +(1649,205,'_variation_id','555'), +(1650,205,'_qty','1'), +(1651,205,'_tax_class',''), +(1652,205,'_line_subtotal','55'), +(1653,205,'_line_subtotal_tax','0'), +(1654,205,'_line_total','55'), +(1655,205,'_line_tax','0'), +(1656,205,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1657,205,'pa_side','pair'), +(1658,206,'_product_id','435'), +(1659,206,'_variation_id','0'), +(1660,206,'_qty','1'), +(1661,206,'_tax_class',''), +(1662,206,'_line_subtotal','35'), +(1663,206,'_line_subtotal_tax','0'), +(1664,206,'_line_total','35'), +(1665,206,'_line_tax','0'), +(1666,206,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1667,207,'_product_id','521'), +(1668,207,'_variation_id','523'), +(1669,207,'_qty','1'), +(1670,207,'_tax_class',''), +(1671,207,'_line_subtotal','60'), +(1672,207,'_line_subtotal_tax','0'), +(1673,207,'_line_total','60'), +(1674,207,'_line_tax','0'), +(1675,207,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1676,207,'pa_stone','tiger-eye'), +(1677,208,'_product_id','251'), +(1678,208,'_variation_id','0'), +(1679,208,'_qty','1'), +(1680,208,'_tax_class',''), +(1681,208,'_line_subtotal','65'), +(1682,208,'_line_subtotal_tax','0'), +(1683,208,'_line_total','65'), +(1684,208,'_line_tax','0'), +(1685,208,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1686,209,'method_id','mondial_relay_point_relais'), +(1687,209,'instance_id',''), +(1688,209,'cost','0'), +(1689,209,'total_tax','0'), +(1690,209,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1720,214,'_product_id','331'), +(1721,214,'_variation_id','0'), +(1722,214,'_qty','1'), +(1723,214,'_tax_class',''), +(1724,214,'_line_subtotal','35'), +(1725,214,'_line_subtotal_tax','0'), +(1726,214,'_line_total','35'), +(1727,214,'_line_tax','0'), +(1728,214,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1729,215,'method_id','mondial_relay_point_relais'), +(1730,215,'instance_id',''), +(1731,215,'cost','3'), +(1732,215,'total_tax','0'), +(1733,215,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1734,216,'_product_id','202'), +(1735,216,'_variation_id','638'), +(1736,216,'_qty','1'), +(1737,216,'_tax_class',''), +(1738,216,'_line_subtotal','85'), +(1739,216,'_line_subtotal_tax','0'), +(1740,216,'_line_total','85'), +(1741,216,'_line_tax','0'), +(1742,216,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1743,216,'pa_side','pair'), +(1744,217,'_product_id','306'), +(1745,217,'_variation_id','652'), +(1746,217,'_qty','1'), +(1747,217,'_tax_class',''), +(1748,217,'_line_subtotal','70'), +(1749,217,'_line_subtotal_tax','0'), +(1750,217,'_line_total','70'), +(1751,217,'_line_tax','0'), +(1752,217,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1753,217,'pa_side','pair'), +(1754,218,'method_id','mondial_relay_point_relais'), +(1755,218,'instance_id',''), +(1756,218,'cost','0'), +(1757,218,'total_tax','0'), +(1758,218,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1759,219,'_product_id','291'), +(1760,219,'_variation_id','649'), +(1761,219,'_qty','1'), +(1762,219,'_tax_class',''), +(1763,219,'_line_subtotal','70'), +(1764,219,'_line_subtotal_tax','0'), +(1765,219,'_line_total','70'), +(1766,219,'_line_tax','0'), +(1767,219,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1768,219,'pa_side','pair'), +(1769,220,'method_id','mondial_relay_point_relais'), +(1770,220,'instance_id',''), +(1771,220,'cost','0'), +(1772,220,'total_tax','0'), +(1773,220,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1788,223,'_product_id','435'), +(1789,223,'_variation_id','0'), +(1790,223,'_qty','1'), +(1791,223,'_tax_class',''), +(1792,223,'_line_subtotal','35'), +(1793,223,'_line_subtotal_tax','0'), +(1794,223,'_line_total','35'), +(1795,223,'_line_tax','0'), +(1796,223,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1797,224,'method_id','mondial_relay_point_relais'), +(1798,224,'instance_id',''), +(1799,224,'cost','3'), +(1800,224,'total_tax','0'), +(1801,224,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1817,227,'_product_id','430'), +(1818,227,'_variation_id','845'), +(1819,227,'_qty','1'), +(1820,227,'_tax_class',''), +(1821,227,'_line_subtotal','45'), +(1822,227,'_line_subtotal_tax','0'), +(1823,227,'_line_total','45'), +(1824,227,'_line_tax','0'), +(1825,227,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1826,227,'pa_stone','lapis-lazuli'), +(1827,228,'method_id','mondial_relay_point_relais'), +(1828,228,'instance_id',''), +(1829,228,'cost','3'), +(1830,228,'total_tax','0'), +(1831,228,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1846,231,'_product_id','271'), +(1847,231,'_variation_id','0'), +(1848,231,'_qty','1'), +(1849,231,'_tax_class',''), +(1850,231,'_line_subtotal','95'), +(1851,231,'_line_subtotal_tax','0'), +(1852,231,'_line_total','95'), +(1853,231,'_line_tax','0'), +(1854,231,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1855,232,'method_id','mondial_relay_point_relais'), +(1856,232,'instance_id',''), +(1857,232,'cost','0'), +(1858,232,'total_tax','0'), +(1859,232,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1875,235,'_product_id','274'), +(1876,235,'_variation_id','0'), +(1877,235,'_qty','1'), +(1878,235,'_tax_class',''), +(1879,235,'_line_subtotal','95'), +(1880,235,'_line_subtotal_tax','0'), +(1881,235,'_line_total','95'), +(1882,235,'_line_tax','0'), +(1883,235,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1884,236,'method_id','mondial_relay_point_relais'), +(1885,236,'instance_id',''), +(1886,236,'cost','0'), +(1887,236,'total_tax','0'), +(1888,236,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1889,237,'_product_id','168'), +(1890,237,'_variation_id','200'), +(1891,237,'_qty','1'), +(1892,237,'_tax_class',''), +(1893,237,'_line_subtotal','150'), +(1894,237,'_line_subtotal_tax','0'), +(1895,237,'_line_total','150'), +(1896,237,'_line_tax','0'), +(1897,237,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1898,237,'pa_stone','malachite'), +(1899,238,'method_id','mondial_relay_point_relais'), +(1900,238,'instance_id',''), +(1901,238,'cost','0'), +(1902,238,'total_tax','0'), +(1903,238,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1904,239,'_product_id','168'), +(1905,239,'_variation_id','200'), +(1906,239,'_qty','1'), +(1907,239,'_tax_class',''), +(1908,239,'_line_subtotal','150'), +(1909,239,'_line_subtotal_tax','0'), +(1910,239,'_line_total','150'), +(1911,239,'_line_tax','0'), +(1912,239,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1913,239,'pa_stone','malachite'), +(1914,240,'_product_id','447'), +(1915,240,'_variation_id','0'), +(1916,240,'_qty','1'), +(1917,240,'_tax_class',''), +(1918,240,'_line_subtotal','40'), +(1919,240,'_line_subtotal_tax','0'), +(1920,240,'_line_total','40'), +(1921,240,'_line_tax','0'), +(1922,240,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1923,241,'method_id','mondial_relay_point_relais'), +(1924,241,'instance_id',''), +(1925,241,'cost','0'), +(1926,241,'total_tax','0'), +(1927,241,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1928,242,'_product_id','342'), +(1929,242,'_variation_id','560'), +(1930,242,'_qty','1'), +(1931,242,'_tax_class',''), +(1932,242,'_line_subtotal','58'), +(1933,242,'_line_subtotal_tax','0'), +(1934,242,'_line_total','58'), +(1935,242,'_line_tax','0'), +(1936,242,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1937,242,'pa_side','all'), +(1938,243,'_product_id','433'), +(1939,243,'_variation_id','478'), +(1940,243,'_qty','1'), +(1941,243,'_tax_class',''), +(1942,243,'_line_subtotal','48'), +(1943,243,'_line_subtotal_tax','0'), +(1944,243,'_line_total','48'), +(1945,243,'_line_tax','0'), +(1946,243,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1947,243,'pa_stone','lapis-lazuli'), +(1948,244,'method_id','mondial_relay_point_relais'), +(1949,244,'instance_id',''), +(1950,244,'cost','0'), +(1951,244,'total_tax','0'), +(1952,244,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1967,247,'_product_id','328'), +(1968,247,'_variation_id','0'), +(1969,247,'_qty','1'), +(1970,247,'_tax_class',''), +(1971,247,'_line_subtotal','40'), +(1972,247,'_line_subtotal_tax','0'), +(1973,247,'_line_total','40'), +(1974,247,'_line_tax','0'), +(1975,247,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(1976,248,'method_id','mondial_relay_point_relais'), +(1977,248,'instance_id',''), +(1978,248,'cost','3'), +(1979,248,'total_tax','0'), +(1980,248,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(1996,251,'_product_id','318'), +(1997,251,'_variation_id','0'), +(1998,251,'_qty','1'), +(1999,251,'_tax_class',''), +(2000,251,'_line_subtotal','40'), +(2001,251,'_line_subtotal_tax','0'), +(2002,251,'_line_total','40'), +(2003,251,'_line_tax','0'), +(2004,251,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2005,252,'method_id','mondial_relay_point_relais'), +(2006,252,'instance_id',''), +(2007,252,'cost','3'), +(2008,252,'total_tax','0'), +(2009,252,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2050,258,'_product_id','342'), +(2051,258,'_variation_id','563'), +(2052,258,'_qty','2'), +(2053,258,'_tax_class',''), +(2054,258,'_line_subtotal','60'), +(2055,258,'_line_subtotal_tax','0'), +(2056,258,'_line_total','60'), +(2057,258,'_line_tax','0'), +(2058,258,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2059,258,'pa_side','short'), +(2060,259,'method_id','mondial_relay_point_relais'), +(2061,259,'instance_id',''), +(2062,259,'cost','0'), +(2063,259,'total_tax','0'), +(2064,259,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2065,260,'_product_id','342'), +(2066,260,'_variation_id','563'), +(2067,260,'_qty','2'), +(2068,260,'_tax_class',''), +(2069,260,'_line_subtotal','60'), +(2070,260,'_line_subtotal_tax','0'), +(2071,260,'_line_total','60'), +(2072,260,'_line_tax','0'), +(2073,260,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2074,260,'pa_side','short'), +(2075,261,'method_id','mondial_relay_point_relais'), +(2076,261,'instance_id',''), +(2077,261,'cost','0'), +(2078,261,'total_tax','0'), +(2079,261,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2095,264,'_product_id','447'), +(2096,264,'_variation_id','0'), +(2097,264,'_qty','1'), +(2098,264,'_tax_class',''), +(2099,264,'_line_subtotal','45'), +(2100,264,'_line_subtotal_tax','0'), +(2101,264,'_line_total','45'), +(2102,264,'_line_tax','0'), +(2103,264,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2104,265,'_product_id','435'), +(2105,265,'_variation_id','0'), +(2106,265,'_qty','1'), +(2107,265,'_tax_class',''), +(2108,265,'_line_subtotal','40'), +(2109,265,'_line_subtotal_tax','0'), +(2110,265,'_line_total','40'), +(2111,265,'_line_tax','0'), +(2112,265,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2113,266,'_product_id','328'), +(2114,266,'_variation_id','0'), +(2115,266,'_qty','1'), +(2116,266,'_tax_class',''), +(2117,266,'_line_subtotal','45'), +(2118,266,'_line_subtotal_tax','0'), +(2119,266,'_line_total','45'), +(2120,266,'_line_tax','0'), +(2121,266,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2122,267,'method_id','mondial_relay_point_relais'), +(2123,267,'instance_id',''), +(2124,267,'cost','0'), +(2125,267,'total_tax','0'), +(2126,267,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2142,270,'_product_id','447'), +(2143,270,'_variation_id','0'), +(2144,270,'_qty','1'), +(2145,270,'_tax_class',''), +(2146,270,'_line_subtotal','45'), +(2147,270,'_line_subtotal_tax','0'), +(2148,270,'_line_total','45'), +(2149,270,'_line_tax','0'), +(2150,270,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2151,271,'_product_id','202'), +(2152,271,'_variation_id','638'), +(2153,271,'_qty','1'), +(2154,271,'_tax_class',''), +(2155,271,'_line_subtotal','85'), +(2156,271,'_line_subtotal_tax','0'), +(2157,271,'_line_total','85'), +(2158,271,'_line_tax','0'), +(2159,271,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2160,271,'pa_side','pair'), +(2161,272,'method_id','mondial_relay_point_relais'), +(2162,272,'instance_id',''), +(2163,272,'cost','0'), +(2164,272,'total_tax','0'), +(2165,272,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2273,287,'_product_id','1004'), +(2274,287,'_variation_id','1005'), +(2275,287,'_qty','1'), +(2276,287,'_tax_class',''), +(2277,287,'_line_subtotal','70'), +(2278,287,'_line_subtotal_tax','0'), +(2279,287,'_line_total','70'), +(2280,287,'_line_tax','0'), +(2281,287,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2282,287,'pa_side','pair'), +(2283,288,'_product_id','202'), +(2284,288,'_variation_id','638'), +(2285,288,'_qty','1'), +(2286,288,'_tax_class',''), +(2287,288,'_line_subtotal','85'), +(2288,288,'_line_subtotal_tax','0'), +(2289,288,'_line_total','85'), +(2290,288,'_line_tax','0'), +(2291,288,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2292,288,'pa_side','pair'), +(2293,289,'method_id','mondial_relay_point_relais'), +(2294,289,'instance_id',''), +(2295,289,'cost','0'), +(2296,289,'total_tax','0'), +(2297,289,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2719,343,'_product_id','554'), +(2720,343,'_variation_id','555'), +(2721,343,'_qty','1'), +(2722,343,'_tax_class',''), +(2723,343,'_line_subtotal','65'), +(2724,343,'_line_subtotal_tax','0'), +(2725,343,'_line_total','65'), +(2726,343,'_line_tax','0'), +(2727,343,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2728,343,'pa_side','pair'), +(2729,344,'_product_id','318'), +(2730,344,'_variation_id','0'), +(2731,344,'_qty','1'), +(2732,344,'_tax_class',''), +(2733,344,'_line_subtotal','45'), +(2734,344,'_line_subtotal_tax','0'), +(2735,344,'_line_total','45'), +(2736,344,'_line_tax','0'), +(2737,344,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2738,345,'method_id','mondial_relay_point_relais'), +(2739,345,'instance_id',''), +(2740,345,'cost','0'), +(2741,345,'total_tax','0'), +(2742,345,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2743,346,'_product_id','1467'), +(2744,346,'_variation_id','1468'), +(2745,346,'_qty','1'), +(2746,346,'_tax_class',''), +(2747,346,'_line_subtotal','120'), +(2748,346,'_line_subtotal_tax','0'), +(2749,346,'_line_total','120'), +(2750,346,'_line_tax','0'), +(2751,346,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2752,346,'pa_size','50'), +(2753,347,'method_id','mondial_relay_point_relais'), +(2754,347,'instance_id',''), +(2755,347,'cost','0'), +(2756,347,'total_tax','0'), +(2757,347,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2758,348,'_product_id','213'), +(2759,348,'_variation_id','570'), +(2760,348,'_qty','1'), +(2761,348,'_tax_class',''), +(2762,348,'_line_subtotal','75'), +(2763,348,'_line_subtotal_tax','0'), +(2764,348,'_line_total','75'), +(2765,348,'_line_tax','0'), +(2766,348,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2767,348,'pa_side','pair'), +(2768,349,'method_id','mondial_relay_point_relais'), +(2769,349,'instance_id',''), +(2770,349,'cost','0'), +(2771,349,'total_tax','0'), +(2772,349,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2773,350,'_product_id','342'), +(2774,350,'_variation_id','560'), +(2775,350,'_qty','1'), +(2776,350,'_tax_class',''), +(2777,350,'_line_subtotal','55'), +(2778,350,'_line_subtotal_tax','0'), +(2779,350,'_line_total','55'), +(2780,350,'_line_tax','0'), +(2781,350,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2782,350,'pa_side','all'), +(2783,351,'method_id','mondial_relay_point_relais'), +(2784,351,'instance_id',''), +(2785,351,'cost','0'), +(2786,351,'total_tax','0'), +(2787,351,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2788,352,'_product_id','202'), +(2789,352,'_variation_id','638'), +(2790,352,'_qty','1'), +(2791,352,'_tax_class',''), +(2792,352,'_line_subtotal','85'), +(2793,352,'_line_subtotal_tax','0'), +(2794,352,'_line_total','85'), +(2795,352,'_line_tax','0'), +(2796,352,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2797,352,'pa_side','pair'), +(2798,353,'method_id','mondial_relay_point_relais'), +(2799,353,'instance_id',''), +(2800,353,'cost','0'), +(2801,353,'total_tax','0'), +(2802,353,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2803,354,'_product_id','202'), +(2804,354,'_variation_id','638'), +(2805,354,'_qty','1'), +(2806,354,'_tax_class',''), +(2807,354,'_line_subtotal','85'), +(2808,354,'_line_subtotal_tax','0'), +(2809,354,'_line_total','85'), +(2810,354,'_line_tax','0'), +(2811,354,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2812,354,'pa_side','pair'), +(2813,355,'method_id','mondial_relay_point_relais'), +(2814,355,'instance_id',''), +(2815,355,'cost','0'), +(2816,355,'total_tax','0'), +(2817,355,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2818,356,'_product_id','274'), +(2819,356,'_variation_id','0'), +(2820,356,'_qty','1'), +(2821,356,'_tax_class',''), +(2822,356,'_line_subtotal','120'), +(2823,356,'_line_subtotal_tax','0'), +(2824,356,'_line_total','120'), +(2825,356,'_line_tax','0'), +(2826,356,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2827,357,'method_id','mondial_relay_point_relais'), +(2828,357,'instance_id',''), +(2829,357,'cost','0'), +(2830,357,'total_tax','0'), +(2831,357,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2832,358,'_product_id','306'), +(2833,358,'_variation_id','651'), +(2834,358,'_qty','1'), +(2835,358,'_tax_class',''), +(2836,358,'_line_subtotal','50'), +(2837,358,'_line_subtotal_tax','0'), +(2838,358,'_line_total','50'), +(2839,358,'_line_tax','0'), +(2840,358,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2841,358,'pa_side','long'), +(2842,359,'_product_id','306'), +(2843,359,'_variation_id','653'), +(2844,359,'_qty','1'), +(2845,359,'_tax_class',''), +(2846,359,'_line_subtotal','48'), +(2847,359,'_line_subtotal_tax','0'), +(2848,359,'_line_total','48'), +(2849,359,'_line_tax','0'), +(2850,359,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2851,359,'pa_side','short'), +(2852,360,'_product_id','285'), +(2853,360,'_variation_id','642'), +(2854,360,'_qty','1'), +(2855,360,'_tax_class',''), +(2856,360,'_line_subtotal','85'), +(2857,360,'_line_subtotal_tax','0'), +(2858,360,'_line_total','85'), +(2859,360,'_line_tax','0'), +(2860,360,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2861,360,'pa_side','pair'), +(2862,361,'method_id','free_shipping'), +(2863,361,'instance_id',''), +(2864,361,'cost','0'), +(2865,361,'total_tax','0'), +(2866,361,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2867,362,'_product_id','285'), +(2868,362,'_variation_id','642'), +(2869,362,'_qty','1'), +(2870,362,'_tax_class',''), +(2871,362,'_line_subtotal','85'), +(2872,362,'_line_subtotal_tax','0'), +(2873,362,'_line_total','85'), +(2874,362,'_line_tax','0'), +(2875,362,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(2876,362,'pa_side','pair'), +(2877,363,'method_id','mondial_relay_point_relais'), +(2878,363,'instance_id',''), +(2879,363,'cost','0'), +(2880,363,'total_tax','0'), +(2881,363,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(2912,368,'_product_id','0'), +(2913,369,'_product_id','0'), +(2914,368,'_variation_id','0'), +(2915,369,'_variation_id','0'), +(2916,368,'_qty','2'), +(2917,369,'_qty','2'), +(2918,368,'_tax_class',''), +(2919,369,'_tax_class',''), +(2920,368,'_line_subtotal','50'), +(2921,369,'_line_subtotal','50'), +(2922,368,'_line_subtotal_tax','0'), +(2923,369,'_line_subtotal_tax','0'), +(2924,368,'_line_total','50'), +(2925,369,'_line_total','50'), +(2926,368,'_line_tax','0'), +(2927,369,'_line_tax','0'), +(2928,368,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2929,369,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2930,370,'_product_id','0'), +(2931,371,'_product_id','0'), +(2932,370,'_variation_id','0'), +(2933,371,'_variation_id','0'), +(2934,370,'_qty','1'), +(2935,371,'_qty','1'), +(2936,370,'_tax_class',''), +(2937,371,'_tax_class',''), +(2938,370,'_line_subtotal','20'), +(2939,371,'_line_subtotal','20'), +(2940,370,'_line_subtotal_tax','0'), +(2941,371,'_line_subtotal_tax','0'), +(2942,370,'_line_total','20'), +(2943,371,'_line_total','20'), +(2944,370,'_line_tax','0'), +(2945,371,'_line_tax','0'), +(2946,370,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2947,371,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2948,370,'Colour','Red'), +(2949,371,'Colour','Red'), +(2950,370,'Size','Small'), +(2951,371,'Size','Small'), +(2952,372,'_product_id','0'), +(2953,373,'_product_id','0'), +(2954,372,'_variation_id','0'), +(2955,373,'_variation_id','0'), +(2956,372,'_qty','1'), +(2957,373,'_qty','1'), +(2958,372,'_tax_class',''), +(2959,373,'_tax_class',''), +(2960,372,'_line_subtotal','15'), +(2961,373,'_line_subtotal','15'), +(2962,372,'_line_subtotal_tax','0'), +(2963,373,'_line_subtotal_tax','0'), +(2964,372,'_line_total','15'), +(2965,373,'_line_total','15'), +(2966,372,'_line_tax','0'), +(2967,373,'_line_tax','0'), +(2968,372,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2969,373,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2970,374,'_product_id','0'), +(2971,375,'_product_id','0'), +(2972,374,'_variation_id','0'), +(2973,375,'_variation_id','0'), +(2974,374,'_qty','2'), +(2975,375,'_qty','2'), +(2976,374,'_tax_class',''), +(2977,375,'_tax_class',''), +(2978,374,'_line_subtotal','50'), +(2979,375,'_line_subtotal','50'), +(2980,374,'_line_subtotal_tax','0'), +(2981,375,'_line_subtotal_tax','0'), +(2982,374,'_line_total','50'), +(2983,375,'_line_total','50'), +(2984,374,'_line_tax','0'), +(2985,375,'_line_tax','0'), +(2986,374,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2987,375,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(2988,376,'_product_id','0'), +(2989,377,'_product_id','0'), +(2990,376,'_variation_id','0'), +(2991,377,'_variation_id','0'), +(2992,376,'_qty','1'), +(2993,377,'_qty','1'), +(2994,376,'_tax_class',''), +(2995,377,'_tax_class',''), +(2996,376,'_line_subtotal','20'), +(2997,377,'_line_subtotal','20'), +(2998,376,'_line_subtotal_tax','0'), +(2999,377,'_line_subtotal_tax','0'), +(3000,376,'_line_total','20'), +(3001,377,'_line_total','20'), +(3002,376,'_line_tax','0'), +(3003,377,'_line_tax','0'), +(3004,376,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3005,376,'Colour','Red'), +(3006,377,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3007,376,'Size','Small'), +(3008,377,'Colour','Red'), +(3009,377,'Size','Small'), +(3010,378,'_product_id','0'), +(3011,378,'_variation_id','0'), +(3012,379,'_product_id','0'), +(3013,378,'_qty','1'), +(3014,379,'_variation_id','0'), +(3015,378,'_tax_class',''), +(3016,379,'_qty','1'), +(3017,378,'_line_subtotal','15'), +(3018,379,'_tax_class',''), +(3019,378,'_line_subtotal_tax','0'), +(3020,379,'_line_subtotal','15'), +(3021,378,'_line_total','15'), +(3022,379,'_line_subtotal_tax','0'), +(3023,378,'_line_tax','0'), +(3024,379,'_line_total','15'), +(3025,378,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3026,379,'_line_tax','0'), +(3027,379,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3028,381,'_product_id','0'), +(3029,380,'_product_id','0'), +(3030,381,'_variation_id','0'), +(3031,380,'_variation_id','0'), +(3032,381,'_qty','2'), +(3033,380,'_qty','2'), +(3034,381,'_tax_class',''), +(3035,380,'_tax_class',''), +(3036,381,'_line_subtotal','50'), +(3037,380,'_line_subtotal','50'), +(3038,381,'_line_subtotal_tax','0'), +(3039,380,'_line_subtotal_tax','0'), +(3040,381,'_line_total','50'), +(3041,380,'_line_total','50'), +(3042,381,'_line_tax','0'), +(3043,380,'_line_tax','0'), +(3044,381,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3045,380,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3046,382,'_product_id','0'), +(3047,383,'_product_id','0'), +(3048,382,'_variation_id','0'), +(3049,383,'_variation_id','0'), +(3050,382,'_qty','1'), +(3051,383,'_qty','1'), +(3052,382,'_tax_class',''), +(3053,383,'_tax_class',''), +(3054,382,'_line_subtotal','20'), +(3055,383,'_line_subtotal','20'), +(3056,382,'_line_subtotal_tax','0'), +(3057,383,'_line_subtotal_tax','0'), +(3058,382,'_line_total','20'), +(3059,383,'_line_total','20'), +(3060,382,'_line_tax','0'), +(3061,383,'_line_tax','0'), +(3062,382,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3063,383,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3064,382,'Colour','Red'), +(3065,383,'Colour','Red'), +(3066,382,'Size','Small'), +(3067,383,'Size','Small'), +(3068,384,'_product_id','0'), +(3069,385,'_product_id','0'), +(3070,384,'_variation_id','0'), +(3071,385,'_variation_id','0'), +(3072,384,'_qty','1'), +(3073,385,'_qty','1'), +(3074,384,'_tax_class',''), +(3075,385,'_tax_class',''), +(3076,384,'_line_subtotal','15'), +(3077,385,'_line_subtotal','15'), +(3078,384,'_line_subtotal_tax','0'), +(3079,385,'_line_subtotal_tax','0'), +(3080,384,'_line_total','15'), +(3081,385,'_line_total','15'), +(3082,384,'_line_tax','0'), +(3083,385,'_line_tax','0'), +(3084,384,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3085,385,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3086,386,'_product_id','0'), +(3087,387,'_product_id','0'), +(3088,386,'_variation_id','0'), +(3089,387,'_variation_id','0'), +(3090,386,'_qty','2'), +(3091,387,'_qty','2'), +(3092,386,'_tax_class',''), +(3093,387,'_tax_class',''), +(3094,386,'_line_subtotal','50'), +(3095,387,'_line_subtotal','50'), +(3096,386,'_line_subtotal_tax','0'), +(3097,387,'_line_subtotal_tax','0'), +(3098,386,'_line_total','50'), +(3099,387,'_line_total','50'), +(3100,386,'_line_tax','0'), +(3101,387,'_line_tax','0'), +(3102,386,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3103,387,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3104,388,'_product_id','0'), +(3105,389,'_product_id','0'), +(3106,388,'_variation_id','0'), +(3107,389,'_variation_id','0'), +(3108,388,'_qty','1'), +(3109,389,'_qty','1'), +(3110,388,'_tax_class',''), +(3111,389,'_tax_class',''), +(3112,388,'_line_subtotal','20'), +(3113,389,'_line_subtotal','20'), +(3114,388,'_line_subtotal_tax','0'), +(3115,389,'_line_subtotal_tax','0'), +(3116,388,'_line_total','20'), +(3117,389,'_line_total','20'), +(3118,388,'_line_tax','0'), +(3119,389,'_line_tax','0'), +(3120,388,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3121,389,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3122,388,'Colour','Red'), +(3123,389,'Colour','Red'), +(3124,388,'Size','Small'), +(3125,389,'Size','Small'), +(3126,390,'_product_id','0'), +(3127,391,'_product_id','0'), +(3128,390,'_variation_id','0'), +(3129,391,'_variation_id','0'), +(3130,390,'_qty','1'), +(3131,391,'_qty','1'), +(3132,390,'_tax_class',''), +(3133,391,'_tax_class',''), +(3134,390,'_line_subtotal','15'), +(3135,391,'_line_subtotal','15'), +(3136,390,'_line_subtotal_tax','0'), +(3137,391,'_line_subtotal_tax','0'), +(3138,390,'_line_total','15'), +(3139,391,'_line_total','15'), +(3140,390,'_line_tax','0'), +(3141,391,'_line_tax','0'), +(3142,390,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3143,391,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3144,392,'_product_id','0'), +(3145,392,'_variation_id','0'), +(3146,393,'_product_id','0'), +(3147,392,'_qty','2'), +(3148,393,'_variation_id','0'), +(3149,392,'_tax_class',''), +(3150,393,'_qty','2'), +(3151,392,'_line_subtotal','50'), +(3152,393,'_tax_class',''), +(3153,392,'_line_subtotal_tax','0'), +(3154,393,'_line_subtotal','50'), +(3155,392,'_line_total','50'), +(3156,393,'_line_subtotal_tax','0'), +(3157,392,'_line_tax','0'), +(3158,393,'_line_total','50'), +(3159,392,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3160,393,'_line_tax','0'), +(3161,393,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3162,394,'_product_id','0'), +(3163,394,'_variation_id','0'), +(3164,395,'_product_id','0'), +(3165,394,'_qty','1'), +(3166,395,'_variation_id','0'), +(3167,394,'_tax_class',''), +(3168,395,'_qty','1'), +(3169,394,'_line_subtotal','20'), +(3170,395,'_tax_class',''), +(3171,394,'_line_subtotal_tax','0'), +(3172,395,'_line_subtotal','20'), +(3173,394,'_line_total','20'), +(3174,395,'_line_subtotal_tax','0'), +(3175,394,'_line_tax','0'), +(3176,395,'_line_total','20'), +(3177,394,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3178,394,'Colour','Red'), +(3179,395,'_line_tax','0'), +(3180,394,'Size','Small'), +(3181,395,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3182,395,'Colour','Red'), +(3183,395,'Size','Small'), +(3184,396,'_product_id','0'), +(3185,396,'_variation_id','0'), +(3186,397,'_product_id','0'), +(3187,396,'_qty','1'), +(3188,397,'_variation_id','0'), +(3189,396,'_tax_class',''), +(3190,397,'_qty','1'), +(3191,396,'_line_subtotal','15'), +(3192,397,'_tax_class',''), +(3193,396,'_line_subtotal_tax','0'), +(3194,397,'_line_subtotal','15'), +(3195,396,'_line_total','15'), +(3196,397,'_line_subtotal_tax','0'), +(3197,396,'_line_tax','0'), +(3198,397,'_line_total','15'), +(3199,396,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3200,397,'_line_tax','0'), +(3201,397,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3202,398,'_product_id','0'), +(3203,398,'_variation_id','0'), +(3204,398,'_qty','2'), +(3205,398,'_tax_class',''), +(3206,398,'_line_subtotal','50'), +(3207,398,'_line_subtotal_tax','0'), +(3208,398,'_line_total','50'), +(3209,398,'_line_tax','0'), +(3210,398,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3211,399,'_product_id','0'), +(3212,399,'_variation_id','0'), +(3213,399,'_qty','1'), +(3214,399,'_tax_class',''), +(3215,399,'_line_subtotal','20'), +(3216,399,'_line_subtotal_tax','0'), +(3217,399,'_line_total','20'), +(3218,399,'_line_tax','0'), +(3219,399,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3220,399,'Colour','Red'), +(3221,399,'Size','Small'), +(3222,400,'_product_id','0'), +(3223,400,'_variation_id','0'), +(3224,400,'_qty','1'), +(3225,400,'_tax_class',''), +(3226,400,'_line_subtotal','15'), +(3227,400,'_line_subtotal_tax','0'), +(3228,400,'_line_total','15'), +(3229,400,'_line_tax','0'), +(3230,400,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3231,401,'_product_id','0'), +(3232,401,'_variation_id','0'), +(3233,401,'_qty','2'), +(3234,401,'_tax_class',''), +(3235,401,'_line_subtotal','50'), +(3236,401,'_line_subtotal_tax','0'), +(3237,401,'_line_total','50'), +(3238,401,'_line_tax','0'), +(3239,401,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3240,402,'_product_id','0'), +(3241,402,'_variation_id','0'), +(3242,402,'_qty','1'), +(3243,402,'_tax_class',''), +(3244,402,'_line_subtotal','20'), +(3245,402,'_line_subtotal_tax','0'), +(3246,402,'_line_total','20'), +(3247,402,'_line_tax','0'), +(3248,402,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3249,402,'Colour','Red'), +(3250,402,'Size','Small'), +(3251,403,'_product_id','0'), +(3252,403,'_variation_id','0'), +(3253,404,'_product_id','0'), +(3254,403,'_qty','2'), +(3255,404,'_variation_id','0'), +(3256,403,'_tax_class',''), +(3257,404,'_qty','1'), +(3258,403,'_line_subtotal','50'), +(3259,404,'_tax_class',''), +(3260,403,'_line_subtotal_tax','0'), +(3261,404,'_line_subtotal','15'), +(3262,403,'_line_total','50'), +(3263,404,'_line_subtotal_tax','0'), +(3264,403,'_line_tax','0'), +(3265,404,'_line_total','15'), +(3266,403,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3267,404,'_line_tax','0'), +(3268,404,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3269,405,'_product_id','0'), +(3270,405,'_variation_id','0'), +(3271,405,'_qty','1'), +(3272,405,'_tax_class',''), +(3273,405,'_line_subtotal','20'), +(3274,405,'_line_subtotal_tax','0'), +(3275,405,'_line_total','20'), +(3276,405,'_line_tax','0'), +(3277,405,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3278,405,'Colour','Red'), +(3279,405,'Size','Small'), +(3280,406,'_product_id','0'), +(3281,406,'_variation_id','0'), +(3282,406,'_qty','1'), +(3283,406,'_tax_class',''), +(3284,406,'_line_subtotal','15'), +(3285,406,'_line_subtotal_tax','0'), +(3286,406,'_line_total','15'), +(3287,406,'_line_tax','0'), +(3288,406,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3289,407,'_product_id','0'), +(3290,407,'_variation_id','0'), +(3291,407,'_qty','2'), +(3292,407,'_tax_class',''), +(3293,407,'_line_subtotal','50'), +(3294,407,'_line_subtotal_tax','0'), +(3295,407,'_line_total','50'), +(3296,408,'_product_id','0'), +(3297,407,'_line_tax','0'), +(3298,408,'_variation_id','0'), +(3299,407,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3300,408,'_qty','2'), +(3301,408,'_tax_class',''), +(3302,409,'_product_id','0'), +(3303,408,'_line_subtotal','50'), +(3304,409,'_variation_id','0'), +(3305,408,'_line_subtotal_tax','0'), +(3306,409,'_qty','1'), +(3307,408,'_line_total','50'), +(3308,409,'_tax_class',''), +(3309,408,'_line_tax','0'), +(3310,409,'_line_subtotal','20'), +(3311,408,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3312,409,'_line_subtotal_tax','0'), +(3313,409,'_line_total','20'), +(3314,410,'_product_id','0'), +(3315,409,'_line_tax','0'), +(3316,410,'_variation_id','0'), +(3317,409,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3318,410,'_qty','1'), +(3319,409,'Colour','Red'), +(3320,410,'_tax_class',''), +(3321,409,'Size','Small'), +(3322,410,'_line_subtotal','20'), +(3323,410,'_line_subtotal_tax','0'), +(3324,411,'_product_id','0'), +(3325,410,'_line_total','20'), +(3326,411,'_variation_id','0'), +(3327,410,'_line_tax','0'), +(3328,411,'_qty','1'), +(3329,410,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3330,411,'_tax_class',''), +(3331,410,'Colour','Red'), +(3332,410,'Size','Small'), +(3333,411,'_line_subtotal','15'), +(3334,411,'_line_subtotal_tax','0'), +(3335,412,'_product_id','0'), +(3336,411,'_line_total','15'), +(3337,412,'_variation_id','0'), +(3338,411,'_line_tax','0'), +(3339,412,'_qty','1'), +(3340,411,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3341,412,'_tax_class',''), +(3342,412,'_line_subtotal','15'), +(3343,412,'_line_subtotal_tax','0'), +(3344,412,'_line_total','15'), +(3345,412,'_line_tax','0'), +(3346,412,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3347,413,'_product_id','0'), +(3348,414,'_product_id','0'), +(3349,413,'_variation_id','0'), +(3350,414,'_variation_id','0'), +(3351,413,'_qty','2'), +(3352,414,'_qty','2'), +(3353,413,'_tax_class',''), +(3354,414,'_tax_class',''), +(3355,413,'_line_subtotal','50'), +(3356,414,'_line_subtotal','50'), +(3357,413,'_line_subtotal_tax','0'), +(3358,414,'_line_subtotal_tax','0'), +(3359,413,'_line_total','50'), +(3360,414,'_line_total','50'), +(3361,413,'_line_tax','0'), +(3362,414,'_line_tax','0'), +(3363,413,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3364,414,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3365,415,'_product_id','0'), +(3366,416,'_product_id','0'), +(3367,415,'_variation_id','0'), +(3368,416,'_variation_id','0'), +(3369,415,'_qty','1'), +(3370,416,'_qty','1'), +(3371,415,'_tax_class',''), +(3372,416,'_tax_class',''), +(3373,415,'_line_subtotal','20'), +(3374,416,'_line_subtotal','20'), +(3375,415,'_line_subtotal_tax','0'), +(3376,416,'_line_subtotal_tax','0'), +(3377,415,'_line_total','20'), +(3378,416,'_line_total','20'), +(3379,415,'_line_tax','0'), +(3380,416,'_line_tax','0'), +(3381,415,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3382,415,'Colour','Red'), +(3383,416,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3384,415,'Size','Small'), +(3385,416,'Colour','Red'), +(3386,416,'Size','Small'), +(3387,417,'_product_id','0'), +(3388,418,'_product_id','0'), +(3389,417,'_variation_id','0'), +(3390,418,'_variation_id','0'), +(3391,417,'_qty','1'), +(3392,418,'_qty','1'), +(3393,417,'_tax_class',''), +(3394,418,'_tax_class',''), +(3395,417,'_line_subtotal','15'), +(3396,418,'_line_subtotal','15'), +(3397,417,'_line_subtotal_tax','0'), +(3398,418,'_line_subtotal_tax','0'), +(3399,417,'_line_total','15'), +(3400,418,'_line_total','15'), +(3401,417,'_line_tax','0'), +(3402,418,'_line_tax','0'), +(3403,417,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3404,418,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3405,419,'_product_id','0'), +(3406,419,'_variation_id','0'), +(3407,420,'_product_id','0'), +(3408,419,'_qty','2'), +(3409,420,'_variation_id','0'), +(3410,419,'_tax_class',''), +(3411,420,'_qty','2'), +(3412,419,'_line_subtotal','50'), +(3413,420,'_tax_class',''), +(3414,419,'_line_subtotal_tax','0'), +(3415,420,'_line_subtotal','50'), +(3416,419,'_line_total','50'), +(3417,420,'_line_subtotal_tax','0'), +(3418,419,'_line_tax','0'), +(3419,420,'_line_total','50'), +(3420,419,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3421,420,'_line_tax','0'), +(3422,420,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3423,421,'_product_id','0'), +(3424,421,'_variation_id','0'), +(3425,422,'_product_id','0'), +(3426,421,'_qty','1'), +(3427,422,'_variation_id','0'), +(3428,421,'_tax_class',''), +(3429,422,'_qty','1'), +(3430,421,'_line_subtotal','20'), +(3431,422,'_tax_class',''), +(3432,421,'_line_subtotal_tax','0'), +(3433,422,'_line_subtotal','20'), +(3434,421,'_line_total','20'), +(3435,422,'_line_subtotal_tax','0'), +(3436,421,'_line_tax','0'), +(3437,422,'_line_total','20'), +(3438,421,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3439,422,'_line_tax','0'), +(3440,421,'Colour','Red'), +(3441,421,'Size','Small'), +(3442,422,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3443,422,'Colour','Red'), +(3444,422,'Size','Small'), +(3445,423,'_product_id','0'), +(3446,423,'_variation_id','0'), +(3447,424,'_product_id','0'), +(3448,423,'_qty','1'), +(3449,424,'_variation_id','0'), +(3450,423,'_tax_class',''), +(3451,424,'_qty','1'), +(3452,423,'_line_subtotal','15'), +(3453,424,'_tax_class',''), +(3454,423,'_line_subtotal_tax','0'), +(3455,424,'_line_subtotal','15'), +(3456,423,'_line_total','15'), +(3457,424,'_line_subtotal_tax','0'), +(3458,423,'_line_tax','0'), +(3459,424,'_line_total','15'), +(3460,423,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3461,424,'_line_tax','0'), +(3462,424,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3463,425,'_product_id','0'), +(3464,426,'_product_id','0'), +(3465,425,'_variation_id','0'), +(3466,426,'_variation_id','0'), +(3467,425,'_qty','2'), +(3468,426,'_qty','2'), +(3469,425,'_tax_class',''), +(3470,426,'_tax_class',''), +(3471,425,'_line_subtotal','50'), +(3472,426,'_line_subtotal','50'), +(3473,425,'_line_subtotal_tax','0'), +(3474,426,'_line_subtotal_tax','0'), +(3475,425,'_line_total','50'), +(3476,426,'_line_total','50'), +(3477,425,'_line_tax','0'), +(3478,426,'_line_tax','0'), +(3479,425,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3480,426,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3481,427,'_product_id','0'), +(3482,428,'_product_id','0'), +(3483,427,'_variation_id','0'), +(3484,428,'_variation_id','0'), +(3485,427,'_qty','1'), +(3486,428,'_qty','1'), +(3487,427,'_tax_class',''), +(3488,428,'_tax_class',''), +(3489,427,'_line_subtotal','20'), +(3490,428,'_line_subtotal','20'), +(3491,427,'_line_subtotal_tax','0'), +(3492,428,'_line_subtotal_tax','0'), +(3493,427,'_line_total','20'), +(3494,428,'_line_total','20'), +(3495,427,'_line_tax','0'), +(3496,428,'_line_tax','0'), +(3497,427,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3498,428,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3499,427,'Colour','Red'), +(3500,428,'Colour','Red'), +(3501,427,'Size','Small'), +(3502,428,'Size','Small'), +(3503,429,'_product_id','0'), +(3504,430,'_product_id','0'), +(3505,429,'_variation_id','0'), +(3506,430,'_variation_id','0'), +(3507,429,'_qty','1'), +(3508,430,'_qty','1'), +(3509,429,'_tax_class',''), +(3510,430,'_tax_class',''), +(3511,429,'_line_subtotal','15'), +(3512,430,'_line_subtotal','15'), +(3513,429,'_line_subtotal_tax','0'), +(3514,430,'_line_subtotal_tax','0'), +(3515,429,'_line_total','15'), +(3516,430,'_line_total','15'), +(3517,429,'_line_tax','0'), +(3518,430,'_line_tax','0'), +(3519,429,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3520,430,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3521,431,'_product_id','0'), +(3522,432,'_product_id','0'), +(3523,431,'_variation_id','0'), +(3524,432,'_variation_id','0'), +(3525,431,'_qty','2'), +(3526,432,'_qty','2'), +(3527,431,'_tax_class',''), +(3528,432,'_tax_class',''), +(3529,431,'_line_subtotal','50'), +(3530,432,'_line_subtotal','50'), +(3531,431,'_line_subtotal_tax','0'), +(3532,432,'_line_subtotal_tax','0'), +(3533,431,'_line_total','50'), +(3534,432,'_line_total','50'), +(3535,431,'_line_tax','0'), +(3536,432,'_line_tax','0'), +(3537,431,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3538,432,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3539,433,'_product_id','0'), +(3540,434,'_product_id','0'), +(3541,433,'_variation_id','0'), +(3542,434,'_variation_id','0'), +(3543,433,'_qty','1'), +(3544,434,'_qty','1'), +(3545,433,'_tax_class',''), +(3546,434,'_tax_class',''), +(3547,433,'_line_subtotal','20'), +(3548,434,'_line_subtotal','20'), +(3549,433,'_line_subtotal_tax','0'), +(3550,434,'_line_subtotal_tax','0'), +(3551,433,'_line_total','20'), +(3552,434,'_line_total','20'), +(3553,433,'_line_tax','0'), +(3554,434,'_line_tax','0'), +(3555,433,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3556,434,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3557,433,'Colour','Red'), +(3558,434,'Colour','Red'), +(3559,433,'Size','Small'), +(3560,434,'Size','Small'), +(3561,435,'_product_id','0'), +(3562,436,'_product_id','0'), +(3563,435,'_variation_id','0'), +(3564,436,'_variation_id','0'), +(3565,435,'_qty','1'), +(3566,436,'_qty','1'), +(3567,435,'_tax_class',''), +(3568,436,'_tax_class',''), +(3569,435,'_line_subtotal','15'), +(3570,436,'_line_subtotal','15'), +(3571,435,'_line_subtotal_tax','0'), +(3572,436,'_line_subtotal_tax','0'), +(3573,435,'_line_total','15'), +(3574,436,'_line_total','15'), +(3575,435,'_line_tax','0'), +(3576,436,'_line_tax','0'), +(3577,435,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3578,436,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3579,437,'_product_id','0'), +(3580,437,'_variation_id','0'), +(3581,437,'_qty','2'), +(3582,437,'_tax_class',''), +(3583,437,'_line_subtotal','50'), +(3584,437,'_line_subtotal_tax','0'), +(3585,437,'_line_total','50'), +(3586,437,'_line_tax','0'), +(3587,437,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3588,438,'_product_id','0'), +(3589,438,'_variation_id','0'), +(3590,438,'_qty','1'), +(3591,438,'_tax_class',''), +(3592,438,'_line_subtotal','20'), +(3593,438,'_line_subtotal_tax','0'), +(3594,438,'_line_total','20'), +(3595,438,'_line_tax','0'), +(3596,438,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3597,438,'Colour','Red'), +(3598,438,'Size','Small'), +(3599,439,'_product_id','0'), +(3600,439,'_variation_id','0'), +(3601,439,'_qty','1'), +(3602,439,'_tax_class',''), +(3603,439,'_line_subtotal','15'), +(3604,439,'_line_subtotal_tax','0'), +(3605,440,'_product_id','0'), +(3606,439,'_line_total','15'), +(3607,440,'_variation_id','0'), +(3608,439,'_line_tax','0'), +(3609,440,'_qty','2'), +(3610,439,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3611,440,'_tax_class',''), +(3612,440,'_line_subtotal','50'), +(3613,440,'_line_subtotal_tax','0'), +(3614,440,'_line_total','50'), +(3615,440,'_line_tax','0'), +(3616,440,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3617,441,'_product_id','0'), +(3618,441,'_variation_id','0'), +(3619,441,'_qty','1'), +(3620,441,'_tax_class',''), +(3621,441,'_line_subtotal','20'), +(3622,441,'_line_subtotal_tax','0'), +(3623,441,'_line_total','20'), +(3624,441,'_line_tax','0'), +(3625,441,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3626,441,'Colour','Red'), +(3627,441,'Size','Small'), +(3628,442,'_product_id','0'), +(3629,442,'_variation_id','0'), +(3630,442,'_qty','1'), +(3631,442,'_tax_class',''), +(3632,442,'_line_subtotal','15'), +(3633,442,'_line_subtotal_tax','0'), +(3634,442,'_line_total','15'), +(3635,442,'_line_tax','0'), +(3636,442,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3637,444,'_product_id','0'), +(3638,443,'_product_id','0'), +(3639,443,'_variation_id','0'), +(3640,444,'_variation_id','0'), +(3641,443,'_qty','2'), +(3642,444,'_qty','2'), +(3643,443,'_tax_class',''), +(3644,444,'_tax_class',''), +(3645,443,'_line_subtotal','50'), +(3646,444,'_line_subtotal','50'), +(3647,443,'_line_subtotal_tax','0'), +(3648,444,'_line_subtotal_tax','0'), +(3649,443,'_line_total','50'), +(3650,444,'_line_total','50'), +(3651,443,'_line_tax','0'), +(3652,444,'_line_tax','0'), +(3653,443,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3654,444,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3655,445,'_product_id','0'), +(3656,445,'_variation_id','0'), +(3657,446,'_product_id','0'), +(3658,445,'_qty','1'), +(3659,446,'_variation_id','0'), +(3660,445,'_tax_class',''), +(3661,446,'_qty','1'), +(3662,446,'_tax_class',''), +(3663,445,'_line_subtotal','20'), +(3664,446,'_line_subtotal','20'), +(3665,445,'_line_subtotal_tax','0'), +(3666,446,'_line_subtotal_tax','0'), +(3667,445,'_line_total','20'), +(3668,446,'_line_total','20'), +(3669,445,'_line_tax','0'), +(3670,446,'_line_tax','0'), +(3671,445,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3672,446,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3673,445,'Colour','Red'), +(3674,446,'Colour','Red'), +(3675,445,'Size','Small'), +(3676,446,'Size','Small'), +(3677,447,'_product_id','0'), +(3678,448,'_product_id','0'), +(3679,447,'_variation_id','0'), +(3680,448,'_variation_id','0'), +(3681,447,'_qty','1'), +(3682,448,'_qty','1'), +(3683,447,'_tax_class',''), +(3684,448,'_tax_class',''), +(3685,447,'_line_subtotal','15'), +(3686,448,'_line_subtotal','15'), +(3687,447,'_line_subtotal_tax','0'), +(3688,448,'_line_subtotal_tax','0'), +(3689,447,'_line_total','15'), +(3690,448,'_line_total','15'), +(3691,447,'_line_tax','0'), +(3692,448,'_line_tax','0'), +(3693,447,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3694,448,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3695,449,'_product_id','0'), +(3696,450,'_product_id','0'), +(3697,449,'_variation_id','0'), +(3698,450,'_variation_id','0'), +(3699,449,'_qty','2'), +(3700,450,'_qty','2'), +(3701,449,'_tax_class',''), +(3702,450,'_tax_class',''), +(3703,449,'_line_subtotal','50'), +(3704,450,'_line_subtotal','50'), +(3705,449,'_line_subtotal_tax','0'), +(3706,450,'_line_subtotal_tax','0'), +(3707,449,'_line_total','50'), +(3708,450,'_line_total','50'), +(3709,449,'_line_tax','0'), +(3710,450,'_line_tax','0'), +(3711,449,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3712,450,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3713,451,'_product_id','0'), +(3714,452,'_product_id','0'), +(3715,451,'_variation_id','0'), +(3716,452,'_variation_id','0'), +(3717,451,'_qty','1'), +(3718,452,'_qty','1'), +(3719,451,'_tax_class',''), +(3720,452,'_tax_class',''), +(3721,451,'_line_subtotal','20'), +(3722,452,'_line_subtotal','20'), +(3723,451,'_line_subtotal_tax','0'), +(3724,452,'_line_subtotal_tax','0'), +(3725,451,'_line_total','20'), +(3726,452,'_line_total','20'), +(3727,451,'_line_tax','0'), +(3728,452,'_line_tax','0'), +(3729,451,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3730,452,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3731,451,'Colour','Red'), +(3732,452,'Colour','Red'), +(3733,451,'Size','Small'), +(3734,452,'Size','Small'), +(3735,453,'_product_id','0'), +(3736,454,'_product_id','0'), +(3737,453,'_variation_id','0'), +(3738,454,'_variation_id','0'), +(3739,453,'_qty','1'), +(3740,454,'_qty','1'), +(3741,453,'_tax_class',''), +(3742,454,'_tax_class',''), +(3743,453,'_line_subtotal','15'), +(3744,454,'_line_subtotal','15'), +(3745,453,'_line_subtotal_tax','0'), +(3746,454,'_line_subtotal_tax','0'), +(3747,453,'_line_total','15'), +(3748,454,'_line_total','15'), +(3749,453,'_line_tax','0'), +(3750,454,'_line_tax','0'), +(3751,453,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3752,454,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3753,455,'_product_id','0'), +(3754,456,'_product_id','0'), +(3755,455,'_variation_id','0'), +(3756,456,'_variation_id','0'), +(3757,455,'_qty','2'), +(3758,456,'_qty','2'), +(3759,455,'_tax_class',''), +(3760,456,'_tax_class',''), +(3761,455,'_line_subtotal','50'), +(3762,456,'_line_subtotal','50'), +(3763,455,'_line_subtotal_tax','0'), +(3764,456,'_line_subtotal_tax','0'), +(3765,455,'_line_total','50'), +(3766,456,'_line_total','50'), +(3767,455,'_line_tax','0'), +(3768,456,'_line_tax','0'), +(3769,455,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3770,456,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3771,457,'_product_id','0'), +(3772,458,'_product_id','0'), +(3773,457,'_variation_id','0'), +(3774,458,'_variation_id','0'), +(3775,457,'_qty','1'), +(3776,458,'_qty','1'), +(3777,457,'_tax_class',''), +(3778,458,'_tax_class',''), +(3779,457,'_line_subtotal','20'), +(3780,458,'_line_subtotal','20'), +(3781,457,'_line_subtotal_tax','0'), +(3782,458,'_line_subtotal_tax','0'), +(3783,457,'_line_total','20'), +(3784,458,'_line_total','20'), +(3785,457,'_line_tax','0'), +(3786,458,'_line_tax','0'), +(3787,457,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3788,457,'Colour','Red'), +(3789,458,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3790,457,'Size','Small'), +(3791,458,'Colour','Red'), +(3792,458,'Size','Small'), +(3793,459,'_product_id','0'), +(3794,460,'_product_id','0'), +(3795,459,'_variation_id','0'), +(3796,460,'_variation_id','0'), +(3797,460,'_qty','1'), +(3798,459,'_qty','1'), +(3799,460,'_tax_class',''), +(3800,459,'_tax_class',''), +(3801,460,'_line_subtotal','15'), +(3802,459,'_line_subtotal','15'), +(3803,460,'_line_subtotal_tax','0'), +(3804,459,'_line_subtotal_tax','0'), +(3805,460,'_line_total','15'), +(3806,459,'_line_total','15'), +(3807,460,'_line_tax','0'), +(3808,459,'_line_tax','0'), +(3809,460,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3810,459,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3811,461,'_product_id','0'), +(3812,462,'_product_id','0'), +(3813,461,'_variation_id','0'), +(3814,462,'_variation_id','0'), +(3815,461,'_qty','2'), +(3816,462,'_qty','2'), +(3817,461,'_tax_class',''), +(3818,462,'_tax_class',''), +(3819,461,'_line_subtotal','50'), +(3820,462,'_line_subtotal','50'), +(3821,461,'_line_subtotal_tax','0'), +(3822,462,'_line_subtotal_tax','0'), +(3823,461,'_line_total','50'), +(3824,462,'_line_total','50'), +(3825,461,'_line_tax','0'), +(3826,462,'_line_tax','0'), +(3827,461,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3828,462,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3829,463,'_product_id','0'), +(3830,464,'_product_id','0'), +(3831,463,'_variation_id','0'), +(3832,464,'_variation_id','0'), +(3833,463,'_qty','1'), +(3834,464,'_qty','1'), +(3835,463,'_tax_class',''), +(3836,464,'_tax_class',''), +(3837,463,'_line_subtotal','20'), +(3838,464,'_line_subtotal','20'), +(3839,463,'_line_subtotal_tax','0'), +(3840,464,'_line_subtotal_tax','0'), +(3841,463,'_line_total','20'), +(3842,464,'_line_total','20'), +(3843,463,'_line_tax','0'), +(3844,464,'_line_tax','0'), +(3845,463,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3846,463,'Colour','Red'), +(3847,464,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3848,463,'Size','Small'), +(3849,464,'Colour','Red'), +(3850,464,'Size','Small'), +(3851,465,'_product_id','0'), +(3852,466,'_product_id','0'), +(3853,465,'_variation_id','0'), +(3854,466,'_variation_id','0'), +(3855,465,'_qty','1'), +(3856,466,'_qty','1'), +(3857,465,'_tax_class',''), +(3858,466,'_tax_class',''), +(3859,465,'_line_subtotal','15'), +(3860,466,'_line_subtotal','15'), +(3861,465,'_line_subtotal_tax','0'), +(3862,466,'_line_subtotal_tax','0'), +(3863,465,'_line_total','15'), +(3864,466,'_line_total','15'), +(3865,465,'_line_tax','0'), +(3866,466,'_line_tax','0'), +(3867,465,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3868,466,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3869,467,'_product_id','0'), +(3870,468,'_product_id','0'), +(3871,467,'_variation_id','0'), +(3872,468,'_variation_id','0'), +(3873,467,'_qty','2'), +(3874,468,'_qty','2'), +(3875,467,'_tax_class',''), +(3876,468,'_tax_class',''), +(3877,467,'_line_subtotal','50'), +(3878,468,'_line_subtotal','50'), +(3879,467,'_line_subtotal_tax','0'), +(3880,468,'_line_subtotal_tax','0'), +(3881,467,'_line_total','50'), +(3882,468,'_line_total','50'), +(3883,467,'_line_tax','0'), +(3884,468,'_line_tax','0'), +(3885,467,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3886,468,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3887,469,'_product_id','0'), +(3888,470,'_product_id','0'), +(3889,469,'_variation_id','0'), +(3890,470,'_variation_id','0'), +(3891,469,'_qty','1'), +(3892,470,'_qty','1'), +(3893,469,'_tax_class',''), +(3894,470,'_tax_class',''), +(3895,469,'_line_subtotal','20'), +(3896,470,'_line_subtotal','20'), +(3897,469,'_line_subtotal_tax','0'), +(3898,470,'_line_subtotal_tax','0'), +(3899,469,'_line_total','20'), +(3900,470,'_line_total','20'), +(3901,469,'_line_tax','0'), +(3902,470,'_line_tax','0'), +(3903,469,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3904,470,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3905,469,'Colour','Red'), +(3906,470,'Colour','Red'), +(3907,469,'Size','Small'), +(3908,470,'Size','Small'), +(3909,471,'_product_id','0'), +(3910,472,'_product_id','0'), +(3911,471,'_variation_id','0'), +(3912,472,'_variation_id','0'), +(3913,471,'_qty','1'), +(3914,472,'_qty','1'), +(3915,471,'_tax_class',''), +(3916,472,'_tax_class',''), +(3917,471,'_line_subtotal','15'), +(3918,472,'_line_subtotal','15'), +(3919,471,'_line_subtotal_tax','0'), +(3920,472,'_line_subtotal_tax','0'), +(3921,471,'_line_total','15'), +(3922,472,'_line_total','15'), +(3923,471,'_line_tax','0'), +(3924,472,'_line_tax','0'), +(3925,471,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3926,472,'_line_tax_data','a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}'), +(3927,473,'_product_id','1467'), +(3928,473,'_variation_id','1469'), +(3929,473,'_qty','1'), +(3930,473,'_tax_class',''), +(3931,473,'_line_subtotal','120'), +(3932,473,'_line_subtotal_tax','0'), +(3933,473,'_line_total','120'), +(3934,473,'_line_tax','0'), +(3935,473,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3936,473,'pa_size','52'), +(3937,474,'method_id','mondial_relay_point_relais'), +(3938,474,'instance_id',''), +(3939,474,'cost','0'), +(3940,474,'total_tax','0'), +(3941,474,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3942,475,'_product_id','1516'), +(3943,475,'_variation_id','0'), +(3944,475,'_qty','1'), +(3945,475,'_tax_class',''), +(3946,475,'_line_subtotal','50'), +(3947,475,'_line_subtotal_tax','0'), +(3948,475,'_line_total','50'), +(3949,475,'_line_tax','0'), +(3950,475,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3951,476,'method_id','mondial_relay_point_relais'), +(3952,476,'instance_id',''), +(3953,476,'cost','0'), +(3954,476,'total_tax','0'), +(3955,476,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3956,477,'_product_id','766'), +(3957,477,'_variation_id','0'), +(3958,477,'_qty','1'), +(3959,477,'_tax_class',''), +(3960,477,'_line_subtotal','85'), +(3961,477,'_line_subtotal_tax','0'), +(3962,477,'_line_total','85'), +(3963,477,'_line_tax','0'), +(3964,477,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3965,478,'method_id','mondial_relay_point_relais'), +(3966,478,'instance_id',''), +(3967,478,'cost','0'), +(3968,478,'total_tax','0'), +(3969,478,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3970,479,'_product_id','202'), +(3971,479,'_variation_id','638'), +(3972,479,'_qty','1'), +(3973,479,'_tax_class',''), +(3974,479,'_line_subtotal','85'), +(3975,479,'_line_subtotal_tax','0'), +(3976,479,'_line_total','85'), +(3977,479,'_line_tax','0'), +(3978,479,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3979,479,'pa_side','pair'), +(3980,480,'method_id','mondial_relay_point_relais'), +(3981,480,'instance_id',''), +(3982,480,'cost','0'), +(3983,480,'total_tax','0'), +(3984,480,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3985,481,'_product_id','435'), +(3986,481,'_variation_id','0'), +(3987,481,'_qty','1'), +(3988,481,'_tax_class',''), +(3989,481,'_line_subtotal','40'), +(3990,481,'_line_subtotal_tax','0'), +(3991,481,'_line_total','40'), +(3992,481,'_line_tax','0'), +(3993,481,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(3994,482,'method_id','mondial_relay_point_relais'), +(3995,482,'instance_id',''), +(3996,482,'cost','3'), +(3997,482,'total_tax','0'), +(3998,482,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(3999,483,'_product_id','1512'), +(4000,483,'_variation_id','0'), +(4001,483,'_qty','1'), +(4002,483,'_tax_class',''), +(4003,483,'_line_subtotal','50'), +(4004,483,'_line_subtotal_tax','0'), +(4005,483,'_line_total','50'), +(4006,483,'_line_tax','0'), +(4007,483,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4008,484,'_product_id','318'), +(4009,484,'_variation_id','0'), +(4010,484,'_qty','1'), +(4011,484,'_tax_class',''), +(4012,484,'_line_subtotal','45'), +(4013,484,'_line_subtotal_tax','0'), +(4014,484,'_line_total','45'), +(4015,484,'_line_tax','0'), +(4016,484,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4017,485,'method_id','mondial_relay_point_relais'), +(4018,485,'instance_id',''), +(4019,485,'cost','0'), +(4020,485,'total_tax','0'), +(4021,485,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4036,488,'_product_id','1512'), +(4037,488,'_variation_id','0'), +(4038,488,'_qty','1'), +(4039,488,'_tax_class',''), +(4040,488,'_line_subtotal','50'), +(4041,488,'_line_subtotal_tax','0'), +(4042,488,'_line_total','50'), +(4043,488,'_line_tax','0'), +(4044,488,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4045,489,'method_id','mondial_relay_point_relais'), +(4046,489,'instance_id',''), +(4047,489,'cost','0'), +(4048,489,'total_tax','0'), +(4049,489,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4074,493,'_product_id','1531'), +(4075,493,'_variation_id','0'), +(4076,493,'_qty','1'), +(4077,493,'_tax_class',''), +(4078,493,'_line_subtotal','50'), +(4079,493,'_line_subtotal_tax','0'), +(4080,493,'_line_total','50'), +(4081,493,'_line_tax','0'), +(4082,493,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4083,494,'method_id','mondial_relay_point_relais'), +(4084,494,'instance_id',''), +(4085,494,'cost','0'), +(4086,494,'total_tax','0'), +(4087,494,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4088,495,'_product_id','1531'), +(4089,495,'_variation_id','0'), +(4090,495,'_qty','1'), +(4091,495,'_tax_class',''), +(4092,495,'_line_subtotal','50'), +(4093,495,'_line_subtotal_tax','0'), +(4094,495,'_line_total','50'), +(4095,495,'_line_tax','0'), +(4096,495,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4097,496,'method_id','mondial_relay_point_relais'), +(4098,496,'instance_id',''), +(4099,496,'cost','0'), +(4100,496,'total_tax','0'), +(4101,496,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4102,497,'_product_id','1549'), +(4103,497,'_variation_id','0'), +(4104,497,'_qty','1'), +(4105,497,'_tax_class',''), +(4106,497,'_line_subtotal','75'), +(4107,497,'_line_subtotal_tax','0'), +(4108,497,'_line_total','75'), +(4109,497,'_line_tax','0'), +(4110,497,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4111,498,'method_id','mondial_relay_point_relais'), +(4112,498,'instance_id',''), +(4113,498,'cost','0'), +(4114,498,'total_tax','0'), +(4115,498,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4116,499,'_product_id','1520'), +(4117,499,'_variation_id','0'), +(4118,499,'_qty','1'), +(4119,499,'_tax_class',''), +(4120,499,'_line_subtotal','75'), +(4121,499,'_line_subtotal_tax','0'), +(4122,499,'_line_total','75'), +(4123,499,'_line_tax','0'), +(4124,499,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4125,500,'_product_id','1512'), +(4126,500,'_variation_id','0'), +(4127,500,'_qty','1'), +(4128,500,'_tax_class',''), +(4129,500,'_line_subtotal','50'), +(4130,500,'_line_subtotal_tax','0'), +(4131,500,'_line_total','50'), +(4132,500,'_line_tax','0'), +(4133,500,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4134,501,'method_id','mondial_relay_point_relais'), +(4135,501,'instance_id',''), +(4136,501,'cost','0'), +(4137,501,'total_tax','0'), +(4138,501,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4139,502,'_product_id','1520'), +(4140,502,'_variation_id','0'), +(4141,502,'_qty','1'), +(4142,502,'_tax_class',''), +(4143,502,'_line_subtotal','75'), +(4144,502,'_line_subtotal_tax','0'), +(4145,502,'_line_total','75'), +(4146,502,'_line_tax','0'), +(4147,502,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4148,503,'_product_id','1512'), +(4149,503,'_variation_id','0'), +(4150,503,'_qty','1'), +(4151,503,'_tax_class',''), +(4152,503,'_line_subtotal','50'), +(4153,503,'_line_subtotal_tax','0'), +(4154,503,'_line_total','50'), +(4155,503,'_line_tax','0'), +(4156,503,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4157,504,'method_id','mondial_relay_point_relais'), +(4158,504,'instance_id',''), +(4159,504,'cost','0'), +(4160,504,'total_tax','0'), +(4161,504,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4162,505,'_product_id','1412'), +(4163,505,'_variation_id','1414'), +(4164,505,'_qty','1'), +(4165,505,'_tax_class',''), +(4166,505,'_line_subtotal','65'), +(4167,505,'_line_subtotal_tax','0'), +(4168,505,'_line_total','65'), +(4169,505,'_line_tax','0'), +(4170,505,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4171,505,'pa_size','52'), +(4172,506,'method_id','mondial_relay_point_relais'), +(4173,506,'instance_id',''), +(4174,506,'cost','6'), +(4175,506,'total_tax','0'), +(4176,506,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4177,507,'_product_id','240'), +(4178,507,'_variation_id','242'), +(4179,507,'_qty','1'), +(4180,507,'_tax_class',''), +(4181,507,'_line_subtotal','80'), +(4182,507,'_line_subtotal_tax','0'), +(4183,507,'_line_total','80'), +(4184,507,'_line_tax','0'), +(4185,507,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4186,507,'pa_size','size-2'), +(4187,508,'method_id','mondial_relay_point_relais'), +(4188,508,'instance_id',''), +(4189,508,'cost','0'), +(4190,508,'total_tax','0'), +(4191,508,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4192,509,'_product_id','318'), +(4193,509,'_variation_id','0'), +(4194,509,'_qty','1'), +(4195,509,'_tax_class',''), +(4196,509,'_line_subtotal','45'), +(4197,509,'_line_subtotal_tax','0'), +(4198,509,'_line_total','45'), +(4199,509,'_line_tax','0'), +(4200,509,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4201,510,'method_id','mondial_relay_point_relais'), +(4202,510,'instance_id',''), +(4203,510,'cost','3'), +(4204,510,'total_tax','0'), +(4205,510,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4206,511,'_product_id','1574'), +(4207,511,'_variation_id','1587'), +(4208,511,'_qty','1'), +(4209,511,'_tax_class',''), +(4210,511,'_line_subtotal','50'), +(4211,511,'_line_subtotal_tax','0'), +(4212,511,'_line_total','50'), +(4213,511,'_line_tax','0'), +(4214,511,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4215,511,'pa_giftcard-amount','50e'), +(4230,514,'_product_id','274'), +(4231,514,'_variation_id','0'), +(4232,514,'_qty','1'), +(4233,514,'_tax_class',''), +(4234,514,'_line_subtotal','125'), +(4235,514,'_line_subtotal_tax','0'), +(4236,514,'_line_total','125'), +(4237,514,'_line_tax','0'), +(4238,514,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4239,515,'method_id','mondial_relay_point_relais'), +(4240,515,'instance_id',''), +(4241,515,'cost','0'), +(4242,515,'total_tax','0'), +(4243,515,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4244,516,'_product_id','274'), +(4245,516,'_variation_id','0'), +(4246,516,'_qty','1'), +(4247,516,'_tax_class',''), +(4248,516,'_line_subtotal','125'), +(4249,516,'_line_subtotal_tax','0'), +(4250,516,'_line_total','125'), +(4251,516,'_line_tax','0'), +(4252,516,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4253,517,'method_id','mondial_relay_point_relais'), +(4254,517,'instance_id',''), +(4255,517,'cost','0'), +(4256,517,'total_tax','0'), +(4257,517,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4258,518,'_product_id','274'), +(4259,518,'_variation_id','0'), +(4260,518,'_qty','1'), +(4261,518,'_tax_class',''), +(4262,518,'_line_subtotal','125'), +(4263,518,'_line_subtotal_tax','0'), +(4264,518,'_line_total','125'), +(4265,518,'_line_tax','0'), +(4266,518,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4267,519,'method_id','mondial_relay_point_relais'), +(4268,519,'instance_id',''), +(4269,519,'cost','0'), +(4270,519,'total_tax','0'), +(4271,519,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4272,518,'_reduced_stock','1'), +(4273,520,'_product_id','1531'), +(4274,520,'_variation_id','0'), +(4275,520,'_qty','1'), +(4276,520,'_tax_class',''), +(4277,520,'_line_subtotal','50'), +(4278,520,'_line_subtotal_tax','0'), +(4279,520,'_line_total','50'), +(4280,520,'_line_tax','0'), +(4281,520,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4282,521,'method_id','mondial_relay_point_relais'), +(4283,521,'instance_id',''), +(4284,521,'cost','0'), +(4285,521,'total_tax','0'), +(4286,521,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4287,522,'_product_id','1531'), +(4288,522,'_variation_id','0'), +(4289,522,'_qty','1'), +(4290,522,'_tax_class',''), +(4291,522,'_line_subtotal','50'), +(4292,522,'_line_subtotal_tax','0'), +(4293,522,'_line_total','50'), +(4294,522,'_line_tax','0'), +(4295,522,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4296,523,'method_id','mondial_relay_point_relais'), +(4297,523,'instance_id',''), +(4298,523,'cost','0'), +(4299,523,'total_tax','0'), +(4300,523,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4301,524,'_product_id','398'), +(4302,524,'_variation_id','0'), +(4303,524,'_qty','1'), +(4304,524,'_tax_class',''), +(4305,524,'_line_subtotal','75'), +(4306,524,'_line_subtotal_tax','0'), +(4307,524,'_line_total','75'), +(4308,524,'_line_tax','0'), +(4309,524,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4310,525,'method_id','mondial_relay_point_relais'), +(4311,525,'instance_id',''), +(4312,525,'cost','0'), +(4313,525,'total_tax','0'), +(4314,525,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4441,544,'_product_id','1520'), +(4442,544,'_variation_id','1627'), +(4443,544,'_qty','1'), +(4444,544,'_tax_class',''), +(4445,544,'_line_subtotal','75'), +(4446,544,'_line_subtotal_tax','0'), +(4447,544,'_line_total','75'), +(4448,544,'_line_tax','0'), +(4449,544,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4450,544,'pa_side','pair'), +(4451,545,'_product_id','1467'), +(4452,545,'_variation_id','1470'), +(4453,545,'_qty','1'), +(4454,545,'_tax_class',''), +(4455,545,'_line_subtotal','120'), +(4456,545,'_line_subtotal_tax','0'), +(4457,545,'_line_total','120'), +(4458,545,'_line_tax','0'), +(4459,545,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4460,545,'pa_size','54'), +(4461,546,'method_id','mondial_relay_point_relais'), +(4462,546,'instance_id',''), +(4463,546,'cost','0'), +(4464,546,'total_tax','0'), +(4465,546,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4466,544,'_reduced_stock','1'), +(4467,545,'_reduced_stock','1'), +(4468,547,'_product_id','1444'), +(4469,547,'_variation_id','1449'), +(4470,547,'_qty','1'), +(4471,547,'_tax_class',''), +(4472,547,'_line_subtotal','85'), +(4473,547,'_line_subtotal_tax','0'), +(4474,547,'_line_total','85'), +(4475,547,'_line_tax','0'), +(4476,547,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4477,547,'pa_side','all'), +(4478,548,'_product_id','268'), +(4479,548,'_variation_id','0'), +(4480,548,'_qty','1'), +(4481,548,'_tax_class',''), +(4482,548,'_line_subtotal','90'), +(4483,548,'_line_subtotal_tax','0'), +(4484,548,'_line_total','90'), +(4485,548,'_line_tax','0'), +(4486,548,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4487,549,'method_id','mondial_relay_point_relais'), +(4488,549,'instance_id',''), +(4489,549,'cost','0'), +(4490,549,'total_tax','0'), +(4491,549,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4492,550,'_product_id','1444'), +(4493,550,'_variation_id','1449'), +(4494,550,'_qty','1'), +(4495,550,'_tax_class',''), +(4496,550,'_line_subtotal','85'), +(4497,550,'_line_subtotal_tax','0'), +(4498,550,'_line_total','85'), +(4499,550,'_line_tax','0'), +(4500,550,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4501,550,'pa_side','all'), +(4502,551,'_product_id','268'), +(4503,551,'_variation_id','0'), +(4504,551,'_qty','1'), +(4505,551,'_tax_class',''), +(4506,551,'_line_subtotal','90'), +(4507,551,'_line_subtotal_tax','0'), +(4508,551,'_line_total','90'), +(4509,551,'_line_tax','0'), +(4510,551,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4511,552,'method_id','mondial_relay_point_relais'), +(4512,552,'instance_id',''), +(4513,552,'cost','0'), +(4514,552,'total_tax','0'), +(4515,552,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4516,550,'_reduced_stock','1'), +(4517,551,'_reduced_stock','1'), +(4518,507,'_reduced_stock','1'), +(4519,553,'_product_id','1535'), +(4520,553,'_variation_id','0'), +(4521,553,'_qty','1'), +(4522,553,'_tax_class',''), +(4523,553,'_line_subtotal','45'), +(4524,553,'_line_subtotal_tax','0'), +(4525,553,'_line_total','45'), +(4526,553,'_line_tax','0'), +(4527,553,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4528,554,'method_id','mondial_relay_point_relais'), +(4529,554,'instance_id',''), +(4530,554,'cost','3'), +(4531,554,'total_tax','0'), +(4532,554,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4533,553,'_reduced_stock','1'), +(4534,555,'_product_id','202'), +(4535,555,'_variation_id','638'), +(4536,555,'_qty','1'), +(4537,555,'_tax_class',''), +(4538,555,'_line_subtotal','90'), +(4539,555,'_line_subtotal_tax','0'), +(4540,555,'_line_total','90'), +(4541,555,'_line_tax','0'), +(4542,555,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4543,555,'pa_side','pair'), +(4544,556,'method_id','mondial_relay_point_relais'), +(4545,556,'instance_id',''), +(4546,556,'cost','0'), +(4547,556,'total_tax','0'), +(4548,556,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4549,555,'_reduced_stock','1'), +(4550,557,'_product_id','1574'), +(4551,557,'_variation_id','1585'), +(4552,557,'_qty','1'), +(4553,557,'_tax_class',''), +(4554,557,'_line_subtotal','100'), +(4555,557,'_line_subtotal_tax','0'), +(4556,557,'_line_total','100'), +(4557,557,'_line_tax','0'), +(4558,557,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4559,557,'pa_giftcard-amount','100e'), +(4560,558,'_product_id','285'), +(4561,558,'_variation_id','642'), +(4562,558,'_qty','1'), +(4563,558,'_tax_class',''), +(4564,558,'_line_subtotal','85'), +(4565,558,'_line_subtotal_tax','0'), +(4566,558,'_line_total','85'), +(4567,558,'_line_tax','0'), +(4568,558,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4569,558,'pa_side','pair'), +(4570,559,'method_id','mondial_relay_point_relais'), +(4571,559,'instance_id',''), +(4572,559,'cost','0'), +(4573,559,'total_tax','0'), +(4574,559,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4575,558,'_reduced_stock','1'), +(4576,560,'_product_id','1535'), +(4577,560,'_variation_id','0'), +(4578,560,'_qty','1'), +(4579,560,'_tax_class',''), +(4580,560,'_line_subtotal','50'), +(4581,560,'_line_subtotal_tax','0'), +(4582,560,'_line_total','50'), +(4583,560,'_line_tax','0'), +(4584,560,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4585,561,'_product_id','306'), +(4586,561,'_variation_id','652'), +(4587,561,'_qty','1'), +(4588,561,'_tax_class',''), +(4589,561,'_line_subtotal','75'), +(4590,561,'_line_subtotal_tax','0'), +(4591,561,'_line_total','75'), +(4592,561,'_line_tax','0'), +(4593,561,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4594,561,'pa_side','pair'), +(4595,562,'method_id','mondial_relay_point_relais'), +(4596,562,'instance_id',''), +(4597,562,'cost','0'), +(4598,562,'total_tax','0'), +(4599,562,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4600,563,'_product_id','1574'), +(4601,563,'_variation_id','1586'), +(4602,563,'_qty','1'), +(4603,563,'_tax_class',''), +(4604,563,'_line_subtotal','40'), +(4605,563,'_line_subtotal_tax','0'), +(4606,563,'_line_total','40'), +(4607,563,'_line_tax','0'), +(4608,563,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4609,563,'pa_giftcard-amount','40e'), +(4610,564,'_product_id','202'), +(4611,564,'_variation_id','638'), +(4612,564,'_qty','1'), +(4613,564,'_tax_class',''), +(4614,564,'_line_subtotal','130'), +(4615,564,'_line_subtotal_tax','0'), +(4616,564,'_line_total','130'), +(4617,564,'_line_tax','0'), +(4618,564,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4619,564,'pa_side','pair'), +(4620,565,'_product_id','202'), +(4621,565,'_variation_id','638'), +(4622,565,'_qty','1'), +(4623,565,'_tax_class',''), +(4624,565,'_line_subtotal','130'), +(4625,565,'_line_subtotal_tax','0'), +(4626,565,'_line_total','130'), +(4627,565,'_line_tax','0'), +(4628,565,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4629,565,'pa_side','pair'), +(4630,566,'_product_id','490'), +(4631,566,'_variation_id','494'), +(4632,566,'_qty','1'), +(4633,566,'_tax_class',''), +(4634,566,'_line_subtotal','55'), +(4635,566,'_line_subtotal_tax','0'), +(4636,566,'_line_total','55'), +(4637,566,'_line_tax','0'), +(4638,566,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4639,566,'pa_side','pair'), +(4640,567,'method_id','mondial_relay_point_relais'), +(4641,567,'instance_id',''), +(4642,567,'cost','0'), +(4643,567,'total_tax','0'), +(4644,567,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4645,568,'_product_id','490'), +(4646,568,'_variation_id','494'), +(4647,568,'_qty','1'), +(4648,568,'_tax_class',''), +(4649,568,'_line_subtotal','55'), +(4650,568,'_line_subtotal_tax','0'), +(4651,568,'_line_total','55'), +(4652,568,'_line_tax','0'), +(4653,568,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4654,568,'pa_side','pair'), +(4655,569,'method_id','mondial_relay_point_relais'), +(4656,569,'instance_id',''), +(4657,569,'cost','0'), +(4658,569,'total_tax','0'), +(4659,569,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4660,568,'_reduced_stock','1'), +(4661,570,'_product_id','258'), +(4662,570,'_variation_id','0'), +(4663,570,'_qty','1'), +(4664,570,'_tax_class',''), +(4665,570,'_line_subtotal','95'), +(4666,570,'_line_subtotal_tax','0'), +(4667,570,'_line_total','95'), +(4668,570,'_line_tax','0'), +(4669,570,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4670,571,'method_id','mondial_relay_point_relais'), +(4671,571,'instance_id',''), +(4672,571,'cost','0'), +(4673,571,'total_tax','0'), +(4674,571,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4675,570,'_reduced_stock','1'), +(4676,572,'_product_id','113'), +(4677,572,'_variation_id','114'), +(4678,572,'_qty','1'), +(4679,572,'_tax_class',''), +(4680,572,'_line_subtotal','90'), +(4681,572,'_line_subtotal_tax','0'), +(4682,572,'_line_total','90'), +(4683,572,'_line_tax','0'), +(4684,572,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4685,572,'pa_size','50'), +(4686,573,'method_id','mondial_relay_point_relais'), +(4687,573,'instance_id',''), +(4688,573,'cost','0'), +(4689,573,'total_tax','0'), +(4690,573,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4691,574,'_product_id','1574'), +(4692,574,'_variation_id','1667'), +(4693,574,'_qty','1'), +(4694,574,'_tax_class',''), +(4695,574,'_line_subtotal','55'), +(4696,574,'_line_subtotal_tax','0'), +(4697,574,'_line_total','55'), +(4698,574,'_line_tax','0'), +(4699,574,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4700,574,'pa_giftcard-amount','55e'), +(4701,575,'_product_id','1560'), +(4702,575,'_variation_id','0'), +(4703,575,'_qty','1'), +(4704,575,'_tax_class',''), +(4705,575,'_line_subtotal','55'), +(4706,575,'_line_subtotal_tax','0'), +(4707,575,'_line_total','55'), +(4708,575,'_line_tax','0'), +(4709,575,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4710,576,'method_id','mondial_relay_point_relais'), +(4711,576,'instance_id',''), +(4712,576,'cost','0'), +(4713,576,'total_tax','0'), +(4714,576,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4715,575,'_reduced_stock','1'), +(4716,577,'_product_id','1535'), +(4717,577,'_variation_id','0'), +(4718,577,'_qty','1'), +(4719,577,'_tax_class',''), +(4720,577,'_line_subtotal','50'), +(4721,577,'_line_subtotal_tax','0'), +(4722,577,'_line_total','50'), +(4723,577,'_line_tax','0'), +(4724,577,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4725,578,'method_id','mondial_relay_point_relais'), +(4726,578,'instance_id',''), +(4727,578,'cost','0'), +(4728,578,'total_tax','0'), +(4729,578,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4730,577,'_reduced_stock','1'), +(4731,579,'_product_id','274'), +(4732,579,'_variation_id','0'), +(4733,579,'_qty','1'), +(4734,579,'_tax_class',''), +(4735,579,'_line_subtotal','170'), +(4736,579,'_line_subtotal_tax','0'), +(4737,579,'_line_total','170'), +(4738,579,'_line_tax','0'), +(4739,579,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4740,580,'method_id','mondial_relay_point_relais'), +(4741,580,'instance_id',''), +(4742,580,'cost','0'), +(4743,580,'total_tax','0'), +(4744,580,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4745,581,'_product_id','1541'), +(4746,581,'_variation_id','0'), +(4747,581,'_qty','1'), +(4748,581,'_tax_class',''), +(4749,581,'_line_subtotal','75'), +(4750,581,'_line_subtotal_tax','0'), +(4751,581,'_line_total','75'), +(4752,581,'_line_tax','0'), +(4753,581,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'), +(4754,582,'method_id','mondial_relay_point_relais'), +(4755,582,'instance_id',''), +(4756,582,'cost','0'), +(4757,582,'total_tax','0'), +(4758,582,'taxes','a:1:{s:5:\"total\";a:0:{}}'), +(4759,581,'_reduced_stock','1'); +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_itemmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_order_items` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_order_items`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_order_items` ( + `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `order_item_name` text NOT NULL, + `order_item_type` varchar(200) NOT NULL DEFAULT '', + `order_id` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`order_item_id`), + KEY `order_id` (`order_id`) +) ENGINE=InnoDB AUTO_INCREMENT=583 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_order_items` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_order_items` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_items` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_order_items` VALUES +(138,'Hattari Stacked Hoops gold plated - pair','line_item',862), +(139,'Mondial Relay - Point Relais (Free)','shipping',862), +(147,'Tanemaki Bracelet','line_item',866), +(148,'Mondial Relay - Point Relais (Free)','shipping',866), +(151,'Tanemaki Bracelet','line_item',868), +(152,'Tanemaki Necklace','line_item',868), +(153,'Mondial Relay - Point Relais (Free)','shipping',868), +(154,'Piasu Earrings - left side','line_item',869), +(155,'Hattari Double Hoops - pair','line_item',869), +(156,'Mondial Relay - Point Relais (Free)','shipping',869), +(159,'BoroBoro Bead Earrings silver - Tiger\'s Eye','line_item',871), +(160,'Kagun Trio Earrings - short','line_item',871), +(161,'Kagun Trio Earrings - all','line_item',871), +(162,'Mondial Relay - Point Relais (Free)','shipping',871), +(163,'Ikkan Necklace','line_item',872), +(164,'Mondial Relay - Point Relais (Free)','shipping',872), +(165,'Tamanori Hoops silver - pair','line_item',873), +(166,'BoroBoro Long Earrings silver - pair','line_item',873), +(167,'Fuyou Necklace','line_item',873), +(168,'Mondial Relay - Point Relais (Free)','shipping',873), +(177,'Hattari Stacked Hoops gold plated - pair','line_item',878), +(178,'Hattari Stacked Hoops silver - pair','line_item',878), +(179,'Mondial Relay - Point Relais (Free)','shipping',878), +(180,'Tamanori Hoops gold plated - pair','line_item',879), +(181,'Mondial Relay - Point Relais (Free)','shipping',879), +(182,'Hattari Ear Cuff gold plated','line_item',880), +(183,'Kara Hoops gold plated - pair','line_item',880), +(184,'Mondial Relay - Point Relais (Free)','shipping',880), +(185,'Tamanori Hoops silver - short','line_item',881), +(186,'UPS Standard','shipping',881), +(193,'Tanemaki Necklace','line_item',884), +(194,'Mondial Relay - Point Relais (Free)','shipping',884), +(195,'Hattari Stacked Hoops gold plated - pair','line_item',885), +(196,'Mondial Relay - Point Relais (Free)','shipping',885), +(197,'Kara Hoops gold plated - pair','line_item',886), +(198,'Hadou Stud Earrings - pair','line_item',886), +(199,'Mondial Relay - Point Relais (Free)','shipping',886), +(200,'Mugura Earrings silver - pair','line_item',887), +(201,'Mondial Relay - Point Relais (Free)','shipping',887), +(202,'Tamanori Hoops silver - long','line_item',888), +(203,'UPS Standard','shipping',888), +(204,'Hadou Ear Cuff silver','line_item',889), +(205,'Kara Hoops silver - pair','line_item',889), +(206,'Kara Ear Cuff silver','line_item',889), +(207,'BoroBoro Bead Earrings silver - Tiger\'s Eye','line_item',889), +(208,'Tanemaki Bracelet','line_item',889), +(209,'Mondial Relay - Point Relais (Free)','shipping',889), +(214,'Hattari Ear Cuff silver','line_item',894), +(215,'Mondial Relay - Point Relais','shipping',894), +(216,'Piasu Earrings - pair','line_item',895), +(217,'Tamanori Hoops silver - pair','line_item',895), +(218,'Mondial Relay - Point Relais (Free)','shipping',895), +(219,'Hattari Double Hoops - pair','line_item',897), +(220,'Mondial Relay - Point Relais (Free)','shipping',897), +(223,'Kara Ear Cuff silver','line_item',899), +(224,'Mondial Relay - Point Relais','shipping',899), +(227,'Rokku Hoop silver - Lapis Lazuli','line_item',901), +(228,'Mondial Relay - Point Relais','shipping',901), +(231,'Tanemaki Necklace','line_item',903), +(232,'Mondial Relay - Point Relais (Free)','shipping',903), +(235,'Fuyou Necklace','line_item',905), +(236,'Mondial Relay - Point Relais (Free)','shipping',905), +(237,'Rokku Ring - Malachite','line_item',906), +(238,'Mondial Relay - Point Relais (Free)','shipping',906), +(239,'Rokku Ring - Malachite','line_item',907), +(240,'Kara Ear Cuff gold plated','line_item',907), +(241,'Mondial Relay - Point Relais (Free)','shipping',907), +(242,'Kagun Trio Earrings - all','line_item',908), +(243,'Rokku Hoop gold plated - Lapis Lazuli','line_item',908), +(244,'Mondial Relay - Point Relais (Free)','shipping',908), +(247,'Hadou Ear Cuff gold plated','line_item',910), +(248,'Mondial Relay - Point Relais','shipping',910), +(251,'Fuyou Hoop','line_item',912), +(252,'Mondial Relay - Point Relais','shipping',912), +(258,'Kagun Trio Earrings - short','line_item',921), +(259,'Mondial Relay - Point Relais (Free)','shipping',921), +(260,'Kagun Trio Earrings - short','line_item',922), +(261,'Mondial Relay - Point Relais (Free)','shipping',922), +(264,'Kara Ear Cuff gold plated','line_item',924), +(265,'Kara Ear Cuff silver','line_item',924), +(266,'Hadou Ear Cuff gold plated','line_item',924), +(267,'Mondial Relay - Point Relais (Free)','shipping',924), +(270,'Kara Ear Cuff gold plated','line_item',997), +(271,'Piasu Earrings - pair','line_item',997), +(272,'Mondial Relay - Point Relais (Free)','shipping',997), +(287,'Piasu Open Hoops - pair','line_item',1013), +(288,'Piasu Earrings - pair','line_item',1013), +(289,'Mondial Relay - Point Relais (Free)','shipping',1013), +(343,'Kara Hoops silver - pair','line_item',1443), +(344,'Fuyou Hoop','line_item',1443), +(345,'Mondial Relay - Point Relais (Free)','shipping',1443), +(346,'Piasu Ring - 50','line_item',1480), +(347,'Mondial Relay - Point Relais (Free)','shipping',1480), +(348,'BoroBoro Long Earrings gold plated - pair','line_item',1486), +(349,'Mondial Relay - Point Relais (Free)','shipping',1486), +(350,'Mugura Trio Stud Earrings - all','line_item',1487), +(351,'Mondial Relay - Point Relais (Free)','shipping',1487), +(352,'Piasu Earrings - pair','line_item',1488), +(353,'Mondial Relay - Point Relais (Free)','shipping',1488), +(354,'Piasu Earrings - pair','line_item',1489), +(355,'Mondial Relay - Point Relais (Free)','shipping',1489), +(356,'Fuyou Necklace','line_item',1490), +(357,'Mondial Relay - Point Relais (Free)','shipping',1490), +(358,'Tamanori Hoops silver - long','line_item',1496), +(359,'Tamanori Hoops silver - short','line_item',1496), +(360,'Hattari Stacked Hoops silver - pair','line_item',1496), +(361,'UPS Standard (Free)','shipping',1496), +(362,'Hattari Stacked Hoops silver - pair','line_item',1498), +(363,'Mondial Relay - Point Relais (Free)','shipping',1498), +(368,'Dummy Product','line_item',0), +(369,'Dummy Product','line_item',0), +(370,'Dummy Product Variation','line_item',0), +(371,'Dummy Product Variation','line_item',0), +(372,'Dummy Downloadable Product','line_item',0), +(373,'Dummy Downloadable Product','line_item',0), +(374,'Dummy Product','line_item',0), +(375,'Dummy Product','line_item',0), +(376,'Dummy Product Variation','line_item',0), +(377,'Dummy Product Variation','line_item',0), +(378,'Dummy Downloadable Product','line_item',0), +(379,'Dummy Downloadable Product','line_item',0), +(380,'Dummy Product','line_item',0), +(381,'Dummy Product','line_item',0), +(382,'Dummy Product Variation','line_item',0), +(383,'Dummy Product Variation','line_item',0), +(384,'Dummy Downloadable Product','line_item',0), +(385,'Dummy Downloadable Product','line_item',0), +(386,'Dummy Product','line_item',0), +(387,'Dummy Product','line_item',0), +(388,'Dummy Product Variation','line_item',0), +(389,'Dummy Product Variation','line_item',0), +(390,'Dummy Downloadable Product','line_item',0), +(391,'Dummy Downloadable Product','line_item',0), +(392,'Dummy Product','line_item',0), +(393,'Dummy Product','line_item',0), +(394,'Dummy Product Variation','line_item',0), +(395,'Dummy Product Variation','line_item',0), +(396,'Dummy Downloadable Product','line_item',0), +(397,'Dummy Downloadable Product','line_item',0), +(398,'Dummy Product','line_item',0), +(399,'Dummy Product Variation','line_item',0), +(400,'Dummy Downloadable Product','line_item',0), +(401,'Dummy Product','line_item',0), +(402,'Dummy Product Variation','line_item',0), +(403,'Dummy Product','line_item',0), +(404,'Dummy Downloadable Product','line_item',0), +(405,'Dummy Product Variation','line_item',0), +(406,'Dummy Downloadable Product','line_item',0), +(407,'Dummy Product','line_item',0), +(408,'Dummy Product','line_item',0), +(409,'Dummy Product Variation','line_item',0), +(410,'Dummy Product Variation','line_item',0), +(411,'Dummy Downloadable Product','line_item',0), +(412,'Dummy Downloadable Product','line_item',0), +(413,'Dummy Product','line_item',0), +(414,'Dummy Product','line_item',0), +(415,'Dummy Product Variation','line_item',0), +(416,'Dummy Product Variation','line_item',0), +(417,'Dummy Downloadable Product','line_item',0), +(418,'Dummy Downloadable Product','line_item',0), +(419,'Dummy Product','line_item',0), +(420,'Dummy Product','line_item',0), +(421,'Dummy Product Variation','line_item',0), +(422,'Dummy Product Variation','line_item',0), +(423,'Dummy Downloadable Product','line_item',0), +(424,'Dummy Downloadable Product','line_item',0), +(425,'Dummy Product','line_item',0), +(426,'Dummy Product','line_item',0), +(427,'Dummy Product Variation','line_item',0), +(428,'Dummy Product Variation','line_item',0), +(429,'Dummy Downloadable Product','line_item',0), +(430,'Dummy Downloadable Product','line_item',0), +(431,'Dummy Product','line_item',0), +(432,'Dummy Product','line_item',0), +(433,'Dummy Product Variation','line_item',0), +(434,'Dummy Product Variation','line_item',0), +(435,'Dummy Downloadable Product','line_item',0), +(436,'Dummy Downloadable Product','line_item',0), +(437,'Dummy Product','line_item',0), +(438,'Dummy Product Variation','line_item',0), +(439,'Dummy Downloadable Product','line_item',0), +(440,'Dummy Product','line_item',0), +(441,'Dummy Product Variation','line_item',0), +(442,'Dummy Downloadable Product','line_item',0), +(443,'Dummy Product','line_item',0), +(444,'Dummy Product','line_item',0), +(445,'Dummy Product Variation','line_item',0), +(446,'Dummy Product Variation','line_item',0), +(447,'Dummy Downloadable Product','line_item',0), +(448,'Dummy Downloadable Product','line_item',0), +(449,'Dummy Product','line_item',0), +(450,'Dummy Product','line_item',0), +(451,'Dummy Product Variation','line_item',0), +(452,'Dummy Product Variation','line_item',0), +(453,'Dummy Downloadable Product','line_item',0), +(454,'Dummy Downloadable Product','line_item',0), +(455,'Dummy Product','line_item',0), +(456,'Dummy Product','line_item',0), +(457,'Dummy Product Variation','line_item',0), +(458,'Dummy Product Variation','line_item',0), +(459,'Dummy Downloadable Product','line_item',0), +(460,'Dummy Downloadable Product','line_item',0), +(461,'Dummy Product','line_item',0), +(462,'Dummy Product','line_item',0), +(463,'Dummy Product Variation','line_item',0), +(464,'Dummy Product Variation','line_item',0), +(465,'Dummy Downloadable Product','line_item',0), +(466,'Dummy Downloadable Product','line_item',0), +(467,'Dummy Product','line_item',0), +(468,'Dummy Product','line_item',0), +(469,'Dummy Product Variation','line_item',0), +(470,'Dummy Product Variation','line_item',0), +(471,'Dummy Downloadable Product','line_item',0), +(472,'Dummy Downloadable Product','line_item',0), +(473,'Piasu Ring - 52','line_item',1511), +(474,'Mondial Relay - Point Relais (Free)','shipping',1511), +(475,'Piasu Ear Cuff gold plated','line_item',1528), +(476,'Mondial Relay - Point Relais (Free)','shipping',1528), +(477,'Fuyou Long Earrings silver','line_item',1529), +(478,'Mondial Relay - Point Relais (Free)','shipping',1529), +(479,'Piasu Hoop Earrings - pair','line_item',1530), +(480,'Mondial Relay - Point Relais (Free)','shipping',1530), +(481,'Kara Ear Cuff silver','line_item',1540), +(482,'Mondial Relay - Point Relais','shipping',1540), +(483,'Piasu Ear Cuff silver','line_item',1571), +(484,'Fuyou Hoop','line_item',1571), +(485,'Mondial Relay - Point Relais (Free)','shipping',1571), +(488,'Piasu Ear Cuff silver','line_item',1573), +(489,'Mondial Relay - Point Relais (Free)','shipping',1573), +(493,'Tamanori Ear Cuff gold plated','line_item',1604), +(494,'Mondial Relay - Point Relais (Free)','shipping',1604), +(495,'Tamanori Ear Cuff gold plated','line_item',1605), +(496,'Mondial Relay - Point Relais (Free)','shipping',1605), +(497,'Hattari Small Hoops gold plated','line_item',1606), +(498,'Mondial Relay - Point Relais (Free)','shipping',1606), +(499,'Piasu Pending Earrings silver','line_item',1607), +(500,'Piasu Ear Cuff silver','line_item',1607), +(501,'Mondial Relay - Point Relais (Free)','shipping',1607), +(502,'Piasu Pending Earrings silver','line_item',1608), +(503,'Piasu Ear Cuff silver','line_item',1608), +(504,'Mondial Relay - Point Relais (Free)','shipping',1608), +(505,'BoroBoro Bead Ring silver & tiger\'s eye - 52','line_item',1609), +(506,'Mondial Relay Point Relais','shipping',1609), +(507,'Ikkan Bracelet silver - Size 2','line_item',1610), +(508,'Mondial Relay - Point Relais (Free)','shipping',1610), +(509,'Fuyou Hoop','line_item',1611), +(510,'Mondial Relay - Point Relais','shipping',1611), +(511,'Haiku e-Gift Card - 50€','line_item',1612), +(514,'Fuyou Necklace','line_item',1615), +(515,'Mondial Relay - Point Relais (Free)','shipping',1615), +(516,'Fuyou Necklace','line_item',1616), +(517,'Mondial Relay - Point Relais (Free)','shipping',1616), +(518,'Fuyou Necklace','line_item',1617), +(519,'Mondial Relay - Point Relais (Free)','shipping',1617), +(520,'Tamanori Ear Cuff gold plated','line_item',1628), +(521,'Mondial Relay - Point Relais (Free)','shipping',1628), +(522,'Tamanori Ear Cuff gold plated','line_item',1629), +(523,'Mondial Relay - Point Relais (Free)','shipping',1629), +(524,'Mugura Hoops gold plated','line_item',1630), +(525,'Mondial Relay - Point Relais (Free)','shipping',1630), +(544,'Piasu Minimal Earrings silver - pair','line_item',1643), +(545,'Piasu Ring - 54','line_item',1643), +(546,'Mondial Relay - Point Relais (Free)','shipping',1643), +(547,'Pishi Pishi Earrings - all','line_item',1644), +(548,'Piasu Necklace','line_item',1644), +(549,'Mondial Relay - Point Relais (Free)','shipping',1644), +(550,'Pishi Pishi Earrings - all','line_item',1645), +(551,'Piasu Necklace','line_item',1645), +(552,'Mondial Relay - Point Relais (Free)','shipping',1645), +(553,'Tamanori Ear Cuff silver','line_item',1647), +(554,'Mondial Relay - Point Relais','shipping',1647), +(555,'Piasu Earrings with Hoops - pair','line_item',1649), +(556,'Mondial Relay - Point Relais (Free)','shipping',1649), +(557,'Haiku e-Gift Card - 100€','line_item',1656), +(558,'Hattari Stacked Hoops silver - pair','line_item',1658), +(559,'Mondial Relay - Point Relais (Free)','shipping',1658), +(560,'Tamanori Ear Cuff silver','line_item',1659), +(561,'Tamanori Hoops silver - pair','line_item',1659), +(562,'Mondial Relay - Point Relais (Free)','shipping',1659), +(563,'Haiku e-Gift Card - 40€','line_item',1660), +(564,'Piasu Earrings with Hoops - pair','line_item',1660), +(565,'Piasu Earrings with Hoops - pair','line_item',1661), +(566,'Mugura Stud Earrings - pair','line_item',1668), +(567,'Mondial Relay - Point Relais (Free)','shipping',1668), +(568,'Mugura Stud Earrings - pair','line_item',1669), +(569,'Mondial Relay - Point Relais (Free)','shipping',1669), +(570,'Fuyou Bracelet','line_item',1670), +(571,'Mondial Relay - Point Relais (Free)','shipping',1670), +(572,'Ikkan Ring gold plated - 50','line_item',1671), +(573,'Mondial Relay - Point Relais (Free)','shipping',1671), +(574,'Haiku e-Gift Card - 55€','line_item',1672), +(575,'Hattari Ear Cuff gold plated','line_item',1697), +(576,'Mondial Relay - Point Relais (Free)','shipping',1697), +(577,'Tamanori Ear Cuff silver','line_item',1698), +(578,'Mondial Relay - Point Relais (Free)','shipping',1698), +(579,'Fuyou Necklace','line_item',1702), +(580,'Mondial Relay - Point Relais (Free)','shipping',1702), +(581,'Hattari Small Hoops silver','line_item',1857), +(582,'Mondial Relay - Point Relais (Free)','shipping',1857); +/*!40000 ALTER TABLE `haikuwp_woocommerce_order_items` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_payment_tokenmeta` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_payment_tokenmeta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_payment_tokenmeta` ( + `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `payment_token_id` bigint(20) unsigned NOT NULL, + `meta_key` varchar(255) DEFAULT NULL, + `meta_value` longtext DEFAULT NULL, + PRIMARY KEY (`meta_id`), + KEY `payment_token_id` (`payment_token_id`), + KEY `meta_key` (`meta_key`(32)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_payment_tokenmeta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_payment_tokenmeta` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokenmeta` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokenmeta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_payment_tokens` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_payment_tokens`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_payment_tokens` ( + `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `gateway_id` varchar(200) NOT NULL, + `token` text NOT NULL, + `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, + `type` varchar(200) NOT NULL, + `is_default` tinyint(1) NOT NULL DEFAULT 0, + PRIMARY KEY (`token_id`), + KEY `user_id` (`user_id`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_payment_tokens` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_payment_tokens` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokens` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_payment_tokens` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_sessions` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_sessions`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_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_id`), + UNIQUE KEY `session_key` (`session_key`), + KEY `session_expiry` (`session_expiry`) +) ENGINE=InnoDB AUTO_INCREMENT=177 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_sessions` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_sessions` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_sessions` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_sessions` VALUES +(173,'1','a:1:{s:8:\"customer\";s:780:\"a:28:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:25:\"2025-05-09T18:07:27+02:00\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:15:\"contact@gcch.fr\";s:7:\"address\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:4:\"city\";s:0:\"\";s:5:\"state\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:7:\"country\";s:2:\"BE\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";s:14:\"shipping_phone\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:17:\"shipping_postcode\";s:0:\"\";s:16:\"shipping_country\";s:2:\"BE\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:9:\"meta_data\";a:0:{}}\";}',1778425695); +/*!40000 ALTER TABLE `haikuwp_woocommerce_sessions` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_shipping_zone_locations` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_shipping_zone_locations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_shipping_zone_locations` ( + `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `zone_id` bigint(20) unsigned NOT NULL, + `location_code` varchar(200) NOT NULL, + `location_type` varchar(40) NOT NULL, + PRIMARY KEY (`location_id`), + KEY `zone_id` (`zone_id`), + KEY `location_type_code` (`location_type`(10),`location_code`(20)) +) ENGINE=InnoDB AUTO_INCREMENT=193 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_shipping_zone_locations` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_shipping_zone_locations` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_locations` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_shipping_zone_locations` VALUES +(1,1,'BE','country'), +(2,1,'FR','country'), +(103,3,'DE','country'), +(104,3,'AT','country'), +(105,3,'ES','country'), +(106,3,'IT','country'), +(107,3,'LU','country'), +(108,3,'NL','country'), +(109,3,'PL','country'), +(110,3,'PT','country'), +(111,2,'AX','country'), +(112,2,'AL','country'), +(113,2,'AD','country'), +(114,2,'BY','country'), +(115,2,'BA','country'), +(116,2,'BG','country'), +(117,2,'HR','country'), +(118,2,'CZ','country'), +(119,2,'DK','country'), +(120,2,'EE','country'), +(121,2,'FO','country'), +(122,2,'FI','country'), +(123,2,'GI','country'), +(124,2,'GR','country'), +(125,2,'HU','country'), +(126,2,'IS','country'), +(127,2,'IE','country'), +(128,2,'LV','country'), +(129,2,'LI','country'), +(130,2,'LT','country'), +(131,2,'MT','country'), +(132,2,'MD','country'), +(133,2,'MC','country'), +(134,2,'ME','country'), +(135,2,'MK','country'), +(136,2,'NO','country'), +(137,2,'RO','country'), +(138,2,'SM','country'), +(139,2,'RS','country'), +(140,2,'SK','country'), +(141,2,'SI','country'), +(142,2,'SJ','country'), +(143,2,'SE','country'), +(144,2,'CH','country'), +(145,2,'TR','country'), +(146,2,'UA','country'), +(147,2,'NA','continent'), +(148,2,'OC','continent'), +(149,2,'SA','continent'), +(150,2,'AF','continent'), +(151,2,'AM','country'), +(152,2,'BD','country'), +(153,2,'BT','country'), +(154,2,'BN','country'), +(155,2,'KH','country'), +(156,2,'CX','country'), +(157,2,'CC','country'), +(158,2,'CY','country'), +(159,2,'GE','country'), +(160,2,'HK','country'), +(161,2,'IN','country'), +(162,2,'ID','country'), +(163,2,'IR','country'), +(164,2,'IQ','country'), +(165,2,'JP','country'), +(166,2,'JO','country'), +(167,2,'KZ','country'), +(168,2,'KG','country'), +(169,2,'LA','country'), +(170,2,'LB','country'), +(171,2,'MO','country'), +(172,2,'MY','country'), +(173,2,'MV','country'), +(174,2,'MN','country'), +(175,2,'MM','country'), +(176,2,'NP','country'), +(177,2,'OM','country'), +(178,2,'PK','country'), +(179,2,'PS','country'), +(180,2,'PH','country'), +(181,2,'SG','country'), +(182,2,'KR','country'), +(183,2,'LK','country'), +(184,2,'SY','country'), +(185,2,'TW','country'), +(186,2,'TJ','country'), +(187,2,'TH','country'), +(188,2,'TL','country'), +(189,2,'TM','country'), +(190,2,'UZ','country'), +(191,2,'VN','country'), +(192,2,'YE','country'); +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_locations` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_shipping_zone_methods` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_shipping_zone_methods`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_shipping_zone_methods` ( + `zone_id` bigint(20) unsigned NOT NULL, + `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `method_id` varchar(200) NOT NULL, + `method_order` bigint(20) unsigned NOT NULL, + `is_enabled` tinyint(1) NOT NULL DEFAULT 1, + PRIMARY KEY (`instance_id`), + KEY `zone_id` (`zone_id`), + KEY `method_id` (`method_id`(20)) +) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_shipping_zone_methods` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_shipping_zone_methods` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_methods` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_shipping_zone_methods` VALUES +(2,4,'ups_standard',2,1), +(3,5,'mondial_relay_point_relais',1,1), +(1,6,'mondial_relay_point_relais',2,1), +(2,7,'flat_rate',3,1), +(2,8,'free_shipping',1,1); +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zone_methods` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_shipping_zones` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_shipping_zones`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_shipping_zones` ( + `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `zone_name` varchar(200) NOT NULL, + `zone_order` bigint(20) unsigned NOT NULL, + PRIMARY KEY (`zone_id`), + KEY `zone_order_id` (`zone_order`,`zone_id`) +) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_shipping_zones` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_shipping_zones` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zones` DISABLE KEYS */; +INSERT INTO `haikuwp_woocommerce_shipping_zones` VALUES +(1,'Belgique et France',0), +(2,'Reste',2), +(3,'Pays Mondial Relay',1); +/*!40000 ALTER TABLE `haikuwp_woocommerce_shipping_zones` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_tax_rate_locations` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_tax_rate_locations`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_tax_rate_locations` ( + `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `location_code` varchar(200) NOT NULL, + `tax_rate_id` bigint(20) unsigned NOT NULL, + `location_type` varchar(40) NOT NULL, + PRIMARY KEY (`location_id`), + KEY `tax_rate_id` (`tax_rate_id`), + KEY `location_type_code` (`location_type`(10),`location_code`(20)) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_tax_rate_locations` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_tax_rate_locations` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rate_locations` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rate_locations` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_woocommerce_tax_rates` +-- + +DROP TABLE IF EXISTS `haikuwp_woocommerce_tax_rates`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_woocommerce_tax_rates` ( + `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, + `tax_rate_country` varchar(2) NOT NULL DEFAULT '', + `tax_rate_state` varchar(200) NOT NULL DEFAULT '', + `tax_rate` varchar(8) NOT NULL DEFAULT '', + `tax_rate_name` varchar(200) NOT NULL DEFAULT '', + `tax_rate_priority` bigint(20) unsigned NOT NULL, + `tax_rate_compound` int(1) NOT NULL DEFAULT 0, + `tax_rate_shipping` int(1) NOT NULL DEFAULT 1, + `tax_rate_order` bigint(20) unsigned NOT NULL, + `tax_rate_class` varchar(200) NOT NULL DEFAULT '', + PRIMARY KEY (`tax_rate_id`), + KEY `tax_rate_country` (`tax_rate_country`), + KEY `tax_rate_state` (`tax_rate_state`(2)), + KEY `tax_rate_class` (`tax_rate_class`(10)), + KEY `tax_rate_priority` (`tax_rate_priority`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_woocommerce_tax_rates` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_woocommerce_tax_rates` WRITE; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rates` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_woocommerce_tax_rates` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wpmailsmtp_debug_events` +-- + +DROP TABLE IF EXISTS `haikuwp_wpmailsmtp_debug_events`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wpmailsmtp_debug_events` ( + `id` int(10) unsigned NOT NULL AUTO_INCREMENT, + `content` text DEFAULT NULL, + `initiator` text DEFAULT NULL, + `event_type` tinyint(3) unsigned NOT NULL DEFAULT 0, + `created_at` timestamp NOT NULL DEFAULT current_timestamp(), + 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 `haikuwp_wpmailsmtp_debug_events` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wpmailsmtp_debug_events` WRITE; +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_debug_events` DISABLE KEYS */; +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_debug_events` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wpmailsmtp_tasks_meta` +-- + +DROP TABLE IF EXISTS `haikuwp_wpmailsmtp_tasks_meta`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wpmailsmtp_tasks_meta` ( + `id` bigint(20) NOT NULL AUTO_INCREMENT, + `action` varchar(255) NOT NULL, + `data` longtext NOT NULL, + `date` datetime NOT NULL, + PRIMARY KEY (`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 `haikuwp_wpmailsmtp_tasks_meta` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wpmailsmtp_tasks_meta` WRITE; +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_tasks_meta` DISABLE KEYS */; +INSERT INTO `haikuwp_wpmailsmtp_tasks_meta` VALUES +(1,'wp_mail_smtp_admin_notifications_update','W10=','2024-11-25 16:49:16'); +/*!40000 ALTER TABLE `haikuwp_wpmailsmtp_tasks_meta` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; + +-- +-- Table structure for table `haikuwp_wpml_mails` +-- + +DROP TABLE IF EXISTS `haikuwp_wpml_mails`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8mb4 */; +CREATE TABLE `haikuwp_wpml_mails` ( + `mail_id` int(11) NOT NULL AUTO_INCREMENT, + `timestamp` timestamp NOT NULL, + `host` varchar(200) NOT NULL DEFAULT '0', + `receiver` varchar(200) NOT NULL DEFAULT '0', + `subject` varchar(200) NOT NULL DEFAULT '0', + `message` text DEFAULT NULL, + `headers` text DEFAULT NULL, + `attachments` varchar(800) NOT NULL DEFAULT '0', + `error` varchar(400) DEFAULT '', + `plugin_version` varchar(200) NOT NULL DEFAULT '0', + PRIMARY KEY (`mail_id`), + FULLTEXT KEY `idx_message` (`message`) +) ENGINE=InnoDB AUTO_INCREMENT=92 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `haikuwp_wpml_mails` +-- + +SET @OLD_AUTOCOMMIT=@@AUTOCOMMIT, @@AUTOCOMMIT=0; +LOCK TABLES `haikuwp_wpml_mails` WRITE; +/*!40000 ALTER TABLE `haikuwp_wpml_mails` DISABLE KEYS */; +INSERT INTO `haikuwp_wpml_mails` VALUES +(85,'2026-03-11 16:14:58','217.182.132.198','haiku.atelier@gmail.com','[Haiku Atelier] Your Site is Experiencing a Technical Issue','Hii!\n\nWordPress has a built-in feature that detects when a plugin or theme causes a fatal error on your site, and notifies you with this automated email.\n\nIn this case, WordPress caught an error with one of your plugins, WooCommerce.\n\nFirst, visit your website (https://haikuatelier.com/) and check for any visible issues. Next, visit the page where the error was caught (https://haikuatelier.com/wp/wp-admin/update.php?action=update-selected&plugins=woocommerce%2Fwoocommerce.php&_wpnonce=57ceeb6e2c) and check for any visible issues.\n\nPlease contact your host for assistance with investigating this issue further.\n\nIf your site appears broken and you can\'t access your dashboard normally, WordPress now has a special \"recovery mode\". This lets you safely login to your dashboard and investigate further.\n\nhttps://haikuatelier.com/wp/wp-login.php?action=enter_recovery_mode&rm_token=QHQB5ANp7FuZRNuYSLhJSk&rm_key=YR4mHWgNf3pvgkErC8PDAH\n\nTo keep your site safe, this link will expire in 1 day. Don\'t worry about that, though: a new link will be emailed to you if the error occurs again after it expires.\n\nWhen seeking help with this issue, you may be asked for some of the following information:\nWordPress version 6.9\r\nActive theme: Haiku Atelier 2024 (version 1.0)\r\nCurrent plugin: WooCommerce (version 10.6.0)\r\nPHP version 8.5.3\n\n\n\nError Details\n=============\nAn error of type E_ERROR was caused in line 23 of the file /srv/haikuatelier.com/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php. Error message: Uncaught Error: Trait \"Automattic\\WooCommerce\\Internal\\Traits\\RestApiCache\" not found in /srv/haikuatelier.com/web/app/plugins/woocommerce/includes/rest-api/Controllers/Version1/class-wc-rest-taxes-v1-controller.php:23\nStack trace:\n#0 /srv/haikuatelier.com/web/app/plugins/woocommerce/vendor/jetpack-autoloader/class-php-autoloader.php(102): require()\n#1 [internal function]: Automattic\\Jetpack\\Autoloader\\jpe25de9ccfb8c86529a8560065c4e7d09\\al5_0_0\\PHP_Autoloader::load_class()\n#2 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Proxies/LegacyProxy.php(51): method_exists()\n#3 /srv/haikuatelier.com/web/app/plugins/woocommerce/includes/rest-api/Server.php(64): Automattic\\WooCommerce\\Proxies\\LegacyProxy->get_instance_of()\n#4 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(341): Automattic\\WooCommerce\\RestApi\\Server->register_rest_routes()\n#5 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()\n#6 /srv/haikuatelier.com/web/wp/wp-includes/plugin.php(522): WP_Hook->do_action()\n#7 /srv/haikuatelier.com/web/wp/wp-includes/rest-api.php(636): do_action()\n#8 /srv/haikuatelier.com/web/wp/wp-includes/rest-api.php(594): rest_get_server()\n#9 /srv/haikuatelier.com/web/wp/wp-includes/rest-api.php(2981): rest_do_request()\n#10 [internal function]: rest_preload_api_request()\n#11 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Internal/Admin/Settings.php(148): array_reduce()\n#12 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(341): Automattic\\WooCommerce\\Internal\\Admin\\Settings->add_component_settings()\n#13 /srv/haikuatelier.com/web/wp/wp-includes/plugin.php(205): WP_Hook->apply_filters()\n#14 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Internal/Admin/WCAdminSharedSettings.php(73): apply_filters()\n#15 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php(274): Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings->{closure:Automattic\\WooCommerce\\Internal\\Admin\\WCAdminSharedSettings::on_woocommerce_blocks_loaded():67}()\n#16 /srv/haikuatelier.com/web/app/plugins/woocommerce/src/Blocks/Assets/AssetDataRegistry.php(390): Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry->execute_lazy_data()\n#17 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(341): Automattic\\WooCommerce\\Blocks\\Assets\\AssetDataRegistry->enqueue_asset_data()\n#18 /srv/haikuatelier.com/web/wp/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()\n#19 /srv/haikuatelier.com/web/wp/wp-includes/plugin.php(522): WP_Hook->do_action()\n#20 /srv/haikuatelier.com/web/wp/wp-admin/includes/template.php(2226): do_action()\n#21 /srv/haikuatelier.com/web/wp/wp-admin/update.php(53): iframe_footer()\n#22 {main}\n thrown','Content-Type: text/html','',NULL,'1.16.0'), +(86,'2026-04-02 09:46:22','217.182.132.198','contact@gcch.fr','[Haiku Atelier] Product out of stock','Hattari Ear Cuff gold plated (HATTARI-EC-g) is out of stock.','Content-Type: text/html','',NULL,'1.16.0'), +(87,'2026-04-02 09:46:23','217.182.132.198','haiku.atelier@gmail.com,\\n contact@gcch.fr','[Haiku Atelier]: New order #1697','\n\n\n

      You’ve received the following order from Tsira Bolkvadze:

      \n\n\n

      \n [Order #1697] ()

      \n\n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      ProductQuantityPrice
      \n Hattari Ear Cuff gold plated (#HATTARI-EC-g) \n 1 \n  55,00
      \n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      \n Subtotal:  55,00
      \n Shipping: Mondial Relay - Point Relais (Free)
      \n Total:  55,00
      \n
      \n\n
      \n\n \n \n \n \n
      \n

      Billing address

      \n \n
      \n Tsira Bolkvadze
      76 cours de la liberté
      69003 LYON
      France
      0615796565
      btsira@gmail.com
      \n
      \n

      Shipping address

      \n \n
      \n Tsira Bolkvadze
      76 cours de la liberté
      69003 LYON
      France
      0615796565
      \n
      \n

      Congratulations on the sale.

      \nProcess your orders on the go. Get the app.\n\n','Content-Type: text/html,\\nReply-to: Tsira Bolkvadze ','',NULL,'1.16.0'), +(88,'2026-04-03 21:37:31','217.182.132.198','contact@gcch.fr','[Haiku Atelier] Product out of stock','Tamanori Ear Cuff silver (TAMA-EC-s) is out of stock.','Content-Type: text/html','',NULL,'1.16.0'), +(89,'2026-04-03 21:37:32','217.182.132.198','haiku.atelier@gmail.com,\\n contact@gcch.fr','[Haiku Atelier]: New order #1698','\n\n\n

      You’ve received the following order from Zafiria Efstratiadi:

      \n\n\n

      \n [Order #1698] ()

      \n\n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      ProductQuantityPrice
      \n Tamanori Ear Cuff silver (#TAMA-EC-s) \n 1 \n  50,00
      \n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      \n Subtotal:  50,00
      \n Shipping: Mondial Relay - Point Relais (Free)
      \n Total:  50,00
      \n
      \n\n
      \n\n \n \n \n \n
      \n

      Billing address

      \n \n
      \n Zafiria Efstratiadi
      Boulvard louis mettewie 445,boite 6
      1080 Bruxelles
      0474918430
      zafiria.efstratiadi@hotmail.com
      \n
      \n

      Shipping address

      \n \n
      \n Zafiria Efstratiadi
      Boulvard louis mettewie 445,boite 6
      1080 Bruxelles
      0474918430
      \n
      \n

      Congratulations on the sale.

      \nProcess your orders on the go. Get the app.\n\n','Content-Type: text/html,\\nReply-to: Zafiria Efstratiadi ','',NULL,'1.16.0'), +(90,'2026-04-27 23:03:44','217.182.132.198','contact@gcch.fr','[Haiku Atelier] Product out of stock','Hattari Small Hoops silver (HATTARI-CR1-s) is out of stock.','Content-Type: text/html','',NULL,'1.16.0'), +(91,'2026-04-27 23:03:45','217.182.132.198','haiku.atelier@gmail.com,\\n contact@gcch.fr','[Haiku Atelier]: New order #1857','\n\n\n

      You’ve received the following order from Mattijs Quartier:

      \n\n\n

      \n [Order #1857] ()

      \n\n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      ProductQuantityPrice
      \n Hattari Small Hoops silver (#HATTARI-CR1-s) \n 1 \n  75,00
      \n
      \n \n \n \n \n \n \n \n \n \n \n \n \n \n
      \n Subtotal:  75,00
      \n Shipping: Mondial Relay - Point Relais (Free)
      \n Total:  75,00
      \n
      \n\n
      \n\n \n \n \n \n
      \n

      Billing address

      \n \n
      \n Mattijs Quartier
      Rubensstraat 118
      1030 Schaarbeek
      +32476829508
      mattijsquartier@live.nl
      \n
      \n

      Shipping address

      \n \n
      \n Mattijs Quartier
      Rubensstraat 118
      1030 Schaarbeek
      +32476829508
      \n
      \n

      Congratulations on the sale.

      \nProcess your orders on the go. Get the app.\n\n','Content-Type: text/html,\\nReply-to: Mattijs Quartier ','',NULL,'1.16.0'); +/*!40000 ALTER TABLE `haikuwp_wpml_mails` ENABLE KEYS */; +UNLOCK TABLES; +COMMIT; +SET AUTOCOMMIT=@OLD_AUTOCOMMIT; +/*!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 */; +/*M!100616 SET NOTE_VERBOSITY=@OLD_NOTE_VERBOSITY */; + +-- Dump completed on 2026-05-06 11:37:35