haiku-atelier-2024/db/haiku_atelier-2026-04-24-4cb9b24.sql

17697 lines
2 MiB
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*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=12001 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),
(10766,'wp_mail_smtp_admin_notifications_update','complete','2026-03-24 18:11:59','2026-03-24 19:11:59',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774375919;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774375919;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-03-24 18:32:02','2026-03-24 19:32:02',342589,NULL),
(10767,'wc_admin_daily_wrapper','complete','2026-03-24 18:12:00','2026-03-24 19:12:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774375920;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774375920;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-24 18:32:03','2026-03-24 19:32:03',342589,NULL),
(10768,'woocommerce_cleanup_personal_data','complete','2026-03-24 18:12:00','2026-03-24 19:12:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774375920;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774375920;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-24 18:32:03','2026-03-24 19:32:03',342589,NULL),
(10769,'woocommerce_expired_transient_files_cleanup','complete','2026-03-24 18:12:00','2026-03-24 19:12:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774375920;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774375920;}',12,1,'2026-03-24 18:32:03','2026-03-24 19:32:03',342589,NULL),
(10772,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-24 18:12:00','2026-03-24 19:12:00',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774375920;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774375920;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-03-24 18:32:03','2026-03-24 19:32:03',342589,NULL),
(10782,'woocommerce_scheduled_sales','complete','2026-03-25 03:26:37','2026-03-25 04:26:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774409197;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774409197;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-25 03:29:01','2026-03-25 04:29:01',342638,NULL),
(10783,'woocommerce_cleanup_logs','complete','2026-03-25 03:26:37','2026-03-25 04:26:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774409197;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774409197;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-25 03:29:01','2026-03-25 04:29:01',342638,NULL),
(10784,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-03-25 03:26:37','2026-03-25 04:26:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774409197;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774409197;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-25 03:29:01','2026-03-25 04:29:01',342638,NULL),
(10786,'woocommerce_cleanup_sessions','complete','2026-03-24 17:00:56','2026-03-24 18:00:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774371656;s:18:\"\0*\0first_timestamp\";i:1774328400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774371656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-24 17:35:49','2026-03-24 18:35:49',342585,NULL),
(10789,'wp_mail_smtp_summary_report_email','complete','2026-03-31 06:54:47','2026-03-31 08:54:47',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774940087;s:18:\"\0*\0first_timestamp\";i:1733144400;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774940087;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',6,1,'2026-03-31 06:59:15','2026-03-31 08:59:15',343714,NULL),
(10791,'woocommerce_refresh_order_count_cache','complete','2026-03-24 20:06:01','2026-03-24 21:06:01',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774382761;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774382761;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-24 20:09:42','2026-03-24 21:09:42',342599,NULL),
(10797,'woocommerce_cancel_unpaid_orders','complete','2026-03-24 15:04:53','2026-03-24 16:04:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774364693;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774364693;}',11,1,'2026-03-24 15:06:23','2026-03-24 16:06:23',342571,NULL),
(10798,'woocommerce_cancel_unpaid_orders','complete','2026-03-24 16:06:23','2026-03-24 17:06:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774368383;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774368383;}',11,1,'2026-03-24 16:14:11','2026-03-24 17:14:11',342579,NULL),
(10799,'woocommerce_cancel_unpaid_orders','complete','2026-03-24 17:14:11','2026-03-24 18:14:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774372451;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774372451;}',11,1,'2026-03-24 17:35:49','2026-03-24 18:35:49',342585,NULL),
(10801,'woocommerce_cancel_unpaid_orders','complete','2026-03-24 18:35:49','2026-03-24 19:35:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774377349;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774377349;}',11,1,'2026-03-24 18:56:14','2026-03-24 19:56:14',342594,NULL),
(10802,'wp_mail_smtp_admin_notifications_update','complete','2026-03-25 18:32:02','2026-03-25 19:32:02',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774463522;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774463522;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-03-25 18:42:18','2026-03-25 19:42:18',342735,NULL),
(10803,'wc_admin_daily_wrapper','complete','2026-03-25 18:32:03','2026-03-25 19:32:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774463523;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774463523;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-25 18:42:18','2026-03-25 19:42:18',342735,NULL),
(10804,'woocommerce_cleanup_personal_data','complete','2026-03-25 18:32:03','2026-03-25 19:32:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774463523;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774463523;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-25 18:42:19','2026-03-25 19:42:19',342735,NULL),
(10805,'woocommerce_expired_transient_files_cleanup','complete','2026-03-25 18:32:03','2026-03-25 19:32:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774463523;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774463523;}',12,1,'2026-03-25 18:42:19','2026-03-25 19:42:19',342735,NULL),
(10806,'woocommerce_cleanup_sessions','complete','2026-03-25 05:00:00','2026-03-25 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774414800;s:18:\"\0*\0first_timestamp\";i:1774414800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774414800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-25 05:10:41','2026-03-25 06:10:41',342651,NULL),
(10807,'generate_category_lookup_table_wrapper','complete','2026-03-24 18:32:13','2026-03-24 19:32:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774377133;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774377133;}',11,1,'2026-03-24 18:32:39','2026-03-24 19:32:39',342591,NULL),
(10808,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-25 18:32:03','2026-03-25 19:32:03',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774463523;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774463523;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-03-25 18:42:19','2026-03-25 19:42:19',342735,NULL),
(10809,'woocommerce_cancel_unpaid_orders','complete','2026-03-24 19:56:14','2026-03-24 20:56:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774382174;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774382174;}',11,1,'2026-03-24 20:09:42','2026-03-24 21:09:42',342599,NULL),
(10810,'woocommerce_cancel_unpaid_orders','complete','2026-03-24 21:09:42','2026-03-24 22:09:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774386582;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774386582;}',11,1,'2026-03-24 21:27:58','2026-03-24 22:27:58',342608,NULL),
(10811,'woocommerce_refresh_order_count_cache','complete','2026-03-25 08:09:42','2026-03-25 09:09:42',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774426182;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774426182;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-25 08:39:44','2026-03-25 09:39:44',342668,NULL),
(10812,'woocommerce_cancel_unpaid_orders','complete','2026-03-24 22:27:58','2026-03-24 23:27:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774391278;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774391278;}',11,1,'2026-03-24 22:28:49','2026-03-24 23:28:49',342614,NULL),
(10813,'woocommerce_cancel_unpaid_orders','complete','2026-03-24 23:28:49','2026-03-25 00:28:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774394929;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774394929;}',11,1,'2026-03-24 23:30:09','2026-03-25 00:30:09',342617,NULL),
(10814,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 00:30:09','2026-03-25 01:30:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774398609;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774398609;}',11,1,'2026-03-25 00:46:51','2026-03-25 01:46:51',342621,NULL),
(10815,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 01:46:51','2026-03-25 02:46:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774403211;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774403211;}',11,1,'2026-03-25 01:50:53','2026-03-25 02:50:53',342627,NULL),
(10816,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 02:50:53','2026-03-25 03:50:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774407053;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774407053;}',11,1,'2026-03-25 03:29:01','2026-03-25 04:29:01',342638,NULL),
(10817,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 04:29:00','2026-03-25 05:29:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774412940;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774412940;}',11,1,'2026-03-25 04:45:35','2026-03-25 05:45:35',342649,NULL),
(10818,'woocommerce_scheduled_sales','complete','2026-03-26 03:29:01','2026-03-26 04:29:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774495741;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774495741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-26 03:30:56','2026-03-26 04:30:56',342790,NULL),
(10819,'woocommerce_cleanup_logs','complete','2026-03-26 03:29:01','2026-03-26 04:29:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774495741;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774495741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-26 03:30:56','2026-03-26 04:30:56',342790,NULL),
(10820,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-03-26 03:29:01','2026-03-26 04:29:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774495741;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774495741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-26 03:30:56','2026-03-26 04:30:56',342790,NULL),
(10821,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 05:45:35','2026-03-25 06:45:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774417535;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774417535;}',11,1,'2026-03-25 05:50:06','2026-03-25 06:50:06',342655,NULL),
(10822,'woocommerce_cleanup_sessions','complete','2026-03-25 17:10:41','2026-03-25 18:10:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774458641;s:18:\"\0*\0first_timestamp\";i:1774414800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774458641;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-25 17:11:21','2026-03-25 18:11:21',342725,NULL),
(10823,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 06:50:06','2026-03-25 07:50:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774421406;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774421406;}',11,1,'2026-03-25 07:09:54','2026-03-25 08:09:54',342661,NULL),
(10824,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 08:09:54','2026-03-25 09:09:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774426194;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774426194;}',11,1,'2026-03-25 08:39:44','2026-03-25 09:39:44',342668,NULL),
(10825,'woocommerce_refresh_order_count_cache','complete','2026-03-25 20:39:44','2026-03-25 21:39:44',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774471184;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774471184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-25 20:42:22','2026-03-25 21:42:22',342747,NULL),
(10826,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 09:39:44','2026-03-25 10:39:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774431584;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774431584;}',11,1,'2026-03-25 10:19:22','2026-03-25 11:19:22',342673,NULL),
(10827,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 11:19:22','2026-03-25 12:19:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774437562;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774437562;}',11,1,'2026-03-25 11:28:32','2026-03-25 12:28:32',342685,NULL),
(10828,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 12:28:32','2026-03-25 13:28:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774441712;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774441712;}',11,1,'2026-03-25 12:43:20','2026-03-25 13:43:20',342689,NULL),
(10829,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 13:43:20','2026-03-25 14:43:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774446200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774446200;}',11,1,'2026-03-25 13:47:54','2026-03-25 14:47:54',342698,NULL),
(10830,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 14:47:54','2026-03-25 15:47:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774450074;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774450074;}',11,1,'2026-03-25 14:48:54','2026-03-25 15:48:54',342710,NULL),
(10831,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 15:48:54','2026-03-25 16:48:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774453734;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774453734;}',11,1,'2026-03-25 16:14:23','2026-03-25 17:14:23',342715,NULL),
(10832,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 17:14:23','2026-03-25 18:14:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774458863;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774458863;}',11,1,'2026-03-25 17:14:26','2026-03-25 18:14:26',342728,NULL),
(10834,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 18:14:26','2026-03-25 19:14:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774462466;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774462466;}',11,1,'2026-03-25 18:26:24','2026-03-25 19:26:24',342733,NULL),
(10835,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 19:26:24','2026-03-25 20:26:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774466784;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774466784;}',11,1,'2026-03-25 19:54:03','2026-03-25 20:54:03',342740,NULL),
(10836,'wp_mail_smtp_admin_notifications_update','complete','2026-03-26 18:42:18','2026-03-26 19:42:18',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774550538;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774550538;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-03-26 18:45:38','2026-03-26 19:45:38',342914,NULL),
(10837,'wc_admin_daily_wrapper','complete','2026-03-26 18:42:18','2026-03-26 19:42:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774550538;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774550538;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-26 18:45:39','2026-03-26 19:45:39',342914,NULL),
(10838,'woocommerce_cleanup_personal_data','complete','2026-03-26 18:42:19','2026-03-26 19:42:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774550539;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774550539;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-26 18:45:39','2026-03-26 19:45:39',342914,NULL),
(10839,'woocommerce_expired_transient_files_cleanup','complete','2026-03-26 18:42:19','2026-03-26 19:42:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774550539;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774550539;}',12,1,'2026-03-26 18:45:39','2026-03-26 19:45:39',342914,NULL),
(10840,'woocommerce_cleanup_sessions','complete','2026-03-26 05:00:00','2026-03-26 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774501200;s:18:\"\0*\0first_timestamp\";i:1774501200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774501200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-26 05:04:02','2026-03-26 06:04:02',342801,NULL),
(10841,'generate_category_lookup_table_wrapper','complete','2026-03-25 18:42:29','2026-03-25 19:42:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774464149;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774464149;}',11,1,'2026-03-25 18:55:33','2026-03-25 19:55:33',342737,NULL),
(10842,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-26 18:42:19','2026-03-26 19:42:19',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774550539;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774550539;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-03-26 18:45:39','2026-03-26 19:45:39',342914,NULL),
(10843,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 20:54:03','2026-03-25 21:54:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774472043;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774472043;}',11,1,'2026-03-25 20:56:05','2026-03-25 21:56:05',342750,NULL),
(10844,'woocommerce_refresh_order_count_cache','complete','2026-03-26 08:42:22','2026-03-26 09:42:22',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774514542;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774514542;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-26 09:39:23','2026-03-26 10:39:23',342828,NULL),
(10845,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 21:56:05','2026-03-25 22:56:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774475765;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774475765;}',11,1,'2026-03-25 21:56:24','2026-03-25 22:56:24',342763,NULL),
(10846,'woocommerce_cancel_unpaid_orders','complete','2026-03-25 22:56:24','2026-03-25 23:56:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774479384;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774479384;}',11,1,'2026-03-25 23:37:19','2026-03-26 00:37:19',342775,NULL),
(10847,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 00:37:19','2026-03-26 01:37:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774485439;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774485439;}',11,1,'2026-03-26 02:06:19','2026-03-26 03:06:19',342779,NULL),
(10848,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 03:06:19','2026-03-26 04:06:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774494379;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774494379;}',11,1,'2026-03-26 03:23:38','2026-03-26 04:23:38',342787,NULL),
(10849,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 04:23:38','2026-03-26 05:23:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774499018;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774499018;}',11,1,'2026-03-26 04:25:35','2026-03-26 05:25:35',342796,NULL),
(10850,'woocommerce_scheduled_sales','complete','2026-03-27 03:30:56','2026-03-27 04:30:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774582256;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774582256;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-27 03:38:38','2026-03-27 04:38:38',342974,NULL),
(10851,'woocommerce_cleanup_logs','complete','2026-03-27 03:30:56','2026-03-27 04:30:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774582256;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774582256;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-27 03:38:38','2026-03-27 04:38:38',342974,NULL),
(10852,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-03-27 03:30:56','2026-03-27 04:30:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774582256;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774582256;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-27 03:38:38','2026-03-27 04:38:38',342974,NULL),
(10853,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 05:25:35','2026-03-26 06:25:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774502735;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774502735;}',11,1,'2026-03-26 05:32:43','2026-03-26 06:32:43',342807,NULL),
(10854,'woocommerce_cleanup_sessions','complete','2026-03-26 17:04:02','2026-03-26 18:04:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774544642;s:18:\"\0*\0first_timestamp\";i:1774501200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774544642;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-26 17:31:51','2026-03-26 18:31:51',342908,NULL),
(10855,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 06:32:43','2026-03-26 07:32:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774506763;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774506763;}',11,1,'2026-03-26 06:44:54','2026-03-26 07:44:54',342813,NULL),
(10856,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 07:44:54','2026-03-26 08:44:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774511094;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774511094;}',11,1,'2026-03-26 08:00:02','2026-03-26 09:00:02',342819,NULL),
(10857,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 09:00:02','2026-03-26 10:00:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774515602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774515602;}',11,1,'2026-03-26 09:39:23','2026-03-26 10:39:23',342828,NULL),
(10858,'woocommerce_refresh_order_count_cache','complete','2026-03-26 21:39:23','2026-03-26 22:39:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774561163;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774561163;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-26 21:39:45','2026-03-26 22:39:45',342943,NULL),
(10859,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 10:39:23','2026-03-26 11:39:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774521563;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774521563;}',11,1,'2026-03-26 10:49:42','2026-03-26 11:49:42',342843,NULL),
(10860,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 11:49:42','2026-03-26 12:49:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774525782;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774525782;}',11,1,'2026-03-26 11:54:40','2026-03-26 12:54:40',342853,NULL),
(10861,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 12:54:40','2026-03-26 13:54:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774529680;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774529680;}',11,1,'2026-03-26 13:01:03','2026-03-26 14:01:03',342863,NULL),
(10862,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 14:01:03','2026-03-26 15:01:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774533663;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774533663;}',11,1,'2026-03-26 14:01:41','2026-03-26 15:01:41',342876,NULL),
(10863,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 15:01:41','2026-03-26 16:01:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774537301;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774537301;}',11,1,'2026-03-26 15:04:04','2026-03-26 16:04:04',342890,NULL),
(10864,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 16:04:04','2026-03-26 17:04:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774541044;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774541044;}',11,1,'2026-03-26 16:16:52','2026-03-26 17:16:52',342901,NULL),
(10865,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 17:16:52','2026-03-26 18:16:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774545412;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774545412;}',11,1,'2026-03-26 17:31:51','2026-03-26 18:31:51',342908,NULL),
(10867,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 18:31:51','2026-03-26 19:31:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774549911;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774549911;}',11,1,'2026-03-26 18:36:23','2026-03-26 19:36:23',342912,NULL),
(10868,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 19:36:23','2026-03-26 20:36:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774553783;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774553783;}',11,1,'2026-03-26 19:46:36','2026-03-26 20:46:36',342921,NULL),
(10869,'wp_mail_smtp_admin_notifications_update','complete','2026-03-27 18:45:38','2026-03-27 19:45:38',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774637138;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774637138;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-03-27 19:28:15','2026-03-27 20:28:15',343077,NULL),
(10870,'wc_admin_daily_wrapper','complete','2026-03-27 18:45:39','2026-03-27 19:45:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774637139;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774637139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-27 19:28:16','2026-03-27 20:28:16',343077,NULL),
(10871,'woocommerce_cleanup_personal_data','complete','2026-03-27 18:45:39','2026-03-27 19:45:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774637139;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774637139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-27 19:28:16','2026-03-27 20:28:16',343077,NULL),
(10872,'woocommerce_expired_transient_files_cleanup','complete','2026-03-27 18:45:39','2026-03-27 19:45:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774637139;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774637139;}',12,1,'2026-03-27 19:28:16','2026-03-27 20:28:16',343077,NULL),
(10873,'woocommerce_cleanup_sessions','complete','2026-03-27 05:00:00','2026-03-27 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774587600;s:18:\"\0*\0first_timestamp\";i:1774587600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774587600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-27 05:13:05','2026-03-27 06:13:05',343001,NULL),
(10874,'generate_category_lookup_table_wrapper','complete','2026-03-26 18:45:49','2026-03-26 19:45:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774550749;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774550749;}',11,1,'2026-03-26 18:58:05','2026-03-26 19:58:05',342916,NULL),
(10875,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-27 18:45:39','2026-03-27 19:45:39',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774637139;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774637139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-03-27 19:28:16','2026-03-27 20:28:16',343077,NULL),
(10876,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 20:46:36','2026-03-26 21:46:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774557996;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774557996;}',11,1,'2026-03-26 20:56:28','2026-03-26 21:56:28',342935,NULL),
(10877,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 21:56:28','2026-03-26 22:56:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774562188;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774562188;}',11,1,'2026-03-26 22:11:24','2026-03-26 23:11:24',342947,NULL),
(10878,'woocommerce_refresh_order_count_cache','complete','2026-03-27 09:39:45','2026-03-27 10:39:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774604385;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774604385;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-27 09:44:59','2026-03-27 10:44:59',343020,NULL),
(10879,'woocommerce_cancel_unpaid_orders','complete','2026-03-26 23:11:24','2026-03-27 00:11:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774566684;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774566684;}',11,1,'2026-03-26 23:13:10','2026-03-27 00:13:10',342953,NULL),
(10880,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 00:13:10','2026-03-27 01:13:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774570390;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774570390;}',11,1,'2026-03-27 00:22:42','2026-03-27 01:22:42',342962,NULL),
(10881,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 01:22:42','2026-03-27 02:22:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774574562;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774574562;}',11,1,'2026-03-27 01:51:21','2026-03-27 02:51:21',342968,NULL),
(10882,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 02:51:21','2026-03-27 03:51:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774579881;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774579881;}',11,1,'2026-03-27 03:00:02','2026-03-27 04:00:02',342970,NULL),
(10883,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 04:00:02','2026-03-27 05:00:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774584002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774584002;}',11,1,'2026-03-27 04:01:14','2026-03-27 05:01:14',342985,NULL),
(10884,'woocommerce_scheduled_sales','complete','2026-03-28 03:38:38','2026-03-28 04:38:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774669118;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774669118;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-28 03:40:04','2026-03-28 04:40:04',343124,NULL),
(10885,'woocommerce_cleanup_logs','complete','2026-03-28 03:38:38','2026-03-28 04:38:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774669118;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774669118;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-28 03:40:04','2026-03-28 04:40:04',343124,NULL),
(10886,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-03-28 03:38:38','2026-03-28 04:38:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774669118;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774669118;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-28 03:40:04','2026-03-28 04:40:04',343124,NULL),
(10887,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 05:01:14','2026-03-27 06:01:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774587674;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774587674;}',11,1,'2026-03-27 05:13:05','2026-03-27 06:13:05',343001,NULL),
(10888,'woocommerce_cleanup_sessions','complete','2026-03-27 17:13:05','2026-03-27 18:13:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774631585;s:18:\"\0*\0first_timestamp\";i:1774587600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774631585;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-27 17:27:40','2026-03-27 18:27:40',343068,NULL),
(10889,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 06:13:05','2026-03-27 07:13:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774591985;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774591985;}',11,1,'2026-03-27 06:20:01','2026-03-27 07:20:01',343006,NULL),
(10890,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 07:20:01','2026-03-27 08:20:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774596001;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774596001;}',11,1,'2026-03-27 08:19:53','2026-03-27 09:19:53',343015,NULL),
(10891,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 09:19:53','2026-03-27 10:19:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774603193;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774603193;}',11,1,'2026-03-27 09:44:59','2026-03-27 10:44:59',343020,NULL),
(10892,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 10:44:59','2026-03-27 11:44:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774608299;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774608299;}',11,1,'2026-03-27 10:49:01','2026-03-27 11:49:01',343029,NULL),
(10893,'woocommerce_refresh_order_count_cache','complete','2026-03-27 21:44:59','2026-03-27 22:44:59',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774647899;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774647899;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-27 21:52:20','2026-03-27 22:52:20',343094,NULL),
(10894,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 11:49:01','2026-03-27 12:49:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774612141;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774612141;}',11,1,'2026-03-27 12:05:37','2026-03-27 13:05:37',343034,NULL),
(10895,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 13:05:37','2026-03-27 14:05:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774616737;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774616737;}',11,1,'2026-03-27 13:08:33','2026-03-27 14:08:33',343041,NULL),
(10896,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 14:08:33','2026-03-27 15:08:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774620513;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774620513;}',11,1,'2026-03-27 14:11:52','2026-03-27 15:11:52',343046,NULL),
(10897,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 15:11:52','2026-03-27 16:11:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774624312;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774624312;}',11,1,'2026-03-27 15:16:16','2026-03-27 16:16:16',343050,NULL),
(10898,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 16:16:16','2026-03-27 17:16:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774628176;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774628176;}',11,1,'2026-03-27 16:18:35','2026-03-27 17:18:35',343059,NULL),
(10899,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 17:18:35','2026-03-27 18:18:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774631915;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774631915;}',11,1,'2026-03-27 17:27:40','2026-03-27 18:27:40',343068,NULL),
(10901,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 18:27:40','2026-03-27 19:27:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774636060;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774636060;}',11,1,'2026-03-27 18:36:18','2026-03-27 19:36:18',343073,NULL),
(10902,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 19:36:18','2026-03-27 20:36:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774640178;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774640178;}',11,1,'2026-03-27 19:52:33','2026-03-27 20:52:33',343081,NULL),
(10903,'wp_mail_smtp_admin_notifications_update','complete','2026-03-28 19:28:15','2026-03-28 20:28:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774726095;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774726095;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-03-28 19:51:06','2026-03-28 20:51:06',343218,NULL),
(10904,'wc_admin_daily_wrapper','complete','2026-03-28 19:28:16','2026-03-28 20:28:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774726096;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774726096;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-28 19:51:06','2026-03-28 20:51:06',343218,NULL),
(10905,'woocommerce_cleanup_personal_data','complete','2026-03-28 19:28:16','2026-03-28 20:28:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774726096;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774726096;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-28 19:51:07','2026-03-28 20:51:07',343218,NULL),
(10906,'woocommerce_expired_transient_files_cleanup','complete','2026-03-28 19:28:16','2026-03-28 20:28:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774726096;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774726096;}',12,1,'2026-03-28 19:51:07','2026-03-28 20:51:07',343218,NULL),
(10907,'woocommerce_cleanup_sessions','complete','2026-03-28 05:00:00','2026-03-28 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774674000;s:18:\"\0*\0first_timestamp\";i:1774674000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774674000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-28 05:01:28','2026-03-28 06:01:28',343133,NULL),
(10908,'generate_category_lookup_table_wrapper','complete','2026-03-27 19:28:26','2026-03-27 20:28:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774639706;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774639706;}',11,1,'2026-03-27 19:30:29','2026-03-27 20:30:29',343079,NULL),
(10909,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-28 19:28:16','2026-03-28 20:28:16',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774726096;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774726096;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-03-28 19:51:07','2026-03-28 20:51:07',343218,NULL),
(10910,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 20:52:33','2026-03-27 21:52:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774644753;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774644753;}',11,1,'2026-03-27 20:58:41','2026-03-27 21:58:41',343089,NULL),
(10911,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 21:58:41','2026-03-27 22:58:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774648721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774648721;}',11,1,'2026-03-27 22:18:38','2026-03-27 23:18:38',343096,NULL),
(10912,'woocommerce_refresh_order_count_cache','complete','2026-03-28 09:52:20','2026-03-28 10:52:20',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774691540;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774691540;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-28 09:52:21','2026-03-28 10:52:21',343154,NULL),
(10913,'woocommerce_cancel_unpaid_orders','complete','2026-03-27 23:18:38','2026-03-28 00:18:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774653518;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774653518;}',11,1,'2026-03-27 23:43:32','2026-03-28 00:43:32',343109,NULL),
(10914,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 00:43:32','2026-03-28 01:43:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774658612;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774658612;}',11,1,'2026-03-28 01:01:40','2026-03-28 02:01:40',343114,NULL),
(10915,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 02:01:40','2026-03-28 03:01:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774663300;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774663300;}',11,1,'2026-03-28 02:22:40','2026-03-28 03:22:40',343118,NULL),
(10916,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 03:22:40','2026-03-28 04:22:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774668160;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774668160;}',11,1,'2026-03-28 03:40:04','2026-03-28 04:40:04',343124,NULL),
(10917,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 04:40:04','2026-03-28 05:40:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774672804;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774672804;}',11,1,'2026-03-28 04:49:49','2026-03-28 05:49:49',343130,NULL),
(10918,'woocommerce_scheduled_sales','complete','2026-03-29 03:40:04','2026-03-29 05:40:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774755604;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774755604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-29 04:21:00','2026-03-29 06:21:00',343279,NULL),
(10919,'woocommerce_cleanup_logs','complete','2026-03-29 03:40:04','2026-03-29 05:40:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774755604;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774755604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-29 04:21:00','2026-03-29 06:21:00',343279,NULL),
(10920,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-03-29 03:40:04','2026-03-29 05:40:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774755604;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774755604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-29 04:21:00','2026-03-29 06:21:00',343279,NULL),
(10921,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 05:49:49','2026-03-28 06:49:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774676989;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774676989;}',11,1,'2026-03-28 06:33:43','2026-03-28 07:33:43',343139,NULL),
(10922,'woocommerce_cleanup_sessions','complete','2026-03-28 17:01:28','2026-03-28 18:01:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774717288;s:18:\"\0*\0first_timestamp\";i:1774674000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774717288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-28 17:16:13','2026-03-28 18:16:13',343201,NULL),
(10923,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 07:33:43','2026-03-28 08:33:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774683223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774683223;}',11,1,'2026-03-28 07:37:43','2026-03-28 08:37:43',343144,NULL),
(10924,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 08:37:43','2026-03-28 09:37:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774687063;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774687063;}',11,1,'2026-03-28 09:19:01','2026-03-28 10:19:01',343149,NULL),
(10925,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 10:19:01','2026-03-28 11:19:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774693141;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774693141;}',11,1,'2026-03-28 11:27:52','2026-03-28 12:27:52',343157,NULL),
(10926,'woocommerce_refresh_order_count_cache','complete','2026-03-28 21:52:21','2026-03-28 22:52:21',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774734741;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774734741;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-28 22:02:52','2026-03-28 23:02:52',343237,NULL),
(10927,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 12:27:52','2026-03-28 13:27:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774700872;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774700872;}',11,1,'2026-03-28 13:06:01','2026-03-28 14:06:01',343167,NULL),
(10928,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 14:06:01','2026-03-28 15:06:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774706761;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774706761;}',11,1,'2026-03-28 14:06:17','2026-03-28 15:06:17',343176,NULL),
(10929,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 15:06:17','2026-03-28 16:06:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774710377;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774710377;}',11,1,'2026-03-28 15:08:20','2026-03-28 16:08:20',343185,NULL),
(10930,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 16:08:20','2026-03-28 17:08:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774714100;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774714100;}',11,1,'2026-03-28 16:13:06','2026-03-28 17:13:06',343192,NULL),
(10931,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 17:13:06','2026-03-28 18:13:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774717986;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774717986;}',11,1,'2026-03-28 17:16:13','2026-03-28 18:16:13',343201,NULL),
(10933,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 18:16:13','2026-03-28 19:16:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774721773;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774721773;}',11,1,'2026-03-28 18:20:25','2026-03-28 19:20:25',343208,NULL),
(10934,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 19:20:25','2026-03-28 20:20:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774725625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774725625;}',11,1,'2026-03-28 19:51:06','2026-03-28 20:51:06',343218,NULL),
(10935,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 20:51:06','2026-03-28 21:51:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774731066;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774731066;}',11,1,'2026-03-28 20:53:42','2026-03-28 21:53:42',343229,NULL),
(10936,'wp_mail_smtp_admin_notifications_update','complete','2026-03-29 19:51:06','2026-03-29 21:51:06',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774813866;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774813866;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-03-29 19:51:30','2026-03-29 21:51:30',343392,NULL),
(10937,'wc_admin_daily_wrapper','complete','2026-03-29 19:51:06','2026-03-29 21:51:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774813866;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774813866;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-29 19:51:30','2026-03-29 21:51:30',343392,NULL),
(10938,'woocommerce_cleanup_personal_data','complete','2026-03-29 19:51:07','2026-03-29 21:51:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774813867;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774813867;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-29 19:51:30','2026-03-29 21:51:30',343392,NULL),
(10939,'woocommerce_expired_transient_files_cleanup','complete','2026-03-29 19:51:07','2026-03-29 21:51:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774813867;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774813867;}',12,1,'2026-03-29 19:51:30','2026-03-29 21:51:30',343392,NULL),
(10940,'woocommerce_cleanup_sessions','complete','2026-03-29 05:00:00','2026-03-29 07:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774760400;s:18:\"\0*\0first_timestamp\";i:1774760400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774760400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-29 05:13:27','2026-03-29 07:13:27',343285,NULL),
(10941,'generate_category_lookup_table_wrapper','complete','2026-03-28 19:51:17','2026-03-28 20:51:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774727477;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774727477;}',11,1,'2026-03-28 20:23:20','2026-03-28 21:23:20',343220,NULL),
(10942,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-29 19:51:07','2026-03-29 21:51:07',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774813867;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774813867;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-03-29 19:51:30','2026-03-29 21:51:30',343392,NULL),
(10943,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 21:53:42','2026-03-28 22:53:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774734822;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774734822;}',11,1,'2026-03-28 22:02:52','2026-03-28 23:02:52',343237,NULL),
(10944,'woocommerce_refresh_order_count_cache','complete','2026-03-29 10:02:52','2026-03-29 12:02:52',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774778572;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774778572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-29 10:19:28','2026-03-29 12:19:28',343308,NULL),
(10945,'woocommerce_cancel_unpaid_orders','complete','2026-03-28 23:02:52','2026-03-29 00:02:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774738972;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774738972;}',11,1,'2026-03-28 23:36:15','2026-03-29 00:36:15',343244,NULL),
(10946,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 00:36:15','2026-03-29 01:36:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774744575;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774744575;}',11,1,'2026-03-29 00:47:34','2026-03-29 01:47:34',343247,NULL),
(10947,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 01:47:34','2026-03-29 03:47:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774748854;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774748854;}',11,1,'2026-03-29 01:51:21','2026-03-29 03:51:21',343250,NULL),
(10948,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 02:51:21','2026-03-29 04:51:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774752681;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774752681;}',11,1,'2026-03-29 04:21:00','2026-03-29 06:21:00',343279,NULL),
(10949,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 05:21:00','2026-03-29 07:21:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774761660;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774761660;}',11,1,'2026-03-29 05:27:28','2026-03-29 07:27:28',343288,NULL),
(10950,'woocommerce_scheduled_sales','complete','2026-03-30 04:21:00','2026-03-30 06:21:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774844460;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774844460;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-30 04:34:54','2026-03-30 06:34:54',343442,NULL),
(10951,'woocommerce_cleanup_logs','complete','2026-03-30 04:21:00','2026-03-30 06:21:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774844460;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774844460;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-30 04:34:54','2026-03-30 06:34:54',343442,NULL),
(10952,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-03-30 04:21:00','2026-03-30 06:21:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774844460;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774844460;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-30 04:34:54','2026-03-30 06:34:54',343442,NULL),
(10953,'woocommerce_cleanup_sessions','complete','2026-03-29 17:13:27','2026-03-29 19:13:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774804407;s:18:\"\0*\0first_timestamp\";i:1774760400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774804407;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-29 17:31:51','2026-03-29 19:31:51',343365,NULL),
(10954,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 06:27:28','2026-03-29 08:27:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774765648;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774765648;}',11,1,'2026-03-29 07:32:01','2026-03-29 09:32:01',343297,NULL),
(10955,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 08:32:01','2026-03-29 10:32:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774773121;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774773121;}',11,1,'2026-03-29 08:45:21','2026-03-29 10:45:21',343301,NULL),
(10956,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 09:45:21','2026-03-29 11:45:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774777521;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774777521;}',11,1,'2026-03-29 10:19:28','2026-03-29 12:19:28',343308,NULL),
(10957,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 11:19:28','2026-03-29 13:19:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774783168;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774783168;}',11,1,'2026-03-29 11:27:35','2026-03-29 13:27:35',343314,NULL),
(10958,'woocommerce_refresh_order_count_cache','complete','2026-03-29 22:19:28','2026-03-30 00:19:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774822768;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774822768;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-29 22:57:05','2026-03-30 00:57:05',343408,NULL),
(10959,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 12:27:35','2026-03-29 14:27:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774787255;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774787255;}',11,1,'2026-03-29 12:38:49','2026-03-29 14:38:49',343327,NULL),
(10960,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 13:38:49','2026-03-29 15:38:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774791529;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774791529;}',11,1,'2026-03-29 13:41:42','2026-03-29 15:41:42',343341,NULL),
(10961,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 14:41:42','2026-03-29 16:41:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774795302;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774795302;}',11,1,'2026-03-29 14:45:11','2026-03-29 16:45:11',343347,NULL),
(10962,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 15:45:11','2026-03-29 17:45:11',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774799111;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774799111;}',11,1,'2026-03-29 15:58:23','2026-03-29 17:58:23',343352,NULL),
(10963,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 16:58:23','2026-03-29 18:58:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774803503;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774803503;}',11,1,'2026-03-29 17:09:06','2026-03-29 19:09:06',343362,NULL),
(10964,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 18:09:06','2026-03-29 20:09:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774807746;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774807746;}',11,1,'2026-03-29 18:17:57','2026-03-29 20:17:57',343377,NULL),
(10966,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 19:17:57','2026-03-29 21:17:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774811877;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774811877;}',11,1,'2026-03-29 19:31:30','2026-03-29 21:31:30',343390,NULL),
(10967,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 20:31:30','2026-03-29 22:31:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774816290;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774816290;}',11,1,'2026-03-29 20:34:24','2026-03-29 22:34:24',343394,NULL),
(10968,'wp_mail_smtp_admin_notifications_update','complete','2026-03-30 19:51:30','2026-03-30 21:51:30',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774900290;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774900290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-03-30 19:52:51','2026-03-30 21:52:51',343658,NULL),
(10969,'wc_admin_daily_wrapper','complete','2026-03-30 19:51:30','2026-03-30 21:51:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774900290;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774900290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-30 19:52:52','2026-03-30 21:52:52',343658,NULL),
(10970,'woocommerce_cleanup_personal_data','complete','2026-03-30 19:51:30','2026-03-30 21:51:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774900290;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774900290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-30 19:52:52','2026-03-30 21:52:52',343658,NULL),
(10971,'woocommerce_expired_transient_files_cleanup','complete','2026-03-30 19:51:30','2026-03-30 21:51:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774900290;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774900290;}',12,1,'2026-03-30 19:52:52','2026-03-30 21:52:52',343658,NULL),
(10972,'woocommerce_cleanup_sessions','complete','2026-03-30 04:00:00','2026-03-30 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774843200;s:18:\"\0*\0first_timestamp\";i:1774843200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774843200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-30 04:05:12','2026-03-30 06:05:12',343440,NULL),
(10973,'generate_category_lookup_table_wrapper','complete','2026-03-29 19:51:40','2026-03-29 21:51:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774813900;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774813900;}',11,1,'2026-03-29 20:34:24','2026-03-29 22:34:24',343394,NULL),
(10974,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-30 19:51:30','2026-03-30 21:51:30',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774900290;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774900290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-03-30 19:52:52','2026-03-30 21:52:52',343658,NULL),
(10975,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 21:34:24','2026-03-29 23:34:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774820064;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774820064;}',11,1,'2026-03-29 21:45:42','2026-03-29 23:45:42',343401,NULL),
(10976,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 22:45:42','2026-03-30 00:45:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774824342;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774824342;}',11,1,'2026-03-29 22:57:05','2026-03-30 00:57:05',343408,NULL),
(10977,'woocommerce_refresh_order_count_cache','complete','2026-03-30 10:57:05','2026-03-30 12:57:05',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774868225;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774868225;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-30 11:09:25','2026-03-30 13:09:25',343464,NULL),
(10978,'woocommerce_cancel_unpaid_orders','complete','2026-03-29 23:57:05','2026-03-30 01:57:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774828625;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774828625;}',11,1,'2026-03-29 23:58:37','2026-03-30 01:58:37',343420,NULL),
(10979,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 00:58:37','2026-03-30 02:58:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774832317;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774832317;}',11,1,'2026-03-30 01:01:28','2026-03-30 03:01:28',343425,NULL),
(10980,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 02:01:28','2026-03-30 04:01:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774836088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774836088;}',11,1,'2026-03-30 02:18:19','2026-03-30 04:18:19',343431,NULL),
(10981,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 03:18:19','2026-03-30 05:18:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774840699;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774840699;}',11,1,'2026-03-30 03:35:47','2026-03-30 05:35:47',343437,NULL),
(10982,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 04:35:47','2026-03-30 06:35:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774845347;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774845347;}',11,1,'2026-03-30 05:29:05','2026-03-30 07:29:05',343444,NULL),
(10983,'woocommerce_cleanup_sessions','complete','2026-03-30 16:05:12','2026-03-30 18:05:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774886712;s:18:\"\0*\0first_timestamp\";i:1774843200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774886712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-30 16:07:07','2026-03-30 18:07:07',343552,NULL),
(10984,'woocommerce_scheduled_sales','complete','2026-03-31 04:34:54','2026-03-31 06:34:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774931694;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774931694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-31 04:41:57','2026-03-31 06:41:57',343705,NULL),
(10985,'woocommerce_cleanup_logs','complete','2026-03-31 04:34:54','2026-03-31 06:34:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774931694;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774931694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-31 04:41:57','2026-03-31 06:41:57',343705,NULL),
(10986,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-03-31 04:34:54','2026-03-31 06:34:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774931694;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774931694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-31 04:41:57','2026-03-31 06:41:57',343705,NULL),
(10987,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 06:29:05','2026-03-30 08:29:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774852145;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774852145;}',11,1,'2026-03-30 06:53:45','2026-03-30 08:53:45',343448,NULL),
(10988,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 07:53:45','2026-03-30 09:53:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774857225;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774857225;}',11,1,'2026-03-30 08:21:47','2026-03-30 10:21:47',343453,NULL),
(10989,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 09:21:47','2026-03-30 11:21:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774862507;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774862507;}',11,1,'2026-03-30 09:24:58','2026-03-30 11:24:58',343457,NULL),
(10990,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 10:24:58','2026-03-30 12:24:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774866298;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774866298;}',11,1,'2026-03-30 10:25:52','2026-03-30 12:25:52',343461,NULL),
(10991,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 11:25:52','2026-03-30 13:25:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774869952;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774869952;}',11,1,'2026-03-30 11:26:38','2026-03-30 13:26:38',343483,NULL),
(10992,'woocommerce_refresh_order_count_cache','complete','2026-03-30 23:09:25','2026-03-31 01:09:25',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774912165;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774912165;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-30 23:23:24','2026-03-31 01:23:24',343682,NULL),
(10993,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 12:26:38','2026-03-30 14:26:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774873598;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774873598;}',11,1,'2026-03-30 12:40:13','2026-03-30 14:40:13',343494,NULL),
(10994,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 13:40:13','2026-03-30 15:40:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774878013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774878013;}',11,1,'2026-03-30 13:42:56','2026-03-30 15:42:56',343501,NULL),
(10995,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 14:42:56','2026-03-30 16:42:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774881776;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774881776;}',11,1,'2026-03-30 14:51:20','2026-03-30 16:51:20',343513,NULL),
(10996,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 15:51:20','2026-03-30 17:51:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774885880;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774885880;}',11,1,'2026-03-30 16:00:43','2026-03-30 18:00:43',343547,NULL),
(10997,'fetch_patterns','complete','2026-03-30 14:53:55','2026-03-30 16:53:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774882435;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774882435;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-30 14:54:33','2026-03-30 16:54:33',343518,NULL),
(10998,'woocommerce_run_update_callback','complete','2026-03-30 14:53:57','2026-03-30 16:53:57',10,'{\"update_callback\":\"wc_update_1050_migrate_brand_permalink_setting\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774882437;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774882437;}',3,1,'2026-03-30 14:54:34','2026-03-30 16:54:34',343518,NULL),
(10999,'woocommerce_run_update_callback','complete','2026-03-30 14:53:58','2026-03-30 16:53:58',10,'{\"update_callback\":\"wc_update_1050_enable_autoload_options\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774882438;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774882438;}',3,1,'2026-03-30 14:54:34','2026-03-30 16:54:34',343518,NULL),
(11000,'woocommerce_run_update_callback','complete','2026-03-30 14:53:59','2026-03-30 16:53:59',10,'{\"update_callback\":\"wc_update_1050_add_idx_user_email\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774882439;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774882439;}',3,1,'2026-03-30 14:54:34','2026-03-30 16:54:34',343518,NULL),
(11001,'woocommerce_run_update_callback','complete','2026-03-30 14:54:00','2026-03-30 16:54:00',10,'{\"update_callback\":\"wc_update_1050_remove_deprecated_marketplace_option\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774882440;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774882440;}',3,1,'2026-03-30 14:54:34','2026-03-30 16:54:34',343518,NULL),
(11002,'woocommerce_run_update_callback','complete','2026-03-30 14:54:01','2026-03-30 16:54:01',10,'{\"update_callback\":\"wc_update_1060_add_woo_idx_comment_approved_type_index\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774882441;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774882441;}',3,1,'2026-03-30 14:54:34','2026-03-30 16:54:34',343518,NULL),
(11003,'woocommerce_update_db_to_current_version','complete','2026-03-30 14:54:02','2026-03-30 16:54:02',10,'{\"version\":\"10.6.1\"}','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774882442;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774882442;}',3,1,'2026-03-30 14:54:34','2026-03-30 16:54:34',343518,NULL),
(11004,'fetch_patterns','complete','2026-03-31 14:54:33','2026-03-31 16:54:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774968873;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774968873;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-31 14:54:41','2026-03-31 16:54:41',343759,NULL),
(11005,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:02:01','2026-03-30 17:02:01',10,'[1560,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774882921;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774882921;}',3,1,'2026-03-30 15:02:27','2026-03-30 17:02:27',343526,NULL),
(11006,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:02:13','2026-03-30 17:02:13',10,'[1535,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774882933;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774882933;}',3,1,'2026-03-30 15:02:27','2026-03-30 17:02:27',343526,NULL),
(11007,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:02:51','2026-03-30 17:02:51',10,'[1401,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774882971;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774882971;}',3,1,'2026-03-30 15:03:27','2026-03-30 17:03:27',343528,NULL),
(11008,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:03:04','2026-03-30 17:03:04',10,'[941,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774882984;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774882984;}',3,1,'2026-03-30 15:03:27','2026-03-30 17:03:27',343528,NULL),
(11009,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:03:22','2026-03-30 17:03:22',10,'[554,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774883002;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774883002;}',3,1,'2026-03-30 15:03:27','2026-03-30 17:03:27',343528,NULL),
(11010,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:03:31','2026-03-30 17:03:31',10,'[545,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774883011;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774883011;}',3,1,'2026-03-30 15:03:38','2026-03-30 17:03:38',343530,NULL),
(11011,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:03:38','2026-03-30 17:03:38',10,'[554,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774883018;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774883018;}',3,1,'2026-03-30 15:03:38','2026-03-30 17:03:38',343530,NULL),
(11012,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:03:51','2026-03-30 17:03:51',10,'[496,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774883031;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774883031;}',3,1,'2026-03-30 15:04:27','2026-03-30 17:04:27',343532,NULL),
(11013,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:04:08','2026-03-30 17:04:08',10,'[318,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774883048;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774883048;}',3,1,'2026-03-30 15:04:27','2026-03-30 17:04:27',343532,NULL),
(11014,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:04:18','2026-03-30 17:04:18',10,'[306,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774883058;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774883058;}',3,1,'2026-03-30 15:04:27','2026-03-30 17:04:27',343532,NULL),
(11015,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:04:40','2026-03-30 17:04:40',10,'[288,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774883080;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774883080;}',3,1,'2026-03-30 15:05:27','2026-03-30 17:05:27',343534,NULL),
(11016,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:04:53','2026-03-30 17:04:53',10,'[213,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774883093;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774883093;}',3,1,'2026-03-30 15:05:27','2026-03-30 17:05:27',343534,NULL),
(11017,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:05:03','2026-03-30 17:05:03',10,'[183,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774883103;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774883103;}',3,1,'2026-03-30 15:05:27','2026-03-30 17:05:27',343534,NULL),
(11018,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 15:05:13','2026-03-30 17:05:13',10,'[102,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774883113;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774883113;}',3,1,'2026-03-30 15:05:27','2026-03-30 17:05:27',343534,NULL),
(11019,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 17:00:43','2026-03-30 19:00:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890043;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890043;}',11,1,'2026-03-30 17:01:15','2026-03-30 19:01:15',343596,NULL),
(11021,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 18:01:15','2026-03-30 20:01:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774893675;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774893675;}',11,1,'2026-03-30 18:02:01','2026-03-30 20:02:01',343642,NULL),
(11022,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:01:28','2026-03-30 19:01:28',10,'[1673,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890088;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890088;}',3,1,'2026-03-30 17:02:18','2026-03-30 19:02:18',343599,NULL),
(11023,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:05:05','2026-03-30 19:05:05',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890305;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890305;}',3,1,'2026-03-30 17:05:35','2026-03-30 19:05:35',343604,NULL),
(11024,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:05:10','2026-03-30 19:05:10',10,'[1678,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890310;}',3,1,'2026-03-30 17:05:35','2026-03-30 19:05:35',343604,NULL),
(11025,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:05:10','2026-03-30 19:05:10',10,'[1679,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890310;}',3,1,'2026-03-30 17:05:35','2026-03-30 19:05:35',343604,NULL),
(11026,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:05:10','2026-03-30 19:05:10',10,'[1680,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890310;}',3,1,'2026-03-30 17:05:35','2026-03-30 19:05:35',343604,NULL),
(11027,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:05:10','2026-03-30 19:05:10',10,'[1673,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890310;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890310;}',3,1,'2026-03-30 17:05:35','2026-03-30 19:05:35',343604,NULL),
(11028,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:07:15','2026-03-30 19:07:15',10,'[1678,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890435;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890435;}',3,1,'2026-03-30 17:07:29','2026-03-30 19:07:29',343607,NULL),
(11029,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:07:15','2026-03-30 19:07:15',10,'[1679,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890435;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890435;}',3,1,'2026-03-30 17:07:29','2026-03-30 19:07:29',343607,NULL),
(11030,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:07:15','2026-03-30 19:07:15',10,'[1680,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890435;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890435;}',3,1,'2026-03-30 17:07:29','2026-03-30 19:07:29',343607,NULL),
(11031,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:08:58','2026-03-30 19:08:58',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890538;}',3,1,'2026-03-30 17:09:09','2026-03-30 19:09:09',343610,NULL),
(11032,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:08:58','2026-03-30 19:08:58',10,'[1682,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890538;}',3,1,'2026-03-30 17:09:09','2026-03-30 19:09:09',343610,NULL),
(11033,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:08:58','2026-03-30 19:08:58',10,'[1683,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890538;}',3,1,'2026-03-30 17:09:09','2026-03-30 19:09:09',343610,NULL),
(11034,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:08:58','2026-03-30 19:08:58',10,'[1684,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890538;}',3,1,'2026-03-30 17:09:09','2026-03-30 19:09:09',343610,NULL),
(11035,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:08:58','2026-03-30 19:08:58',10,'[1681,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774890538;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774890538;}',3,1,'2026-03-30 17:09:09','2026-03-30 19:09:09',343610,NULL),
(11036,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:17:09','2026-03-30 19:17:09',10,'[1682,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891029;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891029;}',3,1,'2026-03-30 17:17:19','2026-03-30 19:17:19',343619,NULL),
(11037,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:17:09','2026-03-30 19:17:09',10,'[1683,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891029;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891029;}',3,1,'2026-03-30 17:17:19','2026-03-30 19:17:19',343619,NULL),
(11038,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:17:09','2026-03-30 19:17:09',10,'[1684,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891029;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891029;}',3,1,'2026-03-30 17:17:19','2026-03-30 19:17:19',343619,NULL),
(11039,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:17:20','2026-03-30 19:17:20',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891040;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891040;}',3,1,'2026-03-30 17:17:24','2026-03-30 19:17:24',343621,NULL),
(11040,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:17:35','2026-03-30 19:17:35',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891055;}',3,1,'2026-03-30 17:18:27','2026-03-30 19:18:27',343624,NULL),
(11041,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:17:35','2026-03-30 19:17:35',10,'[1690,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891055;}',3,1,'2026-03-30 17:18:27','2026-03-30 19:18:27',343624,NULL),
(11042,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:17:35','2026-03-30 19:17:35',10,'[1691,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891055;}',3,1,'2026-03-30 17:18:27','2026-03-30 19:18:27',343624,NULL),
(11043,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:17:35','2026-03-30 19:17:35',10,'[1692,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891055;}',3,1,'2026-03-30 17:18:27','2026-03-30 19:18:27',343624,NULL),
(11044,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:17:35','2026-03-30 19:17:35',10,'[1689,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891055;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891055;}',3,1,'2026-03-30 17:18:27','2026-03-30 19:18:27',343624,NULL),
(11045,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:30:59','2026-03-30 19:30:59',10,'[1690,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891859;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891859;}',3,1,'2026-03-30 17:31:31','2026-03-30 19:31:31',343636,NULL),
(11046,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:30:59','2026-03-30 19:30:59',10,'[1691,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891859;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891859;}',3,1,'2026-03-30 17:31:31','2026-03-30 19:31:31',343636,NULL),
(11047,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:30:59','2026-03-30 19:30:59',10,'[1692,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891859;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891859;}',3,1,'2026-03-30 17:31:31','2026-03-30 19:31:31',343636,NULL),
(11048,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:31:14','2026-03-30 19:31:14',10,'[1689,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891874;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891874;}',3,1,'2026-03-30 17:31:31','2026-03-30 19:31:31',343636,NULL),
(11049,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:31:32','2026-03-30 19:31:32',10,'[1681,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891892;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891892;}',3,1,'2026-03-30 17:31:34','2026-03-30 19:31:34',343638,NULL),
(11050,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-03-30 17:31:52','2026-03-30 19:31:52',10,'[1673,1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774891912;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774891912;}',3,1,'2026-03-30 17:41:26','2026-03-30 19:41:26',343640,NULL),
(11051,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 19:02:01','2026-03-30 21:02:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774897321;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774897321;}',11,1,'2026-03-30 19:14:46','2026-03-30 21:14:46',343652,NULL),
(11052,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 20:14:46','2026-03-30 22:14:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774901686;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774901686;}',11,1,'2026-03-30 20:21:03','2026-03-30 22:21:03',343663,NULL),
(11053,'wp_mail_smtp_admin_notifications_update','complete','2026-03-31 19:52:51','2026-03-31 21:52:51',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774986771;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774986771;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-03-31 19:54:15','2026-03-31 21:54:15',343792,NULL),
(11054,'wc_admin_daily_wrapper','complete','2026-03-31 19:52:52','2026-03-31 21:52:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774986772;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774986772;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-31 19:54:15','2026-03-31 21:54:15',343792,NULL),
(11055,'woocommerce_cleanup_personal_data','complete','2026-03-31 19:52:52','2026-03-31 21:52:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774986772;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774986772;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-03-31 19:54:15','2026-03-31 21:54:15',343792,NULL),
(11056,'woocommerce_expired_transient_files_cleanup','complete','2026-03-31 19:52:52','2026-03-31 21:52:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774986772;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774986772;}',12,1,'2026-03-31 19:54:15','2026-03-31 21:54:15',343792,NULL),
(11057,'woocommerce_cleanup_sessions','complete','2026-03-31 04:00:00','2026-03-31 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774929600;s:18:\"\0*\0first_timestamp\";i:1774929600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774929600;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-31 04:04:41','2026-03-31 06:04:41',343702,NULL),
(11058,'generate_category_lookup_table_wrapper','complete','2026-03-30 19:53:02','2026-03-30 21:53:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774900382;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774900382;}',11,1,'2026-03-30 19:58:43','2026-03-30 21:58:43',343660,NULL),
(11059,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-03-31 19:52:52','2026-03-31 21:52:52',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774986772;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774986772;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-03-31 19:54:15','2026-03-31 21:54:15',343792,NULL),
(11060,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 21:21:03','2026-03-30 23:21:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774905663;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774905663;}',11,1,'2026-03-30 21:34:30','2026-03-30 23:34:30',343670,NULL),
(11061,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 22:34:30','2026-03-31 00:34:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774910070;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774910070;}',11,1,'2026-03-30 22:50:04','2026-03-31 00:50:04',343678,NULL),
(11062,'woocommerce_cancel_unpaid_orders','complete','2026-03-30 23:50:04','2026-03-31 01:50:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774914604;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774914604;}',11,1,'2026-03-30 23:56:38','2026-03-31 01:56:38',343686,NULL),
(11063,'woocommerce_refresh_order_count_cache','complete','2026-03-31 11:23:24','2026-03-31 13:23:24',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774956204;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774956204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-03-31 11:31:19','2026-03-31 13:31:19',343739,NULL),
(11064,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 00:56:38','2026-03-31 02:56:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774918598;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774918598;}',11,1,'2026-03-31 00:58:08','2026-03-31 02:58:08',343691,NULL),
(11065,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 01:58:08','2026-03-31 03:58:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774922288;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774922288;}',11,1,'2026-03-31 02:26:59','2026-03-31 04:26:59',343695,NULL),
(11066,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 03:26:59','2026-03-31 05:26:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774927619;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774927619;}',11,1,'2026-03-31 03:53:43','2026-03-31 05:53:43',343700,NULL),
(11067,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 04:53:43','2026-03-31 06:53:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774932823;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774932823;}',11,1,'2026-03-31 05:04:23','2026-03-31 07:04:23',343707,NULL),
(11068,'woocommerce_cleanup_sessions','complete','2026-03-31 16:04:41','2026-03-31 18:04:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774973081;s:18:\"\0*\0first_timestamp\";i:1774929600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774973081;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-03-31 16:06:08','2026-03-31 18:06:08',343770,NULL),
(11069,'woocommerce_scheduled_sales','complete','2026-04-01 04:41:57','2026-04-01 06:41:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775018517;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775018517;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-01 04:49:26','2026-04-01 06:49:26',343856,NULL),
(11070,'woocommerce_cleanup_logs','complete','2026-04-01 04:41:57','2026-04-01 06:41:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775018517;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775018517;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-01 04:49:26','2026-04-01 06:49:26',343856,NULL),
(11071,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-01 04:41:57','2026-04-01 06:41:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775018517;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775018517;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-01 04:49:26','2026-04-01 06:49:26',343856,NULL),
(11072,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 06:04:23','2026-03-31 08:04:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774937063;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774937063;}',11,1,'2026-03-31 06:37:28','2026-03-31 08:37:28',343710,NULL),
(11073,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 07:37:28','2026-03-31 09:37:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774942648;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774942648;}',11,1,'2026-03-31 07:42:32','2026-03-31 09:42:32',343717,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),
(11075,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 08:42:32','2026-03-31 10:42:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774946552;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774946552;}',11,1,'2026-03-31 08:53:32','2026-03-31 10:53:32',343723,NULL),
(11076,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 09:53:32','2026-03-31 11:53:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774950812;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774950812;}',11,1,'2026-03-31 09:55:24','2026-03-31 11:55:24',343729,NULL),
(11077,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 10:55:24','2026-03-31 12:55:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774954524;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774954524;}',11,1,'2026-03-31 10:55:39','2026-03-31 12:55:39',343737,NULL),
(11078,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 11:55:39','2026-03-31 13:55:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774958139;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774958139;}',11,1,'2026-03-31 12:06:23','2026-03-31 14:06:23',343744,NULL),
(11079,'woocommerce_refresh_order_count_cache','complete','2026-03-31 23:31:19','2026-04-01 01:31:19',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1774999879;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1774999879;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-01 00:15:24','2026-04-01 02:15:24',343829,NULL),
(11080,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 13:06:23','2026-03-31 15:06:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774962383;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774962383;}',11,1,'2026-03-31 13:17:29','2026-03-31 15:17:29',343750,NULL),
(11081,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 14:17:29','2026-03-31 16:17:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774966649;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774966649;}',11,1,'2026-03-31 14:31:26','2026-03-31 16:31:26',343754,NULL),
(11082,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 15:31:26','2026-03-31 17:31:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774971086;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774971086;}',11,1,'2026-03-31 15:37:18','2026-03-31 17:37:18',343764,NULL),
(11083,'fetch_patterns','complete','2026-04-01 14:54:41','2026-04-01 16:54:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775055281;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775055281;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-01 14:59:31','2026-04-01 16:59:31',343948,NULL),
(11084,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 16:37:18','2026-03-31 18:37:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774975038;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774975038;}',11,1,'2026-03-31 16:52:27','2026-03-31 18:52:27',343776,NULL),
(11086,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 17:52:27','2026-03-31 19:52:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774979547;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774979547;}',11,1,'2026-03-31 18:28:36','2026-03-31 20:28:36',343783,NULL),
(11087,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 19:28:36','2026-03-31 21:28:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774985316;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774985316;}',11,1,'2026-03-31 19:38:22','2026-03-31 21:38:22',343787,NULL),
(11088,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 20:38:22','2026-03-31 22:38:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774989502;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774989502;}',11,1,'2026-03-31 20:47:44','2026-03-31 22:47:44',343800,NULL),
(11089,'wp_mail_smtp_admin_notifications_update','complete','2026-04-01 19:54:15','2026-04-01 21:54:15',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775073255;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775073255;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-01 20:10:22','2026-04-01 22:10:22',343993,NULL),
(11090,'wc_admin_daily_wrapper','complete','2026-04-01 19:54:15','2026-04-01 21:54:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775073255;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775073255;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-01 20:10:23','2026-04-01 22:10:23',343993,NULL),
(11091,'woocommerce_cleanup_personal_data','complete','2026-04-01 19:54:15','2026-04-01 21:54:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775073255;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775073255;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-01 20:10:23','2026-04-01 22:10:23',343993,NULL),
(11092,'woocommerce_expired_transient_files_cleanup','complete','2026-04-01 19:54:15','2026-04-01 21:54:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775073255;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775073255;}',12,1,'2026-04-01 20:10:23','2026-04-01 22:10:23',343993,NULL),
(11093,'woocommerce_cleanup_sessions','complete','2026-04-01 04:00:00','2026-04-01 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775016000;s:18:\"\0*\0first_timestamp\";i:1775016000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775016000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-01 04:00:25','2026-04-01 06:00:25',343850,NULL),
(11094,'generate_category_lookup_table_wrapper','complete','2026-03-31 19:54:25','2026-03-31 21:54:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774986865;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774986865;}',11,1,'2026-03-31 20:12:46','2026-03-31 22:12:46',343794,NULL),
(11095,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-01 19:54:15','2026-04-01 21:54:15',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775073255;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775073255;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-01 20:10:23','2026-04-01 22:10:23',343993,NULL),
(11096,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 21:47:44','2026-03-31 23:47:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774993664;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774993664;}',11,1,'2026-03-31 21:49:53','2026-03-31 23:49:53',343814,NULL),
(11097,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 22:49:53','2026-04-01 00:49:53',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1774997393;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1774997393;}',11,1,'2026-03-31 22:58:46','2026-04-01 00:58:46',343822,NULL),
(11098,'woocommerce_cancel_unpaid_orders','complete','2026-03-31 23:58:46','2026-04-01 01:58:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775001526;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775001526;}',11,1,'2026-04-01 00:15:24','2026-04-01 02:15:24',343829,NULL),
(11099,'woocommerce_refresh_order_count_cache','complete','2026-04-01 12:15:24','2026-04-01 14:15:24',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775045724;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775045724;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-01 12:16:17','2026-04-01 14:16:17',343924,NULL),
(11100,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 01:15:24','2026-04-01 03:15:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775006124;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775006124;}',11,1,'2026-04-01 01:36:32','2026-04-01 03:36:32',343835,NULL),
(11101,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 02:36:32','2026-04-01 04:36:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775010992;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775010992;}',11,1,'2026-04-01 03:01:38','2026-04-01 05:01:38',343840,NULL),
(11102,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 04:01:38','2026-04-01 06:01:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775016098;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775016098;}',11,1,'2026-04-01 04:16:55','2026-04-01 06:16:55',343852,NULL),
(11103,'woocommerce_cleanup_sessions','complete','2026-04-01 16:00:25','2026-04-01 18:00:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775059225;s:18:\"\0*\0first_timestamp\";i:1775016000;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775059225;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-01 16:29:02','2026-04-01 18:29:02',343962,NULL),
(11104,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 05:16:55','2026-04-01 07:16:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775020615;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775020615;}',11,1,'2026-04-01 05:17:50','2026-04-01 07:17:50',343860,NULL),
(11105,'woocommerce_scheduled_sales','complete','2026-04-02 04:49:26','2026-04-02 06:49:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775105366;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775105366;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-02 05:01:02','2026-04-02 07:01:02',344054,NULL),
(11106,'woocommerce_cleanup_logs','complete','2026-04-02 04:49:26','2026-04-02 06:49:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775105366;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775105366;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-02 05:01:02','2026-04-02 07:01:02',344054,NULL),
(11107,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-02 04:49:26','2026-04-02 06:49:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775105366;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775105366;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-02 05:01:02','2026-04-02 07:01:02',344054,NULL),
(11108,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 06:17:50','2026-04-01 08:17:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775024270;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775024270;}',11,1,'2026-04-01 06:18:22','2026-04-01 08:18:22',343867,NULL),
(11109,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 07:18:22','2026-04-01 09:18:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775027902;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775027902;}',11,1,'2026-04-01 07:20:38','2026-04-01 09:20:38',343893,NULL),
(11110,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 08:20:38','2026-04-01 10:20:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775031638;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775031638;}',11,1,'2026-04-01 08:35:43','2026-04-01 10:35:43',343902,NULL),
(11111,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 09:35:43','2026-04-01 11:35:43',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775036143;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775036143;}',11,1,'2026-04-01 09:38:47','2026-04-01 11:38:47',343907,NULL),
(11112,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 10:38:47','2026-04-01 12:38:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775039927;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775039927;}',11,1,'2026-04-01 10:47:30','2026-04-01 12:47:30',343917,NULL),
(11113,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 11:47:30','2026-04-01 13:47:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775044050;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775044050;}',11,1,'2026-04-01 12:06:57','2026-04-01 14:06:57',343922,NULL),
(11114,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 13:06:57','2026-04-01 15:06:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775048817;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775048817;}',11,1,'2026-04-01 13:25:29','2026-04-01 15:25:29',343931,NULL),
(11115,'woocommerce_refresh_order_count_cache','complete','2026-04-02 00:16:17','2026-04-02 02:16:17',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775088977;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775088977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-02 00:31:02','2026-04-02 02:31:02',344021,NULL),
(11116,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 14:25:29','2026-04-01 16:25:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775053529;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775053529;}',11,1,'2026-04-01 14:27:56','2026-04-01 16:27:56',343941,NULL),
(11117,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 15:27:56','2026-04-01 17:27:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775057276;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775057276;}',11,1,'2026-04-01 15:31:35','2026-04-01 17:31:35',343957,NULL),
(11118,'fetch_patterns','complete','2026-04-02 14:59:31','2026-04-02 16:59:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775141971;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775141971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-02 15:08:07','2026-04-02 17:08:07',344147,NULL),
(11119,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 16:31:35','2026-04-01 18:31:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775061095;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775061095;}',11,1,'2026-04-01 16:33:15','2026-04-01 18:33:15',343967,NULL),
(11121,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 17:33:15','2026-04-01 19:33:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775064795;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775064795;}',11,1,'2026-04-01 17:42:26','2026-04-01 19:42:26',343977,NULL),
(11122,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 18:42:26','2026-04-01 20:42:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775068946;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775068946;}',11,1,'2026-04-01 18:50:10','2026-04-01 20:50:10',343986,NULL),
(11123,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 19:50:10','2026-04-01 21:50:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775073010;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775073010;}',11,1,'2026-04-01 20:10:22','2026-04-01 22:10:22',343993,NULL),
(11124,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 21:10:22','2026-04-01 23:10:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775077822;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775077822;}',11,1,'2026-04-01 21:25:00','2026-04-01 23:25:00',343999,NULL),
(11125,'wp_mail_smtp_admin_notifications_update','complete','2026-04-02 20:10:22','2026-04-02 22:10:22',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775160622;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775160622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-02 20:13:48','2026-04-02 22:13:48',344179,NULL),
(11126,'wc_admin_daily_wrapper','complete','2026-04-02 20:10:23','2026-04-02 22:10:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775160623;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775160623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-02 20:13:48','2026-04-02 22:13:48',344179,NULL),
(11127,'woocommerce_cleanup_personal_data','complete','2026-04-02 20:10:23','2026-04-02 22:10:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775160623;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775160623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-02 20:13:48','2026-04-02 22:13:48',344179,NULL),
(11128,'woocommerce_expired_transient_files_cleanup','complete','2026-04-02 20:10:23','2026-04-02 22:10:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775160623;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775160623;}',12,1,'2026-04-02 20:13:48','2026-04-02 22:13:48',344179,NULL),
(11129,'woocommerce_cleanup_sessions','complete','2026-04-02 04:00:00','2026-04-02 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775102400;s:18:\"\0*\0first_timestamp\";i:1775102400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775102400;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-02 04:01:28','2026-04-02 06:01:28',344044,NULL),
(11130,'generate_category_lookup_table_wrapper','complete','2026-04-01 20:10:33','2026-04-01 22:10:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775074233;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775074233;}',11,1,'2026-04-01 20:20:35','2026-04-01 22:20:35',343995,NULL),
(11131,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-02 20:10:23','2026-04-02 22:10:23',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775160623;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775160623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-02 20:13:48','2026-04-02 22:13:48',344179,NULL),
(11132,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 22:25:00','2026-04-02 00:25:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775082300;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775082300;}',11,1,'2026-04-01 22:32:26','2026-04-02 00:32:26',344008,NULL),
(11133,'woocommerce_cancel_unpaid_orders','complete','2026-04-01 23:32:26','2026-04-02 01:32:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775086346;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775086346;}',11,1,'2026-04-01 23:38:03','2026-04-02 01:38:03',344017,NULL),
(11134,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 00:38:03','2026-04-02 02:38:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775090283;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775090283;}',11,1,'2026-04-02 00:43:46','2026-04-02 02:43:46',344024,NULL),
(11135,'woocommerce_refresh_order_count_cache','complete','2026-04-02 12:31:02','2026-04-02 14:31:02',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775133062;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775133062;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-02 12:47:02','2026-04-02 14:47:02',344130,NULL),
(11136,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 01:43:46','2026-04-02 03:43:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775094226;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775094226;}',11,1,'2026-04-02 01:46:07','2026-04-02 03:46:07',344034,NULL),
(11137,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 02:46:07','2026-04-02 04:46:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775097967;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775097967;}',11,1,'2026-04-02 03:13:50','2026-04-02 05:13:50',344039,NULL),
(11138,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 04:13:50','2026-04-02 06:13:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775103230;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775103230;}',11,1,'2026-04-02 04:16:31','2026-04-02 06:16:31',344047,NULL),
(11139,'woocommerce_cleanup_sessions','complete','2026-04-02 16:01:28','2026-04-02 18:01:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775145688;s:18:\"\0*\0first_timestamp\";i:1775102400;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775145688;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-02 16:03:33','2026-04-02 18:03:33',344152,NULL),
(11140,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 05:16:31','2026-04-02 07:16:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775106991;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775106991;}',11,1,'2026-04-02 05:21:50','2026-04-02 07:21:50',344057,NULL),
(11141,'woocommerce_scheduled_sales','complete','2026-04-03 05:01:02','2026-04-03 07:01:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775192462;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775192462;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-03 05:15:13','2026-04-03 07:15:13',344220,NULL),
(11142,'woocommerce_cleanup_logs','complete','2026-04-03 05:01:02','2026-04-03 07:01:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775192462;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775192462;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-03 05:15:13','2026-04-03 07:15:13',344220,NULL),
(11143,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-03 05:01:02','2026-04-03 07:01:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775192462;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775192462;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-03 05:15:13','2026-04-03 07:15:13',344220,NULL),
(11144,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 06:21:50','2026-04-02 08:21:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775110910;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775110910;}',11,1,'2026-04-02 06:26:15','2026-04-02 08:26:15',344069,NULL),
(11145,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 07:26:15','2026-04-02 09:26:15',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775114775;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775114775;}',11,1,'2026-04-02 07:31:00','2026-04-02 09:31:00',344085,NULL),
(11146,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 08:31:00','2026-04-02 10:31:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775118660;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775118660;}',11,1,'2026-04-02 08:46:42','2026-04-02 10:46:42',344092,NULL),
(11147,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 09:46:42','2026-04-02 11:46:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775123202;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775123202;}',11,1,'2026-04-02 09:47:33','2026-04-02 11:47:33',344103,NULL),
(11148,'wc-admin_import_orders','complete','2026-04-02 09:45:55','2026-04-02 11:45:55',10,'[1697]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775123155;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775123155;}',4,1,'2026-04-02 09:46:32','2026-04-02 11:46:32',344101,NULL),
(11149,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-02 09:46:23','2026-04-02 11:46:23',10,'[1560,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775123183;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775123183;}',3,1,'2026-04-02 09:46:32','2026-04-02 11:46:32',344101,NULL),
(11150,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 10:47:33','2026-04-02 12:47:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775126853;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775126853;}',11,1,'2026-04-02 11:14:18','2026-04-02 13:14:18',344111,NULL),
(11151,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 12:14:18','2026-04-02 14:14:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775132058;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775132058;}',11,1,'2026-04-02 12:23:18','2026-04-02 14:23:18',344127,NULL),
(11152,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 13:23:18','2026-04-02 15:23:18',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775136198;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775136198;}',11,1,'2026-04-02 13:36:52','2026-04-02 15:36:52',344133,NULL),
(11153,'woocommerce_refresh_order_count_cache','complete','2026-04-03 00:47:02','2026-04-03 02:47:02',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775177222;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775177222;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-03 00:49:05','2026-04-03 02:49:05',344200,NULL),
(11154,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 14:36:52','2026-04-02 16:36:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775140612;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775140612;}',11,1,'2026-04-02 14:39:21','2026-04-02 16:39:21',344140,NULL),
(11155,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 15:39:21','2026-04-02 17:39:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775144361;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775144361;}',11,1,'2026-04-02 16:03:33','2026-04-02 18:03:33',344152,NULL),
(11156,'fetch_patterns','complete','2026-04-03 15:08:07','2026-04-03 17:08:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775228887;s:18:\"\0*\0first_timestamp\";i:1774882435;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775228887;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-03 15:15:28','2026-04-03 17:15:28',344316,NULL),
(11157,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 17:03:33','2026-04-02 19:03:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775149413;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775149413;}',11,1,'2026-04-02 17:15:25','2026-04-02 19:15:25',344158,NULL),
(11159,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 18:15:25','2026-04-02 20:15:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775153725;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775153725;}',11,1,'2026-04-02 18:22:28','2026-04-02 20:22:28',344168,NULL),
(11160,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 19:22:28','2026-04-02 21:22:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775157748;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775157748;}',11,1,'2026-04-02 19:35:54','2026-04-02 21:35:54',344175,NULL),
(11161,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 20:35:54','2026-04-02 22:35:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775162154;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775162154;}',11,1,'2026-04-02 20:47:17','2026-04-02 22:47:17',344183,NULL),
(11162,'wp_mail_smtp_admin_notifications_update','complete','2026-04-03 20:13:48','2026-04-03 22:13:48',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775247228;s:18:\"\0*\0first_timestamp\";i:1773245781;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775247228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2026-04-03 20:34:07','2026-04-03 22:34:07',344354,NULL),
(11163,'wc_admin_daily_wrapper','complete','2026-04-03 20:13:48','2026-04-03 22:13:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775247228;s:18:\"\0*\0first_timestamp\";i:1773246064;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775247228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-03 20:34:07','2026-04-03 22:34:07',344354,NULL),
(11164,'woocommerce_cleanup_personal_data','complete','2026-04-03 20:13:48','2026-04-03 22:13:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775247228;s:18:\"\0*\0first_timestamp\";i:1773246074;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775247228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-03 20:34:07','2026-04-03 22:34:07',344354,NULL),
(11165,'woocommerce_expired_transient_files_cleanup','complete','2026-04-03 20:13:48','2026-04-03 22:13:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775247228;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775247228;}',12,1,'2026-04-03 20:34:07','2026-04-03 22:34:07',344354,NULL),
(11166,'woocommerce_cleanup_sessions','complete','2026-04-03 04:00:00','2026-04-03 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775188800;s:18:\"\0*\0first_timestamp\";i:1775188800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775188800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-03 04:18:13','2026-04-03 06:18:13',344215,NULL),
(11167,'generate_category_lookup_table_wrapper','complete','2026-04-02 20:13:58','2026-04-02 22:13:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775160838;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775160838;}',11,1,'2026-04-02 20:24:13','2026-04-02 22:24:13',344181,NULL),
(11168,'action_scheduler_run_recurring_actions_schedule_hook','complete','2026-04-03 20:13:48','2026-04-03 22:13:48',20,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775247228;s:18:\"\0*\0first_timestamp\";i:1773245751;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775247228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',10,1,'2026-04-03 20:34:07','2026-04-03 22:34:07',344354,NULL),
(11169,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 21:47:17','2026-04-02 23:47:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775166437;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775166437;}',11,1,'2026-04-02 21:49:01','2026-04-02 23:49:01',344187,NULL),
(11170,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 22:49:01','2026-04-03 00:49:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775170141;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775170141;}',11,1,'2026-04-02 22:50:19','2026-04-03 00:50:19',344192,NULL),
(11171,'woocommerce_cancel_unpaid_orders','complete','2026-04-02 23:50:19','2026-04-03 01:50:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775173819;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775173819;}',11,1,'2026-04-02 23:54:30','2026-04-03 01:54:30',344197,NULL),
(11172,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 00:54:30','2026-04-03 02:54:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775177670;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775177670;}',11,1,'2026-04-03 01:10:21','2026-04-03 03:10:21',344202,NULL),
(11173,'woocommerce_refresh_order_count_cache','complete','2026-04-03 12:49:05','2026-04-03 14:49:05',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775220545;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775220545;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-03 12:55:45','2026-04-03 14:55:45',344293,NULL),
(11174,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 02:10:21','2026-04-03 04:10:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775182221;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775182221;}',11,1,'2026-04-03 02:36:54','2026-04-03 04:36:54',344206,NULL),
(11175,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 03:36:54','2026-04-03 05:36:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775187414;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775187414;}',11,1,'2026-04-03 03:57:45','2026-04-03 05:57:45',344212,NULL),
(11176,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 04:57:45','2026-04-03 06:57:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775192265;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775192265;}',11,1,'2026-04-03 05:15:13','2026-04-03 07:15:13',344220,NULL),
(11177,'woocommerce_cleanup_sessions','complete','2026-04-03 16:18:13','2026-04-03 18:18:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775233093;s:18:\"\0*\0first_timestamp\";i:1775188800;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775233093;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-03 16:19:07','2026-04-03 18:19:07',344322,NULL),
(11178,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 06:15:13','2026-04-03 08:15:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775196913;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775196913;}',11,1,'2026-04-03 06:16:02','2026-04-03 08:16:02',344231,NULL),
(11179,'woocommerce_scheduled_sales','complete','2026-04-04 05:15:13','2026-04-04 07:15:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775279713;s:18:\"\0*\0first_timestamp\";i:1773270000;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775279713;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-04 05:17:34','2026-04-04 07:17:34',344412,NULL),
(11180,'woocommerce_cleanup_logs','complete','2026-04-04 05:15:13','2026-04-04 07:15:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775279713;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775279713;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-04 05:17:34','2026-04-04 07:17:34',344412,NULL),
(11181,'woocommerce_cleanup_rate_limits_wrapper','complete','2026-04-04 05:15:13','2026-04-04 07:15:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775279713;s:18:\"\0*\0first_timestamp\";i:1773280800;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775279713;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',11,1,'2026-04-04 05:17:34','2026-04-04 07:17:34',344412,NULL),
(11182,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 07:16:02','2026-04-03 09:16:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775200562;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775200562;}',11,1,'2026-04-03 07:17:04','2026-04-03 09:17:04',344238,NULL),
(11183,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 08:17:04','2026-04-03 10:17:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775204224;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775204224;}',11,1,'2026-04-03 08:27:05','2026-04-03 10:27:05',344247,NULL),
(11184,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 09:27:05','2026-04-03 11:27:05',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775208425;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775208425;}',11,1,'2026-04-03 09:44:28','2026-04-03 11:44:28',344257,NULL),
(11185,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 10:44:28','2026-04-03 12:44:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775213068;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775213068;}',11,1,'2026-04-03 11:01:16','2026-04-03 13:01:16',344264,NULL),
(11186,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 12:01:16','2026-04-03 14:01:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775217676;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775217676;}',11,1,'2026-04-03 12:08:59','2026-04-03 14:08:59',344287,NULL),
(11187,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 13:08:59','2026-04-03 15:08:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775221739;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775221739;}',11,1,'2026-04-03 13:32:01','2026-04-03 15:32:01',344301,NULL),
(11188,'woocommerce_refresh_order_count_cache','complete','2026-04-04 00:55:45','2026-04-04 02:55:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775264145;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775264145;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-04 01:03:42','2026-04-04 03:03:42',344390,NULL),
(11189,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 14:32:01','2026-04-03 16:32:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775226721;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775226721;}',11,1,'2026-04-03 14:37:59','2026-04-03 16:37:59',344310,NULL),
(11190,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 15:37:59','2026-04-03 17:37:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775230679;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775230679;}',11,1,'2026-04-03 15:42:25','2026-04-03 17:42:25',344320,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),
(11192,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 16:42:25','2026-04-03 18:42:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775234545;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775234545;}',11,1,'2026-04-03 16:53:55','2026-04-03 18:53:55',344324,NULL),
(11194,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 17:53:55','2026-04-03 19:53:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775238835;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775238835;}',11,1,'2026-04-03 17:56:42','2026-04-03 19:56:42',344332,NULL),
(11195,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 18:56:42','2026-04-03 20:56:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775242602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775242602;}',11,1,'2026-04-03 19:02:52','2026-04-03 21:02:52',344346,NULL),
(11196,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 20:02:52','2026-04-03 22:02:52',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775246572;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775246572;}',11,1,'2026-04-03 20:34:07','2026-04-03 22:34:07',344354,NULL),
(11197,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 21:34:06','2026-04-03 23:34:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775252046;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775252046;}',11,1,'2026-04-03 21:36:55','2026-04-03 23:36:55',344370,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),
(11202,'woocommerce_cleanup_sessions','complete','2026-04-04 04:00:00','2026-04-04 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775275200;s:18:\"\0*\0first_timestamp\";i:1775275200;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775275200;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2026-04-04 04:01:57','2026-04-04 06:01:57',344401,NULL),
(11203,'generate_category_lookup_table_wrapper','complete','2026-04-03 20:34:17','2026-04-03 22:34:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775248457;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775248457;}',11,1,'2026-04-03 20:34:58','2026-04-03 22:34:58',344356,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),
(11205,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 22:36:54','2026-04-04 00:36:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775255814;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775255814;}',11,1,'2026-04-03 22:46:20','2026-04-04 00:46:20',344380,NULL),
(11206,'wc-admin_import_orders','complete','2026-04-03 21:37:03','2026-04-03 23:37:03',10,'[1698]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775252223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775252223;}',4,1,'2026-04-03 21:37:35','2026-04-03 23:37:35',344372,NULL),
(11207,'woocommerce_run_product_attribute_lookup_update_callback','complete','2026-04-03 21:37:32','2026-04-03 23:37:32',10,'[1535,2]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775252252;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775252252;}',3,1,'2026-04-03 21:37:35','2026-04-03 23:37:35',344372,NULL),
(11208,'woocommerce_cancel_unpaid_orders','complete','2026-04-03 23:46:20','2026-04-04 01:46:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775259980;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775259980;}',11,1,'2026-04-04 00:01:09','2026-04-04 02:01:09',344383,NULL),
(11209,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 01:01:09','2026-04-04 03:01:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775264469;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775264469;}',11,1,'2026-04-04 01:03:42','2026-04-04 03:03:42',344390,NULL),
(11210,'woocommerce_refresh_order_count_cache','complete','2026-04-04 13:03:42','2026-04-04 15:03:42',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1775307822;s:18:\"\0*\0first_timestamp\";i:1773289264;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1775307822;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',9,1,'2026-04-04 13:07:21','2026-04-04 15:07:21',344462,NULL),
(11211,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 02:03:42','2026-04-04 04:03:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775268222;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775268222;}',11,1,'2026-04-04 02:21:59','2026-04-04 04:21:59',344395,NULL),
(11212,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 03:21:59','2026-04-04 05:21:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775272919;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775272919;}',11,1,'2026-04-04 03:25:12','2026-04-04 05:25:12',344399,NULL),
(11213,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 04:25:12','2026-04-04 06:25:12',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775276712;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775276712;}',11,1,'2026-04-04 04:56:20','2026-04-04 06:56:20',344405,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),
(11215,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 05:56:20','2026-04-04 07:56:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775282180;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775282180;}',11,1,'2026-04-04 05:58:06','2026-04-04 07:58:06',344418,NULL),
(11216,'wc-admin_import_orders','complete','2026-04-04 05:13:53','2026-04-04 07:13:53',10,'[1697]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775279633;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775279633;}',4,1,'2026-04-04 05:14:19','2026-04-04 07:14:19',344408,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),
(11220,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 06:58:06','2026-04-04 08:58:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775285886;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775285886;}',11,1,'2026-04-04 07:10:57','2026-04-04 09:10:57',344431,NULL),
(11221,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 08:10:57','2026-04-04 10:10:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775290257;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775290257;}',11,1,'2026-04-04 08:46:27','2026-04-04 10:46:27',344435,NULL),
(11222,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 09:46:27','2026-04-04 11:46:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775295987;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775295987;}',11,1,'2026-04-04 09:59:14','2026-04-04 11:59:14',344438,NULL),
(11223,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 10:59:14','2026-04-04 12:59:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775300354;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775300354;}',11,1,'2026-04-04 11:16:41','2026-04-04 13:16:41',344446,NULL),
(11224,'woocommerce_cancel_unpaid_orders','complete','2026-04-04 12:16:41','2026-04-04 14:16:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1775305001;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1775305001;}',11,1,'2026-04-04 12:40:20','2026-04-04 14:40:20',344455,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','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,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','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,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','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(11915,'wc_admin_daily_wrapper','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(11916,'woocommerce_cleanup_personal_data','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(11917,'woocommerce_expired_transient_files_cleanup','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(11918,'woocommerce_cleanup_sessions','pending','2026-04-25 04:00:00','2026-04-25 06:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1777089600;s:18:\"\0*\0first_timestamp\";i:1777089600;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1777089600;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),
(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','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,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','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,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','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(11931,'woocommerce_cleanup_logs','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(11932,'woocommerce_cleanup_rate_limits_wrapper','pending','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,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,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','pending','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,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=347821 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=35769 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'),
(32100,10766,'action created','2026-03-23 18:11:59','2026-03-23 19:11:59'),
(32103,10767,'action created','2026-03-23 18:12:00','2026-03-23 19:12:00'),
(32106,10768,'action created','2026-03-23 18:12:00','2026-03-23 19:12:00'),
(32108,10769,'action created','2026-03-23 18:12:00','2026-03-23 19:12:00'),
(32115,10772,'action created','2026-03-23 18:12:00','2026-03-23 19:12:00'),
(32147,10782,'action created','2026-03-24 03:26:37','2026-03-24 04:26:37'),
(32150,10783,'action created','2026-03-24 03:26:37','2026-03-24 04:26:37'),
(32153,10784,'action created','2026-03-24 03:26:37','2026-03-24 04:26:37'),
(32159,10786,'action created','2026-03-24 05:00:56','2026-03-24 06:00:56'),
(32168,10789,'action created','2026-03-24 06:54:47','2026-03-24 07:54:47'),
(32174,10791,'action created','2026-03-24 08:06:01','2026-03-24 09:06:01'),
(32191,10797,'action created','2026-03-24 14:04:53','2026-03-24 15:04:53'),
(32193,10797,'action started via WP Cron','2026-03-24 15:06:23','2026-03-24 16:06:23'),
(32194,10798,'action created','2026-03-24 15:06:23','2026-03-24 16:06:23'),
(32195,10797,'action complete via WP Cron','2026-03-24 15:06:23','2026-03-24 16:06:23'),
(32196,10798,'action started via WP Cron','2026-03-24 16:14:11','2026-03-24 17:14:11'),
(32197,10799,'action created','2026-03-24 16:14:11','2026-03-24 17:14:11'),
(32198,10798,'action complete via WP Cron','2026-03-24 16:14:11','2026-03-24 17:14:11'),
(32199,10786,'action started via WP Cron','2026-03-24 17:35:49','2026-03-24 18:35:49'),
(32200,10786,'action complete via WP Cron','2026-03-24 17:35:49','2026-03-24 18:35:49'),
(32202,10799,'action started via WP Cron','2026-03-24 17:35:49','2026-03-24 18:35:49'),
(32203,10801,'action created','2026-03-24 17:35:49','2026-03-24 18:35:49'),
(32204,10799,'action complete via WP Cron','2026-03-24 17:35:49','2026-03-24 18:35:49'),
(32205,10766,'action started via WP Cron','2026-03-24 18:32:02','2026-03-24 19:32:02'),
(32206,10766,'action complete via WP Cron','2026-03-24 18:32:02','2026-03-24 19:32:02'),
(32207,10802,'action created','2026-03-24 18:32:02','2026-03-24 19:32:02'),
(32208,10767,'action started via WP Cron','2026-03-24 18:32:02','2026-03-24 19:32:02'),
(32209,10767,'action complete via WP Cron','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32210,10803,'action created','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32211,10768,'action started via WP Cron','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32212,10768,'action complete via WP Cron','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32213,10804,'action created','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32214,10769,'action started via WP Cron','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32215,10805,'action created','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32216,10769,'action complete via WP Cron','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32217,10772,'action started via WP Cron','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32219,10806,'action created','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32220,10807,'action created','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32221,10772,'action complete via WP Cron','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32222,10808,'action created','2026-03-24 18:32:03','2026-03-24 19:32:03'),
(32223,10807,'action started via WP Cron','2026-03-24 18:32:39','2026-03-24 19:32:39'),
(32224,10807,'action complete via WP Cron','2026-03-24 18:32:39','2026-03-24 19:32:39'),
(32225,10801,'action started via WP Cron','2026-03-24 18:56:14','2026-03-24 19:56:14'),
(32226,10809,'action created','2026-03-24 18:56:14','2026-03-24 19:56:14'),
(32227,10801,'action complete via WP Cron','2026-03-24 18:56:14','2026-03-24 19:56:14'),
(32228,10809,'action started via WP Cron','2026-03-24 20:09:42','2026-03-24 21:09:42'),
(32229,10810,'action created','2026-03-24 20:09:42','2026-03-24 21:09:42'),
(32230,10809,'action complete via WP Cron','2026-03-24 20:09:42','2026-03-24 21:09:42'),
(32231,10791,'action started via WP Cron','2026-03-24 20:09:42','2026-03-24 21:09:42'),
(32232,10791,'action complete via WP Cron','2026-03-24 20:09:42','2026-03-24 21:09:42'),
(32233,10811,'action created','2026-03-24 20:09:42','2026-03-24 21:09:42'),
(32234,10810,'action started via WP Cron','2026-03-24 21:27:58','2026-03-24 22:27:58'),
(32235,10812,'action created','2026-03-24 21:27:58','2026-03-24 22:27:58'),
(32236,10810,'action complete via WP Cron','2026-03-24 21:27:58','2026-03-24 22:27:58'),
(32237,10812,'action started via WP Cron','2026-03-24 22:28:49','2026-03-24 23:28:49'),
(32238,10813,'action created','2026-03-24 22:28:49','2026-03-24 23:28:49'),
(32239,10812,'action complete via WP Cron','2026-03-24 22:28:49','2026-03-24 23:28:49'),
(32240,10813,'action started via WP Cron','2026-03-24 23:30:09','2026-03-25 00:30:09'),
(32241,10814,'action created','2026-03-24 23:30:09','2026-03-25 00:30:09'),
(32242,10813,'action complete via WP Cron','2026-03-24 23:30:09','2026-03-25 00:30:09'),
(32243,10814,'action started via WP Cron','2026-03-25 00:46:51','2026-03-25 01:46:51'),
(32244,10815,'action created','2026-03-25 00:46:51','2026-03-25 01:46:51'),
(32245,10814,'action complete via WP Cron','2026-03-25 00:46:51','2026-03-25 01:46:51'),
(32246,10815,'action started via WP Cron','2026-03-25 01:50:53','2026-03-25 02:50:53'),
(32247,10816,'action created','2026-03-25 01:50:53','2026-03-25 02:50:53'),
(32248,10815,'action complete via WP Cron','2026-03-25 01:50:53','2026-03-25 02:50:53'),
(32249,10816,'action started via WP Cron','2026-03-25 03:29:00','2026-03-25 04:29:00'),
(32250,10817,'action created','2026-03-25 03:29:00','2026-03-25 04:29:00'),
(32251,10816,'action complete via WP Cron','2026-03-25 03:29:01','2026-03-25 04:29:01'),
(32252,10782,'action started via WP Cron','2026-03-25 03:29:01','2026-03-25 04:29:01'),
(32253,10782,'action complete via WP Cron','2026-03-25 03:29:01','2026-03-25 04:29:01'),
(32254,10818,'action created','2026-03-25 03:29:01','2026-03-25 04:29:01'),
(32255,10783,'action started via WP Cron','2026-03-25 03:29:01','2026-03-25 04:29:01'),
(32256,10783,'action complete via WP Cron','2026-03-25 03:29:01','2026-03-25 04:29:01'),
(32257,10819,'action created','2026-03-25 03:29:01','2026-03-25 04:29:01'),
(32258,10784,'action started via WP Cron','2026-03-25 03:29:01','2026-03-25 04:29:01'),
(32259,10784,'action complete via WP Cron','2026-03-25 03:29:01','2026-03-25 04:29:01'),
(32260,10820,'action created','2026-03-25 03:29:01','2026-03-25 04:29:01'),
(32261,10817,'action started via WP Cron','2026-03-25 04:45:35','2026-03-25 05:45:35'),
(32262,10821,'action created','2026-03-25 04:45:35','2026-03-25 05:45:35'),
(32263,10817,'action complete via WP Cron','2026-03-25 04:45:35','2026-03-25 05:45:35'),
(32264,10806,'action started via WP Cron','2026-03-25 05:10:41','2026-03-25 06:10:41'),
(32265,10806,'action complete via WP Cron','2026-03-25 05:10:41','2026-03-25 06:10:41'),
(32266,10822,'action created','2026-03-25 05:10:41','2026-03-25 06:10:41'),
(32267,10821,'action started via WP Cron','2026-03-25 05:50:06','2026-03-25 06:50:06'),
(32268,10823,'action created','2026-03-25 05:50:06','2026-03-25 06:50:06'),
(32269,10821,'action complete via WP Cron','2026-03-25 05:50:06','2026-03-25 06:50:06'),
(32270,10823,'action started via WP Cron','2026-03-25 07:09:54','2026-03-25 08:09:54'),
(32271,10824,'action created','2026-03-25 07:09:54','2026-03-25 08:09:54'),
(32272,10823,'action complete via WP Cron','2026-03-25 07:09:54','2026-03-25 08:09:54'),
(32273,10811,'action started via WP Cron','2026-03-25 08:39:44','2026-03-25 09:39:44'),
(32274,10811,'action complete via WP Cron','2026-03-25 08:39:44','2026-03-25 09:39:44'),
(32275,10825,'action created','2026-03-25 08:39:44','2026-03-25 09:39:44'),
(32276,10824,'action started via WP Cron','2026-03-25 08:39:44','2026-03-25 09:39:44'),
(32277,10826,'action created','2026-03-25 08:39:44','2026-03-25 09:39:44'),
(32278,10824,'action complete via WP Cron','2026-03-25 08:39:44','2026-03-25 09:39:44'),
(32279,10826,'action started via WP Cron','2026-03-25 10:19:22','2026-03-25 11:19:22'),
(32280,10827,'action created','2026-03-25 10:19:22','2026-03-25 11:19:22'),
(32281,10826,'action complete via WP Cron','2026-03-25 10:19:22','2026-03-25 11:19:22'),
(32282,10827,'action started via WP Cron','2026-03-25 11:28:32','2026-03-25 12:28:32'),
(32283,10828,'action created','2026-03-25 11:28:32','2026-03-25 12:28:32'),
(32284,10827,'action complete via WP Cron','2026-03-25 11:28:32','2026-03-25 12:28:32'),
(32285,10828,'action started via WP Cron','2026-03-25 12:43:20','2026-03-25 13:43:20'),
(32286,10829,'action created','2026-03-25 12:43:20','2026-03-25 13:43:20'),
(32287,10828,'action complete via WP Cron','2026-03-25 12:43:20','2026-03-25 13:43:20'),
(32288,10829,'action started via WP Cron','2026-03-25 13:47:54','2026-03-25 14:47:54'),
(32289,10830,'action created','2026-03-25 13:47:54','2026-03-25 14:47:54'),
(32290,10829,'action complete via WP Cron','2026-03-25 13:47:54','2026-03-25 14:47:54'),
(32291,10830,'action started via WP Cron','2026-03-25 14:48:54','2026-03-25 15:48:54'),
(32292,10831,'action created','2026-03-25 14:48:54','2026-03-25 15:48:54'),
(32293,10830,'action complete via WP Cron','2026-03-25 14:48:54','2026-03-25 15:48:54'),
(32294,10831,'action started via WP Cron','2026-03-25 16:14:23','2026-03-25 17:14:23'),
(32295,10832,'action created','2026-03-25 16:14:23','2026-03-25 17:14:23'),
(32296,10831,'action complete via WP Cron','2026-03-25 16:14:23','2026-03-25 17:14:23'),
(32297,10822,'action started via WP Cron','2026-03-25 17:11:21','2026-03-25 18:11:21'),
(32298,10822,'action complete via WP Cron','2026-03-25 17:11:21','2026-03-25 18:11:21'),
(32300,10832,'action started via WP Cron','2026-03-25 17:14:26','2026-03-25 18:14:26'),
(32301,10834,'action created','2026-03-25 17:14:26','2026-03-25 18:14:26'),
(32302,10832,'action complete via WP Cron','2026-03-25 17:14:26','2026-03-25 18:14:26'),
(32303,10834,'action started via WP Cron','2026-03-25 18:26:24','2026-03-25 19:26:24'),
(32304,10835,'action created','2026-03-25 18:26:24','2026-03-25 19:26:24'),
(32305,10834,'action complete via WP Cron','2026-03-25 18:26:24','2026-03-25 19:26:24'),
(32306,10802,'action started via WP Cron','2026-03-25 18:42:18','2026-03-25 19:42:18'),
(32307,10802,'action complete via WP Cron','2026-03-25 18:42:18','2026-03-25 19:42:18'),
(32308,10836,'action created','2026-03-25 18:42:18','2026-03-25 19:42:18'),
(32309,10803,'action started via WP Cron','2026-03-25 18:42:18','2026-03-25 19:42:18'),
(32310,10803,'action complete via WP Cron','2026-03-25 18:42:18','2026-03-25 19:42:18'),
(32311,10837,'action created','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32312,10804,'action started via WP Cron','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32313,10804,'action complete via WP Cron','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32314,10838,'action created','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32315,10805,'action started via WP Cron','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32316,10839,'action created','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32317,10805,'action complete via WP Cron','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32318,10808,'action started via WP Cron','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32320,10840,'action created','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32321,10841,'action created','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32322,10808,'action complete via WP Cron','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32323,10842,'action created','2026-03-25 18:42:19','2026-03-25 19:42:19'),
(32324,10841,'action started via WP Cron','2026-03-25 18:55:33','2026-03-25 19:55:33'),
(32325,10841,'action complete via WP Cron','2026-03-25 18:55:33','2026-03-25 19:55:33'),
(32326,10835,'action started via WP Cron','2026-03-25 19:54:03','2026-03-25 20:54:03'),
(32327,10843,'action created','2026-03-25 19:54:03','2026-03-25 20:54:03'),
(32328,10835,'action complete via WP Cron','2026-03-25 19:54:03','2026-03-25 20:54:03'),
(32329,10825,'action started via WP Cron','2026-03-25 20:42:22','2026-03-25 21:42:22'),
(32330,10825,'action complete via WP Cron','2026-03-25 20:42:22','2026-03-25 21:42:22'),
(32331,10844,'action created','2026-03-25 20:42:22','2026-03-25 21:42:22'),
(32332,10843,'action started via WP Cron','2026-03-25 20:56:05','2026-03-25 21:56:05'),
(32333,10845,'action created','2026-03-25 20:56:05','2026-03-25 21:56:05'),
(32334,10843,'action complete via WP Cron','2026-03-25 20:56:05','2026-03-25 21:56:05'),
(32335,10845,'action started via WP Cron','2026-03-25 21:56:24','2026-03-25 22:56:24'),
(32336,10846,'action created','2026-03-25 21:56:24','2026-03-25 22:56:24'),
(32337,10845,'action complete via WP Cron','2026-03-25 21:56:24','2026-03-25 22:56:24'),
(32338,10846,'action started via WP Cron','2026-03-25 23:37:19','2026-03-26 00:37:19'),
(32339,10847,'action created','2026-03-25 23:37:19','2026-03-26 00:37:19'),
(32340,10846,'action complete via WP Cron','2026-03-25 23:37:19','2026-03-26 00:37:19'),
(32341,10847,'action started via WP Cron','2026-03-26 02:06:19','2026-03-26 03:06:19'),
(32342,10848,'action created','2026-03-26 02:06:19','2026-03-26 03:06:19'),
(32343,10847,'action complete via WP Cron','2026-03-26 02:06:19','2026-03-26 03:06:19'),
(32344,10848,'action started via WP Cron','2026-03-26 03:23:38','2026-03-26 04:23:38'),
(32345,10849,'action created','2026-03-26 03:23:38','2026-03-26 04:23:38'),
(32346,10848,'action complete via WP Cron','2026-03-26 03:23:38','2026-03-26 04:23:38'),
(32347,10818,'action started via WP Cron','2026-03-26 03:30:56','2026-03-26 04:30:56'),
(32348,10818,'action complete via WP Cron','2026-03-26 03:30:56','2026-03-26 04:30:56'),
(32349,10850,'action created','2026-03-26 03:30:56','2026-03-26 04:30:56'),
(32350,10819,'action started via WP Cron','2026-03-26 03:30:56','2026-03-26 04:30:56'),
(32351,10819,'action complete via WP Cron','2026-03-26 03:30:56','2026-03-26 04:30:56'),
(32352,10851,'action created','2026-03-26 03:30:56','2026-03-26 04:30:56'),
(32353,10820,'action started via WP Cron','2026-03-26 03:30:56','2026-03-26 04:30:56'),
(32354,10820,'action complete via WP Cron','2026-03-26 03:30:56','2026-03-26 04:30:56'),
(32355,10852,'action created','2026-03-26 03:30:56','2026-03-26 04:30:56'),
(32356,10849,'action started via WP Cron','2026-03-26 04:25:35','2026-03-26 05:25:35'),
(32357,10853,'action created','2026-03-26 04:25:35','2026-03-26 05:25:35'),
(32358,10849,'action complete via WP Cron','2026-03-26 04:25:35','2026-03-26 05:25:35'),
(32359,10840,'action started via WP Cron','2026-03-26 05:04:02','2026-03-26 06:04:02'),
(32360,10840,'action complete via WP Cron','2026-03-26 05:04:02','2026-03-26 06:04:02'),
(32361,10854,'action created','2026-03-26 05:04:02','2026-03-26 06:04:02'),
(32362,10853,'action started via WP Cron','2026-03-26 05:32:43','2026-03-26 06:32:43'),
(32363,10855,'action created','2026-03-26 05:32:43','2026-03-26 06:32:43'),
(32364,10853,'action complete via WP Cron','2026-03-26 05:32:43','2026-03-26 06:32:43'),
(32365,10855,'action started via WP Cron','2026-03-26 06:44:54','2026-03-26 07:44:54'),
(32366,10856,'action created','2026-03-26 06:44:54','2026-03-26 07:44:54'),
(32367,10855,'action complete via WP Cron','2026-03-26 06:44:54','2026-03-26 07:44:54'),
(32368,10856,'action started via WP Cron','2026-03-26 08:00:02','2026-03-26 09:00:02'),
(32369,10857,'action created','2026-03-26 08:00:02','2026-03-26 09:00:02'),
(32370,10856,'action complete via WP Cron','2026-03-26 08:00:02','2026-03-26 09:00:02'),
(32371,10844,'action started via WP Cron','2026-03-26 09:39:23','2026-03-26 10:39:23'),
(32372,10844,'action complete via WP Cron','2026-03-26 09:39:23','2026-03-26 10:39:23'),
(32373,10858,'action created','2026-03-26 09:39:23','2026-03-26 10:39:23'),
(32374,10857,'action started via WP Cron','2026-03-26 09:39:23','2026-03-26 10:39:23'),
(32375,10859,'action created','2026-03-26 09:39:23','2026-03-26 10:39:23'),
(32376,10857,'action complete via WP Cron','2026-03-26 09:39:23','2026-03-26 10:39:23'),
(32377,10859,'action started via WP Cron','2026-03-26 10:49:42','2026-03-26 11:49:42'),
(32378,10860,'action created','2026-03-26 10:49:42','2026-03-26 11:49:42'),
(32379,10859,'action complete via WP Cron','2026-03-26 10:49:42','2026-03-26 11:49:42'),
(32380,10860,'action started via WP Cron','2026-03-26 11:54:40','2026-03-26 12:54:40'),
(32381,10861,'action created','2026-03-26 11:54:40','2026-03-26 12:54:40'),
(32382,10860,'action complete via WP Cron','2026-03-26 11:54:40','2026-03-26 12:54:40'),
(32383,10861,'action started via WP Cron','2026-03-26 13:01:03','2026-03-26 14:01:03'),
(32384,10862,'action created','2026-03-26 13:01:03','2026-03-26 14:01:03'),
(32385,10861,'action complete via WP Cron','2026-03-26 13:01:03','2026-03-26 14:01:03'),
(32386,10862,'action started via WP Cron','2026-03-26 14:01:41','2026-03-26 15:01:41'),
(32387,10863,'action created','2026-03-26 14:01:41','2026-03-26 15:01:41'),
(32388,10862,'action complete via WP Cron','2026-03-26 14:01:41','2026-03-26 15:01:41'),
(32389,10863,'action started via WP Cron','2026-03-26 15:04:04','2026-03-26 16:04:04'),
(32390,10864,'action created','2026-03-26 15:04:04','2026-03-26 16:04:04'),
(32391,10863,'action complete via WP Cron','2026-03-26 15:04:04','2026-03-26 16:04:04'),
(32392,10864,'action started via WP Cron','2026-03-26 16:16:52','2026-03-26 17:16:52'),
(32393,10865,'action created','2026-03-26 16:16:52','2026-03-26 17:16:52'),
(32394,10864,'action complete via WP Cron','2026-03-26 16:16:52','2026-03-26 17:16:52'),
(32395,10854,'action started via WP Cron','2026-03-26 17:31:51','2026-03-26 18:31:51'),
(32396,10854,'action complete via WP Cron','2026-03-26 17:31:51','2026-03-26 18:31:51'),
(32398,10865,'action started via WP Cron','2026-03-26 17:31:51','2026-03-26 18:31:51'),
(32399,10867,'action created','2026-03-26 17:31:51','2026-03-26 18:31:51'),
(32400,10865,'action complete via WP Cron','2026-03-26 17:31:51','2026-03-26 18:31:51'),
(32401,10867,'action started via WP Cron','2026-03-26 18:36:23','2026-03-26 19:36:23'),
(32402,10868,'action created','2026-03-26 18:36:23','2026-03-26 19:36:23'),
(32403,10867,'action complete via WP Cron','2026-03-26 18:36:23','2026-03-26 19:36:23'),
(32404,10836,'action started via WP Cron','2026-03-26 18:45:38','2026-03-26 19:45:38'),
(32405,10836,'action complete via WP Cron','2026-03-26 18:45:38','2026-03-26 19:45:38'),
(32406,10869,'action created','2026-03-26 18:45:38','2026-03-26 19:45:38'),
(32407,10837,'action started via WP Cron','2026-03-26 18:45:38','2026-03-26 19:45:38'),
(32408,10837,'action complete via WP Cron','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32409,10870,'action created','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32410,10838,'action started via WP Cron','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32411,10838,'action complete via WP Cron','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32412,10871,'action created','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32413,10839,'action started via WP Cron','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32414,10872,'action created','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32415,10839,'action complete via WP Cron','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32416,10842,'action started via WP Cron','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32418,10873,'action created','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32419,10874,'action created','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32420,10842,'action complete via WP Cron','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32421,10875,'action created','2026-03-26 18:45:39','2026-03-26 19:45:39'),
(32422,10874,'action started via WP Cron','2026-03-26 18:58:05','2026-03-26 19:58:05'),
(32423,10874,'action complete via WP Cron','2026-03-26 18:58:05','2026-03-26 19:58:05'),
(32424,10868,'action started via WP Cron','2026-03-26 19:46:36','2026-03-26 20:46:36'),
(32425,10876,'action created','2026-03-26 19:46:36','2026-03-26 20:46:36'),
(32426,10868,'action complete via WP Cron','2026-03-26 19:46:36','2026-03-26 20:46:36'),
(32427,10876,'action started via WP Cron','2026-03-26 20:56:28','2026-03-26 21:56:28'),
(32428,10877,'action created','2026-03-26 20:56:28','2026-03-26 21:56:28'),
(32429,10876,'action complete via WP Cron','2026-03-26 20:56:28','2026-03-26 21:56:28'),
(32430,10858,'action started via WP Cron','2026-03-26 21:39:45','2026-03-26 22:39:45'),
(32431,10858,'action complete via WP Cron','2026-03-26 21:39:45','2026-03-26 22:39:45'),
(32432,10878,'action created','2026-03-26 21:39:45','2026-03-26 22:39:45'),
(32433,10877,'action started via WP Cron','2026-03-26 22:11:24','2026-03-26 23:11:24'),
(32434,10879,'action created','2026-03-26 22:11:24','2026-03-26 23:11:24'),
(32435,10877,'action complete via WP Cron','2026-03-26 22:11:24','2026-03-26 23:11:24'),
(32436,10879,'action started via WP Cron','2026-03-26 23:13:10','2026-03-27 00:13:10'),
(32437,10880,'action created','2026-03-26 23:13:10','2026-03-27 00:13:10'),
(32438,10879,'action complete via WP Cron','2026-03-26 23:13:10','2026-03-27 00:13:10'),
(32439,10880,'action started via WP Cron','2026-03-27 00:22:42','2026-03-27 01:22:42'),
(32440,10881,'action created','2026-03-27 00:22:42','2026-03-27 01:22:42'),
(32441,10880,'action complete via WP Cron','2026-03-27 00:22:42','2026-03-27 01:22:42'),
(32442,10881,'action started via WP Cron','2026-03-27 01:51:21','2026-03-27 02:51:21'),
(32443,10882,'action created','2026-03-27 01:51:21','2026-03-27 02:51:21'),
(32444,10881,'action complete via WP Cron','2026-03-27 01:51:21','2026-03-27 02:51:21'),
(32445,10882,'action started via WP Cron','2026-03-27 03:00:02','2026-03-27 04:00:02'),
(32446,10883,'action created','2026-03-27 03:00:02','2026-03-27 04:00:02'),
(32447,10882,'action complete via WP Cron','2026-03-27 03:00:02','2026-03-27 04:00:02'),
(32448,10850,'action started via WP Cron','2026-03-27 03:38:38','2026-03-27 04:38:38'),
(32449,10850,'action complete via WP Cron','2026-03-27 03:38:38','2026-03-27 04:38:38'),
(32450,10884,'action created','2026-03-27 03:38:38','2026-03-27 04:38:38'),
(32451,10851,'action started via WP Cron','2026-03-27 03:38:38','2026-03-27 04:38:38'),
(32452,10851,'action complete via WP Cron','2026-03-27 03:38:38','2026-03-27 04:38:38'),
(32453,10885,'action created','2026-03-27 03:38:38','2026-03-27 04:38:38'),
(32454,10852,'action started via WP Cron','2026-03-27 03:38:38','2026-03-27 04:38:38'),
(32455,10852,'action complete via WP Cron','2026-03-27 03:38:38','2026-03-27 04:38:38'),
(32456,10886,'action created','2026-03-27 03:38:38','2026-03-27 04:38:38'),
(32457,10883,'action started via WP Cron','2026-03-27 04:01:14','2026-03-27 05:01:14'),
(32458,10887,'action created','2026-03-27 04:01:14','2026-03-27 05:01:14'),
(32459,10883,'action complete via WP Cron','2026-03-27 04:01:14','2026-03-27 05:01:14'),
(32460,10873,'action started via WP Cron','2026-03-27 05:13:05','2026-03-27 06:13:05'),
(32461,10873,'action complete via WP Cron','2026-03-27 05:13:05','2026-03-27 06:13:05'),
(32462,10888,'action created','2026-03-27 05:13:05','2026-03-27 06:13:05'),
(32463,10887,'action started via WP Cron','2026-03-27 05:13:05','2026-03-27 06:13:05'),
(32464,10889,'action created','2026-03-27 05:13:05','2026-03-27 06:13:05'),
(32465,10887,'action complete via WP Cron','2026-03-27 05:13:05','2026-03-27 06:13:05'),
(32466,10889,'action started via WP Cron','2026-03-27 06:20:01','2026-03-27 07:20:01'),
(32467,10890,'action created','2026-03-27 06:20:01','2026-03-27 07:20:01'),
(32468,10889,'action complete via WP Cron','2026-03-27 06:20:01','2026-03-27 07:20:01'),
(32469,10890,'action started via WP Cron','2026-03-27 08:19:53','2026-03-27 09:19:53'),
(32470,10891,'action created','2026-03-27 08:19:53','2026-03-27 09:19:53'),
(32471,10890,'action complete via WP Cron','2026-03-27 08:19:53','2026-03-27 09:19:53'),
(32472,10891,'action started via WP Cron','2026-03-27 09:44:59','2026-03-27 10:44:59'),
(32473,10892,'action created','2026-03-27 09:44:59','2026-03-27 10:44:59'),
(32474,10891,'action complete via WP Cron','2026-03-27 09:44:59','2026-03-27 10:44:59'),
(32475,10878,'action started via WP Cron','2026-03-27 09:44:59','2026-03-27 10:44:59'),
(32476,10878,'action complete via WP Cron','2026-03-27 09:44:59','2026-03-27 10:44:59'),
(32477,10893,'action created','2026-03-27 09:44:59','2026-03-27 10:44:59'),
(32478,10892,'action started via WP Cron','2026-03-27 10:49:01','2026-03-27 11:49:01'),
(32479,10894,'action created','2026-03-27 10:49:01','2026-03-27 11:49:01'),
(32480,10892,'action complete via WP Cron','2026-03-27 10:49:01','2026-03-27 11:49:01'),
(32481,10894,'action started via WP Cron','2026-03-27 12:05:37','2026-03-27 13:05:37'),
(32482,10895,'action created','2026-03-27 12:05:37','2026-03-27 13:05:37'),
(32483,10894,'action complete via WP Cron','2026-03-27 12:05:37','2026-03-27 13:05:37'),
(32484,10895,'action started via WP Cron','2026-03-27 13:08:33','2026-03-27 14:08:33'),
(32485,10896,'action created','2026-03-27 13:08:33','2026-03-27 14:08:33'),
(32486,10895,'action complete via WP Cron','2026-03-27 13:08:33','2026-03-27 14:08:33'),
(32487,10896,'action started via WP Cron','2026-03-27 14:11:52','2026-03-27 15:11:52'),
(32488,10897,'action created','2026-03-27 14:11:52','2026-03-27 15:11:52'),
(32489,10896,'action complete via WP Cron','2026-03-27 14:11:52','2026-03-27 15:11:52'),
(32490,10897,'action started via WP Cron','2026-03-27 15:16:16','2026-03-27 16:16:16'),
(32491,10898,'action created','2026-03-27 15:16:16','2026-03-27 16:16:16'),
(32492,10897,'action complete via WP Cron','2026-03-27 15:16:16','2026-03-27 16:16:16'),
(32493,10898,'action started via WP Cron','2026-03-27 16:18:35','2026-03-27 17:18:35'),
(32494,10899,'action created','2026-03-27 16:18:35','2026-03-27 17:18:35'),
(32495,10898,'action complete via WP Cron','2026-03-27 16:18:35','2026-03-27 17:18:35'),
(32496,10888,'action started via WP Cron','2026-03-27 17:27:40','2026-03-27 18:27:40'),
(32497,10888,'action complete via WP Cron','2026-03-27 17:27:40','2026-03-27 18:27:40'),
(32499,10899,'action started via WP Cron','2026-03-27 17:27:40','2026-03-27 18:27:40'),
(32500,10901,'action created','2026-03-27 17:27:40','2026-03-27 18:27:40'),
(32501,10899,'action complete via WP Cron','2026-03-27 17:27:40','2026-03-27 18:27:40'),
(32502,10901,'action started via WP Cron','2026-03-27 18:36:18','2026-03-27 19:36:18'),
(32503,10902,'action created','2026-03-27 18:36:18','2026-03-27 19:36:18'),
(32504,10901,'action complete via WP Cron','2026-03-27 18:36:18','2026-03-27 19:36:18'),
(32505,10869,'action started via WP Cron','2026-03-27 19:28:15','2026-03-27 20:28:15'),
(32506,10869,'action complete via WP Cron','2026-03-27 19:28:15','2026-03-27 20:28:15'),
(32507,10903,'action created','2026-03-27 19:28:15','2026-03-27 20:28:15'),
(32508,10870,'action started via WP Cron','2026-03-27 19:28:15','2026-03-27 20:28:15'),
(32509,10870,'action complete via WP Cron','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32510,10904,'action created','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32511,10871,'action started via WP Cron','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32512,10871,'action complete via WP Cron','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32513,10905,'action created','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32514,10872,'action started via WP Cron','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32515,10906,'action created','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32516,10872,'action complete via WP Cron','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32517,10875,'action started via WP Cron','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32519,10907,'action created','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32520,10908,'action created','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32521,10875,'action complete via WP Cron','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32522,10909,'action created','2026-03-27 19:28:16','2026-03-27 20:28:16'),
(32523,10908,'action started via WP Cron','2026-03-27 19:30:29','2026-03-27 20:30:29'),
(32524,10908,'action complete via WP Cron','2026-03-27 19:30:29','2026-03-27 20:30:29'),
(32525,10902,'action started via WP Cron','2026-03-27 19:52:33','2026-03-27 20:52:33'),
(32526,10910,'action created','2026-03-27 19:52:33','2026-03-27 20:52:33'),
(32527,10902,'action complete via WP Cron','2026-03-27 19:52:33','2026-03-27 20:52:33'),
(32528,10910,'action started via WP Cron','2026-03-27 20:58:41','2026-03-27 21:58:41'),
(32529,10911,'action created','2026-03-27 20:58:41','2026-03-27 21:58:41'),
(32530,10910,'action complete via WP Cron','2026-03-27 20:58:41','2026-03-27 21:58:41'),
(32531,10893,'action started via WP Cron','2026-03-27 21:52:20','2026-03-27 22:52:20'),
(32532,10893,'action complete via WP Cron','2026-03-27 21:52:20','2026-03-27 22:52:20'),
(32533,10912,'action created','2026-03-27 21:52:20','2026-03-27 22:52:20'),
(32534,10911,'action started via WP Cron','2026-03-27 22:18:38','2026-03-27 23:18:38'),
(32535,10913,'action created','2026-03-27 22:18:38','2026-03-27 23:18:38'),
(32536,10911,'action complete via WP Cron','2026-03-27 22:18:38','2026-03-27 23:18:38'),
(32537,10913,'action started via WP Cron','2026-03-27 23:43:32','2026-03-28 00:43:32'),
(32538,10914,'action created','2026-03-27 23:43:32','2026-03-28 00:43:32'),
(32539,10913,'action complete via WP Cron','2026-03-27 23:43:32','2026-03-28 00:43:32'),
(32540,10914,'action started via WP Cron','2026-03-28 01:01:40','2026-03-28 02:01:40'),
(32541,10915,'action created','2026-03-28 01:01:40','2026-03-28 02:01:40'),
(32542,10914,'action complete via WP Cron','2026-03-28 01:01:40','2026-03-28 02:01:40'),
(32543,10915,'action started via WP Cron','2026-03-28 02:22:40','2026-03-28 03:22:40'),
(32544,10916,'action created','2026-03-28 02:22:40','2026-03-28 03:22:40'),
(32545,10915,'action complete via WP Cron','2026-03-28 02:22:40','2026-03-28 03:22:40'),
(32546,10916,'action started via WP Cron','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32547,10917,'action created','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32548,10916,'action complete via WP Cron','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32549,10884,'action started via WP Cron','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32550,10884,'action complete via WP Cron','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32551,10918,'action created','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32552,10885,'action started via WP Cron','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32553,10885,'action complete via WP Cron','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32554,10919,'action created','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32555,10886,'action started via WP Cron','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32556,10886,'action complete via WP Cron','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32557,10920,'action created','2026-03-28 03:40:04','2026-03-28 04:40:04'),
(32558,10917,'action started via WP Cron','2026-03-28 04:49:49','2026-03-28 05:49:49'),
(32559,10921,'action created','2026-03-28 04:49:49','2026-03-28 05:49:49'),
(32560,10917,'action complete via WP Cron','2026-03-28 04:49:49','2026-03-28 05:49:49'),
(32561,10907,'action started via WP Cron','2026-03-28 05:01:28','2026-03-28 06:01:28'),
(32562,10907,'action complete via WP Cron','2026-03-28 05:01:28','2026-03-28 06:01:28'),
(32563,10922,'action created','2026-03-28 05:01:28','2026-03-28 06:01:28'),
(32564,10921,'action started via WP Cron','2026-03-28 06:33:43','2026-03-28 07:33:43'),
(32565,10923,'action created','2026-03-28 06:33:43','2026-03-28 07:33:43'),
(32566,10921,'action complete via WP Cron','2026-03-28 06:33:43','2026-03-28 07:33:43'),
(32567,10923,'action started via WP Cron','2026-03-28 07:37:43','2026-03-28 08:37:43'),
(32568,10924,'action created','2026-03-28 07:37:43','2026-03-28 08:37:43'),
(32569,10923,'action complete via WP Cron','2026-03-28 07:37:43','2026-03-28 08:37:43'),
(32570,10924,'action started via WP Cron','2026-03-28 09:19:01','2026-03-28 10:19:01'),
(32571,10925,'action created','2026-03-28 09:19:01','2026-03-28 10:19:01'),
(32572,10924,'action complete via WP Cron','2026-03-28 09:19:01','2026-03-28 10:19:01'),
(32573,10912,'action started via WP Cron','2026-03-28 09:52:21','2026-03-28 10:52:21'),
(32574,10912,'action complete via WP Cron','2026-03-28 09:52:21','2026-03-28 10:52:21'),
(32575,10926,'action created','2026-03-28 09:52:21','2026-03-28 10:52:21'),
(32576,10925,'action started via WP Cron','2026-03-28 11:27:52','2026-03-28 12:27:52'),
(32577,10927,'action created','2026-03-28 11:27:52','2026-03-28 12:27:52'),
(32578,10925,'action complete via WP Cron','2026-03-28 11:27:52','2026-03-28 12:27:52'),
(32579,10927,'action started via WP Cron','2026-03-28 13:06:01','2026-03-28 14:06:01'),
(32580,10928,'action created','2026-03-28 13:06:01','2026-03-28 14:06:01'),
(32581,10927,'action complete via WP Cron','2026-03-28 13:06:01','2026-03-28 14:06:01'),
(32582,10928,'action started via WP Cron','2026-03-28 14:06:17','2026-03-28 15:06:17'),
(32583,10929,'action created','2026-03-28 14:06:17','2026-03-28 15:06:17'),
(32584,10928,'action complete via WP Cron','2026-03-28 14:06:17','2026-03-28 15:06:17'),
(32585,10929,'action started via WP Cron','2026-03-28 15:08:20','2026-03-28 16:08:20'),
(32586,10930,'action created','2026-03-28 15:08:20','2026-03-28 16:08:20'),
(32587,10929,'action complete via WP Cron','2026-03-28 15:08:20','2026-03-28 16:08:20'),
(32588,10930,'action started via WP Cron','2026-03-28 16:13:06','2026-03-28 17:13:06'),
(32589,10931,'action created','2026-03-28 16:13:06','2026-03-28 17:13:06'),
(32590,10930,'action complete via WP Cron','2026-03-28 16:13:06','2026-03-28 17:13:06'),
(32591,10922,'action started via WP Cron','2026-03-28 17:16:13','2026-03-28 18:16:13'),
(32592,10922,'action complete via WP Cron','2026-03-28 17:16:13','2026-03-28 18:16:13'),
(32594,10931,'action started via WP Cron','2026-03-28 17:16:13','2026-03-28 18:16:13'),
(32595,10933,'action created','2026-03-28 17:16:13','2026-03-28 18:16:13'),
(32596,10931,'action complete via WP Cron','2026-03-28 17:16:13','2026-03-28 18:16:13'),
(32597,10933,'action started via Async Request','2026-03-28 18:20:25','2026-03-28 19:20:25'),
(32598,10934,'action created','2026-03-28 18:20:25','2026-03-28 19:20:25'),
(32599,10933,'action complete via Async Request','2026-03-28 18:20:25','2026-03-28 19:20:25'),
(32600,10934,'action started via WP Cron','2026-03-28 19:51:06','2026-03-28 20:51:06'),
(32601,10935,'action created','2026-03-28 19:51:06','2026-03-28 20:51:06'),
(32602,10934,'action complete via WP Cron','2026-03-28 19:51:06','2026-03-28 20:51:06'),
(32603,10903,'action started via WP Cron','2026-03-28 19:51:06','2026-03-28 20:51:06'),
(32604,10903,'action complete via WP Cron','2026-03-28 19:51:06','2026-03-28 20:51:06'),
(32605,10936,'action created','2026-03-28 19:51:06','2026-03-28 20:51:06'),
(32606,10904,'action started via WP Cron','2026-03-28 19:51:06','2026-03-28 20:51:06'),
(32607,10904,'action complete via WP Cron','2026-03-28 19:51:06','2026-03-28 20:51:06'),
(32608,10937,'action created','2026-03-28 19:51:06','2026-03-28 20:51:06'),
(32609,10905,'action started via WP Cron','2026-03-28 19:51:06','2026-03-28 20:51:06'),
(32610,10905,'action complete via WP Cron','2026-03-28 19:51:07','2026-03-28 20:51:07'),
(32611,10938,'action created','2026-03-28 19:51:07','2026-03-28 20:51:07'),
(32612,10906,'action started via WP Cron','2026-03-28 19:51:07','2026-03-28 20:51:07'),
(32613,10939,'action created','2026-03-28 19:51:07','2026-03-28 20:51:07'),
(32614,10906,'action complete via WP Cron','2026-03-28 19:51:07','2026-03-28 20:51:07'),
(32615,10909,'action started via WP Cron','2026-03-28 19:51:07','2026-03-28 20:51:07'),
(32617,10940,'action created','2026-03-28 19:51:07','2026-03-28 20:51:07'),
(32618,10941,'action created','2026-03-28 19:51:07','2026-03-28 20:51:07'),
(32619,10909,'action complete via WP Cron','2026-03-28 19:51:07','2026-03-28 20:51:07'),
(32620,10942,'action created','2026-03-28 19:51:07','2026-03-28 20:51:07'),
(32621,10941,'action started via WP Cron','2026-03-28 20:23:20','2026-03-28 21:23:20'),
(32622,10941,'action complete via WP Cron','2026-03-28 20:23:20','2026-03-28 21:23:20'),
(32623,10935,'action started via WP Cron','2026-03-28 20:53:42','2026-03-28 21:53:42'),
(32624,10943,'action created','2026-03-28 20:53:42','2026-03-28 21:53:42'),
(32625,10935,'action complete via WP Cron','2026-03-28 20:53:42','2026-03-28 21:53:42'),
(32626,10926,'action started via WP Cron','2026-03-28 22:02:52','2026-03-28 23:02:52'),
(32627,10926,'action complete via WP Cron','2026-03-28 22:02:52','2026-03-28 23:02:52'),
(32628,10944,'action created','2026-03-28 22:02:52','2026-03-28 23:02:52'),
(32629,10943,'action started via WP Cron','2026-03-28 22:02:52','2026-03-28 23:02:52'),
(32630,10945,'action created','2026-03-28 22:02:52','2026-03-28 23:02:52'),
(32631,10943,'action complete via WP Cron','2026-03-28 22:02:52','2026-03-28 23:02:52'),
(32632,10945,'action started via WP Cron','2026-03-28 23:36:15','2026-03-29 00:36:15'),
(32633,10946,'action created','2026-03-28 23:36:15','2026-03-29 00:36:15'),
(32634,10945,'action complete via WP Cron','2026-03-28 23:36:15','2026-03-29 00:36:15'),
(32635,10946,'action started via WP Cron','2026-03-29 00:47:34','2026-03-29 01:47:34'),
(32636,10947,'action created','2026-03-29 00:47:34','2026-03-29 01:47:34'),
(32637,10946,'action complete via WP Cron','2026-03-29 00:47:34','2026-03-29 01:47:34'),
(32638,10947,'action started via WP Cron','2026-03-29 01:51:21','2026-03-29 03:51:21'),
(32639,10948,'action created','2026-03-29 01:51:21','2026-03-29 03:51:21'),
(32640,10947,'action complete via WP Cron','2026-03-29 01:51:21','2026-03-29 03:51:21'),
(32641,10948,'action started via WP Cron','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32642,10949,'action created','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32643,10948,'action complete via WP Cron','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32644,10918,'action started via WP Cron','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32645,10918,'action complete via WP Cron','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32646,10950,'action created','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32647,10919,'action started via WP Cron','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32648,10919,'action complete via WP Cron','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32649,10951,'action created','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32650,10920,'action started via WP Cron','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32651,10920,'action complete via WP Cron','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32652,10952,'action created','2026-03-29 04:21:00','2026-03-29 06:21:00'),
(32653,10940,'action started via WP Cron','2026-03-29 05:13:27','2026-03-29 07:13:27'),
(32654,10940,'action complete via WP Cron','2026-03-29 05:13:27','2026-03-29 07:13:27'),
(32655,10953,'action created','2026-03-29 05:13:27','2026-03-29 07:13:27'),
(32656,10949,'action started via WP Cron','2026-03-29 05:27:28','2026-03-29 07:27:28'),
(32657,10954,'action created','2026-03-29 05:27:28','2026-03-29 07:27:28'),
(32658,10949,'action complete via WP Cron','2026-03-29 05:27:28','2026-03-29 07:27:28'),
(32659,10954,'action started via WP Cron','2026-03-29 07:32:01','2026-03-29 09:32:01'),
(32660,10955,'action created','2026-03-29 07:32:01','2026-03-29 09:32:01'),
(32661,10954,'action complete via WP Cron','2026-03-29 07:32:01','2026-03-29 09:32:01'),
(32662,10955,'action started via WP Cron','2026-03-29 08:45:21','2026-03-29 10:45:21'),
(32663,10956,'action created','2026-03-29 08:45:21','2026-03-29 10:45:21'),
(32664,10955,'action complete via WP Cron','2026-03-29 08:45:21','2026-03-29 10:45:21'),
(32665,10956,'action started via WP Cron','2026-03-29 10:19:28','2026-03-29 12:19:28'),
(32666,10957,'action created','2026-03-29 10:19:28','2026-03-29 12:19:28'),
(32667,10956,'action complete via WP Cron','2026-03-29 10:19:28','2026-03-29 12:19:28'),
(32668,10944,'action started via WP Cron','2026-03-29 10:19:28','2026-03-29 12:19:28'),
(32669,10944,'action complete via WP Cron','2026-03-29 10:19:28','2026-03-29 12:19:28'),
(32670,10958,'action created','2026-03-29 10:19:28','2026-03-29 12:19:28'),
(32671,10957,'action started via WP Cron','2026-03-29 11:27:35','2026-03-29 13:27:35'),
(32672,10959,'action created','2026-03-29 11:27:35','2026-03-29 13:27:35'),
(32673,10957,'action complete via WP Cron','2026-03-29 11:27:35','2026-03-29 13:27:35'),
(32674,10959,'action started via WP Cron','2026-03-29 12:38:49','2026-03-29 14:38:49'),
(32675,10960,'action created','2026-03-29 12:38:49','2026-03-29 14:38:49'),
(32676,10959,'action complete via WP Cron','2026-03-29 12:38:49','2026-03-29 14:38:49'),
(32677,10960,'action started via WP Cron','2026-03-29 13:41:42','2026-03-29 15:41:42'),
(32678,10961,'action created','2026-03-29 13:41:42','2026-03-29 15:41:42'),
(32679,10960,'action complete via WP Cron','2026-03-29 13:41:42','2026-03-29 15:41:42'),
(32680,10961,'action started via WP Cron','2026-03-29 14:45:11','2026-03-29 16:45:11'),
(32681,10962,'action created','2026-03-29 14:45:11','2026-03-29 16:45:11'),
(32682,10961,'action complete via WP Cron','2026-03-29 14:45:11','2026-03-29 16:45:11'),
(32683,10962,'action started via WP Cron','2026-03-29 15:58:23','2026-03-29 17:58:23'),
(32684,10963,'action created','2026-03-29 15:58:23','2026-03-29 17:58:23'),
(32685,10962,'action complete via WP Cron','2026-03-29 15:58:23','2026-03-29 17:58:23'),
(32686,10963,'action started via WP Cron','2026-03-29 17:09:06','2026-03-29 19:09:06'),
(32687,10964,'action created','2026-03-29 17:09:06','2026-03-29 19:09:06'),
(32688,10963,'action complete via WP Cron','2026-03-29 17:09:06','2026-03-29 19:09:06'),
(32689,10953,'action started via WP Cron','2026-03-29 17:31:51','2026-03-29 19:31:51'),
(32690,10953,'action complete via WP Cron','2026-03-29 17:31:51','2026-03-29 19:31:51'),
(32692,10964,'action started via WP Cron','2026-03-29 18:17:57','2026-03-29 20:17:57'),
(32693,10966,'action created','2026-03-29 18:17:57','2026-03-29 20:17:57'),
(32694,10964,'action complete via WP Cron','2026-03-29 18:17:57','2026-03-29 20:17:57'),
(32695,10966,'action started via WP Cron','2026-03-29 19:31:30','2026-03-29 21:31:30'),
(32696,10967,'action created','2026-03-29 19:31:30','2026-03-29 21:31:30'),
(32697,10966,'action complete via WP Cron','2026-03-29 19:31:30','2026-03-29 21:31:30'),
(32698,10936,'action started via WP Cron','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32699,10936,'action complete via WP Cron','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32700,10968,'action created','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32701,10937,'action started via WP Cron','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32702,10937,'action complete via WP Cron','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32703,10969,'action created','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32704,10938,'action started via WP Cron','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32705,10938,'action complete via WP Cron','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32706,10970,'action created','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32707,10939,'action started via WP Cron','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32708,10971,'action created','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32709,10939,'action complete via WP Cron','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32710,10942,'action started via WP Cron','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32712,10972,'action created','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32713,10973,'action created','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32714,10942,'action complete via WP Cron','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32715,10974,'action created','2026-03-29 19:51:30','2026-03-29 21:51:30'),
(32716,10973,'action started via WP Cron','2026-03-29 20:34:24','2026-03-29 22:34:24'),
(32717,10973,'action complete via WP Cron','2026-03-29 20:34:24','2026-03-29 22:34:24'),
(32718,10967,'action started via WP Cron','2026-03-29 20:34:24','2026-03-29 22:34:24'),
(32719,10975,'action created','2026-03-29 20:34:24','2026-03-29 22:34:24'),
(32720,10967,'action complete via WP Cron','2026-03-29 20:34:24','2026-03-29 22:34:24'),
(32721,10975,'action started via WP Cron','2026-03-29 21:45:42','2026-03-29 23:45:42'),
(32722,10976,'action created','2026-03-29 21:45:42','2026-03-29 23:45:42'),
(32723,10975,'action complete via WP Cron','2026-03-29 21:45:42','2026-03-29 23:45:42'),
(32724,10958,'action started via WP Cron','2026-03-29 22:57:05','2026-03-30 00:57:05'),
(32725,10958,'action complete via WP Cron','2026-03-29 22:57:05','2026-03-30 00:57:05'),
(32726,10977,'action created','2026-03-29 22:57:05','2026-03-30 00:57:05'),
(32727,10976,'action started via WP Cron','2026-03-29 22:57:05','2026-03-30 00:57:05'),
(32728,10978,'action created','2026-03-29 22:57:05','2026-03-30 00:57:05'),
(32729,10976,'action complete via WP Cron','2026-03-29 22:57:05','2026-03-30 00:57:05'),
(32730,10978,'action started via WP Cron','2026-03-29 23:58:37','2026-03-30 01:58:37'),
(32731,10979,'action created','2026-03-29 23:58:37','2026-03-30 01:58:37'),
(32732,10978,'action complete via WP Cron','2026-03-29 23:58:37','2026-03-30 01:58:37'),
(32733,10979,'action started via WP Cron','2026-03-30 01:01:28','2026-03-30 03:01:28'),
(32734,10980,'action created','2026-03-30 01:01:28','2026-03-30 03:01:28'),
(32735,10979,'action complete via WP Cron','2026-03-30 01:01:28','2026-03-30 03:01:28'),
(32736,10980,'action started via WP Cron','2026-03-30 02:18:19','2026-03-30 04:18:19'),
(32737,10981,'action created','2026-03-30 02:18:19','2026-03-30 04:18:19'),
(32738,10980,'action complete via WP Cron','2026-03-30 02:18:19','2026-03-30 04:18:19'),
(32739,10981,'action started via WP Cron','2026-03-30 03:35:47','2026-03-30 05:35:47'),
(32740,10982,'action created','2026-03-30 03:35:47','2026-03-30 05:35:47'),
(32741,10981,'action complete via WP Cron','2026-03-30 03:35:47','2026-03-30 05:35:47'),
(32742,10972,'action started via WP Cron','2026-03-30 04:05:12','2026-03-30 06:05:12'),
(32743,10972,'action complete via WP Cron','2026-03-30 04:05:12','2026-03-30 06:05:12'),
(32744,10983,'action created','2026-03-30 04:05:12','2026-03-30 06:05:12'),
(32745,10950,'action started via WP Cron','2026-03-30 04:34:54','2026-03-30 06:34:54'),
(32746,10950,'action complete via WP Cron','2026-03-30 04:34:54','2026-03-30 06:34:54'),
(32747,10984,'action created','2026-03-30 04:34:54','2026-03-30 06:34:54'),
(32748,10951,'action started via WP Cron','2026-03-30 04:34:54','2026-03-30 06:34:54'),
(32749,10951,'action complete via WP Cron','2026-03-30 04:34:54','2026-03-30 06:34:54'),
(32750,10985,'action created','2026-03-30 04:34:54','2026-03-30 06:34:54'),
(32751,10952,'action started via WP Cron','2026-03-30 04:34:54','2026-03-30 06:34:54'),
(32752,10952,'action complete via WP Cron','2026-03-30 04:34:54','2026-03-30 06:34:54'),
(32753,10986,'action created','2026-03-30 04:34:54','2026-03-30 06:34:54'),
(32754,10982,'action started via WP Cron','2026-03-30 05:29:05','2026-03-30 07:29:05'),
(32755,10987,'action created','2026-03-30 05:29:05','2026-03-30 07:29:05'),
(32756,10982,'action complete via WP Cron','2026-03-30 05:29:05','2026-03-30 07:29:05'),
(32757,10987,'action started via WP Cron','2026-03-30 06:53:45','2026-03-30 08:53:45'),
(32758,10988,'action created','2026-03-30 06:53:45','2026-03-30 08:53:45'),
(32759,10987,'action complete via WP Cron','2026-03-30 06:53:45','2026-03-30 08:53:45'),
(32760,10988,'action started via WP Cron','2026-03-30 08:21:47','2026-03-30 10:21:47'),
(32761,10989,'action created','2026-03-30 08:21:47','2026-03-30 10:21:47'),
(32762,10988,'action complete via WP Cron','2026-03-30 08:21:47','2026-03-30 10:21:47'),
(32763,10989,'action started via WP Cron','2026-03-30 09:24:58','2026-03-30 11:24:58'),
(32764,10990,'action created','2026-03-30 09:24:58','2026-03-30 11:24:58'),
(32765,10989,'action complete via WP Cron','2026-03-30 09:24:58','2026-03-30 11:24:58'),
(32766,10990,'action started via WP Cron','2026-03-30 10:25:52','2026-03-30 12:25:52'),
(32767,10991,'action created','2026-03-30 10:25:52','2026-03-30 12:25:52'),
(32768,10990,'action complete via WP Cron','2026-03-30 10:25:52','2026-03-30 12:25:52'),
(32769,10977,'action started via WP Cron','2026-03-30 11:09:25','2026-03-30 13:09:25'),
(32770,10977,'action complete via WP Cron','2026-03-30 11:09:25','2026-03-30 13:09:25'),
(32771,10992,'action created','2026-03-30 11:09:25','2026-03-30 13:09:25'),
(32772,10991,'action started via WP Cron','2026-03-30 11:26:38','2026-03-30 13:26:38'),
(32773,10993,'action created','2026-03-30 11:26:38','2026-03-30 13:26:38'),
(32774,10991,'action complete via WP Cron','2026-03-30 11:26:38','2026-03-30 13:26:38'),
(32775,10993,'action started via WP Cron','2026-03-30 12:40:13','2026-03-30 14:40:13'),
(32776,10994,'action created','2026-03-30 12:40:13','2026-03-30 14:40:13'),
(32777,10993,'action complete via WP Cron','2026-03-30 12:40:13','2026-03-30 14:40:13'),
(32778,10994,'action started via WP Cron','2026-03-30 13:42:56','2026-03-30 15:42:56'),
(32779,10995,'action created','2026-03-30 13:42:56','2026-03-30 15:42:56'),
(32780,10994,'action complete via WP Cron','2026-03-30 13:42:56','2026-03-30 15:42:56'),
(32781,10995,'action started via WP Cron','2026-03-30 14:51:20','2026-03-30 16:51:20'),
(32782,10996,'action created','2026-03-30 14:51:20','2026-03-30 16:51:20'),
(32783,10995,'action complete via WP Cron','2026-03-30 14:51:20','2026-03-30 16:51:20'),
(32784,10997,'action created','2026-03-30 14:53:55','2026-03-30 16:53:55'),
(32785,10998,'action created','2026-03-30 14:53:57','2026-03-30 16:53:57'),
(32786,10999,'action created','2026-03-30 14:53:57','2026-03-30 16:53:57'),
(32787,11000,'action created','2026-03-30 14:53:57','2026-03-30 16:53:57'),
(32788,11001,'action created','2026-03-30 14:53:57','2026-03-30 16:53:57'),
(32789,11002,'action created','2026-03-30 14:53:57','2026-03-30 16:53:57'),
(32790,11003,'action created','2026-03-30 14:53:57','2026-03-30 16:53:57'),
(32791,10997,'action started via Async Request','2026-03-30 14:54:33','2026-03-30 16:54:33'),
(32792,10997,'action complete via Async Request','2026-03-30 14:54:33','2026-03-30 16:54:33'),
(32793,11004,'action created','2026-03-30 14:54:33','2026-03-30 16:54:33'),
(32794,10998,'action started via Async Request','2026-03-30 14:54:33','2026-03-30 16:54:33'),
(32795,10998,'action complete via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32796,10999,'action started via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32797,10999,'action complete via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32798,11000,'action started via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32799,11000,'action complete via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32800,11001,'action started via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32801,11001,'action complete via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32802,11002,'action started via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32803,11002,'action complete via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32804,11003,'action started via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32805,11003,'action complete via Async Request','2026-03-30 14:54:34','2026-03-30 16:54:34'),
(32806,11005,'action created','2026-03-30 15:02:00','2026-03-30 17:02:00'),
(32807,11006,'action created','2026-03-30 15:02:12','2026-03-30 17:02:12'),
(32808,11005,'action started via WP Cron','2026-03-30 15:02:27','2026-03-30 17:02:27'),
(32809,11005,'action complete via WP Cron','2026-03-30 15:02:27','2026-03-30 17:02:27'),
(32810,11006,'action started via WP Cron','2026-03-30 15:02:27','2026-03-30 17:02:27'),
(32811,11006,'action complete via WP Cron','2026-03-30 15:02:27','2026-03-30 17:02:27'),
(32812,11007,'action created','2026-03-30 15:02:50','2026-03-30 17:02:50'),
(32813,11008,'action created','2026-03-30 15:03:03','2026-03-30 17:03:03'),
(32814,11009,'action created','2026-03-30 15:03:21','2026-03-30 17:03:21'),
(32815,11007,'action started via WP Cron','2026-03-30 15:03:27','2026-03-30 17:03:27'),
(32816,11007,'action complete via WP Cron','2026-03-30 15:03:27','2026-03-30 17:03:27'),
(32817,11008,'action started via WP Cron','2026-03-30 15:03:27','2026-03-30 17:03:27'),
(32818,11008,'action complete via WP Cron','2026-03-30 15:03:27','2026-03-30 17:03:27'),
(32819,11009,'action started via WP Cron','2026-03-30 15:03:27','2026-03-30 17:03:27'),
(32820,11009,'action complete via WP Cron','2026-03-30 15:03:27','2026-03-30 17:03:27'),
(32821,11010,'action created','2026-03-30 15:03:30','2026-03-30 17:03:30'),
(32822,11011,'action created','2026-03-30 15:03:37','2026-03-30 17:03:37'),
(32823,11010,'action started via Async Request','2026-03-30 15:03:38','2026-03-30 17:03:38'),
(32824,11010,'action complete via Async Request','2026-03-30 15:03:38','2026-03-30 17:03:38'),
(32825,11011,'action started via Async Request','2026-03-30 15:03:38','2026-03-30 17:03:38'),
(32826,11011,'action complete via Async Request','2026-03-30 15:03:38','2026-03-30 17:03:38'),
(32827,11012,'action created','2026-03-30 15:03:50','2026-03-30 17:03:50'),
(32828,11013,'action created','2026-03-30 15:04:07','2026-03-30 17:04:07'),
(32829,11014,'action created','2026-03-30 15:04:17','2026-03-30 17:04:17'),
(32830,11012,'action started via WP Cron','2026-03-30 15:04:27','2026-03-30 17:04:27'),
(32831,11012,'action complete via WP Cron','2026-03-30 15:04:27','2026-03-30 17:04:27'),
(32832,11013,'action started via WP Cron','2026-03-30 15:04:27','2026-03-30 17:04:27'),
(32833,11013,'action complete via WP Cron','2026-03-30 15:04:27','2026-03-30 17:04:27'),
(32834,11014,'action started via WP Cron','2026-03-30 15:04:27','2026-03-30 17:04:27'),
(32835,11014,'action complete via WP Cron','2026-03-30 15:04:27','2026-03-30 17:04:27'),
(32836,11015,'action created','2026-03-30 15:04:39','2026-03-30 17:04:39'),
(32837,11016,'action created','2026-03-30 15:04:52','2026-03-30 17:04:52'),
(32838,11017,'action created','2026-03-30 15:05:02','2026-03-30 17:05:02'),
(32839,11018,'action created','2026-03-30 15:05:12','2026-03-30 17:05:12'),
(32840,11015,'action started via WP Cron','2026-03-30 15:05:27','2026-03-30 17:05:27'),
(32841,11015,'action complete via WP Cron','2026-03-30 15:05:27','2026-03-30 17:05:27'),
(32842,11016,'action started via WP Cron','2026-03-30 15:05:27','2026-03-30 17:05:27'),
(32843,11016,'action complete via WP Cron','2026-03-30 15:05:27','2026-03-30 17:05:27'),
(32844,11017,'action started via WP Cron','2026-03-30 15:05:27','2026-03-30 17:05:27'),
(32845,11017,'action complete via WP Cron','2026-03-30 15:05:27','2026-03-30 17:05:27'),
(32846,11018,'action started via WP Cron','2026-03-30 15:05:27','2026-03-30 17:05:27'),
(32847,11018,'action complete via WP Cron','2026-03-30 15:05:27','2026-03-30 17:05:27'),
(32848,10996,'action started via Async Request','2026-03-30 16:00:43','2026-03-30 18:00:43'),
(32849,11019,'action created','2026-03-30 16:00:43','2026-03-30 18:00:43'),
(32850,10996,'action complete via Async Request','2026-03-30 16:00:43','2026-03-30 18:00:43'),
(32851,10983,'action started via Async Request','2026-03-30 16:07:07','2026-03-30 18:07:07'),
(32852,10983,'action complete via Async Request','2026-03-30 16:07:07','2026-03-30 18:07:07'),
(32854,11019,'action started via Async Request','2026-03-30 17:01:15','2026-03-30 19:01:15'),
(32855,11021,'action created','2026-03-30 17:01:15','2026-03-30 19:01:15'),
(32856,11019,'action complete via Async Request','2026-03-30 17:01:15','2026-03-30 19:01:15'),
(32857,11022,'action created','2026-03-30 17:01:27','2026-03-30 19:01:27'),
(32858,11022,'action started via Async Request','2026-03-30 17:02:18','2026-03-30 19:02:18'),
(32859,11022,'action complete via Async Request','2026-03-30 17:02:18','2026-03-30 19:02:18'),
(32860,11023,'action created','2026-03-30 17:05:04','2026-03-30 19:05:04'),
(32861,11024,'action created','2026-03-30 17:05:09','2026-03-30 19:05:09'),
(32862,11025,'action created','2026-03-30 17:05:09','2026-03-30 19:05:09'),
(32863,11026,'action created','2026-03-30 17:05:09','2026-03-30 19:05:09'),
(32864,11027,'action created','2026-03-30 17:05:09','2026-03-30 19:05:09'),
(32865,11023,'action started via WP Cron','2026-03-30 17:05:35','2026-03-30 19:05:35'),
(32866,11023,'action complete via WP Cron','2026-03-30 17:05:35','2026-03-30 19:05:35'),
(32867,11024,'action started via WP Cron','2026-03-30 17:05:35','2026-03-30 19:05:35'),
(32868,11024,'action complete via WP Cron','2026-03-30 17:05:35','2026-03-30 19:05:35'),
(32869,11025,'action started via WP Cron','2026-03-30 17:05:35','2026-03-30 19:05:35'),
(32870,11025,'action complete via WP Cron','2026-03-30 17:05:35','2026-03-30 19:05:35'),
(32871,11026,'action started via WP Cron','2026-03-30 17:05:35','2026-03-30 19:05:35'),
(32872,11026,'action complete via WP Cron','2026-03-30 17:05:35','2026-03-30 19:05:35'),
(32873,11027,'action started via WP Cron','2026-03-30 17:05:35','2026-03-30 19:05:35'),
(32874,11027,'action complete via WP Cron','2026-03-30 17:05:35','2026-03-30 19:05:35'),
(32875,11028,'action created','2026-03-30 17:07:14','2026-03-30 19:07:14'),
(32876,11029,'action created','2026-03-30 17:07:14','2026-03-30 19:07:14'),
(32877,11030,'action created','2026-03-30 17:07:14','2026-03-30 19:07:14'),
(32878,11028,'action started via WP Cron','2026-03-30 17:07:29','2026-03-30 19:07:29'),
(32879,11028,'action complete via WP Cron','2026-03-30 17:07:29','2026-03-30 19:07:29'),
(32880,11029,'action started via WP Cron','2026-03-30 17:07:29','2026-03-30 19:07:29'),
(32881,11029,'action complete via WP Cron','2026-03-30 17:07:29','2026-03-30 19:07:29'),
(32882,11030,'action started via WP Cron','2026-03-30 17:07:29','2026-03-30 19:07:29'),
(32883,11030,'action complete via WP Cron','2026-03-30 17:07:29','2026-03-30 19:07:29'),
(32884,11031,'action created','2026-03-30 17:08:57','2026-03-30 19:08:57'),
(32885,11032,'action created','2026-03-30 17:08:57','2026-03-30 19:08:57'),
(32886,11033,'action created','2026-03-30 17:08:57','2026-03-30 19:08:57'),
(32887,11034,'action created','2026-03-30 17:08:57','2026-03-30 19:08:57'),
(32888,11035,'action created','2026-03-30 17:08:57','2026-03-30 19:08:57'),
(32889,11031,'action started via Async Request','2026-03-30 17:09:09','2026-03-30 19:09:09'),
(32890,11031,'action complete via Async Request','2026-03-30 17:09:09','2026-03-30 19:09:09'),
(32891,11032,'action started via Async Request','2026-03-30 17:09:09','2026-03-30 19:09:09'),
(32892,11032,'action complete via Async Request','2026-03-30 17:09:09','2026-03-30 19:09:09'),
(32893,11033,'action started via Async Request','2026-03-30 17:09:09','2026-03-30 19:09:09'),
(32894,11033,'action complete via Async Request','2026-03-30 17:09:09','2026-03-30 19:09:09'),
(32895,11034,'action started via Async Request','2026-03-30 17:09:09','2026-03-30 19:09:09'),
(32896,11034,'action complete via Async Request','2026-03-30 17:09:09','2026-03-30 19:09:09'),
(32897,11035,'action started via Async Request','2026-03-30 17:09:09','2026-03-30 19:09:09'),
(32898,11035,'action complete via Async Request','2026-03-30 17:09:09','2026-03-30 19:09:09'),
(32899,11036,'action created','2026-03-30 17:17:08','2026-03-30 19:17:08'),
(32900,11037,'action created','2026-03-30 17:17:08','2026-03-30 19:17:08'),
(32901,11038,'action created','2026-03-30 17:17:08','2026-03-30 19:17:08'),
(32902,11039,'action created','2026-03-30 17:17:19','2026-03-30 19:17:19'),
(32903,11036,'action started via Async Request','2026-03-30 17:17:19','2026-03-30 19:17:19'),
(32904,11036,'action complete via Async Request','2026-03-30 17:17:19','2026-03-30 19:17:19'),
(32905,11037,'action started via Async Request','2026-03-30 17:17:19','2026-03-30 19:17:19'),
(32906,11037,'action complete via Async Request','2026-03-30 17:17:19','2026-03-30 19:17:19'),
(32907,11038,'action started via Async Request','2026-03-30 17:17:19','2026-03-30 19:17:19'),
(32908,11038,'action complete via Async Request','2026-03-30 17:17:19','2026-03-30 19:17:19'),
(32909,11039,'action started via Async Request','2026-03-30 17:17:24','2026-03-30 19:17:24'),
(32910,11039,'action complete via Async Request','2026-03-30 17:17:24','2026-03-30 19:17:24'),
(32911,11040,'action created','2026-03-30 17:17:34','2026-03-30 19:17:34'),
(32912,11041,'action created','2026-03-30 17:17:34','2026-03-30 19:17:34'),
(32913,11042,'action created','2026-03-30 17:17:34','2026-03-30 19:17:34'),
(32914,11043,'action created','2026-03-30 17:17:34','2026-03-30 19:17:34'),
(32915,11044,'action created','2026-03-30 17:17:34','2026-03-30 19:17:34'),
(32916,11040,'action started via Async Request','2026-03-30 17:18:27','2026-03-30 19:18:27'),
(32917,11040,'action complete via Async Request','2026-03-30 17:18:27','2026-03-30 19:18:27'),
(32918,11041,'action started via Async Request','2026-03-30 17:18:27','2026-03-30 19:18:27'),
(32919,11041,'action complete via Async Request','2026-03-30 17:18:27','2026-03-30 19:18:27'),
(32920,11042,'action started via Async Request','2026-03-30 17:18:27','2026-03-30 19:18:27'),
(32921,11042,'action complete via Async Request','2026-03-30 17:18:27','2026-03-30 19:18:27'),
(32922,11043,'action started via Async Request','2026-03-30 17:18:27','2026-03-30 19:18:27'),
(32923,11043,'action complete via Async Request','2026-03-30 17:18:27','2026-03-30 19:18:27'),
(32924,11044,'action started via Async Request','2026-03-30 17:18:27','2026-03-30 19:18:27'),
(32925,11044,'action complete via Async Request','2026-03-30 17:18:27','2026-03-30 19:18:27'),
(32926,11045,'action created','2026-03-30 17:30:58','2026-03-30 19:30:58'),
(32927,11046,'action created','2026-03-30 17:30:58','2026-03-30 19:30:58'),
(32928,11047,'action created','2026-03-30 17:30:58','2026-03-30 19:30:58'),
(32929,11048,'action created','2026-03-30 17:31:13','2026-03-30 19:31:13'),
(32930,11049,'action created','2026-03-30 17:31:31','2026-03-30 19:31:31'),
(32931,11045,'action started via WP Cron','2026-03-30 17:31:31','2026-03-30 19:31:31'),
(32932,11045,'action complete via WP Cron','2026-03-30 17:31:31','2026-03-30 19:31:31'),
(32933,11046,'action started via WP Cron','2026-03-30 17:31:31','2026-03-30 19:31:31'),
(32934,11046,'action complete via WP Cron','2026-03-30 17:31:31','2026-03-30 19:31:31'),
(32935,11047,'action started via WP Cron','2026-03-30 17:31:31','2026-03-30 19:31:31'),
(32936,11047,'action complete via WP Cron','2026-03-30 17:31:31','2026-03-30 19:31:31'),
(32937,11048,'action started via WP Cron','2026-03-30 17:31:31','2026-03-30 19:31:31'),
(32938,11048,'action complete via WP Cron','2026-03-30 17:31:31','2026-03-30 19:31:31'),
(32939,11049,'action started via Async Request','2026-03-30 17:31:34','2026-03-30 19:31:34'),
(32940,11049,'action complete via Async Request','2026-03-30 17:31:34','2026-03-30 19:31:34'),
(32941,11050,'action created','2026-03-30 17:31:51','2026-03-30 19:31:51'),
(32942,11050,'action started via WP Cron','2026-03-30 17:41:26','2026-03-30 19:41:26'),
(32943,11050,'action complete via WP Cron','2026-03-30 17:41:26','2026-03-30 19:41:26'),
(32944,11021,'action started via WP Cron','2026-03-30 18:02:01','2026-03-30 20:02:01'),
(32945,11051,'action created','2026-03-30 18:02:01','2026-03-30 20:02:01'),
(32946,11021,'action complete via WP Cron','2026-03-30 18:02:01','2026-03-30 20:02:01'),
(32947,11051,'action started via WP Cron','2026-03-30 19:14:46','2026-03-30 21:14:46'),
(32948,11052,'action created','2026-03-30 19:14:46','2026-03-30 21:14:46'),
(32949,11051,'action complete via WP Cron','2026-03-30 19:14:46','2026-03-30 21:14:46'),
(32950,10968,'action started via WP Cron','2026-03-30 19:52:51','2026-03-30 21:52:51'),
(32951,10968,'action complete via WP Cron','2026-03-30 19:52:51','2026-03-30 21:52:51'),
(32952,11053,'action created','2026-03-30 19:52:51','2026-03-30 21:52:51'),
(32953,10969,'action started via WP Cron','2026-03-30 19:52:51','2026-03-30 21:52:51'),
(32954,10969,'action complete via WP Cron','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32955,11054,'action created','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32956,10970,'action started via WP Cron','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32957,10970,'action complete via WP Cron','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32958,11055,'action created','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32959,10971,'action started via WP Cron','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32960,11056,'action created','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32961,10971,'action complete via WP Cron','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32962,10974,'action started via WP Cron','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32964,11057,'action created','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32965,11058,'action created','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32966,10974,'action complete via WP Cron','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32967,11059,'action created','2026-03-30 19:52:52','2026-03-30 21:52:52'),
(32968,11058,'action started via WP Cron','2026-03-30 19:58:43','2026-03-30 21:58:43'),
(32969,11058,'action complete via WP Cron','2026-03-30 19:58:43','2026-03-30 21:58:43'),
(32970,11052,'action started via WP Cron','2026-03-30 20:21:03','2026-03-30 22:21:03'),
(32971,11060,'action created','2026-03-30 20:21:03','2026-03-30 22:21:03'),
(32972,11052,'action complete via WP Cron','2026-03-30 20:21:03','2026-03-30 22:21:03'),
(32973,11060,'action started via WP Cron','2026-03-30 21:34:30','2026-03-30 23:34:30'),
(32974,11061,'action created','2026-03-30 21:34:30','2026-03-30 23:34:30'),
(32975,11060,'action complete via WP Cron','2026-03-30 21:34:30','2026-03-30 23:34:30'),
(32976,11061,'action started via WP Cron','2026-03-30 22:50:04','2026-03-31 00:50:04'),
(32977,11062,'action created','2026-03-30 22:50:04','2026-03-31 00:50:04'),
(32978,11061,'action complete via WP Cron','2026-03-30 22:50:04','2026-03-31 00:50:04'),
(32979,10992,'action started via WP Cron','2026-03-30 23:23:24','2026-03-31 01:23:24'),
(32980,10992,'action complete via WP Cron','2026-03-30 23:23:24','2026-03-31 01:23:24'),
(32981,11063,'action created','2026-03-30 23:23:24','2026-03-31 01:23:24'),
(32982,11062,'action started via WP Cron','2026-03-30 23:56:38','2026-03-31 01:56:38'),
(32983,11064,'action created','2026-03-30 23:56:38','2026-03-31 01:56:38'),
(32984,11062,'action complete via WP Cron','2026-03-30 23:56:38','2026-03-31 01:56:38'),
(32985,11064,'action started via WP Cron','2026-03-31 00:58:08','2026-03-31 02:58:08'),
(32986,11065,'action created','2026-03-31 00:58:08','2026-03-31 02:58:08'),
(32987,11064,'action complete via WP Cron','2026-03-31 00:58:08','2026-03-31 02:58:08'),
(32988,11065,'action started via WP Cron','2026-03-31 02:26:59','2026-03-31 04:26:59'),
(32989,11066,'action created','2026-03-31 02:26:59','2026-03-31 04:26:59'),
(32990,11065,'action complete via WP Cron','2026-03-31 02:26:59','2026-03-31 04:26:59'),
(32991,11066,'action started via WP Cron','2026-03-31 03:53:43','2026-03-31 05:53:43'),
(32992,11067,'action created','2026-03-31 03:53:43','2026-03-31 05:53:43'),
(32993,11066,'action complete via WP Cron','2026-03-31 03:53:43','2026-03-31 05:53:43'),
(32994,11057,'action started via WP Cron','2026-03-31 04:04:41','2026-03-31 06:04:41'),
(32995,11057,'action complete via WP Cron','2026-03-31 04:04:41','2026-03-31 06:04:41'),
(32996,11068,'action created','2026-03-31 04:04:41','2026-03-31 06:04:41'),
(32997,10984,'action started via WP Cron','2026-03-31 04:41:57','2026-03-31 06:41:57'),
(32998,10984,'action complete via WP Cron','2026-03-31 04:41:57','2026-03-31 06:41:57'),
(32999,11069,'action created','2026-03-31 04:41:57','2026-03-31 06:41:57'),
(33000,10985,'action started via WP Cron','2026-03-31 04:41:57','2026-03-31 06:41:57'),
(33001,10985,'action complete via WP Cron','2026-03-31 04:41:57','2026-03-31 06:41:57'),
(33002,11070,'action created','2026-03-31 04:41:57','2026-03-31 06:41:57'),
(33003,10986,'action started via WP Cron','2026-03-31 04:41:57','2026-03-31 06:41:57'),
(33004,10986,'action complete via WP Cron','2026-03-31 04:41:57','2026-03-31 06:41:57'),
(33005,11071,'action created','2026-03-31 04:41:57','2026-03-31 06:41:57'),
(33006,11067,'action started via WP Cron','2026-03-31 05:04:23','2026-03-31 07:04:23'),
(33007,11072,'action created','2026-03-31 05:04:23','2026-03-31 07:04:23'),
(33008,11067,'action complete via WP Cron','2026-03-31 05:04:23','2026-03-31 07:04:23'),
(33009,11072,'action started via WP Cron','2026-03-31 06:37:28','2026-03-31 08:37:28'),
(33010,11073,'action created','2026-03-31 06:37:28','2026-03-31 08:37:28'),
(33011,11072,'action complete via WP Cron','2026-03-31 06:37:28','2026-03-31 08:37:28'),
(33012,10789,'action started via WP Cron','2026-03-31 06:59:15','2026-03-31 08:59:15'),
(33013,10789,'action complete via WP Cron','2026-03-31 06:59:15','2026-03-31 08:59:15'),
(33014,11074,'action created','2026-03-31 06:59:15','2026-03-31 08:59:15'),
(33015,11073,'action started via WP Cron','2026-03-31 07:42:32','2026-03-31 09:42:32'),
(33016,11075,'action created','2026-03-31 07:42:32','2026-03-31 09:42:32'),
(33017,11073,'action complete via WP Cron','2026-03-31 07:42:32','2026-03-31 09:42:32'),
(33018,11075,'action started via WP Cron','2026-03-31 08:53:32','2026-03-31 10:53:32'),
(33019,11076,'action created','2026-03-31 08:53:32','2026-03-31 10:53:32'),
(33020,11075,'action complete via WP Cron','2026-03-31 08:53:32','2026-03-31 10:53:32'),
(33021,11076,'action started via WP Cron','2026-03-31 09:55:24','2026-03-31 11:55:24'),
(33022,11077,'action created','2026-03-31 09:55:24','2026-03-31 11:55:24'),
(33023,11076,'action complete via WP Cron','2026-03-31 09:55:24','2026-03-31 11:55:24'),
(33024,11077,'action started via WP Cron','2026-03-31 10:55:39','2026-03-31 12:55:39'),
(33025,11078,'action created','2026-03-31 10:55:39','2026-03-31 12:55:39'),
(33026,11077,'action complete via WP Cron','2026-03-31 10:55:39','2026-03-31 12:55:39'),
(33027,11063,'action started via WP Cron','2026-03-31 11:31:19','2026-03-31 13:31:19'),
(33028,11063,'action complete via WP Cron','2026-03-31 11:31:19','2026-03-31 13:31:19'),
(33029,11079,'action created','2026-03-31 11:31:19','2026-03-31 13:31:19'),
(33030,11078,'action started via WP Cron','2026-03-31 12:06:23','2026-03-31 14:06:23'),
(33031,11080,'action created','2026-03-31 12:06:23','2026-03-31 14:06:23'),
(33032,11078,'action complete via WP Cron','2026-03-31 12:06:23','2026-03-31 14:06:23'),
(33033,11080,'action started via WP Cron','2026-03-31 13:17:29','2026-03-31 15:17:29'),
(33034,11081,'action created','2026-03-31 13:17:29','2026-03-31 15:17:29'),
(33035,11080,'action complete via WP Cron','2026-03-31 13:17:29','2026-03-31 15:17:29'),
(33036,11081,'action started via WP Cron','2026-03-31 14:31:26','2026-03-31 16:31:26'),
(33037,11082,'action created','2026-03-31 14:31:26','2026-03-31 16:31:26'),
(33038,11081,'action complete via WP Cron','2026-03-31 14:31:26','2026-03-31 16:31:26'),
(33039,11004,'action started via WP Cron','2026-03-31 14:54:41','2026-03-31 16:54:41'),
(33040,11004,'action complete via WP Cron','2026-03-31 14:54:41','2026-03-31 16:54:41'),
(33041,11083,'action created','2026-03-31 14:54:41','2026-03-31 16:54:41'),
(33042,11082,'action started via WP Cron','2026-03-31 15:37:18','2026-03-31 17:37:18'),
(33043,11084,'action created','2026-03-31 15:37:18','2026-03-31 17:37:18'),
(33044,11082,'action complete via WP Cron','2026-03-31 15:37:18','2026-03-31 17:37:18'),
(33045,11068,'action started via WP Cron','2026-03-31 16:06:08','2026-03-31 18:06:08'),
(33046,11068,'action complete via WP Cron','2026-03-31 16:06:08','2026-03-31 18:06:08'),
(33048,11084,'action started via WP Cron','2026-03-31 16:52:27','2026-03-31 18:52:27'),
(33049,11086,'action created','2026-03-31 16:52:27','2026-03-31 18:52:27'),
(33050,11084,'action complete via WP Cron','2026-03-31 16:52:27','2026-03-31 18:52:27'),
(33051,11086,'action started via WP Cron','2026-03-31 18:28:36','2026-03-31 20:28:36'),
(33052,11087,'action created','2026-03-31 18:28:36','2026-03-31 20:28:36'),
(33053,11086,'action complete via WP Cron','2026-03-31 18:28:36','2026-03-31 20:28:36'),
(33054,11087,'action started via WP Cron','2026-03-31 19:38:22','2026-03-31 21:38:22'),
(33055,11088,'action created','2026-03-31 19:38:22','2026-03-31 21:38:22'),
(33056,11087,'action complete via WP Cron','2026-03-31 19:38:22','2026-03-31 21:38:22'),
(33057,11053,'action started via WP Cron','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33058,11053,'action complete via WP Cron','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33059,11089,'action created','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33060,11054,'action started via WP Cron','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33061,11054,'action complete via WP Cron','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33062,11090,'action created','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33063,11055,'action started via WP Cron','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33064,11055,'action complete via WP Cron','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33065,11091,'action created','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33066,11056,'action started via WP Cron','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33067,11092,'action created','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33068,11056,'action complete via WP Cron','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33069,11059,'action started via WP Cron','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33071,11093,'action created','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33072,11094,'action created','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33073,11059,'action complete via WP Cron','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33074,11095,'action created','2026-03-31 19:54:15','2026-03-31 21:54:15'),
(33075,11094,'action started via WP Cron','2026-03-31 20:12:46','2026-03-31 22:12:46'),
(33076,11094,'action complete via WP Cron','2026-03-31 20:12:46','2026-03-31 22:12:46'),
(33077,11088,'action started via WP Cron','2026-03-31 20:47:44','2026-03-31 22:47:44'),
(33078,11096,'action created','2026-03-31 20:47:44','2026-03-31 22:47:44'),
(33079,11088,'action complete via WP Cron','2026-03-31 20:47:44','2026-03-31 22:47:44'),
(33080,11096,'action started via WP Cron','2026-03-31 21:49:53','2026-03-31 23:49:53'),
(33081,11097,'action created','2026-03-31 21:49:53','2026-03-31 23:49:53'),
(33082,11096,'action complete via WP Cron','2026-03-31 21:49:53','2026-03-31 23:49:53'),
(33083,11097,'action started via WP Cron','2026-03-31 22:58:46','2026-04-01 00:58:46'),
(33084,11098,'action created','2026-03-31 22:58:46','2026-04-01 00:58:46'),
(33085,11097,'action complete via WP Cron','2026-03-31 22:58:46','2026-04-01 00:58:46'),
(33086,11079,'action started via WP Cron','2026-04-01 00:15:24','2026-04-01 02:15:24'),
(33087,11079,'action complete via WP Cron','2026-04-01 00:15:24','2026-04-01 02:15:24'),
(33088,11099,'action created','2026-04-01 00:15:24','2026-04-01 02:15:24'),
(33089,11098,'action started via WP Cron','2026-04-01 00:15:24','2026-04-01 02:15:24'),
(33090,11100,'action created','2026-04-01 00:15:24','2026-04-01 02:15:24'),
(33091,11098,'action complete via WP Cron','2026-04-01 00:15:24','2026-04-01 02:15:24'),
(33092,11100,'action started via WP Cron','2026-04-01 01:36:32','2026-04-01 03:36:32'),
(33093,11101,'action created','2026-04-01 01:36:32','2026-04-01 03:36:32'),
(33094,11100,'action complete via WP Cron','2026-04-01 01:36:32','2026-04-01 03:36:32'),
(33095,11101,'action started via WP Cron','2026-04-01 03:01:38','2026-04-01 05:01:38'),
(33096,11102,'action created','2026-04-01 03:01:38','2026-04-01 05:01:38'),
(33097,11101,'action complete via WP Cron','2026-04-01 03:01:38','2026-04-01 05:01:38'),
(33098,11093,'action started via WP Cron','2026-04-01 04:00:25','2026-04-01 06:00:25'),
(33099,11093,'action complete via WP Cron','2026-04-01 04:00:25','2026-04-01 06:00:25'),
(33100,11103,'action created','2026-04-01 04:00:25','2026-04-01 06:00:25'),
(33101,11102,'action started via WP Cron','2026-04-01 04:16:55','2026-04-01 06:16:55'),
(33102,11104,'action created','2026-04-01 04:16:55','2026-04-01 06:16:55'),
(33103,11102,'action complete via WP Cron','2026-04-01 04:16:55','2026-04-01 06:16:55'),
(33104,11069,'action started via WP Cron','2026-04-01 04:49:26','2026-04-01 06:49:26'),
(33105,11069,'action complete via WP Cron','2026-04-01 04:49:26','2026-04-01 06:49:26'),
(33106,11105,'action created','2026-04-01 04:49:26','2026-04-01 06:49:26'),
(33107,11070,'action started via WP Cron','2026-04-01 04:49:26','2026-04-01 06:49:26'),
(33108,11070,'action complete via WP Cron','2026-04-01 04:49:26','2026-04-01 06:49:26'),
(33109,11106,'action created','2026-04-01 04:49:26','2026-04-01 06:49:26'),
(33110,11071,'action started via WP Cron','2026-04-01 04:49:26','2026-04-01 06:49:26'),
(33111,11071,'action complete via WP Cron','2026-04-01 04:49:26','2026-04-01 06:49:26'),
(33112,11107,'action created','2026-04-01 04:49:26','2026-04-01 06:49:26'),
(33113,11104,'action started via WP Cron','2026-04-01 05:17:50','2026-04-01 07:17:50'),
(33114,11108,'action created','2026-04-01 05:17:50','2026-04-01 07:17:50'),
(33115,11104,'action complete via WP Cron','2026-04-01 05:17:50','2026-04-01 07:17:50'),
(33116,11108,'action started via WP Cron','2026-04-01 06:18:22','2026-04-01 08:18:22'),
(33117,11109,'action created','2026-04-01 06:18:22','2026-04-01 08:18:22'),
(33118,11108,'action complete via WP Cron','2026-04-01 06:18:22','2026-04-01 08:18:22'),
(33119,11109,'action started via WP Cron','2026-04-01 07:20:38','2026-04-01 09:20:38'),
(33120,11110,'action created','2026-04-01 07:20:38','2026-04-01 09:20:38'),
(33121,11109,'action complete via WP Cron','2026-04-01 07:20:38','2026-04-01 09:20:38'),
(33122,11110,'action started via WP Cron','2026-04-01 08:35:43','2026-04-01 10:35:43'),
(33123,11111,'action created','2026-04-01 08:35:43','2026-04-01 10:35:43'),
(33124,11110,'action complete via WP Cron','2026-04-01 08:35:43','2026-04-01 10:35:43'),
(33125,11111,'action started via WP Cron','2026-04-01 09:38:47','2026-04-01 11:38:47'),
(33126,11112,'action created','2026-04-01 09:38:47','2026-04-01 11:38:47'),
(33127,11111,'action complete via WP Cron','2026-04-01 09:38:47','2026-04-01 11:38:47'),
(33128,11112,'action started via WP Cron','2026-04-01 10:47:30','2026-04-01 12:47:30'),
(33129,11113,'action created','2026-04-01 10:47:30','2026-04-01 12:47:30'),
(33130,11112,'action complete via WP Cron','2026-04-01 10:47:30','2026-04-01 12:47:30'),
(33131,11113,'action started via WP Cron','2026-04-01 12:06:57','2026-04-01 14:06:57'),
(33132,11114,'action created','2026-04-01 12:06:57','2026-04-01 14:06:57'),
(33133,11113,'action complete via WP Cron','2026-04-01 12:06:57','2026-04-01 14:06:57'),
(33134,11099,'action started via WP Cron','2026-04-01 12:16:17','2026-04-01 14:16:17'),
(33135,11099,'action complete via WP Cron','2026-04-01 12:16:17','2026-04-01 14:16:17'),
(33136,11115,'action created','2026-04-01 12:16:17','2026-04-01 14:16:17'),
(33137,11114,'action started via WP Cron','2026-04-01 13:25:29','2026-04-01 15:25:29'),
(33138,11116,'action created','2026-04-01 13:25:29','2026-04-01 15:25:29'),
(33139,11114,'action complete via WP Cron','2026-04-01 13:25:29','2026-04-01 15:25:29'),
(33140,11116,'action started via WP Cron','2026-04-01 14:27:56','2026-04-01 16:27:56'),
(33141,11117,'action created','2026-04-01 14:27:56','2026-04-01 16:27:56'),
(33142,11116,'action complete via WP Cron','2026-04-01 14:27:56','2026-04-01 16:27:56'),
(33143,11083,'action started via WP Cron','2026-04-01 14:59:31','2026-04-01 16:59:31'),
(33144,11083,'action complete via WP Cron','2026-04-01 14:59:31','2026-04-01 16:59:31'),
(33145,11118,'action created','2026-04-01 14:59:31','2026-04-01 16:59:31'),
(33146,11117,'action started via WP Cron','2026-04-01 15:31:35','2026-04-01 17:31:35'),
(33147,11119,'action created','2026-04-01 15:31:35','2026-04-01 17:31:35'),
(33148,11117,'action complete via WP Cron','2026-04-01 15:31:35','2026-04-01 17:31:35'),
(33149,11103,'action started via WP Cron','2026-04-01 16:29:02','2026-04-01 18:29:02'),
(33150,11103,'action complete via WP Cron','2026-04-01 16:29:02','2026-04-01 18:29:02'),
(33152,11119,'action started via WP Cron','2026-04-01 16:33:15','2026-04-01 18:33:15'),
(33153,11121,'action created','2026-04-01 16:33:15','2026-04-01 18:33:15'),
(33154,11119,'action complete via WP Cron','2026-04-01 16:33:15','2026-04-01 18:33:15'),
(33155,11121,'action started via WP Cron','2026-04-01 17:42:26','2026-04-01 19:42:26'),
(33156,11122,'action created','2026-04-01 17:42:26','2026-04-01 19:42:26'),
(33157,11121,'action complete via WP Cron','2026-04-01 17:42:26','2026-04-01 19:42:26'),
(33158,11122,'action started via WP Cron','2026-04-01 18:50:10','2026-04-01 20:50:10'),
(33159,11123,'action created','2026-04-01 18:50:10','2026-04-01 20:50:10'),
(33160,11122,'action complete via WP Cron','2026-04-01 18:50:10','2026-04-01 20:50:10'),
(33161,11123,'action started via WP Cron','2026-04-01 20:10:22','2026-04-01 22:10:22'),
(33162,11124,'action created','2026-04-01 20:10:22','2026-04-01 22:10:22'),
(33163,11123,'action complete via WP Cron','2026-04-01 20:10:22','2026-04-01 22:10:22'),
(33164,11089,'action started via WP Cron','2026-04-01 20:10:22','2026-04-01 22:10:22'),
(33165,11089,'action complete via WP Cron','2026-04-01 20:10:22','2026-04-01 22:10:22'),
(33166,11125,'action created','2026-04-01 20:10:22','2026-04-01 22:10:22'),
(33167,11090,'action started via WP Cron','2026-04-01 20:10:22','2026-04-01 22:10:22'),
(33168,11090,'action complete via WP Cron','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33169,11126,'action created','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33170,11091,'action started via WP Cron','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33171,11091,'action complete via WP Cron','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33172,11127,'action created','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33173,11092,'action started via WP Cron','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33174,11128,'action created','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33175,11092,'action complete via WP Cron','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33176,11095,'action started via WP Cron','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33178,11129,'action created','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33179,11130,'action created','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33180,11095,'action complete via WP Cron','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33181,11131,'action created','2026-04-01 20:10:23','2026-04-01 22:10:23'),
(33182,11130,'action started via WP Cron','2026-04-01 20:20:35','2026-04-01 22:20:35'),
(33183,11130,'action complete via WP Cron','2026-04-01 20:20:35','2026-04-01 22:20:35'),
(33184,11124,'action started via WP Cron','2026-04-01 21:25:00','2026-04-01 23:25:00'),
(33185,11132,'action created','2026-04-01 21:25:00','2026-04-01 23:25:00'),
(33186,11124,'action complete via WP Cron','2026-04-01 21:25:00','2026-04-01 23:25:00'),
(33187,11132,'action started via WP Cron','2026-04-01 22:32:26','2026-04-02 00:32:26'),
(33188,11133,'action created','2026-04-01 22:32:26','2026-04-02 00:32:26'),
(33189,11132,'action complete via WP Cron','2026-04-01 22:32:26','2026-04-02 00:32:26'),
(33190,11133,'action started via WP Cron','2026-04-01 23:38:03','2026-04-02 01:38:03'),
(33191,11134,'action created','2026-04-01 23:38:03','2026-04-02 01:38:03'),
(33192,11133,'action complete via WP Cron','2026-04-01 23:38:03','2026-04-02 01:38:03'),
(33193,11115,'action started via WP Cron','2026-04-02 00:31:02','2026-04-02 02:31:02'),
(33194,11115,'action complete via WP Cron','2026-04-02 00:31:02','2026-04-02 02:31:02'),
(33195,11135,'action created','2026-04-02 00:31:02','2026-04-02 02:31:02'),
(33196,11134,'action started via WP Cron','2026-04-02 00:43:46','2026-04-02 02:43:46'),
(33197,11136,'action created','2026-04-02 00:43:46','2026-04-02 02:43:46'),
(33198,11134,'action complete via WP Cron','2026-04-02 00:43:46','2026-04-02 02:43:46'),
(33199,11136,'action started via WP Cron','2026-04-02 01:46:07','2026-04-02 03:46:07'),
(33200,11137,'action created','2026-04-02 01:46:07','2026-04-02 03:46:07'),
(33201,11136,'action complete via WP Cron','2026-04-02 01:46:07','2026-04-02 03:46:07'),
(33202,11137,'action started via WP Cron','2026-04-02 03:13:50','2026-04-02 05:13:50'),
(33203,11138,'action created','2026-04-02 03:13:50','2026-04-02 05:13:50'),
(33204,11137,'action complete via WP Cron','2026-04-02 03:13:50','2026-04-02 05:13:50'),
(33205,11129,'action started via WP Cron','2026-04-02 04:01:28','2026-04-02 06:01:28'),
(33206,11129,'action complete via WP Cron','2026-04-02 04:01:28','2026-04-02 06:01:28'),
(33207,11139,'action created','2026-04-02 04:01:28','2026-04-02 06:01:28'),
(33208,11138,'action started via WP Cron','2026-04-02 04:16:31','2026-04-02 06:16:31'),
(33209,11140,'action created','2026-04-02 04:16:31','2026-04-02 06:16:31'),
(33210,11138,'action complete via WP Cron','2026-04-02 04:16:31','2026-04-02 06:16:31'),
(33211,11105,'action started via WP Cron','2026-04-02 05:01:02','2026-04-02 07:01:02'),
(33212,11105,'action complete via WP Cron','2026-04-02 05:01:02','2026-04-02 07:01:02'),
(33213,11141,'action created','2026-04-02 05:01:02','2026-04-02 07:01:02'),
(33214,11106,'action started via WP Cron','2026-04-02 05:01:02','2026-04-02 07:01:02'),
(33215,11106,'action complete via WP Cron','2026-04-02 05:01:02','2026-04-02 07:01:02'),
(33216,11142,'action created','2026-04-02 05:01:02','2026-04-02 07:01:02'),
(33217,11107,'action started via WP Cron','2026-04-02 05:01:02','2026-04-02 07:01:02'),
(33218,11107,'action complete via WP Cron','2026-04-02 05:01:02','2026-04-02 07:01:02'),
(33219,11143,'action created','2026-04-02 05:01:02','2026-04-02 07:01:02'),
(33220,11140,'action started via WP Cron','2026-04-02 05:21:50','2026-04-02 07:21:50'),
(33221,11144,'action created','2026-04-02 05:21:50','2026-04-02 07:21:50'),
(33222,11140,'action complete via WP Cron','2026-04-02 05:21:50','2026-04-02 07:21:50'),
(33223,11144,'action started via WP Cron','2026-04-02 06:26:15','2026-04-02 08:26:15'),
(33224,11145,'action created','2026-04-02 06:26:15','2026-04-02 08:26:15'),
(33225,11144,'action complete via WP Cron','2026-04-02 06:26:15','2026-04-02 08:26:15'),
(33226,11145,'action started via WP Cron','2026-04-02 07:31:00','2026-04-02 09:31:00'),
(33227,11146,'action created','2026-04-02 07:31:00','2026-04-02 09:31:00'),
(33228,11145,'action complete via WP Cron','2026-04-02 07:31:00','2026-04-02 09:31:00'),
(33229,11146,'action started via WP Cron','2026-04-02 08:46:42','2026-04-02 10:46:42'),
(33230,11147,'action created','2026-04-02 08:46:42','2026-04-02 10:46:42'),
(33231,11146,'action complete via WP Cron','2026-04-02 08:46:42','2026-04-02 10:46:42'),
(33232,11148,'action created','2026-04-02 09:45:50','2026-04-02 11:45:50'),
(33233,11149,'action created','2026-04-02 09:46:22','2026-04-02 11:46:22'),
(33234,11148,'action started via WP Cron','2026-04-02 09:46:32','2026-04-02 11:46:32'),
(33235,11148,'action complete via WP Cron','2026-04-02 09:46:32','2026-04-02 11:46:32'),
(33236,11149,'action started via WP Cron','2026-04-02 09:46:32','2026-04-02 11:46:32'),
(33237,11149,'action complete via WP Cron','2026-04-02 09:46:32','2026-04-02 11:46:32'),
(33238,11147,'action started via WP Cron','2026-04-02 09:47:33','2026-04-02 11:47:33'),
(33239,11150,'action created','2026-04-02 09:47:33','2026-04-02 11:47:33'),
(33240,11147,'action complete via WP Cron','2026-04-02 09:47:33','2026-04-02 11:47:33'),
(33241,11150,'action started via WP Cron','2026-04-02 11:14:18','2026-04-02 13:14:18'),
(33242,11151,'action created','2026-04-02 11:14:18','2026-04-02 13:14:18'),
(33243,11150,'action complete via WP Cron','2026-04-02 11:14:18','2026-04-02 13:14:18'),
(33244,11151,'action started via WP Cron','2026-04-02 12:23:18','2026-04-02 14:23:18'),
(33245,11152,'action created','2026-04-02 12:23:18','2026-04-02 14:23:18'),
(33246,11151,'action complete via WP Cron','2026-04-02 12:23:18','2026-04-02 14:23:18'),
(33247,11135,'action started via WP Cron','2026-04-02 12:47:02','2026-04-02 14:47:02'),
(33248,11135,'action complete via WP Cron','2026-04-02 12:47:02','2026-04-02 14:47:02'),
(33249,11153,'action created','2026-04-02 12:47:02','2026-04-02 14:47:02'),
(33250,11152,'action started via WP Cron','2026-04-02 13:36:52','2026-04-02 15:36:52'),
(33251,11154,'action created','2026-04-02 13:36:52','2026-04-02 15:36:52'),
(33252,11152,'action complete via WP Cron','2026-04-02 13:36:52','2026-04-02 15:36:52'),
(33253,11154,'action started via WP Cron','2026-04-02 14:39:21','2026-04-02 16:39:21'),
(33254,11155,'action created','2026-04-02 14:39:21','2026-04-02 16:39:21'),
(33255,11154,'action complete via WP Cron','2026-04-02 14:39:21','2026-04-02 16:39:21'),
(33256,11118,'action started via WP Cron','2026-04-02 15:08:07','2026-04-02 17:08:07'),
(33257,11118,'action complete via WP Cron','2026-04-02 15:08:07','2026-04-02 17:08:07'),
(33258,11156,'action created','2026-04-02 15:08:07','2026-04-02 17:08:07'),
(33259,11155,'action started via WP Cron','2026-04-02 16:03:33','2026-04-02 18:03:33'),
(33260,11157,'action created','2026-04-02 16:03:33','2026-04-02 18:03:33'),
(33261,11155,'action complete via WP Cron','2026-04-02 16:03:33','2026-04-02 18:03:33'),
(33262,11139,'action started via WP Cron','2026-04-02 16:03:33','2026-04-02 18:03:33'),
(33263,11139,'action complete via WP Cron','2026-04-02 16:03:33','2026-04-02 18:03:33'),
(33265,11157,'action started via WP Cron','2026-04-02 17:15:25','2026-04-02 19:15:25'),
(33266,11159,'action created','2026-04-02 17:15:25','2026-04-02 19:15:25'),
(33267,11157,'action complete via WP Cron','2026-04-02 17:15:25','2026-04-02 19:15:25'),
(33268,11159,'action started via WP Cron','2026-04-02 18:22:28','2026-04-02 20:22:28'),
(33269,11160,'action created','2026-04-02 18:22:28','2026-04-02 20:22:28'),
(33270,11159,'action complete via WP Cron','2026-04-02 18:22:28','2026-04-02 20:22:28'),
(33271,11160,'action started via WP Cron','2026-04-02 19:35:54','2026-04-02 21:35:54'),
(33272,11161,'action created','2026-04-02 19:35:54','2026-04-02 21:35:54'),
(33273,11160,'action complete via WP Cron','2026-04-02 19:35:54','2026-04-02 21:35:54'),
(33274,11125,'action started via WP Cron','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33275,11125,'action complete via WP Cron','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33276,11162,'action created','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33277,11126,'action started via WP Cron','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33278,11126,'action complete via WP Cron','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33279,11163,'action created','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33280,11127,'action started via WP Cron','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33281,11127,'action complete via WP Cron','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33282,11164,'action created','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33283,11128,'action started via WP Cron','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33284,11165,'action created','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33285,11128,'action complete via WP Cron','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33286,11131,'action started via WP Cron','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33288,11166,'action created','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33289,11167,'action created','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33290,11131,'action complete via WP Cron','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33291,11168,'action created','2026-04-02 20:13:48','2026-04-02 22:13:48'),
(33292,11167,'action started via WP Cron','2026-04-02 20:24:13','2026-04-02 22:24:13'),
(33293,11167,'action complete via WP Cron','2026-04-02 20:24:13','2026-04-02 22:24:13'),
(33294,11161,'action started via WP Cron','2026-04-02 20:47:17','2026-04-02 22:47:17'),
(33295,11169,'action created','2026-04-02 20:47:17','2026-04-02 22:47:17'),
(33296,11161,'action complete via WP Cron','2026-04-02 20:47:17','2026-04-02 22:47:17'),
(33297,11169,'action started via WP Cron','2026-04-02 21:49:01','2026-04-02 23:49:01'),
(33298,11170,'action created','2026-04-02 21:49:01','2026-04-02 23:49:01'),
(33299,11169,'action complete via WP Cron','2026-04-02 21:49:01','2026-04-02 23:49:01'),
(33300,11170,'action started via WP Cron','2026-04-02 22:50:19','2026-04-03 00:50:19'),
(33301,11171,'action created','2026-04-02 22:50:19','2026-04-03 00:50:19'),
(33302,11170,'action complete via WP Cron','2026-04-02 22:50:19','2026-04-03 00:50:19'),
(33303,11171,'action started via WP Cron','2026-04-02 23:54:30','2026-04-03 01:54:30'),
(33304,11172,'action created','2026-04-02 23:54:30','2026-04-03 01:54:30'),
(33305,11171,'action complete via WP Cron','2026-04-02 23:54:30','2026-04-03 01:54:30'),
(33306,11153,'action started via WP Cron','2026-04-03 00:49:05','2026-04-03 02:49:05'),
(33307,11153,'action complete via WP Cron','2026-04-03 00:49:05','2026-04-03 02:49:05'),
(33308,11173,'action created','2026-04-03 00:49:05','2026-04-03 02:49:05'),
(33309,11172,'action started via WP Cron','2026-04-03 01:10:21','2026-04-03 03:10:21'),
(33310,11174,'action created','2026-04-03 01:10:21','2026-04-03 03:10:21'),
(33311,11172,'action complete via WP Cron','2026-04-03 01:10:21','2026-04-03 03:10:21'),
(33312,11174,'action started via WP Cron','2026-04-03 02:36:54','2026-04-03 04:36:54'),
(33313,11175,'action created','2026-04-03 02:36:54','2026-04-03 04:36:54'),
(33314,11174,'action complete via WP Cron','2026-04-03 02:36:54','2026-04-03 04:36:54'),
(33315,11175,'action started via WP Cron','2026-04-03 03:57:45','2026-04-03 05:57:45'),
(33316,11176,'action created','2026-04-03 03:57:45','2026-04-03 05:57:45'),
(33317,11175,'action complete via WP Cron','2026-04-03 03:57:45','2026-04-03 05:57:45'),
(33318,11166,'action started via WP Cron','2026-04-03 04:18:13','2026-04-03 06:18:13'),
(33319,11166,'action complete via WP Cron','2026-04-03 04:18:13','2026-04-03 06:18:13'),
(33320,11177,'action created','2026-04-03 04:18:13','2026-04-03 06:18:13'),
(33321,11176,'action started via WP Cron','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33322,11178,'action created','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33323,11176,'action complete via WP Cron','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33324,11141,'action started via WP Cron','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33325,11141,'action complete via WP Cron','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33326,11179,'action created','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33327,11142,'action started via WP Cron','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33328,11142,'action complete via WP Cron','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33329,11180,'action created','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33330,11143,'action started via WP Cron','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33331,11143,'action complete via WP Cron','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33332,11181,'action created','2026-04-03 05:15:13','2026-04-03 07:15:13'),
(33333,11178,'action started via WP Cron','2026-04-03 06:16:02','2026-04-03 08:16:02'),
(33334,11182,'action created','2026-04-03 06:16:02','2026-04-03 08:16:02'),
(33335,11178,'action complete via WP Cron','2026-04-03 06:16:02','2026-04-03 08:16:02'),
(33336,11182,'action started via Async Request','2026-04-03 07:17:04','2026-04-03 09:17:04'),
(33337,11183,'action created','2026-04-03 07:17:04','2026-04-03 09:17:04'),
(33338,11182,'action complete via Async Request','2026-04-03 07:17:04','2026-04-03 09:17:04'),
(33339,11183,'action started via WP Cron','2026-04-03 08:27:05','2026-04-03 10:27:05'),
(33340,11184,'action created','2026-04-03 08:27:05','2026-04-03 10:27:05'),
(33341,11183,'action complete via WP Cron','2026-04-03 08:27:05','2026-04-03 10:27:05'),
(33342,11184,'action started via WP Cron','2026-04-03 09:44:28','2026-04-03 11:44:28'),
(33343,11185,'action created','2026-04-03 09:44:28','2026-04-03 11:44:28'),
(33344,11184,'action complete via WP Cron','2026-04-03 09:44:28','2026-04-03 11:44:28'),
(33345,11185,'action started via WP Cron','2026-04-03 11:01:16','2026-04-03 13:01:16'),
(33346,11186,'action created','2026-04-03 11:01:16','2026-04-03 13:01:16'),
(33347,11185,'action complete via WP Cron','2026-04-03 11:01:16','2026-04-03 13:01:16'),
(33348,11186,'action started via WP Cron','2026-04-03 12:08:59','2026-04-03 14:08:59'),
(33349,11187,'action created','2026-04-03 12:08:59','2026-04-03 14:08:59'),
(33350,11186,'action complete via WP Cron','2026-04-03 12:08:59','2026-04-03 14:08:59'),
(33351,11173,'action started via WP Cron','2026-04-03 12:55:45','2026-04-03 14:55:45'),
(33352,11173,'action complete via WP Cron','2026-04-03 12:55:45','2026-04-03 14:55:45'),
(33353,11188,'action created','2026-04-03 12:55:45','2026-04-03 14:55:45'),
(33354,11187,'action started via WP Cron','2026-04-03 13:32:01','2026-04-03 15:32:01'),
(33355,11189,'action created','2026-04-03 13:32:01','2026-04-03 15:32:01'),
(33356,11187,'action complete via WP Cron','2026-04-03 13:32:01','2026-04-03 15:32:01'),
(33357,11189,'action started via WP Cron','2026-04-03 14:37:59','2026-04-03 16:37:59'),
(33358,11190,'action created','2026-04-03 14:37:59','2026-04-03 16:37:59'),
(33359,11189,'action complete via WP Cron','2026-04-03 14:37:59','2026-04-03 16:37:59'),
(33360,11156,'action started via WP Cron','2026-04-03 15:15:28','2026-04-03 17:15:28'),
(33361,11156,'action complete via WP Cron','2026-04-03 15:15:28','2026-04-03 17:15:28'),
(33362,11191,'action created','2026-04-03 15:15:28','2026-04-03 17:15:28'),
(33363,11190,'action started via WP Cron','2026-04-03 15:42:25','2026-04-03 17:42:25'),
(33364,11192,'action created','2026-04-03 15:42:25','2026-04-03 17:42:25'),
(33365,11190,'action complete via WP Cron','2026-04-03 15:42:25','2026-04-03 17:42:25'),
(33366,11177,'action started via WP Cron','2026-04-03 16:19:07','2026-04-03 18:19:07'),
(33367,11177,'action complete via WP Cron','2026-04-03 16:19:07','2026-04-03 18:19:07'),
(33369,11192,'action started via WP Cron','2026-04-03 16:53:55','2026-04-03 18:53:55'),
(33370,11194,'action created','2026-04-03 16:53:55','2026-04-03 18:53:55'),
(33371,11192,'action complete via WP Cron','2026-04-03 16:53:55','2026-04-03 18:53:55'),
(33372,11194,'action started via WP Cron','2026-04-03 17:56:42','2026-04-03 19:56:42'),
(33373,11195,'action created','2026-04-03 17:56:42','2026-04-03 19:56:42'),
(33374,11194,'action complete via WP Cron','2026-04-03 17:56:42','2026-04-03 19:56:42'),
(33375,11195,'action started via WP Cron','2026-04-03 19:02:52','2026-04-03 21:02:52'),
(33376,11196,'action created','2026-04-03 19:02:52','2026-04-03 21:02:52'),
(33377,11195,'action complete via WP Cron','2026-04-03 19:02:52','2026-04-03 21:02:52'),
(33378,11196,'action started via WP Cron','2026-04-03 20:34:06','2026-04-03 22:34:06'),
(33379,11197,'action created','2026-04-03 20:34:06','2026-04-03 22:34:06'),
(33380,11196,'action complete via WP Cron','2026-04-03 20:34:07','2026-04-03 22:34:07'),
(33381,11162,'action started via WP Cron','2026-04-03 20:34:07','2026-04-03 22:34:07'),
(33382,11162,'action complete via WP Cron','2026-04-03 20:34:07','2026-04-03 22:34:07'),
(33383,11198,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'),
(33384,11163,'action started via WP Cron','2026-04-03 20:34:07','2026-04-03 22:34:07'),
(33385,11163,'action complete via WP Cron','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'),
(33387,11164,'action started via WP Cron','2026-04-03 20:34:07','2026-04-03 22:34:07'),
(33388,11164,'action complete via WP Cron','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'),
(33390,11165,'action started via WP Cron','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'),
(33392,11165,'action complete via WP Cron','2026-04-03 20:34:07','2026-04-03 22:34:07'),
(33393,11168,'action started via WP Cron','2026-04-03 20:34:07','2026-04-03 22:34:07'),
(33395,11202,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'),
(33396,11203,'action created','2026-04-03 20:34:07','2026-04-03 22:34:07'),
(33397,11168,'action complete via WP Cron','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'),
(33399,11203,'action started via WP Cron','2026-04-03 20:34:58','2026-04-03 22:34:58'),
(33400,11203,'action complete via WP Cron','2026-04-03 20:34:58','2026-04-03 22:34:58'),
(33401,11197,'action started via WP Cron','2026-04-03 21:36:54','2026-04-03 23:36:54'),
(33402,11205,'action created','2026-04-03 21:36:54','2026-04-03 23:36:54'),
(33403,11197,'action complete via WP Cron','2026-04-03 21:36:55','2026-04-03 23:36:55'),
(33404,11206,'action created','2026-04-03 21:36:58','2026-04-03 23:36:58'),
(33405,11207,'action created','2026-04-03 21:37:31','2026-04-03 23:37:31'),
(33406,11206,'action started via WP Cron','2026-04-03 21:37:35','2026-04-03 23:37:35'),
(33407,11206,'action complete via WP Cron','2026-04-03 21:37:35','2026-04-03 23:37:35'),
(33408,11207,'action started via WP Cron','2026-04-03 21:37:35','2026-04-03 23:37:35'),
(33409,11207,'action complete via WP Cron','2026-04-03 21:37:35','2026-04-03 23:37:35'),
(33410,11205,'action started via WP Cron','2026-04-03 22:46:20','2026-04-04 00:46:20'),
(33411,11208,'action created','2026-04-03 22:46:20','2026-04-04 00:46:20'),
(33412,11205,'action complete via WP Cron','2026-04-03 22:46:20','2026-04-04 00:46:20'),
(33413,11208,'action started via WP Cron','2026-04-04 00:01:09','2026-04-04 02:01:09'),
(33414,11209,'action created','2026-04-04 00:01:09','2026-04-04 02:01:09'),
(33415,11208,'action complete via WP Cron','2026-04-04 00:01:09','2026-04-04 02:01:09'),
(33416,11188,'action started via WP Cron','2026-04-04 01:03:42','2026-04-04 03:03:42'),
(33417,11188,'action complete via WP Cron','2026-04-04 01:03:42','2026-04-04 03:03:42'),
(33418,11210,'action created','2026-04-04 01:03:42','2026-04-04 03:03:42'),
(33419,11209,'action started via WP Cron','2026-04-04 01:03:42','2026-04-04 03:03:42'),
(33420,11211,'action created','2026-04-04 01:03:42','2026-04-04 03:03:42'),
(33421,11209,'action complete via WP Cron','2026-04-04 01:03:42','2026-04-04 03:03:42'),
(33422,11211,'action started via WP Cron','2026-04-04 02:21:59','2026-04-04 04:21:59'),
(33423,11212,'action created','2026-04-04 02:21:59','2026-04-04 04:21:59'),
(33424,11211,'action complete via WP Cron','2026-04-04 02:21:59','2026-04-04 04:21:59'),
(33425,11212,'action started via WP Cron','2026-04-04 03:25:12','2026-04-04 05:25:12'),
(33426,11213,'action created','2026-04-04 03:25:12','2026-04-04 05:25:12'),
(33427,11212,'action complete via WP Cron','2026-04-04 03:25:12','2026-04-04 05:25:12'),
(33428,11202,'action started via WP Cron','2026-04-04 04:01:57','2026-04-04 06:01:57'),
(33429,11202,'action complete via WP Cron','2026-04-04 04:01:57','2026-04-04 06:01:57'),
(33430,11214,'action created','2026-04-04 04:01:57','2026-04-04 06:01:57'),
(33431,11213,'action started via WP Cron','2026-04-04 04:56:20','2026-04-04 06:56:20'),
(33432,11215,'action created','2026-04-04 04:56:20','2026-04-04 06:56:20'),
(33433,11213,'action complete via WP Cron','2026-04-04 04:56:20','2026-04-04 06:56:20'),
(33434,11216,'action created','2026-04-04 05:13:48','2026-04-04 07:13:48'),
(33435,11216,'action started via Async Request','2026-04-04 05:14:19','2026-04-04 07:14:19'),
(33436,11216,'action complete via Async Request','2026-04-04 05:14:19','2026-04-04 07:14:19'),
(33437,11179,'action started via WP Cron','2026-04-04 05:17:34','2026-04-04 07:17:34'),
(33438,11179,'action complete via WP Cron','2026-04-04 05:17:34','2026-04-04 07:17:34'),
(33439,11217,'action created','2026-04-04 05:17:34','2026-04-04 07:17:34'),
(33440,11180,'action started via WP Cron','2026-04-04 05:17:34','2026-04-04 07:17:34'),
(33441,11180,'action complete via WP Cron','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'),
(33443,11181,'action started via WP Cron','2026-04-04 05:17:34','2026-04-04 07:17:34'),
(33444,11181,'action complete via WP Cron','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'),
(33446,11215,'action started via WP Cron','2026-04-04 05:58:06','2026-04-04 07:58:06'),
(33447,11220,'action created','2026-04-04 05:58:06','2026-04-04 07:58:06'),
(33448,11215,'action complete via WP Cron','2026-04-04 05:58:06','2026-04-04 07:58:06'),
(33449,11220,'action started via WP Cron','2026-04-04 07:10:57','2026-04-04 09:10:57'),
(33450,11221,'action created','2026-04-04 07:10:57','2026-04-04 09:10:57'),
(33451,11220,'action complete via WP Cron','2026-04-04 07:10:57','2026-04-04 09:10:57'),
(33452,11221,'action started via WP Cron','2026-04-04 08:46:27','2026-04-04 10:46:27'),
(33453,11222,'action created','2026-04-04 08:46:27','2026-04-04 10:46:27'),
(33454,11221,'action complete via WP Cron','2026-04-04 08:46:27','2026-04-04 10:46:27'),
(33455,11222,'action started via WP Cron','2026-04-04 09:59:14','2026-04-04 11:59:14'),
(33456,11223,'action created','2026-04-04 09:59:14','2026-04-04 11:59:14'),
(33457,11222,'action complete via WP Cron','2026-04-04 09:59:14','2026-04-04 11:59:14'),
(33458,11223,'action started via WP Cron','2026-04-04 11:16:41','2026-04-04 13:16:41'),
(33459,11224,'action created','2026-04-04 11:16:41','2026-04-04 13:16:41'),
(33460,11223,'action complete via WP Cron','2026-04-04 11:16:41','2026-04-04 13:16:41'),
(33461,11224,'action started via WP Cron','2026-04-04 12:40:20','2026-04-04 14:40:20'),
(33462,11225,'action created','2026-04-04 12:40:20','2026-04-04 14:40:20'),
(33463,11224,'action complete via WP Cron','2026-04-04 12:40:20','2026-04-04 14:40:20'),
(33464,11210,'action started via WP Cron','2026-04-04 13:07:21','2026-04-04 15:07:21'),
(33465,11210,'action complete via WP Cron','2026-04-04 13:07:21','2026-04-04 15:07:21'),
(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'),
(35523,11918,'action created','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');
/*!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=33 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');
/*!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=164 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 <a href=\"https://fr.gravatar.com/\">Gravatar</a>.',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: &quot;zzzzzz&quot;.',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&rarr;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&rarr;0), Piasu Ring - 54 (2&rarr;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&rarr;3), Piasu Necklace (1&rarr;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&rarr;-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&rarr;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&rarr;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&rarr;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&rarr;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&rarr;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&rarr;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&rarr;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);
/*!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=34459 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:1777040232;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:1777040246;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:1777041514;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:1777043439;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:1777043556;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:1777043557;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:1777043567;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:1777061450;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:1777061453;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:1777065039;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:1777066839;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:1777068639;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:1777079832;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:1777097326;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:1777122755;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:1777122756;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:1777234305;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:1777320639;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 &amp; 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:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:159:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Articles récents</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:233:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Commentaires récents</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:151:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Catégories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}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<ul>\n <li>Belgium and France: free shipping.</li>\n <li>Worldwide: free shipping on orders above 150€.</li>\n</ul>\nFor return inquiries, please <a href=\"https://haiku.gcch.fr/contact/\">contact us</a> 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 <a href=\"https://haiku.gcch.fr/contact/\">contact us</a> 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','506','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.6.1','auto'),
(354,'woocommerce_db_version','10.6.1','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','69eb6e449aed78.48967792|1777036928','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:1777036358;}','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:\"<img src=\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAt1BMVEWSmb66z+18msdig8La3u+tYX9IaLc7W7BagbmcUW+kqMr/q6n+//+hsNv/lIr/jIGMnNLJyOP9/fyQttT/wb3/////aWn+YWF5kNT0oqz0i4ueqtIZNJjhvt/8gn//WVr/6+rN1+o9RKZwgcMPJpX/VFT9UEn+RUX8Ozv2Ly+FGzdYZrfU1e/8LS/lQkG/mbVUX60AE231hHtcdMb0mp3qYFTFwNu3w9prcqSURGNDaaIUMX5FNW5wYt7AAAAAjklEQVR4AR3HNUJEMQCGwf+L8RR36ajR+1+CEuvRdd8kK9MNAiRQNgJmVDAt1yM6kSzYVJUsPNssAk5N7ZFKjVNFAY4co6TAOI+kyQm+LFUEBEKKzuWUNB7rSH/rSnvOulOGk+QlXTBqMIrfYX4tSe2nP3iRa/KNK7uTmWJ5a9+erZ3d+18od4ytiZdvZyuKWy8o3UpTVAAAAABJRU5ErkJggg==\" alt=\"English\" width=\"16\" height=\"11\" style=\"width: 16px; height: 11px;\" />\";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<tb?Mcf?k&8J)2J$o:>)-EMc@BG;IG#6FB*f!A=pxe@1kq:jG','off'),
(1866,'secure_auth_salt','0zE{&JkB]rz&F(6g<oo5NOL;Bi^0x;_a_6Xs0ncGz:cna^#+ va|*jZO/QE)_^3|','off'),
(1867,'logged_in_key','>C,sYm42s?Y~I(@wIuB%<M*DNk$SGi|m7.C>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.a0Aa7MYios8f5gUOxdaecR5R-8T3rSbLucaIz-E5airnwCirQdIzCMO2X7EaeM76bwwm9L8H7zHsviBW6Rz3NKkCYjTXaDnw52skqOpSJN235dw4mF3ad0DYWa5lJjBt2g5AAKRtWJmQ5oaaPNAMjIfl1Se4bAsVK6cOmiejBvgCmR_kI57ksBlD-iuF24RRASh9Uw4kHJaQaCgYKAasSARASFQHGX2MiE4hjReWVDgvrbFG12KDAUA0209\";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:1775551343;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:1776993352;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','203','on'),
(13522,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:50;i:9;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;}','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'),
(34427,'woocommerce_attribute_lookup_enabled','yes','auto'),
(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');
/*!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=18365 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:40136;s:5:\"sizes\";a:2:{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:4705;}s:21:\"woocommerce_thumbnail\";a:6:{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:4705;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:{}}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:316713;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:19362;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','yes'),
(1199,102,'_backorders','notify'),
(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','110'),
(1206,102,'_stock','1'),
(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'),
(1216,103,'_variation_description',''),
(1217,103,'_regular_price','85'),
(1218,103,'total_sales','0'),
(1219,103,'_tax_status','taxable'),
(1220,103,'_tax_class','parent'),
(1221,103,'_manage_stock','no'),
(1222,103,'_backorders','no'),
(1223,103,'_sold_individually','no'),
(1224,103,'_virtual','no'),
(1225,103,'_downloadable','no'),
(1226,103,'_download_limit','-1'),
(1227,103,'_download_expiry','-1'),
(1228,103,'_thumbnail_id','0'),
(1229,103,'_stock',NULL),
(1230,103,'_stock_status','instock'),
(1231,103,'_wc_average_rating','0'),
(1232,103,'_wc_review_count','0'),
(1233,103,'attribute_pa_size','50'),
(1234,103,'_price','85'),
(1235,103,'_product_version','9.3.3'),
(1236,104,'_variation_description',''),
(1237,104,'_regular_price','85'),
(1238,104,'total_sales','0'),
(1239,104,'_tax_status','taxable'),
(1240,104,'_tax_class','parent'),
(1241,104,'_manage_stock','no'),
(1242,104,'_backorders','no'),
(1243,104,'_sold_individually','no'),
(1244,104,'_virtual','no'),
(1245,104,'_downloadable','no'),
(1246,104,'_download_limit','-1'),
(1247,104,'_download_expiry','-1'),
(1248,104,'_thumbnail_id','0'),
(1249,104,'_stock',NULL),
(1250,104,'_stock_status','instock'),
(1251,104,'_wc_average_rating','0'),
(1252,104,'_wc_review_count','0'),
(1253,104,'attribute_pa_size','52'),
(1254,104,'_price','85'),
(1255,104,'_product_version','9.3.3'),
(1256,105,'_variation_description',''),
(1257,105,'_regular_price','85'),
(1258,105,'total_sales','0'),
(1259,105,'_tax_status','taxable'),
(1260,105,'_tax_class','parent'),
(1261,105,'_manage_stock','no'),
(1262,105,'_backorders','no'),
(1263,105,'_sold_individually','no'),
(1264,105,'_virtual','no'),
(1265,105,'_downloadable','no'),
(1266,105,'_download_limit','-1'),
(1267,105,'_download_expiry','-1'),
(1268,105,'_thumbnail_id','0'),
(1269,105,'_stock',NULL),
(1270,105,'_stock_status','instock'),
(1271,105,'_wc_average_rating','0'),
(1272,105,'_wc_review_count','0'),
(1273,105,'attribute_pa_size','54'),
(1274,105,'_price','85'),
(1275,105,'_product_version','9.3.3'),
(1276,106,'_variation_description',''),
(1277,106,'_regular_price','85'),
(1278,106,'total_sales','0'),
(1279,106,'_tax_status','taxable'),
(1280,106,'_tax_class','parent'),
(1281,106,'_manage_stock','no'),
(1282,106,'_backorders','no'),
(1283,106,'_sold_individually','no'),
(1284,106,'_virtual','no'),
(1285,106,'_downloadable','no'),
(1286,106,'_download_limit','-1'),
(1287,106,'_download_expiry','-1'),
(1288,106,'_thumbnail_id','0'),
(1289,106,'_stock',NULL),
(1290,106,'_stock_status','instock'),
(1291,106,'_wc_average_rating','0'),
(1292,106,'_wc_review_count','0'),
(1293,106,'attribute_pa_size','56'),
(1294,106,'_price','85'),
(1295,106,'_product_version','9.3.3'),
(1296,107,'_variation_description',''),
(1297,107,'_regular_price','85'),
(1298,107,'total_sales','0'),
(1299,107,'_tax_status','taxable'),
(1300,107,'_tax_class','parent'),
(1301,107,'_manage_stock','no'),
(1302,107,'_backorders','no'),
(1303,107,'_sold_individually','no'),
(1304,107,'_virtual','no'),
(1305,107,'_downloadable','no'),
(1306,107,'_download_limit','-1'),
(1307,107,'_download_expiry','-1'),
(1308,107,'_thumbnail_id','0'),
(1309,107,'_stock',NULL),
(1310,107,'_stock_status','instock'),
(1311,107,'_wc_average_rating','0'),
(1312,107,'_wc_review_count','0'),
(1313,107,'attribute_pa_size','58'),
(1314,107,'_price','85'),
(1315,107,'_product_version','9.3.3'),
(1316,108,'_variation_description',''),
(1317,108,'_regular_price','85'),
(1318,108,'total_sales','0'),
(1319,108,'_tax_status','taxable'),
(1320,108,'_tax_class','parent'),
(1321,108,'_manage_stock','no'),
(1322,108,'_backorders','no'),
(1323,108,'_sold_individually','no'),
(1324,108,'_virtual','no'),
(1325,108,'_downloadable','no'),
(1326,108,'_download_limit','-1'),
(1327,108,'_download_expiry','-1'),
(1328,108,'_thumbnail_id','0'),
(1329,108,'_stock',NULL),
(1330,108,'_stock_status','instock'),
(1331,108,'_wc_average_rating','0'),
(1332,108,'_wc_review_count','0'),
(1333,108,'attribute_pa_size','60'),
(1334,108,'_price','85'),
(1335,108,'_product_version','9.3.3'),
(1336,109,'_variation_description',''),
(1337,109,'_regular_price','85'),
(1338,109,'total_sales','0'),
(1339,109,'_tax_status','taxable'),
(1340,109,'_tax_class','parent'),
(1341,109,'_manage_stock','no'),
(1342,109,'_backorders','no'),
(1343,109,'_sold_individually','no'),
(1344,109,'_virtual','no'),
(1345,109,'_downloadable','no'),
(1346,109,'_download_limit','-1'),
(1347,109,'_download_expiry','-1'),
(1348,109,'_thumbnail_id','0'),
(1349,109,'_stock',NULL),
(1350,109,'_stock_status','instock'),
(1351,109,'_wc_average_rating','0'),
(1352,109,'_wc_review_count','0'),
(1353,109,'attribute_pa_size','62'),
(1354,109,'_price','85'),
(1355,109,'_product_version','9.3.3'),
(1357,102,'_edit_lock','1774883112: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:39627;s:5:\"sizes\";a:2:{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:4442;}s:21:\"woocommerce_thumbnail\";a:6:{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:4442;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:{}}s:14:\"original_image\";s:16:\"IKKAN-B2-arg.jpg\";}'),
(1360,110,'_wp_attachment_image_alt','Ikkan silver ring with oversized link on top'),
(1361,111,'_wp_attached_file','2024/09/IKKAN-B-arg.jpg'),
(1362,111,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/09/IKKAN-B-arg.jpg\";s:8:\"filesize\";i:90791;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IKKAN-B-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:8034;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"IKKAN-B-arg.jpg\";}'),
(1363,111,'_wp_attachment_image_alt','Ikkan'),
(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:237493;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:13979;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','yes'),
(1387,113,'_backorders','notify'),
(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','0'),
(1395,113,'_stock_status','onbackorder'),
(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.3.4'),
(1404,114,'_variation_description',''),
(1405,114,'_regular_price','90'),
(1406,114,'total_sales','0'),
(1407,114,'_tax_status','taxable'),
(1408,114,'_tax_class','parent'),
(1409,114,'_manage_stock','no'),
(1410,114,'_backorders','no'),
(1411,114,'_sold_individually','no'),
(1412,114,'_virtual','no'),
(1413,114,'_downloadable','no'),
(1414,114,'_download_limit','-1'),
(1415,114,'_download_expiry','-1'),
(1416,114,'_thumbnail_id','0'),
(1417,114,'_stock',NULL),
(1418,114,'_stock_status','onbackorder'),
(1419,114,'_wc_average_rating','0'),
(1420,114,'_wc_review_count','0'),
(1421,114,'attribute_pa_size','50'),
(1422,114,'_price','90'),
(1423,114,'_product_version','9.3.3'),
(1424,115,'_variation_description',''),
(1425,115,'_regular_price','90'),
(1426,115,'total_sales','0'),
(1427,115,'_tax_status','taxable'),
(1428,115,'_tax_class','parent'),
(1429,115,'_manage_stock','no'),
(1430,115,'_backorders','no'),
(1431,115,'_sold_individually','no'),
(1432,115,'_virtual','no'),
(1433,115,'_downloadable','no'),
(1434,115,'_download_limit','-1'),
(1435,115,'_download_expiry','-1'),
(1436,115,'_thumbnail_id','0'),
(1437,115,'_stock',NULL),
(1438,115,'_stock_status','onbackorder'),
(1439,115,'_wc_average_rating','0'),
(1440,115,'_wc_review_count','0'),
(1441,115,'attribute_pa_size','52'),
(1442,115,'_price','90'),
(1443,115,'_product_version','9.3.3'),
(1444,116,'_variation_description',''),
(1445,116,'_regular_price','90'),
(1446,116,'total_sales','0'),
(1447,116,'_tax_status','taxable'),
(1448,116,'_tax_class','parent'),
(1449,116,'_manage_stock','no'),
(1450,116,'_backorders','no'),
(1451,116,'_sold_individually','no'),
(1452,116,'_virtual','no'),
(1453,116,'_downloadable','no'),
(1454,116,'_download_limit','-1'),
(1455,116,'_download_expiry','-1'),
(1456,116,'_thumbnail_id','0'),
(1457,116,'_stock',NULL),
(1458,116,'_stock_status','onbackorder'),
(1459,116,'_wc_average_rating','0'),
(1460,116,'_wc_review_count','0'),
(1461,116,'attribute_pa_size','54'),
(1462,116,'_price','90'),
(1463,116,'_product_version','9.3.3'),
(1464,117,'_variation_description',''),
(1465,117,'_regular_price','90'),
(1466,117,'total_sales','0'),
(1467,117,'_tax_status','taxable'),
(1468,117,'_tax_class','parent'),
(1469,117,'_manage_stock','no'),
(1470,117,'_backorders','no'),
(1471,117,'_sold_individually','no'),
(1472,117,'_virtual','no'),
(1473,117,'_downloadable','no'),
(1474,117,'_download_limit','-1'),
(1475,117,'_download_expiry','-1'),
(1476,117,'_thumbnail_id','0'),
(1477,117,'_stock',NULL),
(1478,117,'_stock_status','onbackorder'),
(1479,117,'_wc_average_rating','0'),
(1480,117,'_wc_review_count','0'),
(1481,117,'attribute_pa_size','56'),
(1482,117,'_price','90'),
(1483,117,'_product_version','9.3.3'),
(1484,118,'_variation_description',''),
(1485,118,'_regular_price','90'),
(1486,118,'total_sales','0'),
(1487,118,'_tax_status','taxable'),
(1488,118,'_tax_class','parent'),
(1489,118,'_manage_stock','no'),
(1490,118,'_backorders','no'),
(1491,118,'_sold_individually','no'),
(1492,118,'_virtual','no'),
(1493,118,'_downloadable','no'),
(1494,118,'_download_limit','-1'),
(1495,118,'_download_expiry','-1'),
(1496,118,'_thumbnail_id','0'),
(1497,118,'_stock',NULL),
(1498,118,'_stock_status','onbackorder'),
(1499,118,'_wc_average_rating','0'),
(1500,118,'_wc_review_count','0'),
(1501,118,'attribute_pa_size','58'),
(1502,118,'_price','90'),
(1503,118,'_product_version','9.3.3'),
(1504,119,'_variation_description',''),
(1505,119,'_regular_price','90'),
(1506,119,'total_sales','0'),
(1507,119,'_tax_status','taxable'),
(1508,119,'_tax_class','parent'),
(1509,119,'_manage_stock','no'),
(1510,119,'_backorders','no'),
(1511,119,'_sold_individually','no'),
(1512,119,'_virtual','no'),
(1513,119,'_downloadable','no'),
(1514,119,'_download_limit','-1'),
(1515,119,'_download_expiry','-1'),
(1516,119,'_thumbnail_id','0'),
(1517,119,'_stock',NULL),
(1518,119,'_stock_status','onbackorder'),
(1519,119,'_wc_average_rating','0'),
(1520,119,'_wc_review_count','0'),
(1521,119,'attribute_pa_size','60'),
(1522,119,'_price','90'),
(1523,119,'_product_version','9.3.3'),
(1524,120,'_variation_description',''),
(1525,120,'_regular_price','90'),
(1526,120,'total_sales','0'),
(1527,120,'_tax_status','taxable'),
(1528,120,'_tax_class','parent'),
(1529,120,'_manage_stock','no'),
(1530,120,'_backorders','no'),
(1531,120,'_sold_individually','no'),
(1532,120,'_virtual','no'),
(1533,120,'_downloadable','no'),
(1534,120,'_download_limit','-1'),
(1535,120,'_download_expiry','-1'),
(1536,120,'_thumbnail_id','0'),
(1537,120,'_stock',NULL),
(1538,120,'_stock_status','onbackorder'),
(1539,120,'_wc_average_rating','0'),
(1540,120,'_wc_review_count','0'),
(1541,120,'attribute_pa_size','62'),
(1542,120,'_price','90'),
(1543,120,'_product_version','9.3.3'),
(1545,113,'_edit_lock','1765648069: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:575848;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:15605;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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'),
(1724,132,'_wp_attached_file','2024/09/DSC9928.jpg'),
(1725,132,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/09/DSC9928.jpg\";s:8:\"filesize\";i:329984;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9928-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13925;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"DSC9928.jpg\";}'),
(1726,132,'_wp_attachment_image_alt','Piasu wide ring in sterling silver with three small rings on top, one in 18k gold'),
(1902,142,'_wp_attached_file','2024/09/DSC9269.jpg'),
(1903,142,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/09/DSC9269.jpg\";s:8:\"filesize\";i:230822;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9269-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13771;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"DSC9269.jpg\";}'),
(1904,142,'_wp_attachment_image_alt','Kara ring composed of two sterling silver bands linked by a 18k gold thin curb chain'),
(1905,143,'_wp_attached_file','2024/09/DSC9148.jpg'),
(1906,143,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/09/DSC9148.jpg\";s:8:\"filesize\";i:216029;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9148-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13743;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"DSC9148.jpg\";}'),
(1907,143,'_wp_attachment_image_alt','Kara ring composed of two sterling silver bands linked by a 18k gold thin curb chain'),
(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:228219;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:12630;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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'),
(2272,165,'_wp_attached_file','2024/10/HADOU-BOoIKKAN-BKIGEN-BJOKOU-Co.jpg'),
(2273,165,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:43:\"2024/10/HADOU-BOoIKKAN-BKIGEN-BJOKOU-Co.jpg\";s:8:\"filesize\";i:262084;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"HADOU-BOoIKKAN-BKIGEN-BJOKOU-Co-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15436;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:35:\"HADOU-BOoIKKAN-BKIGEN-BJOKOU-Co.jpg\";}'),
(2274,165,'_wp_attachment_image_alt','Kishou signet ring in gold plated silver, with three engrave lines'),
(2282,166,'_wp_attached_file','2024/09/DSC9760.jpg'),
(2283,166,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/09/DSC9760.jpg\";s:8:\"filesize\";i:352950;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9760-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18417;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"DSC9760.jpg\";}'),
(2284,166,'_wp_attachment_image_alt','Kara ring composed of two sterling silver bands linked by a 18k gold thin curb chain'),
(2285,167,'_wp_attached_file','2024/09/DSC9339.jpg'),
(2286,167,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/09/DSC9339.jpg\";s:8:\"filesize\";i:257752;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9339-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13819;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"DSC9339.jpg\";}'),
(2287,167,'_wp_attachment_image_alt','Kara ring composed of two sterling silver bands linked by a 18k gold thin curb chain'),
(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:8:\"pa_stone\";a:6:{s:4:\"name\";s:8:\"pa_stone\";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.3.4'),
(2457,168,'_edit_lock','1765647680:1'),
(2461,177,'_wp_attached_file','2024/10/ROKKU-B-malachite-1.jpg'),
(2462,177,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:31:\"2024/10/ROKKU-B-malachite-1.jpg\";s:8:\"filesize\";i:85733;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ROKKU-B-malachite-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:10523;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:23:\"ROKKU-B-malachite-1.jpg\";}'),
(2463,177,'_wp_attachment_image_alt',''),
(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:51905;s:5:\"sizes\";a:2:{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:5348;}s:21:\"woocommerce_thumbnail\";a:6:{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:5348;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:{}}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:87699;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:10598;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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'),
(2470,180,'_wp_attached_file','2024/10/DSC9710.jpg'),
(2471,180,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9710.jpg\";s:8:\"filesize\";i:421874;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9710-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20847;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"DSC9710.jpg\";}'),
(2472,180,'_wp_attachment_image_alt','Rokku wide silver ring with malachite 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:229655;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:12202;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','1774883102:1'),
(2772,199,'_wp_attached_file','2024/10/BOROBORO-BOaTANEMAKI-BO1a-opti.jpg'),
(2773,199,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:997;s:4:\"file\";s:42:\"2024/10/BOROBORO-BOaTANEMAKI-BO1a-opti.jpg\";s:8:\"filesize\";i:236038;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"BOROBORO-BOaTANEMAKI-BO1a-opti-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19871;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2775,199,'_wp_attachment_image_alt','Boroboro long silver earrings. right side'),
(2790,183,'_edit_last','1'),
(2805,200,'_variation_description',''),
(2806,200,'total_sales','0'),
(2807,200,'_tax_status','taxable'),
(2808,200,'_tax_class','parent'),
(2809,200,'_manage_stock','no'),
(2810,200,'_backorders','no'),
(2811,200,'_sold_individually','no'),
(2812,200,'_virtual','no'),
(2813,200,'_downloadable','no'),
(2814,200,'_download_limit','-1'),
(2815,200,'_download_expiry','-1'),
(2816,200,'_stock',NULL),
(2817,200,'_stock_status','instock'),
(2818,200,'_wc_average_rating','0'),
(2819,200,'_wc_review_count','0'),
(2820,200,'attribute_pa_stone','malachite'),
(2821,200,'_product_version','9.9.3'),
(2822,201,'_variation_description',''),
(2823,201,'total_sales','0'),
(2824,201,'_tax_status','taxable'),
(2825,201,'_tax_class','parent'),
(2826,201,'_manage_stock','no'),
(2827,201,'_backorders','no'),
(2828,201,'_sold_individually','no'),
(2829,201,'_virtual','no'),
(2830,201,'_downloadable','no'),
(2831,201,'_download_limit','-1'),
(2832,201,'_download_expiry','-1'),
(2833,201,'_stock',NULL),
(2834,201,'_stock_status','instock'),
(2835,201,'_wc_average_rating','0'),
(2836,201,'_wc_review_count','0'),
(2837,201,'attribute_pa_stone','tiger-eye'),
(2838,201,'_product_version','9.9.3'),
(2839,200,'_regular_price','100'),
(2841,200,'_price','100'),
(2842,201,'_regular_price','110'),
(2843,201,'_thumbnail_id','178'),
(2844,201,'_price','110'),
(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'),
(2865,202,'_thumbnail_id','1485'),
(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.4.2'),
(2941,202,'_edit_lock','1770815670:1'),
(2942,206,'_wp_attached_file','2024/10/PIASU-BO.jpg'),
(2943,206,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:20:\"2024/10/PIASU-BO.jpg\";s:8:\"filesize\";i:56620;s:5:\"sizes\";a:2:{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:7143;}s:21:\"woocommerce_thumbnail\";a:6:{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:7143;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:{}}s:14:\"original_image\";s:12:\"PIASU-BO.jpg\";}'),
(2944,206,'_wp_attachment_image_alt','Piasu earrings in silver covering ear lobe with three hoops hanging on it'),
(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','1774883092: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'),
(3451,240,'_thumbnail_id','243'),
(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'),
(3474,241,'_thumbnail_id','243'),
(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'),
(3495,242,'_thumbnail_id','243'),
(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','1777034905:1'),
(3505,243,'_wp_attached_file','2024/10/IKKAN-BR-arg.jpg'),
(3506,243,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:24:\"2024/10/IKKAN-BR-arg.jpg\";s:8:\"filesize\";i:51107;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IKKAN-BR-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:6101;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IKKAN-BR-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:6101;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:{}}s:14:\"original_image\";s:16:\"IKKAN-BR-arg.jpg\";}'),
(3507,243,'_wp_attachment_image_alt','Ikkan silver bracelet, half chain half wire'),
(3508,244,'_wp_attached_file','2024/10/IKKAN-BR-s.jpg'),
(3509,244,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2024/10/IKKAN-BR-s.jpg\";s:8:\"filesize\";i:438743;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IKKAN-BR-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:13687;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:14:\"IKKAN-BR-s.jpg\";}'),
(3510,244,'_wp_attachment_image_alt','Ikkan silver bracelet, half chain half wire'),
(3511,244,'_wp_attachment_image_alt','Ikkan silver bracelet, half chain half wire'),
(3512,245,'_wp_attached_file','2024/10/IKKAN-BR-s-1.jpg'),
(3513,245,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2024/10/IKKAN-BR-s-1.jpg\";s:8:\"filesize\";i:536594;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IKKAN-BR-s-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: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:{}}s:14:\"original_image\";s:16:\"IKKAN-BR-s-1.jpg\";}'),
(3514,245,'_wp_attachment_image_alt','Ikkan silver bracelet, half chain half wire'),
(3516,240,'_edit_last','1'),
(3587,249,'_wp_attached_file','2024/10/IKKAN-BR-vrm.jpg'),
(3588,249,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:24:\"2024/10/IKKAN-BR-vrm.jpg\";s:8:\"filesize\";i:52984;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IKKAN-BR-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:6804;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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-BR-vrm.jpg\";}'),
(3589,249,'_wp_attachment_image_alt','Ikkan gold plated silver bracelet, half chain half wire'),
(3590,250,'_wp_attached_file','2024/10/IKKAN-BR-g.jpg'),
(3591,250,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2024/10/IKKAN-BR-g.jpg\";s:8:\"filesize\";i:187089;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IKKAN-BR-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:12542;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:14:\"IKKAN-BR-g.jpg\";}'),
(3592,250,'_wp_attachment_image_alt','Ikkan gold plated silver bracelet, half chain half wire'),
(3669,255,'_wp_attached_file','2024/10/TANEMAKI-BR-1.jpg'),
(3670,255,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2835;s:6:\"height\";i:2835;s:4:\"file\";s:25:\"2024/10/TANEMAKI-BR-1.jpg\";s:8:\"filesize\";i:514458;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"TANEMAKI-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:11325;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:17:\"TANEMAKI-BR-1.jpg\";}'),
(3671,255,'_wp_attachment_image_alt',''),
(3713,258,'_sku','FUYOU-BR-s'),
(3714,258,'_regular_price','95'),
(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.4.4'),
(3731,258,'_price','95'),
(3735,258,'_edit_lock','1770815702: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','1777034973:1'),
(3817,263,'_edit_last','1'),
(3856,270,'_wp_attached_file','2024/10/PIASU-C-arg-opti.jpg'),
(3857,270,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:28:\"2024/10/PIASU-C-arg-opti.jpg\";s:8:\"filesize\";i:266103;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"PIASU-C-arg-opti-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15925;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"PIASU-C-arg-opti.jpg\";}'),
(3858,270,'_wp_attachment_image_alt','Piasu necklace mixing gold plated and silver chains'),
(3889,273,'_wp_attached_file','2024/10/TANEMAKI-C.jpg'),
(3890,273,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2024/10/TANEMAKI-C.jpg\";s:8:\"filesize\";i:498528;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"TANEMAKI-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:12991;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:14:\"TANEMAKI-C.jpg\";}'),
(3891,273,'_wp_attachment_image_alt','Tanemaki silver necklace with fresh water grey pearls and gold plated details'),
(3899,274,'_sku','FUYOU-C'),
(3900,274,'_regular_price','170'),
(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','1382'),
(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.4.2'),
(3917,274,'_price','170'),
(3921,274,'_edit_lock','1770815661: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.4.2'),
(4094,285,'_edit_lock','1771926442:1'),
(4098,287,'_wp_attached_file','2024/10/HATTARI-CR1-s-1.jpg'),
(4099,287,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:27:\"2024/10/HATTARI-CR1-s-1.jpg\";s:8:\"filesize\";i:323619;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"HATTARI-CR1-s-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: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:{}}s:14:\"original_image\";s:19:\"HATTARI-CR1-s-1.jpg\";}'),
(4100,287,'_wp_attachment_image_alt','Hattari stacked hoops in sterling silver'),
(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','1774883079:1'),
(4132,290,'_wp_attached_file','2024/10/DSC9336.jpg'),
(4133,290,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9336.jpg\";s:8:\"filesize\";i:280534;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9336-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:{}}s:14:\"original_image\";s:11:\"DSC9336.jpg\";}'),
(4134,290,'_wp_attachment_image_alt','Hattari stacked hoops in gold plated silver.'),
(4135,288,'_edit_last','1'),
(4381,306,'_sku','TAMANORI-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','310'),
(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','1774883057: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:33849;s:5:\"sizes\";a:2:{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:4012;}s:21:\"woocommerce_thumbnail\";a:6:{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:4012;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:{}}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:270951;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:13325;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','TAMANORI-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','1777036420:1'),
(4572,317,'_wp_attached_file','2024/10/TAMANORI-CR2-vrm-1.jpg'),
(4573,317,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2440;s:6:\"height\";i:2440;s:4:\"file\";s:30:\"2024/10/TAMANORI-CR2-vrm-1.jpg\";s:8:\"filesize\";i:408918;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"TAMANORI-CR2-vrm-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:9979;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4574,317,'_wp_attachment_image_alt','Tamanori oval gold plated hoops with dangling chains.'),
(4578,312,'_edit_last','1'),
(4585,318,'_sku','FUYOU-CR'),
(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','1777036476:1'),
(4676,323,'_wp_attached_file','2024/10/FUYOU-CR.jpg'),
(4677,323,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/FUYOU-CR.jpg\";s:8:\"filesize\";i:546040;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"FUYOU-CR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17679;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4678,323,'_wp_attachment_image_alt','Fuyou solo hoop in sterling silver with 18k gold rings hanging.'),
(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:438169;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:18806;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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'),
(4736,326,'_wp_attached_file','2024/10/HADOU-EC-arg.jpg'),
(4737,326,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:24:\"2024/10/HADOU-EC-arg.jpg\";s:8:\"filesize\";i:27956;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"HADOU-EC-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:3149;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"HADOU-EC-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:3149;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:{}}s:14:\"original_image\";s:16:\"HADOU-EC-arg.jpg\";}'),
(4738,326,'_wp_attachment_image_alt','Hadou earcuff in sterling silver.'),
(4739,327,'_wp_attached_file','2024/10/HADOU-EC.jpg'),
(4740,327,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/HADOU-EC.jpg\";s:8:\"filesize\";i:355588;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"HADOU-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:14542;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:12:\"HADOU-EC.jpg\";}'),
(4741,327,'_wp_attachment_image_alt','Hadou earcuff in sterling silver'),
(4769,329,'_wp_attached_file','2024/10/HADOU-EC-vrm.jpg'),
(4770,329,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:24:\"2024/10/HADOU-EC-vrm.jpg\";s:8:\"filesize\";i:28932;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"HADOU-EC-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:3446;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"HADOU-EC-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:3446;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:{}}s:14:\"original_image\";s:16:\"HADOU-EC-vrm.jpg\";}'),
(4771,329,'_wp_attachment_image_alt','Hadou earcuff in gold plated silver.'),
(4772,330,'_wp_attached_file','2024/10/HADOU-EC-vrm-1.jpg'),
(4773,330,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:26:\"2024/10/HADOU-EC-vrm-1.jpg\";s:8:\"filesize\";i:223978;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"HADOU-EC-vrm-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:14768;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"HADOU-EC-vrm-1.jpg\";}'),
(4774,330,'_wp_attachment_image_alt','Hadou earcuff in gold plated silver.'),
(4876,339,'_wp_attached_file','2024/10/PIASU-BRC.jpg'),
(4877,339,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:21:\"2024/10/PIASU-BRC.jpg\";s:8:\"filesize\";i:38982;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PIASU-BRC-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4641;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"PIASU-BRC-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4641;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:{}}s:14:\"original_image\";s:13:\"PIASU-BRC.jpg\";}'),
(4878,339,'_wp_attachment_image_alt','Piasu sterling silver brooch looking like a nipple piercing.'),
(4879,340,'_wp_attached_file','2024/10/PIASU-BRC-1.jpg'),
(4880,340,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/10/PIASU-BRC-1.jpg\";s:8:\"filesize\";i:237100;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"PIASU-BRC-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:11880;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"PIASU-BRC-1.jpg\";}'),
(4881,340,'_wp_attachment_image_alt','Piasu sterling silver brooch looking like a nipple piercing.'),
(4882,341,'_wp_attached_file','2024/10/PIASU-BRC-2.jpg'),
(4883,341,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/10/PIASU-BRC-2.jpg\";s:8:\"filesize\";i:326181;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"PIASU-BRC-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:10210;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"PIASU-BRC-2.jpg\";}'),
(4884,341,'_wp_attachment_image_alt','Piasu sterling silver brooch looking like a nipple piercing.'),
(4981,347,'_wp_attached_file','2024/10/DSC9763.jpg'),
(4982,347,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9763.jpg\";s:8:\"filesize\";i:402127;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9763-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19294;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"DSC9763.jpg\";}'),
(4983,347,'_wp_attachment_image_alt','Kagun trio of earrings in mix of silver and gold plated silver, with minimalist shapes and fresh water pearls'),
(4984,348,'_wp_attached_file','2024/10/DSC9781.jpg'),
(4985,348,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1919;s:4:\"file\";s:19:\"2024/10/DSC9781.jpg\";s:8:\"filesize\";i:372455;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9781-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16843;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4986,348,'_wp_attachment_image_alt','Kagun trio of earrings in mix of silver and gold plated silver, with minimalist shapes and fresh water pearls'),
(4987,349,'_wp_attached_file','2024/10/DSC9748.jpg'),
(4988,349,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9748.jpg\";s:8:\"filesize\";i:421413;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9748-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18736;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"DSC9748.jpg\";}'),
(4989,349,'_wp_attachment_image_alt','Kagun trio of earrings in mix of silver and gold plated silver, with minimalist shapes and fresh water pearls'),
(5637,388,'_wp_attached_file','2024/10/ROKKU-C-arg.jpg'),
(5638,388,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/10/ROKKU-C-arg.jpg\";s:8:\"filesize\";i:328180;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"ROKKU-C-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:16682;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"ROKKU-C-arg.jpg\";}'),
(5639,388,'_wp_attachment_image_alt','Rokku statement necklace in sterling silver with semi precious stone pendant.'),
(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','no'),
(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','0'),
(5749,393,'_stock_status','outofstock'),
(5750,393,'_wc_average_rating','0'),
(5751,393,'_wc_review_count','0'),
(5753,393,'_product_version','10.6.1'),
(5801,393,'_edit_lock','1777036367: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:33386;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:4084;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:373189;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:14866;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','1777036358: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:387538;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:18377;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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.'),
(5846,401,'_wp_attached_file','2024/10/DSC9730.jpg'),
(5847,401,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9730.jpg\";s:8:\"filesize\";i:388089;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9730-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17794;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:\"DSC9730.jpg\";}'),
(5848,401,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'),
(5849,398,'_edit_last','1'),
(5946,411,'_wp_attached_file','2024/09/DSC8400-copie.jpg'),
(5947,411,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:25:\"2024/09/DSC8400-copie.jpg\";s:8:\"filesize\";i:497813;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"DSC8400-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:17434;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:17:\"DSC8400-copie.jpg\";}'),
(5948,411,'_wp_attachment_image_alt','Hadou wavy ring in silver and gold plated silver'),
(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:313356;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:13739;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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.'),
(6201,393,'_price','70'),
(6202,393,'_price','70'),
(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'),
(6334,435,'_thumbnail_id','940'),
(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'),
(6345,436,'_wp_attached_file','2024/10/KARA-EC-arg.jpg'),
(6346,436,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:23:\"2024/10/KARA-EC-arg.jpg\";s:8:\"filesize\";i:27162;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"KARA-EC-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:2920;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"KARA-EC-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:2920;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:{}}s:14:\"original_image\";s:15:\"KARA-EC-arg.jpg\";}'),
(6347,436,'_wp_attachment_image_alt','Kara textured ear cuff in silver'),
(6348,437,'_wp_attached_file','2024/10/DSC9781-1.jpg'),
(6349,437,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/10/DSC9781-1.jpg\";s:8:\"filesize\";i:374922;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC9781-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:17705;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:13:\"DSC9781-1.jpg\";}'),
(6350,437,'_wp_attachment_image_alt','Kara textured ear cuff in silver'),
(6351,435,'_edit_last','1'),
(6364,398,'_price','75'),
(6365,398,'_regular_price','75'),
(6370,393,'_regular_price','70'),
(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'),
(6868,487,'_wp_attached_file','2024/10/DSC9138.jpg'),
(6869,487,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9138.jpg\";s:8:\"filesize\";i:283469;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9138-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16095;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6870,487,'_wp_attachment_image_alt','Rokku statement necklace in silver with semi tiger\'s eye stone pendant and gold plated clasp.'),
(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.4.4'),
(6912,490,'_edit_lock','1770815054: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.4.2'),
(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.4.2'),
(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.4.2'),
(6970,493,'_sku','HADOU-BOP-left'),
(6971,493,'_regular_price','40'),
(6972,493,'_thumbnail_id','0'),
(6973,493,'_price','40'),
(6974,494,'_sku','HADOU-BOP-pair'),
(6975,494,'_regular_price','55'),
(6976,494,'_thumbnail_id','0'),
(6977,494,'_price','55'),
(6978,495,'_sku','HADOU-BOP-right'),
(6979,495,'_regular_price','40'),
(6980,495,'_thumbnail_id','0'),
(6981,495,'_price','40'),
(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'),
(7109,506,'_wp_attached_file','woocommerce-placeholder.png'),
(7110,506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:48149;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10479;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(7111,510,'_edit_last','1'),
(7112,510,'_edit_lock','1731429269:1'),
(7113,511,'_edit_last','1'),
(7114,511,'_edit_lock','1731429286:1'),
(7320,528,'_variation_description',''),
(7321,528,'total_sales','0'),
(7322,528,'_tax_status','taxable'),
(7323,528,'_tax_class','parent'),
(7324,528,'_manage_stock','no'),
(7325,528,'_backorders','no'),
(7326,528,'_sold_individually','no'),
(7327,528,'_virtual','no'),
(7328,528,'_downloadable','no'),
(7329,528,'_download_limit','-1'),
(7330,528,'_download_expiry','-1'),
(7331,528,'_stock',NULL),
(7332,528,'_stock_status','instock'),
(7333,528,'_wc_average_rating','0'),
(7334,528,'_wc_review_count','0'),
(7335,528,'attribute_pa_size','64'),
(7336,528,'_product_version','9.3.3'),
(7338,528,'_thumbnail_id','0'),
(7339,102,'_price','85'),
(7344,529,'_variation_description',''),
(7345,529,'total_sales','0'),
(7346,529,'_tax_status','taxable'),
(7347,529,'_tax_class','parent'),
(7348,529,'_manage_stock','no'),
(7349,529,'_backorders','no'),
(7350,529,'_sold_individually','no'),
(7351,529,'_virtual','no'),
(7352,529,'_downloadable','no'),
(7353,529,'_download_limit','-1'),
(7354,529,'_download_expiry','-1'),
(7355,529,'_stock',NULL),
(7356,529,'_stock_status','onbackorder'),
(7357,529,'_wc_average_rating','0'),
(7358,529,'_wc_review_count','0'),
(7359,529,'attribute_pa_size','64'),
(7360,529,'_product_version','9.3.3'),
(7362,529,'_thumbnail_id','0'),
(7363,113,'_price','90'),
(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'),
(7961,565,'_thumbnail_id','1454'),
(7962,565,'_price','50'),
(7963,566,'_regular_price','75'),
(7964,566,'_thumbnail_id','0'),
(7965,566,'_price','75'),
(7966,567,'_regular_price','50'),
(7967,567,'_thumbnail_id','1455'),
(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'),
(8033,569,'_thumbnail_id','1456'),
(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.4.2'),
(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.4.2'),
(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.4.2'),
(9153,637,'_sku','PIASU-BO2-left'),
(9154,637,'_regular_price','80'),
(9155,637,'_thumbnail_id','0'),
(9156,637,'_price','80'),
(9157,638,'_sku','PIASU-BO2-pair'),
(9158,638,'_regular_price','130'),
(9159,638,'_thumbnail_id','0'),
(9160,638,'_price','130'),
(9161,639,'_sku','PIASU-BO2-right'),
(9162,639,'_regular_price','80'),
(9163,639,'_thumbnail_id','0'),
(9164,639,'_price','80'),
(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.4.2'),
(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.4.2'),
(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.4.2'),
(9478,651,'_sku','TAMANORI-CR-s-long'),
(9479,651,'_regular_price','53'),
(9480,651,'_thumbnail_id','0'),
(9481,651,'_price','53'),
(9482,652,'_sku','TAMANORI-CR-s-pair'),
(9483,652,'_regular_price','75'),
(9484,652,'_thumbnail_id','0'),
(9485,652,'_price','75'),
(9486,653,'_sku','TAMANORI-CR-s-short'),
(9487,653,'_regular_price','50'),
(9488,653,'_thumbnail_id','0'),
(9489,653,'_price','50'),
(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','65'),
(9551,654,'_thumbnail_id','0'),
(9552,654,'_price','65'),
(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','60'),
(9559,656,'_thumbnail_id','0'),
(9560,656,'_price','60'),
(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:1029972;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:19538;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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.'),
(9627,664,'_wp_attached_file','2024/10/IMG_1512.jpg'),
(9628,664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1512.jpg\";s:8:\"filesize\";i:873482;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1512-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9629,664,'_wp_attachment_image_alt','Kagun trio of earrings in mix of silver and gold plated silver, with minimalist shapes and fresh water pearls'),
(9693,671,'_wp_attached_file','2024/10/IMG_1604.jpg'),
(9694,671,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1604.jpg\";s:8:\"filesize\";i:876712;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1604-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16608;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9695,671,'_wp_attachment_image_alt','pair of Boroboro long gold plated silver earrings with asymmetrical shapes.'),
(9701,672,'_wp_attached_file','2024/10/IMG_1656-1.jpg'),
(9702,672,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2024/10/IMG_1656-1.jpg\";s:8:\"filesize\";i:1095755;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_1656-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:16180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9703,672,'_wp_attachment_image_alt','Hattari ear cuff gold plated.'),
(9713,673,'_wp_attached_file','2024/10/IMG_1657.jpg'),
(9714,673,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1657.jpg\";s:8:\"filesize\";i:901473;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1657-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16418;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9715,673,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'),
(9892,681,'_wp_attached_file','2024/09/DSC9897.jpg'),
(9893,681,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/09/DSC9897.jpg\";s:8:\"filesize\";i:689413;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9897-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7272;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9894,681,'_wp_attachment_image_alt','Piasu wide band silver ring with three hoops, one in 18K gold.'),
(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:867867;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:17799;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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.'),
(9947,689,'_wp_attached_file','2024/10/DSC9341.jpg'),
(9948,689,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/10/DSC9341.jpg\";s:8:\"filesize\";i:635454;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9341-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13949;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9949,689,'_wp_attachment_image_alt','Hattari stacked hoops in gold plated silver.'),
(9991,263,'_thumbnail_id','1383'),
(10004,700,'_wp_attached_file','2024/10/IMG_1431.jpg'),
(10005,700,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1431.jpg\";s:8:\"filesize\";i:1757156;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1431-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10441;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10006,700,'_wp_attachment_image_alt','Tanemaki bracelet mixing chains and fresh water pearls.'),
(10011,702,'_wp_attached_file','2024/10/IMG_1432.jpg'),
(10012,702,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1432.jpg\";s:8:\"filesize\";i:540692;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1432-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10290;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10013,702,'_wp_attachment_image_alt','Tanemaki bracelet mixing chains and fresh water pearls.'),
(10021,704,'_wp_attached_file','2024/10/IMG_1493.jpg'),
(10022,704,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1493.jpg\";s:8:\"filesize\";i:985049;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1493-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18845;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10023,704,'_wp_attachment_image_alt','Piasu necklace mixing gold plated and silver chains'),
(10028,705,'_wp_attached_file','2024/10/IMG_1531.jpg'),
(10029,705,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1531.jpg\";s:8:\"filesize\";i:774222;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1531-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12309;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10030,705,'_wp_attachment_image_alt','Rokku statement necklace in sterling silver with semi precious stone pendant.'),
(10031,707,'_wp_attached_file','2024/10/IMG_1543.jpg'),
(10032,707,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1543.jpg\";s:8:\"filesize\";i:776895;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1543-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14251;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10033,707,'_wp_attachment_image_alt','Rokku statement necklace in sterling silver with semi precious stone pendant.'),
(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:639347;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:14332;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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'),
(10097,715,'_wp_attached_file','2024/10/IMG_1669.jpg'),
(10098,715,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1669.jpg\";s:8:\"filesize\";i:642926;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1669-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15261;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10099,715,'_wp_attachment_image_alt','Rokku solo hoop silver with tiger\'s eye and Tamanori earrings gold plated silver.'),
(10126,718,'_wp_attached_file','2024/10/IMG_1746.jpg'),
(10127,718,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1746.jpg\";s:8:\"filesize\";i:684400;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1746-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15199;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10128,718,'_wp_attachment_image_alt','BoroBoro asymmetrical oval shaped earrings 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:254284;s:5:\"sizes\";a:2:{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:4808;}s:21:\"woocommerce_thumbnail\";a:6:{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:4808;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:{}}}'),
(10161,722,'_wp_attachment_image_alt','Mugura minimalist silver hoops.'),
(10183,725,'_wp_attached_file','2024/10/PIASU-C.jpg'),
(10184,725,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:19:\"2024/10/PIASU-C.jpg\";s:8:\"filesize\";i:391561;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"PIASU-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:6649;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"PIASU-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:6649;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:{}}}'),
(10185,725,'_wp_attachment_image_alt','Piasu necklace mixing gold plated and silver chains.'),
(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:287899;s:5:\"sizes\";a:2:{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:5185;}s:21:\"woocommerce_thumbnail\";a:6:{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:5185;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:{}}}'),
(10193,726,'_wp_attachment_image_alt','Rokku wide silver ring with malachite set in 18k gold'),
(10194,168,'_thumbnail_id','726'),
(10203,727,'_wp_attached_file','2024/10/ROKKU-C-jaspe.jpg'),
(10204,727,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:25:\"2024/10/ROKKU-C-jaspe.jpg\";s:8:\"filesize\";i:324080;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"ROKKU-C-jaspe-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6300;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10205,727,'_wp_attachment_image_alt','Rokku statement necklace in silver with jaspe stone pendant and gold plated clasp.'),
(10209,729,'_wp_attached_file','2024/10/ROKKU-C-tiger.jpg'),
(10210,729,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:25:\"2024/10/ROKKU-C-tiger.jpg\";s:8:\"filesize\";i:325348;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"ROKKU-C-tiger-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6593;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"ROKKU-C-tiger-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6593;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:{}}}'),
(10211,729,'_wp_attachment_image_alt','Rokku statement necklace in silver with tiger\'s eye stone pendant and gold plated clasp.'),
(10227,730,'_wp_attached_file','2024/10/ROKKU-CR1-vrm-lapis.jpg'),
(10228,730,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:31:\"2024/10/ROKKU-CR1-vrm-lapis.jpg\";s:8:\"filesize\";i:243829;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ROKKU-CR1-vrm-lapis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4390;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"ROKKU-CR1-vrm-lapis-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4390;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:{}}}'),
(10229,730,'_wp_attachment_image_alt','Rokku solo hoop earring in gold plated silver with lapis lazuli stone.'),
(10230,731,'_wp_attached_file','2024/10/ROKKU-CR1-vrm-malachite.jpg'),
(10231,731,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:35:\"2024/10/ROKKU-CR1-vrm-malachite.jpg\";s:8:\"filesize\";i:224150;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"ROKKU-CR1-vrm-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:3790;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10232,731,'_wp_attachment_image_alt','Rokku solo hoop earring in gold plated silver with malachite stone.'),
(10233,732,'_wp_attached_file','2024/10/ROKKU-CR1-vrm-tiger.jpg'),
(10234,732,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:31:\"2024/10/ROKKU-CR1-vrm-tiger.jpg\";s:8:\"filesize\";i:239111;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"ROKKU-CR1-vrm-tiger-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4331;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10235,732,'_wp_attachment_image_alt','Rokku solo hoop earring in gold plated silver with tiger\'s eye stone.'),
(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:262704;s:5:\"sizes\";a:2:{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:4895;}s:21:\"woocommerce_thumbnail\";a:6:{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:4895;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:{}}}'),
(10262,735,'_wp_attachment_image_alt','Tamanori oval gold plated hoops with dangling chains.'),
(10267,736,'_wp_attached_file','2024/10/TANEMAKI-BR.jpg'),
(10268,736,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:23:\"2024/10/TANEMAKI-BR.jpg\";s:8:\"filesize\";i:287017;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"TANEMAKI-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:5366;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"TANEMAKI-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:5366;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:{}}}'),
(10269,736,'_wp_attachment_image_alt','Tanemaki bracelet mixing chains and fresh water pearls.'),
(10313,743,'_wp_attached_file','2024/11/BOROBORO-B2-g.jpg'),
(10314,743,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:25:\"2024/11/BOROBORO-B2-g.jpg\";s:8:\"filesize\";i:237826;s:5:\"sizes\";a:1:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"BOROBORO-B2-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:4182;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:{}}}'),
(10315,743,'_wp_attachment_image_alt','BoroBoro minimalist gold plated ring with movable aventurine bead.'),
(10321,744,'_wp_attached_file','2024/11/BOROBORO-B2-s.jpg'),
(10322,744,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:25:\"2024/11/BOROBORO-B2-s.jpg\";s:8:\"filesize\";i:221635;s:5:\"sizes\";a:1:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"BOROBORO-B2-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:3652;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:{}}}'),
(10323,744,'_wp_attachment_image_alt','BoroBoro minimalist gold plated ring with movable aventurine bead.'),
(10341,747,'_wp_attached_file','2024/11/BOROBORO-BO1-g-green.jpg'),
(10342,747,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:32:\"2024/11/BOROBORO-BO1-g-green.jpg\";s:8:\"filesize\";i:292196;s:5:\"sizes\";a:1:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"BOROBORO-BO1-g-green-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5376;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:{}}}'),
(10343,747,'_wp_attachment_image_alt','Boroboro asymmetrical gold plated bead earrings with green aventurine.'),
(10344,748,'_wp_attached_file','2024/11/BOROBORO-BO1-g-brown.jpg'),
(10345,748,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:32:\"2024/11/BOROBORO-BO1-g-brown.jpg\";s:8:\"filesize\";i:290704;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"BOROBORO-BO1-g-brown-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10346,748,'_wp_attachment_image_alt','Boroboro asymmetrical gold plated bead earrings with tiger\'s eye.'),
(10352,749,'_wp_attached_file','2024/11/BOROBORO-BO1-s-brown.jpg'),
(10353,749,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:32:\"2024/11/BOROBORO-BO1-s-brown.jpg\";s:8:\"filesize\";i:265471;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"BOROBORO-BO1-s-brown-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4452;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"BOROBORO-BO1-s-brown-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4452;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:{}}}'),
(10354,749,'_wp_attachment_image_alt','Boroboro asymmetrical silver bead earrings with tiger\'s eye.'),
(10355,750,'_wp_attached_file','2024/11/BOROBORO-BO1-s-green.jpg'),
(10356,750,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:32:\"2024/11/BOROBORO-BO1-s-green.jpg\";s:8:\"filesize\";i:266105;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"BOROBORO-BO1-s-green-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10357,750,'_wp_attachment_image_alt','Boroboro asymmetrical silver bead earrings with green aventurine.'),
(10363,751,'_wp_attached_file','2024/11/DSC9463.jpg'),
(10364,751,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:19:\"2024/11/DSC9463.jpg\";s:8:\"filesize\";i:888805;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"DSC9463-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16390;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10365,751,'_wp_attachment_image_alt','Kara textured silver hoops'),
(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:248309;s:5:\"sizes\";a:2:{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:4492;}s:21:\"woocommerce_thumbnail\";a:6:{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:4492;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:{}}}'),
(10371,752,'_wp_attachment_image_alt','Hadou wavy stud earrings in silver.'),
(10372,490,'_thumbnail_id','934'),
(10376,753,'_wp_attached_file','2024/11/HATTARI-BR.jpg'),
(10377,753,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:22:\"2024/11/HATTARI-BR.jpg\";s:8:\"filesize\";i:302897;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"HATTARI-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:5839;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"HATTARI-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:5839;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:{}}}'),
(10378,753,'_wp_attachment_image_alt','Hattari wide asymmetrical cuff crossed by gold plated thin band.'),
(10389,755,'_wp_attached_file','2024/11/IMG_1474.jpg'),
(10390,755,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/11/IMG_1474.jpg\";s:8:\"filesize\";i:625708;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1474-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12978;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10391,755,'_wp_attachment_image_alt','Hadou wavy stud earrings mixing gold and silver.'),
(10395,756,'_wp_attached_file','2024/11/IMG_1481.jpg'),
(10396,756,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/11/IMG_1481.jpg\";s:8:\"filesize\";i:841107;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1481-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16947;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10397,756,'_wp_attachment_image_alt','Kagun solo hoop with wavy gold plated element.'),
(10398,757,'_wp_attached_file','2024/11/IMG_1484.jpg'),
(10399,757,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/11/IMG_1484.jpg\";s:8:\"filesize\";i:691565;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1484-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13562;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10400,757,'_wp_attachment_image_alt','Kagun solo hoop with wavy gold plated element.'),
(10405,758,'_wp_attached_file','2024/11/IMG_1501.jpg'),
(10406,758,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/11/IMG_1501.jpg\";s:8:\"filesize\";i:582559;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1501-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13223;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10407,758,'_wp_attachment_image_alt','BoroBoro minimalist silver ring with movable tiger\'s eye bead.'),
(10408,759,'_wp_attached_file','2024/11/IMG_1506.jpg'),
(10409,759,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/11/IMG_1506.jpg\";s:8:\"filesize\";i:606859;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1506-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13397;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10410,759,'_wp_attachment_image_alt','BoroBoro minimalist silver ring with movable tiger\'s eye bead.'),
(10418,761,'_wp_attached_file','2024/11/IMG_1554.jpg'),
(10419,761,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/11/IMG_1554.jpg\";s:8:\"filesize\";i:648391;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1554-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14254;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10420,761,'_wp_attachment_image_alt','BoroBoro minimalist gold plated ring with movable aventurine bead.'),
(10425,762,'_wp_attached_file','2024/11/IMG_1563.jpg'),
(10426,762,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/11/IMG_1563.jpg\";s:8:\"filesize\";i:711087;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1563-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14072;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(10427,762,'_wp_attachment_image_alt','Kara small textured gold plated silver hoops.'),
(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.4.2'),
(10513,766,'_edit_lock','1770814960: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:41989;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:14579;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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'),
(11368,102,'_photos_colonne_gauche|||0|value','110'),
(11369,102,'_photos_colonne_droite|||0|value','112'),
(11370,102,'_photos_colonne_droite|||1|value','111'),
(11371,102,'_haiku_details_produit',''),
(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:393112;s:5:\"sizes\";a:2:{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:27681;}s:21:\"woocommerce_thumbnail\";a:6:{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:5054;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294266271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";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'),
(11424,113,'_photos_colonne_gauche|||0|value','820'),
(11425,113,'_photos_colonne_droite|||0|value','122'),
(11426,113,'_photos_colonne_droite|||1|value','684'),
(11427,113,'_haiku_details_produit',''),
(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:460992;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:22802;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294266271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11430,822,'_wp_attached_file','2024/09/KARA-B-1.jpg'),
(11431,822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:20:\"2024/09/KARA-B-1.jpg\";s:8:\"filesize\";i:429750;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"KARA-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:22093;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"KARA-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:4882;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294266271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";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'),
(11433,822,'_wp_attachment_image_alt','Kara ring composed of two sterling silver bands linked by a 18k gold thin curb chain'),
(11456,825,'_wp_attached_file','2024/10/IMG_1505.jpg'),
(11457,825,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/10/IMG_1505.jpg\";s:8:\"filesize\";i:460176;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1505-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14500;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11458,825,'_wp_attachment_image_alt','Ikkan gold plated silver bracelet, half chain half wire.'),
(11463,826,'_wp_attached_file','2024/10/IMG_1582.jpg'),
(11464,826,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1195;s:6:\"height\";i:1195;s:4:\"file\";s:20:\"2024/10/IMG_1582.jpg\";s:8:\"filesize\";i:1286747;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1582-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47358;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:20:\"Canon EOS 6D Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1729428985\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11465,826,'_wp_attachment_image_alt','Rokku wide silver ring with malachite set in 18k gold.'),
(11485,828,'_wp_attached_file','2024/10/ROKKU-C-lapis-copy.jpg'),
(11486,828,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:30:\"2024/10/ROKKU-C-lapis-copy.jpg\";s:8:\"filesize\";i:546484;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ROKKU-C-lapis-copy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27261;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294266271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11487,828,'_wp_attachment_image_alt','Rokku statement necklace in silver with lapis lazuli stone pendant and gold plated clasp.'),
(11495,312,'_thumbnail_id','735'),
(11500,829,'_wp_attached_file','2024/11/IMG_1460.jpg'),
(11501,829,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/11/IMG_1460.jpg\";s:8:\"filesize\";i:934957;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1460-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15470;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11502,829,'_wp_attachment_image_alt','Hattari wide asymmetrical cuff crossed by gold plated thin band.'),
(11509,830,'_wp_attached_file','2024/11/IMG_1473.jpg'),
(11510,830,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/11/IMG_1473.jpg\";s:8:\"filesize\";i:632613;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1473-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15130;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11511,830,'_wp_attachment_image_alt','Kara textured ear cuff in silver and gold plated'),
(11524,831,'_wp_attached_file','2024/11/IMG_1524.jpg'),
(11525,831,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1921;s:4:\"file\";s:20:\"2024/11/IMG_1524.jpg\";s:8:\"filesize\";i:911352;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1524-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16305;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11526,831,'_wp_attachment_image_alt','Boroboro asymmetrical silver bead earrings with tiger\'s eye.'),
(11531,832,'_wp_attached_file','2024/11/IMG_1525.jpg'),
(11532,832,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2024/11/IMG_1525.jpg\";s:8:\"filesize\";i:985758;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1525-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11533,832,'_wp_attachment_image_alt','Boroboro asymmetrical gold plated bead earrings with green aventurine.'),
(11545,834,'_wp_attached_file','2024/11/KARA-CR-g.jpg'),
(11546,834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:21:\"2024/11/KARA-CR-g.jpg\";s:8:\"filesize\";i:407384;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"KARA-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:22482;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"KARA-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:4712;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294266271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11547,834,'_wp_attachment_image_alt','Kara small textured gold plated silver hoops.'),
(11551,835,'_wp_attached_file','2024/11/KARA-CR-s.jpg'),
(11552,835,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:21:\"2024/11/KARA-CR-s.jpg\";s:8:\"filesize\";i:384089;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"KARA-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:24691;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"KARA-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:3818;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294266271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11553,835,'_wp_attachment_image_alt','Kara small textured sterling silver hoops.'),
(11554,554,'_thumbnail_id','935'),
(11558,545,'_thumbnail_id','938'),
(11567,836,'_wp_attached_file','2024/11/KARA-EC-vrm.jpg'),
(11568,836,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:23:\"2024/11/KARA-EC-vrm.jpg\";s:8:\"filesize\";i:361036;s:5:\"sizes\";a:1:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"KARA-EC-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:3165;s:9:\"uncropped\";b:0;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294266271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(11569,836,'_wp_attachment_image_alt','Kara textured ear cuff in gold plated silver'),
(11570,447,'_thumbnail_id','939'),
(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'),
(11962,200,'_thumbnail_id','0'),
(12200,925,'_wp_attached_file','2024/11/BORO-BO1-arg.jpg'),
(12201,925,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:24:\"2024/11/BORO-BO1-arg.jpg\";s:8:\"filesize\";i:162384;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"BORO-BO1-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:19888;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12202,925,'_wp_attachment_image_alt','Boroboro asymmetrical silver earrings with honey calcite beads.'),
(12230,927,'_wp_attached_file','2024/11/BORO-BO1-or.jpg'),
(12231,927,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/11/BORO-BO1-or.jpg\";s:8:\"filesize\";i:168334;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"BORO-BO1-or-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20391;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12232,927,'_wp_attachment_image_alt','Boroboro asymmetrical gold plated silver earrings with green aventurine beads.'),
(12237,928,'_wp_attached_file','2024/10/MUGURA-BOP.jpg'),
(12238,928,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2024/10/MUGURA-BOP.jpg\";s:8:\"filesize\";i:155395;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"MUGURA-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:15165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12239,928,'_wp_attachment_image_alt','Mugura trio of stud earrings in silver and gold plated silver with dangling pearls.'),
(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:160091;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:18088;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12302,934,'_wp_attachment_image_alt','Hadou wavy stud earrings in silver.'),
(12307,935,'_wp_attached_file','2024/11/KARA-CR-s-1.jpg'),
(12308,935,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/11/KARA-CR-s-1.jpg\";s:8:\"filesize\";i:173653;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"KARA-CR-s-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:18419;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12309,935,'_wp_attachment_image_alt','Kara small textured sterling silver hoops.'),
(12310,936,'_wp_attached_file','2024/11/DSC00650.jpg'),
(12311,936,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2760;s:6:\"height\";i:2760;s:4:\"file\";s:20:\"2024/11/DSC00650.jpg\";s:8:\"filesize\";i:1683107;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00650-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294989922\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12312,936,'_wp_attachment_image_alt','Kara small textured silver hoops.'),
(12313,937,'_wp_attached_file','2024/11/DSC00655.jpg'),
(12314,937,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2760;s:6:\"height\";i:2760;s:4:\"file\";s:20:\"2024/11/DSC00655.jpg\";s:8:\"filesize\";i:1563690;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00655-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294989978\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12315,937,'_wp_attachment_image_alt','Kara small textured silver hoops.'),
(12321,938,'_wp_attached_file','2024/11/KARA-CR-g-1.jpg'),
(12322,938,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:23:\"2024/11/KARA-CR-g-1.jpg\";s:8:\"filesize\";i:170852;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"KARA-CR-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:18352;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12323,938,'_wp_attachment_image_alt','Kara small textured gold plated silver hoops.'),
(12328,939,'_wp_attached_file','2024/11/KARA-EC-g.jpg'),
(12329,939,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/11/KARA-EC-g.jpg\";s:8:\"filesize\";i:162501;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"KARA-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:17883;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12330,939,'_wp_attachment_image_alt','Kara textured ear cuff in gold plated 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',''),
(12335,940,'_wp_attached_file','2024/10/KARA-EC-s.jpg'),
(12336,940,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/10/KARA-EC-s.jpg\";s:8:\"filesize\";i:157285;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"KARA-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:17771;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12337,940,'_wp_attachment_image_alt','Kara textured ear cuff in silver.'),
(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','1777036921:1'),
(12343,941,'_edit_last','1'),
(12347,943,'_wp_attached_file','2025/06/DSC00671.jpg'),
(12348,943,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2760;s:6:\"height\";i:2760;s:4:\"file\";s:20:\"2025/06/DSC00671.jpg\";s:8:\"filesize\";i:1219328;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00671-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31560;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294990774\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12349,943,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. in sterling silver'),
(12350,943,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. in sterling silver'),
(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'),
(12367,944,'_variation_description',''),
(12368,944,'total_sales','0'),
(12369,944,'_tax_status','taxable'),
(12370,944,'_tax_class','parent'),
(12371,944,'_manage_stock','no'),
(12372,944,'_backorders','no'),
(12373,944,'_sold_individually','no'),
(12374,944,'_virtual','no'),
(12375,944,'_downloadable','no'),
(12376,944,'_download_limit','-1'),
(12377,944,'_download_expiry','-1'),
(12378,944,'_stock','0'),
(12379,944,'_stock_status','instock'),
(12380,944,'_wc_average_rating','0'),
(12381,944,'_wc_review_count','0'),
(12382,944,'attribute_pa_size','50'),
(12383,944,'_product_version','10.6.1'),
(12384,945,'_variation_description',''),
(12385,945,'total_sales','0'),
(12386,945,'_tax_status','taxable'),
(12387,945,'_tax_class','parent'),
(12388,945,'_manage_stock','no'),
(12389,945,'_backorders','no'),
(12390,945,'_sold_individually','no'),
(12391,945,'_virtual','no'),
(12392,945,'_downloadable','no'),
(12393,945,'_download_limit','-1'),
(12394,945,'_download_expiry','-1'),
(12395,945,'_stock','0'),
(12396,945,'_stock_status','instock'),
(12397,945,'_wc_average_rating','0'),
(12398,945,'_wc_review_count','0'),
(12399,945,'attribute_pa_size','52'),
(12400,945,'_product_version','10.6.1'),
(12401,946,'_variation_description',''),
(12402,946,'total_sales','0'),
(12403,946,'_tax_status','taxable'),
(12404,946,'_tax_class','parent'),
(12405,946,'_manage_stock','no'),
(12406,946,'_backorders','no'),
(12407,946,'_sold_individually','no'),
(12408,946,'_virtual','no'),
(12409,946,'_downloadable','no'),
(12410,946,'_download_limit','-1'),
(12411,946,'_download_expiry','-1'),
(12412,946,'_stock','0'),
(12413,946,'_stock_status','instock'),
(12414,946,'_wc_average_rating','0'),
(12415,946,'_wc_review_count','0'),
(12416,946,'attribute_pa_size','54'),
(12417,946,'_product_version','10.6.1'),
(12418,947,'_variation_description',''),
(12419,947,'total_sales','0'),
(12420,947,'_tax_status','taxable'),
(12421,947,'_tax_class','parent'),
(12422,947,'_manage_stock','no'),
(12423,947,'_backorders','no'),
(12424,947,'_sold_individually','no'),
(12425,947,'_virtual','no'),
(12426,947,'_downloadable','no'),
(12427,947,'_download_limit','-1'),
(12428,947,'_download_expiry','-1'),
(12429,947,'_stock','0'),
(12430,947,'_stock_status','instock'),
(12431,947,'_wc_average_rating','0'),
(12432,947,'_wc_review_count','0'),
(12433,947,'attribute_pa_size','56'),
(12434,947,'_product_version','10.6.1'),
(12435,948,'_variation_description',''),
(12436,948,'total_sales','0'),
(12437,948,'_tax_status','taxable'),
(12438,948,'_tax_class','parent'),
(12439,948,'_manage_stock','no'),
(12440,948,'_backorders','no'),
(12441,948,'_sold_individually','no'),
(12442,948,'_virtual','no'),
(12443,948,'_downloadable','no'),
(12444,948,'_download_limit','-1'),
(12445,948,'_download_expiry','-1'),
(12446,948,'_stock','0'),
(12447,948,'_stock_status','instock'),
(12448,948,'_wc_average_rating','0'),
(12449,948,'_wc_review_count','0'),
(12450,948,'attribute_pa_size','58'),
(12451,948,'_product_version','10.6.1'),
(12452,949,'_variation_description',''),
(12453,949,'total_sales','0'),
(12454,949,'_tax_status','taxable'),
(12455,949,'_tax_class','parent'),
(12456,949,'_manage_stock','no'),
(12457,949,'_backorders','no'),
(12458,949,'_sold_individually','no'),
(12459,949,'_virtual','no'),
(12460,949,'_downloadable','no'),
(12461,949,'_download_limit','-1'),
(12462,949,'_download_expiry','-1'),
(12463,949,'_stock','0'),
(12464,949,'_stock_status','instock'),
(12465,949,'_wc_average_rating','0'),
(12466,949,'_wc_review_count','0'),
(12467,949,'attribute_pa_size','60'),
(12468,949,'_product_version','10.6.1'),
(12469,950,'_variation_description',''),
(12470,950,'total_sales','0'),
(12471,950,'_tax_status','taxable'),
(12472,950,'_tax_class','parent'),
(12473,950,'_manage_stock','no'),
(12474,950,'_backorders','no'),
(12475,950,'_sold_individually','no'),
(12476,950,'_virtual','no'),
(12477,950,'_downloadable','no'),
(12478,950,'_download_limit','-1'),
(12479,950,'_download_expiry','-1'),
(12480,950,'_stock','0'),
(12481,950,'_stock_status','instock'),
(12482,950,'_wc_average_rating','0'),
(12483,950,'_wc_review_count','0'),
(12484,950,'attribute_pa_size','62'),
(12485,950,'_product_version','10.6.1'),
(12486,951,'_variation_description',''),
(12487,951,'total_sales','0'),
(12488,951,'_tax_status','taxable'),
(12489,951,'_tax_class','parent'),
(12490,951,'_manage_stock','no'),
(12491,951,'_backorders','no'),
(12492,951,'_sold_individually','no'),
(12493,951,'_virtual','no'),
(12494,951,'_downloadable','no'),
(12495,951,'_download_limit','-1'),
(12496,951,'_download_expiry','-1'),
(12497,951,'_stock','0'),
(12498,951,'_stock_status','instock'),
(12499,951,'_wc_average_rating','0'),
(12500,951,'_wc_review_count','0'),
(12501,951,'attribute_pa_size','64'),
(12502,951,'_product_version','10.6.1'),
(12503,944,'_sku','UTEKI-B-s-50'),
(12504,944,'_regular_price','160'),
(12505,944,'_thumbnail_id','0'),
(12506,944,'_price','160'),
(12507,945,'_sku','UTEKI-B-s-52'),
(12508,945,'_regular_price','160'),
(12509,945,'_thumbnail_id','0'),
(12510,945,'_price','160'),
(12511,946,'_sku','UTEKI-B-s-54'),
(12512,946,'_regular_price','160'),
(12513,946,'_thumbnail_id','0'),
(12514,946,'_price','160'),
(12515,947,'_sku','UTEKI-B-s-56'),
(12516,947,'_regular_price','160'),
(12517,947,'_thumbnail_id','0'),
(12518,947,'_price','160'),
(12519,948,'_sku','UTEKI-B-s-58'),
(12520,948,'_regular_price','160'),
(12521,948,'_thumbnail_id','0'),
(12522,948,'_price','160'),
(12523,949,'_sku','UTEKI-B-s-60'),
(12524,949,'_regular_price','160'),
(12525,949,'_thumbnail_id','0'),
(12526,949,'_price','160'),
(12527,950,'_sku','UTEKI-B-s-62'),
(12528,950,'_regular_price','160'),
(12529,950,'_thumbnail_id','0'),
(12530,950,'_price','160'),
(12531,951,'_sku','UTEKI-B-s-64'),
(12532,951,'_regular_price','160'),
(12533,951,'_thumbnail_id','0'),
(12534,951,'_price','160'),
(12548,953,'total_sales','0'),
(12549,953,'_tax_status','taxable'),
(12550,953,'_tax_class',''),
(12551,953,'_manage_stock','yes'),
(12552,953,'_backorders','notify'),
(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','1342'),
(12559,953,'_stock','1'),
(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.4.2'),
(12568,954,'_variation_description',''),
(12569,954,'_sku','UTEKI-B-s-50-1'),
(12570,954,'_regular_price','135'),
(12571,954,'total_sales','0'),
(12572,954,'_tax_status','taxable'),
(12573,954,'_tax_class','parent'),
(12574,954,'_manage_stock','no'),
(12575,954,'_backorders','no'),
(12576,954,'_sold_individually','no'),
(12577,954,'_virtual','no'),
(12578,954,'_downloadable','no'),
(12579,954,'_download_limit','-1'),
(12580,954,'_download_expiry','-1'),
(12581,954,'_thumbnail_id','0'),
(12582,954,'_stock','0'),
(12583,954,'_stock_status','instock'),
(12584,954,'_wc_average_rating','0'),
(12585,954,'_wc_review_count','0'),
(12586,954,'attribute_pa_size','50'),
(12587,954,'_price','135'),
(12588,954,'_product_version','10.4.2'),
(12589,955,'_variation_description',''),
(12590,955,'_sku','UTEKI-B-s-52-1'),
(12591,955,'_regular_price','135'),
(12592,955,'total_sales','0'),
(12593,955,'_tax_status','taxable'),
(12594,955,'_tax_class','parent'),
(12595,955,'_manage_stock','no'),
(12596,955,'_backorders','no'),
(12597,955,'_sold_individually','no'),
(12598,955,'_virtual','no'),
(12599,955,'_downloadable','no'),
(12600,955,'_download_limit','-1'),
(12601,955,'_download_expiry','-1'),
(12602,955,'_thumbnail_id','0'),
(12603,955,'_stock','0'),
(12604,955,'_stock_status','instock'),
(12605,955,'_wc_average_rating','0'),
(12606,955,'_wc_review_count','0'),
(12607,955,'attribute_pa_size','52'),
(12608,955,'_price','135'),
(12609,955,'_product_version','10.4.2'),
(12610,956,'_variation_description',''),
(12611,956,'_sku','UTEKI-B-s-54-1'),
(12612,956,'_regular_price','135'),
(12613,956,'total_sales','0'),
(12614,956,'_tax_status','taxable'),
(12615,956,'_tax_class','parent'),
(12616,956,'_manage_stock','no'),
(12617,956,'_backorders','no'),
(12618,956,'_sold_individually','no'),
(12619,956,'_virtual','no'),
(12620,956,'_downloadable','no'),
(12621,956,'_download_limit','-1'),
(12622,956,'_download_expiry','-1'),
(12623,956,'_thumbnail_id','0'),
(12624,956,'_stock','0'),
(12625,956,'_stock_status','instock'),
(12626,956,'_wc_average_rating','0'),
(12627,956,'_wc_review_count','0'),
(12628,956,'attribute_pa_size','54'),
(12629,956,'_price','135'),
(12630,956,'_product_version','10.4.2'),
(12631,957,'_variation_description',''),
(12632,957,'_sku','UTEKI-B-s-56-1'),
(12633,957,'_regular_price','135'),
(12634,957,'total_sales','0'),
(12635,957,'_tax_status','taxable'),
(12636,957,'_tax_class','parent'),
(12637,957,'_manage_stock','no'),
(12638,957,'_backorders','no'),
(12639,957,'_sold_individually','no'),
(12640,957,'_virtual','no'),
(12641,957,'_downloadable','no'),
(12642,957,'_download_limit','-1'),
(12643,957,'_download_expiry','-1'),
(12644,957,'_thumbnail_id','0'),
(12645,957,'_stock','0'),
(12646,957,'_stock_status','instock'),
(12647,957,'_wc_average_rating','0'),
(12648,957,'_wc_review_count','0'),
(12649,957,'attribute_pa_size','56'),
(12650,957,'_price','135'),
(12651,957,'_product_version','10.4.2'),
(12652,958,'_variation_description',''),
(12653,958,'_sku','UTEKI-B-s-58-1'),
(12654,958,'_regular_price','135'),
(12655,958,'total_sales','0'),
(12656,958,'_tax_status','taxable'),
(12657,958,'_tax_class','parent'),
(12658,958,'_manage_stock','no'),
(12659,958,'_backorders','no'),
(12660,958,'_sold_individually','no'),
(12661,958,'_virtual','no'),
(12662,958,'_downloadable','no'),
(12663,958,'_download_limit','-1'),
(12664,958,'_download_expiry','-1'),
(12665,958,'_thumbnail_id','0'),
(12666,958,'_stock','0'),
(12667,958,'_stock_status','instock'),
(12668,958,'_wc_average_rating','0'),
(12669,958,'_wc_review_count','0'),
(12670,958,'attribute_pa_size','58'),
(12671,958,'_price','135'),
(12672,958,'_product_version','10.4.2'),
(12673,959,'_variation_description',''),
(12674,959,'_sku','UTEKI-B-s-60-1'),
(12675,959,'_regular_price','135'),
(12676,959,'total_sales','0'),
(12677,959,'_tax_status','taxable'),
(12678,959,'_tax_class','parent'),
(12679,959,'_manage_stock','no'),
(12680,959,'_backorders','no'),
(12681,959,'_sold_individually','no'),
(12682,959,'_virtual','no'),
(12683,959,'_downloadable','no'),
(12684,959,'_download_limit','-1'),
(12685,959,'_download_expiry','-1'),
(12686,959,'_thumbnail_id','0'),
(12687,959,'_stock','0'),
(12688,959,'_stock_status','instock'),
(12689,959,'_wc_average_rating','0'),
(12690,959,'_wc_review_count','0'),
(12691,959,'attribute_pa_size','60'),
(12692,959,'_price','135'),
(12693,959,'_product_version','10.4.2'),
(12694,960,'_variation_description',''),
(12695,960,'_sku','UTEKI-B-s-62-1'),
(12696,960,'_regular_price','135'),
(12697,960,'total_sales','0'),
(12698,960,'_tax_status','taxable'),
(12699,960,'_tax_class','parent'),
(12700,960,'_manage_stock','no'),
(12701,960,'_backorders','no'),
(12702,960,'_sold_individually','no'),
(12703,960,'_virtual','no'),
(12704,960,'_downloadable','no'),
(12705,960,'_download_limit','-1'),
(12706,960,'_download_expiry','-1'),
(12707,960,'_thumbnail_id','0'),
(12708,960,'_stock','0'),
(12709,960,'_stock_status','instock'),
(12710,960,'_wc_average_rating','0'),
(12711,960,'_wc_review_count','0'),
(12712,960,'attribute_pa_size','62'),
(12713,960,'_price','135'),
(12714,960,'_product_version','10.4.2'),
(12715,961,'_variation_description',''),
(12716,961,'_sku','UTEKI-B-s-64-1'),
(12717,961,'_regular_price','135'),
(12718,961,'total_sales','0'),
(12719,961,'_tax_status','taxable'),
(12720,961,'_tax_class','parent'),
(12721,961,'_manage_stock','no'),
(12722,961,'_backorders','no'),
(12723,961,'_sold_individually','no'),
(12724,961,'_virtual','no'),
(12725,961,'_downloadable','no'),
(12726,961,'_download_limit','-1'),
(12727,961,'_download_expiry','-1'),
(12728,961,'_thumbnail_id','0'),
(12729,961,'_stock','0'),
(12730,961,'_stock_status','instock'),
(12731,961,'_wc_average_rating','0'),
(12732,961,'_wc_review_count','0'),
(12733,961,'attribute_pa_size','64'),
(12734,961,'_price','135'),
(12735,961,'_product_version','10.4.2'),
(12737,953,'_edit_lock','1770814802: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:181915;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:20491;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12740,953,'_edit_last','1'),
(12741,962,'_wp_attachment_image_alt','Uteki swirling ring with a prehnite oval stone. In gold plated sterling silver'),
(12742,963,'_wp_attached_file','2025/06/DSC00670.jpg'),
(12743,963,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2760;s:6:\"height\";i:2760;s:4:\"file\";s:20:\"2025/06/DSC00670.jpg\";s:8:\"filesize\";i:1396939;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00670-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34019;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294990764\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"20\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12744,963,'_wp_attachment_image_alt',''),
(12758,288,'_price','60'),
(12759,288,'_price','90'),
(12764,285,'_price','55'),
(12765,285,'_price','85'),
(12798,968,'_wp_attached_file','2024/09/PIASU-B-s.jpg'),
(12799,968,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/09/PIASU-B-s.jpg\";s:8:\"filesize\";i:187836;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"PIASU-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:17649;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12800,968,'_wp_attachment_image_alt','Piasu wide band silver ring with three hoops.'),
(12807,168,'_price','100'),
(12808,168,'_price','110'),
(12809,168,'_photos_colonne_gauche|||0|value','726'),
(12810,168,'_photos_colonne_droite|||0|value','180'),
(12811,168,'_photos_colonne_droite|||1|value','177'),
(12812,168,'_photos_colonne_droite|||2|value','178'),
(12813,168,'_photos_colonne_droite|||3|value','182'),
(12814,168,'_photos_colonne_droite|||4|value','179'),
(12815,168,'_photos_colonne_droite|||5|value','826'),
(12816,168,'_haiku_details_produit',''),
(12817,969,'_wp_attached_file','2024/10/TANEMAKI-C-1.jpg'),
(12818,969,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1276;s:4:\"file\";s:24:\"2024/10/TANEMAKI-C-1.jpg\";s:8:\"filesize\";i:581610;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"TANEMAKI-C-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:26499;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294266271\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(12819,969,'_wp_attachment_image_alt','Tanemaki silver necklace with fresh water grey pearls and gold plated details'),
(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.4.2'),
(13024,982,'_price','95'),
(13025,982,'_edit_lock','1765988004: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:4912;s:6:\"height\";i:2760;s:4:\"file\";s:20:\"2025/06/DSC00689.jpg\";s:8:\"filesize\";i:1445969;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:18191;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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.'),
(13033,993,'_wp_attached_file','2025/06/DSC00684.jpg'),
(13034,993,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2137;s:6:\"height\";i:2138;s:4:\"file\";s:20:\"2025/06/DSC00684.jpg\";s:8:\"filesize\";i:950776;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00684-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32474;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294991090\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13035,993,'_wp_attachment_image_alt','Uteki necklace with a droplet pendant and prehnite oval stone. Silver version'),
(13036,982,'_sku','UTEKI-C-s'),
(13037,982,'_regular_price','95'),
(13042,994,'_sku','UTEKI-C-g'),
(13043,994,'_regular_price','100'),
(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.4.2'),
(13061,994,'_price','100'),
(13066,994,'_edit_lock','1765987997: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:2760;s:6:\"height\";i:2760;s:4:\"file\";s:20:\"2025/06/DSC00699.jpg\";s:8:\"filesize\";i:1161535;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:33359;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294991497\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"19\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";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'),
(13191,1008,'_wp_attached_file','2025/07/PIASU-CR.jpg'),
(13192,1008,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:20:\"2025/07/PIASU-CR.jpg\";s:8:\"filesize\";i:167258;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"PIASU-CR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17860;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13193,1008,'_wp_attachment_image_alt','Piasu open hoops in sterling silver'),
(13194,1009,'_wp_attached_file','2025/07/IMG_4071.jpg'),
(13195,1009,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2098;s:6:\"height\";i:2800;s:4:\"file\";s:20:\"2025/07/IMG_4071.jpg\";s:8:\"filesize\";i:1221354;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4071-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28289;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:4:\"1.78\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:13:\"iPhone 14 Pro\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1751569172\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"6.86\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13196,1009,'_wp_attachment_image_alt',''),
(13197,1010,'_wp_attached_file','2025/07/DSC00642.jpg'),
(13198,1010,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2688;s:6:\"height\";i:2688;s:4:\"file\";s:20:\"2025/07/DSC00642.jpg\";s:8:\"filesize\";i:1374954;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC00642-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34750;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:6:\"NEX-C3\";s:7:\"caption\";s:8:\"SONY DSC\";s:17:\"created_timestamp\";s:10:\"1294989772\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"18\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:8:\"SONY DSC\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13199,1010,'_wp_attachment_image_alt','Piasu open hoops in sterling silver'),
(13902,1342,'_wp_attached_file','2025/08/UTEKI-B-g.jpg'),
(13903,1342,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4080;s:6:\"height\";i:3264;s:4:\"file\";s:21:\"2025/08/UTEKI-B-g.jpg\";s:8:\"filesize\";i:1066961;s:5:\"sizes\";a:2:{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:18584;}s:21:\"woocommerce_thumbnail\";a:6:{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:5046;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390728870\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:4080;s:6:\"height\";i:3264;s:4:\"file\";s:21:\"2025/08/UTEKI-B-s.jpg\";s:8:\"filesize\";i:1181300;s:5:\"sizes\";a:2:{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:17819;}s:21:\"woocommerce_thumbnail\";a:6:{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:4375;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390728769\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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','1343'),
(13917,1345,'_wp_attached_file','2025/06/UTEKI-C-g-1.jpg'),
(13918,1345,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4080;s:6:\"height\";i:3264;s:4:\"file\";s:23:\"2025/06/UTEKI-C-g-1.jpg\";s:8:\"filesize\";i:1597909;s:5:\"sizes\";a:2:{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:19736;}s:21:\"woocommerce_thumbnail\";a:6:{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:6035;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390800588\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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'),
(13924,1346,'_wp_attached_file','2025/06/UTEKI-C-s-1.jpg'),
(13925,1346,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3717;s:6:\"height\";i:2974;s:4:\"file\";s:23:\"2025/06/UTEKI-C-s-1.jpg\";s:8:\"filesize\";i:753912;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"UTEKI-C-s-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:14436;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"UTEKI-C-s-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:4119;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390800746\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13926,1346,'_wp_attachment_image_alt','Uteki necklace with a droplet pendant and prehnite oval stone. In gold plated silver.'),
(13927,982,'_thumbnail_id','1346'),
(13932,1347,'_wp_attached_file','2024/11/BOROBORO-B-st.jpg'),
(13933,1347,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3651;s:6:\"height\";i:2921;s:4:\"file\";s:25:\"2024/11/BOROBORO-B-st.jpg\";s:8:\"filesize\";i:764276;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"BOROBORO-B-st-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16603;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"BOROBORO-B-st-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3355;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390729086\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13934,1347,'_wp_attachment_image_alt','BoroBoro minimalist sterling silver ring with movable tiger eye bead.'),
(13935,1348,'_wp_attached_file','2024/11/BOROBORO-B.jpg'),
(13936,1348,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4080;s:6:\"height\";i:3264;s:4:\"file\";s:22:\"2024/11/BOROBORO-B.jpg\";s:8:\"filesize\";i:964649;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"BOROBORO-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:18503;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390729277\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13937,1348,'_wp_attachment_image_alt','BoroBoro minimalist rings with movable bead.'),
(13943,1349,'_wp_attached_file','2024/11/BOROBORO-B-sj.jpg'),
(13944,1349,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3844;s:6:\"height\";i:3076;s:4:\"file\";s:25:\"2024/11/BOROBORO-B-sj.jpg\";s:8:\"filesize\";i:942770;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"BOROBORO-B-sj-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16514;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"BOROBORO-B-sj-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3313;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390729118\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13945,1349,'_wp_attachment_image_alt','BoroBoro bead ring silver and honey jade.'),
(13952,1351,'_wp_attached_file','2024/11/BOROBORO-B-g.jpg'),
(13953,1351,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3852;s:6:\"height\";i:3081;s:4:\"file\";s:24:\"2024/11/BOROBORO-B-g.jpg\";s:8:\"filesize\";i:896746;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"BOROBORO-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:16930;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"BOROBORO-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:3647;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390729212\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13954,1351,'_wp_attachment_image_alt','BoroBoro minimalist gold plated ring with movable prehnite bead.'),
(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:711273;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:14622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3752;s:6:\"height\";i:3002;s:4:\"file\";s:19:\"2024/10/DSC9240.jpg\";s:8:\"filesize\";i:1559638;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:13619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:299229;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:12533;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:4029;s:6:\"height\";i:3223;s:4:\"file\";s:20:\"2024/10/FUYOU-BR.jpg\";s:8:\"filesize\";i:904391;s:5:\"sizes\";a:2:{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:19450;}s:21:\"woocommerce_thumbnail\";a:6:{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:5622;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390801216\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(13971,1356,'_wp_attachment_image_alt',''),
(13972,258,'_thumbnail_id','1356'),
(13973,258,'_photos_colonne_gauche|||0|value','1356'),
(13975,258,'_photos_colonne_droite|||1|value','1354'),
(13976,258,'_photos_colonne_droite|||2|value','1353'),
(13977,258,'_haiku_details_produit',''),
(13993,1365,'_wp_attached_file','2024/11/FUYOU-B0.jpg'),
(13994,1365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3920;s:6:\"height\";i:3136;s:4:\"file\";s:20:\"2024/11/FUYOU-B0.jpg\";s:8:\"filesize\";i:910436;s:5:\"sizes\";a:2:{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:19325;}s:21:\"woocommerce_thumbnail\";a:6:{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:5479;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390810915\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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.'),
(13999,1367,'_wp_attached_file','2024/11/DSC0249-1.jpg'),
(14000,1367,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:21:\"2024/11/DSC0249-1.jpg\";s:8:\"filesize\";i:483245;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"DSC0249-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:16779;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14001,1367,'_wp_attachment_image_alt','Fuyou long dangling earrings in silver with fluid oval shapes and gold plated details.'),
(14004,766,'_thumbnail_id','1365'),
(14012,1369,'_wp_attached_file','2024/10/HATTARI-CR2-arg.jpg'),
(14013,1369,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3922;s:6:\"height\";i:3138;s:4:\"file\";s:27:\"2024/10/HATTARI-CR2-arg.jpg\";s:8:\"filesize\";i:802503;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"HATTARI-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:17671;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"HATTARI-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:17671;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390810186\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(14014,1369,'_wp_attachment_image_alt','Hattari stacked hoops in sterling silver.'),
(14020,1371,'_wp_attached_file','2024/10/HATTARI-CR2-or.jpg'),
(14021,1371,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3704;s:6:\"height\";i:2963;s:4:\"file\";s:26:\"2024/10/HATTARI-CR2-or.jpg\";s:8:\"filesize\";i:763800;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"HATTARI-CR2-or-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19395;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"HATTARI-CR2-or-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5700;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390810363\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(14022,1371,'_wp_attachment_image_alt','Hattari stacked hoops in gold plated silver.'),
(14023,288,'_thumbnail_id','1371'),
(14028,285,'_thumbnail_id','1369'),
(14029,285,'_photos_colonne_gauche|||0|value','1369'),
(14030,285,'_photos_colonne_droite|||0|value','287'),
(14031,285,'_haiku_details_produit',''),
(14046,1377,'_wp_attached_file','2024/11/MUGURA-CR1solo.jpg'),
(14047,1377,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4080;s:6:\"height\";i:3264;s:4:\"file\";s:26:\"2024/11/MUGURA-CR1solo.jpg\";s:8:\"filesize\";i:906768;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"MUGURA-CR1solo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16182;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"MUGURA-CR1solo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16182;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390809607\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(14048,1377,'_wp_attachment_image_alt','Mugura solo hoop with wavy gold plated element.'),
(14049,496,'_thumbnail_id','1377'),
(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',''),
(14062,1378,'_wp_attached_file','2025/08/PIASU-CR-1.jpg'),
(14063,1378,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:22:\"2025/08/PIASU-CR-1.jpg\";s:8:\"filesize\";i:88383;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:{}}}'),
(14064,1379,'_wp_attached_file','2025/08/PIASU-CR-2.jpg'),
(14065,1379,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3768;s:6:\"height\";i:3015;s:4:\"file\";s:22:\"2025/08/PIASU-CR-2.jpg\";s:8:\"filesize\";i:733914;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"PIASU-CR-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:5855;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14066,1378,'_wp_attachment_image_alt','Piasu open hoops ending with a silver bead.'),
(14067,1379,'_wp_attachment_image_alt','Piasu open hoops ending with a silver bead.'),
(14079,1381,'_wp_attached_file','2024/10/FUYOU-C-2.jpg'),
(14080,1381,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4080;s:6:\"height\";i:3264;s:4:\"file\";s:21:\"2024/10/FUYOU-C-2.jpg\";s:8:\"filesize\";i:987866;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:20016;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390804372\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:4080;s:6:\"height\";i:3264;s:4:\"file\";s:23:\"2024/10/FUYOU-C-1-1.jpg\";s:8:\"filesize\";i:1186192;s:5:\"sizes\";a:2:{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:20218;}s:21:\"woocommerce_thumbnail\";a:6:{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:6150;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390804434\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:4080;s:6:\"height\";i:3264;s:4:\"file\";s:23:\"2024/10/IKKAN-C-1-1.jpg\";s:8:\"filesize\";i:1089765;s:5:\"sizes\";a:2:{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:19467;}s:21:\"woocommerce_thumbnail\";a:6:{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:5780;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390804098\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"250\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:3814;s:6:\"height\";i:3051;s:4:\"file\";s:23:\"2024/10/IKKAN-C-2-1.jpg\";s:8:\"filesize\";i:835517;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:18572;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390804077\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:3127;s:6:\"height\";i:2502;s:4:\"file\";s:21:\"2025/08/FUYOU-CR1.jpg\";s:8:\"filesize\";i:557492;s:5:\"sizes\";a:2:{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:16077;}s:21:\"woocommerce_thumbnail\";a:6:{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:16077;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390808402\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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','1388'),
(14120,318,'_photos_colonne_gauche|||0|value','1388'),
(14121,318,'_photos_colonne_droite|||0|value','714'),
(14122,318,'_photos_colonne_droite|||1|value','324'),
(14123,318,'_photos_colonne_droite|||2|value','323'),
(14124,318,'_haiku_details_produit',''),
(14132,1391,'_wp_attached_file','2025/08/MUGURA-CR2-g.jpg'),
(14133,1391,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3973;s:6:\"height\";i:3179;s:4:\"file\";s:24:\"2025/08/MUGURA-CR2-g.jpg\";s:8:\"filesize\";i:864612;s:5:\"sizes\";a:2:{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:17606;}s:21:\"woocommerce_thumbnail\";a:6:{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:4221;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390808566\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:4080;s:6:\"height\";i:3264;s:4:\"file\";s:24:\"2025/08/MUGURA-CR2-s.jpg\";s:8:\"filesize\";i:901135;s:5:\"sizes\";a:2:{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:16952;}s:21:\"woocommerce_thumbnail\";a:6:{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:3585;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390808580\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(14149,1393,'_wp_attachment_image_alt','Mugura minimalist sterling silver hoops.'),
(14150,393,'_thumbnail_id','1393'),
(14161,1395,'_wp_attached_file','2025/08/BOROBORO-BO2-s.jpg'),
(14162,1395,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3904;s:6:\"height\";i:3124;s:4:\"file\";s:26:\"2025/08/BOROBORO-BO2-s.jpg\";s:8:\"filesize\";i:842962;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"BOROBORO-BO2-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:18681;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"BOROBORO-BO2-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:18681;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390807710\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(14163,1395,'_wp_attachment_image_alt','pair of Boroboro long sterling silver earrings with asymmetrical shapes.'),
(14164,183,'_thumbnail_id','1395'),
(14177,1396,'_wp_attached_file','2025/08/BOROBORO-BO2-g.jpg'),
(14178,1396,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3887;s:6:\"height\";i:3109;s:4:\"file\";s:26:\"2025/08/BOROBORO-BO2-g.jpg\";s:8:\"filesize\";i:810245;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"BOROBORO-BO2-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:20806;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"BOROBORO-BO2-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:20806;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390807479\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(14179,1396,'_wp_attachment_image_alt','pair of Boroboro long gold plated earrings with asymmetrical shapes.'),
(14180,213,'_thumbnail_id','1396'),
(14186,1397,'_wp_attached_file','2024/10/DSCF7880.jpg'),
(14187,1397,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3648;s:6:\"height\";i:4560;s:4:\"file\";s:20:\"2024/10/DSCF7880.jpg\";s:8:\"filesize\";i:1214559;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:11851;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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.'),
(14189,1398,'_wp_attached_file','2024/10/DSCF7869.jpg'),
(14190,1398,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4560;s:6:\"height\";i:3648;s:4:\"file\";s:20:\"2024/10/DSCF7869.jpg\";s:8:\"filesize\";i:881724;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7869-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13358;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14191,1398,'_wp_attachment_image_alt','Ikkan necklace in sterling silver with some gold plated links.'),
(14192,1399,'_wp_attached_file','2024/10/DSCF7860.jpg'),
(14193,1399,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4560;s:6:\"height\";i:3648;s:4:\"file\";s:20:\"2024/10/DSCF7860.jpg\";s:8:\"filesize\";i:703862;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF7860-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9742;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14194,1399,'_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',''),
(14207,263,'_photos_colonne_gauche|||0|value','1383'),
(14208,263,'_photos_colonne_droite|||0|value','1397'),
(14209,263,'_photos_colonne_droite|||1|value','1398'),
(14210,263,'_photos_colonne_droite|||2|value','1399'),
(14211,263,'_photos_colonne_droite|||3|value','1384'),
(14212,263,'_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'),
(14225,1401,'_thumbnail_id','1402'),
(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'),
(14239,1402,'_wp_attached_file','2025/09/UTEKI-CR-g.jpg'),
(14240,1402,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3851;s:6:\"height\";i:3081;s:4:\"file\";s:22:\"2025/09/UTEKI-CR-g.jpg\";s:8:\"filesize\";i:762160;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"UTEKI-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:19207;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"UTEKI-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:5415;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390807161\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(14241,1402,'_wp_attachment_image_alt','Uteki hoops with intertwined gold plated silver wire.'),
(14242,1403,'_wp_attached_file','2025/09/DSCF8538.jpg'),
(14243,1403,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3238;s:6:\"height\";i:2591;s:4:\"file\";s:20:\"2025/09/DSCF8538.jpg\";s:8:\"filesize\";i:823345;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8538-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14684;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14244,1404,'_wp_attached_file','2025/09/DSCF8521.jpg'),
(14245,1404,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3432;s:6:\"height\";i:4290;s:4:\"file\";s:20:\"2025/09/DSCF8521.jpg\";s:8:\"filesize\";i:1379543;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8521-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16828;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14246,1405,'_wp_attached_file','2025/09/DSCF8493.jpg'),
(14247,1405,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2968;s:6:\"height\";i:3711;s:4:\"file\";s:20:\"2025/09/DSCF8493.jpg\";s:8:\"filesize\";i:1254939;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8493-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18895;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14248,1403,'_wp_attachment_image_alt','Uteki hoops with intertwined gold plated silver wire.'),
(14249,1404,'_wp_attachment_image_alt','Uteki hoops with intertwined gold plated silver wire.'),
(14250,1405,'_wp_attachment_image_alt','Uteki hoops with intertwined gold plated silver wire.'),
(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'),
(14273,1406,'_thumbnail_id','1407'),
(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'),
(14287,1407,'_wp_attached_file','2025/09/UTEKI-CR-s.jpg'),
(14288,1407,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3673;s:6:\"height\";i:2938;s:4:\"file\";s:22:\"2025/09/UTEKI-CR-s.jpg\";s:8:\"filesize\";i:700775;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"UTEKI-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:17756;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"UTEKI-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:4304;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390807140\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(14289,1407,'_wp_attachment_image_alt','Uteki hoops with intertwined silver wire.'),
(14290,1406,'_edit_last','1'),
(14293,1409,'_wp_attached_file','2025/09/DSCF8461.jpg'),
(14294,1409,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2554;s:6:\"height\";i:3192;s:4:\"file\";s:20:\"2025/09/DSCF8461.jpg\";s:8:\"filesize\";i:918417;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8461-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19078;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14295,1410,'_wp_attached_file','2025/09/DSCF8462.jpg'),
(14296,1410,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3463;s:6:\"height\";i:4329;s:4:\"file\";s:20:\"2025/09/DSCF8462.jpg\";s:8:\"filesize\";i:1288706;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8462-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18916;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14299,1409,'_wp_attachment_image_alt','Uteki hoops with intertwined silver wire.'),
(14300,1410,'_wp_attachment_image_alt','Uteki hoops with intertwined silver wire.'),
(14311,1411,'_wp_attached_file','2025/09/DSCF8447.jpg'),
(14312,1411,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2474;s:6:\"height\";i:3092;s:4:\"file\";s:20:\"2025/09/DSCF8447.jpg\";s:8:\"filesize\";i:811986;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8447-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15566;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14313,1411,'_wp_attachment_image_alt','Uteki hoops with intertwined silver wire.'),
(14530,1422,'_wp_attached_file','2024/11/IMG_1504-1.jpg'),
(14531,1422,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1920;s:4:\"file\";s:22:\"2024/11/IMG_1504-1.jpg\";s:8:\"filesize\";i:542654;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_1504-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:13283;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14532,1422,'_wp_attachment_image_alt','BoroBoro minimalist silver ring with movable honey jade bead.'),
(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','1445'),
(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','1777036147: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:3855;s:6:\"height\";i:3084;s:4:\"file\";s:20:\"2025/09/PISHI-BO.jpg\";s:8:\"filesize\";i:1111576;s:5:\"sizes\";a:2:{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:22221;}s:21:\"woocommerce_thumbnail\";a:6:{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:7449;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393636870\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"640\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:3037;s:6:\"height\";i:3680;s:4:\"file\";s:20:\"2025/09/DSCF8198.jpg\";s:8:\"filesize\";i:1641696;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:18749;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:1946;s:6:\"height\";i:2570;s:4:\"file\";s:35:\"2025/09/DSCF8226-e1758365681430.jpg\";s:8:\"filesize\";i:885477;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: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:{}}}'),
(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:3648;s:6:\"height\";i:4864;s:4:\"file\";s:20:\"2025/09/DSCF8277.jpg\";s:8:\"filesize\";i:1711248;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:18232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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'),
(14691,1452,'_wp_attached_file','2025/06/DSCF8669.jpg'),
(14692,1452,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4403;s:6:\"height\";i:3523;s:4:\"file\";s:20:\"2025/06/DSCF8669.jpg\";s:8:\"filesize\";i:1187727;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8669-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12914;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14693,1452,'_wp_attachment_image_alt','Uteki necklace with a droplet pendant and prehnite oval stone. Silver version'),
(14707,1454,'_wp_attached_file','2024/10/DSCF8686.jpg'),
(14708,1454,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2736;s:6:\"height\";i:3648;s:4:\"file\";s:20:\"2024/10/DSCF8686.jpg\";s:8:\"filesize\";i:985661;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8686-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16385;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14709,1454,'_wp_attachment_image_alt','BoroBoro asymmetrical oval shaped earrings sterling silver.'),
(14710,1455,'_wp_attached_file','2024/10/DSCF8674.jpg'),
(14711,1455,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2768;s:6:\"height\";i:3459;s:4:\"file\";s:20:\"2024/10/DSCF8674.jpg\";s:8:\"filesize\";i:929535;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8674-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14712,1455,'_wp_attachment_image_alt','BoroBoro asymmetrical oval shaped earrings sterling silver.'),
(14720,1456,'_wp_attached_file','2024/10/DSCF8693.jpg'),
(14721,1456,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2440;s:6:\"height\";i:3049;s:4:\"file\";s:20:\"2024/10/DSCF8693.jpg\";s:8:\"filesize\";i:680909;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8693-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14366;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14722,1456,'_wp_attachment_image_alt','BoroBoro asymmetrical oval shaped earrings gold plated silver.'),
(14723,1457,'_wp_attached_file','2024/10/DSCF8676.jpg'),
(14724,1457,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1970;s:6:\"height\";i:2462;s:4:\"file\";s:20:\"2024/10/DSCF8676.jpg\";s:8:\"filesize\";i:671776;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:17686;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','1476'),
(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','1777036494: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:3920;s:6:\"height\";i:3136;s:4:\"file\";s:19:\"2025/09/PIASU-B.jpg\";s:8:\"filesize\";i:1419521;s:5:\"sizes\";a:2:{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:17404;}s:21:\"woocommerce_thumbnail\";a:6:{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:3592;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393569664\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:2276;s:6:\"height\";i:2845;s:4:\"file\";s:20:\"2025/09/DSCF7789.jpg\";s:8:\"filesize\";i:478890;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:14442;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2744;s:6:\"height\";i:3429;s:4:\"file\";s:20:\"2025/09/DSCF7842.jpg\";s:8:\"filesize\";i:501714;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:10632;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2545;s:6:\"height\";i:3181;s:4:\"file\";s:20:\"2025/09/DSCF7809.jpg\";s:8:\"filesize\";i:566391;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:16420;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3427;s:6:\"height\";i:4284;s:4:\"file\";s:20:\"2024/10/DSCF8158.jpg\";s:8:\"filesize\";i:1398601;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:16918;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:379321;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:16614;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2556;s:6:\"height\";i:3195;s:4:\"file\";s:20:\"2024/10/DSCF8026.jpg\";s:8:\"filesize\";i:914261;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:3767;s:6:\"height\";i:3013;s:4:\"file\";s:21:\"2024/10/PIASU-BO2.jpg\";s:8:\"filesize\";i:881946;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:17694;}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:17694;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393637278\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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'),
(15250,1492,'_wp_attached_file','2025/10/IKKAN-CR1.jpg'),
(15251,1492,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1536;s:4:\"file\";s:21:\"2025/10/IKKAN-CR1.jpg\";s:8:\"filesize\";i:244496;s:5:\"sizes\";a:1:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IKKAN-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:3056;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:{}}}'),
(15252,1492,'_wp_attachment_image_alt','Kime solo hoop in gold plated with a marine link element in sterling silver.'),
(15253,1493,'_wp_attached_file','2025/10/DSCF7652.jpg'),
(15254,1493,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3534;s:6:\"height\";i:4418;s:4:\"file\";s:20:\"2025/10/DSCF7652.jpg\";s:8:\"filesize\";i:808925;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:11161;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:192623;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:12423;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3429;s:6:\"height\";i:4287;s:4:\"file\";s:20:\"2025/10/DSCF7638.jpg\";s:8:\"filesize\";i:810228;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:14762;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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.'),
(15262,1491,'_thumbnail_id','1492'),
(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:1:{s:8:\"filesize\";i:826408;}'),
(15303,1503,'_wp_attached_file','2025/09/DSCF8521-1.jpg'),
(15304,1503,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3257;s:6:\"height\";i:4072;s:4:\"file\";s:22:\"2025/09/DSCF8521-1.jpg\";s:8:\"filesize\";i:1339844;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"DSCF8521-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:17596;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15305,1503,'_wp_attachment_image_alt','Uteki hoops with intertwined silver wire.'),
(15311,1504,'_wp_attached_file','2025/09/DSCF8490.jpg'),
(15312,1504,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2726;s:6:\"height\";i:3407;s:4:\"file\";s:20:\"2025/09/DSCF8490.jpg\";s:8:\"filesize\";i:1027009;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF8490-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17905;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(15313,1504,'_wp_attachment_image_alt','Uteki hoops with intertwined gold plated silver wire.'),
(15319,1505,'_wp_attached_file','2025/06/2025HAIKU_00079.jpg'),
(15320,1505,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:3125;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00079.jpg\";s:8:\"filesize\";i:1945332;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:18798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:2500;s:6:\"height\";i:3125;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00050.jpg\";s:8:\"filesize\";i:1353438;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:15608;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(15324,1507,'_wp_attached_file','2025/06/2025HAIKU_0006.jpg'),
(15325,1507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:3125;s:4:\"file\";s:26:\"2025/06/2025HAIKU_0006.jpg\";s:8:\"filesize\";i:1004545;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:14318;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:2500;s:6:\"height\";i:3125;s:4:\"file\";s:26:\"2025/06/2025HAIKU_0004.jpg\";s:8:\"filesize\";i:713512;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:14927;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:2500;s:6:\"height\";i:3125;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00020.jpg\";s:8:\"filesize\";i:1780828;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:23306;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(15338,1510,'_wp_attached_file','2025/06/2025HAIKU_00013.jpg'),
(15339,1510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:3125;s:4:\"file\";s:27:\"2025/06/2025HAIKU_00013.jpg\";s:8:\"filesize\";i:1095811;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:13374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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.4.2'),
(15370,1512,'_price','70'),
(15375,1512,'_edit_lock','1770813398: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:4080;s:6:\"height\";i:3264;s:4:\"file\";s:22:\"2025/11/PIASU-EC-s.jpg\";s:8:\"filesize\";i:1158074;s:5:\"sizes\";a:2:{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:3017;}s:21:\"woocommerce_thumbnail\";a:6:{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:3017;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:{}}}'),
(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:2636;s:6:\"height\";i:3295;s:4:\"file\";s:20:\"2025/11/DSCF7654.jpg\";s:8:\"filesize\";i:1150475;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:16331;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3576;s:6:\"height\";i:4470;s:4:\"file\";s:20:\"2025/11/DSCF7673.jpg\";s:8:\"filesize\";i:1679554;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:13073;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','1513'),
(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.4.2'),
(15413,1516,'_price','75'),
(15418,1516,'_edit_lock','1770813390:1'),
(15419,1517,'_wp_attached_file','2025/11/PIASU-EC-g.jpg'),
(15420,1517,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4080;s:6:\"height\";i:3264;s:4:\"file\";s:22:\"2025/11/PIASU-EC-g.jpg\";s:8:\"filesize\";i:881698;s:5:\"sizes\";a:2:{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:16758;}s:21:\"woocommerce_thumbnail\";a:6:{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:16758;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1390811824\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:5304;s:6:\"height\";i:6630;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00010.jpg\";s:8:\"filesize\";i:2065072;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:18519;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(15425,1519,'_wp_attached_file','2025/11/2025HAIKU_00029.jpg'),
(15426,1519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4053;s:6:\"height\";i:5067;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00029.jpg\";s:8:\"filesize\";i:1846554;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:18579;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(15427,1518,'_wp_attachment_image_alt',''),
(15428,1519,'_wp_attachment_image_alt','Piasu ear cuff in gold plated silver. A statement piece composed of thick wires and silver beads.'),
(15429,1519,'_wp_attachment_image_alt','Piasu ear cuff in gold plated silver. A statement piece composed of thick wires and silver beads.'),
(15572,1524,'_wp_attached_file','2025/11/PIASU-BO1-g.jpg'),
(15573,1524,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3698;s:6:\"height\";i:2958;s:4:\"file\";s:23:\"2025/11/PIASU-BO1-g.jpg\";s:8:\"filesize\";i:547570;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"PIASU-BO1-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:18105;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393568082\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(15574,1524,'_wp_attachment_image_alt','Piasu pending earrings. Maxi version of a stud piercing. In gold plated silver.'),
(15575,1525,'_wp_attached_file','2025/11/PIASU-BO1-s.jpg'),
(15576,1525,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3110;s:6:\"height\";i:2488;s:4:\"file\";s:23:\"2025/11/PIASU-BO1-s.jpg\";s:8:\"filesize\";i:395287;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"PIASU-BO1-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:17135;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"PIASU-BO1-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:17135;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393567990\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(15577,1525,'_wp_attachment_image_alt','Piasu pending earrings. Maxi version of a stud piercing. In sterling silver.'),
(15578,1526,'_wp_attached_file','2025/11/2025HAIKU_00032.jpg'),
(15579,1526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:5304;s:6:\"height\";i:6630;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00032.jpg\";s:8:\"filesize\";i:2047308;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:16224;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(15580,1526,'_wp_attachment_image_alt',''),
(15581,1527,'_wp_attached_file','2025/11/2025HAIKU_00057.jpg'),
(15582,1527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4583;s:6:\"height\";i:5728;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00057.jpg\";s:8:\"filesize\";i:2034037;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00057-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18670;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(15583,1527,'_wp_attachment_image_alt','Piasu pending earrings. Maxi version of a stud piercing. In sterling silver.'),
(15596,1512,'_photos_colonne_gauche|||0|value','1513'),
(15597,1512,'_photos_colonne_droite|||0|value','1514'),
(15598,1512,'_photos_colonne_droite|||1|value','1515'),
(15599,1512,'_haiku_details_produit',''),
(15600,1516,'_photos_colonne_gauche|||0|value','1517'),
(15601,1516,'_photos_colonne_droite|||0|value','1518'),
(15602,1516,'_photos_colonne_droite|||1|value','1519'),
(15603,1516,'_haiku_details_produit',''),
(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','1532'),
(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','1777035426: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:4080;s:6:\"height\";i:3264;s:4:\"file\";s:25:\"2025/11/TAMANORI-EC-g.jpg\";s:8:\"filesize\";i:596187;s:5:\"sizes\";a:2:{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:17462;}s:21:\"woocommerce_thumbnail\";a:6:{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:3579;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393569092\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:1591;s:6:\"height\";i:2385;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00011.jpg\";s:8:\"filesize\";i:2069803;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:21510;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:1591;s:6:\"height\";i:2385;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00019.jpg\";s:8:\"filesize\";i:1746031;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:21874;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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','1536'),
(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','1777035371:1'),
(15696,1536,'_wp_attached_file','2025/11/TAMANORI-EC-s.jpg'),
(15697,1536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3177;s:6:\"height\";i:2542;s:4:\"file\";s:25:\"2025/11/TAMANORI-EC-s.jpg\";s:8:\"filesize\";i:319272;s:5:\"sizes\";a:2:{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:16655;}s:21:\"woocommerce_thumbnail\";a:6:{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:16655;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393569131\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:5:\"0.001\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:1591;s:6:\"height\";i:2385;s:4:\"file\";s:26:\"2025/11/2025HAIKU_0001.jpg\";s:8:\"filesize\";i:1574318;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:13301;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:1403;s:6:\"height\";i:2154;s:4:\"file\";s:44:\"2025/11/2025HAIKU_00019-1-e1764147483802.jpg\";s:8:\"filesize\";i:556817;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:20824;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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;}}'),
(15707,1535,'_photos_colonne_gauche|||0|value','1536'),
(15708,1535,'_photos_colonne_droite|||0|value','1537'),
(15709,1535,'_photos_colonne_droite|||1|value','1538'),
(15710,1535,'_haiku_details_produit',''),
(15711,1531,'_photos_colonne_gauche|||0|value','1532'),
(15712,1531,'_photos_colonne_droite|||0|value','1533'),
(15713,1531,'_photos_colonne_droite|||1|value','1534'),
(15714,1531,'_haiku_details_produit',''),
(15715,1539,'_wp_attached_file','2025/11/2025HAIKU_00031.jpg'),
(15716,1539,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1509;s:6:\"height\";i:2262;s:4:\"file\";s:27:\"2025/11/2025HAIKU_00031.jpg\";s:8:\"filesize\";i:1640516;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"2025HAIKU_00031-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20299;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(15717,1539,'_wp_attachment_image_alt','Piasu pending earrings. Maxi version of a stud piercing. In sterling silver.'),
(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','0'),
(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','1545'),
(15770,1541,'_stock','1'),
(15771,1541,'_stock_status','instock'),
(15772,1541,'_wc_average_rating','0'),
(15773,1541,'_wc_review_count','0'),
(15775,1541,'_product_version','10.4.2'),
(15842,1541,'_price','75'),
(15843,1541,'_price','75'),
(15844,1541,'_edit_lock','1770812796: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:3660;s:6:\"height\";i:2928;s:4:\"file\";s:25:\"2025/11/HATTARI-CR1-s.jpg\";s:8:\"filesize\";i:589738;s:5:\"sizes\";a:2:{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:17020;}s:21:\"woocommerce_thumbnail\";a:6:{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:3694;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1394156931\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:2918;s:6:\"height\";i:3648;s:4:\"file\";s:20:\"2025/11/DSCF7730.jpg\";s:8:\"filesize\";i:2060914;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:14333;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2301;s:6:\"height\";i:2876;s:4:\"file\";s:20:\"2025/11/DSCF7724.jpg\";s:8:\"filesize\";i:1873335;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:13200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2179;s:6:\"height\";i:2724;s:4:\"file\";s:20:\"2025/11/DSCF7723.jpg\";s:8:\"filesize\";i:1799467;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:15189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','1551'),
(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','1777035142:1'),
(15894,1551,'_wp_attached_file','2025/11/HATTARI-CR1-g.jpg'),
(15895,1551,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3825;s:6:\"height\";i:3060;s:4:\"file\";s:25:\"2025/11/HATTARI-CR1-g.jpg\";s:8:\"filesize\";i:627414;s:5:\"sizes\";a:2:{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:17162;}s:21:\"woocommerce_thumbnail\";a:6:{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:3852;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1394156895\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:2661;s:6:\"height\";i:3326;s:4:\"file\";s:20:\"2025/11/DSCF8607.jpg\";s:8:\"filesize\";i:1804474;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:16532;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2255;s:6:\"height\";i:2819;s:4:\"file\";s:20:\"2025/11/DSCF8596.jpg\";s:8:\"filesize\";i:1918809;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:19634;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:1500102;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:17613;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','1556'),
(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','1777035151: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:3921;s:6:\"height\";i:3137;s:4:\"file\";s:24:\"2025/11/HATTARI-EC-s.jpg\";s:8:\"filesize\";i:1031253;s:5:\"sizes\";a:2:{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:16376;}s:21:\"woocommerce_thumbnail\";a:6:{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:2717;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393636706\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:2952;s:6:\"height\";i:3690;s:4:\"file\";s:20:\"2025/11/DSCF7711.jpg\";s:8:\"filesize\";i:2058860;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:15275;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2734;s:6:\"height\";i:3417;s:4:\"file\";s:20:\"2025/11/DSCF7713.jpg\";s:8:\"filesize\";i:2006136;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:16230;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2134;s:6:\"height\";i:2668;s:4:\"file\";s:20:\"2025/11/DSCF7727.jpg\";s:8:\"filesize\";i:1859678;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:13825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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'),
(15988,1560,'_thumbnail_id','1561'),
(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','1777035083:1'),
(16002,1561,'_wp_attached_file','2025/11/HATTARI-EC-g.jpg'),
(16003,1561,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3872;s:6:\"height\";i:3098;s:4:\"file\";s:24:\"2025/11/HATTARI-EC-g.jpg\";s:8:\"filesize\";i:449439;s:5:\"sizes\";a:2:{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:16673;}s:21:\"woocommerce_thumbnail\";a:6:{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:2882;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:4:\"X-T1\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1393636752\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:3:\"800\";s:13:\"shutter_speed\";s:18:\"0.0055555555555556\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";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:2052;s:6:\"height\";i:2565;s:4:\"file\";s:20:\"2025/11/DSCF8415.jpg\";s:8:\"filesize\";i:2015737;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:15488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2369;s:6:\"height\";i:2962;s:4:\"file\";s:20:\"2025/11/DSCF8503.jpg\";s:8:\"filesize\";i:2024515;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:18870;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2523;s:6:\"height\";i:3154;s:4:\"file\";s:20:\"2025/11/DSCF8502.jpg\";s:8:\"filesize\";i:1888538;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:17738;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:1326;s:6:\"height\";i:1988;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00063.jpg\";s:8:\"filesize\";i:1828070;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:18747;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:2007;s:6:\"height\";i:2508;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00049.jpg\";s:8:\"filesize\";i:1986991;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:20593;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:1365;s:6:\"height\";i:2046;s:4:\"file\";s:27:\"2024/10/2025HAIKU_00080.jpg\";s:8:\"filesize\";i:2077626;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:31935;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(16029,1567,'_wp_attachment_image_alt','Fuyou sterling silver necklace with fluid elements and gold plated dangling detail.'),
(16035,274,'_photos_colonne_gauche|||0|value','1382'),
(16036,274,'_photos_colonne_droite|||0|value','1565'),
(16037,274,'_photos_colonne_droite|||1|value','1566'),
(16038,274,'_photos_colonne_droite|||2|value','1567'),
(16039,274,'_haiku_details_produit',''),
(16040,1568,'_wp_attached_file','2024/11/2025HAIKU_00024.jpg'),
(16041,1568,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1856;s:6:\"height\";i:2320;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00024.jpg\";s:8:\"filesize\";i:2087764;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:21988;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:1844;s:6:\"height\";i:2306;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00022.jpg\";s:8:\"filesize\";i:1891696;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:24136;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:1872;s:6:\"height\";i:2340;s:4:\"file\";s:27:\"2024/11/2025HAIKU_00035.jpg\";s:8:\"filesize\";i:1837026;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:23387;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:1324328;s:5:\"sizes\";a:2:{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:7231;}s:21:\"woocommerce_thumbnail\";a:6:{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:7231;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:{}}}'),
(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:89059;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:8291;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:112032;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:9962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:1:{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:1:{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:{}'),
(16608,1560,'_photos_colonne_gauche|||0|value','1561'),
(16609,1560,'_photos_colonne_droite|||0|value','1562'),
(16610,1560,'_photos_colonne_droite|||1|value','1563'),
(16611,1560,'_photos_colonne_droite|||2|value','1564'),
(16612,1560,'_haiku_details_produit',''),
(16613,1555,'_photos_colonne_gauche|||0|value','1556'),
(16614,1555,'_photos_colonne_droite|||0|value','1559'),
(16615,1555,'_photos_colonne_droite|||1|value','1557'),
(16616,1555,'_photos_colonne_droite|||2|value','1558'),
(16617,1555,'_haiku_details_produit',''),
(16618,1549,'_photos_colonne_gauche|||0|value','1551'),
(16619,1549,'_photos_colonne_droite|||0|value','1552'),
(16620,1549,'_photos_colonne_droite|||1|value','1553'),
(16621,1549,'_photos_colonne_droite|||2|value','1554'),
(16622,1549,'_haiku_details_produit',''),
(16623,1541,'_photos_colonne_gauche|||0|value','1545'),
(16624,1541,'_photos_colonne_droite|||0|value','1546'),
(16625,1541,'_photos_colonne_droite|||1|value','1547'),
(16626,1541,'_photos_colonne_droite|||2|value','1548'),
(16627,1541,'_haiku_details_produit',''),
(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',''),
(16647,398,'_photos_colonne_gauche|||0|value','1391'),
(16648,398,'_photos_colonne_droite|||0|value','400'),
(16649,398,'_photos_colonne_droite|||1|value','401'),
(16650,398,'_haiku_details_produit',''),
(16651,393,'_photos_colonne_gauche|||0|value','1393'),
(16652,393,'_photos_colonne_droite|||0|value','397'),
(16653,393,'_photos_colonne_droite|||1|value','673'),
(16654,393,'_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.4.2'),
(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.4.2'),
(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.4.2'),
(16706,1619,'_regular_price','75'),
(16707,1619,'_thumbnail_id','0'),
(16708,1619,'_price','75'),
(16709,1620,'_regular_price','75'),
(16710,1620,'_thumbnail_id','0'),
(16711,1620,'_price','75'),
(16712,1621,'_regular_price','110'),
(16713,1621,'_thumbnail_id','0'),
(16714,1621,'_price','110'),
(16935,1650,'_wp_attached_file','2025/09/2025HAIKU_00068.jpg'),
(16936,1650,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1326;s:6:\"height\";i:1988;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00068.jpg\";s:8:\"filesize\";i:1976265;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:16103;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:1856;s:6:\"height\";i:2783;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00078.jpg\";s:8:\"filesize\";i:1867119;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:13170;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:436287;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:18825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(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:1485;s:6:\"height\";i:2226;s:4:\"file\";s:27:\"2025/09/2025HAIKU_00071.jpg\";s:8:\"filesize\";i:1916446;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:23187;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"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:{}}}'),
(16956,1654,'_wp_attachment_image_alt','PuchiPuchi earrings made of tied ball chains forming bows in sterling silver.'),
(16996,953,'_price','135'),
(16997,953,'_photos_colonne_gauche|||0|value','1342'),
(16998,953,'_photos_colonne_droite|||0|value','1508'),
(16999,953,'_photos_colonne_droite|||1|value','1509'),
(17000,953,'_photos_colonne_droite|||2|value','1510'),
(17001,953,'_haiku_details_produit',''),
(17009,766,'_price','75'),
(17010,766,'_price','110'),
(17011,766,'_photos_colonne_gauche|||0|value','1365'),
(17012,766,'_photos_colonne_droite|||0|value','1568'),
(17013,766,'_photos_colonne_droite|||1|value','1570'),
(17014,766,'_photos_colonne_droite|||2|value','1569'),
(17015,766,'_photos_colonne_droite|||3|value','1367'),
(17016,766,'_haiku_details_produit',''),
(17071,490,'_price','40'),
(17072,490,'_price','55'),
(17073,490,'_photos_colonne_gauche|||0|value','934'),
(17074,490,'_photos_colonne_droite|||0|value','755'),
(17075,490,'_photos_colonne_droite|||1|value','752'),
(17076,490,'_haiku_details_produit',''),
(17096,306,'_price','50'),
(17097,306,'_price','53'),
(17098,306,'_price','75'),
(17099,306,'_photos_colonne_gauche|||0|value','310'),
(17100,306,'_photos_colonne_droite|||0|value','311'),
(17101,306,'_photos_colonne_droite|||1|value','424'),
(17102,306,'_haiku_details_produit',''),
(17111,202,'_price','80'),
(17112,202,'_price','130'),
(17113,202,'_photos_colonne_gauche|||0|value','1485'),
(17114,202,'_photos_colonne_droite|||0|value','1483'),
(17115,202,'_photos_colonne_droite|||1|value','1482'),
(17116,202,'_photos_colonne_droite|||2|value','1484'),
(17117,202,'_haiku_details_produit',''),
(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','1775468828: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:2204;s:6:\"height\";i:3306;s:4:\"file\";s:20:\"2026/03/004A2444.jpg\";s:8:\"filesize\";i:1718335;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:28647;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:1890;s:6:\"height\";i:2362;s:4:\"file\";s:20:\"2026/03/004A2460.jpg\";s:8:\"filesize\";i:889863;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:21102;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2204;s:6:\"height\";i:3306;s:4:\"file\";s:20:\"2026/03/004A2576.jpg\";s:8:\"filesize\";i:1700856;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:20018;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2519;s:6:\"height\";i:3779;s:4:\"file\";s:20:\"2026/03/004A2605.jpg\";s:8:\"filesize\";i:1725417;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:21809;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','1775468783: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:2519;s:6:\"height\";i:3779;s:4:\"file\";s:20:\"2026/03/004A2472.jpg\";s:8:\"filesize\";i:1701223;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:21999;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:3149;s:6:\"height\";i:4724;s:4:\"file\";s:20:\"2026/03/004A2361.jpg\";s:8:\"filesize\";i:2088429;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:20112;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2519;s:6:\"height\";i:3779;s:4:\"file\";s:20:\"2026/03/004A2430.jpg\";s:8:\"filesize\";i:2041707;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:15868;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2519;s:6:\"height\";i:3779;s:4:\"file\";s:20:\"2026/03/004A2464.jpg\";s:8:\"filesize\";i:1795744;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:18883;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','1775468935: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:2834;s:6:\"height\";i:4251;s:4:\"file\";s:20:\"2026/03/004A2598.jpg\";s:8:\"filesize\";i:1896549;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:21155;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2362;s:6:\"height\";i:3543;s:4:\"file\";s:20:\"2026/03/004A2592.jpg\";s:8:\"filesize\";i:2059114;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:23466;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2834;s:6:\"height\";i:4251;s:4:\"file\";s:20:\"2026/03/004A2408.jpg\";s:8:\"filesize\";i:1950375;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:15645;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:2593;s:6:\"height\";i:3241;s:4:\"file\";s:20:\"2026/03/004A2458.jpg\";s:8:\"filesize\";i:1724759;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:25156;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:4080;s:6:\"height\";i:3264;s:4:\"file\";s:20:\"2026/03/DSCF9660.jpg\";s:8:\"filesize\";i:1447724;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:8497;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:4080;s:6:\"height\";i:3264;s:4:\"file\";s:20:\"2026/03/DSCF9656.jpg\";s:8:\"filesize\";i:1079899;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:11128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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:4080;s:6:\"height\";i:3264;s:4:\"file\";s:20:\"2026/03/DSCF9673.jpg\";s:8:\"filesize\";i:1536443;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:7576;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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','1699'),
(17683,1700,'_wp_attachment_image_alt','workshop create a pendant'),
(17684,1689,'_thumbnail_id','1701'),
(17691,1701,'_wp_attachment_image_alt','workshop create a ring'),
(17698,1681,'_thumbnail_id','1700'),
(17729,1681,'_photos_colonne_gauche|||0|value','1700'),
(17730,1681,'_photos_colonne_droite|||0|value','1685'),
(17731,1681,'_photos_colonne_droite|||1|value','1686'),
(17732,1681,'_photos_colonne_droite|||2|value','1687'),
(17733,1681,'_photos_colonne_droite|||3|value','1688'),
(17734,1681,'_haiku_details_produit',''),
(17735,1689,'_photos_colonne_gauche|||0|value','1701'),
(17736,1689,'_photos_colonne_droite|||0|value','1693'),
(17737,1689,'_photos_colonne_droite|||1|value','1695'),
(17738,1689,'_photos_colonne_droite|||2|value','1694'),
(17739,1689,'_photos_colonne_droite|||3|value','1696'),
(17740,1689,'_haiku_details_produit',''),
(17741,1673,'_photos_colonne_gauche|||0|value','1699'),
(17742,1673,'_photos_colonne_droite|||0|value','1674'),
(17743,1673,'_photos_colonne_droite|||1|value','1675'),
(17744,1673,'_photos_colonne_droite|||2|value','1676'),
(17745,1673,'_photos_colonne_droite|||3|value','1677'),
(17746,1673,'_haiku_details_produit',''),
(17747,240,'_price','120'),
(17748,240,'_photos_colonne_gauche|||0|value','243'),
(17749,240,'_photos_colonne_droite|||0|value','244'),
(17750,240,'_photos_colonne_droite|||1|value','245'),
(17751,240,'_haiku_details_produit',''),
(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'),
(18106,1467,'_photos_colonne_gauche|||0|value','1476'),
(18107,1467,'_photos_colonne_droite|||0|value','1650'),
(18108,1467,'_photos_colonne_droite|||1|value','1651'),
(18109,1467,'_photos_colonne_droite|||2|value','1477'),
(18110,1467,'_photos_colonne_droite|||3|value','1478'),
(18111,1467,'_haiku_details_produit',''),
(18112,1444,'_price','80'),
(18113,1444,'_price','130'),
(18114,1444,'_photos_colonne_gauche|||0|value','1445'),
(18115,1444,'_photos_colonne_droite|||0|value','1653'),
(18116,1444,'_photos_colonne_droite|||1|value','1654'),
(18117,1444,'_photos_colonne_droite|||2|value','1448'),
(18118,1444,'_photos_colonne_droite|||3|value','1447'),
(18119,1444,'_haiku_details_produit',''),
(18120,312,'_price','60'),
(18121,312,'_price','65'),
(18122,312,'_price','85'),
(18123,312,'_photos_colonne_gauche|||0|value','735'),
(18124,312,'_photos_colonne_droite|||0|value','660'),
(18125,312,'_photos_colonne_droite|||1|value','317'),
(18126,312,'_haiku_details_produit',''),
(18127,1722,'_variation_description',''),
(18128,1722,'total_sales','0'),
(18129,1722,'_tax_status','taxable'),
(18130,1722,'_tax_class','parent'),
(18131,1722,'_manage_stock','no'),
(18132,1722,'_backorders','no'),
(18133,1722,'_sold_individually','no'),
(18134,1722,'_virtual','no'),
(18135,1722,'_downloadable','no'),
(18136,1722,'_download_limit','-1'),
(18137,1722,'_download_expiry','-1'),
(18138,1722,'_stock','0'),
(18139,1722,'_stock_status','instock'),
(18140,1722,'_wc_average_rating','0'),
(18141,1722,'_wc_review_count','0'),
(18142,1722,'attribute_pa_size','48'),
(18143,1722,'_product_version','10.6.1'),
(18144,1723,'_variation_description',''),
(18145,1723,'total_sales','0'),
(18146,1723,'_tax_status','taxable'),
(18147,1723,'_tax_class','parent'),
(18148,1723,'_manage_stock','no'),
(18149,1723,'_backorders','no'),
(18150,1723,'_sold_individually','no'),
(18151,1723,'_virtual','no'),
(18152,1723,'_downloadable','no'),
(18153,1723,'_download_limit','-1'),
(18154,1723,'_download_expiry','-1'),
(18155,1723,'_stock','0'),
(18156,1723,'_stock_status','instock'),
(18157,1723,'_wc_average_rating','0'),
(18158,1723,'_wc_review_count','0'),
(18159,1723,'attribute_pa_size','49'),
(18160,1723,'_product_version','10.6.1'),
(18161,1724,'_variation_description',''),
(18162,1724,'total_sales','0'),
(18163,1724,'_tax_status','taxable'),
(18164,1724,'_tax_class','parent'),
(18165,1724,'_manage_stock','no'),
(18166,1724,'_backorders','no'),
(18167,1724,'_sold_individually','no'),
(18168,1724,'_virtual','no'),
(18169,1724,'_downloadable','no'),
(18170,1724,'_download_limit','-1'),
(18171,1724,'_download_expiry','-1'),
(18172,1724,'_stock','0'),
(18173,1724,'_stock_status','instock'),
(18174,1724,'_wc_average_rating','0'),
(18175,1724,'_wc_review_count','0'),
(18176,1724,'attribute_pa_size','51'),
(18177,1724,'_product_version','10.6.1'),
(18178,1725,'_variation_description',''),
(18179,1725,'total_sales','0'),
(18180,1725,'_tax_status','taxable'),
(18181,1725,'_tax_class','parent'),
(18182,1725,'_manage_stock','no'),
(18183,1725,'_backorders','no'),
(18184,1725,'_sold_individually','no'),
(18185,1725,'_virtual','no'),
(18186,1725,'_downloadable','no'),
(18187,1725,'_download_limit','-1'),
(18188,1725,'_download_expiry','-1'),
(18189,1725,'_stock','0'),
(18190,1725,'_stock_status','instock'),
(18191,1725,'_wc_average_rating','0'),
(18192,1725,'_wc_review_count','0'),
(18193,1725,'attribute_pa_size','53'),
(18194,1725,'_product_version','10.6.1'),
(18195,1726,'_variation_description',''),
(18196,1726,'total_sales','0'),
(18197,1726,'_tax_status','taxable'),
(18198,1726,'_tax_class','parent'),
(18199,1726,'_manage_stock','no'),
(18200,1726,'_backorders','no'),
(18201,1726,'_sold_individually','no'),
(18202,1726,'_virtual','no'),
(18203,1726,'_downloadable','no'),
(18204,1726,'_download_limit','-1'),
(18205,1726,'_download_expiry','-1'),
(18206,1726,'_stock','0'),
(18207,1726,'_stock_status','instock'),
(18208,1726,'_wc_average_rating','0'),
(18209,1726,'_wc_review_count','0'),
(18210,1726,'attribute_pa_size','55'),
(18211,1726,'_product_version','10.6.1'),
(18212,1727,'_variation_description',''),
(18213,1727,'total_sales','0'),
(18214,1727,'_tax_status','taxable'),
(18215,1727,'_tax_class','parent'),
(18216,1727,'_manage_stock','no'),
(18217,1727,'_backorders','no'),
(18218,1727,'_sold_individually','no'),
(18219,1727,'_virtual','no'),
(18220,1727,'_downloadable','no'),
(18221,1727,'_download_limit','-1'),
(18222,1727,'_download_expiry','-1'),
(18223,1727,'_stock','0'),
(18224,1727,'_stock_status','instock'),
(18225,1727,'_wc_average_rating','0'),
(18226,1727,'_wc_review_count','0'),
(18227,1727,'attribute_pa_size','57'),
(18228,1727,'_product_version','10.6.1'),
(18229,1728,'_variation_description',''),
(18230,1728,'total_sales','0'),
(18231,1728,'_tax_status','taxable'),
(18232,1728,'_tax_class','parent'),
(18233,1728,'_manage_stock','no'),
(18234,1728,'_backorders','no'),
(18235,1728,'_sold_individually','no'),
(18236,1728,'_virtual','no'),
(18237,1728,'_downloadable','no'),
(18238,1728,'_download_limit','-1'),
(18239,1728,'_download_expiry','-1'),
(18240,1728,'_stock','0'),
(18241,1728,'_stock_status','instock'),
(18242,1728,'_wc_average_rating','0'),
(18243,1728,'_wc_review_count','0'),
(18244,1728,'attribute_pa_size','59'),
(18245,1728,'_product_version','10.6.1'),
(18246,1729,'_variation_description',''),
(18247,1729,'total_sales','0'),
(18248,1729,'_tax_status','taxable'),
(18249,1729,'_tax_class','parent'),
(18250,1729,'_manage_stock','no'),
(18251,1729,'_backorders','no'),
(18252,1729,'_sold_individually','no'),
(18253,1729,'_virtual','no'),
(18254,1729,'_downloadable','no'),
(18255,1729,'_download_limit','-1'),
(18256,1729,'_download_expiry','-1'),
(18257,1729,'_stock','0'),
(18258,1729,'_stock_status','instock'),
(18259,1729,'_wc_average_rating','0'),
(18260,1729,'_wc_review_count','0'),
(18261,1729,'attribute_pa_size','61'),
(18262,1729,'_product_version','10.6.1'),
(18263,1730,'_variation_description',''),
(18264,1730,'total_sales','0'),
(18265,1730,'_tax_status','taxable'),
(18266,1730,'_tax_class','parent'),
(18267,1730,'_manage_stock','no'),
(18268,1730,'_backorders','no'),
(18269,1730,'_sold_individually','no'),
(18270,1730,'_virtual','no'),
(18271,1730,'_downloadable','no'),
(18272,1730,'_download_limit','-1'),
(18273,1730,'_download_expiry','-1'),
(18274,1730,'_stock','0'),
(18275,1730,'_stock_status','instock'),
(18276,1730,'_wc_average_rating','0'),
(18277,1730,'_wc_review_count','0'),
(18278,1730,'attribute_pa_size','63'),
(18279,1730,'_product_version','10.6.1'),
(18281,1730,'_regular_price','160'),
(18282,1730,'_thumbnail_id','0'),
(18283,1730,'_price','160'),
(18284,1729,'_regular_price','160'),
(18285,1729,'_thumbnail_id','0'),
(18286,1729,'_price','160'),
(18287,1728,'_regular_price','160'),
(18288,1728,'_thumbnail_id','0'),
(18289,1728,'_price','160'),
(18290,1727,'_regular_price','160'),
(18291,1727,'_thumbnail_id','0'),
(18292,1727,'_price','160'),
(18293,1726,'_regular_price','160'),
(18294,1726,'_thumbnail_id','0'),
(18295,1726,'_price','160'),
(18296,1725,'_regular_price','160'),
(18297,1725,'_thumbnail_id','0'),
(18298,1725,'_price','160'),
(18299,1724,'_regular_price','160'),
(18300,1724,'_thumbnail_id','0'),
(18301,1724,'_price','160'),
(18302,1723,'_regular_price','160'),
(18303,1723,'_thumbnail_id','0'),
(18304,1723,'_price','160'),
(18305,1722,'_regular_price','160'),
(18306,1722,'_thumbnail_id','0'),
(18307,1722,'_price','160'),
(18310,1731,'_variation_description',''),
(18311,1731,'total_sales','0'),
(18312,1731,'_tax_status','taxable'),
(18313,1731,'_tax_class','parent'),
(18314,1731,'_manage_stock','no'),
(18315,1731,'_backorders','no'),
(18316,1731,'_sold_individually','no'),
(18317,1731,'_virtual','no'),
(18318,1731,'_downloadable','no'),
(18319,1731,'_download_limit','-1'),
(18320,1731,'_download_expiry','-1'),
(18321,1731,'_stock','0'),
(18322,1731,'_stock_status','instock'),
(18323,1731,'_wc_average_rating','0'),
(18324,1731,'_wc_review_count','0'),
(18325,1731,'attribute_pa_size','64'),
(18326,1731,'_product_version','10.6.1'),
(18328,1732,'_variation_description',''),
(18329,1732,'total_sales','0'),
(18330,1732,'_tax_status','taxable'),
(18331,1732,'_tax_class','parent'),
(18332,1732,'_manage_stock','no'),
(18333,1732,'_backorders','no'),
(18334,1732,'_sold_individually','no'),
(18335,1732,'_virtual','no'),
(18336,1732,'_downloadable','no'),
(18337,1732,'_download_limit','-1'),
(18338,1732,'_download_expiry','-1'),
(18339,1732,'_stock','0'),
(18340,1732,'_stock_status','instock'),
(18341,1732,'_wc_average_rating','0'),
(18342,1732,'_wc_review_count','0'),
(18343,1732,'attribute_pa_size','62'),
(18344,1732,'_product_version','10.6.1'),
(18346,1732,'_regular_price','160'),
(18348,1732,'_price','160'),
(18349,1731,'_regular_price','160'),
(18351,1731,'_price','160'),
(18355,1732,'_thumbnail_id','0'),
(18356,1731,'_thumbnail_id','0'),
(18359,941,'_price','160'),
(18360,941,'_photos_colonne_gauche|||0|value','1343'),
(18361,941,'_photos_colonne_droite|||0|value','1506'),
(18362,941,'_photos_colonne_droite|||1|value','1507'),
(18363,941,'_photos_colonne_droite|||2|value','1505'),
(18364,941,'_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=1733 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','<!-- wp:paragraph -->\n<p>Bienvenue sur WordPress. Ceci est votre premier article. Modifiez-le ou supprimez-le, puis commencez à écrire !</p>\n<!-- /wp:paragraph -->','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','<!-- wp:page-list /-->','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','<em>IKKAN : link</em>\r\n\r\nA piece made of an oversized link thread into a D-shaped sterling silver band ring.\r\n<ul>\r\n <li>link caliber 1cm</li>\r\n <li>band diameter 2mm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nFind some help to chose your ring size <a href=\"https://haikuatelier.com/app/uploads/2025/11/HAIKU-sizechart.pdf\">here</a>.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Ikkan Ring silver','','publish','closed','closed','','ikkan-ring-silver','','','2026-03-30 17:05:12','2026-03-30 15:05:12','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=102',20,'product','',0),
(103,2,'2024-09-30 18:54:28','2024-09-30 16:54:28','','Ikkan Ring silver - 50','Size: 50','publish','closed','closed','','hadou-golden-earcuff-77','','','2024-11-12 23:40:26','2024-11-12 22:40:26','',102,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=103',1,'product_variation','',0),
(104,2,'2024-09-30 18:54:28','2024-09-30 16:54:28','','Ikkan Ring silver - 52','Size: 52','publish','closed','closed','','hadou-golden-earcuff-78','','','2024-11-12 23:40:26','2024-11-12 22:40:26','',102,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=104',2,'product_variation','',0),
(105,2,'2024-09-30 18:54:28','2024-09-30 16:54:28','','Ikkan Ring silver - 54','Size: 54','publish','closed','closed','','hadou-golden-earcuff-79','','','2024-11-12 23:40:26','2024-11-12 22:40:26','',102,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=105',3,'product_variation','',0),
(106,2,'2024-09-30 18:54:28','2024-09-30 16:54:28','','Ikkan Ring silver - 56','Size: 56','publish','closed','closed','','hadou-golden-earcuff-80','','','2024-11-12 23:40:26','2024-11-12 22:40:26','',102,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=106',4,'product_variation','',0),
(107,2,'2024-09-30 18:54:28','2024-09-30 16:54:28','','Ikkan Ring silver - 58','Size: 58','publish','closed','closed','','hadou-golden-earcuff-81','','','2024-11-12 23:40:26','2024-11-12 22:40:26','',102,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=107',5,'product_variation','',0),
(108,2,'2024-09-30 18:54:28','2024-09-30 16:54:28','','Ikkan Ring silver - 60','Size: 60','publish','closed','closed','','hadou-golden-earcuff-82','','','2024-11-12 23:40:26','2024-11-12 22:40:26','',102,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=108',6,'product_variation','',0),
(109,2,'2024-09-30 18:54:28','2024-09-30 16:54:28','','Ikkan Ring silver - 62','Size: 62','publish','closed','closed','','hadou-golden-earcuff-83','','','2024-11-12 23:40:27','2024-11-12 22:40:27','',102,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=109',7,'product_variation','',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),
(111,2,'2024-09-30 18:57:45','2024-09-30 16:57:45','','Ikkan silver ring','','inherit','closed','closed','','ikkan-b-arg','','','2024-09-30 18:58:26','2024-09-30 16:58:26','',102,'https://haiku.gcch.fr/app/uploads/2024/09/IKKAN-B-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','<em>IKKAN: link</em>\r\n\r\nA piece made of an oversized link thread into a D-shaped gold plated silver band ring.\r\n<ul>\r\n <li>link caliber 1cm</li>\r\n <li>band diameter 2mm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nFind some help to chose your ring size <a href=\"https://haikuatelier.com/app/uploads/2025/11/HAIKU-sizechart.pdf\">here</a>.\r\n\r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Ikkan Ring gold plated','','publish','closed','closed','','ikkan-ring-gold-plated','','','2025-12-13 18:47:49','2025-12-13 17:47:49','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=113',19,'product','',0),
(114,2,'2024-09-30 21:12:33','2024-09-30 19:12:33','','Ikkan Ring gold plated - 50','Size: 50','publish','closed','closed','','hadou-golden-earcuff-84','','','2024-11-12 23:42:29','2024-11-12 22:42:29','',113,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=114',1,'product_variation','',0),
(115,2,'2024-09-30 21:12:33','2024-09-30 19:12:33','','Ikkan Ring gold plated - 52','Size: 52','publish','closed','closed','','hadou-golden-earcuff-85','','','2024-11-12 23:42:29','2024-11-12 22:42:29','',113,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=115',2,'product_variation','',0),
(116,2,'2024-09-30 21:12:33','2024-09-30 19:12:33','','Ikkan Ring gold plated - 54','Size: 54','publish','closed','closed','','hadou-golden-earcuff-86','','','2024-11-12 23:42:29','2024-11-12 22:42:29','',113,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=116',3,'product_variation','',0),
(117,2,'2024-09-30 21:12:33','2024-09-30 19:12:33','','Ikkan Ring gold plated - 56','Size: 56','publish','closed','closed','','hadou-golden-earcuff-87','','','2024-11-12 23:42:29','2024-11-12 22:42:29','',113,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=117',4,'product_variation','',0),
(118,2,'2024-09-30 21:12:33','2024-09-30 19:12:33','','Ikkan Ring gold plated - 58','Size: 58','publish','closed','closed','','hadou-golden-earcuff-88','','','2024-11-12 23:42:29','2024-11-12 22:42:29','',113,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=118',5,'product_variation','',0),
(119,2,'2024-09-30 21:12:34','2024-09-30 19:12:34','','Ikkan Ring gold plated - 60','Size: 60','publish','closed','closed','','hadou-golden-earcuff-89','','','2024-11-12 23:42:29','2024-11-12 22:42:29','',113,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=119',6,'product_variation','',0),
(120,2,'2024-09-30 21:12:34','2024-09-30 19:12:34','','Ikkan Ring gold plated - 62','Size: 62','publish','closed','closed','','hadou-golden-earcuff-90','','','2024-11-12 23:42:29','2024-11-12 22:42:29','',113,'https://haiku.gcch.fr/?post_type=product_variation&#038;p=120',7,'product_variation','',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),
(132,2,'2024-09-30 21:40:43','2024-09-30 19:40:43','','Piasu ring','','inherit','closed','closed','','_dsc9928','','','2024-09-30 21:41:04','2024-09-30 19:41:04','',0,'https://haiku.gcch.fr/app/uploads/2024/09/DSC9928.jpg',0,'attachment','image/jpeg',0),
(142,2,'2024-09-30 22:16:16','2024-09-30 20:16:16','','Kara ring','','inherit','closed','closed','','_dsc9269','','','2024-09-30 22:16:33','2024-09-30 20:16:33','',0,'https://haiku.gcch.fr/app/uploads/2024/09/DSC9269.jpg',0,'attachment','image/jpeg',0),
(143,2,'2024-09-30 22:17:13','2024-09-30 20:17:13','','Kara ring','','inherit','closed','closed','','_dsc9148','','','2024-09-30 22:17:26','2024-09-30 20:17:26','',0,'https://haiku.gcch.fr/app/uploads/2024/09/DSC9148.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),
(165,2,'2024-10-01 08:37:37','2024-10-01 06:37:37','','Kishou gold plated ring','','inherit','closed','closed','','hadou-booikkan-bkigen-bjokou-co','','','2024-10-01 08:37:59','2024-10-01 06:37:59','',0,'https://haiku.gcch.fr/app/uploads/2024/10/HADOU-BOoIKKAN-BKIGEN-BJOKOU-Co.jpg',0,'attachment','image/jpeg',0),
(166,2,'2024-10-01 08:40:28','2024-10-01 06:40:28','','Kara ring','','inherit','closed','closed','','_dsc9760','','','2024-10-01 08:40:59','2024-10-01 06:40:59','',0,'https://haiku.gcch.fr/app/uploads/2024/09/DSC9760.jpg',0,'attachment','image/jpeg',0),
(167,2,'2024-10-01 08:41:39','2024-10-01 06:41:39','','Kara ring','','inherit','closed','closed','','_dsc9339','','','2024-10-01 08:41:56','2024-10-01 06:41:56','',0,'https://haiku.gcch.fr/app/uploads/2024/09/DSC9339.jpg',0,'attachment','image/jpeg',0),
(168,2,'2024-10-01 08:42:52','2024-10-01 06:42:52','<em>ROKKU: pebble</em>\r\n\r\nLarge wavy ring in sterling silver with a semi precious oval stone in the center set in silver.\r\n<ul>\r\n <li>adjustable</li>\r\n <li>height 2cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver.','Rokku Ring','','publish','closed','closed','','rokku-ring','','','2025-12-13 18:41:20','2025-12-13 17:41:20','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=168',38,'product','',0),
(177,2,'2024-10-01 09:12:26','2024-10-01 07:12:26','','Rokku ring malachite','','inherit','closed','closed','','rokku-b-malachite-2','','','2024-10-01 09:12:46','2024-10-01 07:12:46','',168,'https://haiku.gcch.fr/app/uploads/2024/10/ROKKU-B-malachite-1.jpg',0,'attachment','image/jpeg',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),
(180,2,'2024-10-01 09:25:14','2024-10-01 07:25:14','','Rokku ring malachite','','inherit','closed','closed','','_dsc9710','','','2024-10-01 09:25:39','2024-10-01 07:25:39','',168,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9710.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','<em>BOROBORO: the sound of something crumbling </em>\r\n\r\nLong asymmetrical earrings with oval shapes made of sterling silver.\r\n<ul>\r\n <li>wire diameter 12mm</li>\r\n <li>height 4cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings silver','','publish','closed','closed','','boroboro-long-earrings-silver','','','2026-03-30 17:05:02','2026-03-30 15:05:02','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=183',6,'product','',0),
(199,2,'2024-10-01 12:16:11','2024-10-01 10:16:11','','BoroBoro silver long earring, right side','','inherit','closed','closed','','sony-dsc-11','','','2024-10-01 12:17:24','2024-10-01 10:17:24','',183,'https://haiku.gcch.fr/app/uploads/2024/10/BOROBORO-BOaTANEMAKI-BO1a-opti.jpg',0,'attachment','image/jpeg',0),
(200,2,'2024-10-01 12:25:28','2024-10-01 10:25:28','','Rokku Ring - Malachite','Stone: Malachite','publish','closed','closed','','rokku-ring-malachite','','','2025-06-18 22:45:56','2025-06-18 20:45:56','',168,'https://haiku.gcch.fr/?post_type=product_variation&p=200',1,'product_variation','',0),
(201,2,'2024-10-01 12:25:28','2024-10-01 10:25:28','','Rokku Ring - Tiger\'s Eye','Stone: Tiger\'s Eye','publish','closed','closed','','rokku-ring-tiger-eye','','','2025-06-18 22:45:56','2025-06-18 20:45:56','',168,'https://haiku.gcch.fr/?post_type=product_variation&p=201',2,'product_variation','',0),
(202,2,'2024-10-01 18:14:00','2024-10-01 16:14:00','<em>PIASU: piercing</em>\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<ul>\r\n <li>height 3cm</li>\r\n <li>width 2cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Piasu Earrings with Hoops','','publish','closed','closed','','piasu-earrings','','','2026-02-11 14:16:52','2026-02-11 13:16:52','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=202',32,'product','',0),
(206,2,'2024-10-01 18:20:45','2024-10-01 16:20:45','','Piasu earrings','','inherit','closed','closed','','sony-dsc-12','','','2024-10-01 18:22:00','2024-10-01 16:22:00','',202,'https://haiku.gcch.fr/app/uploads/2024/10/PIASU-BO.jpg',0,'attachment','image/jpeg',0),
(213,2,'2024-10-01 19:52:06','2024-10-01 17:52:06','<em>BOROBORO: the sound of something crumbling </em>\r\n\r\nLong asymmetrical earrings with oval shapes made of gold plated silver.\r\n<ul>\r\n <li>wire diameter 12mm</li>\r\n <li>height 4cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','BoroBoro Long Earrings gold plated','','publish','closed','closed','','boroboro-long-earrings-gold-plated','','','2026-03-30 17:04:52','2026-03-30 15:04:52','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=213',5,'product','',0),
(240,2,'2024-10-02 23:21:37','2024-10-02 21:21:37','<em>IKKAN : link</em>\r\n\r\nA bracelet in sterling silver mixing a rigid band and loose curb chain\r\n<ul>\r\n <li>size 1: 6cm diameter / size 2: 7cm diameter</li>\r\n <li>wire thickness 2,5mm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>','Ikkan Bracelet','','publish','closed','closed','','ikkan-bracelet-silver','','','2026-04-24 14:50:47','2026-04-24 12:50:47','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=240',18,'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),
(243,2,'2024-10-02 23:24:46','2024-10-02 21:24:46','','Ikkan bracelet silver','','inherit','closed','closed','','sony-dsc-17','','','2024-10-02 23:29:51','2024-10-02 21:29:51','',240,'https://haiku.gcch.fr/app/uploads/2024/10/IKKAN-BR-arg.jpg',0,'attachment','image/jpeg',0),
(244,2,'2024-10-02 23:32:58','2024-10-02 21:32:58','','Ikkan bracelet silver','','inherit','closed','closed','','ikkan-br-s','','','2024-10-02 23:33:16','2024-10-02 21:33:16','',240,'https://haiku.gcch.fr/app/uploads/2024/10/IKKAN-BR-s.jpg',0,'attachment','image/jpeg',0),
(245,2,'2024-10-02 23:33:24','2024-10-02 21:33:24','','Ikkan bracelet silver','','inherit','closed','closed','','ikkan-br-s-2','','','2024-10-02 23:33:43','2024-10-02 21:33:43','',240,'https://haiku.gcch.fr/app/uploads/2024/10/IKKAN-BR-s-1.jpg',0,'attachment','image/jpeg',0),
(249,2,'2024-10-02 23:36:59','2024-10-02 21:36:59','','Ikkan bracelet gold plated','','inherit','closed','closed','','sony-dsc-18','','','2024-10-02 23:37:41','2024-10-02 21:37:41','',0,'https://haiku.gcch.fr/app/uploads/2024/10/IKKAN-BR-vrm.jpg',0,'attachment','image/jpeg',0),
(250,2,'2024-10-02 23:38:49','2024-10-02 21:38:49','','Ikkan bracelet gold plated','','inherit','closed','closed','','ikkan-br-g','','','2024-11-08 00:00:39','2024-11-07 23:00:39','',0,'https://haiku.gcch.fr/app/uploads/2024/10/IKKAN-BR-g.jpg',0,'attachment','image/jpeg',0),
(255,2,'2024-10-02 23:55:51','2024-10-02 21:55:51','','Tanemaki bracelet','','inherit','closed','closed','','tanemaki-br','','','2024-10-02 23:56:12','2024-10-02 21:56:12','',0,'https://haiku.gcch.fr/app/uploads/2024/10/TANEMAKI-BR-1.jpg',0,'attachment','image/jpeg',0),
(258,2,'2024-10-03 22:02:26','2024-10-03 20:02:26','<em>Fuyou: floating leave on water</em>\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<ul>\r\n <li>adjustable in between 15 and 18cm</li>\r\n <li>oval center shape 2cm caliber</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Fuyou Bracelet','','publish','closed','closed','','fuyou-bracelet-silver','','','2026-03-07 17:41:00','2026-03-07 16:41:00','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=258',7,'product','',0),
(263,2,'2024-10-03 22:17:11','2024-10-03 20:17:11','<em>IKKAN: link </em>\r\n\r\nNecklace with a mix of different links combining sterling silver and gold plated silver.\r\n<ul>\r\n <li>length 50 to 54cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Ikkan Necklace','','publish','closed','closed','','ikkan-necklace','','','2026-04-24 14:49:33','2026-04-24 12:49:33','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=263',21,'product','',0),
(270,2,'2024-10-03 22:48:06','2024-10-03 20:48:06','','Piasu necklace silver','','inherit','closed','closed','','piasu-c-arg-opti','','','2024-10-03 22:48:49','2024-10-03 20:48:49','',0,'https://haiku.gcch.fr/app/uploads/2024/10/PIASU-C-arg-opti.jpg',0,'attachment','image/jpeg',0),
(273,2,'2024-10-04 08:32:08','2024-10-04 06:32:08','','Tanemaki necklace','','inherit','closed','closed','','tanemaki-c','','','2024-10-04 08:32:26','2024-10-04 06:32:26','',0,'https://haiku.gcch.fr/app/uploads/2024/10/TANEMAKI-C.jpg',0,'attachment','image/jpeg',0),
(274,2,'2024-10-04 08:33:31','2024-10-04 06:33:31','<em>FUYOU: floating leave on water</em>\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<ul>\r\n <li>total length 50cm, adjustable at your convenience</li>\r\n <li>oval shapes caliber between 3cm and 1cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Fuyou Necklace','','publish','closed','closed','','fuyou-necklace','','','2026-02-11 14:14:21','2026-02-11 13:14:21','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=274',10,'product','',0),
(285,2,'2024-10-04 08:55:02','2024-10-04 06:55:02','<em>HATTARI: bluff</em>\r\n\r\nMultiple hoops in various sizes giving the illusion of stacked hoop earrings, in sterling silver.\r\n<ul>\r\n <li>hoops diameter 3cm to 1cm</li>\r\n <li>d-shape wires</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Stacked Hoops silver','','publish','closed','closed','','hattari-stacked-hoops-silver','','','2026-02-16 16:38:52','2026-02-16 15:38:52','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=285',17,'product','',0),
(287,2,'2024-10-04 09:08:50','2024-10-04 07:08:50','','Hattari stacked hoops silver','','inherit','closed','closed','','hattari-cr1-s','','','2024-10-04 09:09:07','2024-10-04 07:09:07','',285,'https://haiku.gcch.fr/app/uploads/2024/10/HATTARI-CR1-s-1.jpg',0,'attachment','image/jpeg',0),
(288,2,'2024-10-04 09:10:01','2024-10-04 07:10:01','<em>HATTARI: bluff</em>\r\n\r\nMultiple hoops in various sizes giving the illusion of stacked hoop earrings, in gold plated silver.\r\n<ul>\r\n <li>hoops diameter 3cm to 1cm</li>\r\n <li>d-shape wires</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Stacked Hoops gold plated','','publish','closed','closed','','hattari-stacked-hoops-gold-plated','','','2026-03-30 17:04:39','2026-03-30 15:04:39','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=288',16,'product','',0),
(290,2,'2024-10-04 09:12:19','2024-10-04 07:12:19','','Hattari stacked hoops gold plated','','inherit','closed','closed','','_dsc9336','','','2024-11-13 19:53:24','2024-11-13 18:53:24','',288,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9336.jpg',0,'attachment','image/jpeg',0),
(306,2,'2024-10-07 08:18:28','2024-10-07 06:18:28','<em>TAMANORI: in balance on a ball</em>\r\n\r\nOval sterling silver hoops lined with dangling box chains of two different length.\r\n<ul>\r\n <li>hoops height 2cm</li>\r\n <li>chain length 5cm and 3,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Tamanori Hoops silver','','publish','closed','closed','','tamanori-hoops','','','2026-03-30 17:04:17','2026-03-30 15:04:17','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=306',42,'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','<em>TAMANORI: in balance on a ball</em>\r\n\r\nOval gold plated silver hoops lined with dangling box chains of two different length.\r\n<ul>\r\n <li>hoops height 2cm</li>\r\n <li>chain length 5cm and 3,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycles sterling silver and 24K gold plated silver.','Tamanori Hoops gold plated','','publish','closed','closed','','tamanori-hoops-gold-plated','','','2026-04-24 15:16:01','2026-04-24 13:16:01','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=312',41,'product','',0),
(317,2,'2024-10-07 08:36:37','2024-10-07 06:36:37','','Tamanori Hoops gold plated','','inherit','closed','closed','','tamanori-cr2-vrm','','','2024-10-07 08:36:52','2024-10-07 06:36:52','',312,'https://haiku.gcch.fr/app/uploads/2024/10/TAMANORI-CR2-vrm-1.jpg',0,'attachment','image/jpeg',0),
(318,2,'2024-10-07 08:40:26','2024-10-07 06:40:26','<em>FUYOU: floating leave on water</em>\r\n\r\nSolo hoop in sterling silver with a mix of small rings in gold plated silver hanging on it.\r\n<ul>\r\n <li>hoop diameter 13mm</li>\r\n <li>small rings diameter around 5mm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled silver and 18k gold plated silver.','Fuyou Hoop','','publish','closed','closed','','fuyou-hoop','','','2026-04-24 15:14:36','2026-04-24 13:14:36','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=318',8,'product','',0),
(323,2,'2024-10-07 08:54:21','2024-10-07 06:54:21','','Fuyou Hoops silver and gold','','inherit','closed','closed','','fuyou-cr','','','2024-10-07 08:54:39','2024-10-07 06:54:39','',318,'https://haiku.gcch.fr/app/uploads/2024/10/FUYOU-CR.jpg',0,'attachment','image/jpeg',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),
(326,2,'2024-10-07 11:17:26','2024-10-07 09:17:26','','Hadou Earcuff silver','','inherit','closed','closed','','sony-dsc-34','','','2024-10-07 11:24:14','2024-10-07 09:24:14','',0,'https://haiku.gcch.fr/app/uploads/2024/10/HADOU-EC-arg.jpg',0,'attachment','image/jpeg',0),
(327,2,'2024-10-07 11:21:04','2024-10-07 09:21:04','','Hadou Earcuff silver','','inherit','closed','closed','','hadou-ec','','','2024-10-07 11:21:41','2024-10-07 09:21:41','',0,'https://haiku.gcch.fr/app/uploads/2024/10/HADOU-EC.jpg',0,'attachment','image/jpeg',0),
(329,2,'2024-10-07 11:23:37','2024-10-07 09:23:37','','Hadou Earcuff gold plated','','inherit','closed','closed','','sony-dsc-35','','','2024-10-07 11:24:28','2024-10-07 09:24:28','',0,'https://haiku.gcch.fr/app/uploads/2024/10/HADOU-EC-vrm.jpg',0,'attachment','image/jpeg',0),
(330,2,'2024-10-07 11:25:22','2024-10-07 09:25:22','','Hadou Earcuff gold plated','','inherit','closed','closed','','hadou-ec-vrm','','','2024-10-07 11:25:54','2024-10-07 09:25:54','',0,'https://haiku.gcch.fr/app/uploads/2024/10/HADOU-EC-vrm-1.jpg',0,'attachment','image/jpeg',0),
(339,2,'2024-10-07 11:42:14','2024-10-07 09:42:14','','Piasu brooch','','inherit','closed','closed','','sony-dsc-38','','','2024-10-07 11:43:19','2024-10-07 09:43:19','',0,'https://haiku.gcch.fr/app/uploads/2024/10/PIASU-BRC.jpg',0,'attachment','image/jpeg',0),
(340,2,'2024-10-07 11:46:56','2024-10-07 09:46:56','','Piasu Brooch','','inherit','closed','closed','','piasu-brc','','','2024-10-07 11:47:31','2024-10-07 09:47:31','',0,'https://haiku.gcch.fr/app/uploads/2024/10/PIASU-BRC-1.jpg',0,'attachment','image/jpeg',0),
(341,2,'2024-10-07 11:50:14','2024-10-07 09:50:14','','Piasu Brooch','','inherit','closed','closed','','piasu-brc-2','','','2024-10-07 11:50:42','2024-10-07 09:50:42','',0,'https://haiku.gcch.fr/app/uploads/2024/10/PIASU-BRC-2.jpg',0,'attachment','image/jpeg',0),
(347,2,'2024-10-15 15:51:14','2024-10-15 13:51:14','','Kagun Trio Earrings silver','','inherit','closed','closed','','_dsc9763','','','2024-10-15 15:51:54','2024-10-15 13:51:54','',0,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9763.jpg',0,'attachment','image/jpeg',0),
(348,2,'2024-10-15 15:52:11','2024-10-15 13:52:11','','Kagun Trio Earrings silver','','inherit','closed','closed','','_dsc9781','','','2024-10-15 15:52:27','2024-10-15 13:52:27','',0,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9781.jpg',0,'attachment','image/jpeg',0),
(349,2,'2024-10-15 15:52:56','2024-10-15 13:52:56','','Kagun Trio Earrings silver','','inherit','closed','closed','','_dsc9748','','','2024-10-15 15:57:59','2024-10-15 13:57:59','',0,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9748.jpg',0,'attachment','image/jpeg',0),
(388,2,'2024-10-18 08:40:49','2024-10-18 06:40:49','','Rokku necklace silver and semi precious stone','','inherit','closed','closed','','rokku-c-arg','','','2024-10-18 08:41:04','2024-10-18 06:41:04','',0,'https://haiku.gcch.fr/app/uploads/2024/10/ROKKU-C-arg.jpg',0,'attachment','image/jpeg',0),
(393,2,'2024-10-18 08:48:05','2024-10-18 06:48:05','<em>MUGURA: vine</em>\r\n\r\nMinimalist hoop earrings with thin ends going up on the lobes. In sterling silver.\r\n<ul>\r\n <li>wire thickness 2mm</li>\r\n <li>total diameter 3cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Mugura Hoops silver','','draft','closed','closed','','mugura-hoops-silver','','','2026-04-24 15:12:47','2026-04-24 13:12:47','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=393',28,'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','<em>MUGURA: vine</em>\r\n\r\nMinimalist hoop earrings with thin ends going up on the lobes. In gold plated silver.\r\n<ul>\r\n <li>wire thickness 2mm</li>\r\n <li>total diametre 3cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Mugura Hoops gold plated','','draft','closed','closed','','mugura-hoops-gold-plated','','','2026-04-24 15:12:38','2026-04-24 13:12:38','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=398',27,'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),
(401,2,'2024-10-18 09:22:21','2024-10-18 07:22:21','','Mugura hoops silver','','inherit','closed','closed','','_dsc9730','','','2024-10-18 09:22:38','2024-10-18 07:22:38','',398,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9730.jpg',0,'attachment','image/jpeg',0),
(411,1,'2024-10-30 20:42:57','2024-10-30 19:42:57','','Hadou ring','','inherit','closed','closed','','_dsc8400-copie','','','2024-10-30 20:43:23','2024-10-30 19:43:23','',0,'https://haiku.gcch.fr/app/uploads/2024/09/DSC8400-copie.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','<em>KARA: hull, shell</em>\r\n\r\nTextured ear cuff in sterling silver.\r\n<ul>\r\n <li>width 0,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled silver and 24K gold plated silver.','Kara Ear Cuff silver','','publish','closed','closed','','kara-earcuff-silver','','','2026-02-11 14:07:00','2026-02-11 13:07:00','',0,'https://haiku.gcch.fr/?post_type=product&#038;p=435',23,'product','',0),
(436,1,'2024-10-30 22:37:12','2024-10-30 21:37:12','','Kara ear cuff silver','','inherit','closed','closed','','sony-dsc-53','','','2024-10-30 22:37:44','2024-10-30 21:37:44','',435,'https://haiku.gcch.fr/app/uploads/2024/10/KARA-EC-arg.jpg',0,'attachment','image/jpeg',0),
(437,1,'2024-10-30 22:40:43','2024-10-30 21:40:43','','Kara ear cuff silver','','inherit','closed','closed','','_dsc9781-2','','','2024-10-30 22:40:56','2024-10-30 21:40:56','',435,'https://haiku.gcch.fr/app/uploads/2024/10/DSC9781-1.jpg',0,'attachment','image/jpeg',0),
(447,1,'2024-11-07 23:51:25','2024-11-07 22:51:25','<em>KARA: hull, shell</em>\r\n\r\nTextured ear cuff in sterling gold plated silver.\r\n<ul>\r\n <li>width 0,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our products are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Ear Cuff gold plated','','publish','closed','closed','','kara-ear-cuff-gold-plated','','','2026-02-11 14:06:51','2026-02-11 13:06:51','',0,'https://haikuatelier.com/?post_type=product&#038;p=447',22,'product','',0),
(487,1,'2024-11-08 10:36:08','2024-11-08 09:36:08','','Rokku necklace tiger\'s eye stone','','inherit','closed','closed','','_dsc9138','','','2024-11-08 10:37:34','2024-11-08 09:37:34','',0,'https://haikuatelier.com/app/uploads/2024/10/DSC9138.jpg',0,'attachment','image/jpeg',0),
(490,1,'2024-11-10 12:47:12','2024-11-10 11:47:12','<em>Hadou: wave</em>\r\n\r\nStud earrings with 2 wavy lines, one in sterling silver, the other in gold plated silver.\r\n<ul>\r\n <li>height 1cm</li>\r\n <li>wire thickness 1,5mm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our products are made in 80% recycled silver and 24K gold plated silver.','Mugura Stud Earrings','','publish','closed','closed','','mugura-stud-earrings','','','2026-03-06 12:18:14','2026-03-06 11:18:14','',0,'https://haikuatelier.com/?post_type=product&#038;p=490',11,'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-02-11 14:06:28','2026-02-11 13:06:28','',490,'https://haikuatelier.com/?post_type=product_variation&#038;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-02-11 14:06:28','2026-02-11 13:06:28','',490,'https://haikuatelier.com/?post_type=product_variation&#038;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-02-11 14:06:28','2026-02-11 13:06:28','',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','<em>Mugura: vine</em>\r\n\r\nSmall solo hoop in sterling silver with a wavy dangling element in gold plated silver.\r\n<ul>\r\n <li>hoop diameter 13mm</li>\r\n <li>total height 3cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our jewelry are made in 80% recycled silver and 18K gold plated silver.','Mugura Solo Hoop','','publish','closed','closed','','mugu-hoop','','','2026-03-30 17:03:50','2026-03-30 15:03:50','',0,'https://haikuatelier.com/?post_type=product&#038;p=496',29,'product','',0),
(506,0,'2024-11-11 23:02:44','2024-11-11 22:02:44','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2024-11-11 23:02:44','2024-11-11 22:02:44','',0,'https://haiku.gcch.fr/app/uploads/2024/11/woocommerce-placeholder.png',0,'attachment','image/png',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),
(528,1,'2024-11-12 23:40:20','2024-11-12 22:40:20','','Ikkan Ring silver - 64','Size: 64','publish','closed','closed','','ikkan-ring-silver-64','','','2024-11-12 23:40:26','2024-11-12 22:40:26','',102,'https://haikuatelier.com/?post_type=product_variation&#038;p=528',8,'product_variation','',0),
(529,1,'2024-11-12 23:42:21','2024-11-12 22:42:21','','Ikkan Ring gold plated - 64','Size: 64','publish','closed','closed','','ikkan-ring-gold-plated-64','','','2024-11-12 23:42:29','2024-11-12 22:42:29','',113,'https://haikuatelier.com/?post_type=product_variation&#038;p=529',8,'product_variation','',0),
(545,1,'2024-11-13 13:56:53','2024-11-13 12:56:53','<em>KARA: hull, shell</em>\r\n\r\nSmall textured gold plated silver hoops.\r\n<ul>\r\n <li>1cm diameter</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Hoops gold plated','','publish','closed','closed','','kara-hoops-gold-plated','','','2026-03-30 17:03:30','2026-03-30 15:03:30','',0,'https://haikuatelier.com/?post_type=product&#038;p=545',24,'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','publish','closed','closed','','kara-hoops-gold-plated-one-earring','','','2025-11-26 14:51:51','2025-11-26 13:51:51','',545,'https://haikuatelier.com/?post_type=product_variation&#038;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','publish','closed','closed','','kara-hoops-gold-plated-pair','','','2025-11-26 14:51:51','2025-11-26 13:51:51','',545,'https://haikuatelier.com/?post_type=product_variation&#038;p=553',1,'product_variation','',0),
(554,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','<em>KARA: hull, shell</em>\r\n\r\nSmall textured sterling silver hoops.\r\n<ul>\r\n <li>1cm diameter</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 24K gold plated silver.','Kara Hoops silver','','publish','closed','closed','','kara-hoops-silver','','','2026-03-30 17:03:37','2026-03-30 15:03:37','',0,'https://haikuatelier.com/?post_type=product&#038;p=554',25,'product','',0),
(555,1,'2024-11-13 14:52:59','2024-11-13 13:52:59','','Kara Hoops silver - pair','Side: pair','publish','closed','closed','','kara-hoops-gold-plated-pair-2','','','2025-11-26 14:51:12','2025-11-26 13:51:12','',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','publish','closed','closed','','kara-hoops-gold-plated-one-earring-2','','','2025-11-26 14:51:12','2025-11-26 13:51:12','',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','publish','closed','closed','','boroboro-long-earrings-silver-one-element-side','','','2025-11-26 14:59:08','2025-11-26 13:59:08','',183,'https://haikuatelier.com/?post_type=product_variation&#038;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','publish','closed','closed','','boroboro-long-earrings-silver-pair','','','2025-11-26 14:59:08','2025-11-26 13:59:08','',183,'https://haikuatelier.com/?post_type=product_variation&#038;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','publish','closed','closed','','boroboro-long-earrings-silver-two-elements-side','','','2025-11-26 14:59:08','2025-11-26 13:59:08','',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','publish','closed','closed','','boroboro-long-earrings-gold-plated-one-element-side','','','2025-11-26 14:58:26','2025-11-26 13:58:26','',213,'https://haikuatelier.com/?post_type=product_variation&#038;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','publish','closed','closed','','boroboro-long-earrings-gold-plated-pair','','','2025-11-26 14:58:26','2025-11-26 13:58:26','',213,'https://haikuatelier.com/?post_type=product_variation&#038;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','publish','closed','closed','','boroboro-long-earrings-gold-plated-two-elements-side','','','2025-11-26 14:58:26','2025-11-26 13:58:26','',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 with Hoops - left side','Side: left side','publish','closed','closed','','piasu-earrings-left-side','','','2026-02-11 14:16:46','2026-02-11 13:16:46','',202,'https://haikuatelier.com/?post_type=product_variation&#038;p=637',2,'product_variation','',0),
(638,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings with Hoops - pair','Side: pair','publish','closed','closed','','piasu-earrings-pair','','','2026-02-11 14:16:46','2026-02-11 13:16:46','',202,'https://haikuatelier.com/?post_type=product_variation&#038;p=638',1,'product_variation','',0),
(639,1,'2024-11-13 19:23:08','2024-11-13 18:23:08','','Piasu Earrings with Hoops - right side','Side: right side','publish','closed','closed','','piasu-earrings-right-side','','','2026-02-11 14:16:47','2026-02-11 13:16:47','',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','publish','closed','closed','','hattari-stacked-hoops-silver-left-side','','','2025-05-09 17:58:35','2025-05-09 15:58:35','',285,'https://haikuatelier.com/?post_type=product_variation&#038;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','publish','closed','closed','','hattari-stacked-hoops-silver-pair','','','2025-06-18 22:31:04','2025-06-18 20:31:04','',285,'https://haikuatelier.com/?post_type=product_variation&#038;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','publish','closed','closed','','hattari-stacked-hoops-silver-right-side','','','2025-05-09 17:58:35','2025-05-09 15:58:35','',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','publish','closed','closed','','hattari-stacked-hoops-gold-plated-left-side','','','2025-05-09 17:58:12','2025-05-09 15:58:12','',288,'https://haikuatelier.com/?post_type=product_variation&#038;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','publish','closed','closed','','hattari-stacked-hoops-gold-plated-pair','','','2025-06-18 22:30:24','2025-06-18 20:30:24','',288,'https://haikuatelier.com/?post_type=product_variation&#038;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','publish','closed','closed','','hattari-stacked-hoops-gold-plated-right-side','','','2025-05-09 17:58:12','2025-05-09 15:58:12','',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','','Tamanori Hoops silver - long','Side: long','publish','closed','closed','','tamanori-hoops-silver-long','','','2026-02-11 14:13:23','2026-02-11 13:13:23','',306,'https://haikuatelier.com/?post_type=product_variation&#038;p=651',2,'product_variation','',0),
(652,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tamanori Hoops silver - pair','Side: pair','publish','closed','closed','','tamanori-hoops-silver-pair','','','2026-02-11 14:13:23','2026-02-11 13:13:23','',306,'https://haikuatelier.com/?post_type=product_variation&#038;p=652',1,'product_variation','',0),
(653,1,'2024-11-13 20:02:49','2024-11-13 19:02:49','','Tamanori Hoops silver - short','Side: short','publish','closed','closed','','tamanori-hoops-silver-short','','','2026-02-11 14:13:23','2026-02-11 13:13:23','',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','','Tamanori Hoops gold plated - long','Side: long','publish','closed','closed','','tamanori-hoops-gold-plated-long','','','2026-04-24 15:15:56','2026-04-24 13:15:56','',312,'https://haikuatelier.com/?post_type=product_variation&#038;p=654',2,'product_variation','',0),
(655,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tamanori 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&#038;p=655',1,'product_variation','',0),
(656,1,'2024-11-13 20:07:31','2024-11-13 19:07:31','','Tamanori Hoops gold plated - short','Side: short','publish','closed','closed','','tamanori-hoops-gold-plated-short','','','2026-04-24 15:15:56','2026-04-24 13:15:56','',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),
(664,1,'2024-11-15 12:45:23','2024-11-15 11:45:23','','Kagun trio earrings','','inherit','closed','closed','','img_1512','','','2024-11-15 12:45:38','2024-11-15 11:45:38','',0,'https://haikuatelier.com/app/uploads/2024/10/IMG_1512.jpg',0,'attachment','image/jpeg',0),
(671,1,'2024-11-15 13:18:10','2024-11-15 12:18:10','','BoroBoro gold plated asymmetrical earrings','','inherit','closed','closed','','img_1604','','','2024-11-15 13:18:55','2024-11-15 12:18:55','',213,'https://haikuatelier.com/app/uploads/2024/10/IMG_1604.jpg',0,'attachment','image/jpeg',0),
(672,1,'2024-11-15 13:23:08','2024-11-15 12:23:08','','Hattari ear cuff gold plated','','inherit','closed','closed','','img_1656-2','','','2024-11-15 13:27:38','2024-11-15 12:27:38','',393,'https://haikuatelier.com/app/uploads/2024/10/IMG_1656-1.jpg',0,'attachment','image/jpeg',0),
(673,1,'2024-11-15 13:29:39','2024-11-15 12:29:39','','Mugura minimalist silver hoops','','inherit','closed','closed','','img_1657','','','2024-11-15 13:30:07','2024-11-15 12:30:07','',393,'https://haikuatelier.com/app/uploads/2024/10/IMG_1657.jpg',0,'attachment','image/jpeg',0),
(681,1,'2024-11-17 10:24:25','2024-11-17 09:24:25','','Piasu Ring','','inherit','closed','closed','','dsc9897','','','2024-11-17 10:24:56','2024-11-17 09:24:56','',0,'https://haikuatelier.com/app/uploads/2024/09/DSC9897.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),
(689,1,'2024-11-17 10:50:52','2024-11-17 09:50:52','','Hattari stacked hoops gold plated','','inherit','closed','closed','','_dsc9341','','','2024-11-17 10:51:13','2024-11-17 09:51:13','',288,'https://haikuatelier.com/app/uploads/2024/10/DSC9341.jpg',0,'attachment','image/jpeg',0),
(700,1,'2024-11-17 11:10:04','2024-11-17 10:10:04','','Tanemaki pearl bracelet','','inherit','closed','closed','','img_1431','','','2024-11-17 11:10:29','2024-11-17 10:10:29','',0,'https://haikuatelier.com/app/uploads/2024/10/IMG_1431.jpg',0,'attachment','image/jpeg',0),
(702,1,'2024-11-17 11:11:49','2024-11-17 10:11:49','','Tanemaki pearl bracelet','','inherit','closed','closed','','img_1432','','','2024-11-17 11:12:02','2024-11-17 10:12:02','',0,'https://haikuatelier.com/app/uploads/2024/10/IMG_1432.jpg',0,'attachment','image/jpeg',0),
(704,1,'2024-11-17 11:18:25','2024-11-17 10:18:25','','Piasu necklace','','inherit','closed','closed','','img_1493','','','2024-11-17 11:18:37','2024-11-17 10:18:37','',0,'https://haikuatelier.com/app/uploads/2024/10/IMG_1493.jpg',0,'attachment','image/jpeg',0),
(705,1,'2024-11-17 11:21:09','2024-11-17 10:21:09','','Rokku necklace jaspe stone','','inherit','closed','closed','','img_1531','','','2024-11-17 11:21:43','2024-11-17 10:21:43','',0,'https://haikuatelier.com/app/uploads/2024/10/IMG_1531.jpg',0,'attachment','image/jpeg',0),
(707,1,'2024-11-17 11:24:00','2024-11-17 10:24:00','','Rokku necklace lapis lazuli stone','','inherit','closed','closed','','img_1543','','','2024-11-17 11:24:27','2024-11-17 10:24:27','',0,'https://haikuatelier.com/app/uploads/2024/10/IMG_1543.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),
(715,1,'2024-11-17 11:44:06','2024-11-17 10:44:06','','Rokku silver hoop and Tamanori goldplated earring','','inherit','closed','closed','','img_1669','','','2024-11-17 11:44:41','2024-11-17 10:44:41','',0,'https://haikuatelier.com/app/uploads/2024/10/IMG_1669.jpg',0,'attachment','image/jpeg',0),
(718,1,'2024-11-17 11:54:22','2024-11-17 10:54:22','','Boroboro earrings silver','','inherit','closed','closed','','img_1746','','','2025-09-24 14:43:46','2025-09-24 12:43:46','',183,'https://haikuatelier.com/app/uploads/2024/10/IMG_1746.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),
(725,1,'2024-11-17 17:36:52','2024-11-17 16:36:52','','Piasu necklace','SONY DSC','inherit','closed','closed','','sony-dsc-23','','','2024-11-17 17:37:08','2024-11-17 16:37:08','',0,'https://haikuatelier.com/app/uploads/2024/10/PIASU-C.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),
(727,1,'2024-11-17 17:41:31','2024-11-17 16:41:31','','Rokku necklace with jaspe','','inherit','closed','closed','','sony-dsc-49','','','2024-11-17 17:41:48','2024-11-17 16:41:48','',0,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-C-jaspe.jpg',0,'attachment','image/jpeg',0),
(729,1,'2024-11-17 17:44:27','2024-11-17 16:44:27','','Rokku necklace tiger\'s eye','','inherit','closed','closed','','sony-dsc-45','','','2024-11-17 17:44:45','2024-11-17 16:44:45','',0,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-C-tiger.jpg',0,'attachment','image/jpeg',0),
(730,1,'2024-11-17 17:52:40','2024-11-17 16:52:40','','Rokku solo hoop gold plated lapis lazuli','','inherit','closed','closed','','sony-dsc-52','','','2024-11-17 17:53:02','2024-11-17 16:53:02','',0,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-CR1-vrm-lapis.jpg',0,'attachment','image/jpeg',0),
(731,1,'2024-11-17 17:54:12','2024-11-17 16:54:12','','Rokku solo hoop gold plated malachite','','inherit','closed','closed','','sony-dsc-55','','','2024-11-17 17:54:32','2024-11-17 16:54:32','',0,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-CR1-vrm-malachite.jpg',0,'attachment','image/jpeg',0),
(732,1,'2024-11-17 17:55:29','2024-11-17 16:55:29','','Rokku solo hoop gold plated tiger\'s eye','','inherit','closed','closed','','sony-dsc-56','','','2024-11-17 17:55:59','2024-11-17 16:55:59','',0,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-CR1-vrm-tiger.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),
(736,1,'2024-11-17 18:05:42','2024-11-17 17:05:42','','Tanemaki pearls bracelet','','inherit','closed','closed','','sony-dsc-59','','','2024-11-17 18:05:56','2024-11-17 17:05:56','',0,'https://haikuatelier.com/app/uploads/2024/10/TANEMAKI-BR.jpg',0,'attachment','image/jpeg',0),
(743,1,'2024-11-17 18:19:23','2024-11-17 17:19:23','','BoroBoro bead ring gold plated','','inherit','closed','closed','','sony-dsc-73','','','2024-11-17 18:19:43','2024-11-17 17:19:43','',0,'https://haikuatelier.com/app/uploads/2024/11/BOROBORO-B2-g.jpg',0,'attachment','image/jpeg',0),
(744,1,'2024-11-17 18:20:59','2024-11-17 17:20:59','','BoroBoro bead ring silver','','inherit','closed','closed','','sony-dsc-74','','','2024-11-17 18:21:16','2024-11-17 17:21:16','',0,'https://haikuatelier.com/app/uploads/2024/11/BOROBORO-B2-s.jpg',0,'attachment','image/jpeg',0),
(747,1,'2024-11-17 18:27:21','2024-11-17 17:27:21','','BoroBoro beads earrings gold plated and aventurine','','inherit','closed','closed','','sony-dsc-63','','','2024-11-17 18:27:51','2024-11-17 17:27:51','',0,'https://haikuatelier.com/app/uploads/2024/11/BOROBORO-BO1-g-green.jpg',0,'attachment','image/jpeg',0),
(748,1,'2024-11-17 18:28:18','2024-11-17 17:28:18','','BoroBoro beads earrings gold plated tiger\'s eye','','inherit','closed','closed','','sony-dsc-64','','','2024-11-17 18:28:45','2024-11-17 17:28:45','',0,'https://haikuatelier.com/app/uploads/2024/11/BOROBORO-BO1-g-brown.jpg',0,'attachment','image/jpeg',0),
(749,1,'2024-11-17 18:30:10','2024-11-17 17:30:10','','BoroBoro beads earrings silver and tiger\'s eye','','inherit','closed','closed','','sony-dsc-65','','','2024-11-17 18:30:37','2024-11-17 17:30:37','',0,'https://haikuatelier.com/app/uploads/2024/11/BOROBORO-BO1-s-brown.jpg',0,'attachment','image/jpeg',0),
(750,1,'2024-11-17 18:30:59','2024-11-17 17:30:59','','BoroBoro beads earrings silver and aventurine','','inherit','closed','closed','','sony-dsc-66','','','2024-11-17 18:31:22','2024-11-17 17:31:22','',0,'https://haikuatelier.com/app/uploads/2024/11/BOROBORO-BO1-s-green.jpg',0,'attachment','image/jpeg',0),
(751,1,'2024-11-17 18:34:14','2024-11-17 17:34:14','','Kara hoops silver','','inherit','closed','closed','','_dsc9463','','','2024-11-17 18:34:32','2024-11-17 17:34:32','',554,'https://haikuatelier.com/app/uploads/2024/11/DSC9463.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),
(753,1,'2024-11-17 18:40:18','2024-11-17 17:40:18','','Hattari cuff','','inherit','closed','closed','','sony-dsc-15','','','2024-11-17 18:40:30','2024-11-17 17:40:30','',0,'https://haikuatelier.com/app/uploads/2024/11/HATTARI-BR.jpg',0,'attachment','image/jpeg',0),
(755,1,'2024-11-17 18:44:27','2024-11-17 17:44:27','','Hadou stud earrings silver','','inherit','closed','closed','','img_1474','','','2024-11-17 18:45:04','2024-11-17 17:45:04','',490,'https://haikuatelier.com/app/uploads/2024/11/IMG_1474.jpg',0,'attachment','image/jpeg',0),
(756,1,'2024-11-17 18:47:01','2024-11-17 17:47:01','','Kagun solo hoop earring','','inherit','closed','closed','','img_1481','','','2024-11-17 18:47:16','2024-11-17 17:47:16','',496,'https://haikuatelier.com/app/uploads/2024/11/IMG_1481.jpg',0,'attachment','image/jpeg',0),
(757,1,'2024-11-17 18:48:24','2024-11-17 17:48:24','','Kagun solo hoop earring','','inherit','closed','closed','','img_1484','','','2024-11-17 18:48:35','2024-11-17 17:48:35','',496,'https://haikuatelier.com/app/uploads/2024/11/IMG_1484.jpg',0,'attachment','image/jpeg',0),
(758,1,'2024-11-17 18:50:22','2024-11-17 17:50:22','','BoroBoro bead ring silver and tiger\'s eye','','inherit','closed','closed','','img_1501','','','2024-11-17 18:55:54','2024-11-17 17:55:54','',0,'https://haikuatelier.com/app/uploads/2024/11/IMG_1501.jpg',0,'attachment','image/jpeg',0),
(759,1,'2024-11-17 18:51:58','2024-11-17 17:51:58','','BoroBoro bead ring silver and tiger\'s eye','','inherit','closed','closed','','img_1506','','','2024-11-17 18:55:47','2024-11-17 17:55:47','',0,'https://haikuatelier.com/app/uploads/2024/11/IMG_1506.jpg',0,'attachment','image/jpeg',0),
(761,1,'2024-11-17 18:55:14','2024-11-17 17:55:14','','BoroBoro bead ring gold plated and aventurine','','inherit','closed','closed','','img_1554','','','2024-11-17 18:55:37','2024-11-17 17:55:37','',0,'https://haikuatelier.com/app/uploads/2024/11/IMG_1554.jpg',0,'attachment','image/jpeg',0),
(762,1,'2024-11-17 18:57:40','2024-11-17 17:57:40','','Kara textured hoops gold plated','','inherit','closed','closed','','img_1563','','','2024-11-17 18:58:00','2024-11-17 17:58:00','',545,'https://haikuatelier.com/app/uploads/2024/11/IMG_1563.jpg',0,'attachment','image/jpeg',0),
(766,1,'2024-11-20 16:00:37','2024-11-20 15:00:37','<em>Fuyou : floating leave on water</em>\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<ul>\r\n <li>total length 5cm</li>\r\n <li>oval length 2,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\n\r\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.\r\n\r\n&nbsp;','Fuyou Long Earrings','','publish','closed','closed','','fuyou-long-earrings-silver','','','2026-02-11 14:05:01','2026-02-11 13:05:01','',0,'https://haikuatelier.com/?post_type=product&#038;p=766',9,'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),
(822,1,'2024-11-24 11:55:39','2024-11-24 10:55:39','','Kara ring silver and 18k gold','','inherit','closed','closed','','sony-dsc-76','','','2024-11-24 11:56:08','2024-11-24 10:56:08','',0,'https://haikuatelier.com/app/uploads/2024/09/KARA-B-1.jpg',0,'attachment','image/jpeg',0),
(825,1,'2024-11-24 12:05:34','2024-11-24 11:05:34','','Ikkan bracelet gold plated','','inherit','closed','closed','','img_1505','','','2024-11-24 12:05:50','2024-11-24 11:05:50','',0,'https://haikuatelier.com/app/uploads/2024/10/IMG_1505.jpg',0,'attachment','image/jpeg',0),
(826,1,'2024-11-24 12:07:57','2024-11-24 11:07:57','','Rokku ring silver and 18k gold','','inherit','closed','closed','','img_1582','','','2024-11-24 12:08:10','2024-11-24 11:08:10','',168,'https://haikuatelier.com/app/uploads/2024/10/IMG_1582.jpg',0,'attachment','image/jpeg',0),
(828,1,'2024-11-24 12:11:18','2024-11-24 11:11:18','','Rokku necklace silver and lapis lazuli','SONY DSC','inherit','closed','closed','','sony-dsc-58','','','2024-11-24 12:11:34','2024-11-24 11:11:34','',0,'https://haikuatelier.com/app/uploads/2024/10/ROKKU-C-lapis-copy.jpg',0,'attachment','image/jpeg',0),
(829,1,'2024-11-24 15:08:28','2024-11-24 14:08:28','','Hattari cuff','','inherit','closed','closed','','img_1460','','','2024-11-24 15:08:36','2024-11-24 14:08:36','',0,'https://haikuatelier.com/app/uploads/2024/11/IMG_1460.jpg',0,'attachment','image/jpeg',0),
(830,1,'2024-11-24 15:10:45','2024-11-24 14:10:45','','Kara ear cuff','','inherit','closed','closed','','img_1473','','','2024-11-24 15:11:09','2024-11-24 14:11:09','',447,'https://haikuatelier.com/app/uploads/2024/11/IMG_1473.jpg',0,'attachment','image/jpeg',0),
(831,1,'2024-11-24 15:13:27','2024-11-24 14:13:27','','BoroBoro bead earrings','','inherit','closed','closed','','img_1524','','','2024-11-24 15:13:44','2024-11-24 14:13:44','',0,'https://haikuatelier.com/app/uploads/2024/11/IMG_1524.jpg',0,'attachment','image/jpeg',0),
(832,1,'2024-11-24 15:14:54','2024-11-24 14:14:54','','BoroBoro bead earrings','','inherit','closed','closed','','img_1525','','','2024-11-24 15:15:08','2024-11-24 14:15:08','',0,'https://haikuatelier.com/app/uploads/2024/11/IMG_1525.jpg',0,'attachment','image/jpeg',0),
(834,1,'2024-11-24 15:19:36','2024-11-24 14:19:36','','Kara textured hoops gold plated','','inherit','closed','closed','','sony-dsc-69','','','2024-11-24 15:19:54','2024-11-24 14:19:54','',545,'https://haikuatelier.com/app/uploads/2024/11/KARA-CR-g.jpg',0,'attachment','image/jpeg',0),
(835,1,'2024-11-24 15:21:03','2024-11-24 14:21:03','','Kara textured hoops silver','','inherit','closed','closed','','sony-dsc-70','','','2024-11-24 15:21:25','2024-11-24 14:21:25','',554,'https://haikuatelier.com/app/uploads/2024/11/KARA-CR-s.jpg',0,'attachment','image/jpeg',0),
(836,1,'2024-11-24 15:24:19','2024-11-24 14:24:19','','Kara ear cuff gold plated','','inherit','closed','closed','','sony-dsc-54','','','2024-11-24 15:24:36','2024-11-24 14:24:36','',447,'https://haikuatelier.com/app/uploads/2024/11/KARA-EC-vrm.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&#038;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,'2025-05-09 17:41:06','2025-05-09 15:41:06','<em>ROKKU: pebble</em>\n\nLarge wavy ring in sterling silver with a semi precious oval stone in the center set in some 18K gold.\n<ul>\n <li>adjustable</li>\n <li>height 2cm</li>\n <li>handcrafted in Brussels</li>\n</ul>\nAll our pieces are made in 80% recycled sterling silver.','Rokku Ring','','inherit','closed','closed','','168-autosave-v1','','','2025-05-09 17:41:06','2025-05-09 15:41:06','',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),
(925,1,'2025-06-17 08:02:32','2025-06-17 06:02:32','','BoroBoro silver earrings with honey calcite beads','','inherit','closed','closed','','boro-bo1-arg','','','2025-06-17 08:08:00','2025-06-17 06:08:00','',0,'https://haikuatelier.com/app/uploads/2024/11/BORO-BO1-arg.jpg',0,'attachment','image/jpeg',0),
(927,1,'2025-06-17 08:11:34','2025-06-17 06:11:34','','BoroBoro gold plated earrings with green aventurine beads','','inherit','closed','closed','','boro-bo1-or','','','2025-06-17 08:12:40','2025-06-17 06:12:40','',0,'https://haikuatelier.com/app/uploads/2024/11/BORO-BO1-or.jpg',0,'attachment','image/jpeg',0),
(928,1,'2025-06-17 08:15:25','2025-06-17 06:15:25','','Mugura trio of stud earrings','','inherit','closed','closed','','mugura-bop','','','2025-06-17 08:16:36','2025-06-17 06:16:36','',0,'https://haikuatelier.com/app/uploads/2024/10/MUGURA-BOP.jpg',0,'attachment','image/jpeg',0),
(930,1,'2025-08-19 09:39:07','2025-08-19 07:39:07','<em>Mugura: vine</em>\n\nSmall solo hoop in sterling silver with a wavy dangling element in gold plated silver.\n<ul>\n <li>hoop diameter 13mm</li>\n <li>total height 3cm</li>\n <li>handcrafted in Brussels</li>\n</ul>\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),
(935,1,'2025-06-17 09:57:48','2025-06-17 07:57:48','','Kara textured hoops silver','','inherit','closed','closed','','kara-cr-s','','','2025-06-17 09:58:04','2025-06-17 07:58:04','',554,'https://haikuatelier.com/app/uploads/2024/11/KARA-CR-s-1.jpg',0,'attachment','image/jpeg',0),
(936,1,'2025-06-17 10:18:41','2025-06-17 08:18:41','','Kara textured hoops silver','','inherit','closed','closed','','sony-dsc-7','','','2025-06-17 10:20:11','2025-06-17 08:20:11','',554,'https://haikuatelier.com/app/uploads/2024/11/DSC00650.jpg',0,'attachment','image/jpeg',0),
(937,1,'2025-06-17 10:20:05','2025-06-17 08:20:05','','Kara textured hoops silver','','inherit','closed','closed','','sony-dsc-8','','','2025-06-17 10:20:28','2025-06-17 08:20:28','',554,'https://haikuatelier.com/app/uploads/2024/11/DSC00655.jpg',0,'attachment','image/jpeg',0),
(938,1,'2025-06-17 10:22:41','2025-06-17 08:22:41','','Kara textured hoops gold plated','','inherit','closed','closed','','kara-cr-g','','','2025-06-17 10:22:58','2025-06-17 08:22:58','',545,'https://haikuatelier.com/app/uploads/2024/11/KARA-CR-g-1.jpg',0,'attachment','image/jpeg',0),
(939,1,'2025-06-17 10:27:02','2025-06-17 08:27:02','','Kara ear cuff gold plated','','inherit','closed','closed','','kara-ec-g','','','2025-06-17 10:27:19','2025-06-17 08:27:19','',447,'https://haikuatelier.com/app/uploads/2024/11/KARA-EC-g.jpg',0,'attachment','image/jpeg',0),
(940,1,'2025-06-17 10:28:05','2025-06-17 08:28:05','','Kara ear cuff silver','','inherit','closed','closed','','kara-ec-s','','','2025-06-17 10:28:36','2025-06-17 08:28:36','',435,'https://haikuatelier.com/app/uploads/2024/10/KARA-EC-s.jpg',0,'attachment','image/jpeg',0),
(941,1,'2025-06-20 19:22:20','2025-06-20 17:22:20','<em>Uteki : raindrop</em>\r\n\r\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in sterling silver.\r\n</ul>\r\n• wire thickness 3mm\r\n• stone 10x8cm\r\n• handcrafted in Brussels\r\n</ul>\r\nRings are made on demand. Find some help to chose your ring size <a href=\"https://haikuatelier.com/app/uploads/2025/11/HAIKU-sizechart.pdf\">here</a>.\r\n\r\nAll our pieces are made in 80% recycled sterling silver.','Uteki Ring silver','','publish','closed','closed','','uteki-ring-silver','','','2026-04-24 15:22:00','2026-04-24 13:22:00','',0,'https://haikuatelier.com/?post_type=product&#038;p=941',47,'product','',0),
(943,1,'2025-06-18 19:31:49','2025-06-18 17:31:49','','Uteki ring in silver','','inherit','closed','closed','','sony-dsc-13','','','2025-06-18 19:32:06','2025-06-18 17:32:06','',941,'https://haikuatelier.com/app/uploads/2025/06/DSC00671.jpg',0,'attachment','image/jpeg',0),
(944,1,'2025-06-18 19:33:26','2025-06-18 17:33:26','','Uteki Ring silver - 50','Size: 50','publish','closed','closed','','uteki-ring-silver-50','','','2026-04-24 15:21:56','2026-04-24 13:21:56','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=944',1,'product_variation','',0),
(945,1,'2025-06-18 19:33:26','2025-06-18 17:33:26','','Uteki Ring silver - 52','Size: 52','publish','closed','closed','','uteki-ring-silver-52','','','2026-04-24 15:21:56','2026-04-24 13:21:56','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=945',5,'product_variation','',0),
(946,1,'2025-06-18 19:33:26','2025-06-18 17:33:26','','Uteki Ring silver - 54','Size: 54','publish','closed','closed','','uteki-ring-silver-54','','','2026-04-24 15:21:57','2026-04-24 13:21:57','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=946',7,'product_variation','',0),
(947,1,'2025-06-18 19:33:26','2025-06-18 17:33:26','','Uteki Ring silver - 56','Size: 56','publish','closed','closed','','uteki-ring-silver-56','','','2026-04-24 15:21:57','2026-04-24 13:21:57','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=947',9,'product_variation','',0),
(948,1,'2025-06-18 19:33:26','2025-06-18 17:33:26','','Uteki Ring silver - 58','Size: 58','publish','closed','closed','','uteki-ring-silver-58','','','2026-04-24 15:21:57','2026-04-24 13:21:57','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=948',11,'product_variation','',0),
(949,1,'2025-06-18 19:33:26','2025-06-18 17:33:26','','Uteki Ring silver - 60','Size: 60','publish','closed','closed','','uteki-ring-silver-60','','','2026-04-24 15:21:57','2026-04-24 13:21:57','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=949',13,'product_variation','',0),
(950,1,'2025-06-18 19:33:27','2025-06-18 17:33:27','','Uteki Ring silver - 62','Size: 62','publish','closed','closed','','uteki-ring-silver-62','','','2026-04-24 15:21:32','2026-04-24 13:21:32','',941,'https://haikuatelier.com/?post_type=product_variation&p=950',18,'product_variation','',0),
(951,1,'2025-06-18 19:33:27','2025-06-18 17:33:27','','Uteki Ring silver - 64','Size: 64','publish','closed','closed','','uteki-ring-silver-64','','','2026-04-24 15:21:32','2026-04-24 13:21:32','',941,'https://haikuatelier.com/?post_type=product_variation&p=951',19,'product_variation','',0),
(953,1,'2025-06-18 22:19:47','2025-06-18 20:19:47','<em>Uteki : raindrop</em>\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\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.\r\n\r\n','Uteki Ring gold plated','','publish','closed','closed','','uteki-ring-gold-plated','','','2026-02-11 14:02:15','2026-02-11 13:02:15','',0,'https://haikuatelier.com/?post_type=product&#038;p=953',48,'product','',0),
(954,1,'2025-06-18 22:19:47','2025-06-18 20:19:47','','Uteki Ring gold plated - 50','Size: 50','publish','closed','closed','','uteki-ring-silver-65','','','2026-02-11 14:02:11','2026-02-11 13:02:11','',953,'https://haikuatelier.com/?post_type=product_variation&p=954',1,'product_variation','',0),
(955,1,'2025-06-18 22:19:47','2025-06-18 20:19:47','','Uteki Ring gold plated - 52','Size: 52','publish','closed','closed','','uteki-ring-silver-66','','','2026-02-11 14:02:11','2026-02-11 13:02:11','',953,'https://haikuatelier.com/?post_type=product_variation&p=955',2,'product_variation','',0),
(956,1,'2025-06-18 22:19:47','2025-06-18 20:19:47','','Uteki Ring gold plated - 54','Size: 54','publish','closed','closed','','uteki-ring-silver-67','','','2026-02-11 14:02:11','2026-02-11 13:02:11','',953,'https://haikuatelier.com/?post_type=product_variation&p=956',3,'product_variation','',0),
(957,1,'2025-06-18 22:19:47','2025-06-18 20:19:47','','Uteki Ring gold plated - 56','Size: 56','publish','closed','closed','','uteki-ring-silver-68','','','2026-02-11 14:02:11','2026-02-11 13:02:11','',953,'https://haikuatelier.com/?post_type=product_variation&p=957',4,'product_variation','',0),
(958,1,'2025-06-18 22:19:48','2025-06-18 20:19:48','','Uteki Ring gold plated - 58','Size: 58','publish','closed','closed','','uteki-ring-silver-69','','','2026-02-11 14:02:11','2026-02-11 13:02:11','',953,'https://haikuatelier.com/?post_type=product_variation&p=958',5,'product_variation','',0),
(959,1,'2025-06-18 22:19:48','2025-06-18 20:19:48','','Uteki Ring gold plated - 60','Size: 60','publish','closed','closed','','uteki-ring-silver-70','','','2026-02-11 14:02:11','2026-02-11 13:02:11','',953,'https://haikuatelier.com/?post_type=product_variation&p=959',6,'product_variation','',0),
(960,1,'2025-06-18 22:19:48','2025-06-18 20:19:48','','Uteki Ring gold plated - 62','Size: 62','publish','closed','closed','','uteki-ring-silver-71','','','2026-02-11 14:02:11','2026-02-11 13:02:11','',953,'https://haikuatelier.com/?post_type=product_variation&p=960',7,'product_variation','',0),
(961,1,'2025-06-18 22:19:48','2025-06-18 20:19:48','','Uteki Ring gold plated - 64','Size: 64','publish','closed','closed','','uteki-ring-silver-72','','','2026-02-11 14:02:11','2026-02-11 13:02:11','',953,'https://haikuatelier.com/?post_type=product_variation&p=961',8,'product_variation','',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),
(963,1,'2025-06-18 22:23:24','2025-06-18 20:23:24','','Uteki ring in gold plated','','inherit','closed','closed','','sony-dsc-14','','','2025-06-18 22:23:44','2025-06-18 20:23:44','',953,'https://haikuatelier.com/app/uploads/2025/06/DSC00670.jpg',0,'attachment','image/jpeg',0),
(967,1,'2025-06-18 22:38:10','2025-06-18 20:38:10','<em>BOROBORO: the sound of something crumbling </em>\n\nLong asymmetrical earrings with oval shapes made of sterling silver.\n<ul>\n <li>wire diameter 12mm</li>\n <li>height 4cm</li>\n <li>handcrafted in Brussels</li>\n</ul>\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),
(968,1,'2025-06-18 22:43:11','2025-06-18 20:43:11','','Piasu ring in silver','','inherit','closed','closed','','piasu-b-s','','','2025-06-18 22:43:41','2025-06-18 20:43:41','',0,'https://haikuatelier.com/app/uploads/2024/09/PIASU-B-s.jpg',0,'attachment','image/jpeg',0),
(969,1,'2025-06-18 22:47:21','2025-06-18 20:47:21','','Tanemaki necklace mixing chains and pearls','','inherit','closed','closed','','sony-dsc-5','','','2025-06-18 22:48:05','2025-06-18 20:48:05','',0,'https://haikuatelier.com/app/uploads/2024/10/TANEMAKI-C-1.jpg',0,'attachment','image/jpeg',0),
(977,1,'2025-06-19 16:20:10','2025-06-19 14:20:10','<em>KARA: hull, shell</em>\n\nTextured ear cuff in sterling gold plated silver.\n<ul>\n <li>width 0,5cm</li>\n <li>handcrafted in Brussels</li>\n</ul>\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','<em>Uteki : raindrop</em>\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','','publish','closed','closed','','uteki-necklace-silver','','','2025-12-17 17:15:48','2025-12-17 16:15:48','',0,'https://haikuatelier.com/?post_type=product&#038;p=982',46,'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),
(993,1,'2025-06-20 19:06:23','2025-06-20 17:06:23','','Uteki necklace in sterling silver','','inherit','closed','closed','','sony-dsc-10','','','2025-06-20 19:10:44','2025-06-20 17:10:44','',982,'https://haikuatelier.com/app/uploads/2025/06/DSC00684.jpg',0,'attachment','image/jpeg',0),
(994,1,'2025-06-20 19:07:53','2025-06-20 17:07:53','<em>Uteki : raindrop</em>\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','','publish','closed','closed','','uteki-necklace-gold-plated','','','2025-12-17 17:15:40','2025-12-17 16:15:40','',0,'https://haikuatelier.com/?post_type=product&#038;p=994',45,'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),
(1008,1,'2025-07-03 20:03:50','2025-07-03 18:03:50','','Piasu hoop earrings silver','','inherit','closed','closed','','piasu-cr','','','2025-07-03 20:04:45','2025-07-03 18:04:45','',0,'https://haikuatelier.com/app/uploads/2025/07/PIASU-CR.jpg',0,'attachment','image/jpeg',0),
(1009,1,'2025-07-03 20:05:18','2025-07-03 18:05:18','','Piasu hoop earrings silver','','inherit','closed','closed','','img_4071','','','2025-07-03 20:05:32','2025-07-03 18:05:32','',0,'https://haikuatelier.com/app/uploads/2025/07/IMG_4071.jpg',0,'attachment','image/jpeg',0),
(1010,1,'2025-07-03 20:05:50','2025-07-03 18:05:50','','Piasu hoop earrings silver','','inherit','closed','closed','','sony-dsc-2','','','2025-07-03 20:06:04','2025-07-03 18:06:04','',0,'https://haikuatelier.com/app/uploads/2025/07/DSC00642.jpg',0,'attachment','image/jpeg',0),
(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),
(1346,1,'2025-08-17 18:10:15','2025-08-17 16:10:15','','Uteki necklace silver','','inherit','closed','closed','','uteki-c-s-2','','','2025-08-17 18:10:56','2025-08-17 16:10:56','',982,'https://haikuatelier.com/app/uploads/2025/06/UTEKI-C-s-1.jpg',0,'attachment','image/jpeg',0),
(1347,1,'2025-08-17 18:13:37','2025-08-17 16:13:37','','BoroBoro bead ring silver and tiger eye','','inherit','closed','closed','','boroboro-b-st','','','2025-08-17 18:16:08','2025-08-17 16:16:08','',0,'https://haikuatelier.com/app/uploads/2024/11/BOROBORO-B-st.jpg',0,'attachment','image/jpeg',0),
(1348,1,'2025-08-17 18:15:09','2025-08-17 16:15:09','','BoroBoro bead ring','','inherit','closed','closed','','boroboro-b','','','2025-08-17 18:15:46','2025-08-17 16:15:46','',0,'https://haikuatelier.com/app/uploads/2024/11/BOROBORO-B.jpg',0,'attachment','image/jpeg',0),
(1349,1,'2025-08-17 18:17:39','2025-08-17 16:17:39','','BoroBoro bead ring silver and honey jade','','inherit','closed','closed','','boroboro-b-sj','','','2025-08-17 18:18:14','2025-08-17 16:18:14','',0,'https://haikuatelier.com/app/uploads/2024/11/BOROBORO-B-sj.jpg',0,'attachment','image/jpeg',0),
(1351,1,'2025-08-17 18:22:08','2025-08-17 16:22:08','','BoroBoro bead ring gold plated','','inherit','closed','closed','','boroboro-b-g','','','2025-08-17 18:22:45','2025-08-17 16:22:45','',0,'https://haikuatelier.com/app/uploads/2024/11/BOROBORO-B-g.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,'2025-12-01 00:13:22','2025-11-30 23:13:22','<em>Fuyou : floating leave on water</em>\n\nLong dangling earrings in sterling silver. Composed of fluid oval shapes and rectangular chains with gold plated details.\n\n<ul>\n <li>total length 5cm</li>\n <li>oval length 2,5cm</li>\n <li>handcrafted in Brussels</li>\n</ul>\n\nAll our products are made in 80% recycled sterling silver and 18K gold plated silver.\n\n&nbsp;','Fuyou Long Earrings silver','','inherit','closed','closed','','766-autosave-v1','','','2025-12-01 00:13:22','2025-11-30 23:13:22','',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),
(1367,1,'2025-08-18 13:42:42','2025-08-18 11:42:42','','Fuyou long earrings','','inherit','closed','closed','','_dsc0249-2','','','2025-08-18 13:42:56','2025-08-18 11:42:56','',766,'https://haikuatelier.com/app/uploads/2024/11/DSC0249-1.jpg',0,'attachment','image/jpeg',0),
(1369,1,'2025-08-19 09:24:13','2025-08-19 07:24:13','','Hattari stacked hoops silver','','inherit','closed','closed','','hattari-cr2-arg','','','2025-08-19 09:24:37','2025-08-19 07:24:37','',285,'https://haikuatelier.com/app/uploads/2024/10/HATTARI-CR2-arg.jpg',0,'attachment','image/jpeg',0),
(1371,1,'2025-08-19 09:30:53','2025-08-19 07:30:53','','Hattari stacked hoops gold plated','','inherit','closed','closed','','hattari-cr2-or','','','2025-08-19 09:31:10','2025-08-19 07:31:10','',288,'https://haikuatelier.com/app/uploads/2024/10/HATTARI-CR2-or.jpg',0,'attachment','image/jpeg',0),
(1377,1,'2025-08-19 09:40:55','2025-08-19 07:40:55','','Mugura solo hoop','','inherit','closed','closed','','mugura-cr1solo','','','2025-08-19 09:41:26','2025-08-19 07:41:26','',496,'https://haikuatelier.com/app/uploads/2024/11/MUGURA-CR1solo.jpg',0,'attachment','image/jpeg',0),
(1378,1,'2025-08-19 10:08:23','2025-08-19 08:08:23','','Piasu open hoops','','inherit','closed','closed','','piasu-cr-1','','','2025-08-19 10:09:18','2025-08-19 08:09:18','',0,'https://haikuatelier.com/app/uploads/2025/08/PIASU-CR-1.jpg',0,'attachment','image/jpeg',0),
(1379,1,'2025-08-19 10:08:29','2025-08-19 08:08:29','','Piasu open hoops','','inherit','closed','closed','','piasu-cr-2','','','2025-08-19 10:09:28','2025-08-19 08:09:28','',0,'https://haikuatelier.com/app/uploads/2025/08/PIASU-CR-2.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','<em>FUYOU: floating leave on water</em>\n\nSolo hoop in sterling silver with a mix of small rings in gold plated silver hanging on it.\n<ul>\n <li>hoop diameter 13mm</li>\n <li>small rings diameter around 5mm</li>\n <li>handcrafted in Brussels</li>\n</ul>\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','<em>MUGURA: vine</em>\n\nMinimalist hoop earrings with thin ends going up on the lobes. In gold plated silver.\n<ul>\n <li>wire thickness 2mm</li>\n <li>total diametre 3cm</li>\n <li>handcrafted in Brussels</li>\n</ul>\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),
(1395,1,'2025-08-31 09:41:55','2025-08-31 07:41:55','','Boroboro asymetrical silver earrings','','inherit','closed','closed','','boroboro-bo2-s','','','2025-08-31 09:42:35','2025-08-31 07:42:35','',0,'https://haikuatelier.com/app/uploads/2025/08/BOROBORO-BO2-s.jpg',0,'attachment','image/jpeg',0),
(1396,1,'2025-08-31 09:44:53','2025-08-31 07:44:53','','Boroboro asymetrical gold plated earrings','','inherit','closed','closed','','boroboro-bo2-g','','','2025-08-31 09:45:28','2025-08-31 07:45:28','',0,'https://haikuatelier.com/app/uploads/2025/08/BOROBORO-BO2-g.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),
(1398,1,'2025-09-02 09:03:19','2025-09-02 07:03:19','','Ikkan necklace silver and gold','','inherit','closed','closed','','dscf7869','','','2025-09-02 09:03:36','2025-09-02 07:03:36','',263,'https://haikuatelier.com/app/uploads/2024/10/DSCF7869.jpg',0,'attachment','image/jpeg',0),
(1399,1,'2025-09-02 09:04:17','2025-09-02 07:04:17','','Ikkan necklace silver and gold','','inherit','closed','closed','','dscf7860','','','2025-09-02 09:04:32','2025-09-02 07:04:32','',263,'https://haikuatelier.com/app/uploads/2024/10/DSCF7860.jpg',0,'attachment','image/jpeg',0),
(1400,1,'2025-09-02 09:05:24','2025-09-02 07:05:24','<em>IKKAN: link </em>\r\n\r\nNecklace with a mix of different links combining sterling silver and gold plated silver.\r\n<ul>\r\n <li>length 50 to 54cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Ikkan Necklace','','inherit','closed','closed','','263-autosave-v1','','','2025-09-02 09:05:24','2025-09-02 07:05:24','',263,'https://haikuatelier.com/?p=1400',0,'revision','',0),
(1401,1,'2025-09-06 10:07:55','2025-09-06 08:07:55','<em>Uteki : raindrop</em>\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','','draft','closed','closed','','uteki-hoops-gold-plated','','','2026-04-24 15:16:48','2026-04-24 13:16:48','',0,'https://haikuatelier.com/?post_type=product&#038;p=1401',43,'product','',0),
(1402,1,'2025-09-06 10:10:30','2025-09-06 08:10:30','','Uteki gold plated hoops','','inherit','closed','closed','','uteki-cr-g','','','2025-09-06 10:11:13','2025-09-06 08:11:13','',1401,'https://haikuatelier.com/app/uploads/2025/09/UTEKI-CR-g.jpg',0,'attachment','image/jpeg',0),
(1403,1,'2025-09-06 14:17:24','2025-09-06 12:17:24','','Uteki gold plated hoops','','inherit','closed','closed','','dscf8538','','','2025-09-06 14:18:00','2025-09-06 12:18:00','',1401,'https://haikuatelier.com/app/uploads/2025/09/DSCF8538.jpg',0,'attachment','image/jpeg',0),
(1404,1,'2025-09-06 14:17:29','2025-09-06 12:17:29','','Uteki gold plated hoops','','inherit','closed','closed','','dscf8521','','','2025-09-06 14:18:03','2025-09-06 12:18:03','',1401,'https://haikuatelier.com/app/uploads/2025/09/DSCF8521.jpg',0,'attachment','image/jpeg',0),
(1405,1,'2025-09-06 14:17:34','2025-09-06 12:17:34','','Uteki gold plated hoops','','inherit','closed','closed','','dscf8493','','','2025-09-06 14:18:05','2025-09-06 12:18:05','',1401,'https://haikuatelier.com/app/uploads/2025/09/DSCF8493.jpg',0,'attachment','image/jpeg',0),
(1406,1,'2025-09-06 15:00:33','2025-09-06 13:00:33','<em>Uteki : raindrop</em>\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','','draft','closed','closed','','uteki-hoops-silver','','','2026-04-24 15:16:31','2026-04-24 13:16:31','',0,'https://haikuatelier.com/?post_type=product&#038;p=1406',44,'product','',0),
(1407,1,'2025-09-06 15:00:58','2025-09-06 13:00:58','','Uteki silver hoops','','inherit','closed','closed','','uteki-cr-s','','','2025-09-06 15:01:20','2025-09-06 13:01:20','',1406,'https://haikuatelier.com/app/uploads/2025/09/UTEKI-CR-s.jpg',0,'attachment','image/jpeg',0),
(1409,1,'2025-09-06 15:01:45','2025-09-06 13:01:45','','Uteki silver hoops','','inherit','closed','closed','','dscf8461','','','2025-09-06 15:02:10','2025-09-06 13:02:10','',1406,'https://haikuatelier.com/app/uploads/2025/09/DSCF8461.jpg',0,'attachment','image/jpeg',0),
(1410,1,'2025-09-06 15:01:45','2025-09-06 13:01:45','','Uteki silver hoops','','inherit','closed','closed','','dscf8462','','','2025-09-06 15:02:13','2025-09-06 13:02:13','',1406,'https://haikuatelier.com/app/uploads/2025/09/DSCF8462.jpg',0,'attachment','image/jpeg',0),
(1411,1,'2025-09-08 11:11:57','2025-09-08 09:11:57','','Uteki silver hoops','','inherit','closed','closed','','dscf8447','','','2025-09-08 11:12:21','2025-09-08 09:12:21','',1406,'https://haikuatelier.com/app/uploads/2025/09/DSCF8447.jpg',0,'attachment','image/jpeg',0),
(1422,1,'2025-09-08 11:26:44','2025-09-08 09:26:44','','BoroBoro bead ring silver and honey jade','','inherit','closed','closed','','img_1504-2','','','2025-09-08 11:28:28','2025-09-08 09:28:28','',0,'https://haikuatelier.com/app/uploads/2024/11/IMG_1504-1.jpg',0,'attachment','image/jpeg',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','<em>PuchiPuchi : the sound of something splashing</em>\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 18K gold plated silver.','PuchiPuchi Earrings','','publish','closed','closed','','puchi-puchi-earrings','','','2026-04-24 15:11:26','2026-04-24 13:11:26','',0,'https://haikuatelier.com/?post_type=product&#038;p=1444',36,'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&#038;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),
(1452,1,'2025-09-23 10:40:41','2025-09-23 08:40:41','','Uteki necklace silver','','inherit','closed','closed','','dscf8669','','','2025-09-23 10:41:09','2025-09-23 08:41:09','',982,'https://haikuatelier.com/app/uploads/2025/06/DSCF8669.jpg',0,'attachment','image/jpeg',0),
(1454,1,'2025-09-24 14:41:42','2025-09-24 12:41:42','','BoroBoro asymmetrical earrings silver','','inherit','closed','closed','','dscf8686','','','2025-09-24 14:43:10','2025-09-24 12:43:10','',183,'https://haikuatelier.com/app/uploads/2024/10/DSCF8686.jpg',0,'attachment','image/jpeg',0),
(1455,1,'2025-09-24 14:44:05','2025-09-24 12:44:05','','BoroBoro asymmetrical earrings silver','','inherit','closed','closed','','dscf8674','','','2025-09-24 14:44:34','2025-09-24 12:44:34','',183,'https://haikuatelier.com/app/uploads/2024/10/DSCF8674.jpg',0,'attachment','image/jpeg',0),
(1456,1,'2025-09-24 15:09:11','2025-09-24 13:09:11','','BoroBoro asymmetrical earrings gold plated','','inherit','closed','closed','','dscf8693','','','2025-09-24 15:09:40','2025-09-24 13:09:40','',213,'https://haikuatelier.com/app/uploads/2024/10/DSCF8693.jpg',0,'attachment','image/jpeg',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','<em>PIASU : piercing</em>\r\n\r\nWide ring open on top with four silver balls and a mother of pearl detail.\r\n<ul>\r\n <li>silver balls diameter 8mm</li>\r\n <li>height 1,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nRings are made on demand. Find some help to chose your ring size <a href=\"https://haikuatelier.com/app/uploads/2025/11/HAIKU-sizechart.pdf\">here</a>.\r\n\r\nAll our pieces are made in 80% recycled sterling silver.','Piasu Ring','','publish','closed','closed','','piasu-ring','','','2026-04-24 15:09:07','2026-04-24 13:09:07','',0,'https://haikuatelier.com/?post_type=product&#038;p=1467',35,'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,'2025-10-06 14:41:49','2025-10-06 12:41:49','<em>PIASU: piercing</em>\n\nLarge earrings covering the lobe with three hoops hanging to it, with a small gold plated bead on each side.\n<ul>\n <li>height 3cm</li>\n <li>width 2cm</li>\n <li>handcrafted in Brussels</li>\n</ul>\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Piasu Earrings','','inherit','closed','closed','','202-autosave-v1','','','2025-10-06 14:41:49','2025-10-06 12:41:49','',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','<em>Kime: grain, texture, feeling to touch</em>\r\n\r\nSmall gold plated solo hoop with a marine link element in sterling silver.\r\n<ul>\r\n <li>hoop diameter 13mm</li>\r\n <li>total height 2cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\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&#038;p=1491',26,'product','',0),
(1492,1,'2025-10-29 10:20:46','2025-10-29 09:20:46','','Kime solo hoop mixing gold and silver','','inherit','closed','closed','','ikkan-cr1','','','2025-10-29 10:21:34','2025-10-29 09:21:34','',1491,'https://haikuatelier.com/app/uploads/2025/10/IKKAN-CR1.jpg',0,'attachment','image/jpeg',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),
(1503,1,'2025-11-10 13:26:53','2025-11-10 12:26:53','','Uteki silver hoops','','inherit','closed','closed','','dscf8521-2','','','2025-11-10 13:27:25','2025-11-10 12:27:25','',1406,'https://haikuatelier.com/app/uploads/2025/09/DSCF8521-1.jpg',0,'attachment','image/jpeg',0),
(1504,1,'2025-11-10 13:29:13','2025-11-10 12:29:13','','Uteki gold plated hoops','','inherit','closed','closed','','dscf8490','','','2025-11-10 13:29:52','2025-11-10 12:29:52','',1401,'https://haikuatelier.com/app/uploads/2025/09/DSCF8490.jpg',0,'attachment','image/jpeg',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','<em>PIASU: piercing</em>\r\n\r\nStatement ear cuff made of thick wires and silver beads. In sterling silver\r\n<ul>\r\n <li>total height 1,5cm</li>\r\n <li>wire width 2,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled silver and 18K gold plated silver.','Piasu Ear Cuff silver','','publish','closed','closed','','piasu-ear-cuff-silver','','','2026-02-11 13:36:38','2026-02-11 12:36:38','',0,'https://haikuatelier.com/?post_type=product&#038;p=1512',31,'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','<em>PIASU: piercing</em>\r\n\r\nStatement ear cuff made of thick wires and silver beads. In gold plated silver\r\n<ul>\r\n <li>total height 1,5cm</li>\r\n <li>wire width 2,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled silver and 18K gold plated silver.','Piasu Ear Cuff gold plated','','publish','closed','closed','','piasu-ear-cuff-gold-plated','','','2026-02-11 13:36:30','2026-02-11 12:36:30','',0,'https://haikuatelier.com/?post_type=product&#038;p=1516',30,'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','','Piasu ear cuff in gold plated silver','','inherit','closed','closed','','2025haiku_00029','','','2025-11-19 08:03:48','2025-11-19 07:03:48','',1516,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00029.jpg',0,'attachment','image/jpeg',0),
(1524,1,'2025-11-19 08:14:47','2025-11-19 07:14:47','','Piasu pending earrings in gold plated silver','','inherit','closed','closed','','piasu-bo1-g','','','2025-11-19 08:20:11','2025-11-19 07:20:11','',0,'https://haikuatelier.com/app/uploads/2025/11/PIASU-BO1-g.jpg',0,'attachment','image/jpeg',0),
(1525,1,'2025-11-19 10:57:46','2025-11-19 09:57:46','','Piasu pending earrings in silver','','inherit','closed','closed','','piasu-bo1-s','','','2025-11-19 10:58:28','2025-11-19 09:58:28','',0,'https://haikuatelier.com/app/uploads/2025/11/PIASU-BO1-s.jpg',0,'attachment','image/jpeg',0),
(1526,1,'2025-11-19 11:07:28','2025-11-19 10:07:28','','Piasu pending earrings in silver','','inherit','closed','closed','','2025haiku_00032','','','2025-11-19 11:07:50','2025-11-19 10:07:50','',0,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00032.jpg',0,'attachment','image/jpeg',0),
(1527,1,'2025-11-19 11:07:58','2025-11-19 10:07:58','','Piasu pending earrings in silver','','inherit','closed','closed','','2025haiku_00057','','','2025-11-19 11:08:14','2025-11-19 10:08:14','',0,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00057.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','<em>TAMANORI: in balance on a ball</em>\r\n\r\nA delicate ear cuff with dangling box chains. In gold plated silver.\r\n<ul>\r\n <li>total height 4,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled silver and 18K gold plated silver.','Tamanori Ear Cuff gold plated','','publish','closed','closed','','tamanori-ear-cuff-gold-plated','','','2026-04-24 14:57:06','2026-04-24 12:57:06','',0,'https://haikuatelier.com/?post_type=product&#038;p=1531',39,'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','<em>TAMANORI: in balance on a ball</em>\r\n\r\nA delicate ear cuff with dangling box chains. In sterling silver.\r\n<ul>\r\n <li>total height 4,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled silver and 18K gold plated silver.','Tamanori Ear Cuff silver','','publish','closed','closed','','tamanori-ear-cuff-silver','','','2026-04-24 14:56:11','2026-04-24 12:56:11','',0,'https://haikuatelier.com/?post_type=product&#038;p=1535',40,'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),
(1539,1,'2025-11-26 10:03:46','2025-11-26 09:03:46','','Piasu pending earrings in silver','','inherit','closed','closed','','2025haiku_00031','','','2025-11-26 10:03:59','2025-11-26 09:03:59','',0,'https://haikuatelier.com/app/uploads/2025/11/2025HAIKU_00031.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','<em>HATTARI: bluff</em>\r\n\r\nSmall crossed hoops giving the illusion of having twoo hoops on the earlobe. In sterling silver.\r\n<ul>\r\n <li>hoops diameter 1,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Small Hoops silver','','publish','closed','closed','','hattari-small-hoops-silver','','','2026-02-11 13:26:36','2026-02-11 12:26:36','',0,'https://haikuatelier.com/?post_type=product&#038;p=1541',15,'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','<em>HATTARI: bluff</em>\r\n\r\nSmall crossed hoops giving the illusion of having twoo hoops on the earlobe. In gold plated silver.\r\n<ul>\r\n <li>hoops diameter 1,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Small Hoops gold plated','','publish','closed','closed','','hattari-small-hoops-gold-plated','','','2026-04-24 14:52:22','2026-04-24 12:52:22','',0,'https://haikuatelier.com/?post_type=product&#038;p=1549',14,'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','<em>HATTARI: bluff</em>\r\n\r\nAn ear cuff composed of intertwined wires. In sterling silver.\r\n<ul>\r\n <li>hoops diameter 1cm</li>\r\n <li>height 0,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Ear Cuff silver','','publish','closed','closed','','hattari-ear-cuff-silver','','','2026-04-24 14:52:31','2026-04-24 12:52:31','',0,'https://haikuatelier.com/?post_type=product&#038;p=1555',13,'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','<em>HATTARI: bluff</em>\r\n\r\nAn ear cuff composed of intertwined wires. In gold plated silver.\r\n<ul>\r\n <li>hoops diameter 1cm</li>\r\n <li>height 0,5cm</li>\r\n <li>handcrafted in Brussels</li>\r\n</ul>\r\nAll our pieces are made in 80% recycled sterling silver and 18K gold plated silver.','Hattari Ear Cuff gold plated','','publish','closed','closed','','hattari-ear-cuff-gold-plated','','','2026-04-24 14:51:23','2026-04-24 12:51:23','',0,'https://haikuatelier.com/?post_type=product&#038;p=1560',12,'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\n<em>Faites 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.</em>\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&#038;p=1574',1,'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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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-02-11 14:04:52','2026-02-11 13:04:52','',766,'https://haikuatelier.com/?post_type=product_variation&#038;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-02-11 14:04:52','2026-02-11 13:04:52','',766,'https://haikuatelier.com/?post_type=product_variation&#038;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-02-11 14:04:52','2026-02-11 13:04:52','',766,'https://haikuatelier.com/?post_type=product_variation&#038;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-02-11 13:48:35','2026-02-11 12:48:35','<em>PuchiPuchi : the sound of something splashing</em>\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-02-11 13:48:35','2026-02-11 12:48:35','',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-02-11 14:15:13','2026-02-11 13:15:13','<em>IKKAN : link</em>\n\nA bracelet in sterling silver mixing a rigid band and loose curb chain\n<ul>\n <li>size 1: 6cm diameter / size 2: 7cm diameter</li>\n <li>wire thickness 2,5mm</li>\n <li>handcrafted in Brussels</li>\n</ul>','Ikkan Bracelet silver','','inherit','closed','closed','','240-autosave-v1','','','2026-02-11 14:15:13','2026-02-11 13:15:13','',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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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&#038;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-06 11:49:09','2026-04-06 09:49:09','',0,'https://haikuatelier.com/?post_type=product&#038;p=1673',0,'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&#038;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&#038;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-06 11:48:45','2026-04-06 09:48:45','',0,'https://haikuatelier.com/?post_type=product&#038;p=1681',0,'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-06 11:48:54','2026-04-06 09:48:54','',0,'https://haikuatelier.com/?post_type=product&#038;p=1689',0,'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','<em>PIASU : piercing</em>\n\nWide ring open on top with four silver balls and a mother of pearl detail.\n<ul>\n <li>silver balls diameter 8mm</li>\n <li>height 1,5cm</li>\n <li>handcrafted in Brussels</li>\n</ul>\nRings Find some help to chose your ring size <a href=\"https://haikuatelier.com/app/uploads/2025/11/HAIKU-sizechart.pdf\">here</a>.\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),
(1721,1,'2026-04-24 15:18:28','2026-04-24 13:18:28','<em>Uteki : raindrop</em>\n\nRing composed of a swirling silver wire encircling an oval prehnite stone. Made in sterling silver.\n</ul>\n• wire thickness 3mm\n• stone 10x8cm\n• handcrafted in Brussels\n</ul>\nRings are made on demand. Find some help to chose your ring size <a href=\"https://haikuatelier.com/app/uploads/2025/11/HAIKU-sizechart.pdf\">here</a>.\n\nAll our pieces are made in 80% recycled sterling silver.','Uteki Ring silver','','inherit','closed','closed','','941-autosave-v1','','','2026-04-24 15:18:28','2026-04-24 13:18:28','',941,'https://haikuatelier.com/?p=1721',0,'revision','',0),
(1722,1,'2026-04-24 15:18:58','2026-04-24 13:18:58','','Uteki Ring silver - 48','Size: 48','publish','closed','closed','','uteki-ring-silver-48','','','2026-04-24 15:21:56','2026-04-24 13:21:56','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=1722',1,'product_variation','',0),
(1723,1,'2026-04-24 15:18:58','2026-04-24 13:18:58','','Uteki Ring silver - 49','Size: 49','publish','closed','closed','','uteki-ring-silver-49','','','2026-04-24 15:21:56','2026-04-24 13:21:56','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=1723',2,'product_variation','',0),
(1724,1,'2026-04-24 15:18:58','2026-04-24 13:18:58','','Uteki Ring silver - 51','Size: 51','publish','closed','closed','','uteki-ring-silver-51','','','2026-04-24 15:21:56','2026-04-24 13:21:56','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=1724',4,'product_variation','',0),
(1725,1,'2026-04-24 15:18:58','2026-04-24 13:18:58','','Uteki Ring silver - 53','Size: 53','publish','closed','closed','','uteki-ring-silver-53','','','2026-04-24 15:21:57','2026-04-24 13:21:57','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=1725',6,'product_variation','',0),
(1726,1,'2026-04-24 15:18:58','2026-04-24 13:18:58','','Uteki Ring silver - 55','Size: 55','publish','closed','closed','','uteki-ring-silver-55','','','2026-04-24 15:21:57','2026-04-24 13:21:57','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=1726',8,'product_variation','',0),
(1727,1,'2026-04-24 15:18:58','2026-04-24 13:18:58','','Uteki Ring silver - 57','Size: 57','publish','closed','closed','','uteki-ring-silver-57','','','2026-04-24 15:21:57','2026-04-24 13:21:57','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=1727',10,'product_variation','',0),
(1728,1,'2026-04-24 15:18:58','2026-04-24 13:18:58','','Uteki Ring silver - 59','Size: 59','publish','closed','closed','','uteki-ring-silver-59','','','2026-04-24 15:21:57','2026-04-24 13:21:57','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=1728',12,'product_variation','',0),
(1729,1,'2026-04-24 15:18:59','2026-04-24 13:18:59','','Uteki Ring silver - 61','Size: 61','publish','closed','closed','','uteki-ring-silver-61','','','2026-04-24 15:21:57','2026-04-24 13:21:57','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=1729',14,'product_variation','',0),
(1730,1,'2026-04-24 15:18:59','2026-04-24 13:18:59','','Uteki Ring silver - 63','Size: 63','publish','closed','closed','','uteki-ring-silver-63','','','2026-04-24 15:21:32','2026-04-24 13:21:32','',941,'https://haikuatelier.com/?post_type=product_variation&#038;p=1730',16,'product_variation','',0),
(1731,1,'2026-04-24 15:20:33','2026-04-24 13:20:33','','Uteki Ring silver - 64','Size: 64','publish','closed','closed','','uteki-ring-silver','','','2026-04-24 15:21:32','2026-04-24 13:21:32','',941,'https://haikuatelier.com/product/uteki-ring-silver/',17,'product_variation','',0),
(1732,1,'2026-04-24 15:20:50','2026-04-24 13:20:50','','Uteki Ring silver - 62','Size: 62','publish','closed','closed','','uteki-ring-silver-2','','','2026-04-24 15:21:57','2026-04-24 13:21:57','',941,'https://haikuatelier.com/product/uteki-ring-silver/',15,'product_variation','',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),
(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),
(168,4,0),
(168,31,0),
(168,48,0),
(168,49,0),
(168,54,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,57,0),
(306,62,0),
(306,64,0),
(312,4,0),
(312,30,0),
(312,45,0),
(312,57,0),
(312,62,0),
(312,64,0),
(318,2,0),
(318,30,0),
(318,61,0),
(393,2,0),
(393,9,0),
(393,30,0),
(393,67,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),
(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,57,0),
(1535,2,0),
(1535,30,0),
(1535,57,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),
(1681,4,0),
(1681,101,0),
(1681,102,0),
(1681,103,0),
(1681,104,0),
(1689,4,0),
(1689,101,0),
(1689,102,0),
(1689,103,0),
(1689,104,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=114 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,17),
(3,3,'product_type','',0,0),
(4,4,'product_type','',0,23),
(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,24),
(31,31,'product_cat','',0,6),
(32,32,'product_cat','',0,4),
(33,33,'product_cat','',0,2),
(36,36,'collection','',0,0),
(37,37,'pa_size','',0,5),
(38,38,'pa_size','',0,5),
(39,39,'pa_size','',0,5),
(40,40,'pa_size','',0,5),
(41,41,'pa_size','',0,5),
(42,42,'pa_size','',0,5),
(43,43,'pa_size','',0,5),
(44,44,'pa_size','',0,5),
(45,45,'pa_side','',0,12),
(48,48,'pa_stone','',0,1),
(49,49,'pa_stone','',0,1),
(50,50,'collection','',0,6),
(51,51,'collection','',0,4),
(52,52,'collection','',0,4),
(53,53,'collection','',0,0),
(54,54,'collection','',0,1),
(55,55,'collection','',0,2),
(56,56,'collection','',0,4),
(57,57,'collection','',0,4),
(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,2),
(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,2),
(72,72,'pa_side','',0,2),
(73,73,'pa_stone','',0,0),
(74,74,'pa_stone','',0,0),
(75,75,'pa_stone','',0,0),
(76,76,'pa_side','',0,0),
(77,77,'pa_side','',0,5),
(78,78,'pa_side','',0,5),
(79,79,'pa_stone','',0,0),
(80,80,'collection','',0,4),
(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,2),
(106,106,'pa_size','',0,2),
(107,107,'pa_size','',0,2),
(108,108,'pa_size','',0,2),
(109,109,'pa_size','',0,2),
(110,110,'pa_size','',0,2),
(111,111,'pa_size','',0,2),
(112,112,'pa_size','',0,2),
(113,113,'pa_size','',0,2);
/*!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=92 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','24'),
(22,31,'product_count_product_cat','6'),
(23,32,'product_count_product_cat','4'),
(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');
/*!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=114 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);
/*!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=330 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:12:\"77.109.101.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','1777036639'),
(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:1:{i:0;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:1:{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;}}'),
(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&section=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&section=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 its 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&section=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&section=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&section=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&section=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&section=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&section=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&section=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&section=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&section=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&section=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 &amp; 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','Thats huge! Youre well on your way to building a successful online store — now its time to think about how youll fulfill your orders.<br /><br />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 <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','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','Its crucial to get your stores checkout as smooth as possible to avoid losing sales. Lets 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 sites data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','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! Theres a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />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.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> 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).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />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).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />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).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. 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).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. 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','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). Its recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> 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','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. 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\nWed 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, weve 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 were inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\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','<strong>Your store requires a security update for WooCommerce Payments</strong>. 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','<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. 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 youre invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\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. Were excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\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. Were excited to announce that WooPay availability has resumed.\r\n<br /><br />\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<br><br>\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. <br>Boost conversions by letting customers pay with a single click. <br><br>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<br><br>\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<br><br>\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<br><br>\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<br><br>\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<br><br>\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. <br>Boost conversions by letting customers pay with a single click. <br><br>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','<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>. 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','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. 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','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. 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','<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; 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','<strong>Your shop requires an important security update for the WooCommerce Stripe plugin</strong>. 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','<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. 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','<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. 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','<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> 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','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. 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 thats 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 <a href=\"https://haikuatelier.fr.ddev.site/wp/wp-admin/admin.php?page=wc-settings&#038;tab=advanced&#038;section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking?utm_medium=product\" target=\"_blank\">Read more</a> 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!','Weve made some exciting improvements to our email templates, including modern, shopper-friendly designs and new customization options. And if youre 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 &gt; 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=91 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','');
/*!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=377 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 lUniversité (MAIF)',NULL,'Paris',NULL,'75007','FR','sofia.balducci99@gmail.com','+393470972182'),
(260,1489,'shipping','Sofia','Balducci',NULL,'156 Rue de lUniversité (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 DInkermann',NULL,'RENNES','Bretagne','35000','FR','karlyne.malonga@gmail.com','06 0703 3147'),
(350,1649,'shipping','Karlyne','Malonga',NULL,'69 Rue DInkermann',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');
/*!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=1220 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);
/*!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);
/*!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);
/*!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 lavoir en 49 plutôt, sil 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,'','','','','','');
/*!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=781 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 lUniversité (MAIF) Paris 75007 FR sofia.balducci99@gmail.com +393470972182'),
(528,1489,'_shipping_address_index','Sofia Balducci 156 Rue de lUniversité (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 DInkermann RENNES Bretagne 35000 FR karlyne.malonga@gmail.com 06 0703 3147'),
(739,1649,'_shipping_address_index','Karlyne Malonga 69 Rue DInkermann 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');
/*!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
(103,102,'pa_size',37,1,1),
(104,102,'pa_size',38,1,1),
(105,102,'pa_size',39,1,1),
(106,102,'pa_size',40,1,1),
(107,102,'pa_size',41,1,1),
(108,102,'pa_size',42,1,1),
(109,102,'pa_size',43,1,1),
(528,102,'pa_size',44,1,1),
(114,113,'pa_size',37,1,1),
(115,113,'pa_size',38,1,1),
(116,113,'pa_size',39,1,1),
(117,113,'pa_size',40,1,1),
(118,113,'pa_size',41,1,1),
(119,113,'pa_size',42,1,1),
(120,113,'pa_size',43,1,1),
(529,113,'pa_size',44,1,1),
(201,168,'pa_stone',48,1,1),
(200,168,'pa_stone',49,1,1),
(566,183,'pa_side',45,1,1),
(565,183,'pa_side',71,1,1),
(567,183,'pa_side',72,1,1),
(638,202,'pa_side',45,1,1),
(637,202,'pa_side',77,1,1),
(639,202,'pa_side',78,1,1),
(570,213,'pa_side',45,1,1),
(569,213,'pa_side',71,1,1),
(571,213,'pa_side',72,1,1),
(241,240,'pa_size',58,1,1),
(242,240,'pa_size',59,1,1),
(642,285,'pa_side',45,1,1),
(641,285,'pa_side',77,1,1),
(643,285,'pa_side',78,1,1),
(646,288,'pa_side',45,1,1),
(645,288,'pa_side',77,1,1),
(647,288,'pa_side',78,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),
(494,490,'pa_side',45,1,1),
(493,490,'pa_side',77,1,1),
(495,490,'pa_side',78,1,1),
(553,545,'pa_side',45,1,1),
(552,545,'pa_side',66,1,1),
(555,554,'pa_side',45,1,1),
(556,554,'pa_side',66,1,1),
(1621,766,'pa_side',45,1,1),
(1619,766,'pa_side',62,1,1),
(1620,766,'pa_side',63,1,1),
(944,941,'pa_size',37,1,1),
(945,941,'pa_size',38,1,1),
(946,941,'pa_size',39,1,1),
(947,941,'pa_size',40,1,1),
(948,941,'pa_size',41,1,1),
(949,941,'pa_size',42,1,1),
(950,941,'pa_size',43,1,1),
(1732,941,'pa_size',43,1,1),
(951,941,'pa_size',44,1,1),
(1731,941,'pa_size',44,1,1),
(1722,941,'pa_size',105,1,1),
(1723,941,'pa_size',106,1,1),
(1724,941,'pa_size',107,1,1),
(1725,941,'pa_size',108,1,1),
(1726,941,'pa_size',109,1,1),
(1727,941,'pa_size',110,1,1),
(1728,941,'pa_size',111,1,1),
(1729,941,'pa_size',112,1,1),
(1730,941,'pa_size',113,1,1),
(954,953,'pa_size',37,1,1),
(955,953,'pa_size',38,1,1),
(956,953,'pa_size',39,1,1),
(957,953,'pa_size',40,1,1),
(958,953,'pa_size',41,1,1),
(959,953,'pa_size',42,1,1),
(960,953,'pa_size',43,1,1),
(961,953,'pa_size',44,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);
/*!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,85.0000,85.0000,0,1,'instock',0,0.00,0,'taxable','',''),
(103,'',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(104,'',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(105,'',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(106,'',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(107,'',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(108,'',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(109,'',0,0,85.0000,85.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(113,'IKKAN-B-g',0,0,90.0000,90.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''),
(114,'',0,0,90.0000,90.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''),
(115,'',0,0,90.0000,90.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''),
(116,'',0,0,90.0000,90.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''),
(117,'',0,0,90.0000,90.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''),
(118,'',0,0,90.0000,90.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''),
(119,'',0,0,90.0000,90.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''),
(120,'',0,0,90.0000,90.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''),
(168,'Rokku-B',0,0,100.0000,110.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','',''),
(200,NULL,0,0,100.0000,100.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',NULL),
(201,NULL,0,0,110.0000,110.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',NULL),
(202,'PIASU-BO2',0,0,80.0000,130.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,95.0000,95.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,170.0000,170.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,'TAMANORI-CR-s',0,0,50.0000,75.0000,0,1,'instock',0,0.00,6,'taxable','',''),
(312,'TAMANORI-CR-g',0,0,60.0000,85.0000,0,2,'instock',0,0.00,1,'taxable','',''),
(318,'FUYOU-CR',0,0,65.0000,65.0000,0,1,'instock',0,0.00,3,'taxable','',''),
(393,'MUGURA-CR-s',0,0,70.0000,70.0000,0,0,'outofstock',0,0.00,0,'taxable','',''),
(398,'MUGURA-CR-g',0,0,75.0000,75.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,40.0000,55.0000,0,1,'instock',0,0.00,2,'taxable','',''),
(493,'HADOU-BOP-left',0,0,40.0000,40.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(494,'HADOU-BOP-pair',0,0,55.0000,55.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(495,'HADOU-BOP-right',0,0,40.0000,40.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','',''),
(528,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(529,'',0,0,0.0000,0.0000,0,NULL,'onbackorder',0,0.00,0,'taxable','parent',''),
(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,80.0000,80.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(638,'PIASU-BO2-pair',0,0,130.0000,130.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(639,'PIASU-BO2-right',0,0,80.0000,80.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,53.0000,53.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(652,'TAMANORI-CR-s-pair',0,0,75.0000,75.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(653,'TAMANORI-CR-s-short',0,0,50.0000,50.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(654,'TAMANORI-CR-g-long',0,0,65.0000,65.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,60.0000,60.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(766,'FUYOU-BO',0,0,75.0000,110.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','',''),
(944,'UTEKI-B-s-50',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(945,'UTEKI-B-s-52',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(946,'UTEKI-B-s-54',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(947,'UTEKI-B-s-56',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(948,'UTEKI-B-s-58',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(949,'UTEKI-B-s-60',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(950,'UTEKI-B-s-62',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(951,'UTEKI-B-s-64',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(953,'UTEKI-B-g',0,0,135.0000,135.0000,0,1,'instock',0,0.00,0,'taxable','',''),
(954,'UTEKI-B-s-50-1',0,0,135.0000,135.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(955,'UTEKI-B-s-52-1',0,0,135.0000,135.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(956,'UTEKI-B-s-54-1',0,0,135.0000,135.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(957,'UTEKI-B-s-56-1',0,0,135.0000,135.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(958,'UTEKI-B-s-58-1',0,0,135.0000,135.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(959,'UTEKI-B-s-60-1',0,0,135.0000,135.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(960,'UTEKI-B-s-62-1',0,0,135.0000,135.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(961,'UTEKI-B-s-64-1',0,0,135.0000,135.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(982,'UTEKI-C-s',0,0,95.0000,95.0000,0,0,'onbackorder',0,0.00,0,'taxable','',''),
(994,'UTEKI-C-g',0,0,100.0000,100.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,1,'instock',0,0.00,0,'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,75.0000,75.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1620,'',0,0,75.0000,75.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1621,'',0,0,110.0000,110.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,'',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,'',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,'',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',''),
(1722,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1723,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1724,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1725,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1726,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1727,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1728,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1729,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1730,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1731,'',0,0,160.0000,160.0000,0,NULL,'instock',0,0.00,0,'taxable','parent',''),
(1732,'',0,0,160.0000,160.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-04-24 14:19:33');
/*!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=4745 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:{}}');
/*!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=581 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);
/*!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=163 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
(160,'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:{}}\";}',1776765106),
(161,'t_93b21e3f3f105648f45259b86ea513','a:1:{s:21:\"removed_cart_contents\";s:449:\"a:1:{s:32:\"47748e7777d89edcfc769693302c9f57\";a:11:{s:3:\"key\";s:32:\"47748e7777d89edcfc769693302c9f57\";s:10:\"product_id\";i:183;s:12:\"variation_id\";i:566;s:9:\"variation\";a:1:{s:17:\"attribute_pa_side\";s:4:\"pair\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"82680747b417378019b5606db3552912\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:75;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:75;s:8:\"line_tax\";d:0;}}\";}',1776864865);
/*!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`)
) 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`)
) 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=90 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','<!DOCTYPE html>\n<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n\n</head><body><p>Youve received the following order from Tsira Bolkvadze:</p>\n\n\n<h2 class=\"\">\n <a class=\"link\" href=\"https://haikuatelier.com/wp/wp-admin/admin.php?page=wc-orders&amp;action=edit&amp;id=1697\">[Order #1697]</a> (<time datetime=\"2026-04-02T11:45:50+02:00\">2026-04-02</time>)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"width: 100%;\" width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\"vertical-align: middle; word-wrap: break-word;\">\n Hattari Ear Cuff gold plated (#HATTARI-EC-g) </td>\n <td class=\"td font-family text-align-left\" style=\"vertical-align: middle;\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\"vertical-align: middle;\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">€</span> 55,00</span> </td>\n </tr>\n \n </tbody>\n </table>\n <hr style=\"border: 0; border-top: 1px solid #1E1E1E; border-top-color: rgba(30, 30, 30, 0.2); margin: 20px 0;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"width: 100%;\" width=\"100%\">\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"border-top-width: 4px;\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"border-top-width: 4px;\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">€</span> 55,00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"\">Mondial Relay - Point Relais (Free)</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">€</span> 55,00</span></td>\n </tr>\n </table>\n </div>\n\n <hr style=\"border: 0; border-top: 1px solid #1E1E1E; border-top-color: rgba(30, 30, 30, 0.2); margin: 20px 0;\">\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" role=\"presentation\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\"border: 0; padding: 0;\">\n <h2>Billing address</h2>\n \n <address class=\"address\">\n Tsira Bolkvadze<br>76 cours de la liberté<br>69003 LYON<br>France <br><a href=\"tel:0615796565\">0615796565</a> <br>btsira@gmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\"padding: 0;\">\n <h2>Shipping address</h2>\n \n <address class=\"address\">\n Tsira Bolkvadze<br>76 cours de la liberté<br>69003 LYON<br>France <br><a href=\"tel:0615796565\">0615796565</a> </address>\n </td>\n </tr>\n</table>\n<p>Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=haikuatelier.com&amp;utm_term=0\">Get the app</a>.\n</body></html>\n','Content-Type: text/html,\\nReply-to: Tsira Bolkvadze <btsira@gmail.com>','',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','<!DOCTYPE html>\n<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">\n\n</head><body><p>Youve received the following order from Zafiria Efstratiadi:</p>\n\n\n<h2 class=\"\">\n <a class=\"link\" href=\"https://haikuatelier.com/wp/wp-admin/admin.php?page=wc-orders&amp;action=edit&amp;id=1698\">[Order #1698]</a> (<time datetime=\"2026-04-03T23:36:58+02:00\">2026-04-03</time>)</h2>\n\n<div style=\"margin-bottom: 40px;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"width: 100%;\" width=\"100%\">\n <thead>\n <tr>\n <th class=\"td\" scope=\"col\" style=\"text-align: left;\" align=\"left\">Product</th>\n <th class=\"td\" scope=\"col\" style=\"text-align: left;\" align=\"left\">Quantity</th>\n <th class=\"td\" scope=\"col\" style=\"text-align: left;\" align=\"left\">Price</th>\n </tr>\n </thead>\n <tbody>\n <tr class=\"order_item\">\n <td class=\"td font-family text-align-left\" style=\"vertical-align: middle; word-wrap: break-word;\">\n Tamanori Ear Cuff silver (#TAMA-EC-s) </td>\n <td class=\"td font-family text-align-left\" style=\"vertical-align: middle;\">\n 1 </td>\n <td class=\"td font-family text-align-left\" style=\"vertical-align: middle;\">\n <span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">€</span> 50,00</span> </td>\n </tr>\n \n </tbody>\n </table>\n <hr style=\"border: 0; border-top: 1px solid #1E1E1E; border-top-color: rgba(30, 30, 30, 0.2); margin: 20px 0;\">\n <table class=\"td font-family \" cellspacing=\"0\" cellpadding=\"6\" border=\"1\" style=\"width: 100%;\" width=\"100%\">\n <tr class=\"order-totals order-totals-subtotal\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"border-top-width: 4px;\">\n Subtotal: </th>\n <td class=\"td text-align-left\" style=\"border-top-width: 4px;\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">€</span> 50,00</span></td>\n </tr>\n <tr class=\"order-totals order-totals-shipping\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"\">\n Shipping: </th>\n <td class=\"td text-align-left\" style=\"\">Mondial Relay - Point Relais (Free)</td>\n </tr>\n <tr class=\"order-totals order-totals-total order-totals-last\">\n <th class=\"td text-align-left\" scope=\"row\" colspan=\"2\" style=\"\">\n Total: </th>\n <td class=\"td text-align-left\" style=\"\"><span class=\"woocommerce-Price-amount amount\"><span class=\"woocommerce-Price-currencySymbol\">€</span> 50,00</span></td>\n </tr>\n </table>\n </div>\n\n <hr style=\"border: 0; border-top: 1px solid #1E1E1E; border-top-color: rgba(30, 30, 30, 0.2); margin: 20px 0;\">\n<table id=\"addresses\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\" role=\"presentation\" style=\"width: 100%; vertical-align: top; margin-bottom: 40px; padding: 0;\" width=\"100%\">\n <tr>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\"border: 0; padding: 0;\">\n <h2>Billing address</h2>\n \n <address class=\"address\">\n Zafiria Efstratiadi<br>Boulvard louis mettewie 445,boite 6<br>1080 Bruxelles <br><a href=\"tel:0474918430\">0474918430</a> <br>zafiria.efstratiadi@hotmail.com </address>\n </td>\n <td class=\"font-family text-align-left\" valign=\"top\" width=\"50%\" style=\"padding: 0;\">\n <h2>Shipping address</h2>\n \n <address class=\"address\">\n Zafiria Efstratiadi<br>Boulvard louis mettewie 445,boite 6<br>1080 Bruxelles <br><a href=\"tel:0474918430\">0474918430</a> </address>\n </td>\n </tr>\n</table>\n<p>Congratulations on the sale.</p>\nProcess your orders on the go. <a href=\"https://woocommerce.com/mobile?blog_id=0&amp;utm_campaign=deeplinks_promote_app&amp;utm_medium=email&amp;utm_source=haikuatelier.com&amp;utm_term=0\">Get the app</a>.\n</body></html>\n','Content-Type: text/html,\\nReply-to: Zafiria Efstratiadi <zafiria.efstratiadi@hotmail.com>','',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-04-24 16:18:55